Bug 1161224 - HR client query fails with BridgeException
Summary: HR client query fails with BridgeException
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: JBoss Data Grid 6
Classification: JBoss
Component: Server
Version: 6.4.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Tristan Tarrant
QA Contact: Martin Gencur
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-11-06 16:51 UTC by Vojtech Juranek
Modified: 2014-11-11 12:32 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-11-11 12:32:00 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
ISPN server log (43.83 KB, text/plain)
2014-11-11 09:36 UTC, Vojtech Juranek
no flags Details

Description Vojtech Juranek 2014-11-06 16:51:59 UTC
When performing a search via HR client, it results into following exception:

org.infinispan.client.hotrod.exceptions.HotRodClientException: org.hibernate.search.bridge.BridgeException: Exception while calling bridge#set
        class: org.infinispan.query.remote.indexing.ProtobufValueWrapper
        path: 
        at org.infinispan.client.hotrod.impl.protocol.Codec20.checkForErrorsInResponseStatus(Codec20.java:284)
        at org.infinispan.client.hotrod.impl.protocol.Codec20.readPartialHeader(Codec20.java:86)
        at org.infinispan.client.hotrod.impl.protocol.Codec20.readHeader(Codec20.java:72)
        at org.infinispan.client.hotrod.impl.operations.HotRodOperation.readHeaderAndValidate(HotRodOperation.java:56)
        at org.infinispan.client.hotrod.impl.operations.AbstractKeyValueOperation.sendPutOperation(AbstractKeyValueOperation.java:50)
        at org.infinispan.client.hotrod.impl.operations.PutOperation.executeOperation(PutOperation.java:30)
        at org.infinispan.client.hotrod.impl.operations.PutOperation.executeOperation(PutOperation.java:19)
        at org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation.execute(RetryOnFailureOperation.java:50)
        at org.infinispan.client.hotrod.impl.RemoteCacheImpl.put(RemoteCacheImpl.java:237)
        at org.infinispan.client.hotrod.impl.RemoteCacheSupport.put(RemoteCacheSupport.java:79)
        at org.infinispan.server.test.query.RemoteQueryIT.testAttributeQuery(RemoteQueryIT.java:51)

Comment 2 Vojtech Juranek 2014-11-11 09:25:13 UTC
HR client run in EAP server using EAP modules for HR client. The test inherits from testsuite RemoteQueryIT, the difference is that HR client runs in EAP.

Comment 3 Vojtech Juranek 2014-11-11 09:36:27 UTC
Created attachment 956196 [details]
ISPN server log

Attaching server log.

Comment 4 Vojtech Juranek 2014-11-11 12:32:00 UTC
It was caused by wrong or corrupted HR client bits. When I re-run with unpacked HR client bits again, it has passed. Sorry for the noise.


Note You need to log in before you can comment on or make changes to this bug.