When I try to start up my logstash agent with a basic config, I get the following.
[ERROR] 2019-03-19 16:50:26.469 [main] Logstash - java.lang.IllegalStateException: Logstash stopped processing because of an error: (LoadError) load error: jopenssl/load -- java.lang.InternalError: null
The command I use to start it is below.
logstash -e "input {stdin {}}output {stdout {}}" --debug
I have tried running this as sudo also. Anybody have any suggestions on how to debug this.
I am running the following version of java.
openjdk version "1.8.0_121" OpenJDK Runtime Environment (IcedTea 3.3.0) (Gentoo icedtea-3.3.0) OpenJDK 64-Bit Server VM (build 25.121-b13, mixed mode)