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)
This thread lists various possible causes:
We ran into a similar issue today, where in the end JIRA would be locked after a restart. This was caused because the plugin com.atlassian.jira.ext.rpc was disabled. This, however, did not happen because it couldn't load properly due a timeout issue. It happened, I think, because upgrading the add-ons took longer than expected so JIRA disabled the plugin on purpose. I could have enabled it manually, but failed to notice it and restarted JIRA right away. Now the plugin was still disabled and I had no chance of changing it, since JIRA didn't start.
I fixed this manually, by connecting to the database and running the following: update pluginstate set pluginenabled='true' where pluginkey='com.atlassian.jira.ext.rpc'; This was set to false before. I then started JIRA again and it worked.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With