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

S3CacheStore not initialising JCloudsConnection and JCloudsBucket

XMLWordPrintable

    • Low

      S3CacheStore's init() method currently initialises connection and bucket to null, which means that an NPE is thrown when cache store is used.

      public void init(CacheLoaderConfig config, Cache cache, Marshaller m)

      { init(config, cache, m, null, null); }

      Caused by: java.lang.NullPointerException
      at org.infinispan.loaders.s3.S3CacheStore.start(S3CacheStore.java:75)
      at org.infinispan.loaders.decorators.AbstractDelegatingStore.start(AbstractDelegatingStore.java:101)
      at org.infinispan.loaders.CacheLoaderManagerImpl.start(CacheLoaderManagerImpl.java:96)

              rh-ee-galder Galder ZamarreƱo
              rh-ee-galder Galder ZamarreƱo
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: