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

Jira not starting

Leo Torres
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
Oct 27, 2023

Hi guys,

I am just starting with Jira so I have no much knowledge. I’m here to get some insights from you and maybe help back in the future.

Our environment was reset this morning and, after trying to bring it up, it failed 3 or 4 times.
After that, our team recovered a backup and the environment is now back up, but we would like to understand what problem was preventing Jira from starting.

Some warns I got from the logs are:

“Caesium-1-1 WARN [c.a.jira.ofbiz.IssueGenericValue] Issue (id=0) has empty field 'num'. Returning null for 'key'.“

”JIRA-Bootstrap WARN [c.a.jira.health.HealthChecks] JIRA runs in a Java virtual machine (JVM), and this JVM is allocated an amount of memory to enable JIRA to run. These amounts can be manually configured.”

”- The initial memory allocation pool (-Xms) is recommended to be at least 384m.”

This last one caught my attention because the total memory amount is below the recommended value. Is set with a total of 320. But the used amount is below that. Like 183. So I don’t know for sure.

Any insights where should I look after?

Best regards

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Oct 29, 2023

Welcome to the Atlassian Community!

These warnings really are just warnings, they're not the errors that are preventing startup. 

  • It's quite rare that Caesium errors prevent Jira starting, the worst they usually do is break one or two bits of the UI, and warnings can generally be ignored.
  • The memory warning is also just a warning, it's about the startup memory allocation.  Java will start with whatever you've set allocated, but quite happily chew up more when it needs it, up to the maximum heap size you have set.  

The usual recommendation is to simply set the startup allocation to the same as the maximum heap size, as that's going to make starting up a bit faster, and as you're allocating the memory already, you might as well.  But you don't need to do this.

I would want to check the memory first - what is the maximum heap size?  I wouldn't try to run a Jira with less than 1Gb nowadays, and that's for a small, single user, zero addons, system for dev, test, or demonstration.  For a real service, I'd start with 2Gb and be looking for 4!

If it's not the memory, then you're going to read the rest of the logs for the startup errors.

Suggest an answer

Log in or Sign up to answer