[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - getting ServletException when JBoss is under load
kenety
do-not-reply at jboss.com
Wed May 16 02:21:51 EDT 2007
Hi,
I'm getting the folowing ServletException on the server.log when sending HTTP requests to JBoss under load for each and every request (this happens after a while during the load testing). Do you have an idea why. Is there any configuration that I'm missing. Thanks!
2007-05-15 08:11:47,648 ERROR [org.apache.catalina.connector.CoyoteAdapter] An exception or error occurred in the container during the request processing
javax.servlet.ServletException: Error invoking cached connection manager
at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:172)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
at java.lang.Thread.run(Thread.java:595)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046017#4046017
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046017
More information about the jboss-user
mailing list