Logstash failing to start as checkpoint file is missing... How to resolve?

Hi Team,

I have logstash running as a container. When I restart logstash container it's failing with below error:
ERROR s.r.NativeMethodAccessorImpl [LogStash::Runner] Logstash failed to create queue {"exception"=>"java.nio.file.NoSuchFileException: /usr/share/logstash/data/queue/main/checkpoint.109", "backtrace"=>["sun/nio/fs/UnixException.java:86:in translateToIOException'", "sun/nio/fs/UnixException.java:102:inrethrowAsIOException'", "sun/nio/fs/UnixException.java:107:in rethrowAsIOException'", "sun/nio/fs/UnixFileSystemProvider.java:214:innewByteChannel'", "java/nio/file/Files.java:361:in newByteChannel'", "java/nio/file/Files.java:407:innewByteChannel'", "java/nio/file/Files.java:3152:in readAllBytes'", "org/logstash/ackedqueue/io/FileCheckpointIO.java:56:inread'", "org/logstash/ackedqueue/Queue.java:200:in open'", "org/logstash/ackedqueue/ext/JrubyAckedQueueExtLibrary.java:132:inruby_open'", "org/logstash/ackedqueue/ext/JrubyAckedQueueExtLibrary$RubyAckedQueue$INVOKER$i$0$0$ruby_open.gen:-1:in call'", "org/jruby/runtime/callsite/CachingCallSite.java:306:incacheAndCall'", "org/jruby/runtime/callsite/CachingCallSite.java:136:in `call'",

I am using 5.6.8 with avro codec.

Thank you
Ram T

What do the input and output configuration look like?

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