users@glassfish.java.net

org.omg.CORBA.COMM_FAILURE minor code: 208

From: Marcelo Tedesco <marcelotedesco_at_yahoo.com.br>
Date: Thu, 26 Apr 2012 16:26:58 -0700 (PDT)

Hi all,

I have a corba problem.

Sometimes the client catches a COMM_FAILURE exception milliseconds after begins a request to the server, while waits for the server response. The minor codes are 211 and 208 ("CONNECTION ABORT").

org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 208 completed: Maybe

I am attaching a log file. The problem occurs at 2012-04-24 14:23:39,236. I enabled the ORB debug options in the client side: JAVA_OPTS=" -Dcom.sun.CORBA.ORBDebug=transport,subcontract,shutdown $JAVA_OPTS"

The main problem is that the request is processed and concluded in the server side without problem. But in the client side, because the exception, I cannot know that the operation is concluded in the server side.

Maybe there are other points to check (in the network environment or in the server side - limited because it is third-party). I believe the problem is in one of them.

There is something I can do to avoid it? What more can I check? The ORB implementation? (I am using the default one in the client side: com.sun.corba.se.impl.orb.ORBImpl)

The Java version: 1.6.0_24,Sun Microsystems Inc. Java VM: Java HotSpot(TM) Server VM 19.1-b02,Sun Microsystems Inc.

I found some explanations in http://www.omniorb-support.com/pipermail/omniorb-list/2007-November/029039.html and http://techpubs.borland.com/am/bes/v6/en/updates/except_cpp.html

Thank you a lot.

Marcelo