2014-03-28 27 views
0

我得到這個錯誤,當我運行崇聰:配置錯誤,中止

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}]} 

這是否意味着xmerl_scan函數定義缺失?

如何解決這個問題?

謝謝。

+0

undef \t - 評估函數調用時無法找到函數。 –

+0

你好Vishnu你可以用你使用的命令行和你的.xml腳本來評論你的帖子嗎? Regards – Rodolphe

+0

我使用Ubuntu 10. Tsung confing文件 - > http://codeshare.io/fE18j。日誌文件 - > http://codeshare.io/jOSkn。 –

回答

0

當你安裝erlang你使用了什麼發行版?如果它是一個紅帽品種,你可以使用epel repo安裝erlang,它會安裝所有可能的選項來爲你解決這個問題。

0

我有這個問題,並能夠根據來自Rodolphe的評論來解決它 一旦我有erlang-xmerl它的工作沒有問題 - 在我的情況下,我沒有重建tsung。