Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 92302 invoked from network); 8 Nov 2004 16:10:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Nov 2004 16:10:39 -0000 Received: (qmail 32280 invoked by uid 500); 8 Nov 2004 16:10:36 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 32095 invoked by uid 500); 8 Nov 2004 16:10:35 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 32082 invoked by uid 99); 8 Nov 2004 16:10:35 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of woolfel@gmail.com designates 64.233.170.203 as permitted sender) Received: from [64.233.170.203] (HELO rproxy.gmail.com) (64.233.170.203) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 08 Nov 2004 08:10:34 -0800 Received: by rproxy.gmail.com with SMTP id a36so313081rnf for ; Mon, 08 Nov 2004 08:10:32 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=FYp2TsKaIIiAg3oOh7dwEVlz2cObAUU8OcnMEaeAqQWN/RlIdTmhHnmShG1E2HkBVIUQWmhnhXNaphE3wwDD68hbMW/AU0ZqkaaA0083yAbqZpdAhRfgwIH0GQsFZx8UkldIKcqkBuE4sCqXm3FrclMfWkzc2JydkGJSFjgQSPg= Received: by 10.38.99.43 with SMTP id w43mr599994rnb; Mon, 08 Nov 2004 08:10:32 -0800 (PST) Received: by 10.38.164.30 with HTTP; Mon, 8 Nov 2004 08:10:32 -0800 (PST) Message-ID: <27e674a9041108081040c5eb2@mail.gmail.com> Date: Mon, 8 Nov 2004 11:10:32 -0500 From: Peter Lin Reply-To: Peter Lin To: JMeter Users List Subject: Re: Test hangs on Sun Solaris In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N by any chance, is the thread group set to "stop" when a failure occurs? looks like the sampler wasn't able to get a connection. Is that what you expect? peter On Mon, 8 Nov 2004 16:47:21 +0100, Coret Bob wrote: > Peter, > > The first script/method runs in GUI mode, the second one in non-GUI (-n) mode. So this factor doesn't seem to make a difference. > > Currently I'm trying to get more DEBUG info (jmeter/httpclient). With the property log_level.jmeter=DEBUG is see the following in the "hang" situation": > > 2004/11/08 16:40:23 DEBUG - jmeter.protocol.http.sampler.HTTPSampler: Start : samplehttp://[addresscensoredbybob]/zv/publiek/zoeken/geavanceerdZoekenAction.do > 2004/11/08 16:40:23 DEBUG - jmeter.protocol.http.sampler.HTTPSampler: Connection failed, giving up > > The properties log_level.httpclient.wire=debug and log_file.httpclient=httpclient.log produce a logfile with 0 bytes.... > > Regards, > Bob > > > > > -----Original Message----- > From: Peter Lin [mailto:woolfel@gmail.com] > Sent: Mon 8-11-2004 15:58 > To: JMeter Users List > Cc: > Subject: Re: Test hangs on Sun Solaris > that is odd. I can try to run a test tonight when I get home. I've > used jmeter on my X1 at home without any problems for long-ish tests > that run for 4-5 hours. > > in my case though, I run JMeter in console mode, since my Sun X1 > doesn't have a monitor. > > peter > > On Mon, 8 Nov 2004 15:49:36 +0100, Coret Bob wrote: > > > > I have got an simple script which is run four times hour to test the response of the site over a longer time. I have made a script which runs indefinitly with an appropiate Constant Timer (of 900.000ms). I also have a script (which requests the same pages) which runs the script only once, I can activate this script with the use of cron of other scheduler. > > > > Both script works OK on a Windows machine (XP, JVM 1.4.x), but on Sun Solaris this script "hangs" after a while (usually 1-2 hours). With "hangs" I mean that there's no response for an request. In the cron version subsequent scripts don't seem to run. > > > > Are there any known bugs regaring Jmeter / JDK / Sun Solaris ? > > > > Some additional info: > > > > > ps -ef (snapshot 15:15) > > > > root 24932 24930 0 11:45:00 ? 0:07 java -Xms256m -Xmx256m -XX:NewSize=128m -XX:MaxNewSize=128m -XX:SurvivorRatio=8 > > root 24942 24940 0 12:15:01 ? 0:06 java -Xms256m -Xmx256m -XX:NewSize=128m -XX:MaxNewSize=128m -XX:SurvivorRatio=8 > > > > > netstat -an (snapshot 15:15) > > 192.87.XX.YY.34119 145.97.XX.YY.80 7504 0 24840 0 ESTABLISHED > > 192.87.XX.YY.34131 145.97.XX.YY.80 7504 0 24840 0 ESTABLISHED > > > > > uname -a > > SunOS XXXX 5.8 Generic_108528-29 sun4u sparc SUNW,Sun-Blade-100 > > > > > java -version > > java version "1.4.2_06" > > Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03) > > Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode) > > > > Regards, > > Bob Coret > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org