Hide Forgot
project_key: EDG This happens 2 seconds after the server a client is connected to crashes. Its not very clear what is actually happening. A more descriptive message would be helpful. {code} org.infinispan.client.hotrod.exceptions.HotRodClientException: id [155810] code [133] 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.AbstractKeyValueOperation.sendPutOperation(AbstractKeyValueOperation.java:48) at org.infinispan.client.hotrod.impl.operations.PutOperation.executeOperation(PutOperation.java:27) at org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation.execute(RetryOnFailureOperation.java:38) at org.infinispan.client.hotrod.impl.RemoteCacheImpl.put(RemoteCacheImpl.java:166) at org.infinispan.CacheSupport.put(CacheSupport.java:28) at org.jboss.smartfrog.edg.adapter.HotRodAdapter$HotRodRemoteCacheAdapter.put(HotRodAdapter.java:150) at org.jboss.smartfrog.edg.loaddriver.CacheRequestProcessorFactory$InfinispanRequestProcessor.processRequest(CacheRequestProcessorFactory.java:163) at org.jboss.smartfrog.loaddriver.CompoundRequestProcessorFactoryImpl$CompoundRequestProcessor.processRequest(CompoundRequestProcessorFactoryImpl.java:51) at org.jboss.smartfrog.loaddriver.Runner.run(Runner.java:87) at java.lang.Thread.run(Thread.java:619) {code}
Link: Added: This issue is related to ISPN-944
Link: Added: This issue is incorporated by JBPAPP-6054
Rado, as you said this was executed with CR3 and precisely for CR4 I fixed messages and providing clearer exceptions. Closing now. Please reopen if no satisfied with CR4.
So the new messages are in this format: "Request for message id[139205] returned server error (status=0x85)" also with a server exception rethrown. This gives the app enough information to work with. Closing.