]
Mircea Markus updated ISPN-760:
-------------------------------
Fix Version/s: 4.2.0.CR3
(was: 4.2.0.CR2)
Provide meaningful Hot Rod exceptions to Java clients
-----------------------------------------------------
Key: ISPN-760
URL:
https://jira.jboss.org/browse/ISPN-760
Project: Infinispan
Issue Type: Bug
Components: Cache Server
Affects Versions: 4.2.0.BETA1
Reporter: Galder ZamarreƱo
Assignee: Mircea Markus
Fix For: 4.2.0.CR3
"I've got following exeception:
HotRodServerException{messageId=2, errorStatusCode=133}
org.infinispan.client.hotrod.exceptions.HotRodClientException:
at
org.infinispan.client.hotrod.impl.operations.HotRodOperation.checkForErrorsInResponseStatus(HotRodOperation.java:129)
at
org.infinispan.client.hotrod.impl.operations.HotRodOperation.readHeaderAndValidate(HotRodOperation.java:98)
at
org.infinispan.client.hotrod.impl.operations.AbstractKeyOperation.sendKeyOperation(AbstractKeyOperation.java:48)
at
org.infinispan.client.hotrod.impl.operations.GetOperation.executeOperation(GetOperation.java:26)
at
org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation.execute(RetryOnFailureOperation.java:38)
at
org.infinispan.client.hotrod.impl.RemoteCacheImpl.get(RemoteCacheImpl.java:283)
at pl.carrierex.manager.DomainManager.getDomainData(DomainManager.java:166)
...............
there is no information what is wrong, maybe you know where I can find description for
errorStatusCode=133 ?"
"In this example cache was not defined on HotRod server"
The Java Hot Rod client should launder exceptions into something that's meaningful to
the user.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: