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

Reply via email to