You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Joseph Leong (JIRA)" <ji...@apache.org> on 2008/03/31 18:50:25 UTC

[jira] Commented: (GERONIMO-3942) IllegalStateException warning message for Jetty plugin installer

    [ https://issues.apache.org/jira/browse/GERONIMO-3942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12583744#action_12583744 ] 

Joseph Leong commented on GERONIMO-3942:
----------------------------------------

Looks like the plugin installer is attempting to write to the output stream after a response has been committed.  Checking to see if the RequestDispatcher.forward and HttpServletResponse.sendRedirect are the last methods called before the end of the methods.


> IllegalStateException warning message for Jetty plugin installer
> ----------------------------------------------------------------
>
>                 Key: GERONIMO-3942
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3942
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 2.1, 2.1.1, 2.2
>         Environment: Ubuntu 7.10, Firefox
>            Reporter: Joseph Leong
>            Assignee: Joseph Leong
>            Priority: Minor
>             Fix For: 2.2
>
>
> When installing plugins via the admin console (on Jetty) , at times an IllegalStateException Warning Message Occurs.  Otherwise, everything appears to look and work fine functionality wise.
> StackTrace Example:
> java.lang.IllegalStateException: Committed
> at org.mortbay.jetty.Response.resetBuffer(Response.java:995)
> at org.mortbay.jetty.Response.sendRedirect(Response.java:403)
> at org.mortbay.jetty.security.FormAuthenticator.authenticate(FormAuthenticator.java:257)
> at org.apache.geronimo.jetty6.handler.JettySecurityHandler.checkSecurityConstraints(JettySecurityHandler.java:216)
> at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:191)
> at org.apache.geronimo.jetty6.handler.JettySecurityHandler.handle(JettySecurityHandler.java:114)
> at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
> at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:726)
> at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
> at org.apache.geronimo.jetty6.handler.TwistyWebAppContext.access$101(TwistyWebAppContext.java:40)
> at org.apache.geronimo.jetty6.handler.TwistyWebAppContext$TwistyHandler.handle(TwistyWebAppContext.java:65)
> at org.apache.geronimo.jetty6.handler.ThreadClassloaderHandler.handle(ThreadClassloaderHandler.java:46)
> at org.apache.geronimo.jetty6.handler.InstanceContextHandler.handle(InstanceContextHandler.java:58)
> at org.apache.geronimo.jetty6.handler.UserTransactionHandler.handle(UserTransactionHandler.java:48)
> at org.apache.geronimo.jetty6.handler.ComponentContextHandler.handle(ComponentContextHandler.java:47)
> at org.apache.geronimo.jetty6.handler.TwistyWebAppContext.handle(TwistyWebAppContext.java:59)
> at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:206)
> at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
> at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
> at org.mortbay.jetty.Server.handle(Server.java:324)
> at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)
> at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:374)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.