When server IP address changed, the Membase Server will fail to write data
Hi,
I'm using Windows 7 x86 to install Membase Server v1.6.5 Enterprise.
When I installed the Membase in my laptop, the Membase works correctly, but when I changed a new IP address then the Membase Server will not be able to write data into it.
Here is the error I found in the Monitor Log:
---------------------------------------------
Client-side error-report for user "Administrator" on node 'ns_1@192.168.0.68':
User-Agent:Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)
Got unhandled error: Unable to get value of the property 'init_': object is null or undefined
At: http://localhost:8091/js/all.js:6252
Backtrace:
Function: collectBacktraceViaCaller
Args:
---------
Function: appOnError
Args:
"Unable to get value of the property 'init_': object is null or undefined"
"http://localhost:8091/js/all.js"
6252
---------
Function: constructCanvas
Args:
---------
---------------------------------------------
When I re-install the Membase Server, the problem will be solved.
Unfortunately not, it has to do with how the nodes identify themselves to others in the cluster.
Take a look at the wiki link in that article, the problem is really that other nodes can't "find" a node in their cluster who's IP address has changed.
Perry
Hi Perry,
There is a "ip_addr.bat". What's that for?
That's an internally used script to format the IP address of a system...the problem you're having is that the IP address is changing after a node has already been setup and it's not currently possible to change the node's view of that IP so you need to configure it to use a hostname so that the IP address can change underneath.
Perry
I've just saw this post: http://techzone.couchbase.com/forums/thread/issues-dhcp-development-laptop
Is it possible bind to all network interface instead of just binding the first network interface?
Thank you.