You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Ken Perl <ke...@gmail.com> on 2008/11/11 09:32:55 UTC

not see the couchdb listening

I can see the CouchDB is started on my Linux, but can not connect it
via localhost port 5984,

Here is the startup stdout,

pache CouchDB 0.8.1-incubating (LogLevel=info)
Apache CouchDB is starting.

Config Info /usr/local/etc/couchdb/couch.ini:
        CurrentWorkingDir=/home/railsuser
        DbRootDir=/usr/local/var/lib/couchdb
        BindAddress="127.0.0.1"
        Port="5984"
        DocumentRoot=/usr/local/share/couchdb/www
        LogFile=/usr/local/var/log/couchdb/couch.log
        UtilDriverDir=/usr/local/lib/couchdb/erlang/lib/couch-0.8.1-incubating/priv/lib
        DbUpdateNotificationProcesses=
        FullTextSearchQueryServer=
        javascript=/usr/local/bin/couchjs
/usr/local/share/couchdb/server/main.js

Could anyone help what's the problem here?

-- 
perl -e 'print unpack(u,"62V5N\"FME;G\!E<FQ`9VUA:6PN8V]M\"\@``
")'

Re: not see the couchdb listening

Posted by Noah Slater <ns...@apache.org>.
Hey,

Have you looked though:

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

Did you check to see if CouchDB is listening on a port?

  lsof -i

The log files and database directories, are the permissions correct?

If all else fails, you could try:

  http://wiki.apache.org/couchdb/Troubleshooting

On Tue, Nov 11, 2008 at 04:32:55PM +0800, Ken Perl wrote:
> I can see the CouchDB is started on my Linux, but can not connect it
> via localhost port 5984,
>
> Here is the startup stdout,
>
> pache CouchDB 0.8.1-incubating (LogLevel=info)
> Apache CouchDB is starting.
>
> Config Info /usr/local/etc/couchdb/couch.ini:
>         CurrentWorkingDir=/home/railsuser
>         DbRootDir=/usr/local/var/lib/couchdb
>         BindAddress="127.0.0.1"
>         Port="5984"
>         DocumentRoot=/usr/local/share/couchdb/www
>         LogFile=/usr/local/var/log/couchdb/couch.log
>         UtilDriverDir=/usr/local/lib/couchdb/erlang/lib/couch-0.8.1-incubating/priv/lib
>         DbUpdateNotificationProcesses=
>         FullTextSearchQueryServer=
>         javascript=/usr/local/bin/couchjs
> /usr/local/share/couchdb/server/main.js
>
> Could anyone help what's the problem here?
>

-- 
Noah Slater, http://tumbolia.org/nslater