Advertisement
Guest User

Untitled

a guest
Jun 9th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.04 KB | None | 0 0
  1. Exception in thread "[main]<lumberjack" java.nio.BufferOverflowException
  2. at org.jruby.RubyIO.fwrite(RubyIO.java:1541)
  3. at rubyjit.LogStash::Pipeline$$output_batch_52a563a48bd0c5b7e88c126dda1f6e06d260ed3d1442407170.block_3$RUBY$__file__(/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-core-2.3.2-java/lib/logstash/pipeline.rb:301)
  4. at rubyjit$LogStash::Pipeline$$output_batch_52a563a48bd0c5b7e88c126dda1f6e06d260ed3d1442407170$block_3$RUBY$__file__.call(rubyjit$LogStash::Pipeline$$output_batch_52a563a48bd0c5b7e88c126dda1f6e06d260ed3d1442407170$block_3$RUBY$__file__)
  5. at org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:135)
  6. at org.jruby.runtime.Block.yield(Block.java:142)
  7. at org.jruby.RubyHash$13.visit(RubyHash.java:1355)
  8. at org.jruby.RubyHash.visitLimited(RubyHash.java:648)
  9. at org.jruby.RubyHash.visitAll(RubyHash.java:634)
  10. at org.jruby.RubyHash.iteratorVisitAll(RubyHash.java:1306)
  11. at org.jruby.RubyHash.each_pairCommon(RubyHash.java:1351)
  12. at org.jruby.RubyHash.each19(RubyHash.java:1342)
  13. at org.jruby.RubyHash$INVOKER$i$0$0$each19.call(RubyHash$INVOKER$i$0$0$each19.gen)
  14. at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143)
  15. at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154)
  16. at rubyjit.LogStash::Pipeline$$output_batch_52a563a48bd0c5b7e88c126dda1f6e06d260ed3d1442407170.__file__(/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-core-2.3.2-java/lib/logstash/pipeline.rb:301)
  17. at rubyjit.LogStash::Pipeline$$output_batch_52a563a48bd0c5b7e88c126dda1f6e06d260ed3d1442407170.__file__(/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-core-2.3.2-java/lib/logstash/pipeline.rb)
  18. at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
  19. at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
  20. at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
  21. at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
  22. at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
  23. at org.jruby.ast.WhileNode.interpret(WhileNode.java:131)
  24. at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
  25. at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
  26. at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74)
  27. at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225)
  28. at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:219)
  29. at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346)
  30. at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204)
  31. at org.jruby.ast.FCallTwoArgNode.interpret(FCallTwoArgNode.java:38)
  32. at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
  33. at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
  34. at org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112)
  35. at org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206)
  36. at org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194)
  37. at org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125)
  38. at org.jruby.runtime.Block.call(Block.java:101)
  39. at org.jruby.RubyProc.call(RubyProc.java:300)
  40. at org.jruby.RubyProc.call(RubyProc.java:230)
  41. at org.jruby.internal.runtime.RubyRunnable.run(RubyRunnable.java:99)
  42. at java.lang.Thread.run(Thread.java:745)
  43. Exception in thread "[main]>worker1" java.nio.BufferOverflowException
  44. at java.nio.HeapByteBuffer.put(HeapByteBuffer.java:189)
  45. at org.jruby.util.io.ChannelStream.bufferedWrite(ChannelStream.java:1100)
  46. at org.jruby.util.io.ChannelStream.fwrite(ChannelStream.java:1277)
  47. at org.jruby.RubyIO.fwrite(RubyIO.java:1541)
  48. at org.jruby.RubyIO.write(RubyIO.java:1412)
  49. at org.jruby.RubyIO$INVOKER$i$1$0$write.call(RubyIO$INVOKER$i$1$0$write.gen)
  50. at org.jruby.RubyClass.finvoke(RubyClass.java:743)
  51. at org.jruby.runtime.Helpers.invoke(Helpers.java:505)
  52. at org.jruby.RubyBasicObject.callMethod(RubyBasicObject.java:364)
  53. at org.jruby.RubyIO.write(RubyIO.java:2490)
  54. at org.jruby.RubyIO.putsSingle(RubyIO.java:2478)
  55. at org.jru
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement