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