users@glassfish.java.net

Re: Getting a java.rmi.MarshalException CORBA COMM FAILURE from Daemon Proc

From: <glassfish_at_javadesktop.org>
Date: Wed, 06 Aug 2008 16:19:10 PDT

This stack trace looks like a normal invocation that could not communicate with the
server. I think the 1398079707 error is COMM_FAILURE SUNVMCID + 219, which is
a timeout error (communications timeout waiting for response). This sounds like
a problem with a request that was received by the server, but no response was received
within the expected timeout.

This is surprising, because the default timeout is 30 minutes. It is controlled
by setting the com.sun.corba.ee.transport.ORBWaitForResponseTimeout property
to the timeout value in milliseconds.

You could try turning on the ORB transport debug flag in the client to get a better
idea what is happening. This is easily done by setting a property:

com.sun.corba.ee.ORBDebug=transport

There are a number of flags available, but this is probably the most relevant one.
[Message sent by forum member 'kcavanaugh' (kcavanaugh)]

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