Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am faced with the following error when launching Jira.
How would you recommend to address this issue?

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)
Atlassian OAuth Admin Plugin (com.atlassian.oauth.admin)
Embedded Gadgets Plugin (com.atlassian.gadgets.embedded)
Gadget Dashboard Plugin (com.atlassian.gadgets.dashboard)
Atlassian JIRA - Plugins - Look And Feel Logo Upload Plugin com.atlassian.jira.lookandfeel)
Atlassian REST - Module Types (com.atlassian.plugins.rest.atlassian-rest-module)
Gadget Spec Publisher Plugin (com.atlassian.gadgets.publisher)
Atlassian JIRA - Plugins - REST Plugin (com.atlassian.jira.rest)
Atlassian OAuth Service Provider Plugin (com.atlassian.oauth.serviceprovider)
Atlassian OAuth Consumer Plugin (com.atlassian.oauth.consumer)
Opensocial Plugin (com.atlassian.gadgets.opensocial)
Gadget Directory Plugin (com.atlassian.gadgets.directory)
Atlassian JIRA - Plugins - SAL Plugin (com.atlassian.sal.jira)
Atlassian JIRA - Plugins - Gadgets Plugin (com.atlassian.jira.gadgets)
share|improve this question
How did you try to start Jira? – HonkyTonk Aug 28 '12 at 9:19
sh start-jira.sh localhost:8080 – Jesse Siu Aug 28 '12 at 9:38
How to accept answers in Stack Overflow ? better accept some answers so others will be motivated to help – Kuf Aug 29 '12 at 12:08
I agree with Kuf, can you accept an answer or comment to say nothing worked? it helps people directed her by google – rainkinz Mar 31 at 2:07

1 Answer

This thread lists various possible causes:

  • bug JRA-22633 is about increasing the timeout at the beginning of the session
  • potential Java version issue: "I just had this same issue and found that apparently JIRA doesn't work properly on Java 1.7. If you downgrade to 1.6 everything runs smoothly."
  • check if the anti-virus isn't the cause (see this thread for illustration)
  • some plugin could be disabled: see "JIRA does not Start Due to Disabled Bundled Plugin"
  • make sure there is no Jira locking issue (see "JIRA is Locked")
share|improve this answer
Nice summary of possibilities. – mdoar Aug 28 '12 at 16:22

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.