[jboss-jira] [JBoss JIRA] (JBSER-131) ConcurrentHashMap deserialization fails with JDK 7

Constantine Nosovsky (JIRA) jira-events at lists.jboss.org
Mon Jul 8 05:08:21 EDT 2013


Constantine Nosovsky created JBSER-131:
------------------------------------------

             Summary: ConcurrentHashMap deserialization fails with JDK 7
                 Key: JBSER-131
                 URL: https://issues.jboss.org/browse/JBSER-131
             Project: JBoss Serialization
          Issue Type: Bug
    Affects Versions: 1.1.0 Beta
         Environment: jdk1.7.0_21 and jdk1.7.0_25 64-bit
            Reporter: Constantine Nosovsky
            Assignee: Clebert Suconic


java.util.concurrent.ConcurrentHashMap deserialization fails with java 7 runtime with the following error:

Caused by: java.lang.RuntimeException: Unexpected datatype 28
	at org.jboss.serial.objectmetamodel.FieldsContainer.readField(FieldsContainer.java:181)
	at org.jboss.serial.objectmetamodel.FieldsContainer.readMyself(FieldsContainer.java:218)
	at org.jboss.serial.persister.ObjectInputStreamProxy.readFields(ObjectInputStreamProxy.java:224)
	at java.util.concurrent.ConcurrentHashMap.readObject(ConcurrentHashMap.java:1540)

Originally occurred with 1.0.3 version, but the latest trunk revision (448) has the same issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list