search for: remotesourceexception

Displaying 8 results from an estimated 8 matches for "remotesourceexception".

2008 Apr 26
1
gem fetching error
...etcher.rb:60 - bad URI(is not URI?): ://: Exception `URI::InvalidURIError'' at /usr/lib/ruby/1.8/uri/common.rb:436 - bad URI(is not URI?): ://: Exception `URI::InvalidURIError'' at /usr/lib/ruby/site_ruby/1.8/rubygems/remote_fetcher.rb:60 - bad URI(is not URI?): ://: Exception `Gem::RemoteSourceException'' at /usr/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:292 - Error fetching remote gem cache: bad URI(is not URI?): ://: ERROR: While executing gem ... (Gem::RemoteSourceException) Error fetching remote gem cache: bad URI(is not URI?): ://: New to ruby, any pointer? -- Posted via...
2012 Mar 12
4
Help: Ruby Newbie Trying to Install on OSX 10.7.3
...67-61-37-207:~ clesceri$ rails Rails is not currently installed on this system. To get the latest version, simply type: $ sudo gem install rails You can then rerun your "rails" command. 67-61-37-207:~ clesceri$ sudo gem install rails Password: ERROR: While executing gem ... (Gem::RemoteSourceException) HTTP Response 302 fetching http://gems.rubyforge.org/yaml 67-61-37-207:~ clesceri$ So I did some searching and it said I need to update my ruby version. 67-61-37-207:rubygems-1.8.17 clesceri$ ruby setup.rb and I get ERROR: While executing gem ... (Errno::EACCES) Permission denied - /L...
2006 Aug 08
1
gem install/update errors
...nd gem install fails. =========== gem install rails Result --> ERROR: While executing gem ... (Errno::EBADF) Bad file descriptor - connect(2) =========== gem install rails -p http://proxy.server <http://proxy.server/> :port Result --> ERROR: While executing gem ... (Gem::RemoteSourceException) HTTP Response 407 =========== gem install rails -p http:login.id@password//proxy.server:port Result --> ERROR: While executing gem ... (Errno::EBADF) Bad file descriptor - connect(2) =========== Can somebody suggest an alternative way to install/update without individually downl...
2006 Mar 27
1
Problem installing Rails IN WINDOWS
...command prompt as C:\>gem install rails --remote C:\>"c:\ruby\bin\ruby.exe" "c:\ruby\bin\gem" install rails --remote Attempting remote installation of ''rails'' Updating Gem source index for: http://gems.rubyforge.org ERROR: While executing gem ... (Gem::RemoteSourceException) Error fetching remote gem cache: getaddrinfo: no address associated with hostname. There are proxy settings in my institute and i need to set it up from the command prompt? pls explain with an example.. Thanks in Advance.. -- Posted via http://www.ruby-forum.com/.
2010 Oct 05
1
Problems with gem install xhtmldiff on Windows XP
...ntRails 2.0 on a Windows XP machine and followed the installation steps outlined in the EPF wiki http://wiki.eclipse.org/EPF_Wiki_Installation_Guide. However, the command "gem install xhtmldiff" returns the following message at the command line "ERROR: While executing gem... <Gem::RemoteSourceException> HTTP Response 302 fetching http://gems.rubyforge.org/yaml" Suggestions for a fix for this problem much appreciated .. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/instantrails-users/attachments/20101004/0e46e535/attachm...
2006 Feb 02
2
Installation behind a proxy
...project and we started talking about RoR. I wanted to show it in action, so I downloaded the one-click Ruby installer for Windows and then tried to do "gem install Rails -include-dependencies". After a time-out period I received the following error: ERROR: While executing gem.(Gem::RemoteSourceException) Error fetching remote gem cache: getaddrinfo: no address associated with hostname That brings me to question 1 (and 1a, I guess): Their site operates behind a proxy. Is that the issue here? What port does gems use, anyway? >From the RoR web site I found that I could download the Ra...
2006 Mar 27
6
Problem installing Rails
Hi I am getting the following error when i tried to install rails in windows using command prompt.... Attempting remote installation of ''rails'' Updating Gem source index for: http://gems.rubyforge.org ERROR: While executing gem ... (Gem::RemoteSourceException) Error fetching remote gem cache: getaddrinfo: no address associated with hostname. There are proxy settings in my institute and i need to set it up from the command prompt? pls explain with an example.. Thanks in Advance.. -- Posted via http://www.ruby-forum.com/.
2010 Nov 28
0
gem update --system returns error
...iously also to both Ruby and RoR. Please do bare with me. Yoroshiku onegaishimasu! I am having trouble understanding what to do when the following error appears when I try to update RubyGems: C:\InstantRails\rails_apps\gem update -- system Updating RubyGems... ERROR: While executing gem ... (Gem::RemoteSourceException) HTTP Response 302 fetching http://gems.rubyforge.org/yaml I am using instructions as composed by Patrick Lenz in Simply Rails 2. I''m on Windows Vista SP1. Thanks in advance! Alex -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed t...