EHC ❯ Error handler in RMIAsynchronousCacheReplicator needs to either change or add string its searching for
-
Bug
-
Status: Closed
-
2 Major
-
Resolution: Fixed
-
ehcache-core
-
-
-
Reporter: jchristi
-
June 21, 2010
-
0
-
Watchers: 0
-
July 27, 2012
-
July 27, 2010
Description
RMIAsynchronousCacheReplicator line 320 (in 2.0.0) searching for the string “Read time out”, where I’m seeing the message containing “Read timed out”. Not sure if some JVM’s have different text or if this was a typo.
Comments
Fiona OShea 2010-06-22
gluck 2010-07-27
“timed” definitely appears. It must have been an earlier JVM. Easiest thing is to add support for both which is what I did. Ideally we could use the cause. Must be a reason, which I cannot recall right now why I am checking the string.
Greg can you comment with your thoughts