Issue Type: Bug Bug
Affects Versions: JRuby 1.7.4
Assignee: Thomas E Enebo
Created: 10/Jun/13 11:22 AM
Description:

JRuby can't use the latest Mongrel gem because "callback-style handles are no longer supported in JRuby".

Admittedly Mongrel is a bit out of date, and only works in 1.8 mode anyway.

$ jruby --version
jruby 1.7.3 (1.9.3p385) 2013-02-21 dac429b on Java HotSpot(TM) Server VM 1.6.0_26-b03 [SunOS-x86]
$ jruby --1.8 -rubygems -e "require 'mongrel'"
(works, no output)

$ jruby --version
jruby 1.7.4 (1.9.3p392) 2013-05-16 2390d3b on Java HotSpot(TM) Server VM 1.6.0_26-b03 [SunOS-x86]
$ jruby --1.8 -rubygems -e "require 'mongrel'"

LoadError: load error: http11 – java.lang.RuntimeException: callback-style handles are no longer supported in JRuby
require at org/jruby/RubyKernel.java:1046
require at /opt/oneis/platform/jruby/lib/ruby/shared/rubygems/custom_require.rb:36
(root) at /opt/oneis/platform/jruby/lib/ruby/gems/shared/gems/mongrel-1.1.5-java/lib/mongrel.rb:12
require at org/jruby/RubyKernel.java:1046
(root) at /opt/oneis/platform/jruby/lib/ruby/shared/rubygems/custom_require.rb:1
(root) at -e:1

Project: JRuby
Priority: Critical Critical
Reporter: Ben Summers
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: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to