Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.6.5
-
Fix Version/s: JRuby 1.7.0.pre1
-
Component/s: Application Error
-
Labels:None
-
Number of attachments :
Description
It appears that the Java error "SystemCallError: Unknown error - Connection reset by peer" doesn't map to Errno::ECONNRESET.
I suspect that the same thing needs to be done that was done in JRUBY-4685.
The commit is here: https://github.com/jruby/jruby/commit/6e8d0d52375859371cdbfb8c3ed99a29765dfdd7
I pushed a potential fix to the master branch (0ae6d45). Please test it.