http://jira.hyperic.com/browse/HHQ-1903
Creating a large group (using regex) containing 2000 members times out after 15 minutes with following error:
[workerb@pserv01 mass]$ date
Mon Mar 31 17:52:23 PDT 2008
[workerb@pserv01 mass]$ ./createGroup.sh file-service.xml
date
<html><head><title>Apache Tomcat/5.5 - Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - </h1><HR size="1" noshade="noshade"><p><b>type</b> Exception report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The server encountered an internal error () that prevented it from fulfilling this request.</u></p><p><b>exception</b> <pre>javax.servlet.ServletException: javax.ejb.TransactionRolledbackLocalException: Cannot open connection; CausedByException is:
Cannot open connection
org.hyperic.hq.ui.servlet.RenditServlet.handleRequest(RenditServlet.java:195)
org.hyperic.hq.ui.servlet.RenditServlet.doPost(RenditServlet.java:55)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
org.hyperic.hq.ui.RenditFilter.doFilter(RenditFilter.java:60)
org.hyperic.hq.ui.AuthenticationFilter.doFilter(AuthenticationFilter.java:151)
org.hyperic.hibernate.filter.SessionFilter$1.run(SessionFilter.java:59)
org.hyperic.hq.hibernate.SessionManager.runInSessionInternal(SessionManager.java:79)
org.hyperic.hq.hibernate.SessionManager.runInSession(SessionManager.java:68)
org.hyperic.hibernate.filter.SessionFilter.doFilter(SessionFilter.java:57)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
org.hyperic.hq.product.servlet.filter.JMXFilter.doFilter(JMXFilter.java:324)
</pre></p><p><b>root cause</b> <pre>org.hyperic.hq.common.SystemException: javax.ejb.TransactionRolledbackLocalException: Cannot open connection; CausedByException is:
Cannot open connection
org.hyperic.hq.hqu.rendit.PluginWrapper.handleRequest(PluginWrapper.java:145)
org.hyperic.hq.hqu.rendit.RenditServer.handleRequest(RenditServer.java:188)
org.hyperic.hq.ui.servlet.RenditServlet.handleRequest(RenditServlet.java:193)
org.hyperic.hq.ui.servlet.RenditServlet.doPost(RenditServlet.java:55)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
org.hyperic.hq.ui.RenditFilter.doFilter(RenditFilter.java:60)
org.hyperic.hq.ui.AuthenticationFilter.doFilter(AuthenticationFilter.java:151)
org.hyperic.hibernate.filter.SessionFilter$1.run(SessionFilter.java:59)
org.hyperic.hq.hibernate.SessionManager.runInSessionInternal(SessionManager.java:79)
org.hyperic.hq.hibernate.SessionManager.runInSession(SessionManager.java:68)
org.hyperic.hibernate.filter.SessionFilter.doFilter(SessionFilter.java:57)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
org.hyperic.hq.product.servlet.filter.JMXFilter.doFilter(JMXFilter.java:324)
</pre></p><p><b>note</b> <u>The full stack trace of the root cause is available in the Apache Tomcat/5.5 logs.</u></p><HR size="1" noshade="noshade"><h3>Apache Tomcat/5.5</h3></body></html>[workerb@pserv01 mass]$ date
Mon Mar 31 18:07:28 PDT 2008
[workerb@pserv01 mass]$
Anonymous