Displaying 5 results from an estimated 5 matches for "httpserverexcept".
2006 Aug 23
1
Net::HTTPServerException 404 "Not Found"
I''m calling a web service using and am receiving the following error:
Net::HTTPServerException 404 "Not Found"
Can''t find any documentation on this. What method throws this error? The
get, or the reading of the response? I''m performing a
Net::HTTP::Get.new, then reading the response.
Thanks!
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~-...
2011 Aug 21
1
dashboard 1.1.1 with filebucket doesn't show contents of the new file
...ow?file=26a3112822d01f2ce6b3f052bf2809de]
Processing FilesController#show (for 192.168.20.20 at 2011-08-21
17:37:52) [GET]
Parameters: {"action"=>"show", "controller"=>"files",
"file"=>"dd97364ab0559344d73231f517951595"}
Net::HTTPServerException (404 "Not Found"):
/usr/lib/ruby/1.8/net/http.rb:2097:in `error!''
lib/puppet_https.rb:34:in `get''
app/controllers/files_controller.rb:23:in `show''
haml (3.0.13) [v] rails/./lib/sass/plugin/rack.rb:41:in `call''
passenger (3.0.8) lib/phusion_...
2010 May 25
0
Using Puppet via a proxy.
...and I had to
add the Puppet port to the "Safe_ports" ACL list and also allow usage
of the "CONNECT" method for that port.
However, when I attempt to use puppetd to attempt to connect for the
first time I get the following error:
err: Could not call puppetca.getcert: #<Net::HTTPServerException: 404
"Not Found">
err: Could not request certificate: Certificate retrieval failed: 404
"Not Found"
The proxy is allowing the request through but I don''t understand why
the Puppetmaster suddenly gives this error. When a machine connects
directly to the puppetmast...
2011 Jun 27
12
Ruby script to download files without 'puppet agent'
We have often the Problem that some files need to be checked for updates
faster than the cycle of the puppet agent. I try to solve this with a
script which tries to download the files directly from the fileserver of
the puppetmaster. So far i couldn''t get it to work.
I don''t know if i got the URL right, i did not find any examples on the
REST API documentation for the
2012 Aug 08
5
Error Bundler
...e vendor/assets/stylesheets
create vendor/assets/stylesheets/.gitkeep
create vendor/plugins
create vendor/plugins/.gitkeep
run bundle install
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/http.rb:2632:in
`error!'': 400 "Bad request" (Net::HTTPServerException)
from
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/http.rb:2641:in
`value''
from
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/http.rb:795:in
`connect''
from
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/http.rb:755:in
`do_start''...