Created
November 5, 2022 18:51
-
-
Save elyphas/b70a1051c0080fa2dfa5eb00c9cfffd3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ws_taak [ERROR] [11/03/2022 15:45:08.174] [default-akka.actor.default-dispatcher-8] [akka.actor.ActorSystemImpl(default)] Websocket handler failed with class scala.collection.immutable.$colon$colon cannot be cast to class java.lang.String (scala.collection.immutable.$colon$colon is in unnamed module of loader 'app'; java.lang.String is in module java.base of loader 'bootstrap' | |
ws_taak java.lang.ClassCastException: class scala.collection.immutable.$colon$colon cannot be cast to class java.lang.String (scala.collection.immutable.$colon$colon is in unnamed module of loader 'app'; java.lang.String is in module java.base of loader 'bootstrap') | |
ws_taak at boopickle.BasicPicklers$StringPickler$.pickle(Pickler.scala:136) | |
ws_taak at boopickle.PickleState.pickle(Pickler.scala:421) | |
ws_taak at RESTServer$Pickler$macro$1$1$Pickler$macro$9$1$.pickle(RESTServer.scala:82) | |
ws_taak at RESTServer$Pickler$macro$1$1$Pickler$macro$9$1$.pickle(RESTServer.scala:82) | |
ws_taak at boopickle.CompositePickler.pickle(CompositePicklers.scala:28) | |
ws_taak at boopickle.PickleImpl$.apply(Default.scala:67) | |
ws_taak at boopickle.PickleImpl$.intoBytes(Default.scala:72) | |
ws_taak at chameleon.ext.boopickle$$anon$1.serialize(boopickle.scala:11) | |
ws_taak at chameleon.ext.boopickle$$anon$1.serialize(boopickle.scala:10) | |
ws_taak at mycelium.akka.server.WebsocketServerFlow$.$anonfun$apply$11(WebsocketServerFlow.scala:81) | |
ws_taak at akka.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:52) | |
ws_taak at akka.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:542) | |
ws_taak at akka.stream.impl.fusing.GraphInterpreter.processEvent(GraphInterpreter.scala:496) | |
ws_taak at akka.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:390) | |
ws_taak at akka.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:650) | |
ws_taak at akka.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:521) | |
ws_taak at akka.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:625) | |
ws_taak at akka.stream.impl.fusing.ActorGraphInterpreter.akka$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:800) | |
ws_taak at akka.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:818) | |
ws_taak at akka.actor.Actor.aroundReceive(Actor.scala:537) | |
ws_taak at akka.actor.Actor.aroundReceive$(Actor.scala:535) | |
ws_taak at akka.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:716) | |
ws_taak at akka.actor.ActorCell.receiveMessage(ActorCell.scala:580) | |
ws_taak at akka.actor.ActorCell.invoke(ActorCell.scala:548) | |
ws_taak at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:270) | |
ws_taak at akka.dispatch.Mailbox.run(Mailbox.scala:231) | |
ws_taak at akka.dispatch.Mailbox.exec(Mailbox.scala:243) | |
ws_taak at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) | |
ws_taak at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) | |
ws_taak at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) | |
ws_taak at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) | |
ws_taak at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) | |
ws_taak 19:17:20.838 [default-akka.actor.default-dispatcher-11] INFO akka.actor.DeadLetterActorRef - Message [mycelium.core.message.CallResponse] from Actor[akka://default/user/$a#-430912052] to Actor[akka://default/deadLetters] was not delivered. [2] dead letters encountered. If this is not an expected behavior then Actor[akka://default/deadLetters] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'. | |
ws_taak 19:17:20.840 [default-akka.actor.default-dispatcher-11] INFO akka.actor.DeadLetterActorRef - Message [mycelium.core.message.CallResponse] from Actor[akka://default/user/$a#-430912052] to Actor[akka://default/deadLetters] was not delivered. [3] dead letters encountered. If this is not an expected behavior then Actor[akka://default/deadLetters] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment