Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-15070

RESP cache cannot be configured as a simple cache

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 15.0.0.Dev03
    • None
    • RESP
    • None

      I cannot configure the RESP server cache to be a simple cache. Any attempt will be met with

      Caused by: java.lang.NullPointerException: Cannot invoke "org.infinispan.factories.impl.ComponentRef.running()" because the return value of "org.infinispan.factories.ComponentRegistry.getInternalEntryFactory()" is null
          at org.infinispan.multimap.impl.EmbeddedMultimapListCache.<init>(EmbeddedMultimapListCache.java:47)
          at org.infinispan.server.resp.Resp3Handler.setCache(Resp3Handler.java:50)
          at org.infinispan.server.resp.CacheRespRequestHandler.<init>(CacheRespRequestHandler.java:12)
      

      Fixing this shouldn't be hard, however all the additional commands are starting to cause possible incompatibilities.

      We may need to document which commands don't work with a simple cache or even document that simple cache doesn't work with RESP if it becomes too troublesome.

            rh-ee-jbolina Jose Bolina
            wburns@redhat.com Will Burns
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: