3 Replies Latest reply on Sep 27, 2010 1:05 PM by gupabhi

    Starting with infinispan - ClassNotFound

    gupabhi

      Hi,

          I want to evaluate infinispan and I've just downloaded 4.1.0.final (infinispan-4.1.0.FINAL-all.zip). Either I'm missing something or the core jar is absent from this zip. When I call 'startServer.sh' from bin, it gives me a ClassNotFound. Also the classpath in the script tries to set jar's from "../". Makes me think there was supposed to be a jar there.  Also, I checked 4.0.0.Final had the infinispan-all.jar which seemed to have everything.

       

      Here's the exception.

       

      Exception in thread "main" java.lang.NoClassDefFoundError: org/infinispan/manager/CacheContainer
              at org.infinispan.server.core.Main.main(Main.scala)
      Caused by: java.lang.ClassNotFoundException: org.infinispan.manager.CacheContainer

       

       

      Hoping to get over these initial problems soon so I can get going with the serious stuff.

       

      Thanks in advance.

       

      -Abhi