Created
August 26, 2015 15:10
-
-
Save icarocamelo/68f2a65e9d125754d6a4 to your computer and use it in GitHub Desktop.
ssl log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./karaf debug -Djavax.net.debug=ssl,handshake | |
feature:install odl-openflowplugin-flow-services-li | |
# My OVS config: | |
sudo ovs-vsctl show | |
c1174f51-ea43-4a48-865c-679d4327b2be | |
Bridge "br0" | |
Controller "ssl:10.0.1.6:6633" | |
Port "br0" | |
Interface "br0" | |
type: internal | |
Bridge "s1" | |
Controller "ssl:10.0.1.6:6633" | |
fail_mode: secure | |
Port "s1-eth2" | |
Interface "s1-eth2" | |
Port "s1" | |
Interface "s1" | |
type: internal | |
Port "s1-eth1" | |
Interface "s1-eth1" | |
ovs_version: "2.0.2" | |
# Wireshark log: https://www.dropbox.com/s/05v93m9il84h2cq/ssl_problem_michal.pcapng?dl=0 | |
#OVS log | |
2015-08-25T23:52:12.681Z|06742|stream_ssl|WARN|SSL_connect: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol | |
2015-08-25T23:52:17.680Z|06743|stream_ssl|WARN|SSL_connect: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol | |
2015-08-25T23:52:20.679Z|06744|stream_ssl|WARN|SSL_connect: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol | |
2015-08-25T23:52:25.681Z|06745|stream_ssl|WARN|SSL_connect: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol | |
2015-08-25T23:52:28.680Z|06746|stream_ssl|WARN|SSL_connect: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol | |
2015-08-25T23:52:33.681Z|06747|stream_ssl|WARN|SSL_connect: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol | |
2015-08-25T23:52:36.683Z|06748|stream_ssl|WARN|SSL_connect: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol | |
2015-08-25T23:52:41.681Z|06749|stream_ssl|WARN|SSL_connect: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol | |
2015-08-25T23:52:44.680Z|06750|stream_ssl|WARN|SSL_connect: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol | |
2015-08-25T23:52:49.680Z|06751|stream_ssl|WARN|SSL_connect: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol | |
# ODL Log | |
2015-08-26 10:51:36,319 | WARN | entLoopGroup-6-1 | OFVersionDetector | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | detected version: 22 - currently not supported | |
2015-08-26 10:51:44,051 | WARN | entLoopGroup-6-2 | OFVersionDetector | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | detected version: 22 - currently not supported | |
2015-08-26 10:51:51,848 | WARN | entLoopGroup-6-3 | OFVersionDetector | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | detected version: 22 - currently not supported | |
2015-08-26 10:56:08,462 | DEBUG | entLoopGroup-6-2 | TcpChannelInitializer | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Incoming connection from (remote address): /10.0.1.14:57032 --> :6633 | |
2015-08-26 10:56:08,463 | DEBUG | entLoopGroup-6-2 | TcpChannelInitializer | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Incoming connection accepted - building pipeline | |
2015-08-26 10:56:08,463 | DEBUG | entLoopGroup-6-2 | ConnectionAdapterImpl | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | ConnectionAdapter created | |
2015-08-26 10:56:08,463 | DEBUG | entLoopGroup-6-2 | TcpChannelInitializer | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | calling plugin: org.opendaylight.openflowplugin.impl.connection.ConnectionManagerImpl@2d7b4de0 | |
2015-08-26 10:56:08,463 | TRACE | entLoopGroup-6-2 | OFFrameDecoder | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Creating OFFrameDecoder | |
2015-08-26 10:56:08,463 | TRACE | entLoopGroup-6-2 | OFVersionDetector | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Creating OFVersionDetector | |
2015-08-26 10:56:08,464 | TRACE | entLoopGroup-6-2 | OFDecoder | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Creating OF 1.3 Decoder | |
2015-08-26 10:56:08,464 | TRACE | entLoopGroup-6-2 | OFEncoder | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Creating OF13Encoder | |
2015-08-26 10:56:08,464 | TRACE | entLoopGroup-6-2 | DelegatingInboundHandler | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Creating DelegatingInboundHandler | |
2015-08-26 10:56:08,464 | TRACE | entLoopGroup-6-2 | ChannelOutboundQueue | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Queue is empty, not flush needed | |
2015-08-26 10:56:08,465 | DEBUG | entLoopGroup-6-2 | OFFrameDecoder | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | length of actual message: 257 | |
2015-08-26 10:56:08,465 | DEBUG | entLoopGroup-6-2 | OFFrameDecoder | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | OF Protocol message received, type:3 | |
2015-08-26 10:56:08,465 | DEBUG | 0.0.1.14:57032-0 | ConnectionAdapterImpl | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Submitting promise org.opendaylight.openflowjava.protocol.impl.core.connection.SimpleRpcListener@73479741 | |
2015-08-26 10:56:08,465 | DEBUG | entLoopGroup-6-2 | OFFrameDecoder | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | length of actual message: 4352 | |
2015-08-26 10:56:08,465 | TRACE | 0.0.1.14:57032-0 | ChannelOutboundQueue | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Enqueuing message org.opendaylight.openflowjava.protocol.impl.core.connection.SimpleRpcListener@73479741 | |
2015-08-26 10:56:08,465 | DEBUG | entLoopGroup-6-2 | OFFrameDecoder | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | skipping bytebuf - too few bytes for msg: 48 < 4352 | |
2015-08-26 10:56:08,465 | TRACE | 0.0.1.14:57032-0 | ChannelOutboundQueue | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Message enqueued | |
2015-08-26 10:56:08,466 | TRACE | 0.0.1.14:57032-0 | ChannelOutboundQueue | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Scheduling flush task | |
2015-08-26 10:56:08,466 | DEBUG | 0.0.1.14:57032-0 | ConnectionAdapterImpl | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Promise enqueued successfully | |
2015-08-26 10:56:08,467 | DEBUG | entLoopGroup-6-2 | OFFrameDecoder | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | bytebuffer: 10 00 11 00 23 00 00 00 0d 00 20 00 1e 06 01 06 02 06 03 05 01 05 02 05 03 04 01 04 02 04 03 03 01 03 02 03 03 02 01 02 02 02 03 00 0f 00 01 01 | |
2015-08-26 10:56:08,467 | WARN | entLoopGroup-6-2 | OFVersionDetector | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | detected version: 22 - currently not supported | |
2015-08-26 10:56:08,467 | DEBUG | entLoopGroup-6-2 | ChannelOutboundQueue | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Dequeuing messages to channel [id: 0xb1c2843f, /10.0.1.14:57032 => /10.0.1.6:6633] | |
2015-08-26 10:56:08,467 | TRACE | entLoopGroup-6-2 | OFEncoder | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Encoding | |
2015-08-26 10:56:08,467 | TRACE | entLoopGroup-6-2 | ChannelOutboundQueue | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | The queue is completely drained | |
2015-08-26 10:56:08,468 | DEBUG | entLoopGroup-6-2 | ChannelOutboundQueue | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Flushing 1 message(s) to channel [id: 0xb1c2843f, /10.0.1.14:57032 => /10.0.1.6:6633] | |
2015-08-26 10:56:08,468 | DEBUG | entLoopGroup-6-2 | AbstractRpcListener | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | operation complete | |
2015-08-26 10:56:08,468 | DEBUG | entLoopGroup-6-2 | ChannelOutboundQueue | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Flushed 1 messages in 1224us to channel [id: 0xb1c2843f, /10.0.1.14:57032 => /10.0.1.6:6633] | |
2015-08-26 10:56:08,468 | TRACE | entLoopGroup-6-2 | ChannelOutboundQueue | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Queue is empty, not flush needed | |
2015-08-26 10:56:08,470 | DEBUG | entLoopGroup-6-2 | OFFrameDecoder | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | length of actual message: 4352 | |
2015-08-26 10:56:08,470 | DEBUG | entLoopGroup-6-2 | OFFrameDecoder | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | skipping bytebuf - too few bytes for msg: 48 < 4352 | |
2015-08-26 10:56:08,471 | DEBUG | entLoopGroup-6-2 | OFFrameDecoder | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | bytebuffer: 10 00 11 00 23 00 00 00 0d 00 20 00 1e 06 01 06 02 06 03 05 01 05 02 05 03 04 01 04 02 04 03 03 01 03 02 03 03 02 01 02 02 02 03 00 0f 00 01 01 | |
2015-08-26 10:56:08,471 | DEBUG | entLoopGroup-6-2 | OFFrameDecoder | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | length of actual message: 4352 | |
2015-08-26 10:56:08,471 | DEBUG | entLoopGroup-6-2 | OFFrameDecoder | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | skipping bytebuf - too few bytes for msg: 48 < 4352 | |
2015-08-26 10:56:08,472 | DEBUG | entLoopGroup-6-2 | OFFrameDecoder | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | bytebuffer: 10 00 11 00 23 00 00 00 0d 00 20 00 1e 06 01 06 02 06 03 05 01 05 02 05 03 04 01 04 02 04 03 03 01 03 02 03 03 02 01 02 02 02 03 00 0f 00 01 01 | |
2015-08-26 10:56:08,472 | DEBUG | entLoopGroup-6-2 | OFVersionDetector | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | not enough data | |
2015-08-26 10:56:08,472 | DEBUG | entLoopGroup-6-2 | DelegatingInboundHandler | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Channel inactive | |
2015-08-26 10:56:08,472 | DEBUG | entLoopGroup-6-2 | ConnectionAdapterImpl | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | ConsumeIntern msg on [id: 0xb1c2843f, /10.0.1.14:57032 :> /10.0.1.6:6633] | |
2015-08-26 10:56:08,472 | DEBUG | entLoopGroup-6-2 | ChannelOutboundQueue | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Channel shutdown, flushing queue... | |
2015-08-26 10:56:08,472 | DEBUG | entLoopGroup-6-2 | ChannelOutboundQueue | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Flushed 0 queue entries | |
2015-08-26 10:56:08,473 | DEBUG | entLoopGroup-6-2 | DelegatingInboundHandler | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Channel unregistered | |
2015-08-26 10:56:10,281 | DEBUG | SC_Timer | atisticsCounters$LogReporterTask | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | DS_ENCODE_FAIL: +0 | 0 | |
2015-08-26 10:56:10,282 | DEBUG | SC_Timer | atisticsCounters$LogReporterTask | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | DS_ENCODE_SUCCESS: +3 | 44 | |
2015-08-26 10:56:10,282 | DEBUG | SC_Timer | atisticsCounters$LogReporterTask | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | DS_ENTERED_OFJAVA: +3 | 43 | |
2015-08-26 10:56:10,282 | DEBUG | SC_Timer | atisticsCounters$LogReporterTask | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | DS_FLOW_MODS_ENTERED: +0 | 0 | |
2015-08-26 10:56:10,282 | DEBUG | SC_Timer | atisticsCounters$LogReporterTask | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | DS_FLOW_MODS_SENT: +0 | 0 | |
2015-08-26 10:56:10,282 | DEBUG | SC_Timer | atisticsCounters$LogReporterTask | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | US_DROPPED_PACKET_IN: +0 | 0 | |
2015-08-26 10:56:10,282 | DEBUG | SC_Timer | atisticsCounters$LogReporterTask | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | US_DECODE_FAIL: +0 | 0 | |
2015-08-26 10:56:10,282 | DEBUG | SC_Timer | atisticsCounters$LogReporterTask | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | US_DECODE_SUCCESS: +0 | 4 | |
2015-08-26 10:56:10,282 | DEBUG | SC_Timer | atisticsCounters$LogReporterTask | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | US_MESSAGE_PASS: +0 | 4 | |
2015-08-26 10:56:10,282 | DEBUG | SC_Timer | atisticsCounters$LogReporterTask | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | US_RECEIVED_IN_OFJAVA: +0 | 4 | |
2015-08-26 10:56:11,396 | DEBUG | entLoopGroup-6-3 | TcpChannelInitializer | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Incoming connection from (remote address): /10.0.1.14:57033 --> :6633 | |
2015-08-26 10:56:11,397 | DEBUG | entLoopGroup-6-3 | TcpChannelInitializer | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Incoming connection accepted - building pipeline | |
2015-08-26 10:56:11,397 | DEBUG | entLoopGroup-6-3 | ConnectionAdapterImpl | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | ConnectionAdapter created | |
2015-08-26 10:56:11,397 | DEBUG | entLoopGroup-6-3 | TcpChannelInitializer | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | calling plugin: org.opendaylight.openflowplugin.impl.connection.ConnectionManagerImpl@2d7b4de0 | |
2015-08-26 10:56:11,397 | TRACE | entLoopGroup-6-3 | OFFrameDecoder | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Creating OFFrameDecoder | |
2015-08-26 10:56:11,397 | TRACE | entLoopGroup-6-3 | OFVersionDetector | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Creating OFVersionDetector | |
2015-08-26 10:56:11,397 | TRACE | entLoopGroup-6-3 | OFDecoder | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Creating OF 1.3 Decoder | |
2015-08-26 10:56:11,398 | TRACE | entLoopGroup-6-3 | OFEncoder | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Creating OF13Encoder | |
2015-08-26 10:56:11,398 | TRACE | entLoopGroup-6-3 | DelegatingInboundHandler | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Creating DelegatingInboundHandler | |
2015-08-26 10:56:11,398 | TRACE | entLoopGroup-6-3 | ChannelOutboundQueue | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Queue is empty, not flush needed | |
2015-08-26 10:56:11,398 | DEBUG | entLoopGroup-6-3 | OFFrameDecoder | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | length of actual message: 257 | |
2015-08-26 10:56:11,398 | DEBUG | entLoopGroup-6-3 | OFFrameDecoder | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | OF Protocol message received, type:3 | |
2015-08-26 10:56:11,399 | DEBUG | entLoopGroup-6-3 | OFFrameDecoder | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | length of actual message: 4352 | |
2015-08-26 10:56:11,399 | DEBUG | 0.0.1.14:57033-0 | ConnectionAdapterImpl | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Submitting promise org.opendaylight.openflowjava.protocol.impl.core.connection.SimpleRpcListener@78115359 | |
2015-08-26 10:56:11,399 | DEBUG | entLoopGroup-6-3 | OFFrameDecoder | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | skipping bytebuf - too few bytes for msg: 48 < 4352 | |
2015-08-26 10:56:11,399 | TRACE | 0.0.1.14:57033-0 | ChannelOutboundQueue | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Enqueuing message org.opendaylight.openflowjava.protocol.impl.core.connection.SimpleRpcListener@78115359 | |
2015-08-26 10:56:11,399 | TRACE | 0.0.1.14:57033-0 | ChannelOutboundQueue | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Message enqueued | |
2015-08-26 10:56:11,399 | TRACE | 0.0.1.14:57033-0 | ChannelOutboundQueue | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Scheduling flush task | |
2015-08-26 10:56:11,399 | DEBUG | 0.0.1.14:57033-0 | ConnectionAdapterImpl | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Promise enqueued successfully | |
2015-08-26 10:56:11,400 | DEBUG | entLoopGroup-6-3 | OFFrameDecoder | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | bytebuffer: 10 00 11 00 23 00 00 00 0d 00 20 00 1e 06 01 06 02 06 03 05 01 05 02 05 03 04 01 04 02 04 03 03 01 03 02 03 03 02 01 02 02 02 03 00 0f 00 01 01 | |
2015-08-26 10:56:11,400 | WARN | entLoopGroup-6-3 | OFVersionDetector | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | detected version: 22 - currently not supported | |
2015-08-26 10:56:11,400 | DEBUG | entLoopGroup-6-3 | ChannelOutboundQueue | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Dequeuing messages to channel [id: 0x70434323, /10.0.1.14:57033 => /10.0.1.6:6633] | |
2015-08-26 10:56:11,400 | TRACE | entLoopGroup-6-3 | OFEncoder | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Encoding | |
2015-08-26 10:56:11,400 | TRACE | entLoopGroup-6-3 | ChannelOutboundQueue | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | The queue is completely drained | |
2015-08-26 10:56:11,400 | DEBUG | entLoopGroup-6-3 | ChannelOutboundQueue | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Flushing 1 message(s) to channel [id: 0x70434323, /10.0.1.14:57033 => /10.0.1.6:6633] | |
2015-08-26 10:56:11,400 | DEBUG | entLoopGroup-6-3 | AbstractRpcListener | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | operation complete | |
2015-08-26 10:56:11,401 | DEBUG | entLoopGroup-6-3 | ChannelOutboundQueue | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Flushed 1 messages in 1069us to channel [id: 0x70434323, /10.0.1.14:57033 => /10.0.1.6:6633] | |
2015-08-26 10:56:11,401 | TRACE | entLoopGroup-6-3 | ChannelOutboundQueue | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Queue is empty, not flush needed | |
2015-08-26 10:56:11,407 | WARN | entLoopGroup-6-3 | OFFrameDecoder | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Unexpected exception from downstream. | |
java.io.IOException: Connection reset by peer | |
at sun.nio.ch.FileDispatcherImpl.read0(Native Method)[:1.7.0_55] | |
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39)[:1.7.0_55] | |
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)[:1.7.0_55] | |
at sun.nio.ch.IOUtil.read(IOUtil.java:192)[:1.7.0_55] | |
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:379)[:1.7.0_55] | |
at io.netty.buffer.PooledUnsafeDirectByteBuf.setBytes(PooledUnsafeDirectByteBuf.java:311)[120:io.netty.buffer:4.0.26.Final] | |
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:881)[120:io.netty.buffer:4.0.26.Final] | |
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:241)[118:io.netty.transport:4.0.26.Final] | |
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:119)[118:io.netty.transport:4.0.26.Final] | |
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)[118:io.netty.transport:4.0.26.Final] | |
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)[118:io.netty.transport:4.0.26.Final] | |
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)[118:io.netty.transport:4.0.26.Final] | |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:349)[118:io.netty.transport:4.0.26.Final] | |
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:111)[119:io.netty.common:4.0.26.Final] | |
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137)[119:io.netty.common:4.0.26.Final] | |
at java.lang.Thread.run(Thread.java:745)[:1.7.0_55] | |
2015-08-26 10:56:11,409 | WARN | entLoopGroup-6-3 | OFFrameDecoder | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Closing connection. | |
2015-08-26 10:56:11,410 | DEBUG | entLoopGroup-6-3 | OFFrameDecoder | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | length of actual message: 4352 | |
2015-08-26 10:56:11,410 | DEBUG | entLoopGroup-6-3 | OFFrameDecoder | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | skipping bytebuf - too few bytes for msg: 48 < 4352 | |
2015-08-26 10:56:11,410 | DEBUG | entLoopGroup-6-3 | OFFrameDecoder | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | bytebuffer: 10 00 11 00 23 00 00 00 0d 00 20 00 1e 06 01 06 02 06 03 05 01 05 02 05 03 04 01 04 02 04 03 03 01 03 02 03 03 02 01 02 02 02 03 00 0f 00 01 01 | |
2015-08-26 10:56:11,411 | DEBUG | entLoopGroup-6-3 | OFFrameDecoder | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | length of actual message: 4352 | |
2015-08-26 10:56:11,411 | DEBUG | entLoopGroup-6-3 | OFFrameDecoder | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | skipping bytebuf - too few bytes for msg: 48 < 4352 | |
2015-08-26 10:56:11,411 | DEBUG | entLoopGroup-6-3 | OFFrameDecoder | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | bytebuffer: 10 00 11 00 23 00 00 00 0d 00 20 00 1e 06 01 06 02 06 03 05 01 05 02 05 03 04 01 04 02 04 03 03 01 03 02 03 03 02 01 02 02 02 03 00 0f 00 01 01 | |
2015-08-26 10:56:11,412 | DEBUG | entLoopGroup-6-3 | OFVersionDetector | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | not enough data | |
2015-08-26 10:56:11,412 | DEBUG | entLoopGroup-6-3 | DelegatingInboundHandler | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Channel inactive | |
2015-08-26 10:56:11,412 | DEBUG | entLoopGroup-6-3 | ConnectionAdapterImpl | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | ConsumeIntern msg on [id: 0x70434323, /10.0.1.14:57033 :> /10.0.1.6:6633] | |
2015-08-26 10:56:11,412 | DEBUG | entLoopGroup-6-3 | ChannelOutboundQueue | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Channel shutdown, flushing queue... | |
2015-08-26 10:56:11,412 | DEBUG | entLoopGroup-6-3 | ChannelOutboundQueue | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Flushed 0 queue entries | |
2015-08-26 10:56:11,412 | DEBUG | entLoopGroup-6-3 | DelegatingInboundHandler | 195 - org.opendaylight.openflowjava.openflow-protocol-impl - 0.6.0.Lithium | Channel unregistered |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment