New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #18398 (closed defect: wontfix)

Opened 4 years ago

Last modified 11 months ago

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:1 Changed 4 years ago by shoan@…

  • Cc shoan@… added

Cc Me!

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

comment:4 Changed 4 years ago by anonymous

  • Milestone Port Bugs deleted

Milestone Port Bugs deleted

comment:5 Changed 3 years ago by jmr@…

  • Keywords couchdb 0.9.0a removed
  • Port changed from Couchdb-devel to couchdb-devel

Is this still the case with 0.11.0b916868?

comment:6 Changed 11 months ago by jwa@…

  • Status changed from new to closed
  • Resolution set to wontfix

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.