You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "John Sisson (JIRA)" <de...@geronimo.apache.org> on 2006/06/18 11:56:29 UTC

[jira] Created: (GERONIMO-2133) NPE at at org.apache.tomcat.util.buf.ByteChunk.append(..) when deploying application

NPE at  at org.apache.tomcat.util.buf.ByteChunk.append(..) when deploying application
-------------------------------------------------------------------------------------

         Key: GERONIMO-2133
         URL: http://issues.apache.org/jira/browse/GERONIMO-2133
     Project: Geronimo
        Type: Bug
    Security: public (Regular issues) 
  Components: Tomcat, console  
    Versions: 1.1    
 Environment: Solaris x86, Geronimo 1.1 release candidate.
    Reporter: John Sisson
    Priority: Minor
     Fix For: 1.x


Requires further investigation.. 

I had a browser window open on the "Install new applications" page from a previous web console session.  I restarted Geronimo and then attempted (using the existing browser window) to deploy the daytrader ear with the daytrader plan dayTrader-plan.xml

The browser displayed an empty page with the following URL and the exception below was displayed in my telnet window.
http://syisolx86vm1:8080/console/portal/apps/apps_all/_ac_apps_all_row1_col1_p1/AC/_pid/apps_all_row1_col1_p1?action=deploy

Geronimo Application Server started
19:37:29,600 ERROR [CoyoteAdapter] An exception or error occurred in the container during the request processing
java.lang.NullPointerException
        at org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java:324)
        at org.apache.catalina.authenticator.FormAuthenticator.saveRequest(FormAuthenticator.java:487)
        at org.apache.catalina.authenticator.FormAuthenticator.authenticate(FormAuthenticator.java:236)
        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
        at org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.invoke(GeronimoStandardContext.java:342)
        at org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(GeronimoBeforeAfterValve.java:31)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
        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:667)
        at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
        at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
        at java.lang.Thread.run(Thread.java:534)


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira