[jacorb-developer] JacORB hangs in endless connection retry loop
Nick Cross
jacorb at goots.org
Tue Jun 30 13:25:57 CEST 2015
Hi,
Do you have a debug log?
I am not sure if it is related to Phil's changes. Did it work for you in
a prior version? (e.g. 3.5).
Thanks
Nick
On 30/06/15 12:04, Franz van Betteraey wrote:
> 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 - jacorb-developer at lists.spline.inf.fu-berlin.de
> https://lists.spline.inf.fu-berlin.de/mailman/listinfo/jacorb-developer
>
More information about the jacorb-developer
mailing list