This question is aimed at Administrators, however I am developer who sometimes poses as a JIRA administrator.
That being said, IT rebooted our JIRA server. Since then we have not been able to get JIRA to start. We have worked through several errors and finally got stumped with:
---------------------------------------------------------
The following plugins are required by JIRA, but have not been started:
---------------------------------------------------------
How do I start this plugin? Thank you in advance.
All,
Discovered some missing windows updates on the server. Aplied updates, rebooted and manually brought the SQL instance back up and all was magiclly fixed.
Thank you.
BTW the server that had to have updates applied was the SQL server not the JIRA server.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi there,
Can you help try to remove all the files inside the folders below?
<JIRA Home Directory>/plugins/.bundled-plugins
<JIRA Home Directory>/plugins/.osgi-plugins
And restart JIRA, no worries, it will be rebuilt upon restart, it seems to me like the gadget plugin is corrupted, hope this helps :) cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jason,
I think this error you are facing may be relate to this KB (https://confluence.atlassian.com/display/JIRAKB/JIRA+System+Plugin+Timeout+While+Waiting+for+Plugins+to+Enable?utm_source=SAC&utm_medium=hercules-issue-view&utm_content=437849).
Please try the resolution suggested in the KB and see if that helps. :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It looks like this may be the problem, as our disk drive is testing at being way to slow. Not sure how it worked before hand though. I am investigating to verify.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Jason,
I think that maybe related to not enough memory, maybe you are running another application along with JIRA in the same server. As JIRA requires a lot of resrouces to startup. Maybe you would like to check whether there is any new application running at the same machine as JIRA that caused the problem.
Looking forward to hearing your updates. :)
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.
It should start as the service starts. I think this failure is indicative of a more serious problem earlier in the startup.
What else does your log say?
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.
Depends on how you configured Jira in the first place, but start with <whereever you told it "jira home" is>/logs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My log is filled with these:
2013-04-29 15:18:08,399 main WARN [core.entity.jdbc.DatabaseUtil] Entity "Action" has no table in the database
2013-04-29 15:18:08,436 main ERROR [core.entity.jdbc.DatabaseUtil] Could not create table "JIRA.jiraaction"
2013-04-29 15:18:08,436 main ERROR [core.entity.jdbc.DatabaseUtil] SQL Exception while executing the following:
CREATE TABLE JIRA.jiraaction (ID NUMERIC NOT NULL, issueid NUMERIC, AUTHOR NVARCHAR(255), actiontype NVARCHAR(255), actionlevel NVARCHAR(255), rolelevel NUMERIC, actionbody NTEXT, CREATED DATETIME, UPDATEAUTHOR NVARCHAR(255), UPDATED DATETIME, actionnum NUMERIC, CONSTRAINT PK_jiraaction PRIMARY KEY (ID))
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your database is broken! Possibly the connection settings, but Jira is missing tables there. Or, at least it can't read them, so it's trying to create what it needs (and then failing because the access is wrong)
You need to take a step back and get the database connection working before you'll get any further with this!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok the connection string is correct, the database is up and the username and password are correct.
I think I am going to raise a support issue at this point, because this was all working for over a year, and then just stopped.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.