users@glassfish.java.net

Re: ic.lookup throws (COMM_FAILURE) Blocking read failed exception

From: <glassfish_at_javadesktop.org>
Date: Wed, 14 May 2008 11:27:28 PDT

I tracked down this issue. It looks like, that when you are using the Glassfish libraries, it uses the GF CORBA and not the JSE SDK CORBA implementation. To fix this you need to change the timeouts for the GF CORBA. Per these articles:

http://blogs.sun.com/ejcorba/entry/client_side_transport_timeouts_and
http://blogs.sun.com/ejcorba/entry/more_on_tcp_timeouts_in

We set:
com.sun.corba.ee.transport.ORBTCPTimeouts=100:60000:20:2147483647

Does that help you out with your issue ??
[Message sent by forum member 'heartsjava' (heartsjava)]

http://forums.java.net/jive/thread.jspa?messageID=274362