Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Not A Bug
-
Affects Version/s: JRuby 1.2
-
Fix Version/s: None
-
Component/s: Core Classes/Modules
-
Labels:None
-
Environment:Mac OS X 10.5.5, ruby 1.8.6 (2008-03-03 patchlevel 114) [universal-darwin9.0], jruby 1.1.7 (ruby 1.8.6 patchlevel 114) (2008-12-14 rev 8329) [i386-java]
-
Number of attachments :
Description
Although it is possible to connect to a JRuby DRb server from either a JRuby or MRI client, connections to MRI DRb servers fail from JRuby clients with ECONNREFUSED:
/usr/local/src/jruby/trunk/lib/ruby/1.8/drb/drb.rb:736:in `open': druby://localhost:9000 - #<Errno::ECONNREFUSED: Connection refused - Connection refused> (DRb::DRbConnError)
Client and server code attached.
This problem may be limited to Mac OS X: It does not affect Ubuntu 10 (ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux]).