Created
December 5, 2012 08:14
-
-
Save lithix-src/4213736 to your computer and use it in GitHub Desktop.
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
012-12-05 00:14:34,540 INFO c.c.c.m.t.n.NioServer [NioServer-WorkerPool-7] Closing connection after IOException | |
2012-12-05 00:14:34,540 ERROR c.c.c.m.t.n.NioServer [NioServer-WorkerPool-11] Error reading or processing request | |
java.io.IOException: Invalid protocol '-85'. Message header: ab cd ef 00 00 00 01 01 00 00 00 00 11 00 | |
at com.codefutures.common.messaging.protocol.protobuf.ProtoBufProtocolHandler.processBuffer(ProtoBufProtocolHandler.java:99) | |
at com.codefutures.common.messaging.transport.nio.NioConnection.doRead(NioConnection.java:127) | |
at com.codefutures.common.messaging.transport.nio.NioServer.doProcessRequests(NioServer.java:555) | |
at com.codefutures.common.messaging.transport.nio.NioServer.access$200(NioServer.java:25) | |
at com.codefutures.common.messaging.transport.nio.NioServer$2.run(NioServer.java:533) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) | |
at java.lang.Thread.run(Thread.java:662) | |
2012-12-05 00:14:34,540 INFO c.c.c.m.t.n.NioServer [NioServer-WorkerPool-11] Closing connection after IOException | |
2012-12-05 00:14:34,541 ERROR c.c.c.m.t.n.NioServer [NioServer-WorkerPool-15] Error reading or processing request | |
java.io.IOException: Invalid protocol '-85'. Message header: ab cd ef 00 00 00 02 01 00 00 00 00 11 00 | |
at com.codefutures.common.messaging.protocol.protobuf.ProtoBufProtocolHandler.processBuffer(ProtoBufProtocolHandler.java:99) | |
at com.codefutures.common.messaging.transport.nio.NioConnection.doRead(NioConnection.java:127) | |
at com.codefutures.common.messaging.transport.nio.NioServer.doProcessRequests(NioServer.java:555) | |
at com.codefutures.common.messaging.transport.nio.NioServer.access$200(NioServer.java:25) | |
at com.codefutures.common.messaging.transport.nio.NioServer$2.run(NioServer.java:533) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) | |
at java.lang.Thread.run(Thread.java:662) | |
2012-12-05 00:14:34,541 INFO c.c.c.m.t.n.NioServer [NioServer-WorkerPool-15] Closing connection after IOException | |
2012-12-05 00:14:34,794 ERROR c.c.c.m.t.n.NioServer [NioServer-WorkerPool-18] Error reading or processing request | |
java.io.IOException: Invalid protocol '-85'. Message header: ab cd ef 00 00 00 01 01 00 00 00 00 11 00 | |
at com.codefutures.common.messaging.protocol.protobuf.ProtoBufProtocolHandler.processBuffer(ProtoBufProtocolHandler.java:99) | |
at com.codefutures.common.messaging.transport.nio.NioConnection.doRead(NioConnection.java:127) | |
at com.codefutures.common.messaging.transport.nio.NioServer.doProcessRequests(NioServer.java:555) | |
at com.codefutures.common.messaging.transport.nio.NioServer.access$200(NioServer.java:25) | |
at com.codefutures.common.messaging.transport.nio.NioServer$2.run(NioServer.java:533) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) | |
at java.lang.Thread.run(Thread.java:662) | |
2012-12-05 00:14:34,794 INFO c.c.c.m.t.n.NioServer [NioServer-WorkerPool-18] Closing connection after IOException | |
2012-12-05 00:14:34,795 ERROR c.c.c.m.t.n.NioServer [NioServer-WorkerPool-16] Error reading or processing request | |
java.io.IOException: Invalid protocol '-85'. Message header: ab cd ef 00 00 00 02 01 00 00 00 00 11 00 | |
at com.codefutures.common.messaging.protocol.protobuf.ProtoBufProtocolHandler.processBuffer(ProtoBufProtocolHandler.java:99) | |
at com.codefutures.common.messaging.transport.nio.NioConnection.doRead(NioConnection.java:127) | |
at com.codefutures.common.messaging.transport.nio.NioServer.doProcessRequests(NioServer.java:555) | |
at com.codefutures.common.messaging.transport.nio.NioServer.access$200(NioServer.java:25) | |
: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment