Ticket #18398 (closed defect: wontfix)
Couchdb-devel @0.9.0a-incubating_0+server won't start fully
| Reported by: | shoan@… | Owned by: | jwa@… |
|---|---|---|---|
| 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
comment:2 Changed 4 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 4 years ago by macsforever2000@…
- Owner changed from macports-tickets@… to jwa@…
- Cc shoan@… removed
Note: See
TracTickets for help on using
tickets.


Cc Me!