4 Replies Latest reply on Jan 15, 2015 10:34 AM by william.burns

    Error querying cache - hotrod

    manuelfranqueira

      Hi guys,

       

      I'm trying hot rod remote querying. In the following instruction I'm getting the bellow error:

      Query query = qf.from(datagrid.Teste.class)

                     .having("title").like("%titulo%").toBuilder()

                     .build();

       

      org.infinispan.client.hotrod.exceptions.HotRodClientException:Request for message id[183] returned server error (status=0x85): org.infinispan.commons.CacheException: ISPN000300: There was an exception while processing retrieval of entry values

        at org.infinispan.client.hotrod.impl.protocol.Codec20.checkForErrorsInResponseStatus(Codec20.java:298) [infinispan-client-hotrod-7.0.3.Final.jar:7.0.3.Final]

       

      Anyone know what is the problem?

       

      Thanks,

      Manuel