Skip to content

Instantly share code, notes, and snippets.

@nicksieger
Created August 30, 2008 03:42
Show Gist options
  • Save nicksieger/8085 to your computer and use it in GitHub Desktop.
Save nicksieger/8085 to your computer and use it in GitHub Desktop.
java.lang.StackOverflowError
at org.jruby.java.proxies.JavaInterfaceTemplate.appendFeaturesToClass(JavaInterfaceTemplate.java:85)
at org.jruby.java.proxies.JavaInterfaceTemplate.append_features(JavaInterfaceTemplate.java:73)
at org.jruby.java.proxies.JavaInterfaceTemplate$s_method_1_0$RUBYFRAMEDINVOKER$append_features.call(org/jruby/java/proxies/JavaInterfaceTemplate$s_method_1_0$RUBYFRAMEDINVOKER$append_features.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:580)
at org.jruby.RubyClass.invoke(RubyClass.java:333)
...
at org.jruby.javasupport.util.RuntimeHelpers.invokeAs(RuntimeHelpers.java:366)
at org.jruby.java.proxies.JavaInterfaceTemplate.append_features(JavaInterfaceTemplate.java:80)
at org.jruby.java.proxies.JavaInterfaceTemplate$s_method_1_0$RUBYFRAMEDINVOKER$append_features.call(org/jruby/java/proxies/JavaInterfaceTemplate$s_method_1_0$RUBYFRAMEDINVOKER$append_features.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:580)
at org.jruby.RubyClass.invoke(RubyClass.java:333)
at org.jruby.javasupport.util.RuntimeHelpers.invokeAs(RuntimeHelpers.java:366)
at org.jruby.java.proxies.JavaInterfaceTemplate.append_features(JavaInterfaceTemplate.java:80)
at org.jruby.java.proxies.JavaInterfaceTemplate$s_method_1_0$RUBYFRAMEDINVOKER$append_features.call(org/jruby/java/proxies/JavaInterfaceTemplate$s_method_1_0$RUBYFRAMEDINVOKER$append_features.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:580)
at org.jruby.RubyClass.invoke(RubyClass.java:333)
at org.jruby.javasupport.util.RuntimeHelpers.invokeAs(RuntimeHelpers.java:366)
at org.jruby.java.proxies.JavaInterfaceTemplate.append_features(JavaInterfaceTemplate.java:80)
at org.jruby.java.proxies.JavaInterfaceTemplate$s_method_1_0$RUBYFRAMEDINVOKER$append_features.call(org/jruby/java/proxies/JavaInterfaceTemplate$s_method_1_0$RUBYFRAMEDINVOKER$append_features.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:580)
at org.jruby.RubyClass.invoke(RubyClass.java:333)
at org.jruby.javasupport.util.RuntimeHelpers.invokeAs(RuntimeHelpers.java:366)
at org.jruby.java.proxies.JavaInterfaceTemplate.append_features(JavaInterfaceTemplate.java:80)
at org.jruby.java.proxies.JavaInterfaceTemplate$s_method_1_0$RUBYFRAMEDINVOKER$append_features.call(org/jruby/java/proxies/JavaInterfaceTemplate$s_method_1_0$RUBYFRAMEDINVOKER$append_features.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:580)
Exception `LoadError' at /Users/nicksieger/Projects/jruby/trunk/jruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:34 - IO error -- jetty_rails/handler/delegate_on_errors_handler
/Users/nicksieger/Projects/jruby/trunk/jruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:34:in `require': IO error -- jetty_rails/handler/delegate_on_errors_handler (LoadError)
from /Users/nicksieger/Projects/jruby/trunk/jruby/lib/ruby/gems/1.8/gems/jetty-rails-0.5/bin/jetty_rails:26
from /Users/nicksieger/Projects/jruby/trunk/jruby/lib/ruby/gems/1.8/gems/jetty-rails-0.5/bin/jetty_rails:19:in `load'
from /Users/nicksieger/Projects/jruby/trunk/jruby/bin/jetty_rails:19
[exited with 1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment