Hello, I am using the java client from http://www.whalin.com/memcached/, I can store the the object as given below
com.danga.MemCached.MemCachedClient Tue Sep 16 18:01:36 IST 2008 - +++ + serializing for key: [EMAIL PROTECTED] for class: com.xyz.object.PUser com.danga.MemCached.MemCachedClient Tue Sep 16 18:01:36 IST 2008 - +++ + memcache cmd (result code): set [EMAIL PROTECTED] 8 0 1147 (STORED) com.danga.MemCached.MemCachedClient Tue Sep 16 18:01:36 IST 2008 - +++ + data successfully stored for key: [EMAIL PROTECTED] but while reading it back I am getting the following error: ++++ ClassNotFoundException thrown while trying to deserialize for key: [EMAIL PROTECTED] java.lang.ClassNotFoundException: com.xyz.object.PUser I have looked up the net for this problem and found that The error is not related to memcached. It's not a serialization issue; the problem is that the Java VM can't find the .class file. Now can any one please give me a direction to solve this problem. Cheers Arjun
