What process is executing the following: > Then this TGT got destroyed a few seconds later : > > 17:00:22-27 192394 Execute [604] delete from TICKETGRANTINGTICKET > where > ID='TGT-45-f9ynfe4hnpaK0GAv3cJruSKKVCkSZfWYx0qIqiRWC4WpphbK73-id.ch-poitiers.fr'
The log format looks different than the cas.log file. This is the same ticket in question that was created and subsequently updated? The log excerpts themselves don't provide enough information to conclude that. > 2011-05-30 17:00:22,698 ERROR [org.hibernate.jdbc.AbstractBatcher] - > Exception executing batch: > org.hibernate.StaleStateException: Batch update returned unexpected row > count from update [0]; actual row count: 0; expected: 1 The typical cause of this is that the affected row has been modified by another transaction (in this case deleted) during this transaction's execution. I've not seen this before, but I suspect it's a platform-dependent effect. Can you tell me more about your MySQL setup? In particular, what table type are you using? M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
