-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in sending message #6
Comments
Norbert team, Any hints on this issue? I keep getting the same problem running the example project. Java 1.7 64bit on Win7. Would really appreciate some help. Cheers |
This fork is literally years old. Have you tried the one at https://github.com/linkedin-sna/norbert? |
Hi, Yes, I clocked that the fork was old today. Was going to reply to my original question this evening. The current/live version, does that have the version of any launcher in the build folder? Thanks for coming back to me so quickly. Regards, ----- Reply message ----- This fork is literally years old. Have you tried the one at https://github.com/linkedin-sna/norbert? Reply to this email directly or view it on GitHub: |
fixing @author from scala; complete client filter work
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
The text was updated successfully, but these errors were encountered: