Hi friends,

     Forgive me if I'm missing something obvious, but when I try to run an
Erlang Thrift Server, it works if I run something like:

erl +K true -pa all_your_beams/

     And run server:start() from the Erlang command shell.

     But if I write a bash wrapper that says something like

erl +K true -pa all_your_beams/ -noshell -run server start

     then connecting clients fail, saying Connection Refused, despite there
being a message saying there's a Thrift Service listening on the appropriate
port.  This is the case in both the tutorial and my own application.  Is
this a known issue?  Has anyone else experienced this?

     It's not mission-critical, but any help would be appreciated.  Thanks
^_^

-Paul

Reply via email to