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
After this calls fails, the handling of TimeoutException hangs calling _communicator.destroy
"AWT-EventQueue-0" #22 [25107] prio=6 os_prio=31 cpu=880.27ms elapsed=369.69s tid=0x000000011c926200 nid=25107 in Object.wait() [0x000000017446e000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait0([email protected]/Native Method)
- waiting on <no object reference available>
at java.lang.Object.wait([email protected]/Object.java:366)
at java.lang.Object.wait([email protected]/Object.java:339)
at com.zeroc.Ice.ConnectionI.waitUntilFinished(ConnectionI.java:241)
- locked <0x000000061f727248> (a com.zeroc.Ice.ConnectionI)
at com.zeroc.Ice.OutgoingConnectionFactory.waitUntilFinished(OutgoingConnectionFactory.java:88)
at com.zeroc.Ice.Instance.destroy(Instance.java:1168)
at com.zeroc.Ice.Communicator.destroy(Communicator.java:41)
at com.zeroc.IceGridGUI.Coordinator.destroyCommunicator(Coordinator.java:3074)
at com.zeroc.IceGridGUI.Coordinator.setConnected(Coordinator.java:3216)
at com.zeroc.IceGridGUI.SessionKeeper$Session.close(SessionKeeper.java:264)
at com.zeroc.IceGridGUI.SessionKeeper$Session.logout(SessionKeeper.java:174)
at com.zeroc.IceGridGUI.SessionKeeper.logout(SessionKeeper.java:4973)
at com.zeroc.IceGridGUI.SessionKeeper.lambda$loginSuccess$1(SessionKeeper.java:4696)
at com.zeroc.IceGridGUI.SessionKeeper$$Lambda/0x00000070012a3a68.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch([email protected]/InvocationEvent.java:308)
If my suspicious is correct the upCall for this requests is never decremented, and this will cause the connection waitUntilFinished call to wait for ever.
Such a connection attempt hangs forever when using the "IceGrid/admin" test registry + router.
The text was updated successfully, but these errors were encountered: