Service starts, but analytics and cache server not working
On my Windows 7 system, I've installed the Membase Server and had a prototype up and running for a few days. Now, the server console and my test app no longer work. Looking at the server logs, it appears to be an IP issue. On the cluster overview status page, it shows the correct IP of my laptop with a status of "Down". However, in the server log I have two messages for "Log server started on node" and "Starting Test Server workload from node", both of which refer to an IP address not bound to any of my network interfaces.
I suspect my domain gave my laptop a new IP address over the weekend, and somehow that is breaking my cache server. Is there something in the installation or configuration of the Membase server that doesn't tolerate installation on systems using DHCP? If so, is there a workaround for development environments without fixed IPs?
Well, I was running 1.0.2 and discovered that 1.0.3 was available, so I downloaded and installed that. It's working now, but I'm not sure how long that will last.