I've applied the "block assignment" patch but still am having troubles getting webrick to boot.  How would I go about troubleshooting this kind of thing?

[21:36:37][~/Projects/rails/jrubyonrails]$ jruby script/server webrick
=> Booting WEBrick...
org.jruby.parser.DefaultRubyParser.yyparse(DefaultRubyParser.java:2953): java.lang.NullPointerException: null (NativeException)
        from org.jruby.parser.DefaultRubyParser.yyparse(DefaultRubyParser.java :844)
        from org.jruby.parser.DefaultRubyParser.parse(DefaultRubyParser.java:3553)
        from org.jruby.parser.Parser.parse(Parser.java:89)
        from org.jruby.parser.Parser.parse(Parser.java:61)
        from org.jruby.Ruby.parse(Ruby.java:653)
        from org.jruby.Ruby.loadScript(Ruby.java:821)
        from org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:50)
        from org.jruby.runtime.load.LoadService.load (LoadService.java:125)
         ... 1921 levels...
        from script/../config/../vendor/rails/railties/lib/commands/server.rb:33
        from script/server:2:in `require'
        from script/server:2
Complete Java stackTrace
java.lang.NullPointerException
        at org.jruby.parser.DefaultRubyParser.yyparse(DefaultRubyParser.java:2953)
        at org.jruby.parser.DefaultRubyParser.yyparse(DefaultRubyParser.java:844)
        at org.jruby.parser.DefaultRubyParser.parse (DefaultRubyParser.java:3553)
        at org.jruby.parser.Parser.parse(Parser.java:89)

/Nick
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jruby-devel mailing list
Jruby-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jruby-devel

Reply via email to