Bug 684459

Summary: [JBQA-4371] NPE in CoyoteAdapter.parseSessionCookiesId during installation
Product: [Other] RHQ Project Reporter: Ondřej Žižka <ozizka>
Component: InstallerAssignee: RHQ Project Maintainer <rhq-maint>
Status: CLOSED WONTFIX QA Contact: Mike Foley <mfoley>
Severity: medium Docs Contact:
Priority: medium    
Version: 4.2CC: ccrouch, jshaughn
Target Milestone: ---   
Target Release: RHQ 4.3.0   
Hardware: Unspecified   
OS: Unspecified   
URL: https://issues.jboss.org/browse/JBQA-4371
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-12 21:53:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ondřej Žižka 2011-03-12 18:34:03 UTC
JON 2.4.1

During installation process, server log is flooded with the following exceptions.
The installation process is finished while these still being logged.



2011-03-12 13:31:27,332 ERROR [org.apache.catalina.connector.CoyoteAdapter] An exception or error occurred in the container during the request processing
java.lang.NullPointerException
        at org.apache.catalina.connector.CoyoteAdapter.parseSessionCookiesId(CoyoteAdapter.java:507)
        at org.apache.catalina.connector.CoyoteAdapter.postParseRequest(CoyoteAdapter.java:449)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:239)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
        at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
        at java.lang.Thread.run(Thread.java:662)

Comment 1 Ondřej Žižka 2011-03-12 18:38:48 UTC
After clicking "Done! Click here to get started!" link, the error messages stopped being logged, so I guess it's some forgotten AJAX request checking whether the installation process has finished.

Comment 2 Ian Springer 2011-12-02 21:43:22 UTC
This is a JBossWeb bug (https://issues.jboss.org/browse/JBWEB-188), which must be occurring after we undeploy rhq-installer.war from the root context and instead deploy rhq-portal.war to the root context.

Comment 3 Mike Foley 2011-12-02 21:48:16 UTC
spotted a 2nd time by ips during JON CR5 qualification.  .ear is not fully deployed for a period of time.   setting priority to medium and target release to RHQ 4.3

Comment 4 Mike Foley 2011-12-22 19:20:58 UTC
spotted in JON 2.4.2 pre-qualification.

Comment 5 Jay Shaughnessy 2013-09-12 21:53:31 UTC
I believe this is now moot with the recent changes to EAP6 and rhqctl based installation.