You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connection is suddenly lost, without proper cleanup
Client detects this, goes to REOPEN
Server detects this and goes to 'down' state
Client sends a CER after REOPEN timeout
Server detected connection loss and starts shutting down the peer threads. First thread that ends will already clear administraive objects such as the statistics.
Server receives the CER (on a thread that is not shut down yet)
NPE raised by server and no CEA send to client
.PeerFSMImpl - Error during processing FSM event
java.lang.NullPointerException
at org.jdiameter.server.impl.PeerImpl.createPeerStatistics(PeerImpl.java:118)
at org.jdiameter.client.impl.controller.PeerImpl.access$2100(PeerImpl.java:145)
at org.jdiameter.client.impl.controller.PeerImpl$ActionContext.createStatistics(PeerImpl.java:1069)
at org.jdiameter.server.impl.fsm.PeerFSMImpl$3.processEvent(PeerFSMImpl.java:322)
at org.jdiameter.client.impl.fsm.PeerFSMImpl$3.run(PeerFSMImpl.java:207)
at java.lang.Thread.run(Thread.java:748)
The text was updated successfully, but these errors were encountered:
Scenario;
.PeerFSMImpl - Error during processing FSM event
java.lang.NullPointerException
at org.jdiameter.server.impl.PeerImpl.createPeerStatistics(PeerImpl.java:118)
at org.jdiameter.client.impl.controller.PeerImpl.access$2100(PeerImpl.java:145)
at org.jdiameter.client.impl.controller.PeerImpl$ActionContext.createStatistics(PeerImpl.java:1069)
at org.jdiameter.server.impl.fsm.PeerFSMImpl$3.processEvent(PeerFSMImpl.java:322)
at org.jdiameter.client.impl.fsm.PeerFSMImpl$3.run(PeerFSMImpl.java:207)
at java.lang.Thread.run(Thread.java:748)
The text was updated successfully, but these errors were encountered: