[
https://issues.jboss.org/browse/WFLY-7536?page=com.atlassian.jira.plugin....
]
Martin Choma moved JBEAP-7006 to WFLY-7536:
-------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-7536 (was: JBEAP-7006)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Test Suite
(was: Test Suite)
Affects Version/s: 11.0.0.Alpha1
(was: 7.1.0.DR6)
RemotingLoginModuleUseNewClientCertTestCase fails on IBM jdk
------------------------------------------------------------
Key: WFLY-7536
URL:
https://issues.jboss.org/browse/WFLY-7536
Project: WildFly
Issue Type: Bug
Components: Test Suite
Affects Versions: 11.0.0.Alpha1
Environment: java version "1.8.0"
Java(TM) SE Runtime Environment (build pxa6480sr3-20160428_01(SR3))
IBM J9 VM (build 2.8, JRE 1.8.0 Linux amd64-64 Compressed References 20160427_301573 (JIT
enabled, AOT enabled)
J9VM - R28_Java8_SR3_20160427_1620_B301573
JIT - tr.r14.java.green_20160329_114288
GC - R28_Java8_SR3_20160427_1620_B301573_CMPRSS
J9CL - 20160427_301573)
JCL - 20160421_01 based on Oracle jdk8u91-b14
Reporter: Martin Choma
Assignee: Tomaz Cerar
testAuthorizedClient and testNotAuthorizedClient tests from
RemotingLoginModuleUseNewClientCertTestCase fails on IBM jdk with
{{javax.net.ssl.SSLException: Received fatal alert: handshake_failure)}}
*reproduce*
{noformat}
$ ./integration-tests.sh -Dts.noSmoke -Dts.basic
-Dtest=RemotingLoginModuleUseNewClientCertTestCase
{noformat}
{noformat}
testNotAuthorizedClient(org.jboss.as.test.integration.security.loginmodules.RemotingLoginModuleUseNewClientCertTestCase)
Time elapsed: 0.079 sec <<< ERROR!
javax.naming.CommunicationException: Failed to connect to any server. Servers tried:
[remote://127.0.0.1:14447 (javax.net.ssl.SSLException: Received fatal alert:
handshake_failure)]
at
org.jboss.naming.remote.client.HaRemoteNamingStore.failOverSequence(HaRemoteNamingStore.java:244)
at
org.jboss.naming.remote.client.HaRemoteNamingStore.namingStore(HaRemoteNamingStore.java:149)
at
org.jboss.naming.remote.client.HaRemoteNamingStore.namingOperation(HaRemoteNamingStore.java:130)
at
org.jboss.naming.remote.client.HaRemoteNamingStore.lookup(HaRemoteNamingStore.java:272)
at org.jboss.naming.remote.client.RemoteContext.lookupInternal(RemoteContext.java:104)
at org.jboss.naming.remote.client.RemoteContext.lookup(RemoteContext.java:93)
at org.jboss.naming.remote.client.RemoteContext.lookup(RemoteContext.java:146)
at javax.naming.InitialContext.lookup(InitialContext.java:428)
at
org.jboss.as.test.integration.security.loginmodules.RemotingLoginModuleUseNewClientCertTestCase.testNotAuthorizedClient(RemotingLoginModuleUseNewClientCertTestCase.java:180)
testAuthorizedClient(org.jboss.as.test.integration.security.loginmodules.RemotingLoginModuleUseNewClientCertTestCase)
Time elapsed: 0.046 sec <<< ERROR!
javax.naming.CommunicationException: Failed to connect to any server. Servers tried:
[remote://127.0.0.1:14447 (javax.net.ssl.SSLException: Received fatal alert:
handshake_failure)]
at
org.jboss.naming.remote.client.HaRemoteNamingStore.failOverSequence(HaRemoteNamingStore.java:244)
at
org.jboss.naming.remote.client.HaRemoteNamingStore.namingStore(HaRemoteNamingStore.java:149)
at
org.jboss.naming.remote.client.HaRemoteNamingStore.namingOperation(HaRemoteNamingStore.java:130)
at
org.jboss.naming.remote.client.HaRemoteNamingStore.lookup(HaRemoteNamingStore.java:272)
at org.jboss.naming.remote.client.RemoteContext.lookupInternal(RemoteContext.java:104)
at org.jboss.naming.remote.client.RemoteContext.lookup(RemoteContext.java:93)
at org.jboss.naming.remote.client.RemoteContext.lookup(RemoteContext.java:146)
at javax.naming.InitialContext.lookup(InitialContext.java:428)
at
org.jboss.as.test.integration.security.loginmodules.RemotingLoginModuleUseNewClientCertTestCase.testAuthorizedClient(RemotingLoginModuleUseNewClientCertTestCase.java:166)
{noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)