I get the same error, with a frozen version of Rails running on the 10gen app server. I'm upgrading it from JRuby 1.1.4 to 1.1.5. My changes involved the Ruby/JavaScript wrapper classes. All my unit tests pass. I'm still investigating, but wanted to chime in with a "me, too" to let everybody know that this is not an isolated issue.
Jim On Thu, Nov 6, 2008 at 4:05 PM, Dennis Granau (JIRA) <[EMAIL PROTECTED]> wrote: > NetBeans 6.1 / Jruby 1.1.5 / Rails 1.2.6 breaks on startup with > MissingSourceFile error > --------------------------------------------------------------------------------------- > > Key: JRUBY-3115 > URL: http://jira.codehaus.org/browse/JRUBY-3115 > Project: JRuby > Issue Type: Bug > Affects Versions: JRuby 1.1.5 > Environment: Fedora Core 8 > Jruby 1.15 > Rails 1.2.6 > > Installed GEMs: > actionmailer (1.3.6) > actionpack (1.13.6) > actionwebservice (1.2.6) > activerecord (1.15.6) > activerecord-jdbc-adapter (0.8.2) > activesupport (1.4.4) > archive-tar-minitar (0.5.2) > builder (2.1.2) > color (1.4.0) > fastercsv (1.4.0) > gem_plugin (0.2.3) > hoe (1.8.2) > jruby-openssl (0.3) > mongrel (1.1.5) > pdf-writer (1.1.8) > rails (1.2.6) > rake (0.8.3, 0.8.1) > rspec (1.1.4) > rubyforge (1.0.1) > sources (0.0.1) > transaction-simple (1.4.0) > warbler (0.9.11) > xml-simple (1.0.11) > > Reporter: Dennis Granau > Assignee: Thomas E Enebo > Attachments: error.txt > > When starting Mongrel server 1.1.5 from NetBeams 6.1 I got the following > error: > > TypeError (can't convert MissingSourceFile into String): > > /usr/local/jruby-1.1.5/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:100:in > `require_or_load' > > /usr/local/jruby-1.1.5/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:60:in > `depend_on' > > /usr/local/jruby-1.1.5/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:442:in > `require_dependency' > > /usr/local/jruby-1.1.5/lib/ruby/gems/1.8/gems/rails-1.2.6/lib/dispatcher.rb:109:in > `prepare_application' > > /usr/local/jruby-1.1.5/lib/ruby/gems/1.8/gems/rails-1.2.6/lib/dispatcher.rb:39:in > `dispatch' > > /usr/local/jruby-1.1.5/lib/ruby/gems/1.8/gems/rails-1.2.6/lib/webrick_server.rb:113:in > `handle_dispatch' > > /usr/local/jruby-1.1.5/lib/ruby/gems/1.8/gems/rails-1.2.6/lib/webrick_server.rb:79:in > `service' > /usr/local/jruby-1.1.5/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' > /usr/local/jruby-1.1.5/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' > /usr/local/jruby-1.1.5/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' > :1:in `start' > > And it breaks while requiring application_api.rb > > JRuby 1.1.4 works just fine! > > What did you guys break? :) > > > -- > This message is automatically generated by JIRA. > - > If you think it was sent incorrectly contact one of the administrators: > http://jira.codehaus.org/secure/Administrators.jspa > - > For more information on JIRA, see: http://www.atlassian.com/software/jira > > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > -- Jim Menard, [EMAIL PROTECTED], [EMAIL PROTECTED] http://www.io.com/~jimm/ --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
