Skip to content

Instantly share code, notes, and snippets.

@MarkMenard
Created June 4, 2013 23:56
Show Gist options
  • Select an option

  • Save MarkMenard/5710622 to your computer and use it in GitHub Desktop.

Select an option

Save MarkMenard/5710622 to your computer and use it in GitHub Desktop.
2013-06-04 19:54:29.161:/quadran:INFO: An exception happened during JRuby-Rack startup
load error: fast_xs -- java.lang.RuntimeException: callback-style handles are no longer supported in JRuby
--- System
jruby 1.7.4 (1.9.3p392) 2013-05-16 2390d3b on Java HotSpot(TM) 64-Bit Server VM 1.7.0_07-b10 [darwin-x86_64]
Time: 2013-06-04 19:54:29 -0400
Server: jetty-6.1.1
jruby.home: file:/Users/mark/.m2/repository/org/jruby/jruby-complete/1.7.4/jruby-complete-1.7.4.jar!/META-INF/jruby.home
--- Context Init Parameters:
contextConfigLocation = classpath:applicationContext.xml,
classpath:${spring.database.xml}
jruby.compat.version = 1.9
jruby.rack.ignore.env = false
jruby.runtime.acquire.timeout = 60
public.root = /WEB-INF/quadran_rails/public
rails.root = /WEB-INF/quadran_rails/
--- Backtrace
LoadError: load error: fast_xs -- java.lang.RuntimeException: callback-style handles are no longer supported in JRuby
require at org/jruby/RubyKernel.java:1054
require at /Users/mark/projects/quadran/src/main/webapp/WEB-INF/quadran_rails/vendor/bundle/jruby/1.9/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251
load_dependency at /Users/mark/projects/quadran/src/main/webapp/WEB-INF/quadran_rails/vendor/bundle/jruby/1.9/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:236
require at /Users/mark/projects/quadran/src/main/webapp/WEB-INF/quadran_rails/vendor/bundle/jruby/1.9/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251
(root) at /Users/mark/projects/quadran/src/main/webapp/WEB-INF/quadran_rails/vendor/bundle/jruby/1.9/gems/hpricot-0.8.6-java/lib/hpricot/builder.rb:2
require at org/jruby/RubyKernel.java:1054
require at /Users/mark/projects/quadran/src/main/webapp/WEB-INF/quadran_rails/vendor/bundle/jruby/1.9/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251
load_dependency at /Users/mark/projects/quadran/src/main/webapp/WEB-INF/quadran_rails/vendor/bundle/jruby/1.9/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:236
require at /Users/mark/projects/quadran/src/main/webapp/WEB-INF/quadran_rails/vendor/bundle/jruby/1.9/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251
(root) at /Users/mark/projects/quadran/src/main/webapp/WEB-INF/quadran_rails/vendor/bundle/jruby/1.9/gems/hpricot-0.8.6-java/lib/hpricot.rb:1
require at org/jruby/RubyKernel.java:1054
(root) at /Users/mark/projects/quadran/src/main/webapp/WEB-INF/quadran_rails/vendor/bundle/jruby/1.9/gems/hpricot-0.8.6-java/lib/hpricot.rb:26
each at org/jruby/RubyArray.java:1617
(root) at /Users/mark/.rvm/gems/jruby-1.7.3@global/gems/bundler-1.3.5/lib/bundler/runtime.rb:1
each at org/jruby/RubyArray.java:1617
require at /Users/mark/.rvm/gems/jruby-1.7.3@global/gems/bundler-1.3.5/lib/bundler/runtime.rb:72
require at /Users/mark/.rvm/gems/jruby-1.7.3@global/gems/bundler-1.3.5/lib/bundler/runtime.rb:70
require at /Users/mark/.rvm/gems/jruby-1.7.3@global/gems/bundler-1.3.5/lib/bundler/runtime.rb:59
require at org/jruby/RubyKernel.java:1054
require at /Users/mark/.rvm/gems/jruby-1.7.3@global/gems/bundler-1.3.5/lib/bundler.rb:132
require at org/jruby/RubyKernel.java:1054
(root) at /Users/mark/projects/quadran/src/main/webapp/WEB-INF/quadran_rails/config/application.rb:7
(root) at /Users/mark/projects/quadran/src/main/webapp/WEB-INF/quadran_rails/config/environment.rb:1
(root) at /Users/mark/projects/quadran/src/main/webapp/WEB-INF/quadran_rails/config/environment.rb:2
@ksiomelo
Copy link
Copy Markdown

hey Mark, how did you solve this issue? Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment