]
Bela Ban resolved JGRP-1556.
----------------------------
Resolution: Done
Incorrect error log message in RequestCorrelator
------------------------------------------------
Key: JGRP-1556
URL:
https://issues.jboss.org/browse/JGRP-1556
Project: JGroups
Issue Type: Bug
Affects Versions: 3.2.4
Reporter: Michal Linhard
Assignee: Bela Ban
Priority: Minor
Fix For: 3.2.6, 3.3
I have this when running JDG 6.1.0.ER6 with JGroups 3.2.4
{code}
08:31:41,460 ERROR [org.jgroups.blocks.RequestCorrelator] failed sending rsp: return
value (SuccessfulResponse{responseValue=null} ) is not serializable
{code}
which is of course not the cause of the error.
This message is logged when any Throwable is caught
https://github.com/belaban/JGroups/blob/26b7c60d511baf199674b45d3d402dfbb...
in my case it was once NullPointerException and once InterruptedException probably caused
by caches and externalizers shutting down.
I'd recommend rewording of the message if the exception is not
NotSerializableException or the like to avoid confusion.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: