04-07-2014 02:58 AM
Hi, I had the following error:
2014-04-04 14:55:57,981 [6] ERROR Memcached.ClientLibrary.SockIOPool - Failed to get SockIO obj for: 127.0.0.1:11211 -- new socket is not connected System.IO.IOException: Could not connect for 50 milliseconds bei Memcached.ClientLibrary.SockIO.GetSocket(String host, Int32 port, Int32 timeout) bei Memcached.ClientLibrary.SockIO..ctor(SockIOPool pool, String host, Int32 timeout, Int32 connectTimeout, Boolean noDelay) bei Memcached.ClientLibrary.SockIOPool.CreateSocket(String host)
So I installed the Sage SalesLogix Cache Service. When I try to start the Sage SalesLogix Cache Service, I get the following error:
Error 1053: The service did not respond to the start or control request in a timely fashion
The same thing happens, if I want to start the SalesLogix DBEventing Service. Actually it did never start.
What could cause this error and what can I do about this?
04-10-2014 03:04 AM
The SalesLogix Cache Service runs over port: 11211, so ensure this port is open and not blocked by any Firewalls.
<sage.platform>
< Sage.Platform.Caches.Memcached protocol="Binary">
< servers>
< add address="127.0.0.1" port="11211"/>
< /servers>
< socketPool connectionTimeout="00:00:02" deadTimeout="00:00:10"/>
< performanceMonitor factory="Enyim.Caching.Memcached.DefaultPerformanceMonitorFactory, Enyim.Caching" name="SlxClient" />
< /Sage.Platform.Caches.Memcached>
< /sage.platform>