ME TOO!

and here is a backtrace. Using latest rvm (0.1.46), passenger, ruby 
1.9.2-p0 (the new official release), latest rails master and bundler 
rc5. the trace shows that the correct bundler is used (from rvm 
ruby-1.9.2-p0 environment). "bundle check" reports nothing, "rails 
server" works just fine. I tried chmod 777-ing the vender directory, no 
luck. The only thing that changed during the last few weeks were the 
various new bundler RCs, new ruby (from svn), new rvm-versions (as they 
happened), and new Rails-updates (daily fresh from github). I think one 
of the bundler-rc updates must be the reason - passenger has remained 
the same for a while after all, and not too long ago (days?) everything 
still worked.


Ruby (Rack) 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:
    git://github.com/rails/rails.git (at master) is not checked out. 
Please run `bundle install` (Bundler::GitError)
Exception class:
    PhusionPassenger::UnknownError
Application root:
    /home/mha/MYAPP
Backtrace:
    #   File   Line   Location
    0 
/home/mha/.rvm/gems/ruby-1.9.2-p0/gems/bundler-1.0.0.rc.5/lib/bundler/source.rb 
558   in `rescue in load_spec_files'
    1 
/home/mha/.rvm/gems/ruby-1.9.2-p0/gems/bundler-1.0.0.rc.5/lib/bundler/source.rb 
556   in `load_spec_files'
    2 
/home/mha/.rvm/gems/ruby-1.9.2-p0/gems/bundler-1.0.0.rc.5/lib/bundler/source.rb 
378   in `local_specs'
    3 
/home/mha/.rvm/gems/ruby-1.9.2-p0/gems/bundler-1.0.0.rc.5/lib/bundler/source.rb 
541   in `specs'
    4 
/home/mha/.rvm/gems/ruby-1.9.2-p0/gems/bundler-1.0.0.rc.5/lib/bundler/definition.rb
 
149   in `block in resolve'
    5 
/home/mha/.rvm/gems/ruby-1.9.2-p0/gems/bundler-1.0.0.rc.5/lib/bundler/definition.rb
 
147   in `each'
    6 
/home/mha/.rvm/gems/ruby-1.9.2-p0/gems/bundler-1.0.0.rc.5/lib/bundler/definition.rb
 
147   in `resolve'
    7 
/home/mha/.rvm/gems/ruby-1.9.2-p0/gems/bundler-1.0.0.rc.5/lib/bundler/definition.rb
 
93   in `specs'
    8 
/home/mha/.rvm/gems/ruby-1.9.2-p0/gems/bundler-1.0.0.rc.5/lib/bundler/definition.rb
 
137   in `specs_for'
    9 
/home/mha/.rvm/gems/ruby-1.9.2-p0/gems/bundler-1.0.0.rc.5/lib/bundler/definition.rb
 
126   in `requested_specs'
    10 
/home/mha/.rvm/gems/ruby-1.9.2-p0/gems/bundler-1.0.0.rc.5/lib/bundler/environment.rb
 
23   in `requested_specs'
    11 
/home/mha/.rvm/gems/ruby-1.9.2-p0/gems/bundler-1.0.0.rc.5/lib/bundler/runtime.rb
 
11   in `setup'
    12 
/home/mha/.rvm/gems/ruby-1.9.2-p0/gems/bundler-1.0.0.rc.5/lib/bundler.rb 
95   in `setup'
    13 
/home/mha/.rvm/gems/ruby-1.9.2-p0/gems/passenger-2.2.15/lib/phusion_passenger/utils.rb
 
222   in `setup_bundler_support'
    14 
/home/mha/.rvm/gems/ruby-1.9.2-p0/gems/passenger-2.2.15/lib/phusion_passenger/rack/application_spawner.rb
 
105   in `block in run'
    15 
/home/mha/.rvm/gems/ruby-1.9.2-p0/gems/passenger-2.2.15/lib/phusion_passenger/utils.rb
 
323   in `report_app_init_status'
    16 
/home/mha/.rvm/gems/ruby-1.9.2-p0/gems/passenger-2.2.15/lib/phusion_passenger/rack/application_spawner.rb
 
87   in `run'
    17 
/home/mha/.rvm/gems/ruby-1.9.2-p0/gems/passenger-2.2.15/lib/phusion_passenger/rack/application_spawner.rb
 
65   in `block in spawn_application'
    18 
/home/mha/.rvm/gems/ruby-1.9.2-p0/gems/passenger-2.2.15/lib/phusion_passenger/utils.rb
 
252   in `safe_fork'
    19 
/home/mha/.rvm/gems/ruby-1.9.2-p0/gems/passenger-2.2.15/lib/phusion_passenger/rack/application_spawner.rb
 
58   in `spawn_application'
    20 
/home/mha/.rvm/gems/ruby-1.9.2-p0/gems/passenger-2.2.15/lib/phusion_passenger/rack/application_spawner.rb
 
41   in `spawn_application'
    21 
/home/mha/.rvm/gems/ruby-1.9.2-p0/gems/passenger-2.2.15/lib/phusion_passenger/spawn_manager.rb
 
150   in `spawn_application'
    22 
/home/mha/.rvm/gems/ruby-1.9.2-p0/gems/passenger-2.2.15/lib/phusion_passenger/spawn_manager.rb
 
278   in `handle_spawn_application'
    23 
/home/mha/.rvm/gems/ruby-1.9.2-p0/gems/passenger-2.2.15/lib/phusion_passenger/abstract_server.rb
 
352   in `main_loop'
    24 
/home/mha/.rvm/gems/ruby-1.9.2-p0/gems/passenger-2.2.15/lib/phusion_passenger/abstract_server.rb
 
196   in `start_synchronously'
    25 
/home/mha/.rvm/gems/ruby-1.9.2-p0/gems/passenger-2.2.15/bin/passenger-spawn-server
-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to