Unfortunately, our VM rebooted automatically. As a result JIRA shutdown in an abrupt manner. When we tried to restart JIRA, tomcat is starting but we are unable to access JIRA via web browser.
We deleted catalina.pid
& .jira-home.lock
file. Yet, JIRA is not starting up.
We are getting the following error:
2018-11-14 14:10:40,508 JIRA-Bootstrap ERROR [c.a.config.bootstrap.DefaultAtlassianBootstrapManager] Could not successfully test your database:
org.h2.jdbc.JdbcSQLException: Database may be already in use: "/app/atlassian/application-data/jira/database/h2db.mv.db". Possible solutions: close all other connection(s); use the server mode [90020-185]
From the logs it looks like a DB issue, and I don't know how to find if DB is receiving connections.
Can we kill the PID related with JIRA and restart JIRA?
Regards