<div>oh my god , Thank you very much. <span style="color: rgb(102, 102, 102); font-family: Tahoma, Arial; font-size: 12px; line-height: 24px; text-align: justify; widows: auto; background-color: rgba(255, 255, 255, 0.8);">I have struggled for three days. thank you.</span></div><div><br></div><div><br></div><div style="font-size: 12px;font-family: Arial Narrow;padding:2px 0 2px 0;">------------------ Original ------------------</div><div style="font-size: 12px;background:#efefef;padding:8px;"><div><b>From:</b> "Fred Hebert"<mononcqc@ferd.ca>; </div><div><b>Date:</b> 2015年6月26日(星期五) 晚上9:17</div><div><b>To:</b> "dsdds"<1172693953@qq.com>; </div><div><b >Cc:</b> "erlang-questions"<erlang-questions@erlang.org>; </div><div><b>Subject:</b> Re: 回复: [erlang-questions] about reb ar generated release 。Hint already use nodename  when I use 'gm_server start' startup</div></div><div><br></div>On 06/26, dsdds wrote:<br>>I check the port and the process,but I have no found such as 'gm_server' process,I think may be my application start two times.<br>>I save some image about the error and  the port of the os and process information,below.<br><br>You run the following two commands:<br><br>./gm_server start<br>./gm_server console<br><br>The first one will start the program in the background. Then if you want <br>to connect to it, you have to runn an 'attach' command or something like <br>'erl -remsh gm_server@127.0.0.1 -name debug'.<br><br>By instead running './gm_server console', you're trying to boot the same <br>exact node a second time, but with the terminal available rather than in <br>the background.<br><br>The problem is that the old node is still running in the background and <br>their names then clash. That's the "protocol: ~tp: the name .... seems <br>to be in use by another Erlang node" error.<br><br>Regards,<br>Fred.<br>