RE: jmeter result-report.xsl problem

2007-09-17 Thread Tim Hepner
I ran into this problem when I had a white space character before the Make sure there aren't any new lines or spaces before the mailto:[EMAIL PROTECTED] Sent: Monday, September 17, 2007 4:28 PM To: JMeter Users List Subject: Re: jmeter result-report.xsl problem I'd one listener in test plan.

RE: JDBC request break back compatibility in JMeter 2.3RC3?

2007-07-16 Thread Tim Hepner
My jdbc requests written using Jmeter 2.2 work fine with Jmeter 2.3RC3. No problems here. -Original Message- From: ... Yee [mailto:[EMAIL PROTECTED] Sent: Sunday, July 15, 2007 10:36 PM To: JMeter Users List Subject: JDBC request break back compatibility in JMeter 2.3RC3? Hello Seb and a

Re: Error loading results file - see log file

2006-05-16 Thread Tim Hepner
ormat JTL files, so it generated an error sample. This is fixed in the current nightly. To avoid the problem without upgrading, make sure that the JTL files are saved in 2.1 format. S. On 10/05/06, sebb <[EMAIL PROTECTED]> wrote: On 10/05/06, Tim Hepner <[EMAIL PROTECTED]> wrote: >

Error loading results file - see log file

2006-05-09 Thread Tim Hepner
ui.AbstractVisualizer: getting new collector 2006/05/09 16:34:10 WARN - jmeter.reporters.ResultCollector: File load failure, trying old data format. -- Tim Hepner CSC Contractor Fleet Numerical Meteorology and Oceanography Center 831.656.4673

Re: HTTPClient SSL certificates

2006-05-02 Thread Tim Hepner
m not sure where to get the certificate to import. Should I go to the website and then export it from my browser? sebb wrote: On 02/05/06, Tim Hepner <[EMAIL PROTECTED]> wrote: I'm getting the following error when attempting to connect over https using the HttpClient sampler. java

HTTPClient SSL certificates

2006-05-02 Thread Tim Hepner
I'm getting the following error when attempting to connect over https using the HttpClient sampler. javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certi

Re: Call a function without a sampler

2006-03-24 Thread Tim Hepner
Putting the split function in the condition field of the If Controller seems to work best. If any of you have a better suggestion let me know. thanks, Tim Tim Hepner wrote: I'm using jmeter 2.1.1. What is the best way to call a function when that is all you need to do

Call a function without a sampler

2006-03-24 Thread Tim Hepner
Assertion (Assertion based on tab name) thanks, Tim -- Tim Hepner - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Unable to send cookies over ssl with linux only

2006-02-17 Thread Tim Hepner
, Tim Hepner <[EMAIL PROTECTED]> wrote: I'm having a problem with the Cookies Manager. The test needs to acquire a cookie at login on order to move throughout the site. Everything works great if I run the test on my windows XP machine. If I run the test on a Linux(RHEL) machine, th

Unable to send cookies over ssl with linux only

2006-02-17 Thread Tim Hepner
I'm having a problem with the Cookies Manager. The test needs to acquire a cookie at login on order to move throughout the site. Everything works great if I run the test on my windows XP machine. If I run the test on a Linux(RHEL) machine, the test will not send cookie information. I can se