learning-akka icon indicating copy to clipboard operation
learning-akka copied to clipboard

Trouble getting akka remoting to start

Open dwschulze opened this issue 6 years ago • 1 comments

I'm trying to run your code without activator. It works if I run it with sbt publishLocal and sbt run as downloaded. When I copy your build.sbt and src/ directory to another project akka remoting doesn't start. I've also added the activator and activator-launch-1.2.10.jar file but that makes no difference.

What else do I need to get this to work without activator?

dwschulze avatar Oct 22 '18 19:10 dwschulze

Yeah sbt instead of activator should be fine. I regret using activator - didn't expect it to dissappear!

On Mon, Oct 22, 2018 at 3:26 PM dwschulze [email protected] wrote:

I'm trying to run your code without activator. It works if I run it with sbt publishLocal and sbt run as downloaded. When I copy your build.sbt and src/ directory to another project akka remoting doesn't start. I've also added the activator and activator-launch-1.2.10.jar file but that makes no difference.

What else do I need to get this to work without activator?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jasongoodwin/learning-akka/issues/11, or mute the thread https://github.com/notifications/unsubscribe-auth/ACtqLLBUmnK6l6ULeXZpF4SEp7-EqOW3ks5unhv7gaJpZM4X0BH7 .

jasongoodwin avatar Oct 23 '18 16:10 jasongoodwin