【发布时间】:2012-09-23 05:49:03
【问题描述】:
我正在使用 Reltool 构建一个版本。当我尝试使用启动文件启动它时出现错误:
14:40:49.466 [error] CRASH REPORT Process with 0 neighbours crashed with reason: {bad_return,{{z_validate,start,[normal,[]]},{'EXIT',{undef,[{z_validate,start,[normal,[]],[]},{application_master,start_it_old,4,[{file,"application_master.erl"},{line,274}]}]}}}}
14:40:49.472 [info] Application z_validate exited with reason: {bad_return,{{z_validate,start,[normal,[]]},{'EXIT',{undef,[{z_validate,start,[normal,[]],[]},{application_master,start_it_old,4,[{file,"application_master.erl"},{line,274}]}]}}}}
但是 z_validate 是一个库,我不想启动它。如何从启动脚本中排除它?
【问题讨论】: