Skip to content

Instantly share code, notes, and snippets.

@djberg96
Created June 8, 2012 06:12
Show Gist options
  • Save djberg96/2893906 to your computer and use it in GitHub Desktop.
Save djberg96/2893906 to your computer and use it in GitHub Desktop.
Lots of JRuby warnings on Windows 7
jruby 1.7.0.preview1 (ruby-1.9.3-p203) (2012-05-19 00c8c98) (Java HotSpot(TM) Client VM 1.
6.0_31) [Windows 7-x86-java]
What's all this?
c:/jruby/bin/jruby.exe -w -I"lib" -I"c:/jruby/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib" "c:/jruby/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb" "test/test*.rb"
C:/jruby/lib/ruby/shared/jruby.rb:1 warning: loading in progress, circular require considered harmful - java
require at org/jruby/RubyKernel.java:991
require at C:/jruby/lib/ruby/shared/rubygems/custom_require.rb:36
(root) at C:/jruby/lib/ruby/shared/jruby.rb:1
require at org/jruby/RubyKernel.java:991
require at C:/jruby/lib/ruby/shared/rubygems/custom_require.rb:36
(root) at file:/C:/jruby/lib/jruby.jar!/jruby/java/java_ext/java.io.rb:1
require at org/jruby/RubyKernel.java:991
require at C:/jruby/lib/ruby/shared/rubygems/custom_require.rb:36
(root) at file:/C:/jruby/lib/jruby.jar!/jruby/java/java_ext/java.io.rb:1
require at org/jruby/RubyKernel.java:991
require at C:/jruby/lib/ruby/shared/rubygems/custom_require.rb:36
(root) at file:/C:/jruby/lib/jruby.jar!/jruby/java/java_ext.rb:1
require at org/jruby/RubyKernel.java:991
require at C:/jruby/lib/ruby/shared/rubygems/custom_require.rb:36
(root) at file:/C:/jruby/lib/jruby.jar!/jruby/java/java_ext.rb:6
require at org/jruby/RubyKernel.java:991
require at C:/jruby/lib/ruby/shared/rubygems/custom_require.rb:60
require at C:/jruby/lib/ruby/shared/rubygems/custom_require.rb:55
(root) at file:/C:/jruby/lib/jruby.jar!/jruby/java.rb:1
require at org/jruby/RubyKernel.java:991
require at C:/jruby/lib/ruby/shared/rubygems/custom_require.rb:36
(root) at file:/C:/jruby/lib/jruby.jar!/jruby/java.rb:41
require at org/jruby/RubyKernel.java:991
require at C:/jruby/lib/ruby/shared/rubygems/custom_require.rb:60
require at C:/jruby/lib/ruby/shared/rubygems/custom_require.rb:55
(root) at C:/jruby/lib/ruby/gems/shared/gems/jruby-win32ole-0.8.5/lib/jruby-win32ole.rb:1
require at org/jruby/RubyKernel.java:991
require at C:/jruby/lib/ruby/shared/rubygems/custom_require.rb:36
(root) at c:/jruby/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10
each at org/jruby/RubyArray.java:1611
(root) at c:/jruby/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9
select at org/jruby/RubyArray.java:2406
(root) at c:/jruby/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4
2012-06-08T00:09:28.604-06:00: Ruby: org.objectweb.asm.ClassReader
java.lang.ClassNotFoundException: org.objectweb.asm.ClassReader
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:92)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:156)
at org.jruby.javasupport.JavaSupport.loadJavaClassVerbose(JavaSupport.java:165)
at org.jruby.javasupport.JavaClass.forNameVerbose(JavaClass.java:1194)
at org.jruby.javasupport.Java.getProxyOrPackageUnderPackage(Java.java:933)
at org.jruby.javasupport.Java.get_proxy_or_package_under_package(Java.java:962)
at org.jruby.javasupport.JavaUtilities.get_proxy_or_package_under_package(JavaUtilities.java:54)
at org.jruby.javasupport.JavaUtilities$INVOKER$s$2$0$get_proxy_or_package_under_package.call(JavaUtilities$INVOKER$s$2$0$get_proxy_or_package_under_package.gen)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:201)
at org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:120)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:165)
at org.jruby.javasupport.util.RuntimeHelpers$MethodMissingMethod.call(RuntimeHelpers.java:493)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:208)
at org.jruby.runtime.callsite.CachingCallSite.callMethodMissing(CachingCallSite.java:379)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:289)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:135)
at org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:63)
at org.jruby.ast.ConstDeclNode.interpret(ConstDeclNode.java:97)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.RescueNode.executeBody(RescueNode.java:226)
at org.jruby.ast.RescueNode.interpretWithJavaExceptions(RescueNode.java:123)
at org.jruby.ast.RescueNode.interpret(RescueNode.java:113)
at org.jruby.ast.BeginNode.interpret(BeginNode.java:83)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_CLASS(ASTInterpreter.java:104)
at org.jruby.evaluator.ASTInterpreter.evalClassDefinitionBody(ASTInterpreter.java:263)
at org.jruby.ast.ModuleNode.interpret(ModuleNode.java:120)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.RootNode.interpret(RootNode.java:129)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:120)
at org.jruby.Ruby.runInterpreter(Ruby.java:805)
at org.jruby.Ruby.loadFile(Ruby.java:2603)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:868)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:510)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:394)
at org.jruby.runtime.load.LoadService.require(LoadService.java:358)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:999)
at org.jruby.RubyKernel.require19(RubyKernel.java:991)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:326)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:167)
at rubyjit.Kernel#require_C75B74784C6C3A7DBEF22B75428A3430422985D5.chained_0_rescue_1$RUBY$SYNTHETIC__file__(C:/jruby/lib/ruby/shared/rubygems/custom_require.rb:36)
at rubyjit.Kernel#require_C75B74784C6C3A7DBEF22B75428A3430422985D5.__file__(C:/jruby/lib/ruby/shared/rubygems/custom_require.rb)
at rubyjit.Kernel#require_C75B74784C6C3A7DBEF22B75428A3430422985D5.__file__(C:/jruby/lib/ruby/shared/rubygems/custom_require.rb)
at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.RootNode.interpret(RootNode.java:129)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:120)
at org.jruby.Ruby.runInterpreter(Ruby.java:805)
at org.jruby.Ruby.loadFile(Ruby.java:2603)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:868)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:510)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:394)
at org.jruby.runtime.load.LoadService.require(LoadService.java:358)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:999)
at org.jruby.RubyKernel.require19(RubyKernel.java:991)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:326)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:167)
at rubyjit.Kernel#require_C75B74784C6C3A7DBEF22B75428A3430422985D5.chained_0_rescue_1$RUBY$SYNTHETIC__file__(C:/jruby/lib/ruby/shared/rubygems/custom_require.rb:36)
at rubyjit.Kernel#require_C75B74784C6C3A7DBEF22B75428A3430422985D5.__file__(C:/jruby/lib/ruby/shared/rubygems/custom_require.rb)
at rubyjit.Kernel#require_C75B74784C6C3A7DBEF22B75428A3430422985D5.__file__(C:/jruby/lib/ruby/shared/rubygems/custom_require.rb)
at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.RootNode.interpret(RootNode.java:129)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:120)
at org.jruby.Ruby.runInterpreter(Ruby.java:805)
at org.jruby.Ruby.loadFile(Ruby.java:2603)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:868)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:510)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:394)
at org.jruby.runtime.load.LoadService.require(LoadService.java:358)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:999)
at org.jruby.RubyKernel.require19(RubyKernel.java:991)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:326)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169)
at rubyjit.Kernel#require_C75B74784C6C3A7DBEF22B75428A3430422985D5.chained_0_rescue_1$RUBY$SYNTHETIC__file__(C:/jruby/lib/ruby/shared/rubygems/custom_require.rb:36)
at rubyjit.Kernel#require_C75B74784C6C3A7DBEF22B75428A3430422985D5.__file__(C:/jruby/lib/ruby/shared/rubygems/custom_require.rb)
at rubyjit.Kernel#require_C75B74784C6C3A7DBEF22B75428A3430422985D5.__file__(C:/jruby/lib/ruby/shared/rubygems/custom_require.rb)
at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.RootNode.interpret(RootNode.java:129)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:120)
at org.jruby.Ruby.runInterpreter(Ruby.java:805)
at org.jruby.Ruby.loadFile(Ruby.java:2603)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:868)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:510)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:394)
at org.jruby.runtime.load.LoadService.require(LoadService.java:358)
at org.jruby.javasupport.Java.load(Java.java:111)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:567)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:868)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:510)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:394)
at org.jruby.runtime.load.LoadService.require(LoadService.java:358)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:999)
at org.jruby.RubyKernel.require19(RubyKernel.java:991)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:326)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:167)
at rubyjit.Kernel#require_C75B74784C6C3A7DBEF22B75428A3430422985D5.chained_0_rescue_1$RUBY$SYNTHETIC__file__(C:/jruby/lib/ruby/shared/rubygems/custom_require.rb:36)
at rubyjit.Kernel#require_C75B74784C6C3A7DBEF22B75428A3430422985D5.__file__(C:/jruby/lib/ruby/shared/rubygems/custom_require.rb)
at rubyjit.Kernel#require_C75B74784C6C3A7DBEF22B75428A3430422985D5.__file__(C:/jruby/lib/ruby/shared/rubygems/custom_require.rb)
at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.RootNode.interpret(RootNode.java:129)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:120)
at org.jruby.Ruby.runInterpreter(Ruby.java:805)
at org.jruby.Ruby.loadFile(Ruby.java:2603)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:868)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:510)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:394)
at org.jruby.runtime.load.LoadService.require(LoadService.java:358)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:999)
at org.jruby.RubyKernel.require19(RubyKernel.java:991)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:326)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:167)
at rubyjit.Kernel#require_C75B74784C6C3A7DBEF22B75428A3430422985D5.chained_1_rescue_line_56(C:/jruby/lib/ruby/shared/rubygems/custom_require.rb:60)
at rubyjit.Kernel#require_C75B74784C6C3A7DBEF22B75428A3430422985D5.chained_0_rescue_1$RUBY$SYNTHETIC__file__(C:/jruby/lib/ruby/shared/rubygems/custom_require.rb:55)
at rubyjit.Kernel#require_C75B74784C6C3A7DBEF22B75428A3430422985D5.__file__(C:/jruby/lib/ruby/shared/rubygems/custom_require.rb)
at rubyjit.Kernel#require_C75B74784C6C3A7DBEF22B75428A3430422985D5.__file__(C:/jruby/lib/ruby/shared/rubygems/custom_require.rb)
at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
at org.jruby.ast.RescueNode.executeBody(RescueNode.java:226)
at org.jruby.ast.RescueNode.interpretWithJavaExceptions(RescueNode.java:123)
at org.jruby.ast.RescueNode.interpret(RescueNode.java:113)
at org.jruby.ast.BeginNode.interpret(BeginNode.java:83)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.RootNode.interpret(RootNode.java:129)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:120)
at org.jruby.Ruby.runInterpreter(Ruby.java:805)
at org.jruby.Ruby.loadFile(Ruby.java:2603)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:868)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:510)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:394)
at org.jruby.runtime.load.LoadService.require(LoadService.java:358)
at org.jruby.Ruby$3.load(Ruby.java:1616)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:868)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:510)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:394)
at org.jruby.runtime.load.LoadService.require(LoadService.java:358)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:999)
at org.jruby.RubyKernel.require19(RubyKernel.java:991)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:326)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:167)
at rubyjit.Kernel#require_C75B74784C6C3A7DBEF22B75428A3430422985D5.chained_0_rescue_1$RUBY$SYNTHETIC__file__(C:/jruby/lib/ruby/shared/rubygems/custom_require.rb:36)
at rubyjit.Kernel#require_C75B74784C6C3A7DBEF22B75428A3430422985D5.__file__(C:/jruby/lib/ruby/shared/rubygems/custom_require.rb)
at rubyjit.Kernel#require_C75B74784C6C3A7DBEF22B75428A3430422985D5.__file__(C:/jruby/lib/ruby/shared/rubygems/custom_require.rb)
at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.RootNode.interpret(RootNode.java:129)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:120)
at org.jruby.Ruby.runInterpreter(Ruby.java:805)
at org.jruby.Ruby.loadFile(Ruby.java:2603)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:868)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:510)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:394)
at org.jruby.runtime.load.LoadService.require(LoadService.java:358)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:999)
at org.jruby.RubyKernel.require19(RubyKernel.java:991)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:326)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:167)
at rubyjit.Kernel#require_C75B74784C6C3A7DBEF22B75428A3430422985D5.chained_1_rescue_line_56(C:/jruby/lib/ruby/shared/rubygems/custom_require.rb:60)
at rubyjit.Kernel#require_C75B74784C6C3A7DBEF22B75428A3430422985D5.chained_0_rescue_1$RUBY$SYNTHETIC__file__(C:/jruby/lib/ruby/shared/rubygems/custom_require.rb:55)
at rubyjit.Kernel#require_C75B74784C6C3A7DBEF22B75428A3430422985D5.__file__(C:/jruby/lib/ruby/shared/rubygems/custom_require.rb)
at rubyjit.Kernel#require_C75B74784C6C3A7DBEF22B75428A3430422985D5.__file__(C:/jruby/lib/ruby/shared/rubygems/custom_require.rb)
at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169)
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.ast.RootNode.interpret(RootNode.java:129)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:120)
at org.jruby.Ruby.runInterpreter(Ruby.java:805)
at org.jruby.Ruby.loadFile(Ruby.java:2603)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:868)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:510)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:394)
at org.jruby.runtime.load.LoadService.require(LoadService.java:358)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:999)
at org.jruby.RubyKernel.require19(RubyKernel.java:991)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:326)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:167)
at rubyjit.Kernel#require_C75B74784C6C3A7DBEF22B75428A3430422985D5.chained_0_rescue_1$RUBY$SYNTHETIC__file__(C:/jruby/lib/ruby/shared/rubygems/custom_require.rb:36)
at rubyjit.Kernel#require_C75B74784C6C3A7DBEF22B75428A3430422985D5.__file__(C:/jruby/lib/ruby/shared/rubygems/custom_require.rb)
at rubyjit.Kernel#require_C75B74784C6C3A7DBEF22B75428A3430422985D5.__file__(C:/jruby/lib/ruby/shared/rubygems/custom_require.rb)
at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169)
at c_3a_.jruby.lib.ruby.gems.shared.gems.rake_minus_0_dot_9_dot_2_dot_2.lib.rake.rake_test_loader.block_1$RUBY$__file__(c:/jruby/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10)
at c_3a_$jruby$lib$ruby$gems$shared$gems$rake_minus_0_dot_9_dot_2_dot_2$lib$rake$rake_test_loader$block_1$RUBY$__file__.call(c_3a_$jruby$lib$ruby$gems$shared$gems$rake_minus_0_dot_9_dot_2_dot_2$lib$rake$rake_test_loader$block_1$RUBY$__file__)
at org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:139)
at org.jruby.runtime.Block.yield(Block.java:130)
at org.jruby.RubyArray.eachCommon(RubyArray.java:1604)
at org.jruby.RubyArray.each(RubyArray.java:1611)
at org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:302)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:144)
at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:153)
at c_3a_.jruby.lib.ruby.gems.shared.gems.rake_minus_0_dot_9_dot_2_dot_2.lib.rake.rake_test_loader.block_0$RUBY$__file__(c:/jruby/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9)
at c_3a_$jruby$lib$ruby$gems$shared$gems$rake_minus_0_dot_9_dot_2_dot_2$lib$rake$rake_test_loader$block_0$RUBY$__file__.call(c_3a_$jruby$lib$ruby$gems$shared$gems$rake_minus_0_dot_9_dot_2_dot_2$lib$rake$rake_test_loader$block_0$RUBY$__file__)
at org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:139)
at org.jruby.runtime.Block.yield(Block.java:130)
at org.jruby.RubyArray.selectCommon(RubyArray.java:2397)
at org.jruby.RubyArray.select(RubyArray.java:2406)
at org.jruby.RubyArray$INVOKER$i$0$0$select.call(RubyArray$INVOKER$i$0$0$select.gen)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:302)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:144)
at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:153)
at c_3a_.jruby.lib.ruby.gems.shared.gems.rake_minus_0_dot_9_dot_2_dot_2.lib.rake.rake_test_loader.__file__(c:/jruby/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4)
at c_3a_.jruby.lib.ruby.gems.shared.gems.rake_minus_0_dot_9_dot_2_dot_2.lib.rake.rake_test_loader.load(c:/jruby/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb)
at org.jruby.Ruby.runScript(Ruby.java:778)
at org.jruby.Ruby.runScript(Ruby.java:771)
at org.jruby.Ruby.runNormally(Ruby.java:648)
at org.jruby.Ruby.runFromMain(Ruby.java:497)
at org.jruby.Main.doRunFromMain(Main.java:375)
at org.jruby.Main.internalRun(Main.java:264)
at org.jruby.Main.run(Main.java:230)
at org.jruby.Main.run(Main.java:214)
at org.jruby.Main.main(Main.java:194)
C:/jruby/lib/ruby/shared/jruby.rb:148 warning: loading in progress, circular require considered harmful - java
require at org/jruby/RubyKernel.java:991
require at org/jruby/RubyKernel.java:991
require at C:/jruby/lib/ruby/shared/rubygems/custom_require.rb:36
(root) at C:/jruby/lib/ruby/shared/jruby.rb:148
require at org/jruby/RubyKernel.java:991
require at C:/jruby/lib/ruby/shared/rubygems/custom_require.rb:36
(root) at file:/C:/jruby/lib/jruby.jar!/jruby/java/java_ext/java.io.rb:1
require at org/jruby/RubyKernel.java:991
require at C:/jruby/lib/ruby/shared/rubygems/custom_require.rb:36
(root) at file:/C:/jruby/lib/jruby.jar!/jruby/java/java_ext/java.io.rb:1
require at org/jruby/RubyKernel.java:991
require at C:/jruby/lib/ruby/shared/rubygems/custom_require.rb:36
(root) at file:/C:/jruby/lib/jruby.jar!/jruby/java/java_ext.rb:1
require at org/jruby/RubyKernel.java:991
require at C:/jruby/lib/ruby/shared/rubygems/custom_require.rb:36
(root) at file:/C:/jruby/lib/jruby.jar!/jruby/java/java_ext.rb:6
require at org/jruby/RubyKernel.java:991
require at C:/jruby/lib/ruby/shared/rubygems/custom_require.rb:60
require at C:/jruby/lib/ruby/shared/rubygems/custom_require.rb:55
(root) at file:/C:/jruby/lib/jruby.jar!/jruby/java.rb:1
require at org/jruby/RubyKernel.java:991
require at C:/jruby/lib/ruby/shared/rubygems/custom_require.rb:36
(root) at file:/C:/jruby/lib/jruby.jar!/jruby/java.rb:41
require at org/jruby/RubyKernel.java:991
require at C:/jruby/lib/ruby/shared/rubygems/custom_require.rb:60
require at C:/jruby/lib/ruby/shared/rubygems/custom_require.rb:55
(root) at C:/jruby/lib/ruby/gems/shared/gems/jruby-win32ole-0.8.5/lib/jruby-win32ole.rb:1
require at org/jruby/RubyKernel.java:991
require at C:/jruby/lib/ruby/shared/rubygems/custom_require.rb:36
(root) at c:/jruby/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:10
each at org/jruby/RubyArray.java:1611
(root) at c:/jruby/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:9
select at org/jruby/RubyArray.java:2406
(root) at c:/jruby/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb:4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment