I have found the solution. I had to add configuration for serializers.

akka {
  actor {
    serializers {
      java = "akka.serialization.JavaSerializer"
      proto = "akka.remote.serialization.ProtobufSerializer"
      #myown = "docs.serialization.MyOwnSerializer"
    }

    serialization-bindings {
      "java.lang.String" = java
    *  "org.osos.synergy.akka.message.Test" = java*
      "org.osos.synergy.akka.message.DoWork" = java
      "org.osos.synergy.akka.message.WorkDone" = java
      "org.osos.synergy.akka.message.ErrorInfo" = java
      "org.osos.synergy.akka.message.WorkFailed" = java
    }
  }
}

Dana petak, 11. travnja 2014. 11:55:59 UTC+2, korisnik Kresimir Popovic 
napisao je:
>
> Hello,
>
> I get strange error while sending message on remote node (see Error.txt in 
> attach).
> Also in attach. is picture of basic architecture I'm using and 
> dependencies.
>
> How is package made: sbt console> dist (it will make one jar file which 
> constains all classes and resource files)
>
> How do I start akka Microkernel (Bootable) modules:
>
> bin\start org.osos.synergy.akka.service.worker.WorkerKernel 2551
> bin\start org.osos.synergy.akka.service.worker.WorkerKernel 2552
> bin\start org.osos.synergy.akka.service.http.HttpKernel 0
>
> All nodes are properly clustered and no errors during startup.
>
> Please help,
> Kresimir
>
>
>
>
>
>
>
>
>

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