-
Bug
-
Resolution: Done
-
Critical
-
3.2.0.Final
-
None
The example applications packed in the release both won't start. The sequencers demo has a typo in the class name:
modeshape-3.2.0.Final/examples/modeshape-sequencers-demo$ ./run.sh
Error: Could not find or load main class org.modeshape.demo.sequencer.SequencerDemo
If the typo is corrected in this example, one gets the same error as the embedded repo example gives:
modeshape-3.2.0.Final/examples/modeshape-embedded-repo-demo$ ./run.sh java.lang.NoSuchMethodError: org.jboss.logging.Logger.getMessageLogger(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object; at org.infinispan.util.logging.LogFactory.getLog(LogFactory.java:37) at org.infinispan.util.Util.<clinit>(Util.java:68) at org.infinispan.util.FileLookupFactory$DefaultFileLookup.getAsInputStreamFromClassLoader(FileLookupFactory.java:51) at org.infinispan.util.AbstractFileLookup.lookupFile(AbstractFileLookup.java:54) at org.modeshape.jcr.RepositoryConfiguration.<clinit>(RepositoryConfiguration.java:743) at org.modeshape.demo.embedded.repo.EmbeddedRepositoryDemo.main(EmbeddedRepositoryDemo.java:25)
Talked about this on the IRC channel and was asked to create this bug.