2012-06-07 22 views
1

這是我的MakeFile/usr/local/lib/erlang/lib/os_mon-2.2.8/priv/bin/memsup:Erlang已經關閉。

run:  
    ERL_LIBS=apps:deps 
    erl +K true +A 2 +a 16 +e 10 +d -name [email protected] -pa ebin -pa apps/*/ebin -pa deps/*/ebin -boot start_sasl -s my_server -sasl errlog_type error 

錯誤運行make run

ERL_LIBS=apps:deps 
erl +K true +A 2 +a 16 +e 10 +d -name [email protected] -pa ebin -pa apps/*/ebin -pa deps/*/ebin -boot start_sasl -s my_server -sasl errlog_type error 
Erlang R15B (erts-5.9) [source] [smp:4:4] [async-threads:2] [hipe] [kernel-poll:true] 

Eshell V5.9 (abort with ^G) 
([email protected])1> Erlang has closed 
/usr/local/lib/erlang/lib/os_mon-2.2.8/priv/bin/memsup: Erlang has closed. 
make: *** [run] Error 1 

時如何獲得爲什麼應用程序無法啓動的原因是什麼?

+1

我們需要更多的信息.​​.你能發佈你的sasl日誌文件的內容嗎? – marcelog

回答

1

當mem_sup關閉時顯示「Erlang has closed」錯誤,當系統停止時,這是完全正常的行爲。

很可能在my_server中出了問題。

相關問題