Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/355.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 最简单的Disco设置(基于教程)无法启动_Python_Erlang_Disco - Fatal编程技术网

Python 最简单的Disco设置(基于教程)无法启动

Python 最简单的Disco设置(基于教程)无法启动,python,erlang,disco,Python,Erlang,Disco,我是迪斯科新手,只想玩玩它。因此,我尝试设置中描述的最简单的实例。安装了Erlang和Python之后,我进行了Git签出,运行了make,并通过bin/Disco nodaemon启动了Disco。在下面,您可以看到启动从机时的错误消息。因为我是新手,所以我不知道什么可能出错以及如何调试。任何暗示都将不胜感激 Eshell V5.10.2 (abort with ^G) (disco_8989_master@UberAchim)1> 15:20:19.300 [info] Applic

我是迪斯科新手,只想玩玩它。因此,我尝试设置中描述的最简单的实例。安装了Erlang和Python之后,我进行了Git签出,运行了
make
,并通过
bin/Disco nodaemon
启动了Disco。在下面,您可以看到启动从机时的错误消息。因为我是新手,所以我不知道什么可能出错以及如何调试。任何暗示都将不胜感激

Eshell V5.10.2  (abort with ^G)
(disco_8989_master@UberAchim)1> 15:20:19.300 [info] Application lager started on node disco_8989_master@UberAchim
15:20:19.324 [info] Application inets started on node disco_8989_master@UberAchim
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 disco_8989_master@UberAchim
Warning: Permanently added 'localhost' (ECDSA) to the list of known hosts.
15:20:19.640 [info] ddfs_node initialized on disco_8989_master@UberAchim with volumes: ["vol0"]
15:20:19.640 [info] Node failed at disco_8989_slave@localhost on "localhost": {undef,[{#Fun<node_mon.11.72841891>,[],[]}]}
15:20:19.640 [error] Error in process <0.39.0> on node 'disco_8989_slave@localhost' with exit value: {undef,[{#Fun<node_mon.11.72841891>,[],[]}]}


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


15:20:19.643 [error] Error in process <0.41.0> on node 'disco_8989_slave@localhost' with exit value: {undef,[{lock_server,start_link,[],[]}]}
Eshell V5.10.2(使用^G中止)
(迪斯科舞厅8989)_master@UberAchim)1> 15:20:19.300[信息]节点disco_8989上的应用程序已启动_master@UberAchim
15:20:19.324[信息]节点disco_8989上已启动应用程序iNet_master@UberAchim
15:20:19.325[信息]迪斯科舞鞋
15:20:19.327[信息]Disco代理已禁用
15:20:19.328[信息]DDFS主机启动
15:20:19.331[信息]事件服务器启动
15:20:19.332[信息]迪斯科舞厅配置启动
15:20:19.334[信息]迪斯科服务器启动
15:20:19.335[信息]公平调度程序启动
15:20:19.335[信息]计划程序使用公平策略
15:20:19.336[信息]公平调度程序:公平策略
15:20:19.338[信息]配置表已更新
15:20:19.343[信息]在“本地主机”(“本地主机”)上启动节点“disco_8989_slave”
15:20:19.357[信息]web服务器(mochiweb)启动
15:20:19.357[信息]应用程序disco已在节点disco_8989上启动_master@UberAchim
警告:已将“localhost”(ECDSA)永久添加到已知主机列表中。
15:20:19.640[信息]在disco_8989上初始化ddfs_节点_master@UberAchim有卷:[“vol0”]
15:20:19.640[信息]节点在disco_8989失败_slave@localhost关于“localhost”:{unde,[{#Fun,[],[]}
15:20:19.640[错误]节点'disco_8989'上的进程出错_slave@localhost'的退出值:{unde,[{#Fun,[],[]}
15:20:19.642[错误]节点“disco_8989”上的进程出错_slave@localhost'的退出值:{unde,[{#Fun,[],[]}
15:20:19.643[错误]节点“disco_8989”上的进程出错_slave@localhost'的退出值:{unde,[{lock_server,start_link,[],[]}}

该用户的问题已经在其他地方得到了回答,但我将继续在此处发布相关信息,以节省一些搜索时间


disco的维护人员已经提供了解决方案,并且已经解决了根本问题。

您是否检查过,您可以在不需要任何用户输入的情况下通过ssh连接到localhost?