Re: JacORB hangs in endless connection retry loop

"Franz van Betteraey" <[email protected]> Tue, 30 Jun 2015 13:04:04 +0200
Newsgroups gmane.comp.corba.jacorb.devel
Message-ID <trinity-6d1f7df9-6b27-4479-9c85-dc1f9793f2f4-1435662244484@3capp-webde-bs34>
Nick,
 
at the moment it is hard to provide a repro but we step into the JacORB code and found that the retry happens in the
 
org.jacorb.orb.Delegate._invoke_internal method at line 1380
 
            // The exception is a TRANSIENT, so try rebinding.
1380        if ( cfe instanceof org.omg.CORBA.TRANSIENT && try_rebind (false))
            {
                throw new RemarshalException();
            }
 
Obviously we face a TRANSIENT exception and I am not sure if we can suppress the endless retry attempts. Maybe some setting can help but I do not which.
 
Kind regards
Franz
 
_______________________________________________
jacorb-developer maillist  -  [email protected]
https://lists.spline.inf.fu-berlin.de/mailman/listinfo/jacorb-developer