Comment #3 on issue 64 by [email protected]: IllegalStateException thrown when there are retransmissions in cluster mode
http://code.google.com/p/jdiameter/issues/detail?id=64

Updated patch.

For some Diameter applications sessionData.getCxDxSessionState() throws an IllegalStateException, for other Diameter applications sessionData.getServerRoSessionState() does not throw an exception but returns null.

To fix this we add this each time this function is called:
if (state == null) {
    throw new IllegalStateException("state is null");
}

Attachments:
        jdiameter_illegalstateexception_patch  24.5 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "mobicents-all-issues-changes" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to