java.io.EOFException: This exception has no message.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via jboss.org by Unknown author, 2 years ago
via jboss.org by Unknown author, 1 year ago
java.io.EOFException:
at java.lang.Throwable.
(Throwable.java:57) at java.io.DataInputStream.readFully(DataInputStream.java:204)
at java.io.DataInputStream.readInt(DataInputStream.java:380)
at java.io.ObjectInputStream$BlockDataInputStream.readInt(ObjectInputStream.java:2739)
at java.io.ObjectInputStream.readInt(ObjectInputStream.java:934)
at org.jgroups.Message.readExternal(Message.java:479)
at org.jgroups.protocols.UDP.handleIncomingUdpPacket(UDP.java:686)
at org.jgroups.protocols.UDP$IncomingPacketHandler.run(UDP.java:1332)
at java.lang.Thread.run(Thread.java:797)