Re: [akka-user] When deployed my system hangs when creating ActorSystem

2015-06-15 Thread Dennis Jönsson
I found my issue, it was with the policy file, some permission or other that was needed was not granted. Thanks everyone who helped. Den fredag 12 juni 2015 kl. 20:45:56 UTC+2 skrev √: I suspect you'll have to use the same java command as Eclipse generates when it starts. (and see what is

[akka-user] When deployed my system hangs when creating ActorSystem

2015-06-12 Thread Dennis Jönsson
Hello, I have been developing a cluster solution in akka for awhile. It is working fine together with the old code in my development environment. But now when its time to deploy the solution and test it live I run into a strange problem. The program simply stops doing anything when doing

Re: [akka-user] When deployed my system hangs when creating ActorSystem

2015-06-12 Thread Viktor Klang
What does JConsole say the threads are stuck on? On Fri, Jun 12, 2015 at 4:04 AM, Dennis Jönsson zeleb...@gmail.com wrote: Hello, I have been developing a cluster solution in akka for awhile. It is working fine together with the old code in my development environment. But now when its time to

Re: [akka-user] When deployed my system hangs when creating ActorSystem

2015-06-12 Thread Dennis Jönsson
I cant get jconsole to work. I run jconsole PID but it just tells me its an invalid PID. Den fredag 12 juni 2015 kl. 14:24:11 UTC+2 skrev √: What does JConsole say the threads are stuck on? On Fri, Jun 12, 2015 at 4:04 AM, Dennis Jönsson zele...@gmail.com javascript: wrote: Hello, I

Re: [akka-user] When deployed my system hangs when creating ActorSystem

2015-06-12 Thread Viktor Klang
I suspect you'll have to use the same java command as Eclipse generates when it starts. (and see what is different) On Fri, Jun 12, 2015 at 9:07 AM, Dennis Jönsson zeleb...@gmail.com wrote: Yeah I have tried it on several different computers with different OS, its the same thing. And this

Re: [akka-user] When deployed my system hangs when creating ActorSystem

2015-06-12 Thread Dennis Jönsson
Yeah I have tried it on several different computers with different OS, its the same thing. And this works just fine when run from eclipse but deployed it does not work and I get zero indication on why. Den fredag 12 juni 2015 kl. 14:55:54 UTC+2 skrev √: I'd test your program on another