[jboss-jira] [JBoss JIRA] (ELY-1708) java.lang.NoSuchFieldError: state on jdk 1.8.0_191

Martin Choma (Jira) issues at jboss.org
Tue Nov 6 08:51:00 EST 2018


     [ https://issues.jboss.org/browse/ELY-1708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Choma closed ELY-1708.
-----------------------------
    Resolution: Done


It was test issue. Upgrade of alpn in testsuite [1] helped in this case. 

[1] https://mvnrepository.com/artifact/org.mortbay.jetty.alpn/alpn-boot/8.1.13.v20181017

> java.lang.NoSuchFieldError: state on jdk 1.8.0_191
> --------------------------------------------------
>
>                 Key: ELY-1708
>                 URL: https://issues.jboss.org/browse/ELY-1708
>             Project: WildFly Elytron
>          Issue Type: Bug
>          Components: SSL
>    Affects Versions: 1.7.0.CR3
>            Reporter: Martin Choma
>            Priority: Blocker
>
> - on oracle/openjdk java version "1.8.0_181" it was ok on oracle/openjdk java version "1.8.0_191" it fails
> - I have checked oracle jdk 1.8.0_191 release notes and this seems relevant to this issue https://bugs.java.com/view_bug.do?bug_id=JDK-8074462
> - problem posted on openjdk mailing list security-dev http://mail.openjdk.java.net/pipermail/security-dev/2018-November/018667.html
> - I have seen so far only in FIPS TS (BC and PKCS11)
> - I dont see on oracle/openjdk jdk 11
> - I have reported to oracle but get no link to issue tracker back. They just told me "We will contact you if needed" :)
> - similar problem https://youtrack.jetbrains.com/issue/JT-49978
> {noformat}
> 21:19:11 java.lang.NoSuchFieldError: state
> 21:19:11 	at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:198)
> 21:19:11 	at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1037)
> 21:19:11 	at sun.security.ssl.Handshaker.process_record(Handshaker.java:965)
> 21:19:11 	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1064)
> 21:19:11 	at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
> 21:19:11 	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
> 21:19:11 	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
> 21:19:11 	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394)
> 21:19:11 	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353)
> {noformat}



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the jboss-jira mailing list