Project

General

Profile

Help installing/using redmine

Added by Serge Vert about 14 years ago

This is an english copy of another post (in French)
Hi,

My config: Ubuntu 9.10, Apache 2
ruby 1.8.7, rubygems 1.3.5, mod_passenger installed through apt-get
rake 2.3.5 installed through gem

1. I have set up a RoR test application successfully
2. I went through the installation process of redmine and when I tried to launch it, I got the following page

Any idea?

Best regards
Serge

Ruby on Rails application could not be started
A source file that the application requires, is missing.

*
It is possible that you didn't upload your application files correctly. Please check whether all your application files are uploaded. *
A required library may not installed. Please install all libraries that this application requires.

Further information about the error may have been written to the application's log file. Please check it in order to analyse the problem.

Error message:
no such file to load -- application (MissingSourceFile)
Exception class:
Passenger::UnknownError
Application root:
/var/www/ruby/rails/redmine
Backtrace: # File Line Location
0 /usr/lib/ruby/1.8/rubygems/custom_require.rb 31 in `gem_original_require'
1 /usr/lib/ruby/1.8/rubygems/custom_require.rb 31 in `require'
2 /var/lib/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb 158 in `require'
3 /var/lib/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb 265 in `require_or_load_without_engine_additions'
4 /var/www/ruby/rails/redmine/vendor/plugins/engines/lib/engines/rails_extensions/dependencies.rb 132 in `require_or_load'
5 /var/lib/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb 224 in `depend_on'
6 /var/lib/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb 136 in `require_dependency'
7 /usr/lib/ruby/1.8/passenger/railz/application_spawner.rb 263 in `preload_application'
8 /usr/lib/ruby/1.8/passenger/railz/application_spawner.rb 212 in `initialize_server'
9 /usr/lib/ruby/1.8/passenger/utils.rb 181 in `report_app_init_status'
10 /usr/lib/ruby/1.8/passenger/railz/application_spawner.rb 201 in `initialize_server'
11 /usr/lib/ruby/1.8/passenger/abstract_server.rb 166 in `start_synchronously'
12 /usr/lib/ruby/1.8/passenger/abstract_server.rb 135 in `start'
13 /usr/lib/ruby/1.8/passenger/abstract_server.rb 112 in `fork'
14 /usr/lib/ruby/1.8/passenger/abstract_server.rb 112 in `start'
15 /usr/lib/ruby/1.8/passenger/railz/application_spawner.rb 177 in `start'
16 /usr/lib/ruby/1.8/passenger/railz/framework_spawner.rb 270 in `handle_spawn_application'
17 /usr/lib/ruby/1.8/passenger/railz/framework_spawner.rb 263 in `synchronize'
18 /usr/lib/ruby/1.8/passenger/railz/framework_spawner.rb 263 in `handle_spawn_application'
19 /usr/lib/ruby/1.8/passenger/abstract_server.rb 317 in `__send__'
20 /usr/lib/ruby/1.8/passenger/abstract_server.rb 317 in `main_loop'
21 /usr/lib/ruby/1.8/passenger/abstract_server.rb 168 in `start_synchronously'
22 /usr/lib/ruby/1.8/passenger/abstract_server.rb 135 in `start'
23 /usr/lib/ruby/1.8/passenger/abstract_server.rb 112 in `fork'
24 /usr/lib/ruby/1.8/passenger/abstract_server.rb 112 in `start'
25 /usr/lib/ruby/1.8/passenger/railz/framework_spawner.rb 87 in `start'
26 /usr/lib/ruby/1.8/passenger/spawn_manager.rb 218 in `spawn_rails_application'
27 /usr/lib/ruby/1.8/passenger/spawn_manager.rb 213 in `synchronize'
28 /usr/lib/ruby/1.8/passenger/spawn_manager.rb 213 in `spawn_rails_application'
29 /usr/lib/ruby/1.8/passenger/spawn_manager.rb 122 in `spawn_application'
30 /usr/lib/ruby/1.8/passenger/spawn_manager.rb 247 in `handle_spawn_application'
31 /usr/lib/ruby/1.8/passenger/abstract_server.rb 317 in `__send__'
32 /usr/lib/ruby/1.8/passenger/abstract_server.rb 317 in `main_loop'
33 /usr/lib/ruby/1.8/passenger/abstract_server.rb 168 in `start_synchronously'
34 /usr/lib/passenger/passenger-spawn-server 46

Powered by Phusion Passenger, mod_rails / mod_rack for Apache.


Replies (1)

RE: Help installing/using redmine - Added by Serge Vert about 14 years ago

Hi,

I finally went through this issue.
If my long search may help:

DO NOT INSTALL passenger with apt-get: version too old
Install passenger with gems and follow instructions

regards
Serge

    (1-1/1)