search for: httperror

Displaying 20 results from an estimated 32 matches for "httperror".

2007 Dec 17
9
Rails 2.0.2: Some new defaults and a few fixes
Now that we have the big Rails 2.0 release out the door, it''s a lot easier to push out smaller updates more frequently. So that''s what we''re going to do. Rails 2.0.2 contains a bunch of smaller fixes to various bugs, no show-stopping action, just further polish. But it also contains a few new defaults:
2008 May 17
1
Can someone help with this error?
Hello all, I get this intermittent error saying OpenURI::HTTPError. At the bottom of the email is what is reported in my backgroundrb_server_<port>.log file. The process_netflix_reviews method is parsing (in the background) Netflix''s RSS feeds. This error also pretty much brings down the BDRb process and to recover, I am forced to do a ./script/ba...
2006 Jun 21
7
Mongrel 0.3.13.1 -- Quick Small Fixes
Hi Everyone, This is a small release that fixes a little bug, some of the documentation, and adds the new RedirectHandler code and a @redirect@ call for the mongrel.conf files. It''s fresh so don''t rely on it. Everyone should upgrade with the usual *gem update* command (which tells you it''s "Upgrading...") and tell me how it works. This release fixes: * The
2006 Jun 15
8
Markaby Installation Issues
...ure, so I tried to install the plugin as well. Plugin installation fails looking for a file: Script/plugin install http://code.whytheluckystiff.net/svn/markaby/trunk Outputs this error: + ./trunk/svnindex.xsl /usr/local/lib/ruby/1.8/open-uri.rb:290:in `open_http'': 404 Not Found (OpenURI::HTTPError) When I try to access my .mab file I get a template not found, leading me to think that something isn''t installed right. What am I doing wrong here? -RR
2012 Oct 18
2
Different return codes on exec during puppet agent run vs command line Windows
...tication\" /featurename:\"IIS-DirectoryBrowsing\" /featurename:\"IIS-HealthAndDiagnostics\" /featurename:\"IIS-HostableWebCore\" /featurename:\"IIS-HttpCompressionDynamic\" /featurename:\"IIS-HttpCompressionStatic\" /featurename:\"IIS-HttpErrors\" /featurename:\"IIS-HttpLogging\" /featurename:\"IIS-HttpRedirect\" /featurename:\"IIS-HttpTracing\" /featurename:\"IIS-IIS6ManagementCompatibility\" /featurename:\"IIS-IISCertificateMappingAuthentication\" /featurename:\"IIS-IPSecu...
2007 Nov 11
0
Recent French communications
...ent (Download problem) [French:] salut Alex, je ne peut pas télécharger wxruby-1.9.2 avec rubygems. J''avait wxruby-1.9.0, mais j''ai fait une restauration complète de mon pc hier. J''ai la version 0.9.4 de ruby gems. J''ai un message d''erreur <openURI::HTTPerror> quand je veut installer wxruby-1.9.2. merci [English:] Hello Alex, I can not download wxruby-1.9.2 with rubygems. I had wxruby-1.9.0, but I did a complete restoration of my pc yesterday. I have version 0.9.4 of ruby gems. I receive an error message <openURI::HTTPerror> when I want to i...
2006 Apr 14
2
Markaby trunk broken?
...ello! Does anyone know how I can check out the Markaby trunk? I''m getting this error: <code> ruby script/plugin install http://code.whytheluckystiff.net/svn/markaby/trunk + ./trunk/svnindex.xsl /usr/local/lib/ruby/1.8/open-uri.rb:290:in `open_http'': 404 Not Found (OpenURI::HTTPError) from /usr/local/lib/ruby/1.8/open-uri.rb:629:in `buffer_open'' from /usr/local/lib/ruby/1.8/open-uri.rb:167:in `open_loop'' from /usr/local/lib/ruby/1.8/open-uri.rb:165:in `open_loop'' from /usr/local/lib/ruby/1.8/open-uri.rb:135:in `open_uri...
2007 Nov 10
9
problème de téléchargement
salut Alex, je ne peut pas télécharger wxruby-1.9.2 avec rubygems. J''avait wxruby-1.9.0, mais j''ai fait une restauration complète de mon pc hier. J''ai la version 0.9.4 de ruby gems. J''ai un message d''erreur <openURI::HTTPerror> quand je veut installer wxruby-1.9.2. merci _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Sep 27
11
Installation success, execution failed
Hello, after I wasn''t able to install wxruby via gem (404) I downloaded the file from rubyforge and installed it on my intel mac. No failure the so I tried to start the minimal.rb with ruby -r/r?/ ubegems <path>... This didn''t work so I tried to do it in irb but the same error occured: irb(main):001:0> require ''rubygems'' => true
2006 Jun 29
1
gem flaking out on me
# gem install rmagick Bulk updating Gem source index for: http://gems.rubyforge.org ERROR: While executing gem ... (OpenURI::HTTPError) 404 Not Found # gem update sources Updating installed gems... Attempting remote update of sources ERROR: While executing gem ... (Gem::GemNotFoundException) Could not find sources (> 0) in the repository # gem search rmagic --remote *** REMOTE GEMS *** # # gem environment Rubygems...
2006 Jun 30
1
Problems installing rails
I''ve installed Ruby and Rubygems, but when I launch the command prompt and type: Attempting local installation of ''rails'' Local gem file not found: rails*.gem Attempting remote installation of ''rails'' ERROR: While executed gem ... <OpenURI : : HTTPError> 404 Not Found Now I did something else and its saying error 300 Multiple Choices. Is there a better guide to installing rails somewhere? Or can someone help me out. Thanks in advance. -- Posted via http://www.ruby-forum.com/.
2007 Nov 10
1
Upgrade on windows to 1.1
...mote update of mongrel Select which gem to install for your platform (i386-mswin32) 1. mongrel 1.1 (java) 2. mongrel 1.1 (mswin32) 3. mongrel 1.1 (ruby) 4. mongrel 1.0.4 (ruby) 5. mongrel 1.0.4 (mswin32) 6. Skip this gem 7. Cancel installation 2 > ERROR: While executing gem ... (OpenURI::HTTPError) 404 Not Found This is using the NetBean IDE''s ''ruby gem'' functionality, and I''m NOT using JRuby. I get the same problem with the command-line gem tool. --Michael
2007 Dec 10
2
Updating Rails to 2.0 on Mac OS X 10.5.1 won't work
...ails" but I get this error: Updating installed gems... Bulk updating Gem source index for: http://gems.rubyforge.org Attempting remote update of rails Install required dependency activesupport? [Yn] y Install required dependency activerecord? [Yn] y ERROR: While executing gem ... (OpenURI::HTTPError) 404 Not Found What have I done wrong? Thanks in advance Specs: MacBook 2 GHz C2D Mac OS X 10.5.1 Ruby 1.8.6 Rails 1.2.3 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. T...
2008 Nov 21
2
How to install the plugin manually?
Dear all I would like to install plugin auto_complete but failed.. jruby -S script/plugin discover C:/jruby-1.1.5/lib/ruby/1.8/open-uri.rb:278:in `open_http'': 407 Proxy Authentication Required (OpenURI::HTTPError) I have set the http_proxy=http://user:password@host:port/, It is working fine to fetch gem files. I know the plugin is in here: http://dev.rubyonrails.com/svn/rails/plugins/auto_complete/ I want to install it manually. Please advises. Thank you very much. Valentino -- Posted via http://www.r...
2006 Apr 26
10
ANN: svn_conf generator -- making "svn import" easy and fun
Rails make it easy to start a new application. At the same time, import a new project into Subversion is not that simple -- there are quite few files that should be ignored. I used to manually remove added log files and tmp/cache, tmp/sessions, tmp/sockets files after the import and then go through the painful process of setting svn:ignore properties. There is an easier way -- simply
2005 Jun 24
9
new mysql gem
Hi everyone, For those who have/had problems with Webrick not properly closing MySQL connections, there is a new MySQL gem. (Actually the version was released some time ago, just nobody took the time to make a gem) So run "gem update" or just "gem install mysql" to update (not sure if the latter also updates). Special thanks to Tobias Luetke, who forwarded the gem to Chad
2007 Aug 10
3
[ win32utils-Bugs-12979 ] Error while trying to update my gem collection
...tatus: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: Error while trying to update my gem collection Initial Comment: C:\ruby>gem update Updating installed gems... Attempting remote update of windows-pr ERROR: While executing gem ... (OpenURI::HTTPError) 404 Not Found C:\ruby>ruby -v ruby 1.8.6 (2007-03-13 patchlevel 0) [i386-mswin32] C:\ruby>gem --version 0.9.4 ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=411&aid=12979&...
2010 Jan 10
7
IIS + Apache + Mongrel: Problem with big data submit form
...b-site via IIS, i.e., http://mywebsite. This does not happen when I try directly with Apache at http://mywebsite:8080 or Mongrel at http://mywebsite:4001/(4002) So I think there may be something wrong at the point of forwarding requests from IIS to Apache using ISAPI Rewrite. I found this error in httperror.log: ------------------ Timer_EntityBody DefaultAppPool ------------------ But I totally get stuck at that point. Please help if you have any suggestion to solve this problem. Thank you! Best regards, .Viet Trung. -- You received this message because you are subscribed to the Google Groups &...
2007 Dec 07
7
activerecord 2.0.1 gem
I have tried to install activerecord 2.0.1 both through gem update and by manually downloading it and doing gem install. They both fail with MANUAL: C:\DRC\ruby>gem install activerecord-2.0.1 ERROR: Error installing gem activerecord-2.0.1[.gem]: buffer error REMOTE: R:\workzone\dwell-aware\trunk>gem update --source http://gems.rubyonrails.com Updating installed gems... Attempting remote
2006 Aug 09
3
Can''t update actionmailer gem?
Trying to update actionmailer gem, and it''s complaining about the version of actionpack not being correct. C:\eclipse\workspace>gem update actionmailer Updating installed gems... Attempting remote update of actionmailer Install required dependency actionpack? [Yn] Y ERROR: While executing gem ... (Gem::GemNotFoundException) Could not find actionpack (= 1.12.4) in the repository