[akka-user] lib and src directory missing from akka_2.11-2.4.6.zip

2016-05-26 Thread AdamAID
Hi All, I'm sure I'm missing something obvious, but I've just downloaded: akka_2.11-2.4.6.zip from: http://akka.io/downloads/ Once unzipped, there doesn't seem to be a lib or src directory with the usual .jar files. Previous stable version: akka_2.11-2.3.15.zip works absolutely fine and contain

[akka-user] Spring Scheduler with AKKA: connot create children while terminating or terminated

2016-05-26 Thread Yan Pei
I am using Spring IOC to inject Beans and created the instance inside actorSystem. actorSystem.actorOf(SpringExtProviderInstance.get(actorSystem).props( "mainActor"), "mainActor"); After Spring Scheduler running, things are good in the first run, but the second run triggered the above exception

[akka-user] Akka Stream CookBook - problem on trigerring a message

2016-05-26 Thread JP
Hi all, In my below sample code my Subscriber has to be triggered by a message when Publisher sends Trigger. But am not getting any response in subscriber side. I am following below links for reference: https://github.com/akka/akka/blob/master/akka-docs/rst/java/code/docs/stream/javad

[akka-user] Clustering - New Incarnation unable to re-join

2016-05-26 Thread Drew Goya
I'm having some difficulty with akka clustering and I'm hoping someone here has solved this problem before. I'm running an 30 node cluster in AWS and quite often when several nodes restart the cluster state refuses to converge and I get logs that looks like this: New incarnation of existing me

[akka-user] About akka websocket support

2016-05-26 Thread Leo Wolf
Hi, I have encountered a akka websocket situation with akka stream, and need some advices. I built a websocket server via handleWebSocketMessages with user register scheme, and it's correctly worked. After that I changed the websocket client IP when it's connected with the websocket server, and

Re: [akka-user] Re: ClassNotFoundException with Akka Microkernel and reflection

2016-05-26 Thread Sidharth Khattri
Unfortunately it's a third party library that uses class loader for getting a class and I cannot change it to use ActorSystem's classloader. I know Akka microkernal is deprecated but replacing it is not an option for now. For now I'm just modifying start scripts for adding one more class path t