Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,701
Community Members
 
Community Events
184
Community Groups

Jira wont start after reboot

We did Windows patching this weekend and Jira didn't restart after the reboot. Same patch works fine in our dev environment. We don't get the Jira start-up screen at all. This is Jira Server 9.4.1 w/ SQL Server database. I've tried the following suggestions from this article 

https://confluence.atlassian.com/jirakb/troubleshoot-a-jira-data-center-server-startup-failed-error-394464512.html

Increased maximum memory pool RAM
Cleared plugin cache directories
Deleted disabled plugins from the pluginstate table
Removed plugins from installed plugins directory
Checked there is not lock file

2 answers

1 accepted

0 votes
Answer accepted

Sorry for the double post, but wanted to mark this as the solution.

The root cause ended up being that the shutdown port set in atlassian\jira\conf\server.xml was being used by another process. Not sure how this happened because we have had the same port configured for 3 years. The fix was to change to an unused port.

0 votes
Graham Twine
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 22, 2023 • edited

Hello @Jason Saunders ,

 

Do you see any errors in the logs?

At what point do things begin going bad?
Is the server connected to the database?

What did the patching include?

I.e. JVM upgrade, OS security etc. This may guide you

 

Is there sufficient RAM to increase the JVM heap size in the first instance?

 

Have you cleared the server and data temp directories?

Maybe try these first.

 

%JIRA_SERVER_INSTALL/temp/ Note, do not delete temp, just  the contents.

%JIRA_HOME/tmp/ As above, only the contents

The errors that I see in the atlassian-jira.log files are:

2023-05-22 07:39:42,243-0400 JIRA-Bootstrap ERROR [c.a.event.internal.AsynchronousAbleEventDispatcher] There was an exception thrown trying to dispatch event [com.atlassian.analytics.api.events.AnalyticsConfigChangedEvent@5868bcb9] from the invoker [com.atlassian.event.internal.ComparableListenerInvoker@1f5377ab]

 

2023-05-22 07:39:47,525-0400 JIRA-Bootstrap ERROR [c.a.s.core.lifecycle.DefaultLifecycleManager] LifecycleAware.onStart() failed for component with class 'com.spartez.jira.plugins.ephor.components.Application' from plugin 'com.spartez.jira.plugins.ephor-for-jira'

 

The other thing that I have noticed is when I try to stop the Windows service, it hangs. The service doesn't stop and I have to kill the service from the task manager.

 

  • I'll check on the specific patching notes, but this same patch is working on our dev instance of Jira.
  • The heap size increase was done as a response to the Jira not starting.
  • I have cleared both of those temp directories.
Graham Twine
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 22, 2023

Dev environments tend to be less restrictive with regards security etc. so if something like that pops up then you may want to delve a little deeper.

 

I am not familiar with windows so hopefully someone with knowledge of windows  can assist :(

Have you tried to clear out the temp folders and restart?

Given your error seems from what you have posted to be a plugin  issue also   delete these two folders data/plugins/.osgi-plugins and data/plugins/.bundled-plugins

 

N.B. The above should only be done while the server is offline

Thanks for the reply.

I have a cleared out both temp folders and restarted with no luck.

I have deleted the .osgi-plugins and .bundled-plugins folders multiple times and restarted with no luck.

The root cause ended up being that the shutdown port set in atlassian\jira\conf\server.xml was being used by another process. Not sure how this happened because we have had the same port configured for 3 years. The fix was to change to an unused port.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
9.4.1
TAGS
AUG Leaders

Atlassian Community Events