I think this is because of https://github.com/akka/akka/issues/22324
It was marked as in progress but it seems there never was a PR submitted to fix that. -- Johan Akka Team On Wed, Jun 7, 2017 at 12:16 PM, <[email protected]> wrote: > yes, *situation 1 *, the log has tell me the reason cause the error , > and i know how to solve *situation 1 * . > but *situation 2,3,4 *, din't tell me the reason ( the stack ), id dont > hnow how solve this problem. > > 在 2017年6月7日星期三 UTC+8下午5:00:07,Johannes Rudolph写道: >> >> >> The rest of the stack here will tell you where the problem comes from: >> >> On Wed, Jun 7, 2017 at 10:40 AM, <[email protected]> wrote: >> >>> * situation 1 : ( has tell me the stack, and tell me *Shutdown finished * >>> )* >>> INFO | jvm 1 | 2017/04/07 15:49:52 | java.lang.NoClassDefFoundError: >>> Lws/protos/EnumsProtos$HardTypeEnum; >>> INFO | jvm 1 | 2017/04/07 15:49:52 | at >>> java.lang.Class.getDeclaredFields0(Native Method) >>> INFO | jvm 1 | 2017/04/07 15:49:52 | at >>> java.lang.Class.privateGetDeclaredFields(Class.java:2583) >>> INFO | jvm 1 | 2017/04/07 15:49:52 | at >>> java.lang.Class.getDeclaredField(Class.java:2068) >>> INFO | jvm 1 | 2017/04/07 15:49:52 | at >>> java.io.ObjectStreamClass.getDeclaredSUID(ObjectStreamClass.java:1703) >>> INFO | jvm 1 | 2017/04/07 15:49:52 | at >>> java.io.ObjectStreamClass.access$700(ObjectStreamClass.java:72) >>> INFO | jvm 1 | 2017/04/07 15:49:52 | at >>> java.io.ObjectStreamClass$2.run(ObjectStreamClass.java:484) >>> INFO | jvm 1 | 2017/04/07 15:49:52 | at >>> java.io.ObjectStreamClass$2.run(ObjectStreamClass.java:472) >>> INFO | jvm 1 | 2017/04/07 15:49:52 | at >>> java.security.AccessController.doPrivileged(Native Method) >>> INFO | jvm 1 | 2017/04/07 15:49:52 | at >>> java.io.ObjectStreamClass.<init>(ObjectStreamClass.java:472) >>> ...... >>> >>> >> It might be related to actor messages received over remoting that cannot >> be deserialized because classpaths differ between the two nodes. >> >> Johannes >> >> -- > >>>>>>>>>> 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. > -- >>>>>>>>>> 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.
