Can't able to start JIRA after upgrading it from 7.6.X to 8.4.X

rashmi.bisoi October 30, 2019

While upgrading Jira 7.6 to 8.4 we could not able to start upgraded Jira instance.

After checking the atlassian-jira.log file we got the following issue.

2019-10-31 05:33:38,767 JIRA-Bootstrap INFO [c.a.j.config.database.SystemDatabaseConfigurationLoader] Reading database configuration from D:\Atlassian\Application Data\JIRA\dbconfig.xml
2019-10-31 05:33:38,852 JIRA-Bootstrap INFO [c.a.j.config.database.DatabaseConfigHandler] Trying to get encrypted password from xml and decrypt it
2019-10-31 05:33:38,854 JIRA-Bootstrap INFO [c.a.j.config.database.DatabaseConfigHandler] Database password decryption not performed.
2019-10-31 05:33:38,940 JIRA-Bootstrap INFO [c.a.j.health.checks.CustomisedConfigurationsHealthCheck] Jira Home not found. Unable to perform health check. This is most probably a new install.
2019-10-31 05:33:38,944 JIRA-Bootstrap ERROR [c.a.jira.health.HealthChecks] JIRA can't create a lock for your jira.home directory
2019-10-31 05:33:38,944 JIRA-Bootstrap ERROR [c.a.jira.health.HealthChecks] Your jira.home directory D:\Atlassian\Application Data\JIRA can only be used by one running JIRA instance. This instance needs to create a lock to make sure another instance can't access the jira.home directory. Ensure JIRA has read and write access to the jira.home directory.
Review our documentation for more information on setting your JIRA home.
2019-10-31 05:33:39,112 JIRA-Bootstrap INFO [c.a.jira.startup.JiraStartupLogger] Running JIRA startup checks.
2019-10-31 05:33:39,112 JIRA-Bootstrap FATAL [c.a.jira.startup.JiraStartupLogger] Startup check failed. JIRA will be locked.
2019-10-31 05:33:39,192 JIRA-Bootstrap INFO [c.a.jira.startup.LauncherContextListener] Memory Usage:

Kindly let us know how to fix this issue. 

3 answers

0 votes
Vickey Palzor Lepcha
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.
October 31, 2019

I'd suggest you to kill all JIRA processes - do a fresh restart , ensure that your id has all permissions under JIRA filesystem and check the logs again as it restarts.

Also check catalina.out log.

0 votes
Vickey Palzor Lepcha
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.
October 31, 2019

Also, the user id that you used to upgrade - is it the same as the one that was used to initially install jira or if it is different - does it have all the required permissions under JIRA filesystem - application and home directory.

0 votes
Vickey Palzor Lepcha
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.
October 30, 2019

When you did the upgrade - did you specify everything correctly ?

Looks like post upgrade the properties files dont point to the right home directory of JIRA.

rashmi.bisoi October 31, 2019

We have cross checked the home directory path.

jira.home = D:\\Atlassian\\Application Data\\JIRA

It's the exact path of Jira home directory.

Suggest an answer

Log in or Sign up to answer