Opened 15 years ago

Closed 12 years ago

#18398 closed defect (wontfix)

Couchdb-devel @0.9.0a-incubating_0+server won't start fully

Reported by: shoan@… Owned by: jyrkiwahlstedt
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc:
Port: couchdb-devel

Description

I have tried the tips mentioned in #16985 but can't get couchdb to start fully.

When I start couchdb, I see

Nirvana:bin shoan$ sudo -u couchdb couchdb
Password:
Apache CouchDB 0.9.0a719015-incubating (LogLevel=info) is starting.
Apache CouchDB has started. Time to relax.

From another terminal tab I see

Nirvana:couchdb shoan$ sudo -u couchdb couchdb -s
Apache CouchDB is not running.

The couchdb process seems to have started:

Nirvana:couchdb shoan$ ps ax |grep -i couc[h]
31868 s000  S+     0:00.39 /opt/local/lib/erlang/erts-5.6.5/bin/beam -Bd -K true -- -root /opt/local/lib/erlang 
-progname erl -- -home /Users/shoan -noshell -noinput -smp auto -sasl errlog_type error -pa /opt/local/lib/couchdb/erlang
/lib/mochiweb-r82/ebin /opt/local/lib/couchdb/erlang/lib/couch-0.9.0a719015-incubating/ebin -eval application:load(inets) -eval
 application:load(crypto) -eval application:load(couch) -eval 
crypto:start() -eval inets:start() -eval couch_server:start([ "/opt/local/etc/couchdb/default.ini", "/opt/local/etc/couchdb
/local.ini"]), receive done -> done end.

But netstat does not indicate the port 5894 open. I also created the directories /opt/local/var/lib/couchdb/ and /opt/local/var/log/couchdb/ as per #16985. But it still does not open the port.

Change History (6)

comment:1 Changed 15 years ago by shoan@…

Cc: shoan@… added

Cc Me!

comment:2 Changed 15 years ago by shoan@…

Got it working. Maybe it was working all along. After a point, I was checking the status only by using couchdb -s. But even after it started running, couchdb -s indicates that it's not running. Looks like a problem upstream.

comment:3 Changed 15 years ago by mf2k (Frank Schima)

Cc: shoan@… removed
Owner: changed from macports-tickets@… to jwa@…

comment:4 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

comment:5 Changed 14 years ago by jmroot (Joshua Root)

Keywords: couchdb 0.9.0a removed
Port: couchdb-devel added; Couchdb-devel removed

Is this still the case with 0.11.0b916868?

comment:6 Changed 12 years ago by jyrkiwahlstedt

Resolution: wontfix
Status: newclosed

We are at 1.2 now with couchdb, heard nothing similar to this with that version, so this will be closed now. If still a problem, this can be reopened.

Note: See TracTickets for help on using tickets.