Issue Details (XML | Word | Printable)

Key: CWD-639
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Justen Stepka [Atlassian]
Reporter: Dylan Etkin [Atlassian]
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Crowd

Crowd hanging client applications, error with token manager

Created: 29/Nov/07 10:33 PM   Updated: 11/Feb/08 10:11 PM
Component/s: Backend / Domain Model
Affects Version/s: 1.2
Fix Version/s: 1.3

Time Tracking:
Not Specified

File Attachments: 1. Text File devsuite-test-crowd.log (226 kB)

Environment: http://devsuite-test.atlassian.com/crowd

Participants: David O'Flynn [Atlassian], Dylan Etkin [Atlassian] and Justen Stepka [Atlassian]
Since last comment: 34 weeks, 1 day ago
Resolution Date: 11/Feb/08 10:11 PM
Labels:


 Description  « Hide
In our devsuite test environment we are having the entire suite of applications crash. Contigix has investigated and they see that

It looks like the crowd instance is having some trouble:

@40000000474e038a07c7b4f4 18:10:40,130 WARN
org.hibernate.util.JDBCExceptionReporter: SQL Error: 0, SQLState: 23505
@40000000474e038a07c981e4 18:10:40,130 ERROR
org.hibernate.util.JDBCExceptionReporter: ERROR: duplicate key violates
unique constraint "TOKEN_KEY_key"
@40000000474e038a07fcceb4 18:10:40,130 ERROR
org.hibernate.event.def.AbstractFlushingEventListener: Could not
synchronize database state with session
@40000000474e038a07fcde54
org.hibernate.exception.ConstraintViolationException: could not insert:
[com.atlassian.crowd.model.token.Token]

With this, the applications are attempting to connect internally, using
up all the apache threads available. This is the underlying issue
causing the outage.

They took a thread dump before they cleared the error. I am attaching it.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
David O'Flynn [Atlassian] added a comment - 11/Feb/08 10:11 PM
Fixed with CWD-748 et al.