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
Exception in proxy method getLogMessages(: akka.pattern.AskTimeoutException: Recipient[Actor[akka://SignalCollect/user/Coordinator]] had already been terminated. from Actorakka://SignalCollect/user/Coordinator
akka.pattern.AskTimeoutException: Recipient[Actor[akka://SignalCollect/user/Coordinator]] had already been terminated.
at akka.pattern.AskSupport$class.ask(AskSupport.scala:79)
at akka.pattern.package$.ask(package.scala:41)
at akka.pattern.AskSupport$AskableActorRef.$qmark(AskSupport.scala:154)
at com.signalcollect.messaging.AkkaProxy.invoke(AkkaProxy.scala:108)
at $Proxy5.getLogMessages(Unknown Source)
at com.signalcollect.console.LogDataProvider.fetch(DataProvider.scala:174)
at com.signalcollect.console.WebSocketConsoleServer.onMessage(ConsoleServer.scala:427)
at org.java_websocket.server.WebSocketServer.onWebsocketMessage(WebSocketServer.java:469)
at org.java_websocket.WebSocketImpl.decodeFrames(WebSocketImpl.java:368)
at org.java_websocket.WebSocketImpl.decode(WebSocketImpl.java:157)
at org.java_websocket.server.WebSocketServer$WebSocketWorker.run(WebSocketServer.java:657)
WebSocket - client connected: 0:0:0:0:0:0:0:1
WebSocket - client connected: 0:0:0:0:0:0:0:1
The text was updated successfully, but these errors were encountered:
So now we print an error message in case something goes majorly wrong due to coordinator or graph shutdown. I have no idea though why the other exception is still printed.
I'm removing the console tag because it is catching the exception now. If you can figure out why the exception is printed in AkkaProxy, the issue can be closed.
Exception in proxy method
getLogMessages(
: akka.pattern.AskTimeoutException: Recipient[Actor[akka://SignalCollect/user/Coordinator]] had already been terminated. from Actorakka://SignalCollect/user/Coordinatorakka.pattern.AskTimeoutException: Recipient[Actor[akka://SignalCollect/user/Coordinator]] had already been terminated.
at akka.pattern.AskSupport$class.ask(AskSupport.scala:79)
at akka.pattern.package$.ask(package.scala:41)
at akka.pattern.AskSupport$AskableActorRef.$qmark(AskSupport.scala:154)
at com.signalcollect.messaging.AkkaProxy.invoke(AkkaProxy.scala:108)
at $Proxy5.getLogMessages(Unknown Source)
at com.signalcollect.console.LogDataProvider.fetch(DataProvider.scala:174)
at com.signalcollect.console.WebSocketConsoleServer.onMessage(ConsoleServer.scala:427)
at org.java_websocket.server.WebSocketServer.onWebsocketMessage(WebSocketServer.java:469)
at org.java_websocket.WebSocketImpl.decodeFrames(WebSocketImpl.java:368)
at org.java_websocket.WebSocketImpl.decode(WebSocketImpl.java:157)
at org.java_websocket.server.WebSocketServer$WebSocketWorker.run(WebSocketServer.java:657)
WebSocket - client connected: 0:0:0:0:0:0:0:1
WebSocket - client connected: 0:0:0:0:0:0:0:1
The text was updated successfully, but these errors were encountered: