[infinispan-issues] [JBoss JIRA] (ISPN-5841) Server cannot find filter/converter factory when registering continuous query

Vojtech Juranek (JIRA) issues at jboss.org
Wed Oct 7 10:31:00 EDT 2015


Vojtech Juranek created ISPN-5841:
-------------------------------------

             Summary: Server cannot find filter/converter factory when registering continuous query
                 Key: ISPN-5841
                 URL: https://issues.jboss.org/browse/ISPN-5841
             Project: Infinispan
          Issue Type: Bug
          Components: Remote Querying
            Reporter: Vojtech Juranek


When registering continuous query form HR client, it fails with following exception:
{noformat}
org.infinispan.client.hotrod.exceptions.HotRodClientException: org.infinispan.server.hotrod.MissingFactoryException: ISPN006013: Listener converter factory 'continuous-query-filter-converter-factory' not found in server
        at org.infinispan.client.hotrod.impl.protocol.Codec20.checkForErrorsInResponseStatus(Codec20.java:336)
        at org.infinispan.client.hotrod.impl.protocol.Codec20.readPartialHeader(Codec20.java:126)
        at org.infinispan.client.hotrod.impl.protocol.Codec20.readHeaderOrEvent(Codec20.java:208)
        at org.infinispan.client.hotrod.impl.operations.AddClientListenerOperation.executeOperation(AddClientListenerOperation.java:95)
        at org.infinispan.client.hotrod.impl.operations.AddClientListenerOperation.executeOperation(AddClientListenerOperation.java:26)
        at org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation.execute(RetryOnFailureOperation.java:52)
        at org.infinispan.client.hotrod.impl.RemoteCacheImpl.addClientListener(RemoteCacheImpl.java:574)
        at org.infinispan.client.hotrod.event.ClientEvents.addContinuousQueryListener(ClientEvents.java:82)
        at org.infinispan.server.test.query.ContinuousQueryIT.testContinuousQuery(ContinuousQueryIT.java:76)
{noformat}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the infinispan-issues mailing list