Forums

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

How can I solve this error

Galip YUKSEL November 12, 2020

jira error21.jpg

1 answer

1 vote
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.
November 12, 2020

I would want to read the application log for a time when the app is trying to load.

Ideally, I would "tail" the application log (<jira home>/log/atlassian-jira.log) in a terminal window, and then go to the browser, click "enable" to get the app to try to load and watch what happens in the log.  I expect it to dump out the "errors that prevent it being enabled".

Those will probably be large blocks of inscrutable text, but the header lines are likely to contain decent pointers to the problem.

My guess is you have other apps with clashing libraries, but it could also be resource problems, memory, or simply that the app is not valid for your version of Jira or has a bug.  The logs should help narrow down those possibilities.

Galip YUKSEL November 16, 2020

How can I send you our logs? Could you tell me your email adress?

Galip YUKSEL November 17, 2020

?

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.
November 17, 2020

I don't have the time to plough through a massive pile of someone else's logs, I have enough of my own (client's) systems to look after.

You don't need a lot though, as I said, start tailing the main log, provoke the error, you'll get a few hundred lines of text, most of which you can ignore, you're only interested in the headers at this point, the individual lines with numbers are for referring to code.

Suggest an answer

Log in or Sign up to answer