Logstash not able to start. Error undefined method set_validate_after_inactivity

Hi i'm beginner in Logstash and i have some problem with it.
I am Using Logstash-6.0.0 with windows 10. The service is not getting started. Its breaking with following error mentioned below :

[2017-11-26T20:00:07,621][WARN ][logstash.config.source.multilocal] Ignoring the 'pipelines.yml' file because modules or command line options are specified
[2017-11-26T20:00:07,977][INFO ][logstash.agent ] Successfully started Logstash API endpoint {:port=>9600}
[2017-11-26T20:00:09,597][ERROR][logstash.pipeline ] Error registering plugin {:pipeline_id=>"main", :plugin=>"#<LogStash::OutputDelegator:0x16c8a3fc @namespaced_metric=#<LogStash::Instrument::NamespacedMetric:0x20bd5e76 @metric=#<LogStash::Instrument::Metric:0x54914339 @collector=#<LogStash::Instrument::Collector:0x53226d9f @agent=nil, @metric_store=#<LogStash::Instrument::MetricStore:0x26e344 @store=#<Concurrent::map:0x00000000000fb0 entries=3 default_proc=nil>, @structured_lookup_mutex=#Mutex:0x4a2243d8, @fast_lookup=#<Concurrent::map:0x00000000000fb4 entries=74 default_proc=nil>>>>, @namespace_name=[:stats, :pipelines, :main, :plugins, :outputs, :HGewLw7jTIql8oRiwR8OWg]>, @metric=#<LogStash::Instrument::NamespacedMetric:0x54fa80aa @metric=#<LogStash::Instrument::Metric:0x54914339 @collector=#<LogStash::Instrument::Collector:0x53226d9f @agent=nil, @metric_store=#<LogStash::Instrument::MetricStore:0x26e344 @store=#<Concurrent::map:0x00000000000fb0 entries=3 default_proc=nil>, @structured_lookup_mutex=#Mutex:0x4a2243d8, @fast_lookup=#<Concurrent::map:0x00000000000fb4 entries=74 default_proc=nil>>>>, @namespace_name=[:stats, :pipelines, :main, :plugins, :outputs]>, @logger=#<LogStash::Logging::Logger:0x3b95c697 @logger=#Java::OrgApacheLoggingLog4jCore::Logger:0xd9ec5f2>, @out_counter=org.jruby.proxy.org.logstash.instrument.metrics.counter.LongCounter$Proxy2 - namespace: [stats, pipelines, main, plugins, outputs, HGewLw7jTIql8oRiwR8OWg, events] key: out value:0, @strategy=#<LogStash::OutputDelegatorStrategies::Shared:0x655543d0 @output=<LogStash::Outputs::ElasticSearch id=>"HGewLw7jTIql8oRiwR8OWg", hosts=>[//localhost:9200], index=>"kaggle", enable_metric=>true, codec=><LogStash::Codecs::Plain id=>"plain_03c60e81-954f-48b9-8e84-372800f0b4a4", enable_metric=>true, charset=>"UTF-8">, workers=>1, manage_template=>true, template_name=>"logstash", template_overwrite=>false, doc_as_upsert=>false, script_type=>"inline", script_lang=>"painless", script_var_name=>"event", scripted_upsert=>false, retry_initial_interval=>2, retry_max_interval=>64, retry_on_conflict=>1, action=>"index", ssl_certificate_verification=>true, sniffing=>false, sniffing_delay=>5, timeout=>60, pool_max=>1000, pool_max_per_route=>100, resurrect_delay=>5, validate_after_inactivity=>10000, http_compression=>false>>, @in_counter=org.jruby.proxy.org.logstash.instrument.metrics.counter.LongCounter$Proxy2 - namespace: [stats, pipelines, main, plugins, outputs, HGewLw7jTIql8oRiwR8OWg, events] key: in value:0, @id="HGewLw7jTIql8oRiwR8OWg", @time_metric=org.jruby.proxy.org.logstash.instrument.metrics.counter.LongCounter$Proxy2 - namespace: [stats, pipelines, main, plugins, outputs, HGewLw7jTIql8oRiwR8OWg, events] key: duration_in_millis value:0, @metric_events=#<LogStash::Instrument::NamespacedMetric:0x70619093 @metric=#<LogStash::Instrument::Metric:0x54914339 @collector=#<LogStash::Instrument::Collector:0x53226d9f @agent=nil, @metric_store=#<LogStash::Instrument::MetricStore:0x26e344 @store=#<Concurrent::map:0x00000000000fb0 entries=3 default_proc=nil>, @structured_lookup_mutex=#Mutex:0x4a2243d8, @fast_lookup=#<Concurrent::map:0x00000000000fb4 entries=74 default_proc=nil>>>>, @namespace_name=[:stats, :pipelines, :main, :plugins, :outputs, :HGewLw7jTIql8oRiwR8OWg, :events]>, @output_class=LogStash::Outputs::ElasticSearch>", :error=>"undefined method `set_validate_after_inactivity' for #Java::OrgApacheHttpImplConn::PoolingHttpClientConnectionManager:0x46957964", :thread=>"#<Thread:0x1d9c1414@C:/logstash-6.0.0/logstash-core/lib/logstash/pipeline.rb:290 run>"}

Please help me

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