Well I thought the problem was resolved. But it has come back to haunt me. I am unable to retrieve an element cached into a jdbc database. I can see the element added in the oracle table JCS_STORE. But while doing a get it gives me a stream corrupted error.
I was able to get the data successfully with an indexed disk cache. Any inputs please help? jacob_ac wrote: > > I get the following error when I a try to read an element from the cache > which is using jdbc as an auxiliary cache. > > [ERROR] JDBCDiskCache - java.io.StreamCorruptedException: invalid stream > header > > The object is getting persisted successfully in the oracle data but when > it tries to read it back the above error occurs. > > Can you help? > > Regards, > Jacob > -- View this message in context: http://www.nabble.com/-ERROR--JDBCDiskCache---java.io.StreamCorruptedException%3A-invalid-stream-header-tf3938245.html#a11358739 Sent from the JCS - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
