Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2014
807
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.94 KB | None | 0 0
  1. net.spy.memcached.OperationTimeoutException: Timeout waiting for value: waited 2,500 ms. Node status: Connection Status { 107.170.29.146/107.170.29.146:11210 active: true, authed: true, last read: 851,112 ms ago }
  2. at net.spy.memcached.MemcachedClient.get(MemcachedClient.java:1176)
  3. at net.spy.memcached.MemcachedClient.get(MemcachedClient.java:1192)
  4. at Database.getUser(Database.java:646)
  5. at Database.setSessionID(Database.java:608)
  6. at Database.logOut(Database.java:637)
  7. at Session.destroy(Session.java:97)
  8. at UserIn.asignMessage(UserIn.java:425)
  9. at UserIn.run(UserIn.java:84)
  10. at java.lang.Thread.run(Unknown Source)
  11. Caused by: net.spy.memcached.internal.CheckedOperationTimeoutException: Timed out waiting for operation - failing node: 107.170.29.146/107.170.29.146:11210
  12. at net.spy.memcached.internal.OperationFuture.get(OperationFuture.java:166)
  13. at net.spy.memcached.internal.GetFuture.get(GetFuture.java:69)
  14. at net.spy.memcached.MemcachedClient.get(MemcachedClient.java:1166)
  15. ... 8 more
  16. 2014-03-02 15:29:19.044 WARN net.spy.memcached.protocol.binary.BinaryMemcachedNodeImpl:  Discarding partially completed op: Cmd: 0 Opaque: 19 Key: reinis@gmail.com
  17. 2014-03-02 15:29:19.045 WARN net.spy.memcached.protocol.binary.BinaryMemcachedNodeImpl:  Discarding partially completed op: Cmd: 0 Opaque: 20 Key: test@gmail.com
  18. 2014-03-02 15:29:19.045 INFO com.couchbase.client.CouchbaseConnection:  Reconnecting due to exception on {QA sa=107.170.29.146/107.170.29.146:11210, #Rops=0, #Wops=0, #iq=0, topRop=null, topWop=null, toWrite=0, interested=1}
  19. java.io.IOException: An existing connection was forcibly closed by the remote host
  20. at sun.nio.ch.SocketDispatcher.read0(Native Method)
  21. at sun.nio.ch.SocketDispatcher.read(Unknown Source)
  22. at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source)
  23. at sun.nio.ch.IOUtil.read(Unknown Source)
  24. at sun.nio.ch.SocketChannelImpl.read(Unknown Source)
  25. at net.spy.memcached.MemcachedConnection.handleReads(MemcachedConnection.java:772)
  26. at net.spy.memcached.MemcachedConnection.handleReadsAndWrites(MemcachedConnection.java:672)
  27. at net.spy.memcached.MemcachedConnection.handleIO(MemcachedConnection.java:635)
  28. at net.spy.memcached.MemcachedConnection.handleIO(MemcachedConnection.java:409)
  29. at com.couchbase.client.CouchbaseConnection.run(CouchbaseConnection.java:288)
  30. 2014-03-02 15:29:19.046 WARN com.couchbase.client.CouchbaseConnection:  Closing, and reopening {QA sa=107.170.29.146/107.170.29.146:11210, #Rops=0, #Wops=0, #iq=0, topRop=null, topWop=null, toWrite=0, interested=1}, attempt 0.
  31. 2014-03-02 15:29:21.047 INFO com.couchbase.client.CouchbaseConnection:  Reconnecting {QA sa=107.170.29.146/107.170.29.146:11210, #Rops=0, #Wops=0, #iq=0, topRop=null, topWop=null, toWrite=0, interested=0}
  32. 2014-03-02 15:29:21.261 INFO com.couchbase.client.CouchbaseConnection:  Connection state changed for sun.nio.ch.SelectionKeyImpl@1025c5d
  33. 2014-03-02 15:29:21.522 INFO net.spy.memcached.auth.AuthThread:  Authenticated to 107.170.29.146/107.170.29.146:11210
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement