[infinispan-issues] [JBoss JIRA] Created: (ISPN-760) Provide meaningful Hot Rod exceptions to Java clients
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Thu Nov 4 12:23:01 EDT 2010
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.CR1
"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.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list