Hi, Try loading rack in the ruby irb console.
The other thing is depending on your version of puppet an passenger you will need a particular rack version. Do a gem list and see if you have more than one rack gem installed and remove any that may have been recently upgraded. Can be a bit fiddly. Den On 13/08/2013, at 5:53, Larry Fast <[email protected]> wrote: > I have a puppetmaster running within passenger+rack. It has been running > properly for almost a year and decided to stop working on the weekend. Now > I'm getting the Purple "Ruby (Rack) application could not be started" screen > with > Error: no such file to load -- rack > Application: /data1/rack/puppetmaster > The backtrace is uninspiring. Snippets include: > /usr/lib/ruby/site_ruby/1.8/rubygems/core_ext/kernel_require.rb in > `gem_original_require' > /usr/share/rubygems/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb > in `load_rack_app' > > I can only guess that a file went missing or got corrupted but have no idea > where to look. I tried reinstalling Puppet 3.2.2, passenger & rack with no > change in behaviour. Suggestions? > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/puppet-users. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.
