Created
June 3, 2015 13:36
-
-
Save cescoffier/e704c984f76631eebbe9 to your computer and use it in GitHub Desktop.
Ruby stack trace
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -t -i -p 8080:8080 sample/vertx-ruby | |
Thread Thread[vert.x-eventloop-thread-2,5,main] has been blocked for 2092 ms, time limit is 2000 | |
Thread Thread[vert.x-eventloop-thread-2,5,main] has been blocked for 3148 ms, time limit is 2000 | |
Thread Thread[vert.x-eventloop-thread-2,5,main] has been blocked for 4148 ms, time limit is 2000 | |
Thread Thread[vert.x-eventloop-thread-2,5,main] has been blocked for 5148 ms, time limit is 2000 | |
io.vertx.core.VertxException: Thread blocked | |
at com.kenai.jffi.MemoryIO.verifyAccessor(MemoryIO.java:1004) | |
at com.kenai.jffi.MemoryIO.isUnsafeAvailable(MemoryIO.java:1028) | |
at com.kenai.jffi.MemoryIO.newMemoryIO(MemoryIO.java:86) | |
at com.kenai.jffi.MemoryIO.access$000(MemoryIO.java:41) | |
at com.kenai.jffi.MemoryIO$SingletonHolder.<clinit>(MemoryIO.java:51) | |
at com.kenai.jffi.MemoryIO.getInstance(MemoryIO.java:64) | |
at org.jruby.ext.ffi.jffi.FFIUtil.<clinit>(FFIUtil.java:23) | |
at org.jruby.ext.ffi.jffi.Factory.getType(Factory.java:96) | |
at org.jruby.ext.ffi.jffi.Factory.sizeOf(Factory.java:105) | |
at org.jruby.ext.ffi.Type.getNativeSize(Type.java:318) | |
at org.jruby.ext.ffi.Type.access$100(Type.java:22) | |
at org.jruby.ext.ffi.Type$Builtin.<init>(Type.java:183) | |
at org.jruby.ext.ffi.Type$Builtin.<init>(Type.java:176) | |
at org.jruby.ext.ffi.Type.defineBuiltinType(Type.java:91) | |
at org.jruby.ext.ffi.Type.createTypeClass(Type.java:45) | |
at org.jruby.ext.ffi.Factory.init(Factory.java:99) | |
at org.jruby.ext.ffi.jffi.Factory.init(Factory.java:23) | |
at org.jruby.ext.ffi.FFIService.load(FFIService.java:47) | |
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:598) | |
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48) | |
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:51) | |
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:892) | |
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:465) | |
at org.jruby.runtime.load.LoadService.require(LoadService.java:414) | |
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1079) | |
at org.jruby.RubyKernel.require19(RubyKernel.java:1072) | |
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:354) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
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:121) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:894) | |
at org.jruby.Ruby.loadFile(Ruby.java:2860) | |
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:264) | |
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:252) | |
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:51) | |
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:892) | |
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:465) | |
at org.jruby.runtime.load.LoadService.require(LoadService.java:414) | |
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1079) | |
at org.jruby.RubyKernel.require19(RubyKernel.java:1072) | |
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:354) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.RootNode.interpret(RootNode.java:129) | |
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:121) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:894) | |
at org.jruby.Ruby.loadFile(Ruby.java:2860) | |
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:264) | |
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:252) | |
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:51) | |
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:892) | |
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:465) | |
at org.jruby.runtime.load.LoadService.require(LoadService.java:414) | |
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1079) | |
at org.jruby.RubyKernel.require19(RubyKernel.java:1072) | |
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:354) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
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:121) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:894) | |
at org.jruby.Ruby.loadFile(Ruby.java:2860) | |
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:264) | |
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:252) | |
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:51) | |
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:892) | |
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:465) | |
at org.jruby.runtime.load.LoadService.require(LoadService.java:414) | |
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1079) | |
at org.jruby.RubyKernel.require19(RubyKernel.java:1072) | |
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:354) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
at org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
at org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
at org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
at org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
at org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
at org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
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:121) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:894) | |
at org.jruby.Ruby.loadFile(Ruby.java:2860) | |
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:264) | |
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:252) | |
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:51) | |
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:892) | |
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:465) | |
at org.jruby.runtime.load.LoadService.require(LoadService.java:414) | |
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1079) | |
at org.jruby.RubyKernel.require19(RubyKernel.java:1072) | |
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:354) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
at org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
at org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
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:121) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:894) | |
at org.jruby.Ruby.loadFile(Ruby.java:2860) | |
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:264) | |
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:252) | |
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:51) | |
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:892) | |
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:465) | |
at org.jruby.runtime.load.LoadService.require(LoadService.java:414) | |
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1079) | |
at org.jruby.RubyKernel.require19(RubyKernel.java:1072) | |
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:354) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
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:121) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:894) | |
at org.jruby.Ruby.loadFile(Ruby.java:2860) | |
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:264) | |
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:252) | |
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:51) | |
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:892) | |
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:465) | |
at org.jruby.runtime.load.LoadService.require(LoadService.java:414) | |
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1079) | |
at org.jruby.RubyKernel.require19(RubyKernel.java:1072) | |
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:354) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
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:121) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:894) | |
at org.jruby.Ruby.loadFile(Ruby.java:2860) | |
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:264) | |
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:252) | |
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:51) | |
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:892) | |
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:465) | |
at org.jruby.runtime.load.LoadService.require(LoadService.java:414) | |
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1079) | |
at org.jruby.RubyKernel.require19(RubyKernel.java:1072) | |
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:354) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
at org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
at org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
at org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
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:121) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:894) | |
at org.jruby.Ruby.loadFile(Ruby.java:2860) | |
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:264) | |
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:252) | |
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:51) | |
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:892) | |
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:465) | |
at org.jruby.runtime.load.LoadService.require(LoadService.java:414) | |
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1079) | |
at org.jruby.RubyKernel.require19(RubyKernel.java:1072) | |
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:354) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
at org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
at org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.RootNode.interpret(RootNode.java:129) | |
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:121) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:894) | |
at org.jruby.Ruby.loadFile(Ruby.java:2860) | |
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66) | |
at org.jruby.runtime.load.LoadService.load(LoadService.java:358) | |
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:1099) | |
at org.jruby.RubyKernel.load19(RubyKernel.java:1091) | |
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen) | |
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210) | |
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
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:121) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:894) | |
at org.jruby.Ruby.loadFile(Ruby.java:2860) | |
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66) | |
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:384) | |
at org.jruby.Ruby.initRubyKernel(Ruby.java:1800) | |
at org.jruby.Ruby.init(Ruby.java:1279) | |
at org.jruby.Ruby.newInstance(Ruby.java:334) | |
at org.jruby.embed.internal.LocalContext.getRuntime(LocalContext.java:117) | |
at org.jruby.embed.internal.SingleThreadLocalContextProvider.getRuntime(SingleThreadLocalContextProvider.java:61) | |
at org.jruby.embed.internal.BiVariableMap.getRuntime(BiVariableMap.java:108) | |
at org.jruby.embed.internal.BiVariableMap.getTopSelf(BiVariableMap.java:240) | |
at org.jruby.embed.internal.BiVariableMap.getReceiverObject(BiVariableMap.java:236) | |
at org.jruby.embed.internal.BiVariableMap.put(BiVariableMap.java:331) | |
at org.jruby.embed.internal.BiVariableMap.put(BiVariableMap.java:315) | |
at org.jruby.embed.ScriptingContainer.put(ScriptingContainer.java:1201) | |
at io.vertx.lang.ruby.ContainerHolder.create(ContainerHolder.java:73) | |
at io.vertx.lang.ruby.JRubyVerticle.start(JRubyVerticle.java:45) | |
at io.vertx.core.impl.DeploymentManager.lambda$doDeploy$161(DeploymentManager.java:471) | |
at io.vertx.core.impl.DeploymentManager$$Lambda$6/1364913072.handle(Unknown Source) | |
at io.vertx.core.impl.ContextImpl.lambda$wrapTask$15(ContextImpl.java:312) | |
at io.vertx.core.impl.ContextImpl$$Lambda$7/1549725679.run(Unknown Source) | |
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) | |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357) | |
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) | |
at java.lang.Thread.run(Thread.java:745) | |
Thread Thread[vert.x-eventloop-thread-2,5,main] has been blocked for 6855 ms, time limit is 2000 | |
io.vertx.core.VertxException: Thread blocked | |
at org.jruby.ext.ffi.Factory.init(Factory.java:116) | |
at org.jruby.ext.ffi.jffi.Factory.init(Factory.java:23) | |
at org.jruby.ext.ffi.FFIService.load(FFIService.java:47) | |
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:598) | |
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48) | |
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:51) | |
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:892) | |
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:465) | |
at org.jruby.runtime.load.LoadService.require(LoadService.java:414) | |
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1079) | |
at org.jruby.RubyKernel.require19(RubyKernel.java:1072) | |
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:354) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
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:121) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:894) | |
at org.jruby.Ruby.loadFile(Ruby.java:2860) | |
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:264) | |
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:252) | |
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:51) | |
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:892) | |
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:465) | |
at org.jruby.runtime.load.LoadService.require(LoadService.java:414) | |
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1079) | |
at org.jruby.RubyKernel.require19(RubyKernel.java:1072) | |
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:354) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.RootNode.interpret(RootNode.java:129) | |
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:121) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:894) | |
at org.jruby.Ruby.loadFile(Ruby.java:2860) | |
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:264) | |
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:252) | |
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:51) | |
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:892) | |
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:465) | |
at org.jruby.runtime.load.LoadService.require(LoadService.java:414) | |
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1079) | |
at org.jruby.RubyKernel.require19(RubyKernel.java:1072) | |
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:354) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
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:121) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:894) | |
at org.jruby.Ruby.loadFile(Ruby.java:2860) | |
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:264) | |
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:252) | |
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:51) | |
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:892) | |
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:465) | |
at org.jruby.runtime.load.LoadService.require(LoadService.java:414) | |
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1079) | |
at org.jruby.RubyKernel.require19(RubyKernel.java:1072) | |
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:354) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
at org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
at org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
at org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
at org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
at org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
at org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
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:121) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:894) | |
at org.jruby.Ruby.loadFile(Ruby.java:2860) | |
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:264) | |
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:252) | |
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:51) | |
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:892) | |
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:465) | |
at org.jruby.runtime.load.LoadService.require(LoadService.java:414) | |
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1079) | |
at org.jruby.RubyKernel.require19(RubyKernel.java:1072) | |
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:354) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
at org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
at org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
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:121) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:894) | |
at org.jruby.Ruby.loadFile(Ruby.java:2860) | |
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:264) | |
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:252) | |
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:51) | |
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:892) | |
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:465) | |
at org.jruby.runtime.load.LoadService.require(LoadService.java:414) | |
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1079) | |
at org.jruby.RubyKernel.require19(RubyKernel.java:1072) | |
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:354) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
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:121) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:894) | |
at org.jruby.Ruby.loadFile(Ruby.java:2860) | |
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:264) | |
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:252) | |
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:51) | |
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:892) | |
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:465) | |
at org.jruby.runtime.load.LoadService.require(LoadService.java:414) | |
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1079) | |
at org.jruby.RubyKernel.require19(RubyKernel.java:1072) | |
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:354) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
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:121) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:894) | |
at org.jruby.Ruby.loadFile(Ruby.java:2860) | |
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:264) | |
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:252) | |
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:51) | |
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:892) | |
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:465) | |
at org.jruby.runtime.load.LoadService.require(LoadService.java:414) | |
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1079) | |
at org.jruby.RubyKernel.require19(RubyKernel.java:1072) | |
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:354) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
at org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
at org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
at org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
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:121) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:894) | |
at org.jruby.Ruby.loadFile(Ruby.java:2860) | |
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:264) | |
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:252) | |
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:51) | |
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:892) | |
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:465) | |
at org.jruby.runtime.load.LoadService.require(LoadService.java:414) | |
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1079) | |
at org.jruby.RubyKernel.require19(RubyKernel.java:1072) | |
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:354) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
at org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
at org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.RootNode.interpret(RootNode.java:129) | |
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:121) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:894) | |
at org.jruby.Ruby.loadFile(Ruby.java:2860) | |
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66) | |
at org.jruby.runtime.load.LoadService.load(LoadService.java:358) | |
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:1099) | |
at org.jruby.RubyKernel.load19(RubyKernel.java:1091) | |
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen) | |
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210) | |
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
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:121) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:894) | |
at org.jruby.Ruby.loadFile(Ruby.java:2860) | |
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66) | |
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:384) | |
at org.jruby.Ruby.initRubyKernel(Ruby.java:1800) | |
at org.jruby.Ruby.init(Ruby.java:1279) | |
at org.jruby.Ruby.newInstance(Ruby.java:334) | |
at org.jruby.embed.internal.LocalContext.getRuntime(LocalContext.java:117) | |
at org.jruby.embed.internal.SingleThreadLocalContextProvider.getRuntime(SingleThreadLocalContextProvider.java:61) | |
at org.jruby.embed.internal.BiVariableMap.getRuntime(BiVariableMap.java:108) | |
at org.jruby.embed.internal.BiVariableMap.getTopSelf(BiVariableMap.java:240) | |
at org.jruby.embed.internal.BiVariableMap.getReceiverObject(BiVariableMap.java:236) | |
at org.jruby.embed.internal.BiVariableMap.put(BiVariableMap.java:331) | |
at org.jruby.embed.internal.BiVariableMap.put(BiVariableMap.java:315) | |
at org.jruby.embed.ScriptingContainer.put(ScriptingContainer.java:1201) | |
at io.vertx.lang.ruby.ContainerHolder.create(ContainerHolder.java:73) | |
at io.vertx.lang.ruby.JRubyVerticle.start(JRubyVerticle.java:45) | |
at io.vertx.core.impl.DeploymentManager.lambda$doDeploy$161(DeploymentManager.java:471) | |
at io.vertx.core.impl.DeploymentManager$$Lambda$6/1364913072.handle(Unknown Source) | |
at io.vertx.core.impl.ContextImpl.lambda$wrapTask$15(ContextImpl.java:312) | |
at io.vertx.core.impl.ContextImpl$$Lambda$7/1549725679.run(Unknown Source) | |
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) | |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357) | |
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) | |
at java.lang.Thread.run(Thread.java:745) | |
Thread Thread[vert.x-eventloop-thread-2,5,main] has been blocked for 7856 ms, time limit is 2000 | |
io.vertx.core.VertxException: Thread blocked | |
at org.jruby.Ruby.getHash(Ruby.java:2071) | |
at org.jruby.RubyString.sub_bang19(RubyString.java:2816) | |
at org.jruby.RubyString.sub19(RubyString.java:2795) | |
at org.jruby.RubyString$INVOKER$i$sub19.call(RubyString$INVOKER$i$sub19.gen) | |
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrTwoOrNBlock.call(JavaMethod.java:371) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:202) | |
at org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59) | |
at org.jruby.ast.DAsgnNode.interpret(DAsgnNode.java:110) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
at org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
at org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
at org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
at org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
at org.jruby.runtime.Block.yield(Block.java:142) | |
at org.jruby.RubyArray.eachCommon(RubyArray.java:1606) | |
at org.jruby.RubyArray.each(RubyArray.java:1613) | |
at org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen) | |
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143) | |
at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
at org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:64) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
at org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
at org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
at org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
at org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:135) | |
at org.jruby.runtime.Block.yieldSpecific(Block.java:120) | |
at org.jruby.ast.YieldOneNode.interpret(YieldOneNode.java:35) | |
at org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
at org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
at org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
at org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
at org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:135) | |
at org.jruby.runtime.Block.yieldSpecific(Block.java:120) | |
at org.jruby.ast.YieldOneNode.interpret(YieldOneNode.java:35) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
at org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
at org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
at org.jruby.runtime.Block.yield(Block.java:142) | |
at org.jruby.RubyArray.eachCommon(RubyArray.java:1606) | |
at org.jruby.RubyArray.each(RubyArray.java:1613) | |
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:316) | |
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
at org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:64) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112) | |
at org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206) | |
at org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:157) | |
at org.jruby.runtime.Block.yield(Block.java:142) | |
at org.jruby.RubyArray.eachCommon(RubyArray.java:1606) | |
at org.jruby.RubyArray.each(RubyArray.java:1613) | |
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:316) | |
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:145) | |
at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154) | |
at org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:64) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
at org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:204) | |
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:211) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336) | |
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179) | |
at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188) | |
at org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139) | |
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136) | |
at org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
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:121) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:894) | |
at org.jruby.Ruby.loadFile(Ruby.java:2860) | |
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:264) | |
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:252) | |
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:51) | |
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:892) | |
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:465) | |
at org.jruby.runtime.load.LoadService.require(LoadService.java:414) | |
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1079) | |
at org.jruby.RubyKernel.require19(RubyKernel.java:1072) | |
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:354) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
at org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
at org.jruby.ast.BeginNode.interpret(BeginNode.java:83) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.RootNode.interpret(RootNode.java:129) | |
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:121) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:894) | |
at org.jruby.Ruby.loadFile(Ruby.java:2860) | |
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66) | |
at org.jruby.runtime.load.LoadService.load(LoadService.java:358) | |
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:1099) | |
at org.jruby.RubyKernel.load19(RubyKernel.java:1091) | |
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen) | |
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210) | |
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
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:121) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:894) | |
at org.jruby.Ruby.loadFile(Ruby.java:2860) | |
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66) | |
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:384) | |
at org.jruby.Ruby.initRubyKernel(Ruby.java:1800) | |
at org.jruby.Ruby.init(Ruby.java:1279) | |
at org.jruby.Ruby.newInstance(Ruby.java:334) | |
at org.jruby.embed.internal.LocalContext.getRuntime(LocalContext.java:117) | |
at org.jruby.embed.internal.SingleThreadLocalContextProvider.getRuntime(SingleThreadLocalContextProvider.java:61) | |
at org.jruby.embed.internal.BiVariableMap.getRuntime(BiVariableMap.java:108) | |
at org.jruby.embed.internal.BiVariableMap.getTopSelf(BiVariableMap.java:240) | |
at org.jruby.embed.internal.BiVariableMap.getReceiverObject(BiVariableMap.java:236) | |
at org.jruby.embed.internal.BiVariableMap.put(BiVariableMap.java:331) | |
at org.jruby.embed.internal.BiVariableMap.put(BiVariableMap.java:315) | |
at org.jruby.embed.ScriptingContainer.put(ScriptingContainer.java:1201) | |
at io.vertx.lang.ruby.ContainerHolder.create(ContainerHolder.java:73) | |
at io.vertx.lang.ruby.JRubyVerticle.start(JRubyVerticle.java:45) | |
at io.vertx.core.impl.DeploymentManager.lambda$doDeploy$161(DeploymentManager.java:471) | |
at io.vertx.core.impl.DeploymentManager$$Lambda$6/1364913072.handle(Unknown Source) | |
at io.vertx.core.impl.ContextImpl.lambda$wrapTask$15(ContextImpl.java:312) | |
at io.vertx.core.impl.ContextImpl$$Lambda$7/1549725679.run(Unknown Source) | |
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) | |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357) | |
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) | |
at java.lang.Thread.run(Thread.java:745) | |
Thread Thread[vert.x-eventloop-thread-2,5,main] has been blocked for 8857 ms, time limit is 2000 | |
io.vertx.core.VertxException: Thread blocked | |
at java.io.UnixFileSystem.getBooleanAttributes0(Native Method) | |
at java.io.UnixFileSystem.getBooleanAttributes(UnixFileSystem.java:242) | |
at java.io.File.exists(File.java:819) | |
at jnr.posix.JavaSecuredFile.exists(JavaSecuredFile.java:97) | |
at org.jruby.util.RegularFileResource.exists(RegularFileResource.java:67) | |
at org.jruby.runtime.load.LibrarySearcher.findFileResourceWithLoadPath(LibrarySearcher.java:182) | |
at org.jruby.runtime.load.LibrarySearcher.findResourceLibrary(LibrarySearcher.java:154) | |
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:84) | |
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:71) | |
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:973) | |
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:408) | |
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:433) | |
at org.jruby.runtime.load.LoadService.require(LoadService.java:414) | |
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1079) | |
at org.jruby.RubyKernel.require19(RubyKernel.java:1072) | |
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:354) | |
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.ReturnNode.interpret(ReturnNode.java:92) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
at org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
at org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
at org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
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:121) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:894) | |
at org.jruby.Ruby.loadFile(Ruby.java:2860) | |
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66) | |
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:892) | |
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:465) | |
at org.jruby.runtime.load.LoadService.require(LoadService.java:414) | |
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1079) | |
at org.jruby.RubyKernel.require19(RubyKernel.java:1072) | |
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:354) | |
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.ReturnNode.interpret(ReturnNode.java:92) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
at org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
at org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
at org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
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:121) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:894) | |
at org.jruby.Ruby.loadFile(Ruby.java:2860) | |
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66) | |
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:892) | |
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:465) | |
at org.jruby.runtime.load.LoadService.require(LoadService.java:414) | |
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1079) | |
at org.jruby.RubyKernel.require19(RubyKernel.java:1072) | |
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:354) | |
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.ReturnNode.interpret(ReturnNode.java:92) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
at org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
at org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
at org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
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:121) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:894) | |
at org.jruby.Ruby.loadFile(Ruby.java:2860) | |
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66) | |
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:892) | |
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:465) | |
at org.jruby.runtime.load.LoadService.require(LoadService.java:414) | |
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1079) | |
at org.jruby.RubyKernel.require19(RubyKernel.java:1072) | |
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:354) | |
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.ReturnNode.interpret(ReturnNode.java:92) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
at org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
at org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
at org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
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:121) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:894) | |
at org.jruby.Ruby.loadFile(Ruby.java:2860) | |
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66) | |
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:892) | |
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:465) | |
at org.jruby.runtime.load.LoadService.require(LoadService.java:414) | |
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1079) | |
at org.jruby.RubyKernel.require19(RubyKernel.java:1072) | |
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:354) | |
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.ReturnNode.interpret(ReturnNode.java:92) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
at org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
at org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
at org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.RootNode.interpret(RootNode.java:129) | |
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:121) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:894) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:902) | |
at org.jruby.embed.internal.EmbedEvalUnitImpl.run(EmbedEvalUnitImpl.java:119) | |
at org.jruby.embed.ScriptingContainer.runUnit(ScriptingContainer.java:1341) | |
at org.jruby.embed.ScriptingContainer.runScriptlet(ScriptingContainer.java:1334) | |
at io.vertx.lang.ruby.ContainerHolder.create(ContainerHolder.java:74) | |
at io.vertx.lang.ruby.JRubyVerticle.start(JRubyVerticle.java:45) | |
at io.vertx.core.impl.DeploymentManager.lambda$doDeploy$161(DeploymentManager.java:471) | |
at io.vertx.core.impl.DeploymentManager$$Lambda$6/1364913072.handle(Unknown Source) | |
at io.vertx.core.impl.ContextImpl.lambda$wrapTask$15(ContextImpl.java:312) | |
at io.vertx.core.impl.ContextImpl$$Lambda$7/1549725679.run(Unknown Source) | |
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) | |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357) | |
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) | |
at java.lang.Thread.run(Thread.java:745) | |
Thread Thread[vert.x-eventloop-thread-2,5,main] has been blocked for 9857 ms, time limit is 2000 | |
io.vertx.core.VertxException: Thread blocked | |
at java.io.UnixFileSystem.getBooleanAttributes0(Native Method) | |
at java.io.UnixFileSystem.getBooleanAttributes(UnixFileSystem.java:242) | |
at java.io.File.exists(File.java:819) | |
at jnr.posix.JavaSecuredFile.exists(JavaSecuredFile.java:97) | |
at org.jruby.util.RegularFileResource.exists(RegularFileResource.java:67) | |
at org.jruby.runtime.load.LibrarySearcher.findFileResourceWithLoadPath(LibrarySearcher.java:182) | |
at org.jruby.runtime.load.LibrarySearcher.findResourceLibrary(LibrarySearcher.java:154) | |
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:84) | |
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:71) | |
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:973) | |
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:408) | |
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:433) | |
at org.jruby.runtime.load.LoadService.require(LoadService.java:414) | |
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1079) | |
at org.jruby.RubyKernel.require19(RubyKernel.java:1072) | |
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:354) | |
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
at rubyjit.Kernel$$require_c4fda283cbbec1ffaf69a9971e13cf461a96ca771613930751.chained_0_rescue_1$RUBY$SYNTHETIC__file__(/usr/local/vert.x-3.0.0-milestone6/lib/jruby-complete-1.7.20.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54) | |
at rubyjit.Kernel$$require_c4fda283cbbec1ffaf69a9971e13cf461a96ca771613930751.__file__(/usr/local/vert.x-3.0.0-milestone6/lib/jruby-complete-1.7.20.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb) | |
at rubyjit.Kernel$$require_c4fda283cbbec1ffaf69a9971e13cf461a96ca771613930751.__file__(/usr/local/vert.x-3.0.0-milestone6/lib/jruby-complete-1.7.20.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb) | |
at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
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:121) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:894) | |
at org.jruby.Ruby.loadFile(Ruby.java:2860) | |
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66) | |
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:892) | |
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:465) | |
at org.jruby.runtime.load.LoadService.require(LoadService.java:414) | |
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1079) | |
at org.jruby.RubyKernel.require19(RubyKernel.java:1072) | |
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:354) | |
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
at rubyjit.Kernel$$require_c4fda283cbbec1ffaf69a9971e13cf461a96ca771613930751.chained_0_rescue_1$RUBY$SYNTHETIC__file__(/usr/local/vert.x-3.0.0-milestone6/lib/jruby-complete-1.7.20.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54) | |
at rubyjit.Kernel$$require_c4fda283cbbec1ffaf69a9971e13cf461a96ca771613930751.__file__(/usr/local/vert.x-3.0.0-milestone6/lib/jruby-complete-1.7.20.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb) | |
at rubyjit.Kernel$$require_c4fda283cbbec1ffaf69a9971e13cf461a96ca771613930751.__file__(/usr/local/vert.x-3.0.0-milestone6/lib/jruby-complete-1.7.20.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb) | |
at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
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:121) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:894) | |
at org.jruby.Ruby.loadFile(Ruby.java:2860) | |
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66) | |
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:892) | |
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:465) | |
at org.jruby.runtime.load.LoadService.require(LoadService.java:414) | |
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1079) | |
at org.jruby.RubyKernel.require19(RubyKernel.java:1072) | |
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:354) | |
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.ReturnNode.interpret(ReturnNode.java:92) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
at org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
at org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
at org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.RootNode.interpret(RootNode.java:129) | |
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:121) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:894) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:902) | |
at org.jruby.embed.internal.EmbedEvalUnitImpl.run(EmbedEvalUnitImpl.java:119) | |
at org.jruby.embed.ScriptingContainer.runUnit(ScriptingContainer.java:1341) | |
at org.jruby.embed.ScriptingContainer.runScriptlet(ScriptingContainer.java:1334) | |
at io.vertx.lang.ruby.ContainerHolder.create(ContainerHolder.java:74) | |
at io.vertx.lang.ruby.JRubyVerticle.start(JRubyVerticle.java:45) | |
at io.vertx.core.impl.DeploymentManager.lambda$doDeploy$161(DeploymentManager.java:471) | |
at io.vertx.core.impl.DeploymentManager$$Lambda$6/1364913072.handle(Unknown Source) | |
at io.vertx.core.impl.ContextImpl.lambda$wrapTask$15(ContextImpl.java:312) | |
at io.vertx.core.impl.ContextImpl$$Lambda$7/1549725679.run(Unknown Source) | |
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) | |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357) | |
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) | |
at java.lang.Thread.run(Thread.java:745) | |
Thread Thread[vert.x-eventloop-thread-2,5,main] has been blocked for 12106 ms, time limit is 2000 | |
io.vertx.core.VertxException: Thread blocked | |
at org.jruby.runtime.load.LoadServiceResourceInputStream.bufferEntireStream(LoadServiceResourceInputStream.java:50) | |
at org.jruby.runtime.load.LoadServiceResourceInputStream.<init>(LoadServiceResourceInputStream.java:33) | |
at org.jruby.runtime.load.LoadServiceResource.getInputStream(LoadServiceResource.java:85) | |
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:50) | |
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:892) | |
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:465) | |
at org.jruby.runtime.load.LoadService.require(LoadService.java:414) | |
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1079) | |
at org.jruby.RubyKernel.require19(RubyKernel.java:1072) | |
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:354) | |
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168) | |
at rubyjit.Kernel$$require_c4fda283cbbec1ffaf69a9971e13cf461a96ca771613930751.chained_0_rescue_1$RUBY$SYNTHETIC__file__(/usr/local/vert.x-3.0.0-milestone6/lib/jruby-complete-1.7.20.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54) | |
at rubyjit.Kernel$$require_c4fda283cbbec1ffaf69a9971e13cf461a96ca771613930751.__file__(/usr/local/vert.x-3.0.0-milestone6/lib/jruby-complete-1.7.20.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb) | |
at rubyjit.Kernel$$require_c4fda283cbbec1ffaf69a9971e13cf461a96ca771613930751.__file__(/usr/local/vert.x-3.0.0-milestone6/lib/jruby-complete-1.7.20.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb) | |
at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
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:121) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:894) | |
at org.jruby.Ruby.loadFile(Ruby.java:2860) | |
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66) | |
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:892) | |
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:465) | |
at org.jruby.runtime.load.LoadService.require(LoadService.java:414) | |
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:1079) | |
at org.jruby.RubyKernel.require19(RubyKernel.java:1072) | |
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:354) | |
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.ReturnNode.interpret(ReturnNode.java:92) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
at org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
at org.jruby.ast.RescueNode.executeBody(RescueNode.java:221) | |
at org.jruby.ast.RescueNode.interpret(RescueNode.java:116) | |
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.RootNode.interpret(RootNode.java:129) | |
at org.jruby.evaluator.ASTInterpreter.INTERPRET_ROOT(ASTInterpreter.java:121) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:894) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:902) | |
at org.jruby.embed.internal.EmbedEvalUnitImpl.run(EmbedEvalUnitImpl.java:119) | |
at org.jruby.embed.ScriptingContainer.runUnit(ScriptingContainer.java:1341) | |
at org.jruby.embed.ScriptingContainer.runScriptlet(ScriptingContainer.java:1334) | |
at io.vertx.lang.ruby.ContainerHolder.create(ContainerHolder.java:74) | |
at io.vertx.lang.ruby.JRubyVerticle.start(JRubyVerticle.java:45) | |
at io.vertx.core.impl.DeploymentManager.lambda$doDeploy$161(DeploymentManager.java:471) | |
at io.vertx.core.impl.DeploymentManager$$Lambda$6/1364913072.handle(Unknown Source) | |
at io.vertx.core.impl.ContextImpl.lambda$wrapTask$15(ContextImpl.java:312) | |
at io.vertx.core.impl.ContextImpl$$Lambda$7/1549725679.run(Unknown Source) | |
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) | |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357) | |
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) | |
at java.lang.Thread.run(Thread.java:745) | |
Thread Thread[vert.x-eventloop-thread-2,5,main] has been blocked for 13438 ms, time limit is 2000 | |
io.vertx.core.VertxException: Thread blocked | |
at io.netty.buffer.PooledByteBufAllocator.<init>(PooledByteBufAllocator.java:177) | |
at io.netty.buffer.PooledByteBufAllocator.<init>(PooledByteBufAllocator.java:143) | |
at io.netty.buffer.PooledByteBufAllocator.<init>(PooledByteBufAllocator.java:135) | |
at io.netty.buffer.PooledByteBufAllocator.<clinit>(PooledByteBufAllocator.java:119) | |
at io.vertx.core.net.impl.PartialPooledByteBufAllocator.<clinit>(PartialPooledByteBufAllocator.java:47) | |
at io.vertx.core.http.impl.HttpServerImpl.applyConnectionOptions(HttpServerImpl.java:376) | |
at io.vertx.core.http.impl.HttpServerImpl.listen(HttpServerImpl.java:186) | |
at io.vertx.core.http.impl.HttpServerImpl.listen(HttpServerImpl.java:159) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:497) | |
at org.jruby.javasupport.JavaMethod.invokeDirectWithExceptionHandling(JavaMethod.java:456) | |
at org.jruby.javasupport.JavaMethod.invokeDirect(JavaMethod.java:317) | |
at org.jruby.java.invokers.InstanceMethodInvoker.call(InstanceMethodInvoker.java:45) | |
at org.jruby.java.invokers.InstanceMethodInvoker.call(InstanceMethodInvoker.java:117) | |
at org.jruby.RubyMethod.call(RubyMethod.java:120) | |
at org.jruby.RubyMethod$INVOKER$i$call.call(RubyMethod$INVOKER$i$call.gen) | |
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrNBlock.call(JavaMethod.java:301) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
at org.jruby.ast.IfNode.interpret(IfNode.java:116) | |
at org.jruby.ast.IfNode.interpret(IfNode.java:118) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74) | |
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:182) | |
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:203) | |
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326) | |
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170) | |
at org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71) | |
at org.jruby.evaluator.ASTInterpreter.INTERPRET_CLASS(ASTInterpreter.java:103) | |
at org.jruby.evaluator.ASTInterpreter.evalClassDefinitionBody(ASTInterpreter.java:280) | |
at org.jruby.ast.ModuleNode.interpret(ModuleNode.java:120) | |
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105) | |
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:121) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:894) | |
at org.jruby.Ruby.runInterpreter(Ruby.java:902) | |
at org.jruby.embed.internal.EmbedEvalUnitImpl.run(EmbedEvalUnitImpl.java:119) | |
at org.jruby.embed.ScriptingContainer.runUnit(ScriptingContainer.java:1341) | |
at org.jruby.embed.ScriptingContainer.runScriptlet(ScriptingContainer.java:1357) | |
at io.vertx.lang.ruby.ContainerHolder.create(ContainerHolder.java:113) | |
at io.vertx.lang.ruby.JRubyVerticle.start(JRubyVerticle.java:45) | |
at io.vertx.core.impl.DeploymentManager.lambda$doDeploy$161(DeploymentManager.java:471) | |
at io.vertx.core.impl.DeploymentManager$$Lambda$6/1364913072.handle(Unknown Source) | |
at io.vertx.core.impl.ContextImpl.lambda$wrapTask$15(ContextImpl.java:312) | |
at io.vertx.core.impl.ContextImpl$$Lambda$7/1549725679.run(Unknown Source) | |
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) | |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357) | |
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) | |
at java.lang.Thread.run(Thread.java:745) | |
Succeeded in deploying verticle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment