Hi together! Since a few days we observed that our actor-system crashes (disappear) without giving us any traces (no exception in the logs nothing, no logs from our postStop() functions) why, moreover the funny thing is that our jvm doen't die. Unfortunately we have no clue how to reproduce the problem. Whats we could say is that it is not related to memory problems because we observed the crash under no load as well as under medium load.
How we know that just the actor-system disapperead? Because our logger (slf4j) which we use for monitoring still logs reports after the actor-system disappears Once we where connected via JConsole when the actor-system disappears we saw that the akka MBean was removed from the list. Some of our dependencies which might have an impact on this akka-http " Version1.0-M2 akka-stream Version1.0-M2 reactive-mongo Version "0.11.0_slf4j-SNAPSHOT" ...as well we are using the cluster feature. Now we ask ourself how it is possible that the Actor-system could disappear without any traces? Any hints ? Regards Wolfgang -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
