2014-01-26 6 views
0

我是迪斯科的新手,只是想玩弄它。所以我試圖設置documentation中描述的最簡單的實例。 Erlang和Python被安裝,我做了Git checkout,運行make並通過bin/disco nodaemon啓動Disco。您可以在下面看到啓動從站時的錯誤消息。由於我是新手,我沒有膠水可能是錯誤的以及如何調試。任何提示將非常感激。最簡單的迪斯科設置(基於教程)無法啓動

Eshell V5.10.2 (abort with ^G) 
([email protected])1> 15:20:19.300 [info] Application lager started on node [email protected] 
15:20:19.324 [info] Application inets started on node [email protected] 
15:20:19.325 [info] DISCO BOOTS 
15:20:19.327 [info] Disco proxy disabled 
15:20:19.328 [info] DDFS master starts 
15:20:19.331 [info] Event server starts 
15:20:19.332 [info] Disco config starts 
15:20:19.334 [info] DISCO SERVER STARTS 
15:20:19.335 [info] Fair scheduler starts 
15:20:19.335 [info] Scheduler uses fair policy 
15:20:19.336 [info] Fair scheduler: Fair policy 
15:20:19.338 [info] Config table updated 
15:20:19.343 [info] Starting node "disco_8989_slave" on "localhost" ("localhost") 
15:20:19.357 [info] web server (mochiweb) starts 
15:20:19.357 [info] Application disco started on node [email protected] 
Warning: Permanently added 'localhost' (ECDSA) to the list of known hosts. 
15:20:19.640 [info] ddfs_node initialized on [email protected] with volumes: ["vol0"] 
15:20:19.640 [info] Node failed at [email protected] on "localhost": {undef,[{#Fun<node_mon.11.72841891>,[],[]}]} 
15:20:19.640 [error] Error in process <0.39.0> on node '[email protected]' with exit value: {undef,[{#Fun<node_mon.11.72841891>,[],[]}]} 


15:20:19.642 [error] Error in process <0.40.0> on node '[email protected]' with exit value: {undef,[{#Fun<node_mon.10.72841891>,[],[]}]} 


15:20:19.643 [error] Error in process <0.41.0> on node '[email protected]' with exit value: {undef,[{lock_server,start_link,[],[]}]} 
+0

您是否檢查過您可以在不需要任何用戶輸入的情況下ssh進入本地主機? – jleahy

回答

2

用戶已經在其他地方回答了他的問題,但我會繼續發佈相關信息以節省一些搜索時間。

該解決方案提供了here,潛在問題已由迪斯科維護人員提供been fixed