ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

Problem that App wont start - Could not load the bundler gem. Install it with `gem install bundler`.

Added by Niels Przybilla at 2013-05-15 09:51 am

Hello,

i have a Ubuntu 12.04 Server.Now my App do not want to start.

nay idea what i can change to make it work ?

THX Niels

This is the error:

Error message:
Could not load the bundler gem. Install it with `gem install bundler`.

Here re some infos:

gem install bundler
Successfully installed bundler-1.3.5
1 gem installed

ruby -v
ruby 1.8.7 (2012-10-12 patchlevel 371) [x86_64-linux]

root@ubuntu64bit11-10-64bit:/var/www/chiliproject# rvm info

ruby-1.8.7-p371:

system:
uname: "Linux ubuntu64bit11-10-64bit 3.2.0-41-generic #66-Ubuntu SMP Thu Apr 25 03:27:11 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux"
system: "ubuntu/12.04/x86_64"
bash: "/bin/bash => GNU bash, version 4.2.25(1)-release (x86_64-pc-linux-gnu)"
zsh: " => not installed"
rvm:
version: "rvm 1.19.6 (stable) by Wayne E. Seguin <>, Michal Papis <> [https://rvm.io/]"
updated: "17 days 15 hours 57 minutes 58 seconds ago"
ruby:
interpreter: "ruby"
version: "1.8.7"
date: "2012-10-12"
platform: "x86_64-linux"
patchlevel: "2012-10-12 patchlevel 371"
full_version: "ruby 1.8.7 (2012-10-12 patchlevel 371) [x86_64-linux]"
homes:
gem: "/usr/local/rvm/gems/ruby-1.8.7-p371"
ruby: "/usr/local/rvm/rubies/ruby-1.8.7-p371"
binaries:
ruby: "/usr/local/rvm/rubies/ruby-1.8.7-p371/bin/ruby"
irb: "/usr/local/rvm/rubies/ruby-1.8.7-p371/bin/irb"
gem: "/usr/local/rvm/rubies/ruby-1.8.7-p371/bin/gem"
rake: "/usr/local/rvm/gems/ruby-1.8.7-p371/bin/rake"
environment:
PATH: "/usr/local/rvm/gems/ruby-1.8.7-p371/bin:/usr/local/rvm/gems/ruby-1.8.7-p371@global/bin:/usr/local/rvm/rubies/ruby-1.8.7-p371/bin:/usr/local/rvm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/root/bin:/var/lib/gems/1.8/bin"
GEM_HOME: "/usr/local/rvm/gems/ruby-1.8.7-p371"
GEM_PATH: "/usr/local/rvm/gems/ruby-1.8.7-p371:/usr/local/rvm/gems/ruby-1.8.7-p371@global"
MY_RUBY_HOME: "/usr/local/rvm/rubies/ruby-1.8.7-p371"
IRBRC: "/usr/local/rvm/rubies/ruby-1.8.7-p371/.irbrc"
RUBYOPT: ""
gemset: ""

root@ubuntu64bit11-10-64bit:/var/www/chiliproject#

root@ubuntu64bit11-10-64bit:/var/www/chiliproject# bundle list
Gems included by the bundle: * actionmailer (2.3.14) * actionpack (2.3.14) * activerecord (2.3.14) * activeresource (2.3.14) * activesupport (2.3.14) * acts-as-taggable-on (2.1.0) * bundler (1.3.5) * coderay (1.0.5) * fastercsv (1.5.4) * i18n (0.4.2) * json (1.7.7) * liquid (2.3.0) * mysql (2.8.1) * mysql2 (0.2.18) * net-ldap (0.2.2) * pg (0.9.0) * rack (1.1.3) * rails (2.3.14) * rake (0.9.2.2) * rdoc (3.12) * rmagick (2.13.1) * ruby-openid (2.1.8) * rubytree (0.5.3) * sqlite3-ruby (1.2.5)


Replies (3)

RE: Problem that App wont start - Could not load the bundler gem. Install it with `gem install bundler`. - Added by Niels Przybilla at 2013-05-15 03:57 pm

Hi,

according to the doc i found i put a restart.text file in tmp dir and i restarted the apche2

Best wishes

Niels

RE: Problem that App wont start - Could not load the bundler gem. Install it with `gem install bundler`. - Added by Felix Schäfer at 2013-05-15 07:48 pm

So I guess you are using passenger? I'm not sure that passenger knows about rvm on its own, you will probably need to add an .rvmrc to your ChiliProject or to change the ruby root in the passenger configuration to the rvm ruby path.

(1-3/3)