Hi My Name is Yosef, and i'm trying to work with norbert:
As a test i'm running the NorbertJavaNetworkClientMain and NorbertJavaNetworkServerMain
I have a problem when i send a message from the Client to the server - in the zookeeper i;m getting the exception:
java.io.IOException: Unreasonable length = 1701999662
at org.apache.jute.BinaryInputArchive.readBuffer(BinaryInputArchive.java:100)
at org.apache.zookeeper.proto.ConnectRequest.deserialize(ConnectRequest.java:89)
at org.apache.zookeeper.server.NIOServerCnxn.readConnectRequest(NIOServerCnxn.java:733)
at org.apache.zookeeper.server.NIOServerCnxn.readPayload(NIOServerCnxn.java:485)
at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:521)
at org.apache.zookeeper.server.NIOServerCnxn$Factory.run(NIOServerCnxn.java:262)
And the server code never reach the message function handler
can you help?
Thanks,
Yosef
Hi My Name is Yosef, and i'm trying to work with norbert:
As a test i'm running the NorbertJavaNetworkClientMain and NorbertJavaNetworkServerMain
I have a problem when i send a message from the Client to the server - in the zookeeper i;m getting the exception:
java.io.IOException: Unreasonable length = 1701999662
at org.apache.jute.BinaryInputArchive.readBuffer(BinaryInputArchive.java:100)
at org.apache.zookeeper.proto.ConnectRequest.deserialize(ConnectRequest.java:89)
at org.apache.zookeeper.server.NIOServerCnxn.readConnectRequest(NIOServerCnxn.java:733)
at org.apache.zookeeper.server.NIOServerCnxn.readPayload(NIOServerCnxn.java:485)
at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:521)
at org.apache.zookeeper.server.NIOServerCnxn$Factory.run(NIOServerCnxn.java:262)
And the server code never reach the message function handler
can you help?
Thanks,
Yosef