The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Error- Can't get old thread name when using threads in script runner Listener

Dar Kronenblum
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 Champions.
May 28, 2018

Hi,

I'm using script listener to run some action on an updated issue, the actions can be quite heavy and I'm using threads to prevent the users from waiting.

In some cases I see this error in the logs:

'Can't get old thread name'

Any idea why it happens?

My code is looking like this:

Thread.start({
try {
xxxxxx
someFunction(issue)


}
catch (Exception ex) {
log.error("error found+" error: "+ex.toString());
}
})



void someFunction(Issue issue) {
Thread.start({
xxxxxxx
})
}

thanks

Dar

0 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

TAGS
AUG Leaders

Atlassian Community Events