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 7A659E76D for ; Wed, 23 Jan 2013 14:51:12 +0000 (UTC) Received: (qmail 83426 invoked by uid 500); 23 Jan 2013 14:51:11 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 83313 invoked by uid 500); 23 Jan 2013 14:51:11 -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 83294 invoked by uid 99); 23 Jan 2013 14:51:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jan 2013 14:51:11 +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 shmulikk@gmail.com designates 209.85.223.177 as permitted sender) Received: from [209.85.223.177] (HELO mail-ie0-f177.google.com) (209.85.223.177) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jan 2013 14:51:06 +0000 Received: by mail-ie0-f177.google.com with SMTP id k13so13303678iea.8 for ; Wed, 23 Jan 2013 06:50:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=jRBAA4MeV00Nk+laKP4ll/AM1PEGh6CUxlCtUQQzFuo=; b=KcJmn6yvv+8ni1JsLeHNzSZQTiF2GopVJ8K0LI780kWhqZMOScC+KqvTzleqUQm7vJ v+K4yisClzzLb3r/mmya/nBM/zIoXNHLktDuD+anjewiFx4wc+cPtWQjvYKImporYU9Z iXorOnilhqE3+A5JK/AO2MvWn3XT52ZzJRDRIHwYV4rcXbdphRqrKZkDSANr7xURCWrt gk7HYN4tn8VwwMdEyfCRR34OODarWMJWLIciq21vBAgV+4PwjUPVDmjYurfTcfh9znCE 3d/3zdfdk2r+RCbKb9u5L2mngGDCvB3wJsMekvfv3FKdJUv/vZVyggzUVnVHzqDO6Eei PJGg== MIME-Version: 1.0 X-Received: by 10.50.40.229 with SMTP id a5mr15079848igl.59.1358952645897; Wed, 23 Jan 2013 06:50:45 -0800 (PST) Received: by 10.64.138.35 with HTTP; Wed, 23 Jan 2013 06:50:45 -0800 (PST) In-Reply-To: References: <2DB71565D9DF26409875BE0660934F6B5F588B2469@TNS-MAIL-AP.win2k.corp.tnsi.com> Date: Wed, 23 Jan 2013 16:50:45 +0200 Message-ID: Subject: Re: Issue with Jmeter and Maven From: Shmuel Krakower To: JMeter Users List Content-Type: multipart/alternative; boundary=14dae93411ffb9ac5c04d3f5d1a6 X-Virus-Checked: Checked by ClamAV on apache.org --14dae93411ffb9ac5c04d3f5d1a6 Content-Type: text/plain; charset=UTF-8 Hi, I would simplify it first to troubleshoot. Ideas: 1. Switch to simple HTTP samplers instead of customized webdriver sampler. 2. Run the JMeter command line exactly as executed by Maven, on the same host. 3. Set a higher logging level in JMeter (switch to DEBUG instead of INFO). 4. Anything special in the jtl results file? 5. Try to run with GUI. Hope it will help. Shmuel Krakower. www.Beatsoo.org - re-use your jmeter scripts for application performance monitoring from worldwide locations for free. On Wed, Jan 23, 2013 at 4:27 AM, Payne, Michael < Michael.Payne@danteconsulting.com> wrote: > Thanks Charlie. > > Chronos is not necessary, however... > > I just jumped into this project and would like to convert many of these > tests to interact with the HtmlUnit driver and automate in continuous > integration (Jenkins) against a clustered environment. > > Is your java sampler use via the gui? Or the command-line? > > -----Original Message----- > From: Stott, Charlie [mailto:CStott@tnsi.com] > Sent: Tuesday, January 22, 2013 9:15 PM > To: JMeter Users List > Subject: RE: Issue with Jmeter and Maven > > Haven't tried the chronos plugin. > > I have successfully created a java class derived from WebDriver, maven > build and drop the jar into lib/ext, then call from a java sampler > (BSF/JSR/etc). > > Is chronos necessary? > > Charlie > > > -----Original Message----- > > From: Payne, Michael [mailto:Michael.Payne@danteconsulting.com] > > Sent: Wednesday, 23 January 2013 12:04 PM > > To: user@jmeter.apache.org > > Subject: Issue with Jmeter and Maven > > > > Running Jmeter using Maven with the Chronos Jmeter plugin for load > > testing WebDriver tests. The appropriate mailing list through > > Codehaus doesn't seem at all active, so I figured I'd give this list a > > shot. Open to suggestions if I need to look elsewhere. > > > > The problem - tests are logged as starting, but immediately end > > (...end of run). No errors or further information is given except for > > what I assume to be a relevant part in the jmeter log file: > > > > jmeter.engine.StandardJMeterEngine: Test has ended on host null > > > > I've implemented various ways for WebDriver to navigate to the > > appropriate url (I had previously had issues using annotations). > > > > More information - this setup is defined in a pre-existing POM. I > > have attempted the same POM setup (less a dedicated profile) in a > > trial-run project which was a SUCCESS and behaved as intended. > > > > I appreciate any insight. Let me know if seeing the POM or Test Plan > > would be of any help. > > > > ________________________________ > > The information contained in this electronic transmission is intended > > only for the use of the recipient and may be confidential and privileged. > > Unauthorized use, disclosure, or reproduction is strictly prohibited > > and may be unlawful. If you have received this electronic transmission > > in error, please notify the sender immediately. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org > For additional commands, e-mail: user-help@jmeter.apache.org > > > > The information contained in this electronic transmission is intended only > for the use of the recipient and may be confidential and privileged. > Unauthorized use, disclosure, or reproduction is strictly prohibited and > may be unlawful. If you have received this electronic transmission in > error, please notify the sender immediately. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org > For additional commands, e-mail: user-help@jmeter.apache.org > > --14dae93411ffb9ac5c04d3f5d1a6--