Logstash stopped processing because of an error: (SystemExit)

Hi, I am trying to run the logstash service but it always stops due to error, below I share the log.

I can't find the reason for the error, has it happened to you?

If I use the program directly from command, it works without problems.

[2021-05-27T16:32:51,552][INFO ][logstash.runner          ] Log4j configuration path used is: /usr/local/Cellar/logstash-full/7.12.1/libexec/config/log4j2.properties
[2021-05-27T16:32:51,558][WARN ][logstash.runner          ] --config.debug was specified, but log.level was not set to 'debug'! No config info will be logged.
[2021-05-27T16:32:51,562][INFO ][logstash.runner          ] Starting Logstash {"logstash.version"=>"7.12.1", "jruby.version"=>"jruby 9.2.13.0 (2.5.7) 2020-08-03 9a89c94bcc OpenJDK 64-Bit Server VM 11.0.10+9 on 11.0.10+9 +indy +jit [darwin-x86_64]"}
[2021-05-27T16:32:51,684][FATAL][org.logstash.Logstash    ] Logstash stopped processing because of an error: (SystemExit) exit
org.jruby.exceptions.SystemExit: (SystemExit) exit
	at org.jruby.RubyKernel.exit(org/jruby/RubyKernel.java:747) ~[jruby-complete-9.2.13.0.jar:?]
	at org.jruby.RubyKernel.exit(org/jruby/RubyKernel.java:710) ~[jruby-complete-9.2.13.0.jar:?]
	at usr.local.Cellar.logstash_minus_full.$7_dot_12_dot_1.libexec.lib.bootstrap.environment.<main>(/usr/local/Cellar/logstash-full/7.12.1/libexec/lib/bootstrap/environment.rb:89) ~[?:?]

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