Uploaded image for project: 'ModeShape'
  1. ModeShape
  2. MODE-1925

Examples in the release packaging won't start

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • 3.3.0.Final
    • 3.2.0.Final
    • Examples
    • 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.

              hchiorean Horia Chiorean (Inactive)
              obfuscator_jira Alexander Torstling (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: