Bonjour,
J'ai télécharger Memcached pour tourner sous windows et j'ai executed
"memcached.exe" afin de l'utiliser et dans mon code j'ai utiliser la
code suivant :
MemcachedClient clientMemCached = new MemcachedClient(new
InetSocketAddress("localhost", 9988));
J'ai trouvé une erreur de ce type la :
2009-11-17 12:35:57.503 INFO net.spy.memcached.MemcachedConnection:
Added {QA sa=localhost/127.0.0.1:9988, #Rops=0, #Wops=0, #iq=0,
topRop=null, topWop=null, toWrite=0, interested=0} to connect queue
2009-11-17 12:35:58.660 INFO net.spy.memcached.MemcachedConnection:
Connection state changed for sun.nio.ch.selectionkeyi...@1cccddf
2009-11-17 12:35:58.675 INFO net.spy.memcached.MemcachedConnection:
Reconnecting due to failure to connect to {QA sa=localhost/
127.0.0.1:9988, #Rops=0, #Wops=0, #iq=0, topRop=null, topWop=null,
toWrite=0, interested=0}
java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(Unknown Source)
at net.spy.memcached.MemcachedConnection.handleIO
(MemcachedConnection.java:295)
at net.spy.memcached.MemcachedConnection.handleIO
(MemcachedConnection.java:193)
at net.spy.memcached.MemcachedClient.run(MemcachedClient.java:1458)
Pourriez-vous me fournir plus d'informations sur ce sujet ?