Hi,

I haven't tested puppet/passenger with those versions of passenger/rake but 
they appear high to me.

I use 2.1x of passenger and 1.1 of rake (cant remember exact versions). Higher 
versions did not work.

This may or may not be your particular issue as I currently run 2.6.4 of puppet.

Cheers,
Den

On 05/05/2011, at 7:51, PBWebGuy <[email protected]> wrote:

> I have been through all of the instructions for setting up a
> PuppetMaster using Passenger.  At the present time, when I access
> Passenger I receive the Passenger Error page with the message "The
> application has exited during startup (i.e. during the evaluation of
> config/environment.rb)".  I've looked at the log files and there is
> nothing obvious.
> 
> When I run puppetmaster everything is working with a 2nd node.  Then
> when I switch over to Passenger, I get the error.
> 
> Any suggestions?
> 
> Thanks,
> 
> John
> 
> 
> Here is some of my configuration information:
> 
> ------------
> config.ru
> 
> # a config.ru, for use with every rack-compatible webserver.
> # SSL needs to be handled outside this, though.
> 
> # if puppet is not in your RUBYLIB:
> # $:.unshift('/opt/puppet/lib')
> 
> $0 = "master"
> 
> # if you want debugging:
> # ARGV << "--debug"
> ARGV << "--debug"
> 
> #ARGV << "--rack"
> require 'puppet/application/master'
> # we're usually running inside a Rack::Builder.new {} block,
> # therefore we need to call run *here*.
> run Puppet::Application[:master].run
> -----------
> 
> *** LOCAL GEMS ***
> 
> daemon_controller (0.2.6)
> fastthread (1.0.7)
> passenger (3.0.7)
> rack (1.2.2)
> rake (0.8.7)
> 
> Running Puppet 2.6.7
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Puppet Users" 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/puppet-users?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" 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/puppet-users?hl=en.

Reply via email to