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 3180217D9B for ; Mon, 10 Nov 2014 19:20:25 +0000 (UTC) Received: (qmail 54018 invoked by uid 500); 10 Nov 2014 19:20:24 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 53981 invoked by uid 500); 10 Nov 2014 19:20:24 -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 53970 invoked by uid 500); 10 Nov 2014 19:20:24 -0000 Delivered-To: apmail-jakarta-jmeter-user@jakarta.apache.org Received: (qmail 53967 invoked by uid 99); 10 Nov 2014 19:20:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Nov 2014 19:20:24 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_HELO_PASS,SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of skchoppala@gmail.com does not designate 162.253.133.43 as permitted sender) Received: from [162.253.133.43] (HELO mwork.nabble.com) (162.253.133.43) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Nov 2014 19:19:58 +0000 Received: from msam.nabble.com (unknown [162.253.133.85]) by mwork.nabble.com (Postfix) with ESMTP id 1D7FE986572 for ; Mon, 10 Nov 2014 11:19:58 -0800 (PST) Date: Mon, 10 Nov 2014 12:19:56 -0700 (MST) From: skchoppala To: jmeter-user@jakarta.apache.org Message-ID: <1415647196867-5721325.post@n5.nabble.com> Subject: java.lang.IllegalStateException,"Non HTTP response message: Invalid use of BasicClientConnManager: connection still allocated. MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am using jmeter 2.11 and my test scenario consist of lot of file downloads. I am using "Save Responses to a file" listener to really save the file to the disk. The test also have other HTTP requests for normal login operations for the web application. After couple of runs i am seeing all the requests were failing and writing below error in jtl file. I googled and found, BasicClientConnManager a singleton class and one thread allowed at any given point. AndI have my thread group with single thread. Can anyone through some light? 1415382113162,0,/namingportal/html/js/liferay/available_languages.jsp,Non HTTP response code: java.lang.IllegalStateException,"Non HTTP response message: Invalid use of BasicClientConnManager: connection still allocated. Make sure to release the connection before allocating another one.",Thread Group 1-1,text,false,1319,0 1415382113162,0,/namingportal/c/portal/logout,Non HTTP response code: java.lang.IllegalStateException,"Non HTTP response message: Invalid use of BasicClientConnManager: connection still allocated. Make sure to release the connection before allocating another one.",Thread Group 1-1,text,false,1319,0 1415382113163,0,/namingportal/web/customercenter/login,Non HTTP response code: java.lang.IllegalStateException,"Non HTTP response message: Invalid use of BasicClientConnManager: connection still allocated. Make sure to release the connection before allocating another one.",Thread Group 1-1,text,false,1319,0 1415382113163,0,/namingportal/html/js/liferay/available_languages.jsp,Non HTTP response code: java.lang.IllegalStateException,"Non HTTP response message: Invalid use of BasicClientConnManager: connection still allocated. -- View this message in context: http://jmeter.512774.n5.nabble.com/java-lang-IllegalStateException-Non-HTTP-response-message-Invalid-use-of-BasicClientConnManager-conn-tp5721325.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org For additional commands, e-mail: user-help@jmeter.apache.org