Erlang init error with tsung-recorder

I have a Tsung setup to test the load on an ubuntu virtual machine. Tsung itself works fine if I write installation scripts manually, but I would like to use tsung-recorder to dynamically create my scripts through a browser.

When I run tsung-recorder, I get the following error:

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 am not an erlang expert (I have no erlang experience at all at the moment), so can anyone understand what the failure is, and how can I fix this to make the tsung recorder work?

+3
source share
1 answer

, error_handler. Erlang , , , Erlang script Erlang.

+3

Source: https://habr.com/ru/post/1727680/


All Articles