[ 
https://issues.apache.org/jira/browse/NIFI-8956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17389106#comment-17389106
 ] 

David Handermann commented on NIFI-8956:
----------------------------------------

Running the unit test on Azul Zulu 11.0.12 produces the follow stack trace:

{noformat}
Caused by: java.net.SocketException: Broken pipe (Write failed)
        at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
        at 
java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:110)
        at 
java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150)
        at 
java.base/sun.security.ssl.SSLSocketOutputRecord.encodeChangeCipherSpec(SSLSocketOutputRecord.java:221)
        at 
java.base/sun.security.ssl.OutputRecord.changeWriteCiphers(OutputRecord.java:162)
        at 
java.base/sun.security.ssl.ChangeCipherSpec$T10ChangeCipherSpecProducer.produce(ChangeCipherSpec.java:118)
        at 
java.base/sun.security.ssl.Finished$T12FinishedProducer.onProduceFinished(Finished.java:395)
        at 
java.base/sun.security.ssl.Finished$T12FinishedProducer.produce(Finished.java:379)
        at 
java.base/sun.security.ssl.SSLHandshake.produce(SSLHandshake.java:436)
        at 
java.base/sun.security.ssl.ServerHelloDone$ServerHelloDoneConsumer.consume(ServerHelloDone.java:182)
        at 
java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392)
        at 
java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:443)
        at 
java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:421)
        at 
java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:182)
        at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:172)
        at 
java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1426)
        at 
java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1336)
        at 
java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:450)
        at 
java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:421)
        at 
okhttp3.internal.connection.RealConnection.connectTls(RealConnection.kt:379)
        at 
okhttp3.internal.connection.RealConnection.establishProtocol(RealConnection.kt:337)
        at 
okhttp3.internal.connection.RealConnection.connect(RealConnection.kt:209)
        at 
okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:226)
        at 
okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106)
        at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74)
        at 
okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255)
        at 
okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32)
        at 
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
        at 
okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95)
        at 
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
        at 
okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83)
        at 
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
        at 
okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76)
        at 
okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
        at 
okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201)
        at okhttp3.internal.connection.RealCall.execute(RealCall.kt:154)
        at 
org.apache.nifi.processors.standard.TestListenHTTP.postMessage(TestListenHTTP.java:506)
{noformat}

> TestListenHTTP Failures on Azul Zulu 11.0.12
> --------------------------------------------
>
>                 Key: NIFI-8956
>                 URL: https://issues.apache.org/jira/browse/NIFI-8956
>             Project: Apache NiFi
>          Issue Type: Task
>          Components: Extensions, Tools and Build
>    Affects Versions: 1.15.0
>            Reporter: David Handermann
>            Assignee: David Handermann
>            Priority: Major
>
> Recent GitHub automated builds have failed when running {{TestListenHTTP}} on 
> Ubuntu Linux with Azul Zulu 11.0.12.
> {noformat}
> TestListenHTTP.testSecureServerTrustStoreConfiguredClientAuthenticationRequired:394
>  unexpected exception type thrown; expected:<javax.net.ssl.SSLException> but 
> was:<java.net.SocketException>
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to