Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JIRA Startup Failed

Padmasree P
Contributor
August 29, 2018

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)

1 answer

1 accepted

0 votes
Answer accepted
Vickey Palzor Lepcha
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 29, 2018

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.

Padmasree P
Contributor
August 29, 2018

hi Vickey,

how do I do this. please help

Vickey Palzor Lepcha
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 29, 2018

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.

Padmasree P
Contributor
August 30, 2018

Thanks a lot it worked..

Vickey Palzor Lepcha
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 30, 2018

@Padmasree P  You are welcome.

Suggest an answer

Log in or Sign up to answer