[infinispan-issues] [JBoss JIRA] (ISPN-3311) Unmarshalling error switching from 5.2 to 5.3
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Fri Jul 19 06:47:26 EDT 2013
[ https://issues.jboss.org/browse/ISPN-3311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12790957#comment-12790957 ]
Galder Zamarreño commented on ISPN-3311:
----------------------------------------
@Sanne, isn't this a problem with your lucene refactoring?
In Hibernate Search, you seem to depend on {{infinispan-lucene-directory}} module, which in 5.2.x it contained "./lucene-directory/src/main/java/org/infinispan/lucene/LifecycleCallbacks.java", but in 5.3.x this has been moved to "./lucene/lucene-v3/src/main/java/org/infinispan/lucene/LifecycleCallbacks.java" and I don't see any references to "lucene-v3" module in the Hibernate Search poms.
Maybe at least this problem is due to Hibernate Search not having caught up with your lucene refactorings? Let me know.
> Unmarshalling error switching from 5.2 to 5.3
> ---------------------------------------------
>
> Key: ISPN-3311
> URL: https://issues.jboss.org/browse/ISPN-3311
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 5.3.0.Final
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Fix For: 6.0.0.Alpha2, 6.0.0.Final
>
>
> Error:
> {code}Caused by: org.infinispan.CacheException: Type of data read is
> unknown. Id=-2147482348 is not amongst known reader indexes.
> at org.infinispan.marshall.jboss.ExternalizerTable.readObject(ExternalizerTable.java:222){code}
> Full stacktrace: https://gist.github.com/galderz/770679223e02f5b211f8
--
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 infinispan-issues
mailing list