Skip to content

Instantly share code, notes, and snippets.

@gnufied
Created July 15, 2013 19:40
Show Gist options
  • Save gnufied/6002777 to your computer and use it in GitHub Desktop.
Save gnufied/6002777 to your computer and use it in GitHub Desktop.
NoMethodError: undefined method `started?' for nil:NilClass
/Users/gnufied/jruby-1.7.4/lib/ruby/shared/rubygems/remote_fetcher.rb:322:in `connection_for'
/Users/gnufied/jruby-1.7.4/lib/ruby/shared/rubygems/remote_fetcher.rb:413:in `request'
/Users/gnufied/jruby-1.7.4/lib/ruby/shared/rubygems/remote_fetcher.rb:205:in `fetch_http'
org/jruby/RubyBasicObject.java:1730:in `__send__'
org/jruby/RubyKernel.java:2221:in `send'
/Users/gnufied/jruby-1.7.4/lib/ruby/shared/rubygems/remote_fetcher.rb:238:in `fetch_path'
/Users/gnufied/jruby-1.7.4/lib/ruby/shared/rubygems/remote_fetcher.rb:135:in `download'
/Users/gnufied/nomads/bundler/lib/bundler/rubygems_integration.rb:174:in `download_gem'
/Users/gnufied/nomads/bundler/lib/bundler/fetcher.rb:56:in `download_gem_from_uri'
/Users/gnufied/nomads/bundler/lib/bundler/fetcher.rb:43:in `fetch'
/Users/gnufied/nomads/bundler/lib/bundler/installer.rb:107:in `install_gem_from_spec'
/Users/gnufied/nomads/bundler/lib/bundler/installer.rb:266:in `install_in_parallel'
org/jruby/RubyProc.java:255:in `call'
/Users/gnufied/nomads/bundler/lib/bundler/worker_pool.rb:48:in `prepare_workers'
org/jruby/RubyKernel.java:1489:in `loop'
/Users/gnufied/nomads/bundler/lib/bundler/worker_pool.rb:45:in `prepare_workers'
Gem::RemoteFetcher::FetchError: Socket closed (https://s3.amazonaws.com/production.s3.rubygems.org/gems/arel-4.0.0.gem)
/Users/gnufied/jruby-1.7.4/lib/ruby/shared/rubygems/remote_fetcher.rb:331:in `connection_for'
/Users/gnufied/jruby-1.7.4/lib/ruby/shared/rubygems/remote_fetcher.rb:413:in `request'
/Users/gnufied/jruby-1.7.4/lib/ruby/shared/rubygems/remote_fetcher.rb:205:in `fetch_http'
/Users/gnufied/jruby-1.7.4/lib/ruby/shared/rubygems/remote_fetcher.rb:220:in `fetch_http'
org/jruby/RubyBasicObject.java:1730:in `__send__'
org/jruby/RubyKernel.java:2221:in `send'
/Users/gnufied/jruby-1.7.4/lib/ruby/shared/rubygems/remote_fetcher.rb:238:in `fetch_path'
/Users/gnufied/jruby-1.7.4/lib/ruby/shared/rubygems/remote_fetcher.rb:135:in `download'
/Users/gnufied/nomads/bundler/lib/bundler/rubygems_integration.rb:174:in `download_gem'
/Users/gnufied/nomads/bundler/lib/bundler/fetcher.rb:56:in `download_gem_from_uri'
/Users/gnufied/nomads/bundler/lib/bundler/fetcher.rb:43:in `fetch'
/Users/gnufied/nomads/bundler/lib/bundler/installer.rb:107:in `install_gem_from_spec'
/Users/gnufied/nomads/bundler/lib/bundler/installer.rb:266:in `install_in_parallel'
org/jruby/RubyProc.java:255:in `call'
/Users/gnufied/nomads/bundler/lib/bundler/worker_pool.rb:48:in `prepare_workers'
org/jruby/RubyKernel.java:1489:in `loop'
/Users/gnufied/nomads/bundler/lib/bundler/worker_pool.rb:45:in `prepare_workers'
An error occurred while installing arel (4.0.0), and Bundler cannot continue.
Make sure that `gem install arel -v '4.0.0'` succeeds before bundling.
Bundler::InstallError: An error occurred while installing arel (4.0.0), and Bundler cannot continue.
Make sure that `gem install arel -v '4.0.0'` succeeds before bundling.
/Users/gnufied/nomads/bundler/lib/bundler/installer.rb:136:in `install_gem_from_spec'
/Users/gnufied/nomads/bundler/lib/bundler/installer.rb:266:in `install_in_parallel'
org/jruby/RubyProc.java:255:in `call'
/Users/gnufied/nomads/bundler/lib/bundler/worker_pool.rb:48:in `prepare_workers'
org/jruby/RubyKernel.java:1489:in `loop'
/Users/gnufied/nomads/bundler/lib/bundler/worker_pool.rb:45:in `prepare_workers'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment