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

calling AsyncCache#keys or MutinyCache#keys throws an exception because the ToEmptyBytesKeyValueFilterConverter cannot be found.

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      Below is a sample source code that reproduces the problem.

      MutinyCache<K, V> cache = ...
      cache
          .keys()
          .toUni()
          .await()
          .indefinitely();
      

      When this is executed, the following exception is returned to the client.

      org.infinispan.hotrod.exceptions.HotRodClientException:Request for messageId=4 returned server error (status=0x85): java.lang.IllegalStateException: ISPN006016: Factory 'org.infinispan.server.hotrod.ToEmptyBytesKeyValueFilterConverter' not found in server
      
      	at org.infinispan.hotrod.impl.protocol.Codec40.checkForErrorsInResponseStatus(Codec40.java:419)
      	at org.infinispan.hotrod.impl.protocol.Codec40.readHeader(Codec40.java:243)
      	at org.infinispan.hotrod.impl.transport.netty.HeaderDecoder.decode(HeaderDecoder.java:133)
      	at org.infinispan.hotrod.impl.transport.netty.HintedReplayingDecoder.callDecode(HintedReplayingDecoder.java:94)
      

              ttarrant@redhat.com Tristan Tarrant
              kazuhira.m@gmail.com Ippei Matsushima (Inactive)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: