Hey Kathy,
Just in case to kill the process, Please open Task Manager, find the process ID.
As suggested by William, to remove JIRA as service.
Locate the JIRA Service name under services menu
Service_Location.PNG
Open Command Prompt
Change the directory to bin of JIRA installation using command prompt ex: If JIRA is located at C:\Program Files\Atlassian\JIRA\ 1) cd C:\Program Files\Atlassian\JIRA\bin 2) Run service.bat remove <Service name>
To re-Install JIRA Service
Change the directory to bin of JIRA installation using command prompt ex: If JIRA is located at C:\Program Files\Atlassian\JIRA\ 1) cd C:\Program Files\Atlassian\JIRA\bin 2) Run service.bat install <Service name>
Please vote or comment if this finds helpful.
Thank You
Chander
In my specific case it was the tomcat process that ruined it.
Solved with below PowerShell cmd:
Elevated PowerShell > 'Get-Process TomCat* | Stop-Process -Force'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
sometimes windows unable to stop some services on demand. when I hit this error I kill the server task using task manager then again the windows service will respond to our commands.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Kathy,
It might be a glitch with Windows, I would try to remove JIRA as a service, then add back, to see if the next interactions it will work just fine.
https://confluence.atlassian.com/display/JIRA/Running+JIRA+as+a+Service
Cheers,
WZ
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.