Hi everyone,
I have been trying to install and start ejabberd server.
Unfortunately there are some issues that make it impossible.
First of all, we are using FreeBSD 10.2 Stable, installed ejabberd from ports directory /usr/ports/net-im/ejabberd/. Installation went smooth.
Then we started configuration from following link:
https://docs.ejabberd.im/admin/guide/installation/#post-install-operations
and unfortunately something went wrong... We are not able to create new user, stop service. Using ejabberdctl also is impossoble.
# service ejabberd start
Starting ejabberd.
ERROR: The ejabberd node 'ejabberd@localhost' is already running.
# service ejabberd stop
Stopping ejabberd.
{error_logger,{{2016,2,8},{11,53,23}},std_error,"File operation error: eio. Target: /usr/local/lib/erlang/lib/observer-2.1.1/ebin. Function: read_file_info. Process: code_server."}
{error_logger,{{2016,2,8},{11,53,38}},std_error,"File operation error: eio. Target: /usr/local/lib/erlang/lib/observer-2.1.1. Function: read_file_info. Process: code_server."}
=ERROR REPORT==== 8-Feb-2016::12:53:23 ===
File operation error: eio. Target: /usr/local/lib/erlang/lib/observer-2.1.1/ebin. Function: read_file_info. Process: code_server.
=ERROR REPORT==== 8-Feb-2016::12:53:38 ===
File operation error: eio. Target: /usr/local/lib/erlang/lib/observer-2.1.1. Function: read_file_info. Process: code_server.
We have tried also couple of solutions from forum e.g:
https://www.ejabberd.im/node/3737
but nothing helped.
Best regards and thanks in advance :)