-
Bug
-
Resolution: Not a Bug
-
Major
-
None
-
2.4.0.B1
-
None
-
None
# java -version java version "1.8.0_171" Java(TM) SE Runtime Environment (build 8.0.5.15 - pxa6480sr5fp15-20180502_01(SR5 FP15)) IBM J9 VM (build 2.9, JRE 1.8.0 Linux amd64-64 Compressed References 20180425_385365 (JIT enabled, AOT enabled) OpenJ9 - a7ffbfe OMR - a531219 IBM - 59ef3dc) JCL - 20180425_01 based on Oracle jdk8u171-b11
Relevant part of the logs
DEBUG - OpenSSL Enabled: Version OpenSSL 1.0.1e-fips 11 Feb 2013 of OpenSSL will be used
DEBUG - Unable to access wrapped TrustManager
java.lang.NoSuchFieldException: contextSpi
at java.lang.Class.getDeclaredField(Class.java:784)
at io.netty.handler.ssl.OpenSslX509TrustManagerWrapper$3.run(OpenSslX509TrustManagerWrapper.java:99)
at java.security.AccessController.doPrivileged(AccessController.java:640)
at io.netty.handler.ssl.OpenSslX509TrustManagerWrapper.<clinit>(OpenSslX509TrustManagerWrapper.java:95)
at io.netty.handler.ssl.ReferenceCountedOpenSslContext.chooseTrustManager(ReferenceCountedOpenSslContext.java:556)
at io.netty.handler.ssl.ReferenceCountedOpenSslClientContext.newSessionContext(ReferenceCountedOpenSslClientContext.java:144)
at io.netty.handler.ssl.OpenSslClientContext.<init>(OpenSslClientContext.java:192)
at io.netty.handler.ssl.SslContext.newClientContextInternal(SslContext.java:777)
at io.netty.handler.ssl.SslContextBuilder.build(SslContextBuilder.java:452)
at org.apache.qpid.jms.transports.TransportSupport.createOpenSslContext(TransportSupport.java:227)
at org.apache.qpid.jms.transports.TransportSupport.createSslHandler(TransportSupport.java:113)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport.configureChannel(NettyTcpTransport.java:478)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport.access$200(NettyTcpTransport.java:68)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport$1.initChannel(NettyTcpTransport.java:176)
at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:129)
at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:112)
at io.netty.channel.AbstractChannelHandlerContext.callHandlerAdded(AbstractChannelHandlerContext.java:953)
at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:610)
at io.netty.channel.DefaultChannelPipeline.access$100(DefaultChannelPipeline.java:46)
at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1461)
at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1126)
at io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:651)
at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:515)
at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:428)
at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:487)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:333)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:905)
at java.lang.Thread.run(Thread.java:811)
DEBUG - Accepting a server certificate: CN=netty.io
DEBUG - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@ee675e48
DEBUG - SSL_read failed with 1: OpenSSL error: 336032002 error:14077102:SSL routines:SSL23_GET_SERVER_HELLO:unsupported protocol
ERROR - Failed to connect to remote at: amqps://127.0.0.1:43217
DEBUG - Freed 7 thread-local buffer(s) from thread: AmqpProvider :(1):[amqps://127.0.0.1:43217]
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.588 s <<< FAILURE! - in QPIDJMS391Test
[ERROR] logging says that openssl is being used{Path} Time elapsed: 2.564 s <<< ERROR!
javax.jms.JMSException: error:14077102:SSL routines:SSL23_GET_SERVER_HELLO:unsupported protocol
at QPIDJMS391Test.logging says that openssl is being used(QPIDJMS391Test.kt:77)
Caused by: javax.net.ssl.SSLHandshakeException: error:14077102:SSL routines:SSL23_GET_SERVER_HELLO:unsupported protocol
Full logs
[INFO] Running QPIDJMS391Test
DEBUG - Logging Provider: org.jboss.logging.Log4jLoggerProvider
DEBUG - Setting default value: false
DEBUG - Converting 'Boolean' value 'false' to type 'Boolean'
DEBUG - No conversion required, value is already a Boolean
DEBUG - Setting default value: 0
DEBUG - Converting 'Integer' value '0' to type 'Byte'
DEBUG - Converted to Byte value '0'
DEBUG - Setting default value:
DEBUG - Converting 'Character' value ' ' to type 'Character'
DEBUG - No conversion required, value is already a Character
DEBUG - Setting default value: 0
DEBUG - Converting 'Integer' value '0' to type 'Double'
DEBUG - Converted to Double value '0.0'
DEBUG - Setting default value: 0
DEBUG - Converting 'Integer' value '0' to type 'Float'
DEBUG - Converted to Float value '0.0'
DEBUG - Setting default value: 0
DEBUG - Converting 'Integer' value '0' to type 'Integer'
DEBUG - No conversion required, value is already a Integer
DEBUG - Setting default value: 0
DEBUG - Converting 'Integer' value '0' to type 'Long'
DEBUG - Converted to Long value '0'
DEBUG - Setting default value: 0
DEBUG - Converting 'Integer' value '0' to type 'Short'
DEBUG - Converted to Short value '0'
DEBUG - Setting default value: 0.0
DEBUG - Converting 'BigDecimal' value '0.0' to type 'BigDecimal'
DEBUG - No conversion required, value is already a BigDecimal
DEBUG - Setting default value: 0
DEBUG - Converting 'BigInteger' value '0' to type 'BigInteger'
DEBUG - No conversion required, value is already a BigInteger
DEBUG - Setting default value: false
DEBUG - Converting 'Boolean' value 'false' to type 'Boolean'
DEBUG - No conversion required, value is already a Boolean
DEBUG - Setting default value: 0
DEBUG - Converting 'Integer' value '0' to type 'Byte'
DEBUG - Converted to Byte value '0'
DEBUG - Setting default value:
DEBUG - Converting 'Character' value ' ' to type 'Character'
DEBUG - No conversion required, value is already a Character
DEBUG - Setting default value: 0
DEBUG - Converting 'Integer' value '0' to type 'Double'
DEBUG - Converted to Double value '0.0'
DEBUG - Setting default value: 0
DEBUG - Converting 'Integer' value '0' to type 'Float'
DEBUG - Converted to Float value '0.0'
DEBUG - Setting default value: 0
DEBUG - Converting 'Integer' value '0' to type 'Integer'
DEBUG - No conversion required, value is already a Integer
DEBUG - Setting default value: 0
DEBUG - Converting 'Integer' value '0' to type 'Long'
DEBUG - Converted to Long value '0'
DEBUG - Setting default value: 0
DEBUG - Converting 'Integer' value '0' to type 'Short'
DEBUG - Converted to Short value '0'
DEBUG - Setting default value:
DEBUG - Converting 'String' value '' to type 'String'
DEBUG - Setting default value: [Z@dab611ec
DEBUG - Converting 'boolean[]' value '[Z@dab611ec' to type 'boolean[]'
DEBUG - No conversion required, value is already a boolean[]
DEBUG - Setting default value: [B@baf8e029
DEBUG - Converting 'byte[]' value '[B@baf8e029' to type 'byte[]'
DEBUG - No conversion required, value is already a byte[]
DEBUG - Setting default value: [C@ac6b5fa4
DEBUG - Converting 'char[]' value '[C@ac6b5fa4' to type 'char[]'
DEBUG - No conversion required, value is already a char[]
DEBUG - Setting default value: [D@2d731977
DEBUG - Converting 'double[]' value '[D@2d731977' to type 'double[]'
DEBUG - No conversion required, value is already a double[]
DEBUG - Setting default value: [F@ae635021
DEBUG - Converting 'float[]' value '[F@ae635021' to type 'float[]'
DEBUG - No conversion required, value is already a float[]
DEBUG - Setting default value: [I@74dce61a
DEBUG - Converting 'int[]' value '[I@74dce61a' to type 'int[]'
DEBUG - No conversion required, value is already a int[]
DEBUG - Setting default value: [J@bb916fa
DEBUG - Converting 'long[]' value '[J@bb916fa' to type 'long[]'
DEBUG - No conversion required, value is already a long[]
DEBUG - Setting default value: [S@f993dec7
DEBUG - Converting 'short[]' value '[S@f993dec7' to type 'short[]'
DEBUG - No conversion required, value is already a short[]
DEBUG - Setting default value: [Ljava.math.BigDecimal;@a32b8ed
DEBUG - Converting 'BigDecimal[]' value '[Ljava.math.BigDecimal;@a32b8ed' to type 'BigDecimal[]'
DEBUG - No conversion required, value is already a BigDecimal[]
DEBUG - Setting default value: [Ljava.math.BigInteger;@5e60c241
DEBUG - Converting 'BigInteger[]' value '[Ljava.math.BigInteger;@5e60c241' to type 'BigInteger[]'
DEBUG - No conversion required, value is already a BigInteger[]
DEBUG - Setting default value: [Ljava.lang.Boolean;@d245692
DEBUG - Converting 'Boolean[]' value '[Ljava.lang.Boolean;@d245692' to type 'Boolean[]'
DEBUG - No conversion required, value is already a Boolean[]
DEBUG - Setting default value: [Ljava.lang.Byte;@51f72e6b
DEBUG - Converting 'Byte[]' value '[Ljava.lang.Byte;@51f72e6b' to type 'Byte[]'
DEBUG - No conversion required, value is already a Byte[]
DEBUG - Setting default value: [Ljava.lang.Character;@595b1130
DEBUG - Converting 'Character[]' value '[Ljava.lang.Character;@595b1130' to type 'Character[]'
DEBUG - No conversion required, value is already a Character[]
DEBUG - Setting default value: [Ljava.lang.Double;@778fda45
DEBUG - Converting 'Double[]' value '[Ljava.lang.Double;@778fda45' to type 'Double[]'
DEBUG - No conversion required, value is already a Double[]
DEBUG - Setting default value: [Ljava.lang.Float;@d87b8ef1
DEBUG - Converting 'Float[]' value '[Ljava.lang.Float;@d87b8ef1' to type 'Float[]'
DEBUG - No conversion required, value is already a Float[]
DEBUG - Setting default value: [Ljava.lang.Integer;@834f24fb
DEBUG - Converting 'Integer[]' value '[Ljava.lang.Integer;@834f24fb' to type 'Integer[]'
DEBUG - No conversion required, value is already a Integer[]
DEBUG - Setting default value: [Ljava.lang.Long;@d745efa7
DEBUG - Converting 'Long[]' value '[Ljava.lang.Long;@d745efa7' to type 'Long[]'
DEBUG - No conversion required, value is already a Long[]
DEBUG - Setting default value: [Ljava.lang.Short;@ed66b791
DEBUG - Converting 'Short[]' value '[Ljava.lang.Short;@ed66b791' to type 'Short[]'
DEBUG - No conversion required, value is already a Short[]
DEBUG - Setting default value: [Ljava.lang.String;@1147656e
DEBUG - Converting 'String[]' value '[Ljava.lang.String;@1147656e' to type 'String[]'
DEBUG - No conversion required, value is already a String[]
DEBUG - Setting default value: [Ljava.lang.Class;@9b4b106e
DEBUG - Converting 'Class[]' value '[Ljava.lang.Class;@9b4b106e' to type 'Class[]'
DEBUG - No conversion required, value is already a Class[]
DEBUG - Setting default value: [Ljava.util.Date;@8f3e0e73
DEBUG - Converting 'Date[]' value '[Ljava.util.Date;@8f3e0e73' to type 'Date[]'
DEBUG - No conversion required, value is already a Date[]
DEBUG - Setting default value: [Ljava.util.Calendar;@a2741a0a
DEBUG - Converting 'Calendar[]' value '[Ljava.util.Calendar;@a2741a0a' to type 'Calendar[]'
DEBUG - No conversion required, value is already a Calendar[]
DEBUG - Setting default value: [Ljava.io.File;@4136ee0c
DEBUG - Converting 'java.io.File[]' value '[Ljava.io.File;@4136ee0c' to type 'java.io.File[]'
DEBUG - No conversion required, value is already a java.io.File[]
DEBUG - Setting default value: [Ljava.sql.Date;@e2700b01
DEBUG - Converting 'java.sql.Date[]' value '[Ljava.sql.Date;@e2700b01' to type 'java.sql.Date[]'
DEBUG - No conversion required, value is already a java.sql.Date[]
DEBUG - Setting default value: [Ljava.sql.Time;@e9b48636
DEBUG - Converting 'java.sql.Time[]' value '[Ljava.sql.Time;@e9b48636' to type 'java.sql.Time[]'
DEBUG - No conversion required, value is already a java.sql.Time[]
DEBUG - Setting default value: [Ljava.sql.Timestamp;@771669d4
DEBUG - Converting 'java.sql.Timestamp[]' value '[Ljava.sql.Timestamp;@771669d4' to type 'java.sql.Timestamp[]'
DEBUG - No conversion required, value is already a java.sql.Timestamp[]
DEBUG - Setting default value: [Ljava.net.URL;@8157239e
DEBUG - Converting 'java.net.URL[]' value '[Ljava.net.URL;@8157239e' to type 'java.net.URL[]'
DEBUG - No conversion required, value is already a java.net.URL[]
DEBUG - Starting server ActiveMQServerImpl::
DEBUG - using hardware address fffffffa:16:3e:16:c:-11
INFO - AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=false,journalDirectory=data/journal,bindingsDirectory=data/bindings,largeMessagesDirectory=data/largemessages,pagingDirectory=data/paging)
DEBUG - artemis-native-64 -> error loading the native library
java.lang.UnsatisfiedLinkError: artemis-native-64 (Not found in java.library.path)
at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1428)
at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:1398)
at java.lang.System.loadLibrary(System.java:569)
at org.apache.activemq.artemis.jlibaio.LibaioContext.loadLibrary(LibaioContext.java:66)
at org.apache.activemq.artemis.jlibaio.LibaioContext.<clinit>(LibaioContext.java:84)
at org.apache.activemq.artemis.core.io.aio.AIOSequentialFileFactory.isSupported(AIOSequentialFileFactory.java:117)
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.initialisePart1(ActiveMQServerImpl.java:2273)
at org.apache.activemq.artemis.core.server.impl.LiveOnlyActivation.run(LiveOnlyActivation.java:64)
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.internalStart(ActiveMQServerImpl.java:535)
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.start(ActiveMQServerImpl.java:474)
at org.apache.activemq.artemis.core.server.embedded.EmbeddedActiveMQ.start(EmbeddedActiveMQ.java:115)
at util.Broker.startBroker(Broker.java:57)
at QPIDJMS391Test.logging says that openssl is being used(QPIDJMS391Test.kt:65)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:90)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
at java.lang.reflect.Method.invoke(Method.java:508)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:515)
at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:115)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:171)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$244.00000000C8BF7190.execute(Unknown Source)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:72)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:167)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:114)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:59)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:105)
at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$187.00000000C8B92690.execute(Unknown Source)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:72)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:95)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:71)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$192.00000000C8B98ED0.accept(Unknown Source)
at java.util.ArrayList.forEach(ArrayList.java:1268)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:110)
at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$187.00000000C8B92690.execute(Unknown Source)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:72)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:95)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:71)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$192.00000000C8B98ED0.accept(Unknown Source)
at java.util.ArrayList.forEach(ArrayList.java:1268)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:110)
at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$187.00000000C8B92690.execute(Unknown Source)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:72)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:95)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:71)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220)
at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188)
at org.junit.platform.launcher.core.DefaultLauncher$$Lambda$164.00000000C8709060.accept(Unknown Source)
at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
DEBUG - Library artemis-native-64 not found!
DEBUG - artemis-native-32 -> error loading the native library
java.lang.UnsatisfiedLinkError: artemis-native-32 (Not found in java.library.path)
at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1428)
at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:1398)
at java.lang.System.loadLibrary(System.java:569)
at org.apache.activemq.artemis.jlibaio.LibaioContext.loadLibrary(LibaioContext.java:66)
at org.apache.activemq.artemis.jlibaio.LibaioContext.<clinit>(LibaioContext.java:84)
at org.apache.activemq.artemis.core.io.aio.AIOSequentialFileFactory.isSupported(AIOSequentialFileFactory.java:117)
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.initialisePart1(ActiveMQServerImpl.java:2273)
at org.apache.activemq.artemis.core.server.impl.LiveOnlyActivation.run(LiveOnlyActivation.java:64)
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.internalStart(ActiveMQServerImpl.java:535)
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.start(ActiveMQServerImpl.java:474)
at org.apache.activemq.artemis.core.server.embedded.EmbeddedActiveMQ.start(EmbeddedActiveMQ.java:115)
at util.Broker.startBroker(Broker.java:57)
at QPIDJMS391Test.logging says that openssl is being used(QPIDJMS391Test.kt:65)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:90)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
at java.lang.reflect.Method.invoke(Method.java:508)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:515)
at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:115)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:171)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$244.00000000C8BF7190.execute(Unknown Source)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:72)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:167)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:114)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:59)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:105)
at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$187.00000000C8B92690.execute(Unknown Source)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:72)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:95)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:71)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$192.00000000C8B98ED0.accept(Unknown Source)
at java.util.ArrayList.forEach(ArrayList.java:1268)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:110)
at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$187.00000000C8B92690.execute(Unknown Source)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:72)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:95)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:71)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$192.00000000C8B98ED0.accept(Unknown Source)
at java.util.ArrayList.forEach(ArrayList.java:1268)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:110)
at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$187.00000000C8B92690.execute(Unknown Source)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:72)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:95)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:71)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220)
at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188)
at org.junit.platform.launcher.core.DefaultLauncher$$Lambda$164.00000000C8709060.accept(Unknown Source)
at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
DEBUG - Library artemis-native-32 not found!
DEBUG - Couldn't locate LibAIO Wrapper
INFO - AMQ221045: libaio is not available, switching the configuration into NIO
INFO - AMQ221057: Global Max Size is being adjusted to 1/2 of the JVM max size (-Xmx). being defined as 268,435,456
INFO - AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE
INFO - AMQ221043: Protocol module found: [artemis-amqp-protocol]. Adding protocol support for: AMQP
DEBUG - registered address org.apache.activemq.artemis:broker="localhost",component=addresses,address="activemq.notifications"
INFO - AMQ221007: Server is now live
INFO - AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.6.3 [localhost, nodeID=b8db66ba-85d7-11e9-8ade-fa163e160cf5]
DEBUG - Using SLF4J as the default logging framework
DEBUG - -Dio.netty.noUnsafe: false
DEBUG - Java version: 8
DEBUG - sun.misc.Unsafe.theUnsafe: available
DEBUG - sun.misc.Unsafe.copyMemory: available
DEBUG - java.nio.Buffer.address: available
DEBUG - direct buffer constructor: available
DEBUG - java.nio.Bits.unaligned: available, true
DEBUG - jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable prior to Java9
DEBUG - java.nio.DirectByteBuffer.<init>(long, int): available
DEBUG - sun.misc.Unsafe: available
DEBUG - maxDirectMemory: 536870912 bytes (maybe)
DEBUG - -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
DEBUG - -Dio.netty.bitMode: 64 (sun.arch.data.model)
DEBUG - -Dio.netty.maxDirectMemory: 536870912 bytes
DEBUG - -Dio.netty.uninitializedArrayAllocationThreshold: -1
DEBUG - java.nio.ByteBuffer.cleaner(): available
DEBUG - -Dio.netty.noPreferDirect: false
DEBUG - BeanUtils.populate(org.apache.activemq.artemis.protocol.amqp.broker.ProtonProtocolManager@e96138b0, {})
DEBUG - -Dio.netty.leakDetection.level: simple
DEBUG - -Dio.netty.leakDetection.targetRecords: 4
DEBUG - -Dio.netty.native.workdir: /tmp (io.netty.tmpdir)
DEBUG - -Dio.netty.native.deleteLibAfterLoading: true
DEBUG - -Dio.netty.native.tryPatchShadedId: true
DEBUG - Unable to load the library 'netty_transport_native_epoll_x86_64', trying other loading mechanism.
java.lang.UnsatisfiedLinkError: netty_transport_native_epoll_x86_64 (Not found in java.library.path)
at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1428)
at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:1398)
at java.lang.System.loadLibrary(System.java:569)
at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:90)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
at java.lang.reflect.Method.invoke(Method.java:508)
at io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:369)
at java.security.AccessController.doPrivileged(AccessController.java:640)
at io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:361)
at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:339)
at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:136)
at io.netty.channel.epoll.Native.loadNativeLibrary(Native.java:198)
at io.netty.channel.epoll.Native.<clinit>(Native.java:61)
at io.netty.channel.epoll.Epoll.<clinit>(Epoll.java:38)
at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptor.start(NettyAcceptor.java:341)
at util.Broker.addAMQPAcceptor(Broker.java:82)
at util.Broker.startBroker(Broker.java:58)
at QPIDJMS391Test.logging says that openssl is being used(QPIDJMS391Test.kt:65)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:90)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
at java.lang.reflect.Method.invoke(Method.java:508)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:515)
at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:115)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:171)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$244.00000000C8BF7190.execute(Unknown Source)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:72)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:167)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:114)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:59)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:105)
at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$187.00000000C8B92690.execute(Unknown Source)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:72)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:95)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:71)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$192.00000000C8B98ED0.accept(Unknown Source)
at java.util.ArrayList.forEach(ArrayList.java:1268)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:110)
at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$187.00000000C8B92690.execute(Unknown Source)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:72)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:95)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:71)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$192.00000000C8B98ED0.accept(Unknown Source)
at java.util.ArrayList.forEach(ArrayList.java:1268)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:110)
at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$187.00000000C8B92690.execute(Unknown Source)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:72)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:95)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:71)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220)
at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188)
at org.junit.platform.launcher.core.DefaultLauncher$$Lambda$164.00000000C8709060.accept(Unknown Source)
at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
DEBUG - netty_transport_native_epoll_x86_64 cannot be loaded from java.libary.path, now trying export to -Dio.netty.native.workdir: /tmp
java.lang.UnsatisfiedLinkError: netty_transport_native_epoll_x86_64 (Not found in java.library.path)
at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1428)
at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:1398)
at java.lang.System.loadLibrary(System.java:569)
at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)
at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:349)
at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:136)
at io.netty.channel.epoll.Native.loadNativeLibrary(Native.java:198)
at io.netty.channel.epoll.Native.<clinit>(Native.java:61)
at io.netty.channel.epoll.Epoll.<clinit>(Epoll.java:38)
at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptor.start(NettyAcceptor.java:341)
at util.Broker.addAMQPAcceptor(Broker.java:82)
at util.Broker.startBroker(Broker.java:58)
at QPIDJMS391Test.logging says that openssl is being used(QPIDJMS391Test.kt:65)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:90)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
at java.lang.reflect.Method.invoke(Method.java:508)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:515)
at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:115)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:171)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$244.00000000C8BF7190.execute(Unknown Source)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:72)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:167)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:114)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:59)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:105)
at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$187.00000000C8B92690.execute(Unknown Source)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:72)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:95)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:71)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$192.00000000C8B98ED0.accept(Unknown Source)
at java.util.ArrayList.forEach(ArrayList.java:1268)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:110)
at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$187.00000000C8B92690.execute(Unknown Source)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:72)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:95)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:71)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$192.00000000C8B98ED0.accept(Unknown Source)
at java.util.ArrayList.forEach(ArrayList.java:1268)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:110)
at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$187.00000000C8B92690.execute(Unknown Source)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:72)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:95)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:71)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220)
at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188)
at org.junit.platform.launcher.core.DefaultLauncher$$Lambda$164.00000000C8709060.accept(Unknown Source)
at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
Suppressed: java.lang.UnsatisfiedLinkError: netty_transport_native_epoll_x86_64 (Not found in java.library.path)
at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1428)
at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:1398)
at java.lang.System.loadLibrary(System.java:569)
at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:90)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
at java.lang.reflect.Method.invoke(Method.java:508)
at io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:369)
at java.security.AccessController.doPrivileged(AccessController.java:640)
at io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:361)
at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:339)
... 56 more
DEBUG - Successfully loaded the library /tmp/libnetty_transport_native_epoll_x86_648453049658702590921.so
DEBUG - -Djava.net.preferIPv4Stack: false
DEBUG - -Djava.net.preferIPv6Addresses: false
DEBUG - Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo)
DEBUG - /proc/sys/net/core/somaxconn: 128
DEBUG - -Dio.netty.eventLoopThreads: 2
DEBUG - org.jctools-core.MpscChunkedArrayQueue: available
DEBUG - Acceptor using native epoll
DEBUG - -Dio.netty.processId: 18313 (auto-detected)
DEBUG - -Dio.netty.machineId: fa:16:3e:ff:fe:16:0c:f5 (auto-detected)
DEBUG - -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
DEBUG - -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
DEBUG - -Dio.netty.allocator.numHeapArenas: 2
DEBUG - -Dio.netty.allocator.numDirectArenas: 2
DEBUG - -Dio.netty.allocator.pageSize: 8192
DEBUG - -Dio.netty.allocator.maxOrder: 11
DEBUG - -Dio.netty.allocator.chunkSize: 16777216
DEBUG - -Dio.netty.allocator.tinyCacheSize: 512
DEBUG - -Dio.netty.allocator.smallCacheSize: 256
DEBUG - -Dio.netty.allocator.normalCacheSize: 64
DEBUG - -Dio.netty.allocator.maxCachedBufferCapacity: 32768
DEBUG - -Dio.netty.allocator.cacheTrimInterval: 8192
DEBUG - -Dio.netty.allocator.useCacheForAllThreads: true
DEBUG - -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
DEBUG - -Dio.netty.allocator.type: pooled
DEBUG - -Dio.netty.threadLocalDirectBufferSize: 0
DEBUG - -Dio.netty.maxThreadLocalCharBufferSize: 16384
DEBUG - -Dio.netty.buffer.checkAccessible: true
DEBUG - -Dio.netty.buffer.checkBounds: true
DEBUG - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@50b3678f
DEBUG - Couldn't find any bindings for address=activemq.notifications on message=CoreMessage[messageID=1,durable=true,userID=null,priority=0, timestamp=0,expiration=0, durable=true, address=activemq.notifications,size=431,properties=TypedProperties[factory=org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptorFactory,_AMQ_NotifType=ACCEPTOR_STARTED,host=127.0.0.1,port=41393,_AMQ_NotifTimestamp=1559549718258]]@-1449215092
DEBUG - Message CoreMessage[messageID=1,durable=true,userID=null,priority=0, timestamp=0,expiration=0, durable=true, address=activemq.notifications,size=431,properties=TypedProperties[factory=org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptorFactory,_AMQ_NotifType=ACCEPTOR_STARTED,host=127.0.0.1,port=41393,_AMQ_NotifTimestamp=1559549718258]]@-1449215092 is not going anywhere as it didn't have a binding on address:activemq.notifications
INFO - AMQ221020: Started EPOLL Acceptor at 127.0.0.1:41393 for protocols [AMQP]
DEBUG - BeanUtils.populate(org.apache.activemq.artemis.protocol.amqp.broker.ProtonProtocolManager@f04d2ebe, {amqpCredits=1000, amqpMinCredits=300})
DEBUG - Convert string '1000' to class 'int'
DEBUG - Converting 'String' value '1000' to type 'Integer'
DEBUG - No NumberFormat, using default conversion
DEBUG - Converted to Integer value '1000'
DEBUG - Acceptor using native epoll
DEBUG - Couldn't find any bindings for address=activemq.notifications on message=CoreMessage[messageID=2,durable=true,userID=null,priority=0, timestamp=0,expiration=0, durable=true, address=activemq.notifications,size=427,properties=TypedProperties[factory=org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptorFactory,_AMQ_NotifType=ACCEPTOR_STARTED,host=0.0.0.0,port=43217,_AMQ_NotifTimestamp=1559549718303]]@317338120
DEBUG - Message CoreMessage[messageID=2,durable=true,userID=null,priority=0, timestamp=0,expiration=0, durable=true, address=activemq.notifications,size=427,properties=TypedProperties[factory=org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptorFactory,_AMQ_NotifType=ACCEPTOR_STARTED,host=0.0.0.0,port=43217,_AMQ_NotifTimestamp=1559549718303]]@317338120 is not going anywhere as it didn't have a binding on address:activemq.notifications
INFO - AMQ221020: Started EPOLL Acceptor at 0.0.0.0:43217 for protocols [AMQP]
DEBUG - Unable to load the library 'netty_tcnative_linux_x86_64', trying other loading mechanism.
java.lang.UnsatisfiedLinkError: netty_tcnative_linux_x86_64 (Not found in java.library.path)
at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1428)
at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:1398)
at java.lang.System.loadLibrary(System.java:569)
at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:90)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
at java.lang.reflect.Method.invoke(Method.java:508)
at io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:369)
at java.security.AccessController.doPrivileged(AccessController.java:640)
at io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:361)
at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:339)
at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:136)
at io.netty.util.internal.NativeLibraryLoader.loadFirstAvailable(NativeLibraryLoader.java:96)
at io.netty.handler.ssl.OpenSsl.loadTcNative(OpenSsl.java:526)
at io.netty.handler.ssl.OpenSsl.<clinit>(OpenSsl.java:93)
at org.apache.qpid.jms.transports.TransportSupport.isOpenSSLPossible(TransportSupport.java:71)
at org.apache.qpid.jms.transports.TransportSupport.createSslHandler(TransportSupport.java:112)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport.configureChannel(NettyTcpTransport.java:478)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport.access$200(NettyTcpTransport.java:68)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport$1.initChannel(NettyTcpTransport.java:176)
at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:129)
at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:112)
at io.netty.channel.AbstractChannelHandlerContext.callHandlerAdded(AbstractChannelHandlerContext.java:953)
at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:610)
at io.netty.channel.DefaultChannelPipeline.access$100(DefaultChannelPipeline.java:46)
at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1461)
at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1126)
at io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:651)
at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:515)
at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:428)
at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:487)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:333)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:905)
at java.lang.Thread.run(Thread.java:811)
DEBUG - netty_tcnative_linux_x86_64 cannot be loaded from java.libary.path, now trying export to -Dio.netty.native.workdir: /tmp
java.lang.UnsatisfiedLinkError: netty_tcnative_linux_x86_64 (Not found in java.library.path)
at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1428)
at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:1398)
at java.lang.System.loadLibrary(System.java:569)
at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)
at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:349)
at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:136)
at io.netty.util.internal.NativeLibraryLoader.loadFirstAvailable(NativeLibraryLoader.java:96)
at io.netty.handler.ssl.OpenSsl.loadTcNative(OpenSsl.java:526)
at io.netty.handler.ssl.OpenSsl.<clinit>(OpenSsl.java:93)
at org.apache.qpid.jms.transports.TransportSupport.isOpenSSLPossible(TransportSupport.java:71)
at org.apache.qpid.jms.transports.TransportSupport.createSslHandler(TransportSupport.java:112)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport.configureChannel(NettyTcpTransport.java:478)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport.access$200(NettyTcpTransport.java:68)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport$1.initChannel(NettyTcpTransport.java:176)
at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:129)
at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:112)
at io.netty.channel.AbstractChannelHandlerContext.callHandlerAdded(AbstractChannelHandlerContext.java:953)
at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:610)
at io.netty.channel.DefaultChannelPipeline.access$100(DefaultChannelPipeline.java:46)
at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1461)
at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1126)
at io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:651)
at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:515)
at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:428)
at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:487)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:333)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:905)
at java.lang.Thread.run(Thread.java:811)
Suppressed: java.lang.UnsatisfiedLinkError: netty_tcnative_linux_x86_64 (Not found in java.library.path)
at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1428)
at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:1398)
at java.lang.System.loadLibrary(System.java:569)
at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:90)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
at java.lang.reflect.Method.invoke(Method.java:508)
at io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:369)
at java.security.AccessController.doPrivileged(AccessController.java:640)
at io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:361)
at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:339)
... 25 more
DEBUG - Unable to load the library 'netty_tcnative_linux_x86_64', trying next name...
java.lang.UnsatisfiedLinkError: could not load a native library: netty_tcnative_linux_x86_64
at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:224)
at io.netty.util.internal.NativeLibraryLoader.loadFirstAvailable(NativeLibraryLoader.java:96)
at io.netty.handler.ssl.OpenSsl.loadTcNative(OpenSsl.java:526)
at io.netty.handler.ssl.OpenSsl.<clinit>(OpenSsl.java:93)
at org.apache.qpid.jms.transports.TransportSupport.isOpenSSLPossible(TransportSupport.java:71)
at org.apache.qpid.jms.transports.TransportSupport.createSslHandler(TransportSupport.java:112)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport.configureChannel(NettyTcpTransport.java:478)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport.access$200(NettyTcpTransport.java:68)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport$1.initChannel(NettyTcpTransport.java:176)
at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:129)
at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:112)
at io.netty.channel.AbstractChannelHandlerContext.callHandlerAdded(AbstractChannelHandlerContext.java:953)
at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:610)
at io.netty.channel.DefaultChannelPipeline.access$100(DefaultChannelPipeline.java:46)
at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1461)
at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1126)
at io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:651)
at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:515)
at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:428)
at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:487)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:333)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:905)
at java.lang.Thread.run(Thread.java:811)
Caused by: java.io.FileNotFoundException: META-INF/native/libnetty_tcnative_linux_x86_64.so
at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:173)
... 24 more
Suppressed: java.lang.UnsatisfiedLinkError: netty_tcnative_linux_x86_64 (Not found in java.library.path)
at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1428)
at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:1398)
at java.lang.System.loadLibrary(System.java:569)
at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)
at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:349)
at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:136)
... 24 more
Suppressed: java.lang.UnsatisfiedLinkError: netty_tcnative_linux_x86_64 (Not found in java.library.path)
at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1428)
at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:1398)
at java.lang.System.loadLibrary(System.java:569)
at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:90)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
at java.lang.reflect.Method.invoke(Method.java:508)
at io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:369)
at java.security.AccessController.doPrivileged(AccessController.java:640)
at io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:361)
at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:339)
... 25 more
DEBUG - Unable to load the library 'netty_tcnative_linux_x86_64_fedora', trying other loading mechanism.
java.lang.UnsatisfiedLinkError: netty_tcnative_linux_x86_64_fedora (Not found in java.library.path)
at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1428)
at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:1398)
at java.lang.System.loadLibrary(System.java:569)
at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:90)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
at java.lang.reflect.Method.invoke(Method.java:508)
at io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:369)
at java.security.AccessController.doPrivileged(AccessController.java:640)
at io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:361)
at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:339)
at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:136)
at io.netty.util.internal.NativeLibraryLoader.loadFirstAvailable(NativeLibraryLoader.java:96)
at io.netty.handler.ssl.OpenSsl.loadTcNative(OpenSsl.java:526)
at io.netty.handler.ssl.OpenSsl.<clinit>(OpenSsl.java:93)
at org.apache.qpid.jms.transports.TransportSupport.isOpenSSLPossible(TransportSupport.java:71)
at org.apache.qpid.jms.transports.TransportSupport.createSslHandler(TransportSupport.java:112)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport.configureChannel(NettyTcpTransport.java:478)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport.access$200(NettyTcpTransport.java:68)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport$1.initChannel(NettyTcpTransport.java:176)
at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:129)
at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:112)
at io.netty.channel.AbstractChannelHandlerContext.callHandlerAdded(AbstractChannelHandlerContext.java:953)
at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:610)
at io.netty.channel.DefaultChannelPipeline.access$100(DefaultChannelPipeline.java:46)
at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1461)
at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1126)
at io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:651)
at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:515)
at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:428)
at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:487)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:333)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:905)
at java.lang.Thread.run(Thread.java:811)
DEBUG - netty_tcnative_linux_x86_64_fedora cannot be loaded from java.libary.path, now trying export to -Dio.netty.native.workdir: /tmp
java.lang.UnsatisfiedLinkError: netty_tcnative_linux_x86_64_fedora (Not found in java.library.path)
at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1428)
at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:1398)
at java.lang.System.loadLibrary(System.java:569)
at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)
at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:349)
at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:136)
at io.netty.util.internal.NativeLibraryLoader.loadFirstAvailable(NativeLibraryLoader.java:96)
at io.netty.handler.ssl.OpenSsl.loadTcNative(OpenSsl.java:526)
at io.netty.handler.ssl.OpenSsl.<clinit>(OpenSsl.java:93)
at org.apache.qpid.jms.transports.TransportSupport.isOpenSSLPossible(TransportSupport.java:71)
at org.apache.qpid.jms.transports.TransportSupport.createSslHandler(TransportSupport.java:112)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport.configureChannel(NettyTcpTransport.java:478)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport.access$200(NettyTcpTransport.java:68)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport$1.initChannel(NettyTcpTransport.java:176)
at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:129)
at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:112)
at io.netty.channel.AbstractChannelHandlerContext.callHandlerAdded(AbstractChannelHandlerContext.java:953)
at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:610)
at io.netty.channel.DefaultChannelPipeline.access$100(DefaultChannelPipeline.java:46)
at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1461)
at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1126)
at io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:651)
at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:515)
at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:428)
at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:487)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:333)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:905)
at java.lang.Thread.run(Thread.java:811)
Suppressed: java.lang.UnsatisfiedLinkError: netty_tcnative_linux_x86_64_fedora (Not found in java.library.path)
at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1428)
at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:1398)
at java.lang.System.loadLibrary(System.java:569)
at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:90)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
at java.lang.reflect.Method.invoke(Method.java:508)
at io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:369)
at java.security.AccessController.doPrivileged(AccessController.java:640)
at io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:361)
at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:339)
... 25 more
DEBUG - Unable to load the library 'netty_tcnative_linux_x86_64_fedora', trying next name...
java.lang.UnsatisfiedLinkError: could not load a native library: netty_tcnative_linux_x86_64_fedora
at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:224)
at io.netty.util.internal.NativeLibraryLoader.loadFirstAvailable(NativeLibraryLoader.java:96)
at io.netty.handler.ssl.OpenSsl.loadTcNative(OpenSsl.java:526)
at io.netty.handler.ssl.OpenSsl.<clinit>(OpenSsl.java:93)
at org.apache.qpid.jms.transports.TransportSupport.isOpenSSLPossible(TransportSupport.java:71)
at org.apache.qpid.jms.transports.TransportSupport.createSslHandler(TransportSupport.java:112)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport.configureChannel(NettyTcpTransport.java:478)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport.access$200(NettyTcpTransport.java:68)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport$1.initChannel(NettyTcpTransport.java:176)
at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:129)
at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:112)
at io.netty.channel.AbstractChannelHandlerContext.callHandlerAdded(AbstractChannelHandlerContext.java:953)
at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:610)
at io.netty.channel.DefaultChannelPipeline.access$100(DefaultChannelPipeline.java:46)
at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1461)
at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1126)
at io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:651)
at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:515)
at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:428)
at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:487)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:333)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:905)
at java.lang.Thread.run(Thread.java:811)
Caused by: java.io.FileNotFoundException: META-INF/native/libnetty_tcnative_linux_x86_64_fedora.so
at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:173)
... 24 more
Suppressed: java.lang.UnsatisfiedLinkError: netty_tcnative_linux_x86_64_fedora (Not found in java.library.path)
at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1428)
at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:1398)
at java.lang.System.loadLibrary(System.java:569)
at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)
at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:349)
at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:136)
... 24 more
Suppressed: java.lang.UnsatisfiedLinkError: netty_tcnative_linux_x86_64_fedora (Not found in java.library.path)
at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1428)
at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:1398)
at java.lang.System.loadLibrary(System.java:569)
at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:90)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
at java.lang.reflect.Method.invoke(Method.java:508)
at io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:369)
at java.security.AccessController.doPrivileged(AccessController.java:640)
at io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:361)
at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:339)
... 25 more
DEBUG - Unable to load the library 'netty_tcnative_x86_64', trying other loading mechanism.
java.lang.UnsatisfiedLinkError: netty_tcnative_x86_64 (Not found in java.library.path)
at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1428)
at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:1398)
at java.lang.System.loadLibrary(System.java:569)
at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:90)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
at java.lang.reflect.Method.invoke(Method.java:508)
at io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:369)
at java.security.AccessController.doPrivileged(AccessController.java:640)
at io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:361)
at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:339)
at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:136)
at io.netty.util.internal.NativeLibraryLoader.loadFirstAvailable(NativeLibraryLoader.java:96)
at io.netty.handler.ssl.OpenSsl.loadTcNative(OpenSsl.java:526)
at io.netty.handler.ssl.OpenSsl.<clinit>(OpenSsl.java:93)
at org.apache.qpid.jms.transports.TransportSupport.isOpenSSLPossible(TransportSupport.java:71)
at org.apache.qpid.jms.transports.TransportSupport.createSslHandler(TransportSupport.java:112)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport.configureChannel(NettyTcpTransport.java:478)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport.access$200(NettyTcpTransport.java:68)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport$1.initChannel(NettyTcpTransport.java:176)
at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:129)
at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:112)
at io.netty.channel.AbstractChannelHandlerContext.callHandlerAdded(AbstractChannelHandlerContext.java:953)
at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:610)
at io.netty.channel.DefaultChannelPipeline.access$100(DefaultChannelPipeline.java:46)
at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1461)
at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1126)
at io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:651)
at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:515)
at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:428)
at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:487)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:333)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:905)
at java.lang.Thread.run(Thread.java:811)
DEBUG - netty_tcnative_x86_64 cannot be loaded from java.libary.path, now trying export to -Dio.netty.native.workdir: /tmp
java.lang.UnsatisfiedLinkError: netty_tcnative_x86_64 (Not found in java.library.path)
at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1428)
at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:1398)
at java.lang.System.loadLibrary(System.java:569)
at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)
at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:349)
at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:136)
at io.netty.util.internal.NativeLibraryLoader.loadFirstAvailable(NativeLibraryLoader.java:96)
at io.netty.handler.ssl.OpenSsl.loadTcNative(OpenSsl.java:526)
at io.netty.handler.ssl.OpenSsl.<clinit>(OpenSsl.java:93)
at org.apache.qpid.jms.transports.TransportSupport.isOpenSSLPossible(TransportSupport.java:71)
at org.apache.qpid.jms.transports.TransportSupport.createSslHandler(TransportSupport.java:112)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport.configureChannel(NettyTcpTransport.java:478)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport.access$200(NettyTcpTransport.java:68)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport$1.initChannel(NettyTcpTransport.java:176)
at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:129)
at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:112)
at io.netty.channel.AbstractChannelHandlerContext.callHandlerAdded(AbstractChannelHandlerContext.java:953)
at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:610)
at io.netty.channel.DefaultChannelPipeline.access$100(DefaultChannelPipeline.java:46)
at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1461)
at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1126)
at io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:651)
at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:515)
at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:428)
at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:487)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:333)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:905)
at java.lang.Thread.run(Thread.java:811)
Suppressed: java.lang.UnsatisfiedLinkError: netty_tcnative_x86_64 (Not found in java.library.path)
at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1428)
at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:1398)
at java.lang.System.loadLibrary(System.java:569)
at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:90)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
at java.lang.reflect.Method.invoke(Method.java:508)
at io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:369)
at java.security.AccessController.doPrivileged(AccessController.java:640)
at io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:361)
at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:339)
... 25 more
DEBUG - Unable to load the library 'netty_tcnative_x86_64', trying next name...
java.lang.UnsatisfiedLinkError: could not load a native library: netty_tcnative_x86_64
at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:224)
at io.netty.util.internal.NativeLibraryLoader.loadFirstAvailable(NativeLibraryLoader.java:96)
at io.netty.handler.ssl.OpenSsl.loadTcNative(OpenSsl.java:526)
at io.netty.handler.ssl.OpenSsl.<clinit>(OpenSsl.java:93)
at org.apache.qpid.jms.transports.TransportSupport.isOpenSSLPossible(TransportSupport.java:71)
at org.apache.qpid.jms.transports.TransportSupport.createSslHandler(TransportSupport.java:112)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport.configureChannel(NettyTcpTransport.java:478)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport.access$200(NettyTcpTransport.java:68)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport$1.initChannel(NettyTcpTransport.java:176)
at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:129)
at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:112)
at io.netty.channel.AbstractChannelHandlerContext.callHandlerAdded(AbstractChannelHandlerContext.java:953)
at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:610)
at io.netty.channel.DefaultChannelPipeline.access$100(DefaultChannelPipeline.java:46)
at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1461)
at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1126)
at io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:651)
at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:515)
at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:428)
at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:487)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:333)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:905)
at java.lang.Thread.run(Thread.java:811)
Caused by: java.io.FileNotFoundException: META-INF/native/libnetty_tcnative_x86_64.so
at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:173)
... 24 more
Suppressed: java.lang.UnsatisfiedLinkError: netty_tcnative_x86_64 (Not found in java.library.path)
at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1428)
at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:1398)
at java.lang.System.loadLibrary(System.java:569)
at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)
at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:349)
at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:136)
... 24 more
Suppressed: java.lang.UnsatisfiedLinkError: netty_tcnative_x86_64 (Not found in java.library.path)
at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1428)
at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:1398)
at java.lang.System.loadLibrary(System.java:569)
at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:90)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
at java.lang.reflect.Method.invoke(Method.java:508)
at io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:369)
at java.security.AccessController.doPrivileged(AccessController.java:640)
at io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:361)
at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:339)
... 25 more
DEBUG - Unable to load the library 'netty_tcnative', trying other loading mechanism.
java.lang.UnsatisfiedLinkError: netty_tcnative (Not found in java.library.path)
at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1428)
at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:1398)
at java.lang.System.loadLibrary(System.java:569)
at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:90)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
at java.lang.reflect.Method.invoke(Method.java:508)
at io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:369)
at java.security.AccessController.doPrivileged(AccessController.java:640)
at io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:361)
at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:339)
at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:136)
at io.netty.util.internal.NativeLibraryLoader.loadFirstAvailable(NativeLibraryLoader.java:96)
at io.netty.handler.ssl.OpenSsl.loadTcNative(OpenSsl.java:526)
at io.netty.handler.ssl.OpenSsl.<clinit>(OpenSsl.java:93)
at org.apache.qpid.jms.transports.TransportSupport.isOpenSSLPossible(TransportSupport.java:71)
at org.apache.qpid.jms.transports.TransportSupport.createSslHandler(TransportSupport.java:112)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport.configureChannel(NettyTcpTransport.java:478)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport.access$200(NettyTcpTransport.java:68)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport$1.initChannel(NettyTcpTransport.java:176)
at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:129)
at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:112)
at io.netty.channel.AbstractChannelHandlerContext.callHandlerAdded(AbstractChannelHandlerContext.java:953)
at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:610)
at io.netty.channel.DefaultChannelPipeline.access$100(DefaultChannelPipeline.java:46)
at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1461)
at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1126)
at io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:651)
at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:515)
at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:428)
at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:487)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:333)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:905)
at java.lang.Thread.run(Thread.java:811)
DEBUG - netty_tcnative cannot be loaded from java.libary.path, now trying export to -Dio.netty.native.workdir: /tmp
java.lang.UnsatisfiedLinkError: netty_tcnative (Not found in java.library.path)
at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1428)
at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:1398)
at java.lang.System.loadLibrary(System.java:569)
at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)
at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:349)
at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:136)
at io.netty.util.internal.NativeLibraryLoader.loadFirstAvailable(NativeLibraryLoader.java:96)
at io.netty.handler.ssl.OpenSsl.loadTcNative(OpenSsl.java:526)
at io.netty.handler.ssl.OpenSsl.<clinit>(OpenSsl.java:93)
at org.apache.qpid.jms.transports.TransportSupport.isOpenSSLPossible(TransportSupport.java:71)
at org.apache.qpid.jms.transports.TransportSupport.createSslHandler(TransportSupport.java:112)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport.configureChannel(NettyTcpTransport.java:478)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport.access$200(NettyTcpTransport.java:68)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport$1.initChannel(NettyTcpTransport.java:176)
at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:129)
at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:112)
at io.netty.channel.AbstractChannelHandlerContext.callHandlerAdded(AbstractChannelHandlerContext.java:953)
at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:610)
at io.netty.channel.DefaultChannelPipeline.access$100(DefaultChannelPipeline.java:46)
at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1461)
at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1126)
at io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:651)
at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:515)
at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:428)
at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:487)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:333)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:905)
at java.lang.Thread.run(Thread.java:811)
Suppressed: java.lang.UnsatisfiedLinkError: netty_tcnative (Not found in java.library.path)
at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1428)
at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:1398)
at java.lang.System.loadLibrary(System.java:569)
at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:90)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
at java.lang.reflect.Method.invoke(Method.java:508)
at io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:369)
at java.security.AccessController.doPrivileged(AccessController.java:640)
at io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:361)
at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:339)
... 25 more
DEBUG - Successfully loaded the library /tmp/libnetty_tcnative2915272889024613601.so
DEBUG - Initialize netty-tcnative using engine: 'default'
DEBUG - netty-tcnative using native library: OpenSSL 1.0.1e-fips 11 Feb 2013
DEBUG - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@1393ff08
DEBUG - -Dio.netty.recycler.maxCapacityPerThread: 4096
DEBUG - -Dio.netty.recycler.maxSharedCapacityFactor: 2
DEBUG - -Dio.netty.recycler.linkCapacity: 16
DEBUG - -Dio.netty.recycler.ratio: 8
DEBUG - Cipher suite mapping: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 => ECDHE-RSA-AES256-GCM-SHA384
DEBUG - Cipher suite mapping: SSL_ECDHE_RSA_WITH_AES_256_GCM_SHA384 => ECDHE-RSA-AES256-GCM-SHA384
DEBUG - Cipher suite mapping: TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 => ECDHE-ECDSA-AES256-GCM-SHA384
DEBUG - Cipher suite mapping: SSL_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 => ECDHE-ECDSA-AES256-GCM-SHA384
DEBUG - Cipher suite mapping: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 => ECDHE-RSA-AES256-SHA384
DEBUG - Cipher suite mapping: SSL_ECDHE_RSA_WITH_AES_256_CBC_SHA384 => ECDHE-RSA-AES256-SHA384
DEBUG - Cipher suite mapping: TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 => ECDHE-ECDSA-AES256-SHA384
DEBUG - Cipher suite mapping: SSL_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 => ECDHE-ECDSA-AES256-SHA384
DEBUG - Cipher suite mapping: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA => ECDHE-RSA-AES256-SHA
DEBUG - Cipher suite mapping: SSL_ECDHE_RSA_WITH_AES_256_CBC_SHA => ECDHE-RSA-AES256-SHA
DEBUG - Cipher suite mapping: TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA => ECDHE-ECDSA-AES256-SHA
DEBUG - Cipher suite mapping: SSL_ECDHE_ECDSA_WITH_AES_256_CBC_SHA => ECDHE-ECDSA-AES256-SHA
DEBUG - Cipher suite mapping: TLS_RSA_WITH_DH_DSS_AES256_GCM_SHA384 => DH-DSS-AES256-GCM-SHA384
DEBUG - Cipher suite mapping: SSL_RSA_WITH_DH_DSS_AES256_GCM_SHA384 => DH-DSS-AES256-GCM-SHA384
DEBUG - Cipher suite mapping: TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 => DHE-DSS-AES256-GCM-SHA384
DEBUG - Cipher suite mapping: SSL_DHE_DSS_WITH_AES_256_GCM_SHA384 => DHE-DSS-AES256-GCM-SHA384
DEBUG - Cipher suite mapping: TLS_RSA_WITH_DH_RSA_AES256_GCM_SHA384 => DH-RSA-AES256-GCM-SHA384
DEBUG - Cipher suite mapping: SSL_RSA_WITH_DH_RSA_AES256_GCM_SHA384 => DH-RSA-AES256-GCM-SHA384
DEBUG - Cipher suite mapping: TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 => DHE-RSA-AES256-GCM-SHA384
DEBUG - Cipher suite mapping: SSL_DHE_RSA_WITH_AES_256_GCM_SHA384 => DHE-RSA-AES256-GCM-SHA384
DEBUG - Cipher suite mapping: TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 => DHE-RSA-AES256-SHA256
DEBUG - Cipher suite mapping: SSL_DHE_RSA_WITH_AES_256_CBC_SHA256 => DHE-RSA-AES256-SHA256
DEBUG - Cipher suite mapping: TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 => DHE-DSS-AES256-SHA256
DEBUG - Cipher suite mapping: SSL_DHE_DSS_WITH_AES_256_CBC_SHA256 => DHE-DSS-AES256-SHA256
DEBUG - Cipher suite mapping: TLS_RSA_WITH_DH_RSA_AES256_SHA256 => DH-RSA-AES256-SHA256
DEBUG - Cipher suite mapping: SSL_RSA_WITH_DH_RSA_AES256_SHA256 => DH-RSA-AES256-SHA256
DEBUG - Cipher suite mapping: TLS_RSA_WITH_DH_DSS_AES256_SHA256 => DH-DSS-AES256-SHA256
DEBUG - Cipher suite mapping: SSL_RSA_WITH_DH_DSS_AES256_SHA256 => DH-DSS-AES256-SHA256
DEBUG - Cipher suite mapping: TLS_DHE_RSA_WITH_AES_256_CBC_SHA => DHE-RSA-AES256-SHA
DEBUG - Cipher suite mapping: SSL_DHE_RSA_WITH_AES_256_CBC_SHA => DHE-RSA-AES256-SHA
DEBUG - Cipher suite mapping: TLS_DHE_DSS_WITH_AES_256_CBC_SHA => DHE-DSS-AES256-SHA
DEBUG - Cipher suite mapping: SSL_DHE_DSS_WITH_AES_256_CBC_SHA => DHE-DSS-AES256-SHA
DEBUG - Cipher suite mapping: TLS_RSA_WITH_DH_RSA_AES256_SHA => DH-RSA-AES256-SHA
DEBUG - Cipher suite mapping: SSL_RSA_WITH_DH_RSA_AES256_SHA => DH-RSA-AES256-SHA
DEBUG - Cipher suite mapping: TLS_RSA_WITH_DH_DSS_AES256_SHA => DH-DSS-AES256-SHA
DEBUG - Cipher suite mapping: SSL_RSA_WITH_DH_DSS_AES256_SHA => DH-DSS-AES256-SHA
DEBUG - Cipher suite mapping: TLS_DHE_RSA_WITH_CAMELLIA256_SHA => DHE-RSA-CAMELLIA256-SHA
DEBUG - Cipher suite mapping: SSL_DHE_RSA_WITH_CAMELLIA256_SHA => DHE-RSA-CAMELLIA256-SHA
DEBUG - Cipher suite mapping: TLS_DHE_DSS_WITH_CAMELLIA256_SHA => DHE-DSS-CAMELLIA256-SHA
DEBUG - Cipher suite mapping: SSL_DHE_DSS_WITH_CAMELLIA256_SHA => DHE-DSS-CAMELLIA256-SHA
DEBUG - Cipher suite mapping: TLS_RSA_WITH_DH_RSA_CAMELLIA256_SHA => DH-RSA-CAMELLIA256-SHA
DEBUG - Cipher suite mapping: SSL_RSA_WITH_DH_RSA_CAMELLIA256_SHA => DH-RSA-CAMELLIA256-SHA
DEBUG - Cipher suite mapping: TLS_RSA_WITH_DH_DSS_CAMELLIA256_SHA => DH-DSS-CAMELLIA256-SHA
DEBUG - Cipher suite mapping: SSL_RSA_WITH_DH_DSS_CAMELLIA256_SHA => DH-DSS-CAMELLIA256-SHA
DEBUG - Cipher suite mapping: TLS_ECDH_anon_WITH_AES_256_CBC_SHA => AECDH-AES256-SHA
DEBUG - Cipher suite mapping: SSL_ECDH_anon_WITH_AES_256_CBC_SHA => AECDH-AES256-SHA
DEBUG - Cipher suite mapping: TLS_DH_anon_WITH_AES_256_GCM_SHA384 => ADH-AES256-GCM-SHA384
DEBUG - Cipher suite mapping: SSL_DH_anon_WITH_AES_256_GCM_SHA384 => ADH-AES256-GCM-SHA384
DEBUG - Cipher suite mapping: TLS_DH_anon_WITH_AES_256_CBC_SHA256 => ADH-AES256-SHA256
DEBUG - Cipher suite mapping: SSL_DH_anon_WITH_AES_256_CBC_SHA256 => ADH-AES256-SHA256
DEBUG - Cipher suite mapping: TLS_DH_anon_WITH_AES_256_CBC_SHA => ADH-AES256-SHA
DEBUG - Cipher suite mapping: SSL_DH_anon_WITH_AES_256_CBC_SHA => ADH-AES256-SHA
DEBUG - Cipher suite mapping: TLS_DH_anon_WITH_CAMELLIA256_SHA => ADH-CAMELLIA256-SHA
DEBUG - Cipher suite mapping: SSL_DH_anon_WITH_CAMELLIA256_SHA => ADH-CAMELLIA256-SHA
DEBUG - Cipher suite mapping: TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384 => ECDH-RSA-AES256-GCM-SHA384
DEBUG - Cipher suite mapping: SSL_ECDH_RSA_WITH_AES_256_GCM_SHA384 => ECDH-RSA-AES256-GCM-SHA384
DEBUG - Cipher suite mapping: TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 => ECDH-ECDSA-AES256-GCM-SHA384
DEBUG - Cipher suite mapping: SSL_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 => ECDH-ECDSA-AES256-GCM-SHA384
DEBUG - Cipher suite mapping: TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384 => ECDH-RSA-AES256-SHA384
DEBUG - Cipher suite mapping: SSL_ECDH_RSA_WITH_AES_256_CBC_SHA384 => ECDH-RSA-AES256-SHA384
DEBUG - Cipher suite mapping: TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 => ECDH-ECDSA-AES256-SHA384
DEBUG - Cipher suite mapping: SSL_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 => ECDH-ECDSA-AES256-SHA384
DEBUG - Cipher suite mapping: TLS_ECDH_RSA_WITH_AES_256_CBC_SHA => ECDH-RSA-AES256-SHA
DEBUG - Cipher suite mapping: SSL_ECDH_RSA_WITH_AES_256_CBC_SHA => ECDH-RSA-AES256-SHA
DEBUG - Cipher suite mapping: TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA => ECDH-ECDSA-AES256-SHA
DEBUG - Cipher suite mapping: SSL_ECDH_ECDSA_WITH_AES_256_CBC_SHA => ECDH-ECDSA-AES256-SHA
DEBUG - Cipher suite mapping: TLS_RSA_WITH_AES_256_GCM_SHA384 => AES256-GCM-SHA384
DEBUG - Cipher suite mapping: SSL_RSA_WITH_AES_256_GCM_SHA384 => AES256-GCM-SHA384
DEBUG - Cipher suite mapping: TLS_RSA_WITH_AES_256_CBC_SHA256 => AES256-SHA256
DEBUG - Cipher suite mapping: SSL_RSA_WITH_AES_256_CBC_SHA256 => AES256-SHA256
DEBUG - Cipher suite mapping: TLS_RSA_WITH_AES_256_CBC_SHA => AES256-SHA
DEBUG - Cipher suite mapping: SSL_RSA_WITH_AES_256_CBC_SHA => AES256-SHA
DEBUG - Cipher suite mapping: TLS_RSA_WITH_CAMELLIA256_SHA => CAMELLIA256-SHA
DEBUG - Cipher suite mapping: SSL_RSA_WITH_CAMELLIA256_SHA => CAMELLIA256-SHA
DEBUG - Cipher suite mapping: TLS_PSK_WITH_AES_256_CBC_SHA => PSK-AES256-CBC-SHA
DEBUG - Cipher suite mapping: SSL_PSK_WITH_AES_256_CBC_SHA => PSK-AES256-CBC-SHA
DEBUG - Cipher suite mapping: TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 => ECDHE-RSA-AES128-GCM-SHA256
DEBUG - Cipher suite mapping: SSL_ECDHE_RSA_WITH_AES_128_GCM_SHA256 => ECDHE-RSA-AES128-GCM-SHA256
DEBUG - Cipher suite mapping: TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 => ECDHE-ECDSA-AES128-GCM-SHA256
DEBUG - Cipher suite mapping: SSL_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 => ECDHE-ECDSA-AES128-GCM-SHA256
DEBUG - Cipher suite mapping: TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 => ECDHE-RSA-AES128-SHA256
DEBUG - Cipher suite mapping: SSL_ECDHE_RSA_WITH_AES_128_CBC_SHA256 => ECDHE-RSA-AES128-SHA256
DEBUG - Cipher suite mapping: TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 => ECDHE-ECDSA-AES128-SHA256
DEBUG - Cipher suite mapping: SSL_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 => ECDHE-ECDSA-AES128-SHA256
DEBUG - Cipher suite mapping: TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA => ECDHE-RSA-AES128-SHA
DEBUG - Cipher suite mapping: SSL_ECDHE_RSA_WITH_AES_128_CBC_SHA => ECDHE-RSA-AES128-SHA
DEBUG - Cipher suite mapping: TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA => ECDHE-ECDSA-AES128-SHA
DEBUG - Cipher suite mapping: SSL_ECDHE_ECDSA_WITH_AES_128_CBC_SHA => ECDHE-ECDSA-AES128-SHA
DEBUG - Cipher suite mapping: TLS_RSA_WITH_DH_DSS_AES128_GCM_SHA256 => DH-DSS-AES128-GCM-SHA256
DEBUG - Cipher suite mapping: SSL_RSA_WITH_DH_DSS_AES128_GCM_SHA256 => DH-DSS-AES128-GCM-SHA256
DEBUG - Cipher suite mapping: TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 => DHE-DSS-AES128-GCM-SHA256
DEBUG - Cipher suite mapping: SSL_DHE_DSS_WITH_AES_128_GCM_SHA256 => DHE-DSS-AES128-GCM-SHA256
DEBUG - Cipher suite mapping: TLS_RSA_WITH_DH_RSA_AES128_GCM_SHA256 => DH-RSA-AES128-GCM-SHA256
DEBUG - Cipher suite mapping: SSL_RSA_WITH_DH_RSA_AES128_GCM_SHA256 => DH-RSA-AES128-GCM-SHA256
DEBUG - Cipher suite mapping: TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 => DHE-RSA-AES128-GCM-SHA256
DEBUG - Cipher suite mapping: SSL_DHE_RSA_WITH_AES_128_GCM_SHA256 => DHE-RSA-AES128-GCM-SHA256
DEBUG - Cipher suite mapping: TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 => DHE-RSA-AES128-SHA256
DEBUG - Cipher suite mapping: SSL_DHE_RSA_WITH_AES_128_CBC_SHA256 => DHE-RSA-AES128-SHA256
DEBUG - Cipher suite mapping: TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 => DHE-DSS-AES128-SHA256
DEBUG - Cipher suite mapping: SSL_DHE_DSS_WITH_AES_128_CBC_SHA256 => DHE-DSS-AES128-SHA256
DEBUG - Cipher suite mapping: TLS_RSA_WITH_DH_RSA_AES128_SHA256 => DH-RSA-AES128-SHA256
DEBUG - Cipher suite mapping: SSL_RSA_WITH_DH_RSA_AES128_SHA256 => DH-RSA-AES128-SHA256
DEBUG - Cipher suite mapping: TLS_RSA_WITH_DH_DSS_AES128_SHA256 => DH-DSS-AES128-SHA256
DEBUG - Cipher suite mapping: SSL_RSA_WITH_DH_DSS_AES128_SHA256 => DH-DSS-AES128-SHA256
DEBUG - Cipher suite mapping: TLS_DHE_RSA_WITH_AES_128_CBC_SHA => DHE-RSA-AES128-SHA
DEBUG - Cipher suite mapping: SSL_DHE_RSA_WITH_AES_128_CBC_SHA => DHE-RSA-AES128-SHA
DEBUG - Cipher suite mapping: TLS_DHE_DSS_WITH_AES_128_CBC_SHA => DHE-DSS-AES128-SHA
DEBUG - Cipher suite mapping: SSL_DHE_DSS_WITH_AES_128_CBC_SHA => DHE-DSS-AES128-SHA
DEBUG - Cipher suite mapping: TLS_RSA_WITH_DH_RSA_AES128_SHA => DH-RSA-AES128-SHA
DEBUG - Cipher suite mapping: SSL_RSA_WITH_DH_RSA_AES128_SHA => DH-RSA-AES128-SHA
DEBUG - Cipher suite mapping: TLS_RSA_WITH_DH_DSS_AES128_SHA => DH-DSS-AES128-SHA
DEBUG - Cipher suite mapping: SSL_RSA_WITH_DH_DSS_AES128_SHA => DH-DSS-AES128-SHA
DEBUG - Cipher suite mapping: TLS_DHE_RSA_WITH_SEED_SHA => DHE-RSA-SEED-SHA
DEBUG - Cipher suite mapping: SSL_DHE_RSA_WITH_SEED_SHA => DHE-RSA-SEED-SHA
DEBUG - Cipher suite mapping: TLS_DHE_DSS_WITH_SEED_SHA => DHE-DSS-SEED-SHA
DEBUG - Cipher suite mapping: SSL_DHE_DSS_WITH_SEED_SHA => DHE-DSS-SEED-SHA
DEBUG - Cipher suite mapping: TLS_RSA_WITH_DH_RSA_SEED_SHA => DH-RSA-SEED-SHA
DEBUG - Cipher suite mapping: SSL_RSA_WITH_DH_RSA_SEED_SHA => DH-RSA-SEED-SHA
DEBUG - Cipher suite mapping: TLS_RSA_WITH_DH_DSS_SEED_SHA => DH-DSS-SEED-SHA
DEBUG - Cipher suite mapping: SSL_RSA_WITH_DH_DSS_SEED_SHA => DH-DSS-SEED-SHA
DEBUG - Cipher suite mapping: TLS_DHE_RSA_WITH_CAMELLIA128_SHA => DHE-RSA-CAMELLIA128-SHA
DEBUG - Cipher suite mapping: SSL_DHE_RSA_WITH_CAMELLIA128_SHA => DHE-RSA-CAMELLIA128-SHA
DEBUG - Cipher suite mapping: TLS_DHE_DSS_WITH_CAMELLIA128_SHA => DHE-DSS-CAMELLIA128-SHA
DEBUG - Cipher suite mapping: SSL_DHE_DSS_WITH_CAMELLIA128_SHA => DHE-DSS-CAMELLIA128-SHA
DEBUG - Cipher suite mapping: TLS_RSA_WITH_DH_RSA_CAMELLIA128_SHA => DH-RSA-CAMELLIA128-SHA
DEBUG - Cipher suite mapping: SSL_RSA_WITH_DH_RSA_CAMELLIA128_SHA => DH-RSA-CAMELLIA128-SHA
DEBUG - Cipher suite mapping: TLS_RSA_WITH_DH_DSS_CAMELLIA128_SHA => DH-DSS-CAMELLIA128-SHA
DEBUG - Cipher suite mapping: SSL_RSA_WITH_DH_DSS_CAMELLIA128_SHA => DH-DSS-CAMELLIA128-SHA
DEBUG - Cipher suite mapping: TLS_ECDH_anon_WITH_AES_128_CBC_SHA => AECDH-AES128-SHA
DEBUG - Cipher suite mapping: SSL_ECDH_anon_WITH_AES_128_CBC_SHA => AECDH-AES128-SHA
DEBUG - Cipher suite mapping: TLS_DH_anon_WITH_AES_128_GCM_SHA256 => ADH-AES128-GCM-SHA256
DEBUG - Cipher suite mapping: SSL_DH_anon_WITH_AES_128_GCM_SHA256 => ADH-AES128-GCM-SHA256
DEBUG - Cipher suite mapping: TLS_DH_anon_WITH_AES_128_CBC_SHA256 => ADH-AES128-SHA256
DEBUG - Cipher suite mapping: SSL_DH_anon_WITH_AES_128_CBC_SHA256 => ADH-AES128-SHA256
DEBUG - Cipher suite mapping: TLS_DH_anon_WITH_AES_128_CBC_SHA => ADH-AES128-SHA
DEBUG - Cipher suite mapping: SSL_DH_anon_WITH_AES_128_CBC_SHA => ADH-AES128-SHA
DEBUG - Cipher suite mapping: TLS_DH_anon_WITH_SEED_SHA => ADH-SEED-SHA
DEBUG - Cipher suite mapping: SSL_DH_anon_WITH_SEED_SHA => ADH-SEED-SHA
DEBUG - Cipher suite mapping: TLS_DH_anon_WITH_CAMELLIA128_SHA => ADH-CAMELLIA128-SHA
DEBUG - Cipher suite mapping: SSL_DH_anon_WITH_CAMELLIA128_SHA => ADH-CAMELLIA128-SHA
DEBUG - Cipher suite mapping: TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 => ECDH-RSA-AES128-GCM-SHA256
DEBUG - Cipher suite mapping: SSL_ECDH_RSA_WITH_AES_128_GCM_SHA256 => ECDH-RSA-AES128-GCM-SHA256
DEBUG - Cipher suite mapping: TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 => ECDH-ECDSA-AES128-GCM-SHA256
DEBUG - Cipher suite mapping: SSL_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 => ECDH-ECDSA-AES128-GCM-SHA256
DEBUG - Cipher suite mapping: TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256 => ECDH-RSA-AES128-SHA256
DEBUG - Cipher suite mapping: SSL_ECDH_RSA_WITH_AES_128_CBC_SHA256 => ECDH-RSA-AES128-SHA256
DEBUG - Cipher suite mapping: TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 => ECDH-ECDSA-AES128-SHA256
DEBUG - Cipher suite mapping: SSL_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 => ECDH-ECDSA-AES128-SHA256
DEBUG - Cipher suite mapping: TLS_ECDH_RSA_WITH_AES_128_CBC_SHA => ECDH-RSA-AES128-SHA
DEBUG - Cipher suite mapping: SSL_ECDH_RSA_WITH_AES_128_CBC_SHA => ECDH-RSA-AES128-SHA
DEBUG - Cipher suite mapping: TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA => ECDH-ECDSA-AES128-SHA
DEBUG - Cipher suite mapping: SSL_ECDH_ECDSA_WITH_AES_128_CBC_SHA => ECDH-ECDSA-AES128-SHA
DEBUG - Cipher suite mapping: TLS_RSA_WITH_AES_128_GCM_SHA256 => AES128-GCM-SHA256
DEBUG - Cipher suite mapping: SSL_RSA_WITH_AES_128_GCM_SHA256 => AES128-GCM-SHA256
DEBUG - Cipher suite mapping: TLS_RSA_WITH_AES_128_CBC_SHA256 => AES128-SHA256
DEBUG - Cipher suite mapping: SSL_RSA_WITH_AES_128_CBC_SHA256 => AES128-SHA256
DEBUG - Cipher suite mapping: TLS_RSA_WITH_AES_128_CBC_SHA => AES128-SHA
DEBUG - Cipher suite mapping: SSL_RSA_WITH_AES_128_CBC_SHA => AES128-SHA
DEBUG - Cipher suite mapping: TLS_RSA_WITH_SEED_SHA => SEED-SHA
DEBUG - Cipher suite mapping: SSL_RSA_WITH_SEED_SHA => SEED-SHA
DEBUG - Cipher suite mapping: TLS_RSA_WITH_CAMELLIA128_SHA => CAMELLIA128-SHA
DEBUG - Cipher suite mapping: SSL_RSA_WITH_CAMELLIA128_SHA => CAMELLIA128-SHA
DEBUG - Cipher suite mapping: TLS_PSK_WITH_AES_128_CBC_SHA => PSK-AES128-CBC-SHA
DEBUG - Cipher suite mapping: SSL_PSK_WITH_AES_128_CBC_SHA => PSK-AES128-CBC-SHA
DEBUG - Cipher suite mapping: TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA => ECDHE-RSA-DES-CBC3-SHA
DEBUG - Cipher suite mapping: SSL_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA => ECDHE-RSA-DES-CBC3-SHA
DEBUG - Cipher suite mapping: TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA => ECDHE-ECDSA-DES-CBC3-SHA
DEBUG - Cipher suite mapping: SSL_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA => ECDHE-ECDSA-DES-CBC3-SHA
DEBUG - Cipher suite mapping: TLS_EDH_RSA_WITH_3DES_EDE_CBC_SHA => EDH-RSA-DES-CBC3-SHA
DEBUG - Cipher suite mapping: SSL_EDH_RSA_WITH_3DES_EDE_CBC_SHA => EDH-RSA-DES-CBC3-SHA
DEBUG - Cipher suite mapping: TLS_EDH_DSS_WITH_3DES_EDE_CBC_SHA => EDH-DSS-DES-CBC3-SHA
DEBUG - Cipher suite mapping: SSL_EDH_DSS_WITH_3DES_EDE_CBC_SHA => EDH-DSS-DES-CBC3-SHA
DEBUG - Cipher suite mapping: TLS_RSA_WITH_DH_RSA_DES_CBC3_SHA => DH-RSA-DES-CBC3-SHA
DEBUG - Cipher suite mapping: SSL_RSA_WITH_DH_RSA_DES_CBC3_SHA => DH-RSA-DES-CBC3-SHA
DEBUG - Cipher suite mapping: TLS_RSA_WITH_DH_DSS_DES_CBC3_SHA => DH-DSS-DES-CBC3-SHA
DEBUG - Cipher suite mapping: SSL_RSA_WITH_DH_DSS_DES_CBC3_SHA => DH-DSS-DES-CBC3-SHA
DEBUG - Cipher suite mapping: TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA => AECDH-DES-CBC3-SHA
DEBUG - Cipher suite mapping: SSL_ECDH_anon_WITH_3DES_EDE_CBC_SHA => AECDH-DES-CBC3-SHA
DEBUG - Cipher suite mapping: TLS_DH_anon_WITH_3DES_EDE_CBC_SHA => ADH-DES-CBC3-SHA
DEBUG - Cipher suite mapping: SSL_DH_anon_WITH_3DES_EDE_CBC_SHA => ADH-DES-CBC3-SHA
DEBUG - Cipher suite mapping: TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA => ECDH-RSA-DES-CBC3-SHA
DEBUG - Cipher suite mapping: SSL_ECDH_RSA_WITH_3DES_EDE_CBC_SHA => ECDH-RSA-DES-CBC3-SHA
DEBUG - Cipher suite mapping: TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA => ECDH-ECDSA-DES-CBC3-SHA
DEBUG - Cipher suite mapping: SSL_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA => ECDH-ECDSA-DES-CBC3-SHA
DEBUG - Cipher suite mapping: TLS_RSA_WITH_3DES_EDE_CBC_SHA => DES-CBC3-SHA
DEBUG - Cipher suite mapping: SSL_RSA_WITH_3DES_EDE_CBC_SHA => DES-CBC3-SHA
DEBUG - Cipher suite mapping: TLS_RSA_WITH_IDEA_CBC_SHA => IDEA-CBC-SHA
DEBUG - Cipher suite mapping: SSL_RSA_WITH_IDEA_CBC_SHA => IDEA-CBC-SHA
DEBUG - Cipher suite mapping: TLS_PSK_WITH_3DES_EDE_CBC_SHA => PSK-3DES-EDE-CBC-SHA
DEBUG - Cipher suite mapping: SSL_PSK_WITH_3DES_EDE_CBC_SHA => PSK-3DES-EDE-CBC-SHA
DEBUG - Cipher suite mapping: TLS_KRB5_WITH_IDEA_CBC_SHA => KRB5-IDEA-CBC-SHA
DEBUG - Cipher suite mapping: SSL_KRB5_WITH_IDEA_CBC_SHA => KRB5-IDEA-CBC-SHA
DEBUG - Cipher suite mapping: TLS_KRB5_WITH_3DES_EDE_CBC_SHA => KRB5-DES-CBC3-SHA
DEBUG - Cipher suite mapping: SSL_KRB5_WITH_3DES_EDE_CBC_SHA => KRB5-DES-CBC3-SHA
DEBUG - Cipher suite mapping: TLS_KRB5_WITH_IDEA_CBC_MD5 => KRB5-IDEA-CBC-MD5
DEBUG - Cipher suite mapping: SSL_KRB5_WITH_IDEA_CBC_MD5 => KRB5-IDEA-CBC-MD5
DEBUG - Cipher suite mapping: TLS_KRB5_WITH_3DES_EDE_CBC_MD5 => KRB5-DES-CBC3-MD5
DEBUG - Cipher suite mapping: SSL_KRB5_WITH_3DES_EDE_CBC_MD5 => KRB5-DES-CBC3-MD5
DEBUG - Cipher suite mapping: TLS_ECDHE_RSA_WITH_RC4_128_SHA => ECDHE-RSA-RC4-SHA
DEBUG - Cipher suite mapping: SSL_ECDHE_RSA_WITH_RC4_128_SHA => ECDHE-RSA-RC4-SHA
DEBUG - Cipher suite mapping: TLS_ECDHE_ECDSA_WITH_RC4_128_SHA => ECDHE-ECDSA-RC4-SHA
DEBUG - Cipher suite mapping: SSL_ECDHE_ECDSA_WITH_RC4_128_SHA => ECDHE-ECDSA-RC4-SHA
DEBUG - Cipher suite mapping: TLS_ECDH_anon_WITH_RC4_128_SHA => AECDH-RC4-SHA
DEBUG - Cipher suite mapping: SSL_ECDH_anon_WITH_RC4_128_SHA => AECDH-RC4-SHA
DEBUG - Cipher suite mapping: TLS_DH_anon_WITH_RC4_128_MD5 => ADH-RC4-MD5
DEBUG - Cipher suite mapping: SSL_DH_anon_WITH_RC4_128_MD5 => ADH-RC4-MD5
DEBUG - Cipher suite mapping: TLS_ECDH_RSA_WITH_RC4_128_SHA => ECDH-RSA-RC4-SHA
DEBUG - Cipher suite mapping: SSL_ECDH_RSA_WITH_RC4_128_SHA => ECDH-RSA-RC4-SHA
DEBUG - Cipher suite mapping: TLS_ECDH_ECDSA_WITH_RC4_128_SHA => ECDH-ECDSA-RC4-SHA
DEBUG - Cipher suite mapping: SSL_ECDH_ECDSA_WITH_RC4_128_SHA => ECDH-ECDSA-RC4-SHA
DEBUG - Cipher suite mapping: TLS_RSA_WITH_RC4_128_SHA => RC4-SHA
DEBUG - Cipher suite mapping: SSL_RSA_WITH_RC4_128_SHA => RC4-SHA
DEBUG - Cipher suite mapping: TLS_RSA_WITH_RC4_128_MD5 => RC4-MD5
DEBUG - Cipher suite mapping: SSL_RSA_WITH_RC4_128_MD5 => RC4-MD5
DEBUG - Cipher suite mapping: TLS_PSK_WITH_RC4_128_SHA => PSK-RC4-SHA
DEBUG - Cipher suite mapping: SSL_PSK_WITH_RC4_128_SHA => PSK-RC4-SHA
DEBUG - Cipher suite mapping: TLS_KRB5_WITH_RC4_128_SHA => KRB5-RC4-SHA
DEBUG - Cipher suite mapping: SSL_KRB5_WITH_RC4_128_SHA => KRB5-RC4-SHA
DEBUG - Cipher suite mapping: TLS_KRB5_WITH_RC4_128_MD5 => KRB5-RC4-MD5
DEBUG - Cipher suite mapping: SSL_KRB5_WITH_RC4_128_MD5 => KRB5-RC4-MD5
DEBUG - Supported protocols (OpenSSL): [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
DEBUG - Default cipher suites (OpenSSL): [TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA]
DEBUG - OpenSSL Enabled: Version OpenSSL 1.0.1e-fips 11 Feb 2013 of OpenSSL will be used
DEBUG - Unable to access wrapped TrustManager
java.lang.NoSuchFieldException: contextSpi
at java.lang.Class.getDeclaredField(Class.java:784)
at io.netty.handler.ssl.OpenSslX509TrustManagerWrapper$3.run(OpenSslX509TrustManagerWrapper.java:99)
at java.security.AccessController.doPrivileged(AccessController.java:640)
at io.netty.handler.ssl.OpenSslX509TrustManagerWrapper.<clinit>(OpenSslX509TrustManagerWrapper.java:95)
at io.netty.handler.ssl.ReferenceCountedOpenSslContext.chooseTrustManager(ReferenceCountedOpenSslContext.java:556)
at io.netty.handler.ssl.ReferenceCountedOpenSslClientContext.newSessionContext(ReferenceCountedOpenSslClientContext.java:144)
at io.netty.handler.ssl.OpenSslClientContext.<init>(OpenSslClientContext.java:192)
at io.netty.handler.ssl.SslContext.newClientContextInternal(SslContext.java:777)
at io.netty.handler.ssl.SslContextBuilder.build(SslContextBuilder.java:452)
at org.apache.qpid.jms.transports.TransportSupport.createOpenSslContext(TransportSupport.java:227)
at org.apache.qpid.jms.transports.TransportSupport.createSslHandler(TransportSupport.java:113)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport.configureChannel(NettyTcpTransport.java:478)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport.access$200(NettyTcpTransport.java:68)
at org.apache.qpid.jms.transports.netty.NettyTcpTransport$1.initChannel(NettyTcpTransport.java:176)
at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:129)
at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:112)
at io.netty.channel.AbstractChannelHandlerContext.callHandlerAdded(AbstractChannelHandlerContext.java:953)
at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:610)
at io.netty.channel.DefaultChannelPipeline.access$100(DefaultChannelPipeline.java:46)
at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1461)
at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1126)
at io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:651)
at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:515)
at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:428)
at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:487)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:333)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:905)
at java.lang.Thread.run(Thread.java:811)
DEBUG - Accepting a server certificate: CN=netty.io
DEBUG - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@ee675e48
DEBUG - SSL_read failed with 1: OpenSSL error: 336032002 error:14077102:SSL routines:SSL23_GET_SERVER_HELLO:unsupported protocol
ERROR - Failed to connect to remote at: amqps://127.0.0.1:43217
DEBUG - Freed 7 thread-local buffer(s) from thread: AmqpProvider :(1):[amqps://127.0.0.1:43217]
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.588 s <<< FAILURE! - in QPIDJMS391Test
[ERROR] logging says that openssl is being used{Path} Time elapsed: 2.564 s <<< ERROR!
javax.jms.JMSException: error:14077102:SSL routines:SSL23_GET_SERVER_HELLO:unsupported protocol
at QPIDJMS391Test.logging says that openssl is being used(QPIDJMS391Test.kt:77)
Caused by: javax.net.ssl.SSLHandshakeException: error:14077102:SSL routines:SSL23_GET_SERVER_HELLO:unsupported protocol
[INFO]
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR] QPIDJMS391Test.logging says that openssl is being used:77 » JMS error:14077102...
- relates to
-
ENTMQCL-1079 [jms] Provide an OpenSSL library for JMS's OpenSSL-based TLS
-
- Closed
-