erlang Slogan: init terminating in do_boot()
erlang吧
全部回复
仅看楼主
level 11
a651944226 楼主
erlang项目启动的时候报这个错误,是怎么回事哈,请高手告知一二, 谢谢哈
2013年01月08日 07点01分 1
level 11
a651944226 楼主
报错详情
=erl_crash_dump:0.1
Thu Feb 7 14:35:22 2013
Slogan: init terminating in do_boot ()
System version: Erlang R14B (erts-5.8.1) [source] [smp:1:1] [rq:1] [async-thre
ads:2] [hipe] [kernel-poll:true]
Compiled: Wed Jan 2 15:37:17 2013
Taints:
Atoms: 5909
=memory
total: 4071264
processes: 320716
processes_used: 315532
system: 3750548
atom: 252745
atom_used: 249940
binary: 85920
code: 1691425
ets: 132040
=hash_table:atom_tab
size: 4813
used: 3380
objs: 5909
depth: 7
=index_table:atom_tab
size: 6144
limit: 1048576
entries: 5909
=hash_table:module_code
size: 97
used: 55
objs: 73
depth: 4
=index_table:module_code
size: 1024
limit: 65536
entries: 73
=hash_table:export_list
size: 3203
used: 1772
objs: 2531
depth: 6
=index_table:export_list
size: 3072
limit: 524288
entries: 2531
=hash_table:secondary_export_table
size: 97
used: 0
objs: 0
depth: 0
=hash_table:process_reg
size: 23
used: 15
objs: 22
depth: 3
=hash_table:fun_table
size: 397
used: 245
objs: 369
depth: 5
=hash_table:node_table
size: 5
used: 1
objs: 1
depth: 1
=hash_table:dist_table
size: 5
used: 1
objs: 1
depth: 1
=allocated_areas
sys_misc: 62350
static: 1212416
atom_space: 65544 63003
atom_table: 43909
module_table: 4568
export_table: 25184
register_table: 156
fun_table: 1650
module_refs: 1024
loaded_code: 1512659
dist_table: 267
node_table: 107
bits_bufs_size: 0
bif_timer: 40100
link_lh: 0
proc: 17316 13860
atom_entry: 143292 143028
export_entry: 122456 122024
module_entry: 3884 3548
reg_proc: 996 564
monitor_sh: 832 112
nlink_sh: 2448 1872
fun_entry: 21384 20768
db_tab: 7716 4452
driver_event_data_state: 28 28
driver_select_data_state: 352 80
=allocator:sys_alloc
option e: true
option m: libc
option tt: 131072
option tp: 0
=allocator:temp_alloc[0]
versions: 2.1 2.2
option e: true
option t: false
option ramv: false
option sbct: 524288
option asbcst: 4145152
option rsbcst: 90
option rsbcmt: 80
option rmbcmt: 100
option mmbcs: 131072
option mmsbc: 256
option mmmbc: 10
option lmbcs: 10485760
option smbcs: 1048576
option mbcgs: 10
option mbsd: 3
option as: gf
mbcs blocks: 0 148 148
mbcs blocks size: 0 25192 25192
mbcs carriers: 1 1 1
mbcs mseg carriers: 0
mbcs sys_alloc carriers: 1
mbcs carriers size: 131104 131104 131104
mbcs mseg carriers size: 0
mbcs sys_alloc carriers size: 131104
sbcs blocks: 0 0 0
sbcs blocks size: 0 0 0
sbcs carriers: 0 0 0
sbcs mseg carriers: 0
sbcs sys_alloc carriers: 0
sbcs carriers size: 0 0 0
sbcs mseg carriers size: 0
sbcs sys_alloc carriers size: 0
temp_alloc calls: 1212
temp_free calls: 1212
temp_realloc calls: 2
mseg_alloc calls: 0
mseg_dealloc calls: 0
mseg_realloc calls: 0
sys_alloc calls: 1
sys_free calls: 0
sys_realloc calls: 0
=allocator:temp_alloc[1]
versions: 0.9 2.2
option e: true
.......
2013年01月08日 07点01分 2
level 11
a651944226 楼主
问题的详细信息在erlang.log里面
=====
===== LOGGING STARTED Fri Feb 8 09:11:56 CST 2013
=====
Exec: /usr/local/lib/erlang/erts-5.8.1/bin/erl -pa /opt/mobile/server/mit/ebin
-config /opt/mobile/server/mit/etc/mit.config -args_file /opt/mobile/server/m
it/etc/mit.args -- console -cluster
Root: /opt/mobile/server/mit
Erlang R14B (erts-5.8.1) [source] [smp:1:1] [rq:1] [async-threads:2] [hipe] [k
ernel-poll:true]
{"init terminating in do_boot",{undef,[{mit_app,start,[]},{init,start_it,1},{i
nit,start_em,1}]}}
Crash dump was written to: log/erl_crash.dump
init terminating in do_boot ()
启动mit_app里面start的时候,没找到相应的application
start() ->
[start_app(App)
|| App
<- [sasl, crypto, mnesia, extlib, elog, evmon,
amqp_client, emysql, worker_pool, mit]].
这是怎么回事呢,我code:get_path()了一下,erlang安装目录lib下有sasl, crypto, mnesia这些包,剩下的项目lib下面都有
为啥会引用不到呢,麻烦路过的高手,知道的话告诉我一下哈,谢谢哈
2013年01月09日 01点01分 3
这个erlang.log是怎么回事??
2015年07月18日 06点07分
1