Skip to content

Instantly share code, notes, and snippets.

@lholmquist
Created May 9, 2014 15:14
Show Gist options
  • Save lholmquist/28160ff9831e6198f45a to your computer and use it in GitHub Desktop.
Save lholmquist/28160ff9831e6198f45a to your computer and use it in GitHub Desktop.
Unhandle exception
java.lang.IllegalStateException: address must be specified for message
at org.vertx.java.core.sockjs.EventBusBridge.getMandatoryString(EventBusBridge.java:215)
at org.vertx.java.core.sockjs.EventBusBridge.handleSocketData(EventBusBridge.java:121)
at org.vertx.java.core.sockjs.EventBusBridge.access$600(EventBusBridge.java:39)
at org.vertx.java.core.sockjs.EventBusBridge$3.handle(EventBusBridge.java:191)
at org.vertx.java.core.sockjs.EventBusBridge$3.handle(EventBusBridge.java:189)
at org.vertx.java.core.sockjs.impl.Session.handleMessages(Session.java:299)
at org.vertx.java.core.sockjs.impl.WebSocketTransport$WebSocketListener$1.handle(WebSocketTransport.java:92)
at org.vertx.java.core.sockjs.impl.WebSocketTransport$WebSocketListener$1.handle(WebSocketTransport.java:84)
at org.vertx.java.core.http.impl.WebSocketImplBase.handleFrame(WebSocketImplBase.java:126)
at org.vertx.java.core.http.impl.ServerConnection.handleWsFrame(ServerConnection.java:230)
at org.vertx.java.core.http.impl.ServerConnection.processMessage(ServerConnection.java:301)
at org.vertx.java.core.http.impl.ServerConnection.handleMessage(ServerConnection.java:96)
at org.vertx.java.core.http.impl.DefaultHttpServer$ServerHandler.doMessageReceived(DefaultHttpServer.java:621)
at org.vertx.java.core.http.impl.DefaultHttpServer$ServerHandler.doMessageReceived(DefaultHttpServer.java:541)
at org.vertx.java.core.http.impl.VertxHttpHandler.messageReceived(VertxHttpHandler.java:84)
at io.netty.channel.ChannelHandlerUtil.handleInboundBufferUpdated(ChannelHandlerUtil.java:60)
at org.vertx.java.core.http.impl.VertxHttpHandler.inboundBufferUpdated(VertxHttpHandler.java:53)
at io.netty.channel.DefaultChannelHandlerContext.invokeInboundBufferUpdated(DefaultChannelHandlerContext.java:1031)
at io.netty.channel.DefaultChannelHandlerContext.fireInboundBufferUpdated0(DefaultChannelHandlerContext.java:998)
at io.netty.channel.DefaultChannelHandlerContext.fireInboundBufferUpdated(DefaultChannelHandlerContext.java:978)
at io.netty.channel.ChannelHandlerUtil.handleInboundBufferUpdated(ChannelHandlerUtil.java:69)
at io.netty.channel.ChannelInboundMessageHandlerAdapter.inboundBufferUpdated(ChannelInboundMessageHandlerAdapter.java:100)
at io.netty.handler.codec.MessageToMessageCodec.inboundBufferUpdated(MessageToMessageCodec.java:114)
at io.netty.channel.DefaultChannelHandlerContext.invokeInboundBufferUpdated(DefaultChannelHandlerContext.java:1031)
at io.netty.channel.DefaultChannelHandlerContext.fireInboundBufferUpdated0(DefaultChannelHandlerContext.java:998)
at io.netty.channel.DefaultChannelHandlerContext.fireInboundBufferUpdated(DefaultChannelHandlerContext.java:978)
at io.netty.handler.stream.ChunkedWriteHandler.inboundBufferUpdated(ChunkedWriteHandler.java:154)
at io.netty.channel.DefaultChannelHandlerContext.invokeInboundBufferUpdated(DefaultChannelHandlerContext.java:1057)
at io.netty.channel.DefaultChannelHandlerContext.fireInboundBufferUpdated0(DefaultChannelHandlerContext.java:998)
at io.netty.channel.DefaultChannelHandlerContext.fireInboundBufferUpdated(DefaultChannelHandlerContext.java:978)
at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:441)
at io.netty.handler.codec.ByteToMessageDecoder.inboundBufferUpdated(ByteToMessageDecoder.java:69)
at io.netty.channel.ChannelInboundByteHandlerAdapter.inboundBufferUpdated(ChannelInboundByteHandlerAdapter.java:46)
at io.netty.channel.DefaultChannelHandlerContext.invokeInboundBufferUpdated(DefaultChannelHandlerContext.java:1031)
at io.netty.channel.DefaultChannelHandlerContext.fireInboundBufferUpdated0(DefaultChannelHandlerContext.java:998)
at io.netty.channel.DefaultChannelHandlerContext.fireInboundBufferUpdated(DefaultChannelHandlerContext.java:978)
at io.netty.channel.DefaultChannelPipeline.fireInboundBufferUpdated(DefaultChannelPipeline.java:828)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:118)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:429)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:392)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:322)
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:114)
at java.lang.Thread.run(Thread.java:724)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment