Skip to content

Instantly share code, notes, and snippets.

@CootCraig
Created December 23, 2011 02:04
Show Gist options
  • Save CootCraig/1512773 to your computer and use it in GitHub Desktop.
Save CootCraig/1512773 to your computer and use it in GitHub Desktop.
Gem::RemoteFetcher::FetchError
fail: jruby 1.7.0.dev (ruby-1.9.3-p6) (2012-01-10 6886cc0) (Java HotSpot(TM) Client VM 1.7.0_02) [Windows 7-x86-java]
fail: jruby 1.6.5 (ruby-1.9.2-p136) (2011-10-25 9dcd388) (Java HotSpot(TM) Client VM 1.7.0_02) [Windows 7-x86-java]
fail: jruby 1.6.6.dev (ruby-1.9.2-p312) (2011-12-31 ef36279) (Java HotSpot(TM) ClientVM 1.7.0_02) [Windows 7-x86-java]
win: jruby 1.6.6.dev (ruby-1.9.2-p312) (2011-12-31 ef36279) (Java HotSpot(TM) ClientVM 1.6.0_29) [Windows 7-x86-java]
win: jruby 1.7.0.dev (ruby-1.9.3-p6) (2012-01-10 6886cc0) (Java HotSpot(TM) Client VM 1.6.0_29) [Windows 7-x86-java]
=======================================================================================
$ jruby -v
jruby 1.7.0.dev (ruby-1.9.3-p6) (2012-01-10 6886cc0) (Java HotSpot(TM) Client VM 1.7.0_02) [Windows 7-x86-java]
$ gem install bundler
Fetching: bundler-1.0.21.gem ( 36%)ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
too many connection resets (http://production.cf.rubygems.org/gems/bundler-1.0.21.gem)
=======================================================================================
$ jruby -v
jruby 1.6.5 (ruby-1.9.2-p136) (2011-10-25 9dcd388) (Java HotSpot(TM) Client VM 1.7.0_02) [Windows 7-x86-java]
$ gem install bundler
Fetching: bundler-1.0.21.gem ( 18%)ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
too many connection resets (http://production.cf.rubygems.org/gems/bundler-1.0.21.gem)
=======================================================================================
$ jruby -v
jruby 1.6.6.dev (ruby-1.9.2-p312) (2011-12-31 ef36279) (Java HotSpot(TM) ClientVM 1.7.0_02) [Windows 7-x86-java]
$ gem install bundler
Fetching: bundler-1.0.21.gem ( 8%)ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
too many connection resets (http://production.cf.rubygems.org/gems/bundler-1.0.21.gem)
=======================================================================================
$ jruby -v
jruby 1.6.6.dev (ruby-1.9.2-p312) (2011-12-31 ef36279) (Java HotSpot(TM) ClientVM 1.6.0_29) [Windows 7-x86-java]
$ gem install bundler
Fetching: bundler-1.0.21.gem (100%)
Successfully installed bundler-1.0.21
1 gem installed
=======================================================================================
$ jruby -v
jruby 1.7.0.dev (ruby-1.9.3-p6) (2012-01-10 6886cc0) (Java HotSpot(TM) Client VM 1.6.0_29) [Windows 7-x86-java]
$ gem install bundler
Fetching: bundler-1.0.21.gem (100%)
Successfully installed bundler-1.0.21
1 gem installed
craig@WIN-DA59D13QUAN ~/Documents/dev/sinatra_sse_02 (master)
$ jruby -v
jruby 1.7.0.dev (ruby-1.9.3-p0) (2011-12-22 70d42fb) (Java HotSpot(TM) Client VM
1.7.0_02) [Windows 7-x86-java]
craig@WIN-DA59D13QUAN ~/Documents/dev/sinatra_sse_02 (master)
$ gem list --remote json
*** REMOTE GEMS ***
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
too many connection resets (http://production.s3.rubygems.org/latest_specs.4
.8.gz)
$ jruby -v
jruby 1.7.0.dev (ruby-1.9.3-p0) (2011-12-23 70d42fb) (Java HotSpot(TM) Client VM 1.7.0_02) [Windows 7-x86-java]
$ gem install bundler
Fetching: bundler-1.0.21.gem ( 38%)ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
too many connection resets (http://production.cf.rubygems.org/gems/bundler-1.0.21.gem)
$ gem list --remote json
*** REMOTE GEMS ***
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
Errno::EAGAIN: Resource temporarily unavailable (http://rubygems.org/latest_
specs.4.8.gz)
$ jruby -v
jruby 1.7.0.dev (ruby-1.9.3-p0) (2011-12-22 3d34ca5) (Java HotSpot(TM) Client VM
1.7.0_02) [Windows 7-x86-java]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment