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 3BAC4D252 for ; Fri, 6 Jul 2012 22:51:32 +0000 (UTC) Received: (qmail 72339 invoked by uid 500); 6 Jul 2012 22:51:31 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 72313 invoked by uid 500); 6 Jul 2012 22:51:31 -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 72304 invoked by uid 99); 6 Jul 2012 22:51:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jul 2012 22:51:31 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [205.178.146.55] (HELO omr5.networksolutionsemail.com) (205.178.146.55) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jul 2012 22:51:22 +0000 Received: from cm-omr4 (mail.networksolutionsemail.com [205.178.146.50]) by omr5.networksolutionsemail.com (8.14.4/8.14.4) with ESMTP id q66Mp0DO006298 for ; Fri, 6 Jul 2012 18:51:00 -0400 Authentication-Results: cm-omr4 smtp.user=derry@cpt.com; auth=pass (LOGIN) X-Authenticated-UID: derry@cpt.com Received: from [71.92.237.70] ([71.92.237.70:50538] helo=200-168-204-48.customer.tdatabrasil.net.br) by cm-omr4 (envelope-from ) (ecelerity 2.2.2.41 r(31179/31189)) with ESMTPA id C3/C0-04937-4DB67FF4; Fri, 06 Jul 2012 18:51:00 -0400 Message-ID: <4FF76BD3.5080601@cpt.com> Date: Fri, 06 Jul 2012 15:50:59 -0700 From: Stanton W Derry Reply-To: derry@cpt.com Organization: Consistency Point Technlogies, Inc. User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.7; en-US; rv:1.9.1.9) Gecko/20100722 Eudora/3.0.4 MIME-Version: 1.0 To: sebb CC: JMeter Users List Subject: Re: jmeter.control.GenericController: StackOverflowError detected References: <4FF75DEB.7080409@cpt.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit This is the outline of the Test Plan: TestPlan - Setup Thread Group - 1 thread Header Mgr Cookie Mgr Transaction Controller HTTP Request Regular Expression Extractor Loop Controller - Base on REE_matchNr (always between 1 and 8) HTTP Request Regular Expression Extractor BeanShell PostProcessor - creates properties from matched extractions - Thread Group Header Mgr Cookie Mgr Once Only Controller HTTP Request - sets cookies Transaction Controller IF Controller - JMeterThread.last_sample_ok HTTP Request IF Controller - Is request to be processed test IF Controller - JMeterThread.last_sample_ok HTTP Request Constant Throughput Timer - 960 tpm On 7/6/12 3:31 PM, sebb wrote: > On 6 July 2012 22:51, Stanton W Derry wrote: > >> Running with both 2.5.1 and 2.7, encounter >> >> WARN - jmeter.control.GenericController: StackOverflowError detected >> >> >> then the stack trace below and the thread dies. I've changed the JVM >> ThreadStackSize=2048 and still have the issue. Response to the HTTP >> samplers is quite large 250k+. >> >> Any thoughts on how to solve this? >> >> Thanks in advance, >> Stan >> >> 2012/07/06 17:08:46 ERROR - jmeter.threads.JMeterThread: Test failed! >> java.lang.StackOverflowError >> at java.io.BufferedWriter.write(BufferedWriter.java:202) >> at java.io.Writer.write(Writer.java:140) >> at java.io.PrintStream.write(PrintStream.java:475) >> at java.io.PrintStream.print(PrintStream.java:619) >> at java.io.PrintStream.println(PrintStream.java:756) >> at >> org.apache.log.util.DefaultErrorHandler.error(DefaultErrorHandler.java:42) >> at >> org.apache.log.Hierarchy$InnerErrorHandler.error(Hierarchy.java:266) >> at >> org.apache.log.output.AbstractTarget.processEvent(AbstractTarget.java:112) >> at org.apache.log.Logger.fireEvent(Logger.java:632) >> at org.apache.log.Logger.output(Logger.java:607) >> at org.apache.log.Logger.output(Logger.java:590) >> at org.apache.log.Logger.warn(Logger.java:205) >> at >> org.apache.jmeter.control.GenericController.nextIsAController(GenericController.java:190) >> at >> org.apache.jmeter.control.GenericController.next(GenericController.java:148) >> at >> org.apache.jmeter.control.LoopController.next(LoopController.java:108) >> at >> org.apache.jmeter.control.GenericController.nextIsAController(GenericController.java:195) >> at >> org.apache.jmeter.control.GenericController.next(GenericController.java:148) >> at >> org.apache.jmeter.control.LoopController.next(LoopController.java:108) >> at >> org.apache.jmeter.control.LoopController.nextIsNull(LoopController.java:130) >> at >> org.apache.jmeter.control.GenericController.next(GenericController.java:143) >> at >> org.apache.jmeter.control.LoopController.next(LoopController.java:108) >> at >> org.apache.jmeter.control.GenericController.nextIsAController(GenericController.java:195) >> at >> org.apache.jmeter.control.GenericController.next(GenericController.java:148) >> at >> org.apache.jmeter.control.LoopController.next(LoopController.java:108) >> at >> org.apache.jmeter.control.GenericController.nextIsAController(GenericController.java:195) >> at >> org.apache.jmeter.control.GenericController.next(GenericController.java:148) >> .... >> >> > Looks like it may be a loop in the code. > Try simplifying the test plan. > > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org For additional commands, e-mail: user-help@jmeter.apache.org