Error
I've just installed ejabberd. When I try to start ejabberd, it fails and reports this error:
Erlang (BEAM) emulator version 5.5.4 [source] [async-threads:0] [hipe] [kernel-poll:false]
{"init terminating in do_boot",{undef,[{ejabberd,start,[]},{init,start_it,1},{init,start_em,1}]}}
Crash dump was written to: erl_crash.dump
init terminating in do_boot ()Explanation
The error indicates that Erlang can't find ejabberd binary files, which have '.beam' extension.
Solution
Check those files are installed, and the command line call to Erlang includes the option '-pa /path/to/ebin'. Put the correct path to the directory, and make sure Erlang has right to read the files.



Recent comments
2 hours 35 min ago
2 hours 36 min ago
7 hours 24 min ago
3 days 50 min ago
5 days 6 hours ago
6 days 55 min ago
6 days 1 hour ago
6 days 13 hours ago
1 week 47 min ago
1 week 1 day ago