Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.1.5
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:HideFedora 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)
ShowFedora 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)
-
Number of attachments :
Description
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? ![]()
getting same error on rails 2.1
Exception in thread "main" vendor/rails/activesupport/lib/active_support/dependencies.rb:518:in `require': can't convert MissingSourceFile into String (TypeError)
JRuby 1.1.4 works ok