使用 tsung-recorder 的 erlang 初始化错误
我已经设置 Tsung 在 ubuntu 虚拟机上进行一些负载测试。如果我手动编写设置脚本,Tsung 本身工作得很好,但我想使用 tsung-recorder 通过浏览器动态构建我的脚本。
然而,当我启动 tsung-recorder 时,我收到以下错误:
cpjolicoeur@vbox-ubuntu-koala:~$ tsung-recorder start
Starting Tsung recorder on port 8090
cpjolicoeur@vbox-ubuntu-koala:~$ {"init terminating in do_boot",{'cannot load',error_handler,get_files}}
Crash dump was written to: erl_crash.dump
init terminating in do_boot ()
我不是 erlang 专家(我目前根本没有 erlang 经验),所以有人知道什么崩溃了以及我如何修复它以获得tsung录音机工作吗?
I have setup Tsung to do some load testing on an ubuntu VM. Tsung itself works fine if I write the setup scripts by hand, but I would like to use tsung-recorder to build my scripts dynamically through the browser.
When I start tsung-recorder I get the following error, however:
cpjolicoeur@vbox-ubuntu-koala:~$ tsung-recorder start
Starting Tsung recorder on port 8090
cpjolicoeur@vbox-ubuntu-koala:~$ {"init terminating in do_boot",{'cannot load',error_handler,get_files}}
Crash dump was written to: erl_crash.dump
init terminating in do_boot ()
I'm no erlang expert (I have no erlang experience at all at the moment), so does anyone have any idea what is crashing and how I can fix it to get tsung-recorder working?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它说找不到
error_handler
模块。您的 Erlang 安装已损坏,或者例如 Erlang 启动脚本已过时,或者是另一个 Erlang 版本。It says it cannot find the
error_handler
module. Either your Erlang install is corrupted, or for example the Erlang boot script is outdated, or is for another Erlang version.