Hi, my colleague Arnout just found out that the error will only be logged to stderr if you enable the `akka.jvm-exit-on-fatal-error` setting. Can you try enabling this setting and then run again?
I also filed an issue to improve the logging of fatal errors: https://github.com/akka/akka/issues/23107 Johannes On Tuesday, June 6, 2017 at 12:55:27 PM UTC+2, [email protected] wrote: > > Hi, > > in cases of fatal errors, the error and stack trace is logged to stderr > (not using the logging framework). Note that in some cases, the logging > itself may fail (that's why the error is fatal: after it happens, the state > of the JVM might be corrupted and operations like logging may fail for > various reasons). > > Johannes > > On Monday, June 5, 2017 at 9:16:44 AM UTC+2, [email protected] wrote: >> >> >> Hi all, this is my first post, i am poor in english, sorry~ >> >> >> >> [ERROR] [SECURITY][05/24/2017 16:41:54.422] >> [wssystem-akka.remote.default-remote-dispatcher-26] >> [akka.actor.ActorSystemImpl(wssystem)] Uncaught fatal error from thread >> [wssystem-akka.remote.default-remote-dispatcher-26] shutting down >> ActorSystem [wssystem] >> [INFO] [05/24/2017 16:41:54.434] >> [wssystem-akka.remote.default-remote-dispatcher-5] [akka.tcp:// >> [email protected]:20300/system/remoting-terminator] Shutting down >> remote daemon. >> [INFO] [05/24/2017 16:41:54.434] >> [wssystem-akka.remote.default-remote-dispatcher-5] [akka.tcp:// >> [email protected]:20300/system/remoting-terminator] Remote daemon >> shut down; proceeding with flushing remote transports. >> [WARN] [05/24/2017 16:41:56.464] >> [wssystem-akka.actor.default-dispatcher-34] [akka.remote.Remoting] Shutdown >> finished, but flushing might not have been successful and some messages >> might have been dropped. Increase akka.remote.flush-wait-on-shutdown to a >> larger value to avoid this. >> [INFO] [05/24/2017 16:41:56.464] >> [wssystem-akka.remote.default-remote-dispatcher-5] [akka.tcp:// >> [email protected]:20300/system/remoting-terminator] Remoting shut >> down. >> >> >> i am got an error when using akka , i have no idea , the logs do not show >> detail whats error, please help me, thanks. >> >> >> >> -- >>>>>>>>>> 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 https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
