Anyone ? On Thu, Sep 16, 2010 at 2:19 PM, Ravi <exts...@gmail.com> wrote:
> > > browser: Chrome OS: Ubuntu 10.4 > > I followed the instructions for both stomple & stomp-websockets (Clients > section http://activemq.apache.org/websockets.html) > There is no indication either one can connect to the broker successfully. > > Anyone got either of them working ? What's the sauce I am missing ? > > stomp-websockets ( > http://www.nighttale.net/activemq/activemq-54-stomp-over-web-sockets.html) > -------------------------- > > It says 'Opening web socket' and just hangs > > stomple (followed instructions like above and pointed browser to > demo/stomple/test/all.html) > ----------- > > Almost all the tests that need successful connection fail. In activemq log > I see ... > > ERROR | handle failed? > java.lang.IllegalArgumentException: !utf8 > at > org.eclipse.jetty.util.Utf8StringBuilder.append(Utf8StringBuilder.java:122) > at > org.eclipse.jetty.websocket.WebSocketParser.parseNext(WebSocketParser.java:147) > at > org.eclipse.jetty.websocket.WebSocketConnection.handle(WebSocketConnection.java:75) > at > org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:252) > at > org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:436) > at java.lang.Thread.run(Thread.java:619) > >