Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
Operating System: Linux
Platform: PC
-
709
Description
Setting the cookie to -1 in an packet by an openflow switch consistently throws IllegalArgumentsException as can be seen in the stacktrace below. Since the error floods the osgi runtime console, I am unable to use the test-provider functionality on an OpenFlow 1.3 enabled switch.
2014-04-09 15:22:05.891 CEST [nioEventLoopGroup-10-3] WARN i.n.channel.DefaultChannelPipeline - An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
java.lang.IllegalArgumentException: Invalid range: -1, expected: [[0‥4294967295]].
at org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.Cookie.<init>(Cookie.java:24) ~[na:na]
at org.opendaylight.openflowplugin.openflow.md.core.translator.PacketInTranslator.translate(PacketInTranslator.java:68) ~[na:na]
at org.opendaylight.openflowplugin.openflow.md.core.translator.PacketInTranslator.translate(PacketInTranslator.java:38) ~[na:na]
at org.opendaylight.openflowplugin.openflow.md.queue.QueueKeeperLightImpl.translate(QueueKeeperLightImpl.java:173) ~[na:na]
at org.opendaylight.openflowplugin.openflow.md.queue.QueueKeeperLightImpl.push(QueueKeeperLightImpl.java:112) ~[na:na]
at org.opendaylight.openflowplugin.openflow.md.queue.QueueKeeperLightImpl.push(QueueKeeperLightImpl.java:30) ~[na:na]
at org.opendaylight.openflowplugin.openflow.md.core.ConnectionConductorImpl.onPacketInMessage(ConnectionConductorImpl.java:200) ~[na:na]
at org.opendaylight.openflowjava.protocol.impl.connection.ConnectionAdapterImpl.consume(ConnectionAdapterImpl.java:280) ~[na:na]
at org.opendaylight.openflowjava.protocol.impl.core.DelegatingInboundHandler.channelRead(DelegatingInboundHandler.java:45) ~[na:na]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:340) [bundlefile:4.0.17.Final]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:326) [bundlefile:4.0.17.Final]
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [bundlefile:4.0.17.Final]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:340) [bundlefile:4.0.17.Final]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:326) [bundlefile:4.0.17.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:155) [bundlefile:4.0.17.Final]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:340) [bundlefile:4.0.17.Final]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:326) [bundlefile:4.0.17.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:155) [bundlefile:4.0.17.Final]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:340) [bundlefile:4.0.17.Final]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:326) [bundlefile:4.0.17.Final]
at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:253) [bundlefile:4.0.17.Final]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:340) [bundlefile:4.0.17.Final]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:326) [bundlefile:4.0.17.Final]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [bundlefile:4.0.17.Final]
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:116) [bundlefile:4.0.17.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:494) [bundlefile:4.0.17.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:461) [bundlefile:4.0.17.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:378) [bundlefile:4.0.17.Final]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:350) [bundlefile:4.0.17.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [bundlefile:4.0.17.Final]
at java.lang.Thread.run(Thread.java:744) [na:1.7.0_51]
2014-04-09 15:22:06.052 CEST [md-sal-binding-notification-0] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................2
2014-04-09 15:22:06.053 CEST [md-sal-binding-notification-0] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................2
2014-04-09 15:22:06.053 CEST [md-sal-binding-notification-0] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................2
2014-04-09 15:22:06.095 CEST [md-sal-binding-notification-2] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................1
2014-04-09 15:22:06.096 CEST [md-sal-binding-notification-2] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................1
2014-04-09 15:22:06.096 CEST [md-sal-binding-notification-2] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................1
2014-04-09 15:22:06.096 CEST [md-sal-binding-notification-2] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................2
2014-04-09 15:22:06.096 CEST [md-sal-binding-notification-2] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................2
2014-04-09 15:22:06.097 CEST [md-sal-binding-notification-2] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................2
2014-04-09 15:22:06.149 CEST [md-sal-binding-notification-1] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................9
2014-04-09 15:22:06.149 CEST [md-sal-binding-notification-2] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................9
2014-04-09 15:22:06.150 CEST [md-sal-binding-notification-1] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................10
2014-04-09 15:22:06.149 CEST [md-sal-binding-notification-3] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................9
2014-04-09 15:22:06.150 CEST [md-sal-binding-notification-1] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................10
2014-04-09 15:22:06.150 CEST [md-sal-binding-notification-3] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................11
2014-04-09 15:22:06.150 CEST [md-sal-binding-notification-1] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................11
2014-04-09 15:22:06.150 CEST [md-sal-binding-notification-2] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................10
2014-04-09 15:22:06.150 CEST [md-sal-binding-notification-1] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................12
2014-04-09 15:22:06.150 CEST [md-sal-binding-notification-3] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................11
2014-04-09 15:22:06.150 CEST [md-sal-binding-notification-1] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................12
2014-04-09 15:22:06.150 CEST [md-sal-binding-notification-2] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................12
2014-04-09 15:22:06.195 CEST [md-sal-binding-notification-2] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................9
2014-04-09 15:22:06.195 CEST [md-sal-binding-notification-2] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................9
2014-04-09 15:22:06.196 CEST [md-sal-binding-notification-2] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................9
2014-04-09 15:22:06.196 CEST [md-sal-binding-notification-2] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................10
2014-04-09 15:22:06.196 CEST [md-sal-binding-notification-2] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................10
2014-04-09 15:22:06.196 CEST [md-sal-binding-notification-2] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................10
2014-04-09 15:22:06.196 CEST [md-sal-binding-notification-2] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................11
2014-04-09 15:22:06.196 CEST [md-sal-binding-notification-2] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................11
2014-04-09 15:22:06.196 CEST [md-sal-binding-notification-2] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................11
2014-04-09 15:22:06.196 CEST [md-sal-binding-notification-2] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................12
2014-04-09 15:22:06.197 CEST [md-sal-binding-notification-2] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................12
2014-04-09 15:22:06.197 CEST [md-sal-binding-notification-2] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................12
2014-04-09 15:22:06.260 CEST [md-sal-binding-notification-0] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................10
2014-04-09 15:22:06.260 CEST [md-sal-binding-notification-0] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................10
2014-04-09 15:22:06.260 CEST [md-sal-binding-notification-0] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................10
2014-04-09 15:22:06.260 CEST [md-sal-binding-notification-0] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................11
2014-04-09 15:22:06.260 CEST [md-sal-binding-notification-0] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................11
2014-04-09 15:22:06.260 CEST [md-sal-binding-notification-0] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................11
2014-04-09 15:22:06.260 CEST [md-sal-binding-notification-0] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................12
2014-04-09 15:22:06.261 CEST [md-sal-binding-notification-0] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................12
2014-04-09 15:22:06.261 CEST [md-sal-binding-notification-0] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................12
2014-04-09 15:22:06.261 CEST [md-sal-binding-notification-0] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................13
2014-04-09 15:22:06.261 CEST [md-sal-binding-notification-0] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................13
2014-04-09 15:22:06.261 CEST [md-sal-binding-notification-0] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................13
2014-04-09 15:22:07.096 CEST [md-sal-binding-notification-3] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................18
2014-04-09 15:22:07.096 CEST [md-sal-binding-notification-2] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................18
2014-04-09 15:22:07.097 CEST [md-sal-binding-notification-3] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................19
2014-04-09 15:22:07.097 CEST [md-sal-binding-notification-3] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................20
2014-04-09 15:22:07.097 CEST [md-sal-binding-notification-3] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................20
2014-04-09 15:22:07.097 CEST [md-sal-binding-notification-3] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................20
2014-04-09 15:22:07.097 CEST [md-sal-binding-notification-3] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................21
2014-04-09 15:22:07.097 CEST [md-sal-binding-notification-3] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................21
2014-04-09 15:22:07.098 CEST [md-sal-binding-notification-3] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................21
2014-04-09 15:22:07.096 CEST [md-sal-binding-notification-0] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................18
2014-04-09 15:22:07.097 CEST [md-sal-binding-notification-1] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................19
2014-04-09 15:22:07.097 CEST [md-sal-binding-notification-2] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................19
2014-04-09 15:22:07.255 CEST [md-sal-binding-notification-3] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................17
2014-04-09 15:22:07.256 CEST [md-sal-binding-notification-3] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................17
2014-04-09 15:22:07.256 CEST [md-sal-binding-notification-3] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................17
2014-04-09 15:22:07.256 CEST [md-sal-binding-notification-3] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................18
2014-04-09 15:22:07.256 CEST [md-sal-binding-notification-3] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................18
2014-04-09 15:22:07.257 CEST [md-sal-binding-notification-3] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................18
2014-04-09 15:22:07.257 CEST [md-sal-binding-notification-3] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................19
2014-04-09 15:22:07.257 CEST [md-sal-binding-notification-3] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................19
2014-04-09 15:22:07.257 CEST [md-sal-binding-notification-2] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................19
2014-04-09 15:22:07.257 CEST [md-sal-binding-notification-2] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................20
2014-04-09 15:22:07.257 CEST [md-sal-binding-notification-3] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................20
2014-04-09 15:22:07.257 CEST [md-sal-binding-notification-2] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................20
2014-04-09 15:22:07.752 CEST [md-sal-binding-notification-2] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................16
2014-04-09 15:22:07.752 CEST [md-sal-binding-notification-2] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................16
2014-04-09 15:22:07.752 CEST [md-sal-binding-notification-2] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................16
2014-04-09 15:22:07.752 CEST [md-sal-binding-notification-2] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................17
2014-04-09 15:22:07.752 CEST [md-sal-binding-notification-0] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................17
2014-04-09 15:22:07.752 CEST [md-sal-binding-notification-2] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................17
2014-04-09 15:22:07.752 CEST [md-sal-binding-notification-0] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................18
2014-04-09 15:22:07.752 CEST [md-sal-binding-notification-2] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................18
2014-04-09 15:22:07.752 CEST [md-sal-binding-notification-0] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................18
2014-04-09 15:22:07.752 CEST [md-sal-binding-notification-0] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................19
2014-04-09 15:22:07.753 CEST [md-sal-binding-notification-0] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................19
2014-04-09 15:22:07.753 CEST [md-sal-binding-notification-2] ERROR o.o.o.t.FlowEventListenerLoggingImpl - Error notification flow Xid.........................19
2014-04-09 15:22:07.779 CEST [nioEventLoopGroup-10-5] WARN i.n.channel.DefaultChannelPipeline - An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
java.lang.IllegalArgumentException: Invalid range: -1, expected: [[0‥4294967295]].
at org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.Cookie.<init>(Cookie.java:24) ~[na:na]
at org.opendaylight.openflowplugin.openflow.md.core.translator.PacketInTranslator.translate(PacketInTranslator.java:68) ~[na:na]
at org.opendaylight.openflowplugin.openflow.md.core.translator.PacketInTranslator.translate(PacketInTranslator.java:38) ~[na:na]
at org.opendaylight.openflowplugin.openflow.md.queue.QueueKeeperLightImpl.translate(QueueKeeperLightImpl.java:173) ~[na:na]
at org.opendaylight.openflowplugin.openflow.md.queue.QueueKeeperLightImpl.push(QueueKeeperLightImpl.java:112) ~[na:na]
at org.opendaylight.openflowplugin.openflow.md.queue.QueueKeeperLightImpl.push(QueueKeeperLightImpl.java:30) ~[na:na]
at org.opendaylight.openflowplugin.openflow.md.core.ConnectionConductorImpl.onPacketInMessage(ConnectionConductorImpl.java:200) ~[na:na]
at org.opendaylight.openflowjava.protocol.impl.connection.ConnectionAdapterImpl.consume(ConnectionAdapterImpl.java:280) ~[na:na]
at org.opendaylight.openflowjava.protocol.impl.core.DelegatingInboundHandler.channelRead(DelegatingInboundHandler.java:45) ~[na:na]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:340) [bundlefile:4.0.17.Final]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:326) [bundlefile:4.0.17.Final]
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [bundlefile:4.0.17.Final]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:340) [bundlefile:4.0.17.Final]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:326) [bundlefile:4.0.17.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:155) [bundlefile:4.0.17.Final]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:340) [bundlefile:4.0.17.Final]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:326) [bundlefile:4.0.17.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:155) [bundlefile:4.0.17.Final]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:340) [bundlefile:4.0.17.Final]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:326) [bundlefile:4.0.17.Final]
at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:253) [bundlefile:4.0.17.Final]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:340) [bundlefile:4.0.17.Final]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:326) [bundlefile:4.0.17.Final]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [bundlefile:4.0.17.Final]
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:116) [bundlefile:4.0.17.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:494) [bundlefile:4.0.17.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:461) [bundlefile:4.0.17.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:378) [bundlefile:4.0.17.Final]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:350) [bundlefile:4.0.17.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [bundlefile:4.0.17.Final]
at java.lang.Thread.run(Thread.java:744) [na:1.7.0_51]
Attachments
Issue Links
- blocks
-
OPNFLWPLUG-115 Milestone: Implement proper runtime behaviour
- Resolved