Oh no, Redmine produce error when try to start
Some of developers out there especially JAVAians , don’t know the existence of Redmine .
” It is an open source Project Management tool, that runs on Ruby with Rails ” . My daily programming using Java does not interest this software. This software running on Ruby..
After struggling installing ruby , rails on linux … these errors came out
/opt/ruby/redmine/vendor/rails/railties/lib/initializer.rb:1:in `require’: no such file to load — logger (LoadError)
from /opt/ruby/redmine/vendor/rails/railties/lib/initializer.rb:1
from ./script/../config/boot.rb:45:in `require’
from ./script/../config/boot.rb:45:in `load_initializer’
from ./script/../config/boot.rb:38:in `run’
from ./script/../config/boot.rb:11:in `boot!’
from ./script/../config/boot.rb:109
from script/server:2:in `require’
from script/server:2
AFter some tuning these error came out
/opt/ruby/redmine/vendor/rails/activesupport/lib/active_support/dependencies.rb:510:in `require’: no such file to load — test/unit/error (MissingSourceFile)
from /opt/ruby/redmine/vendor/rails/activesupport/lib/active_support/dependencies.rb:510:in `block in require’
from /opt/ruby/redmine/vendor/rails/activesupport/lib/active_support/dependencies.rb:355:in `new_constants_in’
from /opt/ruby/redmine/vendor/rails/activesupport/lib/active_support/dependencies.rb:510:in `require’
from /opt/ruby/redmine/vendor/rails/activesupport/lib/active_support/deprecation.rb:204:in `<top (required)>’
from /opt/ruby/redmine/vendor/rails/activesupport/lib/active_support/dependencies.rb:510:in `require’
from /opt/ruby/redmine/vendor/rails/activesupport/lib/active_support/dependencies.rb:510:in `block in require’
from /opt/ruby/redmine/vendor/rails/activesupport/lib/active_support/dependencies.rb:355:in `new_constants_in’
from /opt/ruby/redmine/vendor/rails/activesupport/lib/active_support/dependencies.rb:510:in `require’
from /opt/ruby/redmine/vendor/rails/activesupport/lib/active_support.rb:40:in `<top (required)>’
from /opt/ruby/redmine/vendor/rails/railties/lib/commands/server.rb:1:in `require’
from /opt/ruby/redmine/vendor/rails/railties/lib/commands/server.rb:1:in `<top (required)>’
from script/server:3:in `require’
from script/server:3:in `<main>’
I recommend to install Ruby 1.8.7 … I just installed Ruby 1.9 but uninstalled it.

Leave a Reply