You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Youngho Cho (JIRA)" <ji...@apache.org> on 2015/05/09 14:22:59 UTC

[jira] [Created] (JCS-149) When read keys from disk StreamCorruptedException happen when custom serialzer applied.

Youngho Cho created JCS-149:
-------------------------------

             Summary: When read keys from disk StreamCorruptedException happen when custom serialzer applied.
                 Key: JCS-149
                 URL: https://issues.apache.org/jira/browse/JCS-149
             Project: Commons JCS
          Issue Type: Bug
          Components: Indexed Disk Cache
    Affects Versions: jcs-2.0-beta-1, jcs-2.0
            Reporter: Youngho Cho


2015-05-09 21:15:41,368 [main] ERROR org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache - Region [com_nannet_fulcrum_morphology_ko_entry_WordEntry] Problem loading keys for file com_nannet_fulcrum_morphology_ko_entry_WordEntry
java.io.StreamCorruptedException: invalid stream header: 78DA5BF3
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:806)
	at java.io.ObjectInputStream.<init>(ObjectInputStream.java:299)
	at org.apache.commons.jcs.io.ObjectInputStreamClassLoaderAware.<init>(ObjectInputStreamClassLoaderAware.java:33)
	at org.apache.commons.jcs.utils.serialization.StandardSerializer.deSerialize(StandardSerializer.java:79)
	at org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDisk.readObject(IndexedDisk.java:118)
	at org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache.loadKeys(IndexedDiskCache.java:333)
	at org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache.initializeStoreFromPersistedData(IndexedDiskCache.java:285)
	at org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache.initializeKeysAndData(IndexedDiskCache.java:249)
	at org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache.<init>(IndexedDiskCache.java:182)
	at org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache.<init>(IndexedDiskCache.java:154)
	at org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCacheFactory.createCache(IndexedDiskCacheFactory.java:61)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)