使用 tsung-recorder 的 erlang 初始化错误

发布于 2024-08-17 11:35:53 字数 516 浏览 2 评论 0原文

我已经设置 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

残疾 2024-08-24 11:35:53

它说找不到 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文