Management Console can't connect using authentication
-----------------------------------------------------
Key: QPID-794
URL: https://issues.apache.org/jira/browse/QPID-794
Project: Qpid
Issue Type: Bug
Components: Java Broker, Java Management Console
Reporter: Aidan Skinner
Fix For: M2.1
It is not possible to connect the management console to the broker using jmx
authentication, it makes the broker throw the following exception:
GenericConnectorServer ClientCreation.run
WARNING: Failed to open connection: java.io.StreamCorruptedException: invalid
stream header
java.io.StreamCorruptedException: invalid stream header
at
java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:764)
at java.io.ObjectInputStream.<init>(ObjectInputStream.java:277)
at
com.sun.jmx.remote.socket.SocketConnection$ObjectInputStreamWithLoader.<init>(SocketConnection.java:354)
at
com.sun.jmx.remote.socket.SocketConnection.readMessage(SocketConnection.java:204)
at
com.sun.jmx.remote.opt.security.AdminServer.connectionOpen(AdminServer.java:76)
at
com.sun.jmx.remote.generic.ServerSynchroMessageConnectionImpl.connect(ServerSynchroMessageConnectionImpl.java:58)
at
javax.management.remote.generic.GenericConnectorServer$ClientCreation.run(GenericConnectorServer.java:405)
at
com.sun.jmx.remote.opt.util.ThreadService$ThreadServiceJob.run(ThreadService.java:208)
at com.sun.jmx.remote.opt.util.JobExecutor.run(JobExecutor.java:59)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.