Reply To: Stratus Log filling quickly after upgrade to WMS 1.4

#49958
MoPositive
Participant
  • Total Post: 36
  • Frequent Flyer
  • ★★★

Got my issues fixed today!  It’s been a long week because WMS was pretty broken post-upgrade.  Clients started losing their Wifi profiles as a result of this issue, still not sure why that was but not having config policy flow for a week was not great.

Anyhow, the problem was that Tomcat wasn’t able to connect to the memcached service.  I’m not really sure what broke this since I don’t have an older implementation of WMS to check and it doesn’t look like the 1.4 upgrade should have changed anything with memcached but I had to explicitly specify the port for memcached to listen on in the properties of the memcached service to get it to listen properly for connections.

The registry key for this is HKLM\SYSTEM\CurrentControlSet\Services\memcached\ImagePath

Old value: <path to executable> -d runservice -l <server name> -U 0

New value: <path to executable> -d runservice -l <server name> -U 0 -p 11211

Would definitely be interested to hear from others on if they have had problems moving to 1.4 and also, if you haven’t, can you share this registry value so I can see what it should have been pre-upgrade?

Thanks!