Keith Wall created QPID-7369:
--------------------------------

             Summary: SaslServlet.getRandom failed with IllegalStateException 
                 Key: QPID-7369
                 URL: https://issues.apache.org/jira/browse/QPID-7369
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker
            Reporter: Keith Wall


The following test failed on Apache CI with a IllegalStateException from Jetty 
within {{SaslServlet.getRandom}}. 

https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-Java-Java-BDB-TestMatrix/2335/jdk=JDK%201.7%20(latest),label=Ubuntu,profile=java-bdb.0-10/testReport/junit/org.apache.qpid.systest.rest/SaslRestTest/testCramMD5SaslAuthenticationForNonExistingUser/

2016-07-27 15:50:48,396         ERROR [HttpManagement-http-90208] 
o.a.q.s.m.p.f.ExceptionHandlingFilter Unexpected exception in servlet 
'/service/sasl': 
java.lang.IllegalStateException: null
        at 
org.eclipse.jetty.server.session.AbstractSession.checkValid(AbstractSession.java:109)
 ~[jetty-server-8.1.17.v20150415.jar:8.1.17.v20150415]
        at 
org.eclipse.jetty.server.session.HashedSession.checkValid(HashedSession.java:73)
 ~[jetty-server-8.1.17.v20150415.jar:8.1.17.v20150415]
        at 
org.eclipse.jetty.server.session.AbstractSession.getAttribute(AbstractSession.java:132)
 ~[jetty-server-8.1.17.v20150415.jar:8.1.17.v20150415]
        at 
org.apache.qpid.server.management.plugin.servlet.rest.SaslServlet.getRandom(SaslServlet.java:99)
 ~[qpid-broker-plugins-management-http-6.1.0-SNAPSHOT.jar:6.1.0-SNAPSHOT]
        at 
org.apache.qpid.server.management.plugin.servlet.rest.SaslServlet.doGetWithSubjectAndActor(SaslServlet.java:72)
 ~[qpid-broker-plugins-management-http-6.1.0-SNAPSHOT.jar:6.1.0-SNAPSHOT]
        at 
org.apache.qpid.server.management.plugin.servlet.rest.AbstractServlet$1.run(AbstractServlet.java:89)
 ~[qpid-broker-plugins-management-http-6.1.0-SNAPSHOT.jar:6.1.0-SNAPSHOT]
        at 
org.apache.qpid.server.management.plugin.servlet.rest.AbstractServlet$1.run(AbstractServlet.java:85)
 ~[qpid-broker-plugins-management-http-6.1.0-SNAPSHOT.jar:6.1.0-SNAPSHOT]
        at java.security.AccessController.doPrivileged(Native Method) 
~[na:1.7.0_25]
        at javax.security.auth.Subject.doAs(Subject.java:415) ~[na:1.7.0_25]
        at 
org.apache.qpid.server.management.plugin.servlet.rest.AbstractServlet.doWithSubjectAndActor(AbstractServlet.java:214)
 ~[qpid-broker-plugins-management-http-6.1.0-SNAPSHOT.jar:6.1.0-SNAPSHOT]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to