Return-Path: X-Original-To: apmail-jmeter-user-archive@www.apache.org Delivered-To: apmail-jmeter-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9D83217FA5 for ; Mon, 13 Apr 2015 13:05:02 +0000 (UTC) Received: (qmail 8405 invoked by uid 500); 13 Apr 2015 13:04:52 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 8366 invoked by uid 500); 13 Apr 2015 13:04:52 -0000 Mailing-List: contact user-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "JMeter Users List" Delivered-To: mailing list user@jmeter.apache.org Received: (qmail 8355 invoked by uid 99); 13 Apr 2015 13:04:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Apr 2015 13:04:52 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of niraj.khatmode@gmail.com designates 209.85.218.44 as permitted sender) Received: from [209.85.218.44] (HELO mail-oi0-f44.google.com) (209.85.218.44) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Apr 2015 13:04:48 +0000 Received: by oift201 with SMTP id t201so3177256oif.3 for ; Mon, 13 Apr 2015 06:04:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=p6UhD3jnXAm8YMGUz/4BlRbn3atjZD7SatUNSG0LYS0=; b=pao/EicgvpxrVmJ13CBSti5Y7m9TsDnldWW838R0ubK/UH1i9PfqoPXjmUq+8RvAv1 XCAEWuaV0lkY85gb7KLMwbTe9yafHQHVfhFNuHxgH1F8kMlD7sn6ztoBG4phX2h/8aGe 74bB1Gxe3tuwu3ZggPK2+REY4OxS4WqTlNQAANTzkie3Iys3ToYcdXZBt6MNw4vU25w5 C0Q8AHhMMlFkeNdMJa6Td4JBq6XDOf4BVyH9nJP/RG5lHSpJRwqCoBu01LNTDo4gzQKD ngh+kkLzFJ8gPDxydq5oNleZ6TIShGkLPCHnZV1a8NfPjyhGQwwq7nfMbDY3ilq68vu/ ZhkA== MIME-Version: 1.0 X-Received: by 10.202.78.66 with SMTP id c63mr6733381oib.0.1428930268179; Mon, 13 Apr 2015 06:04:28 -0700 (PDT) Received: by 10.202.197.201 with HTTP; Mon, 13 Apr 2015 06:04:27 -0700 (PDT) Received: by 10.202.197.201 with HTTP; Mon, 13 Apr 2015 06:04:27 -0700 (PDT) In-Reply-To: <332056304210E14FAEAD3123108889E7015F2F543D@SWEX009.resource.group.intl> References: <332056304210E14FAEAD3123108889E7015F2F5401@SWEX009.resource.group.intl> <332056304210E14FAEAD3123108889E7015F2F543D@SWEX009.resource.group.intl> Date: Mon, 13 Apr 2015 18:34:27 +0530 Message-ID: Subject: RE: Jmeter - Received fatal alert: internal_error From: Niraj To: JMeter Users List Content-Type: multipart/alternative; boundary=001a11c1630a0b34f705139ac157 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c1630a0b34f705139ac157 Content-Type: text/plain; charset=UTF-8 Try with older version. If same issue persist then need to debug more. Probably 2.9 is best version. I was facing issue while recording NTLM application script. Also try if u can record using fiddler I am using Jmeter 2.12 Kind regards, Sacha van Niekerk Performance Test Analyst -----Original Message----- From: Niraj [mailto:niraj.khatmode@gmail.com] Sent: 13 April 2015 01:47 PM To: JMeter Users List Subject: Re: Jmeter - Received fatal alert: internal_error Which JMeter version you are using? On Apr 13, 2015 5:13 PM, "Sacha van Niekerk" wrote: > Hi, > > I have a web script that is returning this error intermittently > throughout my test. It comes from various requests not just one and > does not occur too often compared to the amount of passes. I have > tried to research this error but I have not found any solution as yet. > > Is this a Jmeter/script error or an application error? Does anyone > know what could be causing it and how to resolve it? Please let me > know if you need any more information. I cannot include the script > itself due to privacy issues. > > Response: > javax.net.ssl.SSLException: Received fatal alert: internal_error > at sun.security.ssl.Alerts.getSSLException(Unknown Source) > at sun.security.ssl.Alerts.getSSLException(Unknown Source) > at sun.security.ssl.SSLSocketImpl.recvAlert(Unknown Source) > at sun.security.ssl.SSLSocketImpl.readRecord(Unknown > Source) > at > sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source) > at > sun.security.ssl.SSLSocketImpl.startHandshake(Unknown > Source) > at > sun.security.ssl.SSLSocketImpl.startHandshake(Unknown > Source) > at > sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source) > at > sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect( > Unknown > Source) > at > sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(Unknown Source) > at > org.apache.jmeter.protocol.http.sampler.HTTPJavaImpl.sample(HTTPJavaImpl.java:481) > at > org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy.sample(HTTPSamplerProxy.java:74) > at > org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1141) > at > org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1130) > at > org.apache.jmeter.threads.JMeterThread.process_sampler(JMeterThread.java:431) > at > org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:258) > at java.lang.Thread.run(Unknown Source) > > > Kind Regards, > > Sacha van Niekerk > Performance Test Analyst > > SQS Group Limited > PO Box 1688 | Wandsbeck, 3629 | South Africa > Phone: +27 (0)31 279 2400 > Mobile : +27 (0)61 285 7788 > Sacha.vanNiekerk@sqs.com > www.sqs.com/sa > Follow us for news, updates and latest jobs > LinkedIn | Facebook< > https://www.facebook.com/pages/SQS-Software-Quality-Systems/1006012033 > 41881 > > > > Verified 125% procurement BEE recognition > level AIM International Company of the Year > > We have a 'Thank You' initiative, so if you have experienced > outstanding customer service from any of our staff and want to thank > them, please send an email to > ThankYou@sqs.com > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org For additional commands, e-mail: user-help@jmeter.apache.org --001a11c1630a0b34f705139ac157--