<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Dear List,<br>
    <br>
    I have a problem with attachment to my running application. On my
    Amazon server (Amazon Linux) it works great, but on my local machine
    (Linux Mint 17.3) I have next problem:<br>
    I start application with name <a class="moz-txt-link-abbreviated" href="mailto:ServerDev@example.com">ServerDev@example.com</a>:<br>
        bin/server start<br>
    when I want to attach I have an error:<br>
        bin/server attach<br>
    <div class="moz-signature">
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
      <title></title>
          Node is not running!<br>
      <br>
      Although epmd say me that app is running and I can get data from
      app by curl:<br>
          epmd -names<br>
          epmd: up and running on port 4369 with data:<br>
          name ServerDev at port 47963<br>
      <br>
      Log files are empty. <br>
      Also I can't stop the app. stop command does nothing. install
      command also doesn't work.<br>
      <br>
      About versions:<br>
          rebar 3.2.0 and Erlang/OTP 19 Erts 8.0<br>
      <br>
      <font color="#245696">Cheers,<br>
        Nikolay Bildeyko</font><br>
    </div>
  </body>
</html>