Saw this same problem when I first started doing some Akka remote
actor development, it's likely very simple. Are you running two
microkernels on the same machine? If so, you're probably booting the
same "server" class on both and they're both trying to bind to port
2552(or whatever you've set the "remote" port to). Check the "boot"
line in akka.conf for the client you wrote or change the port number
for your client microkernel in the "remote" section.
Hope that helps,
Jeremy
> --
> You received this message because you are subscribed to the Google Groups "Akka User List" group.
> To post to this group, send email to akka...@googlegroups.com.
> To unsubscribe from this group, send email to akka-user+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/akka-user?hl=en.
>
> To unsubscribe from this group, send email to akka-user+unsubscribe@googlegroups.com.
Hi Guys,I tried setting port to 0 and still end up getting the same exception.Any hints as to what could be the possible problem?
Looking for urgent help in this regardRegardsManohar
>>>>>>>>>> Read the docs: http://akka.io/docs/--
>>>>>>>>>> Check the FAQ: http://akka.io/faq/
>>>>>>>>>> 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 post to this group, send email to akka...@googlegroups.com.
To unsubscribe from this group, send email to akka-user+...@googlegroups.com.