Displaying 14 results from an estimated 14 matches for "applicationspawn".
Did you mean:
applicationspawner
2010 Feb 28
5
Passenger and Puppet problems
Cant seem to get Passenger to work on my test server. Keep getting the
following error in access_log
*** Exception LoadError in PhusionPassenger::Rack::ApplicationSpawner
(no such file to load -- rack/builder) (process 1998):
from config.ru:1
Rack was installed from gem and is in the gempath.
puppetversion 0.24.8 (both server and client)
passenger (2.2.5)
rack (1.0.1)
rake (0.8.3)
RHEL 5.3
httpd 2.2.3-22
ruby 1.8.5
The config.ru file is copied and pasted...
2009 Sep 10
2
passenger with ruby enterprise edition
Hi I am failing to start apache2 with ruby enterprise edition and
passenger 2.2.5
[Wed Sep 09 17:38:20 2009] [notice] Apache/2.2.11 (Ubuntu)
mod_ssl/2.2.11 OpenSSL/0.9.8g Phusion_Passenger/2.2.5 configured --
resuming normal operations
*** Exception LoadError in PhusionPassenger::Rack::ApplicationSpawner
(no such file to load -- puppet) (process 16544):
from /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require''
from /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`requ...
2010 Nov 16
2
Passenger cannot load Rack
I am getting the following error in my Apache error log when trying to
run my puppetmaster as a rack app with Passenger:
*** Exception LoadError in PhusionPassenger::Rack::ApplicationSpawner
(no such file to load -- rack) (process 32373):
Apache will start up without error, but as soon as a puppet client
connects, the error is thrown.
Passenger is dying at a "require ''rack''" statement in the rack
application spawner code. In older versions of Passenger,...
2013 Feb 22
1
upgraded to puppet 1.2.22 from 1.2.21 and get error
[ pid=1870 thr=69908823898540 file=utils.rb:176 time=2013-02-22
16:39:47.170 ]: *** Exception RuntimeError in
PhusionPassenger::Rack::ApplicationSpawner (can''t activate rack (~> 1.1.0,
runtime) for [], already activated rack-1.5.2 for []) (process 1870, thread
#<Thread:0x7f29d53af358>):
from ./config/../vendor/rails/railties/lib/initializer.rb:271:in
`require_frameworks''
from ./config/../vendor/rails/railties/lib...
2010 Jun 24
8
Passenger barfs.
...:706 time=2010-06-24 10:48:40.476 ]:
The backend application (process 7077) did not send a valid HTTP
response; instead, it sent nothing at all. It is possible that it has
crashed; please check whether there are crashing bugs in this
application.
*** Exception TypeError in PhusionPassenger::Rack::ApplicationSpawner
(can''t convert Array into String) (process 7077):
from /usr/lib/ruby/gems/1.8/gems/rack-1.2.1/lib/rack/utils.rb:138:in
`union''
from /usr/lib/ruby/gems/1.8/gems/rack-1.2.1/lib/rack/utils.rb:138
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31...
2009 May 04
1
Passenger 2.2.1 error?
Hi,
I am running my rails 2.3.2 app on Passenger 2.2.1.
There''s a simple page like
render :text => "Hello"
And it crashes about every 1 out of 5 refreshes.
Is there any known issue with Passenger 2.2.1?
Thanks.
Sam
--
Posted via http://www.ruby-forum.com/.
2009 Jun 22
0
Passenger 2.2.2 error
Hi,
I deployed an rails 2.3.2 app on passenger 2.2.2.
I get the following error sometimes.
Is it something I can fix in my app or not?
Passenger encountered the following error:
The application spawner server exited unexpectedly: Broken pipe
Exception class:
PhusionPassenger::Railz::ApplicationSpawner::Error
Backtrace:
# File Line Location
0 /dh/passenger/lib/phusion_passenger/railz/application_spawner.rb 117
in `spawn_application''
1 /dh/passenger/lib/phusion_passenger/spawn_manager.rb 265 in
`spawn_rails_application''
2 /dh/passenger/lib/phusion_passenger/abstract_server_coll...
2011 Apr 07
1
Problems with /bin/cat and flintlock?
...ng and this is locking up the Ruby process.
My guess is that Xapian is locking up in a system call and Ruby can't schedule its green threads.
I've done some basic debugging with strace and noticed the following:
29944 30022 29942 29939 ? -1 Sl 33 0:09 | | \_ Passenger ApplicationSpawner: /srv/www/www.oriontransfer.co.nz
30022 30041 29942 29939 ? -1 S 33 0:00 | | | \_ /bin/cat
[Using the following source code as a reference http://xapian.org/docs/sourcedoc/html/flint__lock_8cc_source.html]
At this point, using strace I found that the application process...
2012 Oct 08
11
Puppet 3.0 upgrade issue
Hi @all,
after upgrading my puppet server to Puppet 3.0 I got the following error
every time a client connect to the server:
[ pid=1532 thr=70147393710520 file=utils.rb:176 time=2012-10-08
11:17:56.504 ]: *** Exception NoMethodError in
PhusionPassenger::Rack::ApplicationSpawner (undefined method `settings'' for
Puppet:Module) (process 1532, thread #<Thread:0x7f98ecf7d370>):
from /usr/lib/ruby/site_ruby/1.8/puppet/application.rb:273:in
`run_mode''
from /usr/lib/ruby/site_ruby/1.8/puppet/application/master.rb:5
from /usr/lib/r...
2012 Dec 11
1
"GET /production/certificate/puppet-client2.tcl-oob.net? HTTP/1.1" 500 11298 "-" "-"
...TP/1.1" 500 11298 "-"
"-"
When I run puppet master without passenger, I am able to request and sign
certificates.
I see this in http error logs
[ pid=1682 thr=18899200 file=utils.rb:176 time=2012-12-11 16:14:41.230 ]:
*** Exception LoadError in PhusionPassenger::Rack::ApplicationSpawner
(cannot load such file -- puppet/util/command_line) (process 1682, thread
#<Thread:0x0000000240c200>):
from /usr/local/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in
`require''
from /usr/local/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in
`require''...
2012 Mar 29
25
Unable to deploy to Apache
...knownError
Application root:
/home/rubys/work/depot
Backtrace
---------------------------------------------------------------------------------------------------------------
This is the error in /var/log/httpd/error_log
*** Exception PhusionPassenger::UnknownError in
PhusionPassenger::Rack::ApplicationSpawner (unable to open database
file (SQLite3::CantOpenException)) (process 3244, thread #<Thread:
0xa1db870>):
---------------------------------------------------------------------------------------------------------------
By the way, I''m running:
Ruby 1.9.3p0
Rails 3.1.3
Phusion Pass...
2012 Mar 28
4
Could not load confine test 'operatingsystem': cannot load such file -- puppet/provider/confine/operatingsystem
Hello,
I''m having some trouble. I keep getting the following warnings when
trying to run:
$ puppet master --no-daemonize
/usr/local/build/puppet-bundle/vendor/gems/ruby/1.9.1/gems/
puppet-2.7.12/lib/puppet/external/pson/pure.rb:7:in `<module:PSON>'':
iconv will be deprecated in the future, use String#encode instead.
Could not load confine test
2011 Oct 04
4
Problem: Puppet under Passenger.
Having issues getting Puppet running under Passenger.
From httpd error_log:
[ pid=24647 thr=268010020 file=utils.rb:176 time=2011-10-04
11:45:10.892 ]: *** Exception LoadError in
PhusionPassenger::Rack::ApplicationSpawner (no such file to load --
puppet/application/master) (process 24647, thread #<Thread:
0x0000001ff30448>):
from /usr/local/rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/
1.9.1/rubygems/custom_require.rb:36:in `require''
from /usr/local/rvm/rubies/ruby-1.9.2-p290/lib/ru...
2012 Sep 28
8
Puppet/Passenger :: Could not retrieve catalog from remote server:Error 403 on server
Greetings,
I have a tested, working setup of Puppet and Webrick. I can add nodes,
classes, etc.
Then I switched to Puppet/Passenger and get the error below.
Puppet, Apache and Passenger are all up.
I have installed using *YUM *repos and *GEMs*. So, I have the most updated
packages they have.
Puppet version: 2.7.19
Ruby version: 1.8.7 (2011-06-30 patchlevel 352 i386)
Apache: 2.2.15
The error