Date: Thu, 17 Oct 2019 16:27:57 +0000 From: bugzilla-noreply@freebsd.org To: elastic@FreeBSD.org Subject: maintainer-feedback requested: [Bug 241312] sysutils/logstash6 Cipher Error Message-ID: <bug-241312-37421-9VUTPZw8hl@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-241312-37421@https.bugs.freebsd.org/bugzilla/> References: <bug-241312-37421@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-elastic mailing list <elastic@FreeBSD.org> for maintainer-feedback: Bug 241312: sysutils/logstash6 Cipher Error https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241312 --- Description --- I am running FreeBSD 11.3 amd64 and installed the newest version of logstas= h6.=20 When I try to start logstash the service does start for about 20 seconds th= en kills itself. I turned on trace logging and found two interesting things: 1. Logstash is looking for ciphers that are not there. Note: in my logstash conf file I tried different ciphers by the cipher_suites option and allowed them all at one point, that made no difference. 2. Java is trying to load some netty library. I have netty installed on the system too. [2019-10-17T15:42:27,065][ERROR][logstash.pipeline ] Pipeline aborted due to error {:pipeline_id=3D>"main", :exception=3D>#<LogStash::Configurati= onError: Cipher `TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256` is not available>, :backtrace=3D>["/usr/local/logstash/vendor/bundle/jruby/2.3.0/gems/logstash= -input -beats-5.1.6-java/lib/logstash/inputs/beats.rb:182:in `create_server'", "/usr/local/logstash/vendor/bundle/jruby/2.3.0/gems/logstash-input-beats-5.= 1.6- java/lib/logstash/inputs/beats.rb:170:in `register'", "/usr/local/logstash/logstash-core/lib/logstash/pipeline.rb:24= 2:in `register_plugin'", "/usr/local/logstash/logstash-core/lib/logstash/pipeline.rb:253:in `block in register_plugins'", "org/jruby/RubyArray.java:1734:in `each'", "/usr/local/logstash/logstash-core/lib/logstash/pipeline.rb:253:in `register_plugins'", "/usr/local/logstash/logstash-core/lib/logstash/pipeline.rb:396:in `start_inputs'", "/usr/local/logstash/logstash-core/lib/logstash/pipeline.rb:294:in `start_workers'", "/usr/local/logstash/logstash-core/lib/logstash/pipeline.rb:200:in `run'", "/usr/local/logstash/logstash-core/lib/logstash/pipeline.rb:160:in `block in start'"], :thread=3D>"#<Thread:0x55053c00 run>"} [2019-10-17T15:42:26,385][DEBUG][io.netty.util.internal.PlatformDependent] -Dio.netty.tmpdir: /tmp (java.io.tmpdir) [2019-10-17T15:42:26,385][DEBUG][io.netty.util.internal.PlatformDependent] -Dio.netty.bitMode: 64 (sun.arch.data.model) [2019-10-17T15:42:26,386][DEBUG][io.netty.util.internal.PlatformDependent] -Dio.netty.noPreferDirect: false [2019-10-17T15:42:26,386][DEBUG][io.netty.util.internal.PlatformDependent] -Dio.netty.maxDirectMemory: 1038876672 bytes [2019-10-17T15:42:26,386][DEBUG][io.netty.util.internal.PlatformDependent] -Dio.netty.uninitializedArrayAllocationThreshold: -1 [2019-10-17T15:42:26,387][DEBUG][io.netty.util.internal.CleanerJava6] java.nio.ByteBuffer.cleaner(): available [2019-10-17T15:42:26,390][DEBUG][io.netty.util.internal.NativeLibraryLoader] -Dio.netty.native.workdir: /tmp (io.netty.tmpdir) [2019-10-17T15:42:26,391][DEBUG][io.netty.util.internal.NativeLibraryLoader] Unable to load the library 'netty_tcnative_freebsd_x86_64', trying other loading mechanism. java.lang.UnsatisfiedLinkError: no netty_tcnative_freebsd_x86_64 in java.library.path Thank you. Note: I get the same errors trying to run logstash5.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241312-37421-9VUTPZw8hl>