Project

General

Profile

installation issue

Added by Julien Dupont almost 10 years ago

environnement :
ruby 1.9.3p545 (2014-02-24 revision 45159) [x86_64-linux]
Rails 3.2.17
redmine : 2.5.1
OS : ubuntu

trace :
root@ubuntu:/var/www/redmine# RAILS_ENV=production rake db:migrate
rake aborted!
No such file to load -- appspace_users_patch
/usr/local/rvm/gems/ruby-1.9.3-p545/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:317:in `rescue in depend_on'
/usr/local/rvm/gems/ruby-1.9.3-p545/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:312:in `depend_on'
/usr/local/rvm/gems/ruby-1.9.3-p545/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:225:in `require_dependency'
/var/www/redmine-2.5.1/plugins/redmine_app_timesheets-master/init.rb:2:in `<top (required)>'
/usr/local/rvm/gems/ruby-1.9.3-p545/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:in `require'
/usr/local/rvm/gems/ruby-1.9.3-p545/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:in `block in require'
/usr/local/rvm/gems/ruby-1.9.3-p545/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:236:in `load_dependency'
/usr/local/rvm/gems/ruby-1.9.3-p545/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:in `require'
/var/www/redmine-2.5.1/lib/redmine/plugin.rb:133:in `block in load'
/var/www/redmine-2.5.1/lib/redmine/plugin.rb:124:in `each'
/var/www/redmine-2.5.1/lib/redmine/plugin.rb:124:in `load'
/var/www/redmine-2.5.1/config/initializers/30-redmine.rb:19:in `<top (required)>'
/usr/local/rvm/gems/ruby-1.9.3-p545/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:245:in `load'
/usr/local/rvm/gems/ruby-1.9.3-p545/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:245:in `block in load'
/usr/local/rvm/gems/ruby-1.9.3-p545/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:236:in `load_dependency'
/usr/local/rvm/gems/ruby-1.9.3-p545/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:245:in `load'
/usr/local/rvm/gems/ruby-1.9.3-p545/gems/railties-3.2.17/lib/rails/engine.rb:593:in `block (2 levels) in <class:Engine>'
/usr/local/rvm/gems/ruby-1.9.3-p545/gems/railties-3.2.17/lib/rails/engine.rb:592:in `each'
/usr/local/rvm/gems/ruby-1.9.3-p545/gems/railties-3.2.17/lib/rails/engine.rb:592:in `block in <class:Engine>'
/usr/local/rvm/gems/ruby-1.9.3-p545/gems/railties-3.2.17/lib/rails/initializable.rb:30:in `instance_exec'
/usr/local/rvm/gems/ruby-1.9.3-p545/gems/railties-3.2.17/lib/rails/initializable.rb:30:in `run'
/usr/local/rvm/gems/ruby-1.9.3-p545/gems/railties-3.2.17/lib/rails/initializable.rb:55:in `block in run_initializers'
/usr/local/rvm/gems/ruby-1.9.3-p545/gems/railties-3.2.17/lib/rails/initializable.rb:54:in `each'
/usr/local/rvm/gems/ruby-1.9.3-p545/gems/railties-3.2.17/lib/rails/initializable.rb:54:in `run_initializers'
/usr/local/rvm/gems/ruby-1.9.3-p545/gems/railties-3.2.17/lib/rails/application.rb:136:in `initialize!'
/usr/local/rvm/gems/ruby-1.9.3-p545/gems/railties-3.2.17/lib/rails/railtie/configurable.rb:30:in `method_missing'
/var/www/redmine-2.5.1/config/environment.rb:14:in `<top (required)>'
/usr/local/rvm/gems/ruby-1.9.3-p545/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:in `require'
/usr/local/rvm/gems/ruby-1.9.3-p545/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:in `block in require'
/usr/local/rvm/gems/ruby-1.9.3-p545/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:236:in `load_dependency'
/usr/local/rvm/gems/ruby-1.9.3-p545/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:in `require'
/usr/local/rvm/gems/ruby-1.9.3-p545/gems/railties-3.2.17/lib/rails/application.rb:103:in `require_environment!'
/usr/local/rvm/gems/ruby-1.9.3-p545/gems/railties-3.2.17/lib/rails/application.rb:305:in `block (2 levels) in initialize_tasks'
/usr/local/rvm/gems/ruby-1.9.3-p545/bin/ruby_executable_hooks:15:in `eval'
/usr/local/rvm/gems/ruby-1.9.3-p545/bin/ruby_executable_hooks:15:in `<main>'
Tasks: TOP => db:migrate => environment
(See full trace by running task with --trace)

please help !

thanks in advance


Replies (1)

RE: installation issue - Added by Martin Denizet (redmine.org team member) almost 10 years ago

Hi Marouane,

I notice a problem in your setup: The name of the folder for the redmine_app_timesheets plugin is not correct.
Run the following command:

mv /var/www/redmine-2.5.1/plugins/redmine_app_timesheets-master /var/www/redmine-2.5.1/plugins/redmine_app_timesheets

That should solve your problem.

Cheers,

    (1-1/1)