-
Bug
-
Resolution: Done
-
Major
-
4.2.0.Final, 4.2.1.CR3
-
Low
Java Hot Rod client exceptions are not friendly:
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]
What is that suppose to mean to clients? The following is much more friendly:
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): ...
This is related to ISPN-944 which should solve the fact that server error messages are not being read by the client properly.
- is related to
-
ISPN-944 Server error messages not being returned to clients
- Closed