Removing provided -XX:+UseParallelOldGC in favour of artemis.profile provided option Platform is x86_64 Running server env: home: /home/jboss AMQ_HOME /opt/amq CONFIG_BROKER false RUN_BROKER NO RUN_BROKER defined Using custom configuration. Copy from /amq/init/config to /home/jboss/amq-broker bin data etc lib log tmp Running Broker in /home/jboss/amq-broker NOTE: Picked up JDK_JAVA_OPTIONS: -Dbroker.properties=/amq/extra/secrets/broker-459-props/broker.properties __ __ ____ ____ _ /\ | \/ |/ __ \ | _ \ | | / \ | \ / | | | | | |_) |_ __ ___ | | _____ _ __ / /\ \ | |\/| | | | | | _ <| '__/ _ \| |/ / _ \ '__| / ____ \| | | | |__| | | |_) | | | (_) | < __/ | /_/ \_\_| |_|\___\_\ |____/|_| \___/|_|\_\___|_| Red Hat AMQ Broker 7.12.0.GA 2024-04-09 22:01:57,194 INFO [org.apache.activemq.artemis.integration.bootstrap] AMQ101000: Starting ActiveMQ Artemis Server version 2.33.0.redhat-00001 2024-04-09 22:01:57,226 INFO [org.apache.activemq.artemis.core.server] AMQ221000: Primary message broker is starting with configuration Broker Configuration (clustered=true,journalDirectory=data/journal,bindingsDirectory=data/bindings,largeMessagesDirectory=data/large-messages,pagingDirectory=data/paging) 2024-04-09 22:01:57,256 INFO [org.apache.activemq.artemis.core.server] AMQ221013: Using NIO Journal 2024-04-09 22:01:57,311 INFO [org.apache.activemq.artemis.core.server] AMQ221057: Global Max Size is being adjusted to 1/2 of the JVM max size (-Xmx). being defined as 1042284544 2024-04-09 22:01:57,647 INFO [org.jgroups.JChannel] local_addr: 327d5c5a-acec-4a13-86e1-f62e274c9500, name: broker-459-ss-0-58192 2024-04-09 22:01:57,672 INFO [org.jgroups.protocols.FD_SOCK2] server listening on *.7900 ------------------------------------------------------------------- GMS: address=broker-459-ss-0-58192, cluster=activemq_broadcast_channel, physical address=10.129.2.58:7800 ------------------------------------------------------------------- 2024-04-09 22:01:59,685 INFO [org.jgroups.protocols.pbcast.GMS] broker-459-ss-0-58192: no members discovered after 2009 ms: creating cluster as coordinator 2024-04-09 22:01:59,717 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE 2024-04-09 22:01:59,718 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-amqp-protocol]. Adding protocol support for: AMQP 2024-04-09 22:01:59,718 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-hornetq-protocol]. Adding protocol support for: HORNETQ 2024-04-09 22:01:59,718 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-mqtt-protocol]. Adding protocol support for: MQTT 2024-04-09 22:01:59,719 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-openwire-protocol]. Adding protocol support for: OPENWIRE 2024-04-09 22:01:59,719 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-stomp-protocol]. Adding protocol support for: STOMP 2024-04-09 22:01:59,767 INFO [org.apache.activemq.artemis.core.server] AMQ221034: Waiting indefinitely to obtain primary lock 2024-04-09 22:01:59,767 INFO [org.apache.activemq.artemis.core.server] AMQ221035: Primary Server Obtained primary lock 2024-04-09 22:01:59,841 INFO [org.apache.activemq.artemis.core.server] AMQ221080: Deploying address DLQ supporting [ANYCAST] 2024-04-09 22:01:59,855 INFO [org.apache.activemq.artemis.core.server] AMQ221003: Deploying ANYCAST queue DLQ on address DLQ 2024-04-09 22:01:59,908 INFO [org.apache.activemq.artemis.core.server] AMQ221080: Deploying address ExpiryQueue supporting [ANYCAST] 2024-04-09 22:01:59,909 INFO [org.apache.activemq.artemis.core.server] AMQ221003: Deploying ANYCAST queue ExpiryQueue on address ExpiryQueue 2024-04-09 22:02:00,239 ERROR [org.apache.activemq.artemis.core.server] AMQ224097: Failed to start server java.lang.UnsatisfiedLinkError: failed to load the required native library at io.netty.handler.ssl.OpenSsl.ensureAvailability(OpenSsl.java:573) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.ReferenceCountedOpenSslContext.(ReferenceCountedOpenSslContext.java:216) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSslContext.(OpenSslContext.java:45) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSslServerContext.(OpenSslServerContext.java:349) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSslServerContext.(OpenSslServerContext.java:336) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.SslContext.newServerContextInternal(SslContext.java:478) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.SslContextBuilder.build(SslContextBuilder.java:610) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.ssl.SSLSupport.createNettyContext(SSLSupport.java:241) ~[artemis-core-client-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.ssl.DefaultOpenSSLContextFactory.getServerSslContext(DefaultOpenSSLContextFactory.java:60) ~[artemis-core-client-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptor.loadSSLContext(NettyAcceptor.java:396) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptor.(NettyAcceptor.java:348) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptorFactory.createAcceptor(NettyAcceptorFactory.java:43) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl.createAcceptor(RemotingServiceImpl.java:274) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl.start(RemotingServiceImpl.java:217) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.initialisePart2(ActiveMQServerImpl.java:3594) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.PrimaryOnlyActivation.run(PrimaryOnlyActivation.java:78) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.internalStart(ActiveMQServerImpl.java:742) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.start(ActiveMQServerImpl.java:632) [artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.integration.FileBroker.start(FileBroker.java:66) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.cli.commands.Run.execute(Run.java:130) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.cli.Artemis.internalExecute(Artemis.java:221) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:167) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.apache.activemq.artemis.boot.Artemis.execute(Artemis.java:157) [artemis-boot.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.boot.Artemis.main(Artemis.java:64) [artemis-boot.jar:2.33.0.redhat-00001] Caused by: java.lang.IllegalArgumentException: Failed to load any of the given libraries: [netty_tcnative_linux_x86_64_fedora, netty_tcnative_linux_x86_64, netty_tcnative_x86_64, netty_tcnative] at io.netty.util.internal.NativeLibraryLoader.loadFirstAvailable(NativeLibraryLoader.java:114) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSsl.loadTcNative(OpenSsl.java:682) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSsl.(OpenSsl.java:108) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] ... 27 more Suppressed: java.lang.UnsatisfiedLinkError: could not load a native library: netty_tcnative_linux_x86_64_fedora at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:239) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.util.internal.NativeLibraryLoader.loadFirstAvailable(NativeLibraryLoader.java:105) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSsl.loadTcNative(OpenSsl.java:682) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSsl.(OpenSsl.java:108) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.ReferenceCountedOpenSslContext.(ReferenceCountedOpenSslContext.java:216) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSslContext.(OpenSslContext.java:45) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSslServerContext.(OpenSslServerContext.java:349) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSslServerContext.(OpenSslServerContext.java:336) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.SslContext.newServerContextInternal(SslContext.java:478) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.SslContextBuilder.build(SslContextBuilder.java:610) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.ssl.SSLSupport.createNettyContext(SSLSupport.java:241) ~[artemis-core-client-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.ssl.DefaultOpenSSLContextFactory.getServerSslContext(DefaultOpenSSLContextFactory.java:60) ~[artemis-core-client-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptor.loadSSLContext(NettyAcceptor.java:396) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptor.(NettyAcceptor.java:348) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptorFactory.createAcceptor(NettyAcceptorFactory.java:43) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl.createAcceptor(RemotingServiceImpl.java:274) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl.start(RemotingServiceImpl.java:217) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.initialisePart2(ActiveMQServerImpl.java:3594) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.PrimaryOnlyActivation.run(PrimaryOnlyActivation.java:78) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.internalStart(ActiveMQServerImpl.java:742) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.start(ActiveMQServerImpl.java:632) [artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.integration.FileBroker.start(FileBroker.java:66) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.cli.commands.Run.execute(Run.java:130) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.cli.Artemis.internalExecute(Artemis.java:221) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:167) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.apache.activemq.artemis.boot.Artemis.execute(Artemis.java:157) [artemis-boot.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.boot.Artemis.main(Artemis.java:64) [artemis-boot.jar:2.33.0.redhat-00001] Caused by: java.io.FileNotFoundException: META-INF/native/libnetty_tcnative_linux_x86_64_fedora.so at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:186) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] ... 30 more Suppressed: java.lang.UnsatisfiedLinkError: no netty_tcnative_linux_x86_64_fedora in java.library.path: /opt/amq/bin/lib/linux-x86_64 at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2434) ~[?:?] at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:818) ~[?:?] at java.base/java.lang.System.loadLibrary(System.java:1993) ~[?:?] at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:396) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:161) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.util.internal.NativeLibraryLoader.loadFirstAvailable(NativeLibraryLoader.java:105) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSsl.loadTcNative(OpenSsl.java:682) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSsl.(OpenSsl.java:108) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.ReferenceCountedOpenSslContext.(ReferenceCountedOpenSslContext.java:216) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSslContext.(OpenSslContext.java:45) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSslServerContext.(OpenSslServerContext.java:349) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSslServerContext.(OpenSslServerContext.java:336) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.SslContext.newServerContextInternal(SslContext.java:478) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.SslContextBuilder.build(SslContextBuilder.java:610) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.ssl.SSLSupport.createNettyContext(SSLSupport.java:241) ~[artemis-core-client-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.ssl.DefaultOpenSSLContextFactory.getServerSslContext(DefaultOpenSSLContextFactory.java:60) ~[artemis-core-client-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptor.loadSSLContext(NettyAcceptor.java:396) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptor.(NettyAcceptor.java:348) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptorFactory.createAcceptor(NettyAcceptorFactory.java:43) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl.createAcceptor(RemotingServiceImpl.java:274) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl.start(RemotingServiceImpl.java:217) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.initialisePart2(ActiveMQServerImpl.java:3594) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.PrimaryOnlyActivation.run(PrimaryOnlyActivation.java:78) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.internalStart(ActiveMQServerImpl.java:742) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.start(ActiveMQServerImpl.java:632) [artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.integration.FileBroker.start(FileBroker.java:66) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.cli.commands.Run.execute(Run.java:130) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.cli.Artemis.internalExecute(Artemis.java:221) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:167) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.apache.activemq.artemis.boot.Artemis.execute(Artemis.java:157) [artemis-boot.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.boot.Artemis.main(Artemis.java:64) [artemis-boot.jar:2.33.0.redhat-00001] Suppressed: java.lang.UnsatisfiedLinkError: no netty_tcnative_linux_x86_64_fedora in java.library.path: /opt/amq/bin/lib/linux-x86_64 at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2434) ~[?:?] at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:818) ~[?:?] at java.base/java.lang.System.loadLibrary(System.java:1993) ~[?:?] at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:430) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[?:?] at io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:422) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:388) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:161) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.util.internal.NativeLibraryLoader.loadFirstAvailable(NativeLibraryLoader.java:105) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSsl.loadTcNative(OpenSsl.java:682) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSsl.(OpenSsl.java:108) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.ReferenceCountedOpenSslContext.(ReferenceCountedOpenSslContext.java:216) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSslContext.(OpenSslContext.java:45) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSslServerContext.(OpenSslServerContext.java:349) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSslServerContext.(OpenSslServerContext.java:336) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.SslContext.newServerContextInternal(SslContext.java:478) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.SslContextBuilder.build(SslContextBuilder.java:610) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.ssl.SSLSupport.createNettyContext(SSLSupport.java:241) ~[artemis-core-client-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.ssl.DefaultOpenSSLContextFactory.getServerSslContext(DefaultOpenSSLContextFactory.java:60) ~[artemis-core-client-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptor.loadSSLContext(NettyAcceptor.java:396) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptor.(NettyAcceptor.java:348) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptorFactory.createAcceptor(NettyAcceptorFactory.java:43) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl.createAcceptor(RemotingServiceImpl.java:274) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl.start(RemotingServiceImpl.java:217) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.initialisePart2(ActiveMQServerImpl.java:3594) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.PrimaryOnlyActivation.run(PrimaryOnlyActivation.java:78) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.internalStart(ActiveMQServerImpl.java:742) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.start(ActiveMQServerImpl.java:632) [artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.integration.FileBroker.start(FileBroker.java:66) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.cli.commands.Run.execute(Run.java:130) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.cli.Artemis.internalExecute(Artemis.java:221) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:167) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.apache.activemq.artemis.boot.Artemis.execute(Artemis.java:157) [artemis-boot.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.boot.Artemis.main(Artemis.java:64) [artemis-boot.jar:2.33.0.redhat-00001] Suppressed: java.lang.IllegalStateException: Multiple resources found for 'META-INF/native/libnetty_tcnative_linux_x86_64.so' with different content: [jar:file:/opt/amq/lib/netty-tcnative-2.0.65.Final-redhat-00001-linux-x86_64-fedora.jar!/META-INF/native/libnetty_tcnative_linux_x86_64.so, jar:file:/opt/amq/lib/netty-tcnative-boringssl-static-2.0.61.Final-linux-x86_64.jar!/META-INF/native/libnetty_tcnative_linux_x86_64.so] at io.netty.util.internal.NativeLibraryLoader.getResource(NativeLibraryLoader.java:301) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:173) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.util.internal.NativeLibraryLoader.loadFirstAvailable(NativeLibraryLoader.java:105) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSsl.loadTcNative(OpenSsl.java:682) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSsl.(OpenSsl.java:108) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.ReferenceCountedOpenSslContext.(ReferenceCountedOpenSslContext.java:216) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSslContext.(OpenSslContext.java:45) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSslServerContext.(OpenSslServerContext.java:349) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSslServerContext.(OpenSslServerContext.java:336) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.SslContext.newServerContextInternal(SslContext.java:478) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.SslContextBuilder.build(SslContextBuilder.java:610) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.ssl.SSLSupport.createNettyContext(SSLSupport.java:241) ~[artemis-core-client-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.ssl.DefaultOpenSSLContextFactory.getServerSslContext(DefaultOpenSSLContextFactory.java:60) ~[artemis-core-client-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptor.loadSSLContext(NettyAcceptor.java:396) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptor.(NettyAcceptor.java:348) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptorFactory.createAcceptor(NettyAcceptorFactory.java:43) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl.createAcceptor(RemotingServiceImpl.java:274) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl.start(RemotingServiceImpl.java:217) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.initialisePart2(ActiveMQServerImpl.java:3594) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.PrimaryOnlyActivation.run(PrimaryOnlyActivation.java:78) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.internalStart(ActiveMQServerImpl.java:742) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.start(ActiveMQServerImpl.java:632) [artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.integration.FileBroker.start(FileBroker.java:66) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.cli.commands.Run.execute(Run.java:130) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.cli.Artemis.internalExecute(Artemis.java:221) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:167) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.apache.activemq.artemis.boot.Artemis.execute(Artemis.java:157) [artemis-boot.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.boot.Artemis.main(Artemis.java:64) [artemis-boot.jar:2.33.0.redhat-00001] Suppressed: java.lang.UnsatisfiedLinkError: could not load a native library: netty_tcnative_x86_64 at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:239) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.util.internal.NativeLibraryLoader.loadFirstAvailable(NativeLibraryLoader.java:105) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSsl.loadTcNative(OpenSsl.java:682) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSsl.(OpenSsl.java:108) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.ReferenceCountedOpenSslContext.(ReferenceCountedOpenSslContext.java:216) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSslContext.(OpenSslContext.java:45) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSslServerContext.(OpenSslServerContext.java:349) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSslServerContext.(OpenSslServerContext.java:336) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.SslContext.newServerContextInternal(SslContext.java:478) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.SslContextBuilder.build(SslContextBuilder.java:610) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.ssl.SSLSupport.createNettyContext(SSLSupport.java:241) ~[artemis-core-client-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.ssl.DefaultOpenSSLContextFactory.getServerSslContext(DefaultOpenSSLContextFactory.java:60) ~[artemis-core-client-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptor.loadSSLContext(NettyAcceptor.java:396) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptor.(NettyAcceptor.java:348) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptorFactory.createAcceptor(NettyAcceptorFactory.java:43) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl.createAcceptor(RemotingServiceImpl.java:274) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl.start(RemotingServiceImpl.java:217) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.initialisePart2(ActiveMQServerImpl.java:3594) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.PrimaryOnlyActivation.run(PrimaryOnlyActivation.java:78) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.internalStart(ActiveMQServerImpl.java:742) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.start(ActiveMQServerImpl.java:632) [artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.integration.FileBroker.start(FileBroker.java:66) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.cli.commands.Run.execute(Run.java:130) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.cli.Artemis.internalExecute(Artemis.java:221) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:167) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.apache.activemq.artemis.boot.Artemis.execute(Artemis.java:157) [artemis-boot.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.boot.Artemis.main(Artemis.java:64) [artemis-boot.jar:2.33.0.redhat-00001] Caused by: java.io.FileNotFoundException: META-INF/native/libnetty_tcnative_x86_64.so at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:186) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] ... 30 more Suppressed: java.lang.UnsatisfiedLinkError: no netty_tcnative_x86_64 in java.library.path: /opt/amq/bin/lib/linux-x86_64 at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2434) ~[?:?] at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:818) ~[?:?] at java.base/java.lang.System.loadLibrary(System.java:1993) ~[?:?] at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:396) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:161) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.util.internal.NativeLibraryLoader.loadFirstAvailable(NativeLibraryLoader.java:105) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSsl.loadTcNative(OpenSsl.java:682) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSsl.(OpenSsl.java:108) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.ReferenceCountedOpenSslContext.(ReferenceCountedOpenSslContext.java:216) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSslContext.(OpenSslContext.java:45) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSslServerContext.(OpenSslServerContext.java:349) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSslServerContext.(OpenSslServerContext.java:336) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.SslContext.newServerContextInternal(SslContext.java:478) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.SslContextBuilder.build(SslContextBuilder.java:610) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.ssl.SSLSupport.createNettyContext(SSLSupport.java:241) ~[artemis-core-client-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.ssl.DefaultOpenSSLContextFactory.getServerSslContext(DefaultOpenSSLContextFactory.java:60) ~[artemis-core-client-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptor.loadSSLContext(NettyAcceptor.java:396) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptor.(NettyAcceptor.java:348) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptorFactory.createAcceptor(NettyAcceptorFactory.java:43) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl.createAcceptor(RemotingServiceImpl.java:274) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl.start(RemotingServiceImpl.java:217) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.initialisePart2(ActiveMQServerImpl.java:3594) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.PrimaryOnlyActivation.run(PrimaryOnlyActivation.java:78) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.internalStart(ActiveMQServerImpl.java:742) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.start(ActiveMQServerImpl.java:632) [artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.integration.FileBroker.start(FileBroker.java:66) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.cli.commands.Run.execute(Run.java:130) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.cli.Artemis.internalExecute(Artemis.java:221) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:167) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.apache.activemq.artemis.boot.Artemis.execute(Artemis.java:157) [artemis-boot.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.boot.Artemis.main(Artemis.java:64) [artemis-boot.jar:2.33.0.redhat-00001] Suppressed: java.lang.UnsatisfiedLinkError: no netty_tcnative_x86_64 in java.library.path: /opt/amq/bin/lib/linux-x86_64 at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2434) ~[?:?] at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:818) ~[?:?] at java.base/java.lang.System.loadLibrary(System.java:1993) ~[?:?] at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:430) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[?:?] at io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:422) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:388) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:161) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.util.internal.NativeLibraryLoader.loadFirstAvailable(NativeLibraryLoader.java:105) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSsl.loadTcNative(OpenSsl.java:682) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSsl.(OpenSsl.java:108) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.ReferenceCountedOpenSslContext.(ReferenceCountedOpenSslContext.java:216) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSslContext.(OpenSslContext.java:45) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSslServerContext.(OpenSslServerContext.java:349) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSslServerContext.(OpenSslServerContext.java:336) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.SslContext.newServerContextInternal(SslContext.java:478) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.SslContextBuilder.build(SslContextBuilder.java:610) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.ssl.SSLSupport.createNettyContext(SSLSupport.java:241) ~[artemis-core-client-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.ssl.DefaultOpenSSLContextFactory.getServerSslContext(DefaultOpenSSLContextFactory.java:60) ~[artemis-core-client-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptor.loadSSLContext(NettyAcceptor.java:396) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptor.(NettyAcceptor.java:348) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptorFactory.createAcceptor(NettyAcceptorFactory.java:43) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl.createAcceptor(RemotingServiceImpl.java:274) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl.start(RemotingServiceImpl.java:217) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.initialisePart2(ActiveMQServerImpl.java:3594) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.PrimaryOnlyActivation.run(PrimaryOnlyActivation.java:78) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.internalStart(ActiveMQServerImpl.java:742) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.start(ActiveMQServerImpl.java:632) [artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.integration.FileBroker.start(FileBroker.java:66) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.cli.commands.Run.execute(Run.java:130) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.cli.Artemis.internalExecute(Artemis.java:221) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:167) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.apache.activemq.artemis.boot.Artemis.execute(Artemis.java:157) [artemis-boot.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.boot.Artemis.main(Artemis.java:64) [artemis-boot.jar:2.33.0.redhat-00001] Suppressed: java.lang.UnsatisfiedLinkError: could not load a native library: netty_tcnative at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:239) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.util.internal.NativeLibraryLoader.loadFirstAvailable(NativeLibraryLoader.java:105) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSsl.loadTcNative(OpenSsl.java:682) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSsl.(OpenSsl.java:108) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.ReferenceCountedOpenSslContext.(ReferenceCountedOpenSslContext.java:216) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSslContext.(OpenSslContext.java:45) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSslServerContext.(OpenSslServerContext.java:349) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSslServerContext.(OpenSslServerContext.java:336) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.SslContext.newServerContextInternal(SslContext.java:478) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.SslContextBuilder.build(SslContextBuilder.java:610) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.ssl.SSLSupport.createNettyContext(SSLSupport.java:241) ~[artemis-core-client-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.ssl.DefaultOpenSSLContextFactory.getServerSslContext(DefaultOpenSSLContextFactory.java:60) ~[artemis-core-client-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptor.loadSSLContext(NettyAcceptor.java:396) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptor.(NettyAcceptor.java:348) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptorFactory.createAcceptor(NettyAcceptorFactory.java:43) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl.createAcceptor(RemotingServiceImpl.java:274) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl.start(RemotingServiceImpl.java:217) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.initialisePart2(ActiveMQServerImpl.java:3594) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.PrimaryOnlyActivation.run(PrimaryOnlyActivation.java:78) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.internalStart(ActiveMQServerImpl.java:742) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.start(ActiveMQServerImpl.java:632) [artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.integration.FileBroker.start(FileBroker.java:66) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.cli.commands.Run.execute(Run.java:130) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.cli.Artemis.internalExecute(Artemis.java:221) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:167) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.apache.activemq.artemis.boot.Artemis.execute(Artemis.java:157) [artemis-boot.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.boot.Artemis.main(Artemis.java:64) [artemis-boot.jar:2.33.0.redhat-00001] Caused by: java.io.FileNotFoundException: META-INF/native/libnetty_tcnative.so at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:186) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] ... 30 more Suppressed: java.lang.UnsatisfiedLinkError: no netty_tcnative in java.library.path: /opt/amq/bin/lib/linux-x86_64 at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2434) ~[?:?] at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:818) ~[?:?] at java.base/java.lang.System.loadLibrary(System.java:1993) ~[?:?] at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:396) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:161) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.util.internal.NativeLibraryLoader.loadFirstAvailable(NativeLibraryLoader.java:105) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSsl.loadTcNative(OpenSsl.java:682) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSsl.(OpenSsl.java:108) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.ReferenceCountedOpenSslContext.(ReferenceCountedOpenSslContext.java:216) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSslContext.(OpenSslContext.java:45) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSslServerContext.(OpenSslServerContext.java:349) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSslServerContext.(OpenSslServerContext.java:336) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.SslContext.newServerContextInternal(SslContext.java:478) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.SslContextBuilder.build(SslContextBuilder.java:610) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.ssl.SSLSupport.createNettyContext(SSLSupport.java:241) ~[artemis-core-client-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.ssl.DefaultOpenSSLContextFactory.getServerSslContext(DefaultOpenSSLContextFactory.java:60) ~[artemis-core-client-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptor.loadSSLContext(NettyAcceptor.java:396) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptor.(NettyAcceptor.java:348) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptorFactory.createAcceptor(NettyAcceptorFactory.java:43) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl.createAcceptor(RemotingServiceImpl.java:274) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl.start(RemotingServiceImpl.java:217) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.initialisePart2(ActiveMQServerImpl.java:3594) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.PrimaryOnlyActivation.run(PrimaryOnlyActivation.java:78) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.internalStart(ActiveMQServerImpl.java:742) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.start(ActiveMQServerImpl.java:632) [artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.integration.FileBroker.start(FileBroker.java:66) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.cli.commands.Run.execute(Run.java:130) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.cli.Artemis.internalExecute(Artemis.java:221) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:167) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.apache.activemq.artemis.boot.Artemis.execute(Artemis.java:157) [artemis-boot.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.boot.Artemis.main(Artemis.java:64) [artemis-boot.jar:2.33.0.redhat-00001] Suppressed: java.lang.UnsatisfiedLinkError: no netty_tcnative in java.library.path: /opt/amq/bin/lib/linux-x86_64 at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2434) ~[?:?] at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:818) ~[?:?] at java.base/java.lang.System.loadLibrary(System.java:1993) ~[?:?] at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:430) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) ~[?:?] at io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:422) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:388) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:161) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.util.internal.NativeLibraryLoader.loadFirstAvailable(NativeLibraryLoader.java:105) ~[netty-common-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSsl.loadTcNative(OpenSsl.java:682) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSsl.(OpenSsl.java:108) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.ReferenceCountedOpenSslContext.(ReferenceCountedOpenSslContext.java:216) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSslContext.(OpenSslContext.java:45) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSslServerContext.(OpenSslServerContext.java:349) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.OpenSslServerContext.(OpenSslServerContext.java:336) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.SslContext.newServerContextInternal(SslContext.java:478) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at io.netty.handler.ssl.SslContextBuilder.build(SslContextBuilder.java:610) ~[netty-handler-4.1.108.Final-redhat-00001.jar:4.1.108.Final-redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.ssl.SSLSupport.createNettyContext(SSLSupport.java:241) ~[artemis-core-client-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.ssl.DefaultOpenSSLContextFactory.getServerSslContext(DefaultOpenSSLContextFactory.java:60) ~[artemis-core-client-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptor.loadSSLContext(NettyAcceptor.java:396) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptor.(NettyAcceptor.java:348) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptorFactory.createAcceptor(NettyAcceptorFactory.java:43) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl.createAcceptor(RemotingServiceImpl.java:274) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl.start(RemotingServiceImpl.java:217) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.initialisePart2(ActiveMQServerImpl.java:3594) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.PrimaryOnlyActivation.run(PrimaryOnlyActivation.java:78) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.internalStart(ActiveMQServerImpl.java:742) ~[artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.start(ActiveMQServerImpl.java:632) [artemis-server-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.integration.FileBroker.start(FileBroker.java:66) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.cli.commands.Run.execute(Run.java:130) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.cli.Artemis.internalExecute(Artemis.java:221) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:167) [artemis-cli-2.33.0.redhat-00001.jar:2.33.0.redhat-00001] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.apache.activemq.artemis.boot.Artemis.execute(Artemis.java:157) [artemis-boot.jar:2.33.0.redhat-00001] at org.apache.activemq.artemis.boot.Artemis.main(Artemis.java:64) [artemis-boot.jar:2.33.0.redhat-00001] java.lang.UnsatisfiedLinkError: failed to load the required native library at io.netty.handler.ssl.OpenSsl.ensureAvailability(OpenSsl.java:573) at io.netty.handler.ssl.ReferenceCountedOpenSslContext.(ReferenceCountedOpenSslContext.java:216) at io.netty.handler.ssl.OpenSslContext.(OpenSslContext.java:45) at io.netty.handler.ssl.OpenSslServerContext.(OpenSslServerContext.java:349) at io.netty.handler.ssl.OpenSslServerContext.(OpenSslServerContext.java:336) at io.netty.handler.ssl.SslContext.newServerContextInternal(SslContext.java:478) at io.netty.handler.ssl.SslContextBuilder.build(SslContextBuilder.java:610) at org.apache.activemq.artemis.core.remoting.impl.ssl.SSLSupport.createNettyContext(SSLSupport.java:241) at org.apache.activemq.artemis.core.remoting.impl.ssl.DefaultOpenSSLContextFactory.getServerSslContext(DefaultOpenSSLContextFactory.java:60) at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptor.loadSSLContext(NettyAcceptor.java:396) at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptor.(NettyAcceptor.java:348) at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptorFactory.createAcceptor(NettyAcceptorFactory.java:43) at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl.createAcceptor(RemotingServiceImpl.java:274) at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl.start(RemotingServiceImpl.java:217) at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.initialisePart2(ActiveMQServerImpl.java:3594) at org.apache.activemq.artemis.core.server.impl.PrimaryOnlyActivation.run(PrimaryOnlyActivation.java:78) at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.internalStart(ActiveMQServerImpl.java:742) at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.start(ActiveMQServerImpl.java:632) at org.apache.activemq.artemis.integration.FileBroker.start(FileBroker.java:66) at org.apache.activemq.artemis.cli.commands.Run.execute(Run.java:130) at org.apache.activemq.artemis.cli.Artemis.internalExecute(Artemis.java:221) at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:167) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.activemq.artemis.boot.Artemis.execute(Artemis.java:157) at org.apache.activemq.artemis.boot.Artemis.main(Artemis.java:64) Caused by: java.lang.IllegalArgumentException: Failed to load any of the given libraries: [netty_tcnative_linux_x86_64_fedora, netty_tcnative_linux_x86_64, netty_tcnative_x86_64, netty_tcnative] at io.netty.util.internal.NativeLibraryLoader.loadFirstAvailable(NativeLibraryLoader.java:114) at io.netty.handler.ssl.OpenSsl.loadTcNative(OpenSsl.java:682) at io.netty.handler.ssl.OpenSsl.(OpenSsl.java:108) ... 27 more Suppressed: java.lang.UnsatisfiedLinkError: could not load a native library: netty_tcnative_linux_x86_64_fedora at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:239) at io.netty.util.internal.NativeLibraryLoader.loadFirstAvailable(NativeLibraryLoader.java:105) ... 29 more Caused by: java.io.FileNotFoundException: META-INF/native/libnetty_tcnative_linux_x86_64_fedora.so at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:186) ... 30 more Suppressed: java.lang.UnsatisfiedLinkError: no netty_tcnative_linux_x86_64_fedora in java.library.path: /opt/amq/bin/lib/linux-x86_64 at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2434) at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:818) at java.base/java.lang.System.loadLibrary(System.java:1993) at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38) at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:396) at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:161) ... 30 more Suppressed: java.lang.UnsatisfiedLinkError: no netty_tcnative_linux_x86_64_fedora in java.library.path: /opt/amq/bin/lib/linux-x86_64 at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2434) at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:818) at java.base/java.lang.System.loadLibrary(System.java:1993) at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:430) at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) at io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:422) at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:388) ... 31 more Suppressed: java.lang.IllegalStateException: Multiple resources found for 'META-INF/native/libnetty_tcnative_linux_x86_64.so' with different content: [jar:file:/opt/amq/lib/netty-tcnative-2.0.65.Final-redhat-00001-linux-x86_64-fedora.jar!/META-INF/native/libnetty_tcnative_linux_x86_64.so, jar:file:/opt/amq/lib/netty-tcnative-boringssl-static-2.0.61.Final-linux-x86_64.jar!/META-INF/native/libnetty_tcnative_linux_x86_64.so] at io.netty.util.internal.NativeLibraryLoader.getResource(NativeLibraryLoader.java:301) at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:173) at io.netty.util.internal.NativeLibraryLoader.loadFirstAvailable(NativeLibraryLoader.java:105) ... 29 more Suppressed: java.lang.UnsatisfiedLinkError: could not load a native library: netty_tcnative_x86_64 at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:239) at io.netty.util.internal.NativeLibraryLoader.loadFirstAvailable(NativeLibraryLoader.java:105) ... 29 more Caused by: java.io.FileNotFoundException: META-INF/native/libnetty_tcnative_x86_64.so at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:186) ... 30 more Suppressed: java.lang.UnsatisfiedLinkError: no netty_tcnative_x86_64 in java.library.path: /opt/amq/bin/lib/linux-x86_64 at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2434) at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:818) at java.base/java.lang.System.loadLibrary(System.java:1993) at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38) at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:396) at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:161) ... 30 more Suppressed: java.lang.UnsatisfiedLinkError: no netty_tcnative_x86_64 in java.library.path: /opt/amq/bin/lib/linux-x86_64 at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2434) at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:818) at java.base/java.lang.System.loadLibrary(System.java:1993) at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:430) at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) at io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:422) at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:388) ... 31 more Suppressed: java.lang.UnsatisfiedLinkError: could not load a native library: netty_tcnative at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:239) at io.netty.util.internal.NativeLibraryLoader.loadFirstAvailable(NativeLibraryLoader.java:105) ... 29 more Caused by: java.io.FileNotFoundException: META-INF/native/libnetty_tcnative.so at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:186) ... 30 more Suppressed: java.lang.UnsatisfiedLinkError: no netty_tcnative in java.library.path: /opt/amq/bin/lib/linux-x86_64 at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2434) at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:818) at java.base/java.lang.System.loadLibrary(System.java:1993) at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38) at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:396) at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:161) ... 30 more Suppressed: java.lang.UnsatisfiedLinkError: no netty_tcnative in java.library.path: /opt/amq/bin/lib/linux-x86_64 at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2434) at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:818) at java.base/java.lang.System.loadLibrary(System.java:1993) at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:430) at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) at io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:422) at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:388) ... 31 more