Ah, sorry, didn't notice it in the command line.

Can you verify with some other tool that you can communicate using udp
between the nodes? (using netcat for example)

Set logs to debug to see if there is anything helpful in there.
Additionally artery contains a "flight recorder" which you can enable using
the setting akka.remote.artery.advanced.flight-recorder.enabled, it will
write artery related events to a binary logfile, which you can then feed to
akka.remote.artery.FlightRecorderDump in akka-remote to get human readable
output, it may also contain some hints about what/why/how it is not working.

--
Johan
Akka Team

On Wed, Nov 9, 2016 at 7:14 PM, <johan.kjolhede.bonniern...@gmail.com>
wrote:

> Yes - i Did. Please see my original post for details. You will see that I
> use the udp parameter for my docker port forwarding. Also please note that
> I've tested artery successfully in docker as long as one of the
> applications is running outside docker. However the problem occurs only
> when both producer and consumer run in containers. See the test results
> table and error log in my previous message for more details.
>
> /Johan
>
> --
> >>>>>>>>>>      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 akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at https://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
>>>>>>>>>>      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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to