ajanata / PretendYoureXyzzy

A web clone of the card game Cards Against Humanity.
https://pretendyoure.xyz/zy
BSD 2-Clause "Simplified" License
1.23k stars 396 forks source link

ConcurrentModificationException #66

Open ajanata opened 10 years ago

ajanata commented 10 years ago

Nov 25, 2013 6:01:04 PM org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet [net.socialgamer.cah.servlets.AjaxServlet] in context with path [] threw exception java.util.ConcurrentModificationException at java.util.LinkedHashMap$LinkedHashIterator.nextEntry(LinkedHashMap.java:390) at java.util.LinkedHashMap$ValueIterator.next(LinkedHashMap.java:405) at org.hibernate.engine.StatefulPersistenceContext.afterTransactionCompletion(StatefulPersistenceContext.java:275) at org.hibernate.impl.SessionImpl.afterTransactionCompletion(SessionImpl.java:593) at org.hibernate.jdbc.JDBCContext.afterNontransactionalQuery(JDBCContext.java:271) at org.hibernate.impl.SessionImpl.afterOperation(SessionImpl.java:587) at org.hibernate.impl.SessionImpl.load(SessionImpl.java:985) at org.hibernate.impl.SessionImpl.load(SessionImpl.java:970) at net.socialgamer.cah.handlers.ChangeGameOptionHandler.handleWithUserInGame(ChangeGameOptionHandler.java:50) at net.socialgamer.cah.handlers.GameWithPlayerHandler.handle(GameWithPlayerHandler.java:57) at net.socialgamer.cah.handlers.GameHandler.handle(GameHandler.java:77) at net.socialgamer.cah.servlets.AjaxServlet.handleRequest(AjaxServlet.java:93) at net.socialgamer.cah.servlets.CahServlet.doPost(CahServlet.java:116)