Hi All,
In our firm Jira installed on linux server.But it down sometime and we couldn't find why its happaning.
After the restart it works fine.
So could you help which log file is better to collect the error info and how we can find the cause of the issue?
regards,
Rajesh
Hi Rajesh,
the first thing that I suggest to do is to increase JVM parameters https://confluence.atlassian.com/x/CBc
This is a very usual approach to increase JIRA performances in order to avoid OutOfMemory issues.
Moreover, I suggest to install JAVA Melody plugins for jira monitoring.
Hope this helps,
Fabio
atlassian-jira.log and catalina.out and syslog
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
2014-05-15 13:03:46,874 TP-Processor66 WARN helmut.mischka 775x221112x48 10z3ht0 10.110.27.57 /rest/gadget/1.0/issueTable/filter [NoModule] Could not find JDBC driver class named com.mysql.jdbc.Driver.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This should not stop Jira.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Caused by: com.atlassian.jira.exception.DataAccessException: org.ofbiz.core.entity.GenericDataSourceException: Unable to esablish a connection with the database. (Communications link failure
The last packet successfully received from the server was 1 milliseconds ago. The last packet sent successfully to the server was 1 milliseconds ago.)
at com.atlassian.jira.issue.managers.DefaultIssueManager.getIssue(DefaultIssueManager.java:110)
is this cause?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Don't know if it is the cause, but you should fix it anyway, it's not correct behavior.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Rajesh
It seems that either you are having a network or database problem with is causing the connection to the DB fail. I'd check the database server health and logs to see if it the DB is oscilating from unhealthy to healthy state. In addition you can tune your dbconfig.xml to survive connection closures. You may refer thi KB: https://confluence.atlassian.com/display/JIRA/Surviving+Connection+Closures
Hope this helps!
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.