Help! New install redmine not start
Added by Sergey Ivanov over 10 years ago
Hello.
Install redmine-2.6.0.tar.gz. Everything is done under the instruction "Install Redmine on Centos 6.5 - 64 bit" (http://www.redmine.org/projects/redmine/wiki/Install_Redmine_25x_on_Centos_65_complete). All steps except the "Install Subversion", I did and they were all made without error. In the final page is http://my_host_redmine gives an error:
exit (SystemExit) /var/www/redmine/lib/redmine/configuration.rb:91:in `exit' /var/www/redmine/lib/redmine/configuration.rb:91:in `rescue in load_from_yaml' /var/www/redmine/lib/redmine/configuration.rb:84:in `load_from_yaml' /var/www/redmine/lib/redmine/configuration.rb:42:in `load' /var/www/redmine/lib/redmine/configuration.rb:66:in `[]' /var/www/redmine/lib/redmine/thumbnail.rb:24:in `<module:Thumbnail>' /var/www/redmine/lib/redmine/thumbnail.rb:21:in `<module:Redmine>' /var/www/redmine/lib/redmine/thumbnail.rb:20:in `<top (required)>' /usr/local/rvm/gems/ruby-1.9.3-p550/gems/activesupport-3.2.19/lib/active_support/dependencies.rb:251:in `require' /usr/local/rvm/gems/ruby-1.9.3-p550/gems/activesupport-3.2.19/lib/active_support/dependencies.rb:251:in `block in require' /usr/local/rvm/gems/ruby-1.9.3-p550/gems/activesupport-3.2.19/lib/active_support/dependencies.rb:236:in `load_dependency' /usr/local/rvm/gems/ruby-1.9.3-p550/gems/activesupport-3.2.19/lib/active_support/dependencies.rb:251:in `require' /var/www/redmine/lib/redmine.rb:47:in `<top (required)>' /usr/local/rvm/gems/ruby-1.9.3-p550/gems/activesupport-3.2.19/lib/active_support/dependencies.rb:251:in `require' /usr/local/rvm/gems/ruby-1.9.3-p550/gems/activesupport-3.2.19/lib/active_support/dependencies.rb:251:in `block in require' /usr/local/rvm/gems/ruby-1.9.3-p550/gems/activesupport-3.2.19/lib/active_support/dependencies.rb:236:in `load_dependency' /usr/local/rvm/gems/ruby-1.9.3-p550/gems/activesupport-3.2.19/lib/active_support/dependencies.rb:251:in `require' /var/www/redmine/config/initializers/30-redmine.rb:4:in `<top (required)>' /usr/local/rvm/gems/ruby-1.9.3-p550/gems/activesupport-3.2.19/lib/active_support/dependencies.rb:245:in `load' /usr/local/rvm/gems/ruby-1.9.3-p550/gems/activesupport-3.2.19/lib/active_support/dependencies.rb:245:in `block in load' /usr/local/rvm/gems/ruby-1.9.3-p550/gems/activesupport-3.2.19/lib/active_support/dependencies.rb:236:in `load_dependency' /usr/local/rvm/gems/ruby-1.9.3-p550/gems/activesupport-3.2.19/lib/active_support/dependencies.rb:245:in `load' /usr/local/rvm/gems/ruby-1.9.3-p550/gems/railties-3.2.19/lib/rails/engine.rb:593:in `block (2 levels) in <class:Engine>' /usr/local/rvm/gems/ruby-1.9.3-p550/gems/railties-3.2.19/lib/rails/engine.rb:592:in `each' /usr/local/rvm/gems/ruby-1.9.3-p550/gems/railties-3.2.19/lib/rails/engine.rb:592:in `block in <class:Engine>' /usr/local/rvm/gems/ruby-1.9.3-p550/gems/railties-3.2.19/lib/rails/initializable.rb:30:in `instance_exec' /usr/local/rvm/gems/ruby-1.9.3-p550/gems/railties-3.2.19/lib/rails/initializable.rb:30:in `run' /usr/local/rvm/gems/ruby-1.9.3-p550/gems/railties-3.2.19/lib/rails/initializable.rb:55:in `block in run_initializers' /usr/local/rvm/gems/ruby-1.9.3-p550/gems/railties-3.2.19/lib/rails/initializable.rb:54:in `each' /usr/local/rvm/gems/ruby-1.9.3-p550/gems/railties-3.2.19/lib/rails/initializable.rb:54:in `run_initializers' /usr/local/rvm/gems/ruby-1.9.3-p550/gems/railties-3.2.19/lib/rails/application.rb:136:in `initialize!' /usr/local/rvm/gems/ruby-1.9.3-p550/gems/railties-3.2.19/lib/rails/railtie/configurable.rb:30:in `method_missing' /var/www/redmine/config/environment.rb:14:in `<top (required)>' config.ru:3:in `require' config.ru:3:in `block in <main>' /usr/local/rvm/gems/ruby-1.9.3-p550/gems/rack-1.4.5/lib/rack/builder.rb:51:in `instance_eval' /usr/local/rvm/gems/ruby-1.9.3-p550/gems/rack-1.4.5/lib/rack/builder.rb:51:in `initialize' config.ru:1:in `new' config.ru:1:in `<main>' /usr/local/rvm/gems/ruby-1.9.3-p550/gems/passenger-4.0.53/helper-scripts/rack-preloader.rb:112:in `eval' /usr/local/rvm/gems/ruby-1.9.3-p550/gems/passenger-4.0.53/helper-scripts/rack-preloader.rb:112:in `preload_app' /usr/local/rvm/gems/ruby-1.9.3-p550/gems/passenger-4.0.53/helper-scripts/rack-preloader.rb:158:in `<module:App>' /usr/local/rvm/gems/ruby-1.9.3-p550/gems/passenger-4.0.53/helper-scripts/rack-preloader.rb:29:in `<module:PhusionPassenger>' /usr/local/rvm/gems/ruby-1.9.3-p550/gems/passenger-4.0.53/helper-scripts/rack-preloader.rb:28:in `<main>'
Use the version:
RUBY_VERSION = 1.9.3
RubyGems version = 2.4.3
Centos 7
How to run redmine?
Replies (1)
RE: Help! New install redmine not start
-
Added by Martin Denizet (redmine.org team member) over 10 years ago
Hello Sergey,
According to the backtrace, I suggest you to double check your YAML configuration files:- database.yml
- configuration.yml
Please, note that YAML is white-space sensitive.
If you used Windows to edit the files, I suggest you try again using Notepad++ with the option to display white-spaces enabled.
Cheers,