Skip to content

Instantly share code, notes, and snippets.

@jarib
Created September 1, 2009 12:06
Show Gist options
  • Save jarib/179069 to your computer and use it in GitHub Desktop.
Save jarib/179069 to your computer and use it in GitHub Desktop.
*** Exception ArgumentError in Passenger::Rack::ApplicationSpawner (block not supplied) (process 29576):
from /usr/lib/ruby/1.8/rack/builder.rb:22:in `instance_eval'
from /usr/lib/ruby/1.8/rack/builder.rb:22:in `initialize'
from /usr/lib/ruby/gems/1.8/gems/sinatra-0.9.4/lib/sinatra/base.rb:886:in `new'
from /usr/lib/ruby/gems/1.8/gems/sinatra-0.9.4/lib/sinatra/base.rb:886:in `new'
from /usr/lib/ruby/gems/1.8/gems/sinatra-0.9.4/lib/sinatra/base.rb:879:in `prototype'
from /usr/lib/ruby/gems/1.8/gems/sinatra-0.9.4/lib/sinatra/base.rb:898:in `call'
from /usr/lib/ruby/gems/1.8/gems/sinatra-0.9.4/lib/sinatra/base.rb:943:in `synchronize'
from /usr/lib/ruby/gems/1.8/gems/sinatra-0.9.4/lib/sinatra/base.rb:898:in `call'
from /usr/lib/ruby/1.8/passenger/rack/request_handler.rb:65:in `process_request'
from /usr/lib/ruby/1.8/passenger/abstract_request_handler.rb:163:in `main_loop'
from /usr/lib/ruby/1.8/passenger/rack/application_spawner.rb:92:in `run'
from /usr/lib/ruby/1.8/passenger/rack/application_spawner.rb:50:in `spawn_application'
from /usr/lib/ruby/1.8/passenger/utils.rb:165:in `safe_fork'
from /usr/lib/ruby/1.8/passenger/utils.rb:163:in `fork'
from /usr/lib/ruby/1.8/passenger/utils.rb:163:in `safe_fork'
from /usr/lib/ruby/1.8/passenger/rack/application_spawner.rb:48:in `spawn_application'
from /usr/lib/ruby/1.8/passenger/utils.rb:165:in `safe_fork'
from /usr/lib/ruby/1.8/passenger/utils.rb:163:in `fork'
from /usr/lib/ruby/1.8/passenger/utils.rb:163:in `safe_fork'
from /usr/lib/ruby/1.8/passenger/rack/application_spawner.rb:47:in `spawn_application'
from /usr/lib/ruby/1.8/passenger/rack/application_spawner.rb:33:in `spawn_application'
from /usr/lib/ruby/1.8/passenger/spawn_manager.rb:110:in `spawn_application'
from /usr/lib/ruby/1.8/passenger/spawn_manager.rb:247:in `handle_spawn_application'
from /usr/lib/ruby/1.8/passenger/abstract_server.rb:317:in `__send__'
from /usr/lib/ruby/1.8/passenger/abstract_server.rb:317:in `main_loop'
from /usr/lib/ruby/1.8/passenger/abstract_server.rb:168:in `start_synchronously'
from /usr/lib/passenger/passenger-spawn-server:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment