Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi,
In my company I have JIRA 5.2.11 from a couple of months ago. In July I went a long vacation and when I returned I found that I can't update any issue of my JIRA system. The error that display is :
Exception occurred: com.atlassian.jira.exception.DataAccessException: org.ofbiz.core.entity.GenericEntityException: while inserting: [GenericEntity:ChangeGroup][id,19214][author,dgarcia][created,2013-09-03 13:48:12.177][issue,11019] (SQL Exception while executing the following:INSERT INTO changegroup (ID, issueid, AUTHOR, CREATED) VALUES (?, ?, ?, ?) (Communications link failure The last packet successfully received from the server was 11 milliseconds ago. The last packet sent successfully to the server was 6 milliseconds ago.))
I do this:
1) Restart JIRA.
2) Restart MySQL.
3) Review permission of database and user. All is correct.
4) Increase 'ulimit' by default.
But It doesn't works. Can anybody help me?
After checking all the permissions of my database and do the recommendations (performance) that you said to me, I checked again the database and I saw that the table 'changegroup' was corrupt. Lucky I do daily backups of my database, so I restore and I could solve the problem...
I don't know why my database was broken because I don't do anything the time that I go out (holidays)... maybe a restart of JIRA or the system is the cause of these problem.
Thank you guys
Hi Daniel,
One thing that just crossed my mind, perhaps this can be related to DNS change, is MySQL installed on the same server as JIRA? In case yes, you may change the MySQL server address to localhost or the direct IP address into the dbconfig.xml file, that is located inside your JIRA home directory.
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Tiago,
MySQL is installed on the same server as JIRA, so I check dbconfig.xml and the MySQL Adress is 'localhost' so it's ok.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Odd that it only occurs for issue updates.
Have you verified other write/updates? (edit a version release date, create a component, etc)
May be a timeout issue on the mySQL side.
Be sure you have configured the "validation query" outlined in this page, https://confluence.atlassian.com/display/JIRA/Surviving+Connection+Closures
And I suggest trying "testOnBorrow" = true as well p- http://commons.apache.org/proper/commons-dbcp/configuration.html
If those don't work, see this page to forcefully evict connections from JIRA's side before MySQL gets a chance. Resolution assumes "max_wait_time" in MYSQL is set to 8 hours, so verify that first.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your recommendations. I do all of these but my database doesn't works because it was corrupted. I finally had to restore the database with backup.
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.