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.

    XMLWordPrintable

Details

    Description

      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)
      

      Attachments

        Activity

          People

            ttarrant@redhat.com Tristan Tarrant
            kazuhira.m@gmail.com Ippei Matsushima
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: