Pipeline on error: recurrent problem

Hi all,

We are having an error when a pipeline is starting, The log provides the following error.
Any hint about how to make a diagnosis and to solve the problem (file corruption?)

  • OS: Red Hat Enterprise Linux Server release 7.3
  • Logstash version: 6.3.0
  • ES version: 6.3.2
    ==========

2018-09-21 06:37:30,170 Ruby-0-Thread-21@[cpdlc]>worker0: /usr/share/logstash/logstash-core/lib/logstash/pipeline.rb:383 ERROR An exception occurred processing Appender plain_console java.lang.NullPointerException
at org.logstash.ext.JrubyTimestampExtLibrary$RubyTimestamp.ruby_to_iso8601(JrubyTimestampExtLibrary.java:112)
at org.logstash.ext.JrubyTimestampExtLibrary$RubyTimestamp.ruby_inspect(JrubyTimestampExtLibrary.java:106)
at org.logstash.ext.JrubyTimestampExtLibrary$RubyTimestamp$INVOKER$i$0$0$ruby_inspect.call(JrubyTimestampExtLibrary$RubyTimestamp$INVOKER$i$0$0$ruby_inspect.gen)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:318)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:131)
at org.jruby.RubyBasicObject.rbInspect(RubyBasicObject.java:1142)
at org.jruby.RubyObject.inspect(RubyObject.java:530)
at org.jruby.RubyHash$4.visit(RubyHash.java:801)
at org.jruby.RubyHash$4.visit(RubyHash.java:796)
at org.jruby.RubyHash.visitLimited(RubyHash.java:662)
at org.jruby.RubyHash.visitAll(RubyHash.java:647)
at org.jruby.RubyHash.inspectHash(RubyHash.java:791)
at org.jruby.RubyHash.inspect(RubyHash.java:815)
at org.jruby.RubyHash$INVOKER$i$0$0$inspect.call(RubyHash$INVOKER$i$0$0$inspect.gen)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:318)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:131)
at org.jruby.RubyBasicObject.rbInspect(RubyBasicObject.java:1142)
at org.jruby.RubyObject.inspect(RubyObject.java:530)
at org.jruby.RubyHash$4.visit(RubyHash.java:801)
at org.jruby.RubyHash$4.visit(RubyHash.java:796)
at org.jruby.RubyHash.visitLimited(RubyHash.java:662)
at org.jruby.RubyHash.visitAll(RubyHash.java:647)
at org.jruby.RubyHash.inspectHash(RubyHash.java:791)
at org.jruby.RubyHash.inspect(RubyHash.java:815)
at org.jruby.RubyHash.to_s(RubyHash.java:882)
at org.jruby.RubyHash$INVOKER$i$0$0$to_s.call(RubyHash$INVOKER$i$0$0$to_s.gen)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:318)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:131)
at org.jruby.RubyObject.toString(RubyObject.java:339)
at java.lang.String.valueOf(String.java:2994)
at java.lang.StringBuilder.append(StringBuilder.java:131)
at org.logstash.log.StructuredMessage.getFormattedMessage(StructuredMessage.java:60)
at org.apache.logging.log4j.core.pattern.MessagePatternConverter.format(MessagePatternConverter.java:141)
at org.apache.logging.log4j.core.pattern.PatternFormatter.format(PatternFormatter.java:38)
at org.apache.logging.log4j.core.layout.PatternLayout$PatternSerializer.toSerializable(PatternLayout.java:333)
at...

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.