Project

General

Profile

Installing on Media Temple GS

Added by brian a over 15 years ago

Hello all,

I've been trying to install redmine on my media temple gs server. redmine.scbudo.com
Has anyone had success doing this? I've run through as many related KB / wiki/ tutorials that I can find to help solve my problem to no avail.

I try running on ssh:

RAILS_ENV=production script/about

which gives me the error:

/nfs/c01/h03/mnt/35383/containers/rails/redmine/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:263:in `load_missing_constant': uninitialized constant Rails::Info (NameError)
from /nfs/c01/h03/mnt/35383/containers/rails/redmine/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:453:in `const_missing'
from /nfs/c01/h03/mnt/35383/containers/rails/redmine/vendor/rails/railties/lib/commands/about.rb:2
from script/about:3:in `require'
from script/about:3

ugh

when i run
script/server -e production
the following output is produced when the page was served:


Processing Base#index (for 98.234.62.40 at 2008-12-06 11:50:05) [GET]
Session ID: 2c4292caf512b798a4db599ec3c6922c
Parameters: {"action"=>"index", "controller"=>"welcome"}

LoadError (Expected /home/35383/containers/rails/redmine/app/controllers/welcome_controller.rb to define WelcomeController):
/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:249:in `load_missing_constant'
/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:453:in `const_missing'
/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:465:in `const_missing'
/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/inflector.rb:257:in `constantize'
/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/core_ext/string/inflections.rb:148:in `constantize'
/vendor/rails/actionpack/lib/action_controller/routing.rb:1426:in `recognize'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:170:in `handle_request'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
/home/35383/data/rubygems/gems/gems/mongrel-1.1.5-x86-linux/bin/../lib/mongrel/rails.rb:76:in `process'
/home/35383/data/rubygems/gems/gems/mongrel-1.1.5-x86-linux/bin/../lib/mongrel/rails.rb:74:in `synchronize'
/home/35383/data/rubygems/gems/gems/mongrel-1.1.5-x86-linux/bin/../lib/mongrel/rails.rb:74:in `process'
/home/35383/data/rubygems/gems/gems/mongrel-1.1.5-x86-linux/bin/../lib/mongrel.rb:159:in `process_client'
/home/35383/data/rubygems/gems/gems/mongrel-1.1.5-x86-linux/bin/../lib/mongrel.rb:158:in `each'
/home/35383/data/rubygems/gems/gems/mongrel-1.1.5-x86-linux/bin/../lib/mongrel.rb:158:in `process_client'
/home/35383/data/rubygems/gems/gems/mongrel-1.1.5-x86-linux/bin/../lib/mongrel.rb:285:in `run'
/home/35383/data/rubygems/gems/gems/mongrel-1.1.5-x86-linux/bin/../lib/mongrel.rb:285:in `initialize'
/home/35383/data/rubygems/gems/gems/mongrel-1.1.5-x86-linux/bin/../lib/mongrel.rb:285:in `new'
/home/35383/data/rubygems/gems/gems/mongrel-1.1.5-x86-linux/bin/../lib/mongrel.rb:285:in `run'
/home/35383/data/rubygems/gems/gems/mongrel-1.1.5-x86-linux/bin/../lib/mongrel.rb:268:in `initialize'
/home/35383/data/rubygems/gems/gems/mongrel-1.1.5-x86-linux/bin/../lib/mongrel.rb:268:in `new'
/home/35383/data/rubygems/gems/gems/mongrel-1.1.5-x86-linux/bin/../lib/mongrel.rb:268:in `run'
/home/35383/data/rubygems/gems/gems/mongrel-1.1.5-x86-linux/bin/../lib/mongrel/configurator.rb:282:in `run'
/home/35383/data/rubygems/gems/gems/mongrel-1.1.5-x86-linux/bin/../lib/mongrel/configurator.rb:281:in `each'
/home/35383/data/rubygems/gems/gems/mongrel-1.1.5-x86-linux/bin/../lib/mongrel/configurator.rb:281:in `run'
/home/35383/data/rubygems/gems/gems/mongrel-1.1.5-x86-linux/bin/mongrel_rails:128:in `run'
/home/35383/data/rubygems/gems/gems/mongrel-1.1.5-x86-linux/bin/../lib/mongrel/command.rb:212:in `run'
/home/35383/data/rubygems/gems/gems/mongrel-1.1.5-x86-linux/bin/mongrel_rails:281
/home/35383/data/rubygems/gems/bin/mongrel_rails:19:in `load'
/home/35383/data/rubygems/gems/bin/mongrel_rails:19

Rendering /home/35383/containers/rails/redmine/public/500.html (500 Internal Server Error)

Hopefully something here stands out for someone. thanks in advance.


Replies (1)

RE: Installing on Media Temple GS - Added by Dan Cameron over 15 years ago

Not an expert but it looks like you're missing some gems, active_support.

You may want to look at their knowledge-base, I know they have a FAQ on setting up and installing a rails app. Just make sure you install the most up-to-date versions of rails.

I'm on the (mt) DV, so if you need help in that direction if you upgrade, check this out.

    (1-1/1)