You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Oliver Oli <ol...@gmail.com> on 2009/09/10 10:30:55 UTC

Crash dump

I freshly compiled and installed couchdb 0.9.1 on Ubuntu 9.04 64bit.
couchdb immediately crashes after startup. Any idea how to fix it or
how to figure out what's wrong. There is no log file, only the
erl_crash.dump.

/opt/couchdb# bin/couchdb -i
Erlang (BEAM) emulator version 5.6.5 [source] [64-bit] [smp:2]
[async-threads:0] [kernel-poll:true]

Eshell V5.6.5  (abort with ^G)
1> {"init terminating in
do_boot",{undef,[{crypto,start,[]},{erl_eval,do_apply,5},{init,start_it,1},{init,start_em,1}]}}

Crash dump was written to: erl_crash.dump
init terminating in do_boot ()

Re: Crash dump

Posted by Oliver Oli <ol...@gmail.com>.
On Thu, Sep 10, 2009 at 3:42 PM, Paul Davis <pa...@gmail.com> wrote:

>> 1> {"init terminating in
>> do_boot",{undef,[{crypto,start,[]},{erl_eval,do_apply,5},{init,start_it,1},{init,start_em,1}]}}
it terminating in do_boot ()
>>
>
> Looks like you're missing SSL support.
>
> http://wiki.apache.org/couchdb/Error_messages#MissingOpenSSL

it was missing, indeed. installing the erlang-nox package fixed it :-).

Re: Crash dump

Posted by Paul Davis <pa...@gmail.com>.
On Thu, Sep 10, 2009 at 4:30 AM, Oliver Oli<ol...@gmail.com> wrote:
> I freshly compiled and installed couchdb 0.9.1 on Ubuntu 9.04 64bit.
> couchdb immediately crashes after startup. Any idea how to fix it or
> how to figure out what's wrong. There is no log file, only the
> erl_crash.dump.
>
> /opt/couchdb# bin/couchdb -i
> Erlang (BEAM) emulator version 5.6.5 [source] [64-bit] [smp:2]
> [async-threads:0] [kernel-poll:true]
>
> Eshell V5.6.5  (abort with ^G)
> 1> {"init terminating in
> do_boot",{undef,[{crypto,start,[]},{erl_eval,do_apply,5},{init,start_it,1},{init,start_em,1}]}}
>
> Crash dump was written to: erl_crash.dump
> init terminating in do_boot ()
>

Looks like you're missing SSL support.

http://wiki.apache.org/couchdb/Error_messages#MissingOpenSSL

HTH,
Paul Davis

Re: Crash dump

Posted by Jan Lehnardt <ja...@apache.org>.
Hi Oliver,

On 10 Sep 2009, at 10:30, Oliver Oli wrote:

> I freshly compiled and installed couchdb 0.9.1 on Ubuntu 9.04 64bit.
> couchdb immediately crashes after startup. Any idea how to fix it or
> how to figure out what's wrong. There is no log file, only the
> erl_crash.dump.
>
> /opt/couchdb# bin/couchdb -i
> Erlang (BEAM) emulator version 5.6.5 [source] [64-bit] [smp:2]
> [async-threads:0] [kernel-poll:true]
>
> Eshell V5.6.5  (abort with ^G)
> 1> {"init terminating in
> do_boot",{undef,[{crypto,start,[]},{erl_eval,do_apply,5}, 
> {init,start_it,1},{init,start_em,1}]}}
>
> Crash dump was written to: erl_crash.dump
> init terminating in do_boot ()

Can you follow http://wiki.apache.org/couchdb/Troubleshooting and  
report back?

Specifically, can you check if all directories for databases and log  
files exist as
they are specified in the ini files?

Cheers
Jan
--
http://couch.io/