[Beginners Corner] - JBoss 3.2.7 blowing up
by mohanJboss
After running JBOSS for 2-3 hours under heavy utilization it blows up and gives the following exception:
After running the test scripts that send http requests and result in creating records in database for around 2-3 hours , jboss blows up with following exception.
Please help me out as to what is the reason for this.
java.lang.ArrayIndexOutOfBoundsException: 0
at org.jboss.jmx.adaptor.control.Server.invokeOpByName(Server.java:215)
at org.jboss.jmx.adaptor.control.Server.invokeOp(Server.java:202)
at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.invokeOp (HtmlAdaptorServlet.java:241)
at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.processRequest(HtmlAdaptorServlet.java:79)
at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.doPost(HtmlAdaptorServlet.java :61)
at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter (ApplicationFilterChain.java(Compiled Code))
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java(Compiled Code))
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter (ReplyHeaderFilter.java(Compiled Code))
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java(Compiled Code))
at org.apache.catalina.core.ApplicationFilterChain.doFilter (ApplicationFilterChain.java(Compiled Code))
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java(Compiled Code))
at org.apache.catalina.core.StandardValveContext.invokeNext (StandardValveContext.java(Compiled Code))
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java(Compiled Code))
at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java (Compiled Code))
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java(Compiled Code))
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java (Compiled Code))
at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java(Compiled Code))
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java (Compiled Code))
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java(Compiled Code))
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java (Compiled Code))
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java(Compiled Code))
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java(Compiled Code))
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java(Compiled Code))
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java(Compiled Code))
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java(Compiled Code))
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java(Compiled Code))
at org.apache.catalina.core.StandardValveContext.invokeNext (StandardValveContext.java(Compiled Code))
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java(Compiled Code))
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java (Compiled Code))
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java(Compiled Code))
Please help me out.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046167#4046167
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046167
19 years
[JBoss jBPM] - Re: why
by kukeltje
First, the basic 'truly public' api is the JbpmContext, although it is not limited to that. On the one hand it blurs the line, on the other hand it gives advanced users the ability to go beyond basic usage.
Secondly, surprise surprise, I have committeraccess (although I rarely use it). I'm willing to merge any changes/enhancements/... to the documentation (manual or javadoc) that others make/propose into the codebase if:
- they are made against the latests version from cvs as possible
- these diffs are in a jira issue with a good description (more than one diff may go in there)
- they are not just dots, comma's etc.. butr real enhancements.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046155#4046155
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046155
19 years