Knowledge Base Articles
Breadcrumbs

Gantt plugin is disabled by default after change image to alpine

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:

  1. Stop your Jira.

  2. Add -Datlassian.plugins.enable.wait=300 as a startup parameter .

  3. Start Jira.