-
Bug
-
Resolution: Fixed
-
Low (View bug fix roadmap)
-
7.3.3
-
7.03
-
Severity 2 - Major
-
Problem
Upon startup, the following error is thrown in the logs:
JIRA Startup Failed You cannot access JIRA at present. Look at the table below to identify the reasons: Description The following plugins are required by JIRA, but have not been started: * Atlassian JIRA - Plugins - Project Config Plugin (com.atlassian.jira.jira-project-config-plugin) * Embedded Gadgets Plugin (com.atlassian.gadgets.embedded)
This happens because the default plugin timeout limit is set too low (60 seconds). This is not always enough to load plugins into memory on lower resourced/scaling instances.
Workaround
Add the JVM parameter -Datlassian.plugins.enable.wait=300
More on this here: https://confluence.atlassian.com/jirakb/troubleshooting-jira-startup-failed-error-394464512.html
- is cloned from
-
CONFSERVER-30614 Plugins default timeout value not enough, Confluence failing to start
-
- Closed
-
- mentioned in
-
Page Failed to load
Does this mean that installing Jira Software version 7.4 will out of the box set up the plugin timeout to 300 seconds?