Bug 801745

Summary: intermittent database connection errors
Product: [Fedora] Fedora Reporter: Pádraig Brady <pbrady>
Component: python-django-horizonAssignee: Cole Robinson <crobinso>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17CC: crobinso, markmc
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-05-29 23:32:14 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Pádraig Brady 2012-03-09 11:02:37 UTC
On initial login I got

Error: Unable to communicate with identity service:
File "/usr/lib64/python2.7/site-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler
 raise errorclass, errorvalue OperationalError: (OperationalError) (2006, 'MySQL server has gone away')
 'SELECT user.id AS user_id, user.name AS user_name, user.extra AS user_extra \nFROM user \nWHERE user.name = %s \n LIMIT %s' ('admin', 1) . (HTTP 500)

Next login was OK.
I also got the above when logged in as admin and clicked the users tab.
The next click was OK

Comment 1 Cole Robinson 2012-04-15 19:46:00 UTC
Hmm, I haven't seen this yet. Can you reliably reproduce? If not we should probably just close this.