Forums

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

Groovy script failure

invinci
Contributor
April 19, 2017

Hi,
I am facing issue with running a groocy script in the ScriptRunner which is throwing a strange error. The original script was waorking in Jira 6.3, but now we have upgraded Jira to 7.0.11. 

 

The error from running the script is

Error
No signature of method: com.nimblestorage.jira.PopulateQaContactListener.main() is applicable for argument types: ([Ljava.lang.String;) values: [[]] Possible solutions: wait(), wait(long), find(), any(), wait(long, int), init(java.util.Map)

Why is the script trying to find a main() method?

 

The stack trace shows 207 logs with failure at

2017-04-18 08:14:08,030 WARN [common.UserScriptEndpoint]: Script console script failed: 
groovy.lang.MissingMethodException: No signature of method: com.nimblestorage.jira.PopulateQaContactListener.main() is applicable for argument types: ([Ljava.lang.String;) values: [[]]
Possible solutions: wait(), wait(long), find(), any(), wait(long, int), init(java.util.Map)

What can be done to address such issue?

Am I doing somethign wrong here? Please let me know.

Thank You.

1 answer

0 votes
Nic Brough -Adaptavist-
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.
April 19, 2017

Suggest an answer

Log in or Sign up to answer