Skip to content

Instantly share code, notes, and snippets.

Created March 30, 2010 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/349435 to your computer and use it in GitHub Desktop.
Save anonymous/349435 to your computer and use it in GitHub Desktop.
C:\data\BrandonH\Dev>jruby -S gem install arel -V --debug
Exception `Gem::LoadError':Could not find RubyGem test-unit (>= 0)
at C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems.rb:777 - #<Gem::LoadError:0x12c55e4>
GET http://gemcutter.org/prerelease_specs.4.8.gz
302 Found
GET http://production.s3.rubygems.org/prerelease_specs.4.8.gz
200 OK
GET http://gems.github.com/prerelease_specs.4.8.gz
200 OK
GET http://gemcutter.org/specs.4.8.gz
302 Found
GET http://production.s3.rubygems.org/specs.4.8.gz
200 OK
GET http://gems.github.com/specs.4.8.gz
200 OK
GET http://gemcutter.org/quick/Marshal.4.8/tzinfo-0.3.18.gemspec.rz
Exception `Gem::RemoteFetcher::FetchError':SystemCallError: Unknown error - An established connection was aborted by the software in your host machine
(http://gemcutter.org/quick/Marshal.4.8/tzinfo-0.3.18.gemspec.rz) at C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/remote_fetcher.rb:178 - #<Gem::Re
moteFetcher::FetchError:0xfbee71>
Error fetching remote data: SystemCallError: Unknown error - An established connection was aborted by the software in your host machine (h
ttp://gemcutter.org/quick/Marshal.4.8/tzinfo-0.3.18.gemspec.rz)
Falling back to local-only install
Installing gem i18n-0.3.6
Downloading gem i18n-0.3.6.gem
GET http://gemcutter.org/gems/i18n-0.3.6.gem
Exception `Gem::RemoteFetcher::FetchError':IOError: An established connection was aborted by the software in your host machine (http://gemcutter.org/g
ems/i18n-0.3.6.gem) at C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/remote_fetcher.rb:178 - #<Gem::RemoteFetcher::FetchError:0x1e5b221>
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
IOError: An established connection was aborted by the software in your host machine (http://gemcutter.org/gems/i18n-0.3.6.gem)
C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/remote_fetcher.rb:178:in `fetch_path'
C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/remote_fetcher.rb:108:in `download'
C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/dependency_installer.rb:250:in `install'
C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/dependency_installer.rb:240:in `each'
C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/dependency_installer.rb:240:in `install'
C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/commands/install_command.rb:119:in `execute'
C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/commands/install_command.rb:116:in `each'
C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/commands/install_command.rb:116:in `execute'
C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/command.rb:258:in `invoke'
C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/command_manager.rb:134:in `process_args'
C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/command_manager.rb:104:in `run'
C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/gem_runner.rb:58:in `run'
C:/jruby-1.4.0/bin/gem:24
Exception `Gem::SystemExitException':Exiting RubyGems with exit_code 1 at C:/jruby-1.4.0/lib/ruby/site_ruby/1.8/rubygems/user_interaction.rb:310 - #<G
em::SystemExitException:0x1eb0739>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment