Skip to content

Instantly share code, notes, and snippets.

@mcmoyer
Created May 19, 2011 19:36
Show Gist options
  • Save mcmoyer/981548 to your computer and use it in GitHub Desktop.
Save mcmoyer/981548 to your computer and use it in GitHub Desktop.
JRuby bundler error
Updating git://github.com/alindeman/no_peeping_toms.git
zsh:1: no matches found: test/*
zsh:1: no matches found: bin/*
Updating git://github.com/mcmoyer/to_spreadsheet.git
Fetching source index for http://rubygems.org/
Fetching source index for http://gems.acig.com/
Using rake (0.8.7) from /home/mmoyer/.rvm/gems/jruby-1.6.1@global/specifications/rake-0.8.7.gemspec
Using aaronh-chronic (0.3.9) from /home/mmoyer/.rvm/gems/jruby-1.6.1@ccip3/specifications/aaronh-chronic-0.3.9.gemspec
Using abstract (1.0.0) from /home/mmoyer/.rvm/gems/jruby-1.6.1@ccip3/specifications/abstract-1.0.0.gemspec
Using activesupport (3.0.7) from /home/mmoyer/.rvm/gems/jruby-1.6.1@ccip3/specifications/activesupport-3.0.7.gemspec
Using builder (2.1.2) from /home/mmoyer/.rvm/gems/jruby-1.6.1@ccip3/specifications/builder-2.1.2.gemspec
Using i18n (0.5.0) from /home/mmoyer/.rvm/gems/jruby-1.6.1@ccip3/specifications/i18n-0.5.0.gemspec
Using activemodel (3.0.7) from /home/mmoyer/.rvm/gems/jruby-1.6.1@ccip3/specifications/activemodel-3.0.7.gemspec
Using erubis (2.6.6) from /home/mmoyer/.rvm/gems/jruby-1.6.1@ccip3/specifications/erubis-2.6.6.gemspec
Using rack (1.2.2) from /home/mmoyer/.rvm/gems/jruby-1.6.1@ccip3/specifications/rack-1.2.2.gemspec
Using rack-mount (0.6.14) from /home/mmoyer/.rvm/gems/jruby-1.6.1@ccip3/specifications/rack-mount-0.6.14.gemspec
Using rack-test (0.5.7) from /home/mmoyer/.rvm/gems/jruby-1.6.1@ccip3/specifications/rack-test-0.5.7.gemspec
Using tzinfo (0.3.27) from /home/mmoyer/.rvm/gems/jruby-1.6.1@ccip3/specifications/tzinfo-0.3.27.gemspec
Using actionpack (3.0.7) from /home/mmoyer/.rvm/gems/jruby-1.6.1@ccip3/specifications/actionpack-3.0.7.gemspec
Using mime-types (1.16) from /home/mmoyer/.rvm/gems/jruby-1.6.1@ccip3/specifications/mime-types-1.16.gemspec
Using polyglot (0.3.1) from /home/mmoyer/.rvm/gems/jruby-1.6.1@ccip3/specifications/polyglot-0.3.1.gemspec
Using treetop (1.4.9) from /home/mmoyer/.rvm/gems/jruby-1.6.1@ccip3/specifications/treetop-1.4.9.gemspec
Using mail (2.2.19) from /home/mmoyer/.rvm/gems/jruby-1.6.1@ccip3/specifications/mail-2.2.19.gemspec
Using actionmailer (3.0.7) from /home/mmoyer/.rvm/gems/jruby-1.6.1@ccip3/specifications/actionmailer-3.0.7.gemspec
Using active_enum (0.9.1) from /home/mmoyer/.rvm/gems/jruby-1.6.1@ccip3/specifications/active_enum-0.9.1.gemspec
System.java:-2:in `arraycopy': java.lang.ArrayIndexOutOfBoundsException
from DefaultResolver.java:111:in `makeTime'
from DefaultResolver.java:277:in `create'
from DefaultResolver.java:317:in `handleScalar'
from DefaultResolver.java:435:in `orgHandler'
from DefaultResolver.java:455:in `node_import'
from DefaultResolver$s$1$0$node_import.gen:65535:in `call'
from CachingCallSite.java:137:in `call'
from RubyLoadHandler.java:40:in `handle'
from Parser.java:300:in `addNode'
from DefaultYAMLParser.java:676:in `yyparse'
from Parser.java:290:in `yechtparse'
from Parser.java:284:in `parse'
from YParser.java:152:in `load'
from YParser$s$0$1$load.gen:65535:in `call'
from JavaMethod.java:630:in `call'
from DynamicMethod.java:205:in `call'
from CachingCallSite.java:137:in `call'
from CallOneArgNode.java:57:in `interpret'
from LocalAsgnNode.java:123:in `interpret'
from NewlineNode.java:103:in `interpret'
from ASTInterpreter.java:74:in `INTERPRET_METHOD'
from InterpretedMethod.java:190:in `call'
from DefaultMethod.java:179:in `call'
from CachingCallSite.java:137:in `call'
from CallOneArgNode.java:57:in `interpret'
from LocalAsgnNode.java:123:in `interpret'
from NewlineNode.java:103:in `interpret'
from BlockNode.java:71:in `interpret'
from ASTInterpreter.java:74:in `INTERPRET_METHOD'
from InterpretedMethod.java:190:in `call'
from DefaultMethod.java:179:in `call'
from CachingCallSite.java:137:in `call'
from CallOneArgNode.java:57:in `interpret'
from NewlineNode.java:103:in `interpret'
from RescueNode.java:216:in `executeBody'
from RescueNode.java:120:in `interpretWithJavaExceptions'
from RescueNode.java:110:in `interpret'
from ASTInterpreter.java:74:in `INTERPRET_METHOD'
from InterpretedMethod.java:190:in `call'
from DefaultMethod.java:179:in `call'
from CachingCallSite.java:137:in `call'
from FCallOneArgNode.java:36:in `interpret'
from InstAsgnNode.java:95:in `interpret'
from NewlineNode.java:103:in `interpret'
from BlockNode.java:71:in `interpret'
from EnsureNode.java:96:in `interpret'
from BeginNode.java:83:in `interpret'
from NewlineNode.java:103:in `interpret'
from WhenOneArgNode.java:36:in `whenSlowTest'
from WhenOneArgNode.java:46:in `when'
from CaseNode.java:133:in `interpret'
from NewlineNode.java:103:in `interpret'
from ASTInterpreter.java:111:in `INTERPRET_BLOCK'
from InterpretedBlock.java:374:in `evalBlockBody'
from InterpretedBlock.java:347:in `yield'
from InterpretedBlock.java:304:in `yield'
from Block.java:130:in `yield'
from /home/mmoyer/.rvm/rubies/jruby-1.6.1/lib/ruby/site_ruby/1.8/rubygems/package/tar_reader.rb:64:in `block_0$RUBY$__file__'
from rubyjit$each_906C1AEF3580CBC7DBAB9E01E65E61E28B63EFE5$block_0$RUBY$__file__:65535:in `call'
from CompiledBlock.java:112:in `yield'
from CompiledBlock.java:95:in `yield'
from CompiledBlock.java:75:in `yieldSpecific'
from Block.java:99:in `yieldSpecific'
from RubyKernel.java:1418:in `loop'
from RubyKernel$s$0$0$loop.gen:65535:in `call'
from CachingCallSite.java:112:in `callBlock'
from CachingCallSite.java:123:in `callIter'
from /home/mmoyer/.rvm/rubies/jruby-1.6.1/lib/ruby/site_ruby/1.8/rubygems/package/tar_reader.rb:55:in `__file__'
from /home/mmoyer/.rvm/rubies/jruby-1.6.1/lib/ruby/site_ruby/1.8/rubygems/package/tar_reader.rb:-1:in `__file__'
from JittedMethod.java:147:in `call'
from CachingCallSite.java:112:in `callBlock'
from CachingCallSite.java:123:in `callIter'
from CallNoArgBlockNode.java:64:in `interpret'
from NewlineNode.java:103:in `interpret'
from BlockNode.java:71:in `interpret'
from ASTInterpreter.java:74:in `INTERPRET_METHOD'
from InterpretedMethod.java:255:in `call'
from DefaultMethod.java:203:in `call'
from CachingCallSite.java:180:in `callBlock'
from CachingCallSite.java:186:in `call'
from RubyClass.java:806:in `newInstance'
from RubyClass$i$newInstance.gen:65535:in `call'
from JavaMethod.java:283:in `call'
from WrapperMethod.java:62:in `call'
from CachingCallSite.java:171:in `call'
from FCallTwoArgNode.java:38:in `interpret'
from LocalAsgnNode.java:123:in `interpret'
from NewlineNode.java:103:in `interpret'
from BlockNode.java:71:in `interpret'
from EnsureNode.java:96:in `interpret'
from ASTInterpreter.java:74:in `INTERPRET_METHOD'
from InterpretedMethod.java:255:in `call'
from DefaultMethod.java:203:in `call'
from CachingCallSite.java:180:in `callBlock'
from CachingCallSite.java:186:in `call'
from CallTwoArgBlockPassNode.java:62:in `interpret'
from NewlineNode.java:103:in `interpret'
from BlockNode.java:71:in `interpret'
from ASTInterpreter.java:74:in `INTERPRET_METHOD'
from InterpretedMethod.java:298:in `call'
from DefaultMethod.java:219:in `call'
from CachingCallSite.java:214:in `callBlock'
from CachingCallSite.java:225:in `callIter'
from CallThreeArgBlockNode.java:64:in `interpret'
from NewlineNode.java:103:in `interpret'
from BlockNode.java:71:in `interpret'
from ASTInterpreter.java:74:in `INTERPRET_METHOD'
from InterpretedMethod.java:276:in `call'
from DefaultMethod.java:211:in `call'
from CachingCallSite.java:205:in `call'
from FCallThreeArgNode.java:40:in `interpret'
from NewlineNode.java:103:in `interpret'
from ASTInterpreter.java:111:in `INTERPRET_BLOCK'
from InterpretedBlock.java:374:in `evalBlockBody'
from InterpretedBlock.java:347:in `yield'
from InterpretedBlock.java:304:in `yield'
from Block.java:130:in `yield'
from RubyIO.java:1121:in `open'
from RubyKernel.java:298:in `open'
from RubyKernel$s$0$2$open.gen:65535:in `call'
from DynamicMethod.java:217:in `call'
from AliasMethod.java:91:in `call'
from CachingCallSite.java:180:in `callBlock'
from CachingCallSite.java:186:in `call'
from FCallSpecialArgBlockPassNode.java:40:in `interpret'
from NewlineNode.java:103:in `interpret'
from IfNode.java:119:in `interpret'
from IfNode.java:119:in `interpret'
from NewlineNode.java:103:in `interpret'
from ASTInterpreter.java:74:in `INTERPRET_METHOD'
from InterpretedMethod.java:255:in `call'
from DefaultMethod.java:203:in `call'
from CachingCallSite.java:180:in `callBlock'
from CachingCallSite.java:191:in `callIter'
from FCallTwoArgBlockNode.java:34:in `interpret'
from NewlineNode.java:103:in `interpret'
from RescueNode.java:216:in `executeBody'
from RescueNode.java:120:in `interpretWithJavaExceptions'
from RescueNode.java:110:in `interpret'
from BeginNode.java:83:in `interpret'
from NewlineNode.java:103:in `interpret'
from IfNode.java:119:in `interpret'
from IfNode.java:119:in `interpret'
from NewlineNode.java:103:in `interpret'
from BlockNode.java:71:in `interpret'
from ASTInterpreter.java:74:in `INTERPRET_METHOD'
from InterpretedMethod.java:190:in `call'
from DefaultMethod.java:179:in `call'
from CachingCallSite.java:137:in `call'
from CallOneArgNode.java:57:in `interpret'
from CallNoArgNode.java:62:in `interpret'
from NewlineNode.java:103:in `interpret'
from ASTInterpreter.java:74:in `INTERPRET_METHOD'
from InterpretedMethod.java:190:in `call'
from DefaultMethod.java:179:in `call'
from CachingCallSite.java:137:in `call'
from CallOneArgNode.java:57:in `interpret'
from LocalAsgnNode.java:123:in `interpret'
from NewlineNode.java:103:in `interpret'
from BlockNode.java:71:in `interpret'
from IfNode.java:117:in `interpret'
from NewlineNode.java:103:in `interpret'
from BlockNode.java:71:in `interpret'
from ASTInterpreter.java:74:in `INTERPRET_METHOD'
from InterpretedMethod.java:190:in `call'
from DefaultMethod.java:179:in `call'
from CachingCallSite.java:137:in `call'
from CallOneArgNode.java:57:in `interpret'
from IfNode.java:117:in `interpret'
from NewlineNode.java:103:in `interpret'
from BlockNode.java:71:in `interpret'
from ASTInterpreter.java:111:in `INTERPRET_BLOCK'
from InterpretedBlock.java:374:in `evalBlockBody'
from InterpretedBlock.java:347:in `yield'
from InterpretedBlock.java:304:in `yield'
from Block.java:130:in `yield'
from YieldNode.java:112:in `interpret'
from NewlineNode.java:103:in `interpret'
from ASTInterpreter.java:111:in `INTERPRET_BLOCK'
from InterpretedBlock.java:374:in `evalBlockBody'
from InterpretedBlock.java:347:in `yield'
from InterpretedBlock.java:304:in `yield'
from Block.java:130:in `yield'
from RubyArray.java:1595:in `eachCommon'
from RubyArray.java:1602:in `each'
from RubyArray$i$0$0$each.gen:65535:in `call'
from CachingCallSite.java:112:in `callBlock'
from CachingCallSite.java:123:in `callIter'
from CallNoArgBlockNode.java:64:in `interpret'
from NewlineNode.java:103:in `interpret'
from ASTInterpreter.java:74:in `INTERPRET_METHOD'
from InterpretedMethod.java:169:in `call'
from DefaultMethod.java:171:in `call'
from CachingCallSite.java:272:in `cacheAndCall'
from CachingCallSite.java:114:in `callBlock'
from CachingCallSite.java:123:in `callIter'
from CallNoArgBlockNode.java:64:in `interpret'
from NewlineNode.java:103:in `interpret'
from BlockNode.java:71:in `interpret'
from ASTInterpreter.java:74:in `INTERPRET_METHOD'
from InterpretedMethod.java:190:in `call'
from DefaultMethod.java:179:in `call'
from CachingCallSite.java:282:in `cacheAndCall'
from CachingCallSite.java:139:in `call'
from CallOneArgNode.java:57:in `interpret'
from NewlineNode.java:103:in `interpret'
from BlockNode.java:71:in `interpret'
from ASTInterpreter.java:74:in `INTERPRET_METHOD'
from InterpretedMethod.java:276:in `call'
from DefaultMethod.java:211:in `call'
from CachingCallSite.java:322:in `cacheAndCall'
from CachingCallSite.java:207:in `call'
from CallThreeArgNode.java:61:in `interpret'
from NewlineNode.java:103:in `interpret'
from BlockNode.java:71:in `interpret'
from ASTInterpreter.java:74:in `INTERPRET_METHOD'
from InterpretedMethod.java:169:in `call'
from DefaultMethod.java:171:in `call'
from RubyClass.java:522:in `finvoke'
from RubyBasicObject.java:2746:in `send'
from RubyKernel.java:2052:in `send'
from RubyKernel$s$send.gen:65535:in `call'
from JavaMethod.java:266:in `call'
from CachingCallSite.java:282:in `cacheAndCall'
from CachingCallSite.java:139:in `call'
from CallSpecialArgNode.java:67:in `interpret'
from IfNode.java:117:in `interpret'
from NewlineNode.java:103:in `interpret'
from RescueNode.java:216:in `executeBody'
from RescueNode.java:120:in `interpretWithJavaExceptions'
from RescueNode.java:110:in `interpret'
from ASTInterpreter.java:74:in `INTERPRET_METHOD'
from InterpretedMethod.java:233:in `call'
from DefaultMethod.java:195:in `call'
from CachingCallSite.java:302:in `cacheAndCall'
from CachingCallSite.java:173:in `call'
from CallSpecialArgNode.java:69:in `interpret'
from NewlineNode.java:103:in `interpret'
from BlockNode.java:71:in `interpret'
from IfNode.java:119:in `interpret'
from NewlineNode.java:103:in `interpret'
from BlockNode.java:71:in `interpret'
from ASTInterpreter.java:74:in `INTERPRET_METHOD'
from InterpretedMethod.java:233:in `call'
from DefaultMethod.java:195:in `call'
from CachingCallSite.java:302:in `cacheAndCall'
from CachingCallSite.java:173:in `call'
from CallTwoArgNode.java:59:in `interpret'
from NewlineNode.java:103:in `interpret'
from BlockNode.java:71:in `interpret'
from ASTInterpreter.java:74:in `INTERPRET_METHOD'
from InterpretedMethod.java:120:in `call'
from InterpretedMethod.java:134:in `call'
from DefaultMethod.java:154:in `call'
from CachingCallSite.java:252:in `cacheAndCall'
from CachingCallSite.java:71:in `call'
from FCallManyArgsNode.java:60:in `interpret'
from NewlineNode.java:103:in `interpret'
from BlockNode.java:71:in `interpret'
from RescueNode.java:216:in `executeBody'
from RescueNode.java:120:in `interpretWithJavaExceptions'
from RescueNode.java:110:in `interpret'
from ASTInterpreter.java:74:in `INTERPRET_METHOD'
from InterpretedMethod.java:147:in `call'
from DefaultMethod.java:163:in `call'
from CachingCallSite.java:262:in `cacheAndCall'
from CachingCallSite.java:105:in `call'
from CallNoArgNode.java:62:in `interpret'
from NewlineNode.java:103:in `interpret'
from RescueNode.java:216:in `executeBody'
from RescueNode.java:120:in `interpretWithJavaExceptions'
from RescueNode.java:110:in `interpret'
from BeginNode.java:83:in `interpret'
from NewlineNode.java:103:in `interpret'
from BlockNode.java:71:in `interpret'
from RootNode.java:129:in `interpret'
from ASTInterpreter.java:119:in `INTERPRET_ROOT'
from Ruby.java:698:in `runInterpreter'
from Ruby.java:2424:in `loadFile'
from ExternalScript.java:66:in `load'
from LoadService.java:272:in `load'
from RubyKernel.java:1081:in `loadCommon'
from RubyKernel.java:1063:in `load'
from RubyKernel$s$0$1$load.gen:65535:in `call'
from DynamicMethod.java:209:in `call'
from DynamicMethod.java:205:in `call'
from CachingCallSite.java:282:in `cacheAndCall'
from CachingCallSite.java:139:in `call'
from /home/mmoyer/.rvm/gems/jruby-1.6.1@global/bin/bundle:19:in `__file__'
from /home/mmoyer/.rvm/gems/jruby-1.6.1@global/bin/bundle:-1:in `load'
from Ruby.java:671:in `runScript'
from Ruby.java:575:in `runNormally'
from Ruby.java:424:in `runFromMain'
from Main.java:278:in `doRunFromMain'
from Main.java:198:in `internalRun'
from Main.java:164:in `run'
from Main.java:148:in `run'
from Main.java:128:in `main'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment