Skip to content

Instantly share code, notes, and snippets.

@andrewroth
Created January 27, 2009 17:51
Show Gist options
  • Save andrewroth/53443 to your computer and use it in GitHub Desktop.
Save andrewroth/53443 to your computer and use it in GitHub Desktop.
* Phusion Passenger
Ruby on Rails application could not be started
These are the possible causes:
*
There may be a syntax error in the application's code. Please check for such errors and fix them.
*
A required library may not installed. Please install all libraries that this application requires.
*
The application may not be properly configured. Please check whether all configuration files are written correctly, fix any incorrect configurations, and restart this application.
*
A service that the application relies on (such as the database server or the Ferret search engine server) may not have been started. Please start that service.
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:
undefined method `create' for #<ActiveScaffold::Config::Core:0x9f4b40c>
Exception class:
NoMethodError
Application root:
/var/www/pat.powertochange.org/releases/20090126165801
Backtrace:
# File Line Location
0 /var/www/pat.powertochange.org/releases/20090126165801/vendor/plugins/active_scaffold/lib/active_scaffold/configurable.rb 19 in `method_missing'
1 /var/www/pat.powertochange.org/releases/20090126165801/vendor/plugins/active_scaffold/lib/active_scaffold/config/core.rb 147 in `method_missing'
2 /var/www/pat.powertochange.org/releases/20090126165801/vendor/plugins/active_scaffold/lib/active_scaffold/config/core.rb 126 in `send'
3 /var/www/pat.powertochange.org/releases/20090126165801/vendor/plugins/active_scaffold/lib/active_scaffold/config/core.rb 126 in `_load_action_columns'
4 /var/www/pat.powertochange.org/releases/20090126165801/vendor/plugins/active_scaffold/lib/active_scaffold/data_structures/actions.rb 20 in `each'
5 /var/www/pat.powertochange.org/releases/20090126165801/vendor/plugins/active_scaffold/lib/active_scaffold/data_structures/actions.rb 20 in `each'
6 /var/www/pat.powertochange.org/releases/20090126165801/vendor/plugins/active_scaffold/lib/active_scaffold/config/core.rb 125 in `_load_action_columns'
7 /var/www/pat.powertochange.org/releases/20090126165801/vendor/plugins/active_scaffold/lib/active_scaffold.rb 58 in `active_scaffold'
8 /var/www/pat.powertochange.org/releases/20090126165801/app/controllers/report_model_methods_controller.rb 4
9 /opt/ruby-enterprise-1.8.6-20090113/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb 31 in `gem_original_require'
10 /opt/ruby-enterprise-1.8.6-20090113/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb 31 in `require'
11 /opt/ruby-enterprise-1.8.6-20090113/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb 155 in `require'
12 /opt/ruby-enterprise-1.8.6-20090113/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb 262 in `require_or_load_without_engine_additions'
13 /var/www/pat.powertochange.org/releases/20090126165801/vendor/plugins/engines/lib/engines/rails_extensions/dependencies.rb 132 in `require_or_load'
14 /var/www/pat.powertochange.org/releases/20090126165801/vendor/plugins/engines/lib/engines/rails_extensions/dependencies.rb 101 in `each'
15 /var/www/pat.powertochange.org/releases/20090126165801/vendor/plugins/engines/lib/engines/rails_extensions/dependencies.rb 101 in `require_or_load'
16 /opt/ruby-enterprise-1.8.6-20090113/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb 221 in `depend_on'
17 /opt/ruby-enterprise-1.8.6-20090113/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb 133 in `require_dependency'
18 /usr/lib/ruby/gems/1.8/gems/passenger-2.0.3/lib/passenger/railz/application_spawner.rb 266 in `preload_application'
19 /usr/lib/ruby/gems/1.8/gems/passenger-2.0.3/lib/passenger/railz/application_spawner.rb 265 in `each'
20 /usr/lib/ruby/gems/1.8/gems/passenger-2.0.3/lib/passenger/railz/application_spawner.rb 265 in `preload_application'
21 /usr/lib/ruby/gems/1.8/gems/passenger-2.0.3/lib/passenger/railz/application_spawner.rb 212 in `initialize_server'
22 /usr/lib/ruby/gems/1.8/gems/passenger-2.0.3/lib/passenger/utils.rb 181 in `report_app_init_status'
23 /usr/lib/ruby/gems/1.8/gems/passenger-2.0.3/lib/passenger/railz/application_spawner.rb 201 in `initialize_server'
24 /usr/lib/ruby/gems/1.8/gems/passenger-2.0.3/lib/passenger/abstract_server.rb 166 in `start_synchronously'
25 /usr/lib/ruby/gems/1.8/gems/passenger-2.0.3/lib/passenger/abstract_server.rb 135 in `start'
26 /usr/lib/ruby/gems/1.8/gems/passenger-2.0.3/lib/passenger/abstract_server.rb 112 in `fork'
27 /usr/lib/ruby/gems/1.8/gems/passenger-2.0.3/lib/passenger/abstract_server.rb 112 in `start'
28 /usr/lib/ruby/gems/1.8/gems/passenger-2.0.3/lib/passenger/railz/application_spawner.rb 177 in `start'
29 /usr/lib/ruby/gems/1.8/gems/passenger-2.0.3/lib/passenger/railz/framework_spawner.rb 270 in `handle_spawn_application'
30 /usr/lib/ruby/gems/1.8/gems/passenger-2.0.3/lib/passenger/railz/framework_spawner.rb 263 in `synchronize'
31 /usr/lib/ruby/gems/1.8/gems/passenger-2.0.3/lib/passenger/railz/framework_spawner.rb 263 in `handle_spawn_application'
32 /usr/lib/ruby/gems/1.8/gems/passenger-2.0.3/lib/passenger/abstract_server.rb 317 in `__send__'
33 /usr/lib/ruby/gems/1.8/gems/passenger-2.0.3/lib/passenger/abstract_server.rb 317 in `main_loop'
34 /usr/lib/ruby/gems/1.8/gems/passenger-2.0.3/lib/passenger/abstract_server.rb 168 in `start_synchronously'
35 /usr/lib/ruby/gems/1.8/gems/passenger-2.0.3/lib/passenger/abstract_server.rb 135 in `start'
36 /usr/lib/ruby/gems/1.8/gems/passenger-2.0.3/lib/passenger/abstract_server.rb 112 in `fork'
37 /usr/lib/ruby/gems/1.8/gems/passenger-2.0.3/lib/passenger/abstract_server.rb 112 in `start'
38 /usr/lib/ruby/gems/1.8/gems/passenger-2.0.3/lib/passenger/railz/framework_spawner.rb 87 in `start'
39 /usr/lib/ruby/gems/1.8/gems/passenger-2.0.3/lib/passenger/spawn_manager.rb 218 in `spawn_rails_application'
40 /usr/lib/ruby/gems/1.8/gems/passenger-2.0.3/lib/passenger/spawn_manager.rb 213 in `synchronize'
41 /usr/lib/ruby/gems/1.8/gems/passenger-2.0.3/lib/passenger/spawn_manager.rb 213 in `spawn_rails_application'
42 /usr/lib/ruby/gems/1.8/gems/passenger-2.0.3/lib/passenger/spawn_manager.rb 122 in `spawn_application'
43 /usr/lib/ruby/gems/1.8/gems/passenger-2.0.3/lib/passenger/spawn_manager.rb 247 in `handle_spawn_application'
44 /usr/lib/ruby/gems/1.8/gems/passenger-2.0.3/lib/passenger/abstract_server.rb 317 in `__send__'
45 /usr/lib/ruby/gems/1.8/gems/passenger-2.0.3/lib/passenger/abstract_server.rb 317 in `main_loop'
46 /usr/lib/ruby/gems/1.8/gems/passenger-2.0.3/lib/passenger/abstract_server.rb 168 in `start_synchronously'
47 /usr/lib/ruby/gems/1.8/gems/passenger-2.0.3/bin/passenger-spawn-server 46
Powered by Phusion Passenger, mod_rails / mod_rack for Apache.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment