Created
September 8, 2012 21:49
-
-
Save richardkmichael/3680041 to your computer and use it in GitHub Desktop.
passenger will not run with noexec wrapper.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BUNDLE_FROZEN: '1' | |
BUNDLE_PATH: /home/deployer/apps/infrastructureapp/shared/bundle | |
BUNDLE_DISABLE_SHARED_GEMS: '1' | |
BUNDLE_WITHOUT: development:test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
deployer@ubuntu:~/apps/infrastructureapp/current$ passenger | |
/home/deployer/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:247:in `to_specs': Could not find passenger (>= 0) amongst [actionmailer-3.2.8, actionpack-3.2.8, activemodel-3.2.8, activerecord-3.2.8, activeresource-3.2.8, activesupport-3.2.8, arel-3.0.2, builder-3.0.0, coffee-rails-3.2.2, coffee-script-2.2.0, coffee-script-source-1.3.3, erubis-2.7.0, execjs-1.4.0, hike-1.2.1, i18n-0.6.1, journey-1.0.4, jquery-rails-2.1.1, json-1.7.5, libv8-3.3.10.4-x86-linux, mail-2.4.4, mime-types-1.19, multi_json-1.3.6, polyglot-0.3.3, rack-1.4.1, rack-cache-1.2, rack-ssl-1.3.2, rack-test-0.6.1, rails-3.2.8, railties-3.2.8, rake-0.9.2.2, rdoc-3.12, sass-3.2.1, sass-rails-3.2.5, sprockets-2.1.3, sqlite3-1.3.6, therubyracer-0.10.2, thor-0.16.0, tilt-1.3.3, treetop-1.4.10, tzinfo-0.3.33, uglifier-1.2.7] (Gem::LoadError) | |
from /home/deployer/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:256:in `to_spec' | |
from /home/deployer/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems.rb:1231:in `gem' | |
from /home/deployer/.rvm/gems/ruby-1.9.3-p194@infrastructureapp/bin/passenger:18:in `<main>' | |
from /home/deployer/.rvm/gems/ruby-1.9.3-p194@infrastructureapp/bin/ruby_noexec_wrapper:14:in `eval' | |
from /home/deployer/.rvm/gems/ruby-1.9.3-p194@infrastructureapp/bin/ruby_noexec_wrapper:14:in `<main>' | |
deployer@ubuntu:~/apps/infrastructureapp/current$ which passenger | |
/home/deployer/.rvm/gems/ruby-1.9.3-p194@infrastructureapp/bin/passenger | |
deployer@ubuntu:~/apps/infrastructureapp/current$ gem list -d passenger | |
*** LOCAL GEMS *** | |
passenger (3.0.17) | |
Author: Phusion - http://www.phusion.nl/ | |
Rubyforge: http://rubyforge.org/projects/passenger | |
Homepage: http://www.modrails.com/ | |
Installed at: /home/deployer/.rvm/gems/ruby-1.9.3-p194@infrastructureapp | |
Easy and robust Ruby web application deployment |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment