CentOS ejabberd start problems

Hello. I got some troubls on running ejabberd on my CentOS release 5.5 (Final) server.
What i already do:
rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarc...
yum update
yum install ejabberd

No errors during installation.
But when i try to start deamon:
[root@myserver log]# /etc/init.d/ejabberd start
Starting ejabberd: [ OK ]

Only one log file of errors:
/var/log/ejabberd/erl_crash_20100729-170912.dump
first lines:
--------------
Thu Jul 29 17:09:12 2010
Slogan: Kernel pid terminated (application_controller) ({application_start_failure,kernel\
,{shutdown,{kernel,start,[normal,[]]}}})
System version: Erlang (BEAM) emulator version 5.6.5 [source] [64-bit] [smp:2] [async-thr\
eads:0] [hipe] [kernel-poll:true]

I register free domain name - domain.mine.nu on DynDNS for test purpose, and route it to my server ip

Listings of config files:
File: /etc/sysconfig/network
NETWORKING=yes
NETWORKING_IPV6=no
HOSTNAME=myserver

File: /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 diamond localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
1xx.x.xxx.xxx myhost.myserver.com
1xx.x.xxx.xxx myserver.myhost.com
1xx.x.xxx.xxx domain.mine.nu myserver

File excerpt: /etc/ejabberd/ejabberd.cfg
-----
%% You can define one or several, for example:
%% {hosts, ["example.net", "example.com", "example.org"]}.
%%
{hosts, ["domain.mine.nu"]}.
-----
{listen,
[

{5222, ejabberd_c2s, [

%%
%% If TLS is compiled in and you installed a SSL
%% certificate, specify the full path to the
%% file and uncomment this line:
%%
%%{certfile, "/etc/ejabberd/ejabberd.pem"}, starttls,

{access, c2s},
{shaper, c2s_shaper},
{max_stanza_size, 65536}
]},

{5280, ejabberd_http, [
%%{request_handlers,
%% [
%% {["pub", "archive"], mod_http_fileserver}
%% ]},
captcha,
http_bind,
http_poll,
web_admin
]}

]}.
-----
{acl, admin, {user, "test", "domain.mine.nu"}}.
-----

Try to start:
[root@myserver log]# /etc/init.d/ejabberd start
Starting ejabberd: [ OK ]
Try to stop:
[root@myserver log]# /etc/init.d/ejabberd stop
Shutting down ejabberd: already stopped [WARNING]

Only one log file of errors:
/var/log/ejabberd/erl_crash_20100729-170912.dump
first lines:
--------------
Thu Jul 29 17:09:12 2010
Slogan: Kernel pid terminated (application_controller) ({application_start_failure,kernel\
,{shutdown,{kernel,start,[normal,[]]}}})
System version: Erlang (BEAM) emulator version 5.6.5 [source] [64-bit] [smp:2] [async-thr\
eads:0] [hipe] [kernel-poll:true]
--------------

Googling this errors, didn't find any tips which would help to solve this problems.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

I have same problem, how you

I have same problem, how you solve its?

Here:

Here: http://www.process-one.net/docs/ejabberd/guide_en.html#htoc9 they say that the recommended versions of Erlang are R12B-5 and R13B04. I used R14B and it didn't work, had the same error message as you.

with Erlang/OTP R mjarus

with Erlang/OTP R

mjarus wrote:

Here: http://www.process-one.net/docs/ejabberd/guide_en.html#htoc9B they say that the recommended versions of Erlang are R12B-5 and R13B04. I used R14B and it didn't work, had the same error message as you.

Well, I use ejabberd 2.1.9 (compiled from source code) with Erlang/OTP R14B04 (from Debian unstable), and it starts and works correctly.

Syndicate content