Jira 7.1.0 server startup error.

deneme deneme March 14, 2016

 

250

log file show that :

153 plugins failed to load during JIRA startup.  

The plugin has been disabled.  A likely cause is that it timed out during initialisation.

JIRA Startup Failed

 

The following plugins are required by JIRA, but have not been started:

  • JIRA Projects Plugin (com.atlassian.jira.jira-projects-plugin)
  • Atlassian OAuth Consumer Plugin (com.atlassian.oauth.consumer)
  • Atlassian Navigation Links Plugin (com.atlassian.plugins.atlassian-nav-links-plugin)
  • Atlassian JIRA - Plugins - OAuth Service Provider SPI (com.atlassian.jira.oauth.serviceprovider)
  • JIRA Project Config Plugin (com.atlassian.jira.jira-project-config-plugin)
  • Applinks - Plugin - Core (com.atlassian.applinks.applinks-plugin)
  • Atlassian OAuth Service Provider Plugin (com.atlassian.oauth.serviceprovider)
  • Embedded Gadgets Plugin (com.atlassian.gadgets.embedded)
  • Gadget Directory Plugin (com.atlassian.gadgets.directory)
  • Atlassian Plugins - JavaScript libraries (com.atlassian.plugin.jslibs)
  • Atlassian JIRA - Plugins - Gadgets Plugin (com.atlassian.jira.gadgets)
  • Atlassian JIRA - Plugins - Global Issue Navigator (com.atlassian.jira.jira-issue-nav-plugin)
  • Atlassian JIRA - Plugins - File viewer plugin (com.atlassian.jira.jira-fileviewer-plugin)
  • Atlassian Pretty URLs Plugin (com.atlassian.prettyurls.atlassian-pretty-urls-plugin)
  • Atlassian JIRA - Plugins - Quick Edit Plugin (com.atlassian.jira.jira-quick-edit-plugin)
  • Atlassian OAuth Admin Plugin (com.atlassian.oauth.admin)
  • Atlassian REST - Module Types (com.atlassian.plugins.rest.atlassian-rest-module)
  • Atlassian JIRA - Plugins - REST Plugin (com.atlassian.jira.rest)
  • Opensocial Plugin (com.atlassian.gadgets.opensocial)
  • atlassian-servlet-plugin (com.atlassian.web.atlassian-servlet-plugin)
  • Atlassian JIRA - Plugins - Look And Feel Logo Upload Plugin (com.atlassian.jira.lookandfeel)
  • Gadget Spec Publisher Plugin (com.atlassian.gadgets.publisher)
  • Atlassian JIRA - Plugins - OAuth Consumer SPI (com.atlassian.jira.oauth.consumer)
  • Atlassian JIRA - Plugins - SAL Plugin (com.atlassian.sal.jira)
  • Gadget Dashboard Plugin (com.atlassian.gadgets.dashboard)

Also I added the parameter -Datlassian.plugins.enable.wait=300 

I used sql server 2008 with JIRA and connected to jiradb.

what should ı try?

 

3 answers

3 votes
Korkut Köse July 11, 2016

Greetings,

I assume that your OS is using Turkish as its language. Our interns have faced with this problem also. In their case the only error was appearing on screen;

  • Atlassian Plugins - JavaScript libraries (com.atlassian.plugin.jslibs)

Our solution was to upgrade JDK to latest version and add following parameters to JVM. Afterwards, you have to restart JIRA. This document can be followed to set start-up parameters.

-Duser.language=en -Duser.country=US -Duser.variant=US -Duser.timezone=Asia/Istanbul

 

I hope, this will help someone who faced with similar problem.

Cheers!

Barış Alagöz August 3, 2016

Thank you so much;that was a real day saver!!!

Fatih Mustafa Şen June 15, 2017

Thanks a lot.

Umutcan ÖNER October 8, 2018

Awesome! It works. Important for Turkish OS users.

1 vote
Aleks Yenin (Polontech)
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.
March 14, 2016
0 votes
r May 25, 2017

In our case below one helped for this error we got after 7.2 upgrade. 

https://confluence.atlassian.com/jirakb/jira-application-does-not-start-due-or-third-party-plugins-are-not-working-because-of-duplicated-plugin-license-storage-plugin-jar-385912638.html

incase the link goes dead in future: resolution is 

Remove the plugin-license-storage-plugin-x.x.x.jar from the $JIRA-HOME/plugins/installed-plugins directory
Restart JIRA instance

Suggest an answer

Log in or Sign up to answer