I receive the following error at the end of the installation process on a Debian machine:
Kernel pid terminated (application_controller) ({application_start_failure,kernel,{shutdown,{kernel,start,[normal,[]]}}})
I have Erlang (BEAM) emulator version 5.5.2 [source] [async-threads:0] [kernel-poll:false]
I could not find this error in the FAQ or anywhere else really, aside a conflict on port 4369, on which I have nothing else running.
The log files never get created, but a erl_crash.dump file reveals:
=erl_crash_dump:0.1
Sun Apr 29 01:18:28 2007
Slogan: Kernel pid terminated (application_controller) ({application_start_failure,kernel,{shutdown,{kernel,start,[normal,[]]}}})
System version: Erlang (BEAM) emulator version 5.5.2 [source] [async-threads:0] [kernel-poll:false]
Compiled: Sun Dec 3 16:13:18 2006
Atoms: 3442
=memory
total: 2024647
processes: 187706
processes_used: 180210
system: 1836941
atom: 142637
atom_used: 140793
binary: 47324
code: 1101272
ets: 26868
Please help point me in the right direction. ejabberd appears to be the exact application to suit my project's needs!
Thank you in advanced.