[infinispan-issues] [JBoss JIRA] (ISPN-5726) Missing avro serializer when running indexed queries in a clustered server

Gustavo Fernandes (JIRA) issues at jboss.org
Thu Sep 3 16:39:00 EDT 2015


     [ https://issues.jboss.org/browse/ISPN-5726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gustavo Fernandes updated ISPN-5726:
------------------------------------
              Status: Pull Request Sent  (was: Open)
    Git Pull Request: https://github.com/infinispan/infinispan/pull/3694


> Missing avro serializer when running indexed queries in a clustered server
> --------------------------------------------------------------------------
>
>                 Key: ISPN-5726
>                 URL: https://issues.jboss.org/browse/ISPN-5726
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Remote Querying
>    Affects Versions: 8.0.0.Final
>            Reporter: Gustavo Fernandes
>            Assignee: Gustavo Fernandes
>            Priority: Critical
>             Fix For: 8.0.1.Final
>
>
> {code}
> org.infinispan.client.hotrod.exceptions.HotRodClientException: org.infinispan.remoting.RemoteException: ISPN000217: Received exception from node1, see cause for remote stack trace
> org.hibernate.search.exception.SearchException: HSEARCH000275: SerializationProvider service not found on the classpath. You should check that an implementation exists and it's correctly registered as a service. If that's not the case, you can also create a custom implementation or add "org.hibernate:hibernate-search-serialization-avro" on the classpath
> org.hibernate.search.exception.SearchException: HSEARCH000196: No service implementations for service 'interface org.hibernate.search.indexes.serialization.spi.SerializationProvider' can be found
> 	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.readHeader(Codec20.java:112)
> 	at org.infinispan.client.hotrod.impl.operations.HotRodOperation.readHeaderAndValidate(HotRodOperation.java:56)
> 	at org.infinispan.client.hotrod.impl.operations.ClearOperation.executeOperation(ClearOperation.java:38)
> 	at org.infinispan.client.hotrod.impl.operations.ClearOperation.executeOperation(ClearOperation.java:20)
> 	at org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation.execute(RetryOnFailureOperation.java:52)
> 	at org.infinispan.client.hotrod.impl.RemoteCacheImpl.clear(RemoteCacheImpl.java:528)
> 	at org.infinispan.server.test.query.RemoteQueryBaseIT.tearDown(RemoteQueryBaseIT.java:65)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> {code}



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


More information about the infinispan-issues mailing list