You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by sebb <se...@gmail.com> on 2016/08/18 17:36:19 UTC

Build failed in Jenkins: JMeter-Windows - how to fix?

The full stack trace is as below.

It looks like the Windows node was updated sometime between 11 and 14
August, causing the builds to start failing.

AFAICT, the problem is not the lack of unlimited strength JCE, as the
Ubuntu nodes seem to show the same size.

We could potentially get Jenkins updated to fix the problem (it used to work).
But then we would then lose the opportunity to potentially fix the
code so it does not fail.
Or at least to catch the error and report the cause.

Anyone any ideas as to what specifically causes the error?

[I have temporarily kept builds 49, 53, 54 to show when the build
first started failing]

<responseData class="java.lang.String">javax.net.ssl.SSLException:
java.lang.RuntimeException: Could not generate DH keypair&#xd;
    at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)&#xd;
    at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1836)&#xd;
    at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1794)&#xd;
    at sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1777)&#xd;
    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1296)&#xd;
    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1273)&#xd;
    at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:553)&#xd;
    at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:412)&#xd;
    at org.apache.jmeter.protocol.http.sampler.LazySchemeSocketFactory.connectSocket(LazySchemeSocketFactory.java:97)&#xd;
    at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:179)&#xd;
    at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:328)&#xd;
    at org.apache.jmeter.protocol.http.sampler.MeasuringConnectionManager$MeasuredConnection.open(MeasuringConnectionManager.java:114)&#xd;
    at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:612)&#xd;
    at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:447)&#xd;
    at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:884)&#xd;
    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)&#xd;
    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)&#xd;
    at org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl.executeRequest(HTTPHC4Impl.java:624)&#xd;
    at org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl.sample(HTTPHC4Impl.java:384)&#xd;
    at org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy.sample(HTTPSamplerProxy.java:74)&#xd;
    at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1159)&#xd;
    at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1148)&#xd;
    at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:467)&#xd;
    at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:410)&#xd;
    at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:241)&#xd;
    at java.lang.Thread.run(Thread.java:722)&#xd;
Caused by: java.lang.RuntimeException: Could not generate DH keypair&#xd;
    at sun.security.ssl.DHCrypt.&lt;init&gt;(DHCrypt.java:123)&#xd;
    at sun.security.ssl.ClientHandshaker.serverKeyExchange(ClientHandshaker.java:618)&#xd;
    at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:202)&#xd;
    at sun.security.ssl.Handshaker.processLoop(Handshaker.java:868)&#xd;
    at sun.security.ssl.Handshaker.process_record(Handshaker.java:804)&#xd;
    at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:966)&#xd;
    at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1262)&#xd;
    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1289)&#xd;
    ... 21 more&#xd;
Caused by: java.security.InvalidAlgorithmParameterException: Prime
size must be multiple of 64, and can only range from 512 to 1024
(inclusive)&#xd;
    at com.sun.crypto.provider.DHKeyPairGenerator.initialize(DHKeyPairGenerator.java:120)&#xd;
    at java.security.KeyPairGenerator$Delegate.initialize(KeyPairGenerator.java:658)&#xd;
    at sun.security.ssl.DHCrypt.&lt;init&gt;(DHCrypt.java:117)&#xd;
    ... 28 more&#xd;
</responseData>



On 18 August 2016 at 16:42, Apache Jenkins Server
<je...@builds.apache.org> wrote:
> See <https://builds.apache.org/job/JMeter-Windows/62/changes>
>
> Changes:
>
> [sebb] Save sample response for errors (try to debug Jenkins Windows DH keypair fails)
>
> [sebb] Allow tests to contain optional error output files
>
> ------------------------------------------
> [...truncated 878 lines...]
>      [java] os.version=6.0
>      [java] JCE max key length = 128
>      [java] +++++++++++
>      [java] java.awt.headless=true
>      [java] java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
>      [java] ------------
>      [java] Searching junit tests in : build/test
>      [java] o.a.j.junit.JMeterTest INFO: JMeterGUIComponent: skipping some tests org.apache.jmeter.testbeans.gui.TestBeanGUI
>      [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.config.gui.RowDetailDialog java.awt.HeadlessException
>      [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.functions.gui.FunctionHelper java.awt.HeadlessException
>      [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.gui.MainFrame java.awt.HeadlessException
>      [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.gui.SavePropertyDialog java.awt.HeadlessException
>      [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.gui.action.SearchTreeDialog java.awt.HeadlessException
>      [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.gui.action.SelectTemplatesDialog java.awt.HeadlessException
>      [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.gui.util.EscapeDialog java.awt.HeadlessException
>      [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.gui.util.JSyntaxTextArea java.awt.HeadlessException
>      [java] ...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................I....................................................................................................................................................................................................................................................
>      [java] Time: 69.137
>      [java]
>      [java] OK (2639 tests)
>      [java]
>
> batchtest:
>      [echo] Starting BatchTestLocal using -X
>    [jmeter] Writing log file to: <https://builds.apache.org/job/JMeter-Windows/ws/trunk\bin\BatchTestLocal.log>
>    [jmeter] Creating summariser <summary>
>    [jmeter] Created the tree successfully using testfiles/BatchTestLocal.jmx
>    [jmeter] Starting the test @ Thu Aug 18 16:40:21 BST 2016 (1471534821056)
>    [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
>    [jmeter] summary +     55 in 00:00:10 =    5.3/s Avg:   123 Min:     7 Max:   239 Err:     8 (14.55%) Active: 1 Started: 2 Finished: 1
>    [jmeter] summary +     78 in 00:00:10 =    8.1/s Avg:   120 Min:     1 Max:   241 Err:     8 (10.26%) Active: 0 Started: 1 Finished: 1
>    [jmeter] summary =    133 in 00:00:20 =    6.7/s Avg:   121 Min:     1 Max:   241 Err:    16 (12.03%)
>    [jmeter] Tidying up ...    @ Thu Aug 18 16:40:41 BST 2016 (1471534841684)
>    [jmeter] ... end of run
>      [echo] BatchTestLocal output files compared OK
>
> batchtestserver:
>    [server] Writing log file to: <https://builds.apache.org/job/JMeter-Windows/ws/trunk\bin\BatchTestServer.log>
>    [server] Created remote object: UnicastServerRef [liveRef: [endpoint:[140.211.11.42:55741](local),objID:[-3cd53680:1569e4fc294:-7fff, -1272884834406788443]]]
>
> batchtest:
>      [echo] Starting BatchTestLocal using -Rlocalhost:14042
>    [client] Writing log file to: <https://builds.apache.org/job/JMeter-Windows/ws/trunk\bin\BatchTestLocal.log>
>    [client] Creating summariser <summary>
>    [client] Created the tree successfully using testfiles/BatchTestLocal.jmx
>    [client] Configuring remote engine: localhost:14042
>    [client] Starting remote engines
>    [client] Starting the test @ Thu Aug 18 16:40:44 BST 2016 (1471534844705)
>    [server] Starting the test on host localhost:14042 @ Thu Aug 18 16:40:45 BST 2016 (1471534845803)
>    [client] Remote engines have been started
>    [client] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
>    [client] summary +     82 in 00:00:14 =    5.9/s Avg:   123 Min:     5 Max:   250 Err:    11 (13.41%) Active: 1 Started: 3 Finished: 2
>    [client] summary +     51 in 00:00:06 =    8.3/s Avg:   111 Min:     1 Max:   239 Err:     5 (9.80%) Active: 0 Started: 11 Finished: 11
>    [client] summary =    133 in 00:00:20 =    6.7/s Avg:   119 Min:     1 Max:   250 Err:    16 (12.03%)
>    [client] Tidying up remote @ Thu Aug 18 16:41:06 BST 2016 (1471534866356)
>    [server] Finished the test on host localhost:14042 @ Thu Aug 18 16:41:06 BST 2016 (1471534866356) - exit requested.
>    [client] ... end of run
>      [echo] BatchTestLocal output files compared OK
>
> batch_scripts:
>
> batchtest:
>      [echo] Starting HTMLParserTestFile_2 using -X
>    [jmeter] Writing log file to: <https://builds.apache.org/job/JMeter-Windows/ws/trunk\bin\HTMLParserTestFile_2.log>
>    [jmeter] Creating summariser <summary>
>    [jmeter] Created the tree successfully using testfiles/HTMLParserTestFile_2.jmx
>    [jmeter] Starting the test @ Thu Aug 18 16:41:12 BST 2016 (1471534872879)
>    [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
>    [jmeter] summary =      1 in 00:00:00 =    3.1/s Avg:   197 Min:   197 Max:   197 Err:     0 (0.00%)
>    [jmeter] Tidying up ...    @ Thu Aug 18 16:41:13 BST 2016 (1471534873351)
>    [jmeter] ... end of run
>      [echo] HTMLParserTestFile_2 output files compared OK
>
> batchtest:
>      [echo] Starting Bug47165 using -X
>    [jmeter] Writing log file to: <https://builds.apache.org/job/JMeter-Windows/ws/trunk\bin\Bug47165.log>
>    [jmeter] Creating summariser <summary>
>    [jmeter] Created the tree successfully using testfiles/Bug47165.jmx
>    [jmeter] Starting the test @ Thu Aug 18 16:41:15 BST 2016 (1471534875888)
>    [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
>    [jmeter] summary =      0 in 00:00:00 = ******/s Avg:     0 Min: 9223372036854775807 Max: -9223372036854775808 Err:     0 (0.00%)
>    [jmeter] Tidying up ...    @ Thu Aug 18 16:41:16 BST 2016 (1471534876103)
>    [jmeter] ... end of run
>      [echo] Bug47165 output files compared OK
>
> batchtest:
>      [echo] Starting Bug52310 using -X
>    [jmeter] Writing log file to: <https://builds.apache.org/job/JMeter-Windows/ws/trunk\bin\Bug52310.log>
>    [jmeter] Creating summariser <summary>
>    [jmeter] Created the tree successfully using testfiles/Bug52310.jmx
>    [jmeter] Starting the test @ Thu Aug 18 16:41:17 BST 2016 (1471534877966)
>    [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
>    [jmeter] summary =      3 in 00:00:01 =    2.5/s Avg:   206 Min:    13 Max:   442 Err:     0 (0.00%)
>    [jmeter] Tidying up ...    @ Thu Aug 18 16:41:19 BST 2016 (1471534879306)
>    [jmeter] ... end of run
>      [echo] Bug52310 output files compared OK
>
> batchtest:
>      [echo] Starting Bug52968 using -X
>    [jmeter] Writing log file to: <https://builds.apache.org/job/JMeter-Windows/ws/trunk\bin\Bug52968.log>
>    [jmeter] Creating summariser <summary>
>    [jmeter] Created the tree successfully using testfiles/Bug52968.jmx
>    [jmeter] Starting the test @ Thu Aug 18 16:41:20 BST 2016 (1471534880927)
>    [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
>    [jmeter] summary +     53 in 00:00:09 =    5.7/s Avg:   274 Min:   112 Max:   650 Err:    23 (43.40%) Active: 1 Started: 8 Finished: 7
>    [jmeter] summary +      7 in 00:00:03 =    2.2/s Avg:   442 Min:   337 Max:   596 Err:     4 (57.14%) Active: 0 Started: 10 Finished: 10
>    [jmeter] summary =     60 in 00:00:12 =    4.8/s Avg:   294 Min:   112 Max:   650 Err:    27 (45.00%)
>    [jmeter] Tidying up ...    @ Thu Aug 18 16:41:33 BST 2016 (1471534893512)
>    [jmeter] ... end of run
>      [echo] Bug52968 output files compared OK
>
> batchtest:
>      [echo] Starting Bug50898 using -X
>    [jmeter] Writing log file to: <https://builds.apache.org/job/JMeter-Windows/ws/trunk\bin\Bug50898.log>
>    [jmeter] Creating summariser <summary>
>    [jmeter] Created the tree successfully using testfiles/Bug50898.jmx
>    [jmeter] Starting the test @ Thu Aug 18 16:41:34 BST 2016 (1471534894808)
>    [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
>    [jmeter] summary +      1 in 00:00:00 =    2.7/s Avg:   256 Min:   256 Max:   256 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
>    [jmeter] summary +      1 in 00:00:00 =    3.5/s Avg:   275 Min:   275 Max:   275 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
>    [jmeter] summary =      2 in 00:00:01 =    3.1/s Avg:   265 Min:   256 Max:   275 Err:     0 (0.00%)
>    [jmeter] Tidying up ...    @ Thu Aug 18 16:41:35 BST 2016 (1471534895599)
>    [jmeter] ... end of run
>      [echo] Bug50898 output files compared OK
>
> batchtest:
>      [echo] Starting Bug56243 using -X
>    [jmeter] Writing log file to: <https://builds.apache.org/job/JMeter-Windows/ws/trunk\bin\Bug56243.log>
>    [jmeter] Creating summariser <summary>
>    [jmeter] Created the tree successfully using testfiles/Bug56243.jmx
>    [jmeter] Starting the test @ Thu Aug 18 16:41:37 BST 2016 (1471534897000)
>    [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
>    [jmeter] summary =      9 in 00:00:00 =   48.9/s Avg:     1 Min:     0 Max:     8 Err:     0 (0.00%)
>    [jmeter] Tidying up ...    @ Thu Aug 18 16:41:37 BST 2016 (1471534897317)
>    [jmeter] ... end of run
>      [echo] Bug56243 output files compared OK
>
> batchtest:
>      [echo] Starting Bug54685 using -X
>    [jmeter] Writing log file to: <https://builds.apache.org/job/JMeter-Windows/ws/trunk\bin\Bug54685.log>
>    [jmeter] Creating summariser <summary>
>    [jmeter] Created the tree successfully using testfiles/Bug54685.jmx
>    [jmeter] Starting the test @ Thu Aug 18 16:41:38 BST 2016 (1471534898584)
>    [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
>    [jmeter] summary =      1 in 00:00:00 =    3.5/s Avg:   185 Min:   185 Max:   185 Err:     0 (0.00%)
>    [jmeter] Tidying up ...    @ Thu Aug 18 16:41:39 BST 2016 (1471534899002)
>    [jmeter] ... end of run
>      [echo] Bug54685 output files compared OK
>
> batchtest:
>      [echo] Starting Bug55375 using -X
>    [jmeter] Writing log file to: <https://builds.apache.org/job/JMeter-Windows/ws/trunk\bin\Bug55375.log>
>    [jmeter] Creating summariser <summary>
>    [jmeter] Created the tree successfully using testfiles/Bug55375.jmx
>    [jmeter] Starting the test @ Thu Aug 18 16:41:40 BST 2016 (1471534900248)
>    [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
>    [jmeter] summary =      1 in 00:00:00 =    2.4/s Avg:   316 Min:   316 Max:   316 Err:     0 (0.00%)
>    [jmeter] Tidying up ...    @ Thu Aug 18 16:41:40 BST 2016 (1471534900795)
>    [jmeter] ... end of run
>      [echo] Bug55375 output files compared OK
>
> batchtestserver:
>    [server] Writing log file to: <https://builds.apache.org/job/JMeter-Windows/ws/trunk\bin\BatchTestServer.log>
>    [server] Created remote object: UnicastServerRef [liveRef: [endpoint:[140.211.11.42:55756](local),objID:[-4ff417d7:1569e50a977:-7fff, 4680561266719892970]]]
>
> batchtest:
>      [echo] Starting Bug54685 using -Rlocalhost:14042
>    [client] Writing log file to: <https://builds.apache.org/job/JMeter-Windows/ws/trunk\bin\Bug54685.log>
>    [client] Creating summariser <summary>
>    [client] Created the tree successfully using testfiles/Bug54685.jmx
>    [client] Configuring remote engine: localhost:14042
>    [client] Starting remote engines
>    [client] Starting the test @ Thu Aug 18 16:41:43 BST 2016 (1471534903237)
>    [client] Remote engines have been started
>    [client] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
>    [server] Starting the test on host localhost:14042 @ Thu Aug 18 16:41:44 BST 2016 (1471534904032)
>    [server] Finished the test on host localhost:14042 @ Thu Aug 18 16:41:44 BST 2016 (1471534904593) - exit requested.
>    [client] summary =      1 in 00:00:00 =    2.5/s Avg:   287 Min:   287 Max:   287 Err:     0 (0.00%)
>    [client] Tidying up remote @ Thu Aug 18 16:41:44 BST 2016 (1471534904593)
>    [client] ... end of run
>      [echo] Bug54685 output files compared OK
>
> batchtest:
>      [echo] Starting Bug56811 using -X
>    [jmeter] Writing log file to: <https://builds.apache.org/job/JMeter-Windows/ws/trunk\bin\Bug56811.log>
>    [jmeter] Creating summariser <summary>
>    [jmeter] Created the tree successfully using testfiles/Bug56811.jmx
>    [jmeter] Starting the test @ Thu Aug 18 16:41:51 BST 2016 (1471534911279)
>    [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
>    [jmeter] summary +     19 in 00:00:08 =    2.3/s Avg:   483 Min:     1 Max:  1073 Err:    13 (68.42%) Active: 1 Started: 4 Finished: 3
>    [jmeter] summary +     11 in 00:00:01 =   15.4/s Avg:   326 Min:     0 Max:   545 Err:     8 (72.73%) Active: 0 Started: 4 Finished: 4
>    [jmeter] summary =     30 in 00:00:09 =    3.3/s Avg:   426 Min:     0 Max:  1073 Err:    21 (70.00%)
>    [jmeter] Tidying up ...    @ Thu Aug 18 16:42:00 BST 2016 (1471534920769)
>    [jmeter] ... end of run
>      [echo] Bug56811 output files compared OK
>
> batchtest:
>      [echo] Starting TEST_HTTPS using -X
>    [jmeter] Writing log file to: <https://builds.apache.org/job/JMeter-Windows/ws/trunk\bin\TEST_HTTPS.log>
>    [jmeter] Creating summariser <summary>
>    [jmeter] Created the tree successfully using testfiles/TEST_HTTPS.jmx
>    [jmeter] Starting the test @ Thu Aug 18 16:42:02 BST 2016 (1471534922096)
>    [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
>    [jmeter] summary +      1 in 00:00:01 =    0.8/s Avg:  1005 Min:  1005 Max:  1005 Err:     1 (100.00%) Active: 1 Started: 1 Finished: 0
>    [jmeter] summary +      1 in 00:00:00 =    4.7/s Avg:   207 Min:   207 Max:   207 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
>    [jmeter] summary =      2 in 00:00:01 =    1.4/s Avg:   606 Min:   207 Max:  1005 Err:     1 (50.00%)
>    [jmeter] Tidying up ...    @ Thu Aug 18 16:42:03 BST 2016 (1471534923701)
>    [jmeter] ... end of run
> Target 'batchtest' failed with message 'CSV Files are not identical.
>         <https://builds.apache.org/job/JMeter-Windows/ws/trunk\bin\testfiles\TEST_HTTPS.csv>
>         label,responseCode,responseMessage,threadName,dataType,success,grpThreads,allThreads,SampleCount,ErrorCount
> HTTPS-SNI,200,OK,Thread Group 1-1,text,true,1,1,1,0
> HTTPS-Request,200,OK,Thread Group 1-1,text,true,1,1,1,0
>
>         <https://builds.apache.org/job/JMeter-Windows/ws/trunk\bin\TEST_HTTPS.csv>
>         label,responseCode,responseMessage,threadName,dataType,success,grpThreads,allThreads,SampleCount,ErrorCount
> HTTPS-SNI,Non HTTP response code: javax.net.ssl.SSLException,Non HTTP response message: java.lang.RuntimeException: Could not generate DH keypair,Thread Group 1-1,text,false,1,1,1,1
> HTTPS-Request,200,OK,Thread Group 1-1,text,true,1,1,1,0'.
> Target 'batch_scripts' failed with message 'The following error occurred while executing this line:
> <https://builds.apache.org/job/JMeter-Windows/ws/trunk\build.xml>:2607: CSV Files are not identical.
>         <https://builds.apache.org/job/JMeter-Windows/ws/trunk\bin\testfiles\TEST_HTTPS.csv>
>         label,responseCode,responseMessage,threadName,dataType,success,grpThreads,allThreads,SampleCount,ErrorCount
> HTTPS-SNI,200,OK,Thread Group 1-1,text,true,1,1,1,0
> HTTPS-Request,200,OK,Thread Group 1-1,text,true,1,1,1,0
>
>         <https://builds.apache.org/job/JMeter-Windows/ws/trunk\bin\TEST_HTTPS.csv>
>         label,responseCode,responseMessage,threadName,dataType,success,grpThreads,allThreads,SampleCount,ErrorCount
> HTTPS-SNI,Non HTTP response code: javax.net.ssl.SSLException,Non HTTP response message: java.lang.RuntimeException: Could not generate DH keypair,Thread Group 1-1,text,false,1,1,1,1
> HTTPS-Request,200,OK,Thread Group 1-1,text,true,1,1,1,0'.
> Cannot execute '_allbatchtests' - 'batch_scripts' failed or was not executed.
> Cannot execute 'test' - '_allbatchtests' failed or was not executed.
>
> BUILD FAILED
> <https://builds.apache.org/job/JMeter-Windows/ws/trunk\build.xml>:2699: The following error occurred while executing this line:
> <https://builds.apache.org/job/JMeter-Windows/ws/trunk\build.xml>:2607: CSV Files are not identical.
>         <https://builds.apache.org/job/JMeter-Windows/ws/trunk\bin\testfiles\TEST_HTTPS.csv>
>         label,responseCode,responseMessage,threadName,dataType,success,grpThreads,allThreads,SampleCount,ErrorCount
> HTTPS-SNI,200,OK,Thread Group 1-1,text,true,1,1,1,0
> HTTPS-Request,200,OK,Thread Group 1-1,text,true,1,1,1,0
>
>         <https://builds.apache.org/job/JMeter-Windows/ws/trunk\bin\TEST_HTTPS.csv>
>         label,responseCode,responseMessage,threadName,dataType,success,grpThreads,allThreads,SampleCount,ErrorCount
> HTTPS-SNI,Non HTTP response code: javax.net.ssl.SSLException,Non HTTP response message: java.lang.RuntimeException: Could not generate DH keypair,Thread Group 1-1,text,false,1,1,1,1
> HTTPS-Request,200,OK,Thread Group 1-1,text,true,1,1,1,0
>
> Total time: 3 minutes 39 seconds
> Build step 'Invoke Ant' marked build as failure
> [locks-and-latches] Releasing all the locks
> [locks-and-latches] All the locks released