简体   繁体   中英

Tsung : config error, aborting

I am getting this error when i run Tsung

Config Error, aborting ! {undef,
                         [{xmerl_scan,file,
                              ["/root/.tsung/tsung.xml",
                               [{fetch_path,["/usr/share/tsung/","./"]},
                                {validation,true}]]},
                          {ts_config,read,2},
                          {ts_config_server,handle_call,3},
                          {gen_server,handle_msg,5},
                          {proc_lib,init_p_do_apply,3}]}

Does that means xmerl_scan function definition is missing?

How to fix this?

Thanks.

When you installed erlang what distribution did you use? If it's a redhat variety you can yum install erlang using the epel repo and it will install all possible options to resolve this for you.

我遇到了这个问题,并且能够根据Rodolphe的评论来解决它。一旦有了erlang-xmerl,它就可以正常工作了-就我而言,我不必重建tsung。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM