-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-beta3
-
Fix Version/s: 1.0-beta5
-
Component/s: apollo-stomp
-
Labels:
I can't get the apollo example to work. Both the Listener and Publisher throw the following stack stace:
Exception in thread "main" javax.jms.JMSException: Not connected:
at org.fusesource.stompjms.StompJmsExceptionSupport.create(StompJmsExceptionSupport.java:59)
at org.fusesource.stompjms.channel.StompChannel.connect(StompChannel.java:76)
at org.fusesource.stompjms.StompJmsConnection.connect(StompJmsConnection.java:365)
at org.fusesource.stompjms.StompJmsConnection.createSession(StompJmsConnection.java:127)
at example.Listener.main(Listener.java:41)
Caused by: java.io.IOException: Not connected:
at org.fusesource.stompjms.channel.StompSocket.connect(StompSocket.java:298)
at org.fusesource.stompjms.channel.StompChannel.connect(StompChannel.java:74)
... 3 more
The Apollo admin console show the following:
state: STARTED 9 minutes ago
total accepted: 8
currently connected: 0
I clearly shows the 8 times I've ran the examples, so the client gets connected to the server but as soon as connection.start is called an exception is thrown on the client.