Forums

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

JIRA start up failed, JIRA has been locked.

Jaskaran Singh
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 12, 2020

Hi 

 

I am using window 7 32Bit for JIRA. After installation and everything set up once I just off my laptop and try to run again JIRA it says JIRA start up failed, JIRA has been locked.

 

How do I eradicate this problem ?

2 answers

0 votes
Jee Christiansen
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 24, 2014

Getting these errors with Script Runner:

 

avax.script.ScriptException: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
Script10.groovy: 8: unable to resolve class CustomFieldManager 
 @ line 8, column 20.
   CustomFieldManager customFieldManager = ComponentAccessor.getCustomFieldManager();
                      ^

Script10.groovy: 11: unable to resolve class CustomField 
 @ line 11, column 17.
       CustomField epicLink = customFieldManager.getCustomFieldObjectByName('Epic Link');
                   ^

Script10.groovy: 12: unable to resolve class Issue 
 @ line 12, column 11.
       Issue epic = issue.getCustomFieldValue(epicLink);
             ^

Suggest an answer

Log in or Sign up to answer