2 Replies Latest reply on Aug 5, 2014 3:21 PM by wdfink

    NullPointerException

    koohkan

      hi,

      i have a problem by use infinispan cache inmy cluster with two noden.

      Envoroment. EAP 6.2.1,

      application server : jboss 7.x

      there is a disbuted application, with ejb 3.1, SLSBs.

       

      My configuration of infinispan in standalone.xml:

      .....

      .....

      <subsystem xmlns="urn:jboss:domain:infinispan:1.4">

                  <cache-container default-cache="jec-registry" name="postbox">

                      <transport lock-timeout="60000"/>

                      <replicated-cache batching="true" mode="ASYNC" name="jec-registry">

                          <locking isolation="READ_COMMITTED"/>

                      </replicated-cache>

                  </cache-container>

      ......

      ....

      </subsystem>

       

      Thank you

        • 1. Re: NullPointerException
          rvansa

          Stack trace would be useful.

          • 2. Re: NullPointerException
            wdfink

            Just a hint for you , it seems that you use the EAP configuration and the Infinispan version inside of EAP.

            As you use EAP this is not supported, you might open a support case if you have a subscription.

            To use Infinispan cache you need to include the correct libraries into your application or add it as module.