Archived

This forum has been archived. Please start a new discussion on GitHub.

duplicate message

Dear experts,

I got a situation when my server receives duplicate messages. On the client side I see this exception (see below). Unfortuantely I cannot reproduce this error in a controlled environment.

I am using Ice v 3.4.2, Client: Windows/C#, Server: Linux.

Any help is appreciated.

Thank you,
Aleksey
IceInternal.ProxyFactory.checkRetryAfterException(LocalException ex, Reference ref, Boolean sleep, Int32& cnt)   
at Ice.ObjectPrxHelperBase.handleException__(ObjectDel_ delegate, LocalException ex, Boolean sleep, Int32& cnt)   
at Ice.ObjectPrxHelperBase.handleExceptionWrapperRelaxed__(ObjectDel_ delegate, LocalExceptionWrapper ex, Boolean sleep, Int32& cnt)

Comments