Advertisement
mbuil

ODL log VPP not working

Nov 25th, 2016
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.12 KB | None | 0 0
  1. 2016-11-25 14:34:12,930 | INFO | upCloseable-3-24 | AbstractSessionNegotiator | 294 - org.opendaylight.controller.protocol-framework - 0.9.0.SNAPSHOT | Unexpected error during negotiation
  2. java.io.IOException: Connection reset by peer
  3. at sun.nio.ch.FileDispatcherImpl.read0(Native Method)[:1.8.0_111]
  4. at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39)[:1.8.0_111]
  5. at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)[:1.8.0_111]
  6. at sun.nio.ch.IOUtil.read(IOUtil.java:192)[:1.8.0_111]
  7. at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)[:1.8.0_111]
  8. at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:358)[141:io.netty.buffer:4.0.37.Final]
  9. at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:897)[141:io.netty.buffer:4.0.37.Final]
  10. at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:242)[143:io.netty.transport:4.0.37.Final]
  11. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:119)[143:io.netty.transport:4.0.37.Final]
  12. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:564)[143:io.netty.transport:4.0.37.Final]
  13. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:505)[143:io.netty.transport:4.0.37.Final]
  14. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:419)[143:io.netty.transport:4.0.37.Final]
  15. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)[143:io.netty.transport:4.0.37.Final]
  16. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)[142:io.netty.common:4.0.37.Final]
  17. at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:145)[142:io.netty.common:4.0.37.Final]
  18. at java.lang.Thread.run(Thread.java:745)[:1.8.0_111]
  19. 2016-11-25 14:34:12,930 | WARN | entExecutor-1-13 | DefaultPromise | 142 - io.netty.common - 4.0.37.Final | An exception was thrown by org.opendaylight.protocol.framework.ReconnectPromise$2.operationComplete()
  20. java.lang.IllegalStateException: complete already: ReconnectPromise@75d0d19e(failure: java.io.IOException: Connection reset by peer)
  21. at io.netty.util.concurrent.DefaultPromise.setFailure(DefaultPromise.java:120)[142:io.netty.common:4.0.37.Final]
  22. at org.opendaylight.protocol.framework.ReconnectPromise$2.operationComplete(ReconnectPromise.java:65)[294:org.opendaylight.controller.protocol-framework:0.9.0.SNAPSHOT]
  23. at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:518)[142:io.netty.common:4.0.37.Final]
  24. at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:511)[142:io.netty.common:4.0.37.Final]
  25. at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:490)[142:io.netty.common:4.0.37.Final]
  26. at io.netty.util.concurrent.DefaultPromise.access$000(DefaultPromise.java:34)[142:io.netty.common:4.0.37.Final]
  27. at io.netty.util.concurrent.DefaultPromise$1.run(DefaultPromise.java:442)[142:io.netty.common:4.0.37.Final]
  28. at io.netty.util.concurrent.GlobalEventExecutor$TaskRunner.run(GlobalEventExecutor.java:236)[142:io.netty.common:4.0.37.Final]
  29. at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:145)[142:io.netty.common:4.0.37.Final]
  30. at java.lang.Thread.run(Thread.java:745)[:1.8.0_111]
  31. Caused by: java.io.IOException: Connection reset by peer
  32. at sun.nio.ch.FileDispatcherImpl.read0(Native Method)[:1.8.0_111]
  33. at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39)[:1.8.0_111]
  34. at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)[:1.8.0_111]
  35. at sun.nio.ch.IOUtil.read(IOUtil.java:192)[:1.8.0_111]
  36. at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)[:1.8.0_111]
  37. at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:358)[141:io.netty.buffer:4.0.37.Final]
  38. at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:897)[141:io.netty.buffer:4.0.37.Final]
  39. at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:242)[143:io.netty.transport:4.0.37.Final]
  40. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:119)[143:io.netty.transport:4.0.37.Final]
  41. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:564)[143:io.netty.transport:4.0.37.Final]
  42. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:505)[143:io.netty.transport:4.0.37.Final]
  43. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:419)[143:io.netty.transport:4.0.37.Final]
  44. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)[143:io.netty.transport:4.0.37.Final]
  45. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)[142:io.netty.common:4.0.37.Final]
  46. ... 2 more
  47. 2016-11-25 14:34:12,931 | INFO | upCloseable-3-25 | AbstractSessionNegotiator | 294 - org.opendaylight.controller.protocol-framework - 0.9.0.SNAPSHOT | Unexpected error during negotiation
  48. java.io.IOException: Connection reset by peer
  49. at sun.nio.ch.FileDispatcherImpl.read0(Native Method)[:1.8.0_111]
  50. at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39)[:1.8.0_111]
  51. at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)[:1.8.0_111]
  52. at sun.nio.ch.IOUtil.read(IOUtil.java:192)[:1.8.0_111]
  53. at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)[:1.8.0_111]
  54. at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:358)[141:io.netty.buffer:4.0.37.Final]
  55. at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:897)[141:io.netty.buffer:4.0.37.Final]
  56. at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:242)[143:io.netty.transport:4.0.37.Final]
  57. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:119)[143:io.netty.transport:4.0.37.Final]
  58. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:564)[143:io.netty.transport:4.0.37.Final]
  59. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:505)[143:io.netty.transport:4.0.37.Final]
  60. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:419)[143:io.netty.transport:4.0.37.Final]
  61. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)[143:io.netty.transport:4.0.37.Final]
  62. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)[142:io.netty.common:4.0.37.Final]
  63. at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:145)[142:io.netty.common:4.0.37.Final]
  64. at java.lang.Thread.run(Thread.java:745)[:1.8.0_111]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement