All,

Has anyone had any luck getting JRuby 1.1RC3 running a Rails app using
Warbler.  The current version of warbler bundles RC2 and I built a
jruby-complete jar with RC3 and copied it into the war file.  Now I'm
getting:

java.lang.NoSuchMethodError:
org.jruby.RubyClass.newInstance([Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
        org.jruby.webapp.RailsServlet.createCgi(RailsServlet.java:120)
        org.jruby.webapp.RailsServlet.dispatchRequest(RailsServlet.java:100)
        org.jruby.webapp.RailsServlet.service(RailsServlet.java:46)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        org.jruby.webapp.FileServlet.service(FileServlet.java:207)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

Looks like a problem with Goldspike not being compatible with 1.1RC3.
Anybody seen this?

--Chris

Reply via email to