Hi,

After upgrading to Resin 4.0.14, in resin.log I found too many
exceptions but I've got no idea why they were thrown.
When using 4.0.10 there were no such exception logs with the same webapp code.

2~4 times per seconds.

4.0.13 also have the issue.

java.lang.IllegalStateException: Internal error: user transaction pool
broken because poolItems exist, but no transaction is active.
                                                at
com.caucho.transaction.UserTransactionImpl.abortTransaction(UserTransactionImpl.java:419)
                                                at
com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:213)
                                                at
com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:792)
                                                at
com.caucho.network.listen.TcpSocketLink.handleRequest(TcpSocketLink.java:685)
                                                at
com.caucho.network.listen.TcpSocketLink.handleRequestsImpl(TcpSocketLink.java:665)
                                                at
com.caucho.network.listen.TcpSocketLink.handleRequests(TcpSocketLink.java:613)
                                                at
com.caucho.network.listen.AcceptTask.doTask(AcceptTask.java:104)
                                                at
com.caucho.network.listen.ConnectionReadTask.runThread(ConnectionReadTask.java:98)
                                                at
com.caucho.network.listen.ConnectionReadTask.run(ConnectionReadTask.java:81)
                                                at
com.caucho.network.listen.AcceptTask.run(AcceptTask.java:67)
                                                at
com.caucho.env.thread.ResinThread.runTasks(ResinThread.java:164)
                                                at
com.caucho.env.thread.ResinThread.run(ResinThread.java:130)


-Wesley


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to