Hi Roland!

I was out on vacation, so sorry for may delayed response.
Its exactly happed like I described. The JVM was still running but the 
actorsystem was gone of course with all its actors.

Sometimes the problem occurred after a few minutes sometimes it happed 
after a few hours. Before the incident happened our system behaved like it 
should.

Due to unknown reason sometimes the actorsystem stopped to work. In the log 
files we did not find any log-entries from our postStop() functions of our 
actors.  Thats why we added a println() to the shutdown hook  of the 
actorsystem, and this lines we did find at our console after the incident 
happened again.

As I mentioned above after we switched back to akka 2.3.7 (which is also 
used by all systems who are remotly talking to us) the problem did not 
occur again.

Regards

Wolfgang


Am Freitag, 30. Januar 2015 09:04:25 UTC+1 schrieb rkuhn:
>
> Hi Wolfgang,
>
> thinking about this for a bit I am very confused: the ActorSystem cannot 
> “vanish” while the JVM keeps running. You mention postStop hooks that are 
> not executed. Can you be a bit more specific about how you know that
>
>    - there is only exactly one JVM ever started
>    - there is an ActorSystem successfully running within that JVM
>    - then somehow that very same JVM suddenly has no ActorSystem anymore 
>    without stopping its Actors
>
>
> Sorry for sounding skeptical, I’d just like to exclude other possibilities 
> (like a new JVM coming up and failing to start its ActorSystem while an old 
> JVM silently disappears in its entirety, e.g. by using ømq and encountering 
> a failure).
>
> Regards,
>
> Roland
>
> 29 jan 2015 kl. 14:58 skrev Wolfgang Friedl <[email protected] 
> <javascript:>>:
>
> Update
>
> After switching back to Akka 2.3.7 the problem did not occur anymore (so 
> far).
>
> So its either a problem of Akka 2.3.8 (2.3.9) or there is a problem in 
> certain circumstances to connect systems (with akka.remote) running with 
> different akka versions, in our case 2.3.7 with akka 2.3.8 (2.3.9) 
>
>
> 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] <javascript:>.
> To post to this group, send email to [email protected] 
> <javascript:>.
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>
>
>
>
> *Dr. Roland Kuhn*
> *Akka Tech Lead*
> Typesafe <http://typesafe.com/> – Reactive apps on the JVM.
> twitter: @rolandkuhn
> <http://twitter.com/#!/rolandkuhn>
>  
>

-- 
>>>>>>>>>>      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.

Reply via email to