Windows could not stop the Atlassian JIRA service on Local Computer

Kathy Plamann April 27, 2015

Hi 

Does anyone else run into this problem when trying to stop JIRA using Administrative Service: I get this message hit ok and the service has stopped. Thanks Kathy

image2015-4-27 9:49:22.png

3 answers

1 accepted

1 vote
Answer accepted
Chander Inguva
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 15, 2015

Hey Kathy,

                    Just in case to kill the process, Please open Task Manager, find the process ID.

  • Open Command Prompt as Administrator and run kill -9 /pid <process ID> /f
  •  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 &lt;Service name&gt;


     

  • 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 &lt;Service name&gt;



 Please vote or comment if this finds helpful.

 

Thank You

Chander

 

it@marelec.com August 6, 2020

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'

1 vote
Nuwan April 27, 2015

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.

0 votes
William Zanchet [Atlassian]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 27, 2015

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

Suggest an answer

Log in or Sign up to answer