You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After several successful retrievals I get the following:
java.lang.NullPointerException
at com.schooner.MemCached.SchoonerSockIOPool.getConnection(Unknown Source)
at com.schooner.MemCached.SchoonerSockIOPool.getSock(Unknown Source)
at com.schooner.MemCached.AscIIClient.get(Unknown Source)
at com.schooner.MemCached.AscIIClient.get(Unknown Source)
at com.schooner.MemCached.AscIIClient.get(Unknown Source)
at com.whalin.MemCached.MemCachedClient.get(Unknown Source)
at com.hpe.labs.patchplanner.dm.indexer.IndexBasedRetriever$KVSRetriever.call(IndexBasedRetriever.java:199)
After several successful retrievals I get the following:
My code:
The exception is thrown by the
mmc.get(id.toString());
for id=25511.Using telnet I'm able to retrieve a not null object for the same id.
init method code:
The text was updated successfully, but these errors were encountered: