[ 
https://issues.apache.org/jira/browse/ARTEMIS-1844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Bertram resolved ARTEMIS-1844.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 2.5.1

> [Artemis Testsuite] 
> CoreClientOverOneWaySSLTest.testOneWaySSLWithGoodClientCipherSuite[storeType=*]
>  fails
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-1844
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1844
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 1.5.6, 2.5.0
>            Reporter: Radovan Stancel
>            Priority: Major
>             Fix For: 2.5.1
>
>
> This is stable issue on IBM JDK.
> {code:java}
> java.lang.AssertionError
>     at org.junit.Assert.fail(Assert.java:86)
>     at org.junit.Assert.fail(Assert.java:95)
>     at 
> org.apache.activemq.artemis.tests.integration.ssl.CoreClientOverOneWaySSLTest.testOneWaySSLWithGoodClientCipherSuite(CoreClientOverOneWaySSLTest.java:414)
> {code}
> {code:java|title=Test log}
> 13:00:22,253 INFO [org.apache.activemq.artemis.core.server] #*#*# Starting 
> test: testOneWaySSLWithGoodClientCipherSuite[storeType=JCEKS]()...
> #test testOneWaySSLWithGoodClientCipherSuite[storeType=JCEKS]
> 13:00:22,258 INFO [org.apache.activemq.artemis.core.server] AMQ221000: live 
> Message Broker is starting with configuration Broker Configuration 
> (clustered=false,journalDirectory=/mnt/hudson_workspace/artemis-project-testsuite-rhel-master-local-discs/666ed8c2/tests/integration-tests/./target/tmp/junit3344164161239630016/journal,bindingsDirectory=/mnt/hudson_workspace/artemis-project-testsuite-rhel-master-local-discs/666ed8c2/tests/integration-tests/./target/tmp/junit3344164161239630016/bindings,largeMessagesDirectory=/mnt/hudson_workspace/artemis-project-testsuite-rhel-master-local-discs/666ed8c2/tests/integration-tests/./target/tmp/junit3344164161239630016/large-msg,pagingDirectory=/mnt/hudson_workspace/artemis-project-testsuite-rhel-master-local-discs/666ed8c2/tests/integration-tests/./target/tmp/junit3344164161239630016/page)
> 13:00:22,260 INFO [org.apache.activemq.artemis.core.server] AMQ221043: 
> Protocol module found: [artemis-server]. Adding protocol support for: CORE
> 13:00:22,261 INFO [org.apache.activemq.artemis.core.server] AMQ221043: 
> Protocol module found: [artemis-amqp-protocol]. Adding protocol support for: 
> AMQP
> 13:00:22,261 INFO [org.apache.activemq.artemis.core.server] AMQ221043: 
> Protocol module found: [artemis-stomp-protocol]. Adding protocol support for: 
> STOMP
> 13:00:22,262 INFO [org.apache.activemq.artemis.core.server] AMQ221043: 
> Protocol module found: [artemis-openwire-protocol]. Adding protocol support 
> for: OPENWIRE
> 13:00:22,263 INFO [org.apache.activemq.artemis.core.server] AMQ221043: 
> Protocol module found: [artemis-hornetq-protocol]. Adding protocol support 
> for: HORNETQ
> 13:00:22,264 INFO [org.apache.activemq.artemis.core.server] AMQ221043: 
> Protocol module found: [artemis-mqtt-protocol]. Adding protocol support for: 
> MQTT
> 13:00:22,279 INFO [org.apache.activemq.artemis.core.server] AMQ221020: 
> Started Acceptor at localhost:61616 for protocols 
> [CORE,MQTT,AMQP,STOMP,HORNETQ,OPENWIRE]
> 13:00:22,279 INFO [org.apache.activemq.artemis.core.server] AMQ221007: Server 
> is now live
> 13:00:22,279 INFO [org.apache.activemq.artemis.core.server] AMQ221001: Apache 
> ActiveMQ Artemis Message Broker version 1.1.0.wildfly-010 
> [nodeID=048e5da0-b7c4-11e5-9b66-4f0c52a9abc9] 
> 13:00:22,283 INFO [org.apache.activemq.artemis.tests.integration] Using 
> suite: SSL_DHE_DSS_WITH_AES_128_CBC_SHA256
> 13:00:22,312 WARNING [io.netty.channel.DefaultChannelPipeline] An 
> exceptionCaught() event was fired, and it reached at the tail of the 
> pipeline. It usually means the last handler in the pipeline did not handle 
> the exception.: io.netty.handler.codec.DecoderException: 
> javax.net.ssl.SSLHandshakeException: no cipher suites in common
>  at 
> io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:358)
>  [netty-all-4.0.30.Final.jar:4.0.30.Final]
>  at 
> io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:230)
>  [netty-all-4.0.30.Final.jar:4.0.30.Final]
>  at 
> io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
>  [netty-all-4.0.30.Final.jar:4.0.30.Final]
>  at 
> io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
>  [netty-all-4.0.30.Final.jar:4.0.30.Final]
>  at 
> io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
>  [netty-all-4.0.30.Final.jar:4.0.30.Final]
>  at 
> io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
>  [netty-all-4.0.30.Final.jar:4.0.30.Final]
>  at 
> io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511) 
> [netty-all-4.0.30.Final.jar:4.0.30.Final]
>  at 
> io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
>  [netty-all-4.0.30.Final.jar:4.0.30.Final]
>  at 
> io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382) 
> [netty-all-4.0.30.Final.jar:4.0.30.Final]
>  at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354) 
> [netty-all-4.0.30.Final.jar:4.0.30.Final]
>  at 
> io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:110)
>  [netty-all-4.0.30.Final.jar:4.0.30.Final]
>  at java.lang.Thread.run(Thread.java:785) [vm.jar:1.8.0-internal]
> Caused by: javax.net.ssl.SSLHandshakeException: no cipher suites in common
>  at com.ibm.jsse2.C.z(C.java:67) [ibmjsseprovider2.jar:8.0 build_20150918]
>  at com.ibm.jsse2.ap.b(ap.java:466) [ibmjsseprovider2.jar:8.0 build_20150918]
>  at com.ibm.jsse2.ap.a(ap.java:443) [ibmjsseprovider2.jar:8.0 build_20150918]
>  at com.ibm.jsse2.ap.unwrap(ap.java:207) [ibmjsseprovider2.jar:8.0 
> build_20150918]
>  at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:11) [ibmjssefw.jar:8.0 
> build_20150122]
>  at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1129) 
> [netty-all-4.0.30.Final.jar:4.0.30.Final]
>  at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1019) 
> [netty-all-4.0.30.Final.jar:4.0.30.Final]
>  at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:959) 
> [netty-all-4.0.30.Final.jar:4.0.30.Final]
>  at 
> io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:327)
>  [netty-all-4.0.30.Final.jar:4.0.30.Final]
>  ... 11 more
> Caused by: javax.net.ssl.SSLHandshakeException: no cipher suites in common
>  at com.ibm.jsse2.j.a(j.java:35) [ibmjsseprovider2.jar:8.0 build_20150918]
>  at com.ibm.jsse2.ap.a(ap.java:377) [ibmjsseprovider2.jar:8.0 build_20150918]
>  at com.ibm.jsse2.C.a(C.java:208) [ibmjsseprovider2.jar:8.0 build_20150918]
>  at com.ibm.jsse2.C.a(C.java:109) [ibmjsseprovider2.jar:8.0 build_20150918]
>  at com.ibm.jsse2.E.b(E.java:822) [ibmjsseprovider2.jar:8.0 build_20150918]
>  at com.ibm.jsse2.E.a(E.java:449) [ibmjsseprovider2.jar:8.0 build_20150918]
>  at com.ibm.jsse2.E.a(E.java:374) [ibmjsseprovider2.jar:8.0 build_20150918]
>  at com.ibm.jsse2.C.r(C.java:220) [ibmjsseprovider2.jar:8.0 build_20150918]
>  at com.ibm.jsse2.C$b.a(C$b.java:4) [ibmjsseprovider2.jar:8.0 build_20150918]
>  at com.ibm.jsse2.C$b.run(C$b.java:1) [ibmjsseprovider2.jar:8.0 
> build_20150918]
>  at java.security.AccessController.doPrivileged(AccessController.java:686) 
> [vm.jar:1.8.0-internal]
>  at com.ibm.jsse2.C$c.run(C$c.java:9) [ibmjsseprovider2.jar:8.0 
> build_20150918]
>  at io.netty.handler.ssl.SslHandler.runDelegatedTasks(SslHandler.java:1155) 
> [netty-all-4.0.30.Final.jar:4.0.30.Final]
>  at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1058) 
> [netty-all-4.0.30.Final.jar:4.0.30.Final]
>  ... 13 more
> 13:00:22,316 ERROR [org.apache.activemq.artemis.core.client] AMQ214016: 
> Failed to create netty connection: java.nio.channels.ClosedChannelException
> 13:00:22,327 INFO [org.apache.activemq.artemis.core.server] AMQ221002: Apache 
> ActiveMQ Artemis Message Broker version 1.1.0.wildfly-010 
> [048e5da0-b7c4-11e5-9b66-4f0c52a9abc9] stopped
> 13:00:22,337 INFO [org.apache.activemq.artemis.core.server] #*#*# Finished 
> test: testOneWaySSLWithGoodClientCipherSuite[storeType=JCEKS]()...
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to