我正在使用tsung,用openssl和erlang编译来发送查询。
在tsung_controller.log中我收到此错误:
** Reason for termination ==
** {{badmatch,false},
[{ts_config_server,handle_call,3,
[{file,"src/tsung_controller/ts_config_server.erl"},
{line,305}]},
{gen_server,try_handle_call,4,[{file,"gen_server.erl"},{line,628}]},
{gen_server,handle_msg,5,[{file,"gen_server.erl"},{line,660}]},
{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,238}]}]}
和
=ERROR REPORT==== 17-Aug-2015::01:07:42 ===
** Generic server ts_config_server terminating
** Last message in was {get_client_config,static,"*****commented this **"}
** When Server state == {state,
{config,undefined,1200,5,none,text,undefined,
我已使用用户手册中的信息验证了设置 http://tsung.erlang-projects.org/user_manual/faq.html并且好了。
所以设置对我来说很好。但我无法弄清楚崩溃的确切原因。
在某个论坛上,我看到了.xml文件中提到的查询文件的答案可能就是原因。但是我尝试过使用绝对路径和相对路径,不幸的是它似乎没有用。
答案 0 :(得分:1)
根据this message from 10 years ago in their mailing list
根据我今天的经验,您可能正在使用完全合格的主机名而不是简短的主机名.e.g。 “mymachine.domain.tld”而不是“mymachine”作为客户端代码中host属性的值,正如文档中的10.1项所述