You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2021/07/20 08:40:49 UTC

[Bug 65457] New: SSL Handshake errors on fetching the embedded resources

https://bz.apache.org/bugzilla/show_bug.cgi?id=65457

            Bug ID: 65457
           Summary: SSL Handshake errors on fetching the embedded
                    resources
           Product: JMeter
           Version: 5.2.1
          Hardware: Other
            Status: NEW
          Severity: major
          Priority: P2
         Component: HTTP
          Assignee: issues@jmeter.apache.org
          Reporter: arunkumarperformancetest@gmail.com
  Target Milestone: JMETER_5.5

Created attachment 37963
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37963&action=edit
Stack trace of error from Jmeter JTL results response data

Observing the below errors when the embedded resources are downloaded using 6
parallel connections

javax.net.ssl.SSLException: readHandshakeRecord
        at
sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1300)
        at
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:435)
        at
org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:436)
        at
org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384)
        at
org.apache.jmeter.protocol.http.sampler.hc.LazyLayeredConnectionSocketFactory.connectSocket(LazyLayeredConnectionSocketFactory.java:92)
        at
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
        at
org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl$JMeterDefaultHttpClientConnectionOperator.connect(HTTPHC4Impl.java:326)
        at
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
        at
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
        at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
        at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at
org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl.executeRequest(HTTPHC4Impl.java:850)
        at
org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl.sample(HTTPHC4Impl.java:561)
        at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy.sample(HTTPSamplerProxy.java:67)
        at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase$ASyncSample.call(HTTPSamplerBase.java:2126)
        at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase$ASyncSample.call(HTTPSamplerBase.java:2094)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
        Suppressed: java.net.SocketException: Broken pipe (Write failed)
                at java.net.SocketOutputStream.socketWrite0(Native Method)
                at
java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111)
                at
java.net.SocketOutputStream.write(SocketOutputStream.java:155)
                at
sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:81)
                at
sun.security.ssl.TransportContext.fatal(TransportContext.java:355)
                at
sun.security.ssl.TransportContext.fatal(TransportContext.java:267)
                at
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:438)
                ... 24 more
Caused by: java.net.SocketException: Connection reset
        at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:115)
        at java.net.SocketOutputStream.write(SocketOutputStream.java:155)
        at
sun.security.ssl.SSLSocketOutputRecord.flush(SSLSocketOutputRecord.java:251)
        at
sun.security.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:89)
        at
sun.security.ssl.ECDHClientKeyExchange$ECDHEClientKeyExchangeProducer.produce(ECDHClientKeyExchange.java:402)
        at
sun.security.ssl.ClientKeyExchange$ClientKeyExchangeProducer.produce(ClientKeyExchange.java:65)
        at sun.security.ssl.SSLHandshake.produce(SSLHandshake.java:421)
        at
sun.security.ssl.ServerHelloDone$ServerHelloDoneConsumer.consume(ServerHelloDone.java:182)
        at sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:377)
        at
sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444)
        at
sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:422)
        at
sun.security.ssl.TransportContext.dispatch(TransportContext.java:182)
        at sun.security.ssl.SSLTransport.decode(SSLTransport.java:152)
        at sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1383)
        at
sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1291)
        ... 25 more

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 65457] SSL Handshake errors on fetching the embedded resources

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65457

AK <ar...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |arunkumarperformancetest@gm
                   |                            |ail.com
                 OS|                            |All

-- 
You are receiving this mail because:
You are the assignee for the bug.