9 Replies Latest reply on Mar 23, 2016 9:50 AM by nadirx

    Simple program hotrod server: issue with logger

    n.dobryukha

      Hi guys,

      I'm trying to create a very simple program hotrod server and test it.

      There is an example:

      pom.xml

      TestSimpleProgramHotRodServer.java

      When I run it I get an exception

      java.lang.NoSuchMethodError: org.infinispan.commons.logging.BasicLogFactory.getLog(Ljava/lang/Class;)Linfinispan/org/jboss/logging/BasicLogger
      
      
      

      Full stacktrace is here sample.log

      What did I wrong?