You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Dave Cottlehuber <da...@muse.net.nz> on 2010/08/26 12:06:50 UTC

couchdb dies on startup

On a home-grown windows build I am getting the following error on
couchdb 1.0.1 and erl 13B04. What have I missed here - any further
checks I can do? thanks, Dave

Erlang R13B04 (erts-5.7.5) [source] [smp:2:2] [rq:2] [async-threads:0]

Eshell V5.7.5  (abort with ^G)
1> Apache CouchDB 1.0.1 (LogLevel=info) is starting.

=CRASH REPORT==== 26-Aug-2010::21:57:29 ===
  crasher:
    initial call: application_master:init/4
    pid: <0.44.0>
    registered_name: []
    exception exit: {bad_return,
                        {{couch_app,start,
                             [normal,
                              ["../etc/couchdb/default.ini",
                               "../etc/couchdb/local.ini"]]},
                         {'EXIT',"The specified module could not be found."}}}

more @ http://friendpaste.com/6YIEUHoOONfsOUY3xwF6Hh

Re: couchdb dies on startup

Posted by Dave Cottlehuber <da...@muse.net.nz>.
On 26 August 2010 22:19, Mikhail A. Pokidko <mi...@gmail.com> wrote:
> On Thu, Aug 26, 2010 at 2:06 PM, Dave Cottlehuber <da...@muse.net.nz> wrote:
>> On a home-grown windows build I am getting the following error on
>> couchdb 1.0.1 and erl 13B04. What have I missed here - any further
>> checks I can do? thanks, Dave
>
>>                              ["../etc/couchdb/default.ini",
>
> Are you sure there is such a path on your windows machine?

yup - it's a relative path & from erlang's point of view this is fine.
I can see CouchDB reading from these files successfully in debug mode.

I ran this under a file access logging tool (procmon) & it seems it
cannot find $COUCH/lib/couch-1.0.1/priv/lib/couch_icu_driver.dll just
prior to tanking. I'm not seeing any errors in configure or make, nor
how the makefile should generate the dll.

All I have is:
    ./release/win32/lib/couch-1.0.1/priv/lib/couch_icu_driver.la
    ./release/win32/lib/couch-1.0.1/priv/lib/couch_icu_driver.lib
but there should also be a
    ./release/win32/lib/couch-1.0.1/priv/lib/couch_icu_driver.dll
created.

a configure, make install & dist logs from 1.0.1 and R14A are here
http://friendpaste.com/142vPuzv3yQ5icoLR9tcJ1

would appreciate some guidance, this looks like the last hurdle for a
fully scripted couch build on windows.

thanks
Dave

Re: couchdb dies on startup

Posted by "Mikhail A. Pokidko" <mi...@gmail.com>.
On Thu, Aug 26, 2010 at 2:06 PM, Dave Cottlehuber <da...@muse.net.nz> wrote:
> On a home-grown windows build I am getting the following error on
> couchdb 1.0.1 and erl 13B04. What have I missed here - any further
> checks I can do? thanks, Dave

>                              ["../etc/couchdb/default.ini",

Are you sure there is such a path on your windows machine?



-- 
xmpp: pma AT altlinux DOT org