This article is for Data Center.
Problem
We are attempting to use the Alpine image to start up Jira instead of Debian.
However, the Structure and Structure.Gantt plugins are disabled by default.
When I run the query "SELECT * FROM [pluginstate] p where p.pluginenabled = 'false'", these two plugins do not appear in the results.
I also deleted these two folders before starting the service.
-
<SHARED_HOME>/plugins/.bundled-plugins -
<SHARED_HOME>/plugins/.osgi-plugins
Environment details:
-
Jira version: DC 10.3.8.
-
Structure.Gantt version: 4.4.1
-
Structure version: 9.9.2.
Solution
This can happen when the Structure is waiting for some necessary components when Jira is starting up, and it times out. You can try to extend the timeout setting and give apps more time to start by following the steps below:
-
Stop your Jira.
-
Add
-Datlassian.plugins.enable.wait=300as a startup parameter . -
Start Jira.