[JBoss JIRA] (ISPN-5841) Server cannot find filter/converter factory when registering continuous query
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/ISPN-5841?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on ISPN-5841:
-----------------------------------------------
Vojtech Juranek <vjuranek(a)redhat.com> changed the Status of [bug 1269807|https://bugzilla.redhat.com/show_bug.cgi?id=1269807] from ON_QA to VERIFIED
> 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
> Assignee: Gustavo Fernandes
> Fix For: 8.1.0.Alpha2, 8.0.2.Final
>
>
> 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)
10 years, 5 months
[JBoss JIRA] (ISPN-5868) Infinispan Server CLI container command doesn't work
by Karl von Randow (JIRA)
Karl von Randow created ISPN-5868:
-------------------------------------
Summary: Infinispan Server CLI container command doesn't work
Key: ISPN-5868
URL: https://issues.jboss.org/browse/ISPN-5868
Project: Infinispan
Issue Type: Bug
Components: CLI
Affects Versions: 8.0.1.Final
Reporter: Karl von Randow
The Infinispan Server CLI has a "container" command which doesn't appear to work anymore under 8.0.1. I _suspect_ it's because the Infinispan subsystem was renamed from "infinispan" to "datagrid-infinispan", however I can't find where that change should be made! It appears it should be in the CLI Connection implementation, but I can't for the life of me find the HTTP Connection that I believe is being used in this case.
If someone can point me to the right class I'd be happy to change and test the fix.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months