[infinispan-issues] [JBoss JIRA] Created: (ISPN-947) Java Hot Rod client exceptions should be more user friendly
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Wed Feb 23 04:09:13 EST 2011
Java Hot Rod client exceptions should be more user friendly
-----------------------------------------------------------
Key: ISPN-947
URL: https://issues.jboss.org/browse/ISPN-947
Project: Infinispan
Issue Type: Bug
Components: Cache Server
Affects Versions: 4.2.1.CR3, 4.2.0.Final
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Fix For: 4.2.1.FINAL
Java Hot Rod client exceptions are not friendly:
{code}WARNING: Error status received from the server: for message id 2
Exception in thread "main" org.infinispan.client.hotrod.exceptions.HotRodClientException: id [2] code [133]{code}
What is that suppose to mean to clients? The following is much more friendly:
{code}WARNING: Error status received from the server: for message put response (opcode=0x02)
Exception in thread "main" org.infinispan.client.hotrod.exceptions.HotRodClientException: Put response (opcode=0x02) returned server error (status=0x85): ...{code}
This is related to ISPN-944 which should solve the fact that server error messages are not being read by the client properly.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list