users@glassfish.java.net

Re: Surviving back end server downtime

From: Vetle Roeim <vetler_at_gmail.com>
Date: Tue, 11 Jan 2011 11:28:32 +0100

On Tue, Jan 11, 2011 at 10:58, Vetle Roeim <vetler_at_gmail.com> wrote:
[...]
> Caused by: java.io.IOException: End-of-stream
> at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.nonBlockingRead(SocketOrChannelConnectionImpl.java:1927)
> ... 4 more

I found a similar question on StackOverflow regarding Sun Application
Server 9.1, that has the same stack trace:
http://stackoverflow.com/questions/3936739/initialcontext-lookup-of-remote-ejb-fails-after-remote-server-restart

The stack trace is surprisingly similar. There is only one answer
there, and it suggests that it might be a caching problem in the
application server.

Regards,
Vetle