Thanks... turns out that process is the only couch running and is
listening on 5984 and is my existing couch and not my new shiny copy
couch...
Turns out that won't start couch if there's already another one running.
When I stopped my other couch and used the given command to start this
one then it worked... and using the init script I could then start my
existing couch again, thus having them both run...
Thanks for all the help :)
Clare
On 17/05/11 16:38, Ajai Khattri wrote:
On Tue, 17 May 2011, Clare Walsh wrote:
Ah, thank you, I haven't started couch that way before.
It says it's started it... but I still can't make requests to it and
there are no logs generated.
I imagine it's because I'm doing something else stupid?
sudo /usr/local/bin/couchdb -a couch.ini
Apache CouchDB is running as process 6249, time to relax.
If you are on Linux, you can run netstat -otap to see what port its
listening on (if any).