help for the couchbase 2.0 error
I just installed the 2.0 on the ubuntu(single node) to try it out for our enviroment, and have several issues:
1) after several min, it alwasy pop up a message say "IP address seems to have changed ...."
I follow the manual to set /opt/couchbase/bin/couchbase-server -name ns_1@10.253.3.235 , which is a static ip
but the erro msg still pop. The weired thing is that just after that, the data-bucket showed 0 documents, though my cluster still could write to the db, but the doc doesn't show up in the portal. All the view etc will not work becase of this.
2) /etc/init.d/couchbase-server stop always hang.
I have to maually to kill the all the process and restart it. Sometime a reboot is needed.
Any ideas here?
if you changed it to a static IP I wouldn't expect that. Do you think your IP is actually changing underneath? I'd like to know more if so to see if we can reproduce this.
If the couchbase-server stop script hangs, you should try just killing all of the processes associated with the couchbase user. You can get a list with "ps -U couchbase"