[jboss-jira] [JBoss JIRA] Updated: (JBAS-7767) IllegalStateException thrown by InvokerServlet
Remy Maucherat (JIRA)
jira-events at lists.jboss.org
Wed Feb 24 06:07:10 EST 2010
[ https://jira.jboss.org/jira/browse/JBAS-7767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Remy Maucherat updated JBAS-7767:
---------------------------------
Component/s: Other
Fix Version/s: JBossAS-6.0.0.M3
Affects Version/s: JBossAS-6.0.0.M2
Assignee: (was: Remy Maucherat)
The original error is logged if you enable debug logging: log.debug("Invoke threw exception", t);
> IllegalStateException thrown by InvokerServlet
> ----------------------------------------------
>
> Key: JBAS-7767
> URL: https://jira.jboss.org/jira/browse/JBAS-7767
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Other
> Affects Versions: JBossAS-6.0.0.M2
> Environment: JBoss version 5.1.0-GA
> JDK jdk1.6.0_16
> Windows Server 2003 32 bit.
> Reporter: Brad -
> Fix For: JBossAS-6.0.0.M3
>
>
> We got a stack trace in our log file which doesn't contain any reference to our code. Looks to me like the root problem is masked due to a problem handling the original error (InvokerServlet.processRequest(InvokerServlet.java:193) is inside a catch block).
> Originally posted in forum:
> http://community.jboss.org/thread/148428
> stack trace from log file:
> 2010-02-19 13:59:22,875 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/invoker].[JMXInvokerServlet]] Servlet.service() for servlet JMXInvokerServlet threw exception
> java.lang.IllegalStateException
> at org.apache.catalina.connector.ResponseFacade.resetBuffer(ResponseFacade.java:288)
> at org.jboss.invocation.http.servlet.InvokerServlet.processRequest(InvokerServlet.java:193)
> at org.jboss.invocation.http.servlet.InvokerServlet.doPost(InvokerServlet.java:224)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
> at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
> at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
> at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
> at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
> at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:567)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)
> at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
> at java.lang.Thread.run(Thread.java:619)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list