couchbase installation error in windows 7
Thu, 12/20/2012 - 03:28
Hi
I am having issue while installing couchbase 2.0 in google chrome "Oops! Google Chrome could not connect to localhost:8089"
I checked ports through netstat -an -p tcp "tcp port 8091 " is not displayed , kindly help.
Thu, 01/03/2013 - 07:03
I was having the same issue and found the solution on the thread at: http://www.couchbase.com/forums/thread/could-not-connect-localhost8091-a...
All I needed to do was:
- Run the command line "c:\Program Files\Couchbase\Server\bin\service_unregister.bat"
- Edit line 8 of "c:\Program Files\Couchbase\Server\bin\service_register.bat" to look like:
set NS_NAME=ns_1@127.0.0.1 - Run the command line "c:\Program Files\Couchbase\Server\bin\service_register.bat"
- Run the command line "c:\Program Files\Couchbase\Server\bin\service_start.bat"
After this the web management console loaded properly.
I have got the same problem. Did anyone got around it?