[infinispan-issues] [JBoss JIRA] (ISPN-3311) org.infinispan.lifecycle.ModuleLifecycle service definitions missing from Lucene Directory jar
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Tue Jul 23 09:08:26 EDT 2013
[ https://issues.jboss.org/browse/ISPN-3311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12791667#comment-12791667 ]
Galder Zamarreño commented on ISPN-3311:
----------------------------------------
This is either a Maven bug or is configurable behind some weird, obscure flag:
{code}[g@:~/Go/test/infinispan.git]% jar tf lucene/lucene-directory/target/infinispan-lucene-directory.jar | grep META-INF
META-INF/MANIFEST.MF
META-INF/
META-INF/DEPENDENCIES.txt
META-INF/LICENSE.txt
META-INF/maven/
META-INF/maven/org.infinispan/
META-INF/maven/org.infinispan/infinispan-lucene-directory/
META-INF/maven/org.infinispan/infinispan-lucene-directory/pom.properties
META-INF/maven/org.infinispan/infinispan-lucene-directory/pom.xml
[g@:~/Go/test/infinispan.git]% l lucene/lucene-directory/target/classes/META-INF
total 80
drwxr-xr-x 7 g staff 238B Jul 23 13:30 .
drwxr-xr-x 4 g staff 136B Jul 23 13:39 ..
-rw-r--r-- 1 g staff 2.5K Jul 23 13:39 DEPENDENCIES.txt
-rw-r--r-- 1 g staff 26K Jul 23 13:39 LICENSE.txt
-rw-r--r-- 1 g staff 4.9K Jul 23 13:39 MANIFEST.MF
drwxr-xr-x 3 g staff 102B Jul 23 13:30 maven
drwxr-xr-x 3 g staff 102B Jul 23 13:29 services
[g@:~/Go/test/infinispan.git]% {code}
It includes everything except the 'services' subfolder. Can't think of a workaround right now, so gonna debug the Maven code.
> org.infinispan.lifecycle.ModuleLifecycle service definitions missing from Lucene Directory jar
> ----------------------------------------------------------------------------------------------
>
> 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
> Priority: Critical
> 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