[erlang-questions] how to reattach to an arleady existing node?

Dror Mein drormein@REDACTED
Mon Apr 28 16:28:43 CEST 2014


Hi all,
I'm running an Erlang application on a remote shell. I'm running it via:
./bin/myapp start
./bin/myapp attach
The local computer has crashed, so the terminal that ran those two commands is dead. 
I restarted the computer and when I went back to the remote shell and tried to reattach to the already running application, I received the following error message:
"Another to_erl process already attached to pipe /tmp//opt/mydir/myapp/erlang.pipe.1."

Is there a way to reattach to the running application without killing it (ie ./bin/myapp stop)

thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20140428/633071f2/attachment.htm>


More information about the erlang-questions mailing list