Hi Patrick,
thank you very much for the time you spend here ...
> I tried to run your code before my first reply here, but it was too
> complicated and I did not have the time to untangle it.
strange, I'm trying to create an Akka System and create an instance of
an Actor for remote usage.
I'd lik
this ...
Thanks,
Sandro
Il giorno giovedì 12 marzo 2015 11:07:00 UTC+1, Sandro Martini ha scritto:
>
> Hi Jim, thanks for the help ...
>
> Have you followed all of the instructions for interacting with remote
> actors here: http://doc.akka.io/docs/akka/2.3.9/scala/remoting.html ?
>
Hi Jim, thanks for the help ...
Have you followed all of the instructions for interacting with remote
actors here: http://doc.akka.io/docs/akka/2.3.9/scala/remoting.html ?
I follow this because I'm using the Java version of the API:
http://doc.akka.io/docs/akka/2.2.5/java/remoting.html
and them t
7;t have the error,
>> but messages goes to deadLetters, so maybe even in this case there is
>> something to fix ...
>> The source for the "server" is here:
>>
>> https://github.com/smartiniOnGitHub/akka-tests/blob/master/akka-tests-java/src/main/java/akka
rc/main/java/akka_tests/java/server/AkkaRemoteServer.java
Someone can give me some hint ?
Thanks a lot,
Sandro
Il giorno giovedì 5 marzo 2015 18:52:55 UTC+1, Sandro Martini ha scritto:
>
> Hi all,
> I'm doing some tests with Akka Remote Actors, but I'm in trouble with some
>
Hi all,
I'm doing some tests with Akka Remote Actors, but I'm in trouble with some
strange problem, but I think it's something that I'm doing in the wrong way
...
I'm using Akka-2.2.4 (tomorrow I'll update to 2.2.5) with an updated JDK 7
on Windows 7.
My sources are here: https://github.com/sma