Thanks for letting us know, and don't worry, things happen :-)

Sent from my iPhone

> On 19 May 2015, at 23:55, Josh F <[email protected]> wrote:
> 
> Never mind, problem solved!
> 
> It wasn't related to the binding or firewalls after all... it was just that I 
> had configured the app to terminate if it receives a line from stdin and I 
> guess Docker must be writing something to stdin after it launches the app, so 
> the actor system was being terminated while it was still loading! :|
> 
>> On Tuesday, May 19, 2015 at 8:19:15 PM UTC+1, Josh F wrote:
>> By the way, when I run the application without using Docker, I get the 
>> following log message:
>> 
>> [myservice-akka.actor.default-dispatcher-4] spray.can.server.HttpListener - 
>> Bound to /0.0.0.0:8080
>> 
>> but when I run with Docker, I just get:
>> 
>> Message [akka.io.Tcp$Bound] from 
>> Actor[akka://myservice/system/IO-TCP/selectors/$a/0#-1126741174] to 
>> Actor[akka://myservice/user/IO-HTTP/listener-0#-1015798983] was not 
>> delivered.
>> 
>> So it looks like the binding was successful, but Akka is not working 
>> properly so it couldn't deliver the Bound message...?
>> 
>> I've tried running the container with --net=host (sharing the host machine's 
>> networking stack) instead of --net=bridge but it made no difference.
> 
> -- 
> >>>>>>>>>> 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.

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