Problem loading jtl files into an aggregate report

2005-10-27 Thread Nop Lists
Hello, in order to compare new results to old ones I need to load jtl files in the aggregate report. This used to work in 2.0.2, but fails in 2.1.1. The jtl files were created recently with 2.1.1. The error I get is appears in the aggregate report and says Error loading result file - see log file.

Problem while recording scenario with the JMeter internal proxy

2005-10-27 Thread Bruno Charloup
Hi all, (I'm working with JMeter 2.1.1, JDK 1.4.2_09). I'm registering scenario through the JMeter proxy, with IE6. My application is developped using Apache Cocoon (I'm only the tester of this application, I've no knowledge about Cocoon). In my application, I've a form, with enctype

RE: Problem while recording scenario with the JMeter internal proxy / OK with other proxy like OpenSTA

2005-10-27 Thread Bruno Charloup
Another information about the page which can not be recorded by the JMeter proxy : I've recorded the same scenario using OpenSTA (and the proxy included in OpenSTA), and it works fine (no Cocoon error from my application). The header recorded by OpenSTA is as listed below : PRIMARY POST

Include Controller File name field doesn't support a variable?

2005-10-27 Thread Pavel Gouchtchine
Hi All. If I set ${TEST_PLANS_HOME} variable at User Defined Variables as ${__P(test_plan_home)} where test_plan_home is a property set in jmeter.properties, and then, I am trying to use the ${TEST_PLANS_HOME} variable in File Name field of the include controller, the controller doesn't work. Only

Re: Include Controller File name field doesn't support a variable?

2005-10-27 Thread Pavel Gouchtchine
Unfortunatly, the ${__P(test_plan_home)} in the file name field doesn't work as well. I checked it several times. On 10/27/05, Peter Lin [EMAIL PROTECTED] wrote: currently the include controller does not support variable. please file an enahancement bugzilla for it. peter On 10/27/05,

Problem with include controller

2005-10-27 Thread Nop Lists
Hello, I was testing the include controller in order to make my tests modular. I took a working testplan, put 2 requests in a file, disabled them and included them with an include controller. However the test does not run and I get the error 2005/10/27 16:51:13 ERROR -

Re: Problem with include controller

2005-10-27 Thread Peter Lin
please file a bugzilla. it looks like it might be a bug. from the error, it looks it had a problems converting the test elements at run time. please post a sample test plan and I will take a look this weekend. thanks peter lin On 10/27/05, Nop Lists [EMAIL PROTECTED] wrote: Hello, I was

Re: Include Controller File name field doesn't support a variable?

2005-10-27 Thread Pavel Gouchtchine
Peter, How to submit an enahancement It is very critical for us to be able use include controller with configurable path for a module. Thank you. Pavel On 10/27/05, Pavel Gouchtchine [EMAIL PROTECTED] wrote: Unfortunatly, the ${__P(test_plan_home)} in the file name field doesn't work as

Re: Include Controller File name field doesn't support a variable?

2005-10-27 Thread Peter Lin
there's a link on jmeter's home page. in the mean time, I would suggest leaving your test plans as they are until I can enhance the include controller. right now it's very basic.