dev@jax-rpc.java.net

JxtaSocket read timeout reached

From: Fernando <fmeira_at_gmail.com>
Date: Tue, 15 Aug 2006 19:18:32 +0000 (UTC)

Hi,

I'm getting this error, but a bit randomly:
java.net.SocketTimeoutException: Read timeout reached
        at
net.jxta.impl.util.pipe.reliable.ReliableInputStream.dequeueMessage
(ReliableInputStream.java:566)
        at
net.jxta.impl.util.pipe.reliable.ReliableInputStream.local_read
(ReliableInputStream.java:704)
        at
net.jxta.impl.util.pipe.reliable.ReliableInputStream.read
(ReliableInputStream.java:275)
        at net.jxta.socket.JxtaSocket.read(JxtaSocket.java:1339)
        at net.jxta.socket.JxtaSocketInputStream.read(JxtaSocketInputStream.java:98)
        at
java.io.ObjectInputStream$PeekInputStream.read(ObjectInputStream.java:2222)
        at
java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2235)
        at
java.io.ObjectInputStream$BlockDataInputStream.readShort
(ObjectInputStream.java:2703)
        at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:760)
        at java.io.ObjectInputStream.<init>(ObjectInputStream.java:278)
        at Receive.packetReceiver.run(packetReceiver.java:75)

I found a topic in this list, from 1 year ago, about the same problem, and I
verify that I set all sockets in the same way as described.
How can I solve this problem?
What can be causing it and what can I do to pinpoint the issue causing it?

Can that be anything related to the OS?
I used this same application under windows and don't remember to have this
problem, however, I'm not running it under linux.. any consideration I should
take about this?

Thanks,
Fernando