Bug 1161224
| Summary: | HR client query fails with BridgeException | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Data Grid 6 | Reporter: | Vojtech Juranek <vjuranek> | ||||
| Component: | Server | Assignee: | Tristan Tarrant <ttarrant> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Martin Gencur <mgencur> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 6.4.0 | CC: | jdg-bugs | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-11-11 12:32:00 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
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. Created attachment 956196 [details]
ISPN server log
Attaching server log.
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. |
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)