Skip to content

Instantly share code, notes, and snippets.

@donv
Created January 6, 2014 13:45
Show Gist options
  • Save donv/8283063 to your computer and use it in GitHub Desktop.
Save donv/8283063 to your computer and use it in GitHub Desktop.
Stack trace running a Rails 3.2.16 app with /usr/java/default/bin/java -Xmx2G -Xss2048k -Djffi.boot.library.path=/usr/local/jruby-1.7.9/lib/jni -Djava.awt.headless=true -Dawt.toolkit=sun.awt.HToolkit -Xbootclasspath/a:/usr/local/jruby-1.7.9/lib/jruby.jar -classpath : -Djruby.home=/usr/local/jruby-1.7.9 -Djruby.lib=/usr/local/jruby-1.7.9/lib -Djr…
[INFO ] org.projectodd.wunderboss.web.WebComponent - Undertow listening on localhost:3010
[INFO ] org.projectodd.wunderboss.web.WebComponent - Started web context /
[ERROR] io.undertow.request - Blocking request failed HttpServerExchange{ GET /}
java.lang.UnsupportedOperationException: BUG: invoking UndefinedMethod.call; report at http://bugs.jruby.org
at org.jruby.internal.runtime.methods.UndefinedMethod.call(UndefinedMethod.java:59)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.projectodd.wunderboss.ruby.rack.RackHandler.handleRequest(RackHandler.java:46)
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:139)
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:638)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment