when I try to setup new Jira instance I'm getting below error , please help
JIRA Startup Failed The following plugins are required by JIRA, but have not been started: Atlassian JIRA - Plugins - Gadgets Plugin (com.atlassian.jira.gadgets) Atlassian Navigation Links Plugin (com.atlassian.plugins.atlassian-nav-links-plugin) Atlassian JIRA - Plugins - Issue Search (com.atlassian.jira.jira-issue-nav-plugin) Atlassian JIRA - Plugins - Quick Edit Plugin (com.atlassian.jira.jira-quick-edit-plugin) Atlassian JIRA - Plugins - REST Plugin (com.atlassian.jira.rest) Gadget Directory Plugin (com.atlassian.gadgets.directory)
Looks like your plugins have not started completely - add an argument in your setenv.bat or setenv.sh and increase your plugin load time - maybe 500s and see how that works.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Add the following line in your setenv.sh where you jvm argument is defined ;
-Datlassian.plugins.enable.wait=300
This will give 300s for your plugins to start. Make the change and restart.
If you are on windows - change it on setenv.bat
And yes - check the log when it is restarting, you will see how many plugins get enabled by 300seconds.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Padmasree P You are welcome.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.