DO NOT REPLY [Bug 49149] usermanual/index.html has typo in link to "Regular Expressions" page

2010-04-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49149

Sebb  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED
 OS/Version||All

--- Comment #1 from Sebb  2010-04-19 10:30:52 EDT ---
Thanks!

Fixed in SVN:

URL: http://svn.apache.org/viewvc?rev=935592&view=rev
Log:
Bug 49149 - usermanual/index.html has typo in link to "Regular Expressions"
page

Modified:
   jakarta/jmeter/trunk/xdocs/changes.xml
   jakarta/jmeter/trunk/xdocs/usermanual/index.xml

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 49149] New: usermanual/index.html has typo in link to "Regular Expressions" page

2010-04-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49149

   Summary: usermanual/index.html has typo in link to "Regular
Expressions" page
   Product: JMeter
   Version: unspecified
  Platform: PC
Status: NEW
  Severity: minor
  Priority: P2
 Component: Main
AssignedTo: jmeter-dev@jakarta.apache.org
ReportedBy: da...@mit.edu


It links to usermanual/regukar_expressions.html instead of
usermanual/regular_expressions.html

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 49111] "Message With ID Not Found" Error on JMS P2P sampler when NOT Use non-persistent delivery mode

2010-04-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49111

--- Comment #1 from Cheng Chi  2010-04-13 02:56:36 EDT ---
Here is Jboss HornetQ download link, i am using 2.0GA version:
http://www.jboss.org/hornetq/downloads.html
let me know if anyone need me to help debugging or testing on your code
changes.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 49111] New: "Message With ID Not Found" Error on JMS P2P sampler when NOT Use non-persistent delivery mode

2010-04-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49111

   Summary: "Message With ID Not Found" Error on JMS P2P sampler
when NOT Use non-persistent delivery mode
   Product: JMeter
   Version: 2.3.4
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: normal
  Priority: P2
 Component: Main
AssignedTo: jmeter-dev@jakarta.apache.org
ReportedBy: joyches...@gmail.com


Created an attachment (id=25276)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25276)
JMS sampler for HornetQ2.0

Here is the Debug message when I got Message with
ID:21f54540-46ae-11df-b307-0016ec6d1bb6:8000 not found.

2010/04/13 11:39:16 DEBUG - jmeter.control.GenericController: Calling next on:
org.apache.jmeter.control.LoopController 
2010/04/13 11:39:16 DEBUG - jmeter.testelement.property.AbstractProperty:
Running version, executing function 
2010/04/13 11:39:16 DEBUG - jmeter.protocol.jms.sampler.JMSSampler: Adding
property [JMSCorrelationID=20100413-1139161] 
2010/04/13 11:39:16 DEBUG - jmeter.protocol.jms.sampler.Receiver: Received
message, correlation id:20100413-1139161 
2010/04/13 11:39:16 DEBUG - jmeter.protocol.jms.sampler.MessageAdmin: REQ_ID
[ID:21f54540-46ae-11df-b307-0016ec6d1bb6:8000] 
2010/04/13 11:39:16 DEBUG - jmeter.protocol.jms.sampler.MessageAdmin: RPL_ID
[ID:21f54540-46ae-11df-b307-0016ec6d1bb6:8000] for holder null 
2010/04/13 11:39:16 DEBUG - jmeter.protocol.jms.sampler.FixedQueueExecutor:
wait for reply ID:21f54540-46ae-11df-b307-0016ec6d1bb6:8000 started
on 1271129956238 
2010/04/13 11:39:18 DEBUG - jmeter.protocol.jms.sampler.FixedQueueExecutor:
done waiting for ID:21f54540-46ae-11df-b307-0016ec6d1bb6:8000 ended
on 1271129958238 
2010/04/13 11:39:18 DEBUG - jmeter.protocol.jms.sampler.MessageAdmin: GET_ID
[ID:21f54540-46ae-11df-b307-0016ec6d1bb6:8000] for
request=HornetQMessage[ID:21f54540-46ae-11df-b307-0016ec6d1bb6:8000]:PERSISTENT,
reply=null 
2010/04/13 11:39:18 INFO  - jmeter.protocol.jms.sampler.MessageAdmin: Message
with ID:21f54540-46ae-11df-b307-0016ec6d1bb6:8000 not found. 
2010/04/13 11:39:18 DEBUG - jmeter.protocol.jms.sampler.JMSSampler: No reply
message received 

Actually, I got this kind of error about 1-2 times in 10 during my testing,
especially leave "Use non-persistent delivery mode" checkbox unchecked.

In Debug message, it shows " RPL_ID
[ID:21f54540-46ae-11df-b307-0016ec6d1bb6:8000] for holder null "
which means executing

PlaceHolder holder = (PlaceHolder) table.get(id);

table return null of corresponding Request ID after checking the receiver.java
and MessageAdmin.java source code.

BTW,  after checking "Use non-persistent delivery mode" checkbox, this kind of
error disappear. 

please take a look at this issue, i am using HornetQ2.0 as JMS Queue, and take
its example queue for testing. See attachment of my JMS P2P sampler.
Hope it helps!
Cheng Chi

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



Bug report for JMeter [2010/04/11]

2010-04-11 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=Critical  REG=Regression  MAJ=Major   |
| |   |   MIN=Minor   NOR=NormalENH=Enhancement TRV=Trivial |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
|11536|Ass|Enh|2002-08-07|Graph Results's throughput calculation includes id|
|15468|New|Enh|2002-12-18|Variable expansion in posted files in HTTPSampler |
|15999|New|Enh|2003-01-12|Show Results Tree is too HTTP-centric |
|16370|New|Enh|2003-01-23|HTTP Request log  |
|16886|New|Enh|2003-02-07|Recorded requests shouldn't duplicate info in HTTP|
|17248|New|Enh|2003-02-20|Graph Improvements|
|17252|Ass|Enh|2003-02-20|HTML Link Parser seems not work properly. |
|21695|New|Enh|2003-07-17|Unix jmeter start script assumes it is on PATH, no|
|22076|New|Enh|2003-08-01|global search and replace functionality   |
|22510|New|Maj|2003-08-18|SSL Manager does not handle multiple client certif|
|24480|New|Enh|2003-11-06|There is no good way to set checkbox based items u|
|25209|New|Min|2003-12-04|missed refresh of horizontal scrollbar when switch|
|25430|New|Enh|2003-12-11|Recording Controller to populate HTTP Authorisatio|
|27112|New|Enh|2004-02-20|User Parameters should use scrollbars |
|27895|New|Enh|2004-03-24|badly formatted JDBC output (a regression w.r.t. 1|
|28502|New|Enh|2004-04-20|HTTP Resource Cache   |
|29331|New|Enh|2004-06-01|how to load test java applet using JMeter |
|29352|New|Enh|2004-06-03|Use external store to hold samples during distribu|
|29603|New|Enh|2004-06-16|Custom component developers need own resource bund|
|29708|New|Enh|2004-06-21|startup delay by JMeterThread initialization  |
|30563|New|Enh|2004-08-10|Thread Group should have a restart loop option on |
|31666|New|Enh|2004-10-12|writing sampleresults to databases|
|32494|New|Enh|2004-12-02|Enhancement - scheduler should be added to Test Pl|
|33305|New|Enh|2005-01-31|Visual diff and merge functionality for JMeter scr|
|33878|New|Enh|2005-03-07|Function caching as option|
|33940|Opn|Nor|2005-03-09|Throughput value and Graph Results "Graphing" don'|
|34321|New|Enh|2005-04-06|password encryption for HTTP Authorization Manager|
|35059|New|Maj|2005-05-25|RuntimeController not working correctly   |
|35593|New|Enh|2005-07-03|Commons chain sampler |
|35670|New|Enh|2005-07-09|Default parameters not displayed  |
|35915|New|Enh|2005-07-28|MonitorResults does not write results n CSV format|
|36378|New|Enh|2005-08-26|[PATCH] A "Thread Watcher" Listener   |
|36694|New|Enh|2005-09-17|substitute a value in the input XML for webservice|
|36721|New|Enh|2005-09-20|webMethods Sampling Protocol Extensions   |
|36931|New|Enh|2005-10-05|Printable Version of the Users Manual |
|37073|New|Enh|2005-10-13|Lacking Poisson timer |
|37124|New|Enh|2005-10-17|Need error feedback in the GUI, noticed this by ac|
|37155|New|Enh|2005-10-19|Testplan: Stop... Continue|
|37156|New|Enh|2005-10-19|Formatted view of Request in Results Tree |
|37160|New|Enh|2005-10-19|Scalable distributed testing  |
|37525|New|Enh|2005-11-16|Web service sampler does not support multipart req|
|38115|Inf|Nor|2006-01-04|decode from encoded string by IE  |
|38387|Ass|Enh|2006-01-25|allow to read(/send) mail messages encrypted/signe|
|38832|New|Nor|2006-03-02|webservice request sampler adding xmlns:xmlns |
|39219|New|Nor|2006-04-06|HTTP Server: You can't stop it after File->Open   |
|39642|New|Enh|2006-05-23|Need a sampler forJMX mbean-servers.  |
|39812|New|Nor|2006-06-14|Problem with Webservice(SOAP)Request  over https  |
|40011|New|Enh|2006-07-11|New Elements for use in JMeter|
|40181|Ass|Enh|2006-08-03|Add a new Session Bean protocol extension |
|40424|New|Enh|2006-09-06|Web Services proxy|
|40499|New|Enh|2006-09-13|Need to be able

DO NOT REPLY [Bug 49084] Response Assertion failing for certain strings

2010-04-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49084

Sebb  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #1 from Sebb  2010-04-09 17:59:28 UTC ---
Contains uses regular expression matching; substring does not.

The "complex" email address contains "t+" which means "at least one 't'".

In future, please use the JMeter User list to establish whether there really is
a bug or not.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 49084] New: Response Assertion failing for certain strings

2010-04-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49084

   Summary: Response Assertion failing for certain strings
   Product: JMeter
   Version: 2.3.4
  Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
  Severity: normal
  Priority: P2
 Component: Main
AssignedTo: jmeter-dev@jakarta.apache.org
ReportedBy: sog...@gmail.com


I have a Response Assertion with the following parameters:
'Text Response', Matching Rules = 'Contains'

Patterns to test:
${new_note}

Value of ${new_note} : jmeter_test_note autominttest+0421_1153_...@gmail.com
${new_note} is essentialy the following string "jmeter_test_note ".  I've noticed that if the email address is complex (which is
necessary for us as we like to create unique emails based off of timestamp),
then the response assertion fails even though the response message is correct.


This response assertion fails. The response message does indeed contain the
following text (in json format):
"userNote":"jmeter_test_note autominttest+0421_1153_...@gmail.com",

And the jmeter response assertion fails specifying that the following string
wasn't found:
/jmeter_test_note autominttest+0421_1153_...@gmail.com/


Things to NOTE:
1. Using a different email address in the ${new_note} variable works like a
charm. For example if ${new_note} = jmeter_test_note sim...@gmail.com , then
the Response Assertion passes.
2. This fails on jmeter 2.3.2 and 2.3.4
3. It only works for the complex email address when I use Matching Rules =
'Substring' instead of 'Contains'

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 49083] New: collapse '/..' in redirect URLs

2010-04-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49083

   Summary: collapse '/..' in redirect URLs
   Product: JMeter
   Version: Nightly (Please specify date)
  Platform: PC
OS/Version: All
Status: NEW
  Severity: normal
  Priority: P2
 Component: HTTP
AssignedTo: jmeter-dev@jakarta.apache.org
ReportedBy: nikita.tovsto...@gmail.com


Created an attachment (id=25250)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25250)
patch collapsing '/..' in redirect URLs

improvement: when following redirects, collapse '/..' in redirect location URLs
- like major browsers do:

ie, http://host/app/page1/../../app/page2 becomes http://host/app/page2

Discussion here:
http://markmail.org/thread/3ci5hayvqyjhi2ud

Patch to trunk attached. Introduces ConversionUtils.removeSlashDotDot(url)
method called from HttpSamplerBase.followRedirects(HTTPSampleResult, int) only.
There's
also a unit test.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 49069] jmx file opening error in jmeter

2010-04-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49069

Sebb  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #3 from Sebb  2010-04-08 12:59:13 UTC ---
Probably copied the file with the wrong line endings. Try creating a JMX file
on the failing machine and re-open that.

Please address any further queries to the JMeter user list; Bugzilla is not a
support forum.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 49069] jmx file opening error in jmeter

2010-04-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49069

--- Comment #2 from naresh.mes...@aurionpro.com 2010-04-08 12:26:16 UTC ---
This pproblem is only coming on one machine.Same script is running fine on
other machine. i also checked by cerating new JMX file but still same problem
occurs when i open it from my machine.

(In reply to comment #1)
> Probably a corrupt JMX file.
> Try creating a new JMX file and open that.
> Then compare the file structures to see if they look similar.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48943] __StringFromFile() skips lines when used in combination with a Config Element

2010-04-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48943

Sebb  changed:

   What|Removed |Added

   Severity|blocker |normal

--- Comment #2 from Sebb  2010-04-08 12:13:57 UTC ---
Sorry, but the priority is used to indicate the effect of the bug on the
general behaviour of JMeter.

I don't know how long it will take to fix this, so I suggest you try using the
CSV Dataset Config element to try reading the file.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 49069] jmx file opening error in jmeter

2010-04-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49069

Sebb  changed:

   What|Removed |Added

   Severity|critical|normal

--- Comment #1 from Sebb  2010-04-08 12:07:12 UTC ---
Probably a corrupt JMX file.

Try creating a new JMX file and open that.

Then compare the file structures to see if they look similar.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48943] __StringFromFile() skips lines when used in combination with a Config Element

2010-04-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48943

Radu Leterna  changed:

   What|Removed |Added

   Priority|P2  |P1
   Severity|major   |blocker

--- Comment #1 from Radu Leterna  2010-04-08 
08:42:00 UTC ---
Changing priority since this is a very important problem for our project.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 49069] New: jmx file opening error in jmeter

2010-04-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49069

   Summary: jmx file opening error in jmeter
   Product: JMeter
   Version: 2.3.4
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: critical
  Priority: P2
 Component: Main
AssignedTo: jmeter-dev@jakarta.apache.org
ReportedBy: naresh.mes...@aurionpro.com


Hi,

I am getting attached error("; no more data available START_DOCUMENT seen
\r\n...@2:1") while opening jmx file. 

If any one know why this error coming than please let me know.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 49054] Throughput Controller not functioning as expected

2010-04-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49054

Sebb  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #1 from Sebb  2010-04-06 16:17:23 UTC ---
Bugzilla is not a support forum.

Please use the JMeter user mailing list.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 49054] New: Throughput Controller not functioning as expected

2010-04-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49054

   Summary: Throughput Controller not functioning as expected
   Product: JMeter
   Version: 2.3.4
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: major
  Priority: P2
 Component: Main
AssignedTo: jmeter-dev@jakarta.apache.org
ReportedBy: charnjit.bhul...@cardifpinnacle.com


Hi,

I have a main loop which creates quotes.

I have a throughput controller which allows 33% of the quotes through.

I have another two throughput controllers under this which are:

1. 75% of quotes result in a purchase of a policy now
2. 25% of quotes result in a purchase of a policy later

I am extracting the quotes into a variable before the 33% throughput
controller.

Scenario 1 works ok, however scenario 2 always results in a message to say that
the quote has already been purchased, which suggests that the throughput
controller is passing the same quote from scenario 1 to scenario 2.

I was expecting uniqueness between the throughput controllers.

Is this the expected behaviour of the controllers ?

What I need is for a controller to split work by 75%/25% but not allow the same
quote to be passed to both branches.

Please could you advise.

Thank you in advance.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



Bug report for JMeter [2010/04/04]

2010-04-04 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=Critical  REG=Regression  MAJ=Major   |
| |   |   MIN=Minor   NOR=NormalENH=Enhancement TRV=Trivial |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
|11536|Ass|Enh|2002-08-07|Graph Results's throughput calculation includes id|
|15468|New|Enh|2002-12-18|Variable expansion in posted files in HTTPSampler |
|15999|New|Enh|2003-01-12|Show Results Tree is too HTTP-centric |
|16370|New|Enh|2003-01-23|HTTP Request log  |
|16886|New|Enh|2003-02-07|Recorded requests shouldn't duplicate info in HTTP|
|17248|New|Enh|2003-02-20|Graph Improvements|
|17252|Ass|Enh|2003-02-20|HTML Link Parser seems not work properly. |
|21695|New|Enh|2003-07-17|Unix jmeter start script assumes it is on PATH, no|
|22076|New|Enh|2003-08-01|global search and replace functionality   |
|22510|New|Maj|2003-08-18|SSL Manager does not handle multiple client certif|
|24480|New|Enh|2003-11-06|There is no good way to set checkbox based items u|
|25209|New|Min|2003-12-04|missed refresh of horizontal scrollbar when switch|
|25430|New|Enh|2003-12-11|Recording Controller to populate HTTP Authorisatio|
|27112|New|Enh|2004-02-20|User Parameters should use scrollbars |
|27895|New|Enh|2004-03-24|badly formatted JDBC output (a regression w.r.t. 1|
|28502|New|Enh|2004-04-20|HTTP Resource Cache   |
|29331|New|Enh|2004-06-01|how to load test java applet using JMeter |
|29352|New|Enh|2004-06-03|Use external store to hold samples during distribu|
|29603|New|Enh|2004-06-16|Custom component developers need own resource bund|
|29708|New|Enh|2004-06-21|startup delay by JMeterThread initialization  |
|30563|New|Enh|2004-08-10|Thread Group should have a restart loop option on |
|31666|New|Enh|2004-10-12|writing sampleresults to databases|
|32494|New|Enh|2004-12-02|Enhancement - scheduler should be added to Test Pl|
|33305|New|Enh|2005-01-31|Visual diff and merge functionality for JMeter scr|
|33878|New|Enh|2005-03-07|Function caching as option|
|33940|Opn|Nor|2005-03-09|Throughput value and Graph Results "Graphing" don'|
|34321|New|Enh|2005-04-06|password encryption for HTTP Authorization Manager|
|35059|New|Maj|2005-05-25|RuntimeController not working correctly   |
|35593|New|Enh|2005-07-03|Commons chain sampler |
|35670|New|Enh|2005-07-09|Default parameters not displayed  |
|35915|New|Enh|2005-07-28|MonitorResults does not write results n CSV format|
|36378|New|Enh|2005-08-26|[PATCH] A "Thread Watcher" Listener   |
|36694|New|Enh|2005-09-17|substitute a value in the input XML for webservice|
|36721|New|Enh|2005-09-20|webMethods Sampling Protocol Extensions   |
|36931|New|Enh|2005-10-05|Printable Version of the Users Manual |
|37073|New|Enh|2005-10-13|Lacking Poisson timer |
|37124|New|Enh|2005-10-17|Need error feedback in the GUI, noticed this by ac|
|37155|New|Enh|2005-10-19|Testplan: Stop... Continue|
|37156|New|Enh|2005-10-19|Formatted view of Request in Results Tree |
|37160|New|Enh|2005-10-19|Scalable distributed testing  |
|37525|New|Enh|2005-11-16|Web service sampler does not support multipart req|
|38115|Inf|Nor|2006-01-04|decode from encoded string by IE  |
|38387|Ass|Enh|2006-01-25|allow to read(/send) mail messages encrypted/signe|
|38832|New|Nor|2006-03-02|webservice request sampler adding xmlns:xmlns |
|39219|New|Nor|2006-04-06|HTTP Server: You can't stop it after File->Open   |
|39642|New|Enh|2006-05-23|Need a sampler forJMX mbean-servers.  |
|39812|New|Nor|2006-06-14|Problem with Webservice(SOAP)Request  over https  |
|40011|New|Enh|2006-07-11|New Elements for use in JMeter|
|40181|Ass|Enh|2006-08-03|Add a new Session Bean protocol extension |
|40424|New|Enh|2006-09-06|Web Services proxy|
|40499|New|Enh|2006-09-13|Need to be able

DO NOT REPLY [Bug 49039] New: Bug proxy with multipart byte

2010-04-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49039

   Summary: Bug proxy with multipart byte
   Product: JMeter
   Version: 2.3.4
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: normal
  Priority: P2
 Component: HTTP
AssignedTo: jmeter-dev@jakarta.apache.org
ReportedBy: cilstep...@gmail.com


Created an attachment (id=25224)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25224)
Without proxy and with proxy

I send a http request with multipart data.
My data are bytes and content-type */*.
Without proxy JMeter, my request is ok.
With JMeter proxy, data are corrupted and my content-type is modified to
text/plain.
I try to debug proxy in eclipse and i think the problem come from the class
PostWriter.java witch create a new String from data so in my case a new String
from byte.
So some characters are mismatched.
I attach two screenshots.

Thx for your help

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 43678] Handle META tag http-equiv charset?

2010-03-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43678

Sebb  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #6 from Sebb  2010-03-31 02:26:40 UTC ---
Thanks for the patch.

Applied with further fix so ensure correct default was used.

URL: http://svn.apache.org/viewvc?rev=929364&view=rev
Log:
Bug 43678 - Handle META tag http-equiv charset?

Modified:
   jakarta/jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleResult.java
  
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampleResult.java
   jakarta/jmeter/trunk/xdocs/changes.xml

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 36378] [PATCH] A "Thread Watcher" Listener

2010-03-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=36378

--- Comment #3 from Pascal Sancho  2010-03-30 09:18:11 
UTC ---
Yannick said me privately that changing the Product entry was not what he
wanted to do.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 36378] [PATCH] A "Thread Watcher" Listener

2010-03-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=36378

Pascal Sancho  changed:

   What|Removed |Added

  Component|svg |Main
Version|0.95|2.0.3
 AssignedTo|fop-...@xmlgraphics.apache. |jmeter-...@jakarta.apache.o
   |org |rg
Product|Fop |JMeter

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 36378] [PATCH] A "Thread Watcher" Listener

2010-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=36378

Yannick Majoros  changed:

   What|Removed |Added

  Component|Main|svg
Version|2.0.3   |0.95
 AssignedTo|jmeter-...@jakarta.apache.o |fop-...@xmlgraphics.apache.
   |rg  |org
Product|JMeter  |Fop

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



Bug report for JMeter [2010/03/28]

2010-03-28 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=Critical  REG=Regression  MAJ=Major   |
| |   |   MIN=Minor   NOR=NormalENH=Enhancement TRV=Trivial |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
|11536|Ass|Enh|2002-08-07|Graph Results's throughput calculation includes id|
|15468|New|Enh|2002-12-18|Variable expansion in posted files in HTTPSampler |
|15999|New|Enh|2003-01-12|Show Results Tree is too HTTP-centric |
|16370|New|Enh|2003-01-23|HTTP Request log  |
|16886|New|Enh|2003-02-07|Recorded requests shouldn't duplicate info in HTTP|
|17248|New|Enh|2003-02-20|Graph Improvements|
|17252|Ass|Enh|2003-02-20|HTML Link Parser seems not work properly. |
|21695|New|Enh|2003-07-17|Unix jmeter start script assumes it is on PATH, no|
|22076|New|Enh|2003-08-01|global search and replace functionality   |
|22510|New|Maj|2003-08-18|SSL Manager does not handle multiple client certif|
|24480|New|Enh|2003-11-06|There is no good way to set checkbox based items u|
|25209|New|Min|2003-12-04|missed refresh of horizontal scrollbar when switch|
|25430|New|Enh|2003-12-11|Recording Controller to populate HTTP Authorisatio|
|27112|New|Enh|2004-02-20|User Parameters should use scrollbars |
|27895|New|Enh|2004-03-24|badly formatted JDBC output (a regression w.r.t. 1|
|28502|New|Enh|2004-04-20|HTTP Resource Cache   |
|29331|New|Enh|2004-06-01|how to load test java applet using JMeter |
|29352|New|Enh|2004-06-03|Use external store to hold samples during distribu|
|29603|New|Enh|2004-06-16|Custom component developers need own resource bund|
|29708|New|Enh|2004-06-21|startup delay by JMeterThread initialization  |
|30563|New|Enh|2004-08-10|Thread Group should have a restart loop option on |
|31666|New|Enh|2004-10-12|writing sampleresults to databases|
|32494|New|Enh|2004-12-02|Enhancement - scheduler should be added to Test Pl|
|33305|New|Enh|2005-01-31|Visual diff and merge functionality for JMeter scr|
|33878|New|Enh|2005-03-07|Function caching as option|
|33940|Opn|Nor|2005-03-09|Throughput value and Graph Results "Graphing" don'|
|34321|New|Enh|2005-04-06|password encryption for HTTP Authorization Manager|
|35059|New|Maj|2005-05-25|RuntimeController not working correctly   |
|35593|New|Enh|2005-07-03|Commons chain sampler |
|35670|New|Enh|2005-07-09|Default parameters not displayed  |
|35915|New|Enh|2005-07-28|MonitorResults does not write results n CSV format|
|36378|New|Enh|2005-08-26|[PATCH] A "Thread Watcher" Listener   |
|36694|New|Enh|2005-09-17|substitute a value in the input XML for webservice|
|36721|New|Enh|2005-09-20|webMethods Sampling Protocol Extensions   |
|36931|New|Enh|2005-10-05|Printable Version of the Users Manual |
|37073|New|Enh|2005-10-13|Lacking Poisson timer |
|37124|New|Enh|2005-10-17|Need error feedback in the GUI, noticed this by ac|
|37155|New|Enh|2005-10-19|Testplan: Stop... Continue|
|37156|New|Enh|2005-10-19|Formatted view of Request in Results Tree |
|37160|New|Enh|2005-10-19|Scalable distributed testing  |
|37525|New|Enh|2005-11-16|Web service sampler does not support multipart req|
|38115|Inf|Nor|2006-01-04|decode from encoded string by IE  |
|38387|Ass|Enh|2006-01-25|allow to read(/send) mail messages encrypted/signe|
|38832|New|Nor|2006-03-02|webservice request sampler adding xmlns:xmlns |
|39219|New|Nor|2006-04-06|HTTP Server: You can't stop it after File->Open   |
|39642|New|Enh|2006-05-23|Need a sampler forJMX mbean-servers.  |
|39812|New|Nor|2006-06-14|Problem with Webservice(SOAP)Request  over https  |
|40011|New|Enh|2006-07-11|New Elements for use in JMeter|
|40181|Ass|Enh|2006-08-03|Add a new Session Bean protocol extension |
|40424|New|Enh|2006-09-06|Web Services proxy|
|40499|New|Enh|2006-09-13|Need to be able

Bug report for JMeter [2010/03/21]

2010-03-21 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=Critical  REG=Regression  MAJ=Major   |
| |   |   MIN=Minor   NOR=NormalENH=Enhancement TRV=Trivial |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
|11536|Ass|Enh|2002-08-07|Graph Results's throughput calculation includes id|
|15468|New|Enh|2002-12-18|Variable expansion in posted files in HTTPSampler |
|15999|New|Enh|2003-01-12|Show Results Tree is too HTTP-centric |
|16370|New|Enh|2003-01-23|HTTP Request log  |
|16886|New|Enh|2003-02-07|Recorded requests shouldn't duplicate info in HTTP|
|17248|New|Enh|2003-02-20|Graph Improvements|
|17252|Ass|Enh|2003-02-20|HTML Link Parser seems not work properly. |
|21695|New|Enh|2003-07-17|Unix jmeter start script assumes it is on PATH, no|
|22076|New|Enh|2003-08-01|global search and replace functionality   |
|22510|New|Maj|2003-08-18|SSL Manager does not handle multiple client certif|
|24480|New|Enh|2003-11-06|There is no good way to set checkbox based items u|
|25209|New|Min|2003-12-04|missed refresh of horizontal scrollbar when switch|
|25430|New|Enh|2003-12-11|Recording Controller to populate HTTP Authorisatio|
|27112|New|Enh|2004-02-20|User Parameters should use scrollbars |
|27895|New|Enh|2004-03-24|badly formatted JDBC output (a regression w.r.t. 1|
|28502|New|Enh|2004-04-20|HTTP Resource Cache   |
|29331|New|Enh|2004-06-01|how to load test java applet using JMeter |
|29352|New|Enh|2004-06-03|Use external store to hold samples during distribu|
|29603|New|Enh|2004-06-16|Custom component developers need own resource bund|
|29708|New|Enh|2004-06-21|startup delay by JMeterThread initialization  |
|30563|New|Enh|2004-08-10|Thread Group should have a restart loop option on |
|31666|New|Enh|2004-10-12|writing sampleresults to databases|
|32494|New|Enh|2004-12-02|Enhancement - scheduler should be added to Test Pl|
|33305|New|Enh|2005-01-31|Visual diff and merge functionality for JMeter scr|
|33878|New|Enh|2005-03-07|Function caching as option|
|33940|Opn|Nor|2005-03-09|Throughput value and Graph Results "Graphing" don'|
|34321|New|Enh|2005-04-06|password encryption for HTTP Authorization Manager|
|35059|New|Maj|2005-05-25|RuntimeController not working correctly   |
|35593|New|Enh|2005-07-03|Commons chain sampler |
|35670|New|Enh|2005-07-09|Default parameters not displayed  |
|35915|New|Enh|2005-07-28|MonitorResults does not write results n CSV format|
|36378|New|Enh|2005-08-26|[PATCH] A "Thread Watcher" Listener   |
|36694|New|Enh|2005-09-17|substitute a value in the input XML for webservice|
|36721|New|Enh|2005-09-20|webMethods Sampling Protocol Extensions   |
|36931|New|Enh|2005-10-05|Printable Version of the Users Manual |
|37073|New|Enh|2005-10-13|Lacking Poisson timer |
|37124|New|Enh|2005-10-17|Need error feedback in the GUI, noticed this by ac|
|37155|New|Enh|2005-10-19|Testplan: Stop... Continue|
|37156|New|Enh|2005-10-19|Formatted view of Request in Results Tree |
|37160|New|Enh|2005-10-19|Scalable distributed testing  |
|37525|New|Enh|2005-11-16|Web service sampler does not support multipart req|
|38115|Inf|Nor|2006-01-04|decode from encoded string by IE  |
|38387|Ass|Enh|2006-01-25|allow to read(/send) mail messages encrypted/signe|
|38832|New|Nor|2006-03-02|webservice request sampler adding xmlns:xmlns |
|39219|New|Nor|2006-04-06|HTTP Server: You can't stop it after File->Open   |
|39642|New|Enh|2006-05-23|Need a sampler forJMX mbean-servers.  |
|39812|New|Nor|2006-06-14|Problem with Webservice(SOAP)Request  over https  |
|40011|New|Enh|2006-07-11|New Elements for use in JMeter|
|40181|Ass|Enh|2006-08-03|Add a new Session Bean protocol extension |
|40424|New|Enh|2006-09-06|Web Services proxy|
|40499|New|Enh|2006-09-13|Need to be able

DO NOT REPLY [Bug 48945] Generate Summary Results outputs one or more summaries

2010-03-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48945

Sebb  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #1 from Sebb  2010-03-19 17:16:46 UTC ---
Bugzilla is not a support forum.

Please use the JMeter user list for asking questions about how to use JMeter

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48945] New: Generate Summary Results outputs one or more summaries

2010-03-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48945

   Summary: Generate Summary Results outputs one or more summaries
   Product: JMeter
   Version: 2.3.4
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: normal
  Priority: P2
 Component: Main
AssignedTo: jmeter-dev@jakarta.apache.org
ReportedBy: lsczyg...@pzu.pl


I am using jmeter 2.3.4 r785646

In "normal" circumstances jmeter outputs single summary:
D:\APPS-SERVERS\jakarta-jmeter-2.3.4-scenariusz\prtg>..\bin\jmeter.bat -n -t
eru
g.jmx
Created the tree successfully using erug.jmx
Starting the test @ Fri Mar 19 10:47:38 CET 2010 (1268992058528)
Waiting for possible shutdown message on port 4445
Generate Summary Results = 8 in   1.6s =5.1/s Avg:   149 Min: 8
Max:
   489 Err: 0 (0.00%)
Tidying up ...@ Fri Mar 19 10:47:40 CET 2010 (1268992060309)
... end of run

But some times running the same scenario (the same jmx file) output contains
more than one summary.

D:\APPS-SERVERS\jakarta-jmeter-2.3.4-scenariusz\prtg>..\bin\jmeter.bat -n -t
eru
g.jmx
Created the tree successfully using erug.jmx
Starting the test @ Fri Mar 19 10:14:59 CET 2010 (1268990099740)
Waiting for possible shutdown message on port 4445
Generate Summary Results + 1 in   0.4s =2.8/s Avg:   356 Min:   356
Max:
   356 Err: 0 (0.00%)
Generate Summary Results + 7 in   1.1s =6.2/s Avg:   117 Min: 8
Max:
   481 Err: 0 (0.00%)
Generate Summary Results = 8 in   1.5s =5.2/s Avg:   147 Min: 8
Max:
   481 Err: 0 (0.00%)
Tidying up ...@ Fri Mar 19 10:15:01 CET 2010 (1268990101521)
... end of run

Why this is happening? How to make jmeter output only one summary?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48943] New: __StringFromFile() skips lines when used in combination with a Config Element

2010-03-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48943

   Summary: __StringFromFile() skips lines when used in
combination with a Config Element
   Product: JMeter
   Version: 2.3.4
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: P2
 Component: Main
AssignedTo: jmeter-dev@jakarta.apache.org
ReportedBy: radu.lete...@softvision.ro


Created an attachment (id=25151)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25151)
JMeter Test Plan used to reproduce this bug.

1. Create a new JMeter Test Plan

2. Add a Thread Group and set:
Number of Threads=1
Loop Count=5

3. Add a Bean Shell sampler to your Thread Group and in the "Script" section
add the following two lines:
//${__StringFromFile(Values.txt,readValues)}
System.out.println("___ " + "${readValues}" + "___ ")

4. Add a Simple Config Element to your Thread Group.

5. Save the Test Plan in the {JMETER_HOME}/bin folder.

6. Create a txt file called "Values.txt" in the {JMETER_HOME}/bin folder.

7. Fill in at least 10 lines in the file with some values (E.g. : numbers from
0 to 9).

8. Save the text file and close it.

9. Open your previous created JMeter test plan and run the test.

Expected result:
On the command window that opens with JMeter you can see the output of the
test. We are expecting to see the first 5 values (5 lines) from the txt file.

Actual result:
After JMeter reads a line from the file, it will skip the next line. So, you
will have displayed the lines 1,3,5,7,9.
If you disable the Simple Config Element and run the test again, you will
notice that the behavior is the expected one.
Also, this only reproduces when using loops. If you put, for example, 5 threads
and 1 loop, the values will be correctly displayed.

I attached to this bug a test plan and a data file that can be used to
reproduce this bug, so you don't have to build your test again. Just unzip the
files in the {JMETER_HOME}/bin folder and run the test.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48901] Endless wait by adding Synchronizing Timer

2010-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48901

Sebb  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Sebb  2010-03-15 18:23:24 UTC ---
Thanks for the report and suggested fix.

Applied in SVN:

URL: http://svn.apache.org/viewvc?rev=923374&view=rev
Log:
Bug 48901 - Endless wait by adding Synchronizing Timer

Modified:
   jakarta/jmeter/trunk/src/components/org/apache/jmeter/timers/SyncTimer.java
   jakarta/jmeter/trunk/xdocs/changes.xml

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



Bug report for JMeter [2010/03/14]

2010-03-14 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=Critical  REG=Regression  MAJ=Major   |
| |   |   MIN=Minor   NOR=NormalENH=Enhancement TRV=Trivial |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
|11536|Ass|Enh|2002-08-07|Graph Results's throughput calculation includes id|
|15468|New|Enh|2002-12-18|Variable expansion in posted files in HTTPSampler |
|15999|New|Enh|2003-01-12|Show Results Tree is too HTTP-centric |
|16370|New|Enh|2003-01-23|HTTP Request log  |
|16886|New|Enh|2003-02-07|Recorded requests shouldn't duplicate info in HTTP|
|17248|New|Enh|2003-02-20|Graph Improvements|
|17252|Ass|Enh|2003-02-20|HTML Link Parser seems not work properly. |
|21695|New|Enh|2003-07-17|Unix jmeter start script assumes it is on PATH, no|
|22076|New|Enh|2003-08-01|global search and replace functionality   |
|22510|New|Maj|2003-08-18|SSL Manager does not handle multiple client certif|
|24480|New|Enh|2003-11-06|There is no good way to set checkbox based items u|
|25209|New|Min|2003-12-04|missed refresh of horizontal scrollbar when switch|
|25430|New|Enh|2003-12-11|Recording Controller to populate HTTP Authorisatio|
|27112|New|Enh|2004-02-20|User Parameters should use scrollbars |
|27895|New|Enh|2004-03-24|badly formatted JDBC output (a regression w.r.t. 1|
|28502|New|Enh|2004-04-20|HTTP Resource Cache   |
|29331|New|Enh|2004-06-01|how to load test java applet using JMeter |
|29352|New|Enh|2004-06-03|Use external store to hold samples during distribu|
|29603|New|Enh|2004-06-16|Custom component developers need own resource bund|
|29708|New|Enh|2004-06-21|startup delay by JMeterThread initialization  |
|30563|New|Enh|2004-08-10|Thread Group should have a restart loop option on |
|31666|New|Enh|2004-10-12|writing sampleresults to databases|
|32494|New|Enh|2004-12-02|Enhancement - scheduler should be added to Test Pl|
|33305|New|Enh|2005-01-31|Visual diff and merge functionality for JMeter scr|
|33878|New|Enh|2005-03-07|Function caching as option|
|33940|Opn|Nor|2005-03-09|Throughput value and Graph Results "Graphing" don'|
|34321|New|Enh|2005-04-06|password encryption for HTTP Authorization Manager|
|35059|New|Maj|2005-05-25|RuntimeController not working correctly   |
|35593|New|Enh|2005-07-03|Commons chain sampler |
|35670|New|Enh|2005-07-09|Default parameters not displayed  |
|35915|New|Enh|2005-07-28|MonitorResults does not write results n CSV format|
|36378|New|Enh|2005-08-26|[PATCH] A "Thread Watcher" Listener   |
|36694|New|Enh|2005-09-17|substitute a value in the input XML for webservice|
|36721|New|Enh|2005-09-20|webMethods Sampling Protocol Extensions   |
|36931|New|Enh|2005-10-05|Printable Version of the Users Manual |
|37073|New|Enh|2005-10-13|Lacking Poisson timer |
|37124|New|Enh|2005-10-17|Need error feedback in the GUI, noticed this by ac|
|37155|New|Enh|2005-10-19|Testplan: Stop... Continue|
|37156|New|Enh|2005-10-19|Formatted view of Request in Results Tree |
|37160|New|Enh|2005-10-19|Scalable distributed testing  |
|37525|New|Enh|2005-11-16|Web service sampler does not support multipart req|
|38115|Inf|Nor|2006-01-04|decode from encoded string by IE  |
|38387|Ass|Enh|2006-01-25|allow to read(/send) mail messages encrypted/signe|
|38832|New|Nor|2006-03-02|webservice request sampler adding xmlns:xmlns |
|39219|New|Nor|2006-04-06|HTTP Server: You can't stop it after File->Open   |
|39642|New|Enh|2006-05-23|Need a sampler forJMX mbean-servers.  |
|39812|New|Nor|2006-06-14|Problem with Webservice(SOAP)Request  over https  |
|40011|New|Enh|2006-07-11|New Elements for use in JMeter|
|40181|Ass|Enh|2006-08-03|Add a new Session Bean protocol extension |
|40424|New|Enh|2006-09-06|Web Services proxy|
|40499|New|Enh|2006-09-13|Need to be able

DO NOT REPLY [Bug 48901] Endless wait by adding Synchronizing Timer

2010-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48901

Cheng Chi  changed:

   What|Removed |Added

Summary|Endless wait on |Endless wait by adding
   |Synchronizing Timer |Synchronizing Timer

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48901] Endless wait on Synchronizing Timer

2010-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48901

--- Comment #1 from Cheng Chi  2010-03-12 17:36:44 UTC ---
Created an attachment (id=25120)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25120)
Stack trace of 100 threads which is performing endless wait

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48901] New: Endless wait on Synchronizing Timer

2010-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48901

   Summary: Endless wait on Synchronizing Timer
   Product: JMeter
   Version: 2.3.2
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: normal
  Priority: P2
 Component: HTTP
AssignedTo: jmeter-dev@jakarta.apache.org
ReportedBy: joyches...@gmail.com


All the threads will perform endless wait by adding Synchronizing Timer.

This issue is much easier reproduced under a heavy load. I was using 100
threads to a simple HTTP request sampler with adding a Synchronizing Timer,
Groupsize set to 100 as well.

please see the attachment which is the stack trace of 100 threads doing a
endless wait.

Some initial invstigation for this issue:

Here is the current source code:

public long delay() {
synchronized (sync) {
timerCounter[0]++;
final int groupSz = getGroupSize();
final int count = timerCounter[0];
if (
(groupSz == 0 && count >=
JMeterContextService.getNumberOfThreads())
||
(groupSz > 0 && count >= groupSz)
) {
sync.notifyAll();
} else {
try {
sync.wait();
} catch (InterruptedException e) {
log.warn(e.getLocalizedMessage());
}
}
timerCounter[0]=0; // Reset for next time
}
return 0;
}

The main problem from my perspective is after one thread call sync.notifyAll();
,which means after the lock has been released,it will execute
timerCounter[0]=0;(correct me if i am wrong)

After chaning the code as following(move "timerCounter[0]=0;" in front of
"sync.notifyAll();", it does not impact any business impact, but make more
sense to me), and the issue disappear:
public long delay() {
synchronized (sync) {
timerCounter[0]++;
final int groupSz = getGroupSize();
final int count = timerCounter[0];
if (
(groupSz == 0 && count >=
JMeterContextService.getNumberOfThreads())
||
(groupSz > 0 && count >= groupSz)
) {
timerCounter[0]=0; // Reset for next time
sync.notifyAll();
} else {
try {
sync.wait();
} catch (InterruptedException e) {
log.warn(e.getLocalizedMessage());
}
}
}
return 0;
}

Please review the code and make according changes with this issue. BTW,It can
be reproduced on 2.3.4 release as well.
Hope this helps!

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48898] export imeter test plans from websarab

2010-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48898

Sebb  changed:

   What|Removed |Added

  Attachment #25119|text/plain  |application/octet-stream
  mime type||

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48897] export imeter test plans from websarab

2010-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48897

Sebb  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

--- Comment #1 from Sebb  2010-03-12 14:52:01 UTC ---


*** This bug has been marked as a duplicate of bug 48898 ***

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48898] export imeter test plans from websarab

2010-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48898

--- Comment #2 from Sebb  2010-03-12 14:52:01 UTC ---
*** Bug 48897 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48898] export imeter test plans from websarab

2010-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48898

--- Comment #1 from Miklos Tverdota  2010-03-12 12:19:45 UTC 
---
Created an attachment (id=25119)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25119)
It is only some files.

Eclips project with a tool

Put it together if you does not accept a hole project.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48898] New: export imeter test plans from websarab

2010-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48898

   Summary: export imeter test plans from websarab
   Product: JMeter
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: P2
 Component: HTTP
AssignedTo: jmeter-dev@jakarta.apache.org
ReportedBy: tverd...@gmx.de


Hi,

I created an export function using jmeter modules and integrated it webscarab.

Now it is possible to export any http(s) conversations to a jmeter test plan.

Here is the eclips project and a the description.

Regards,

miklos

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48897] New: export imeter test plans from websarab

2010-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48897

   Summary: export imeter test plans from websarab
   Product: JMeter
   Version: unspecified
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: enhancement
  Priority: P2
 Component: HTTP
AssignedTo: jmeter-dev@jakarta.apache.org
ReportedBy: tverd...@gmx.de


Hi,

I created an export function using jmeter modules and integrated it webscarab.

Now it is possible to export any http(s) conversations to a jmeter test plan.

Here is the eclips project and a the description.

Regards,

miklos

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48889] Wrong response time with mode=Statistical and num_sample_threshold > 1

2010-03-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48889

Sebb  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #4 from Sebb  2010-03-11 23:40:11 UTC ---
Turns out that the problem was not really due to aggregating across thread
groups.

The StatisticalSampleResult now maintains the elapsed time directly, rather
than trying to fake it by setting the start and end times.

See:

URL: http://svn.apache.org/viewvc?rev=922072&view=rev
Log:
Bug 48889 - Wrong response time with mode=Statistical and num_sample_threshold
> 1
See also SVN revisions: 922069,922067,922055,922054,922051

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48889] Wrong response time with mode=Statistical and num_sample_threshold > 1

2010-03-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48889

--- Comment #3 from JottKa  2010-03-11 15:55:35 
UTC ---
(In reply to comment #2)
> Thanks for the suggested patch, which should help.
> 
> However, I think the threadGroup is still needed, otherwise unrelated threads
> in different thread groups will be aggregated, leading to the same problem.

Yes but at least with the current implementation the
event.getResult().getThreadName() call already contains the threadGroup name. A
typical key would be "NameOfSampler-NameOfThreadGroup 1-10". I just verified
the proper working with two threadgroups. But an explicit call to
getThreadGroup would make it more robust.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48889] Wrong response time with mode=Statistical and num_sample_threshold > 1

2010-03-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48889

--- Comment #2 from Sebb  2010-03-11 14:58:30 UTC ---
Thanks for the suggested patch, which should help.

However, I think the threadGroup is still needed, otherwise unrelated threads
in different thread groups will be aggregated, leading to the same problem.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48889] Wrong response time with mode=Statistical and num_sample_threshold > 1

2010-03-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48889

--- Comment #1 from JottKa  2010-03-11 12:57:40 
UTC ---
Created an attachment (id=25115)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25115)
proposed patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48878] OutOfMemory unzipping certain type of response

2010-03-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48878

Sebb  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #3 from Sebb  2010-03-11 09:55:30 UTC ---
I don't think there's anything the JMeter code can do to protect against such
occurrences.

Seems to me that this bug should be raised against Java, not JMeter.

However, if you can provide a simple test case that triggers the problem, that
would be helpful.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48889] New: Wrong response time with mode=Statistical and num_sample_threshold > 1

2010-03-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48889

   Summary: Wrong response time with mode=Statistical and
num_sample_threshold > 1
   Product: JMeter
   Version: 2.3.4
  Platform: PC
OS/Version: All
Status: NEW
  Severity: major
  Priority: P2
 Component: Main
AssignedTo: jmeter-dev@jakarta.apache.org
ReportedBy: j.kalsb...@jk-itberatung.de


I’ve got a master-slave setup and need to do statistical sampling because
otherwise the master dies on OutOfMemory. I use an Aggregate Graph/Report as
recommended. The calculated values for hits/sec reported by the listeners are
wrong.

To analyze the situation use I the following testplan:

-Threadgroup with 10 threads running for 100 iterations
-BeanShell Sampler sleeping for 500 millis
-AggregateGraph/Report


Now the results must be more or like:
-Hits/sec just below 20 (like 19.6)
-Average response time approx 500 millis

Local execution delivers this result.

Set num_sample_threshold=1 and time_threshold=3600 delivers this result.

Set num_sample_threshold=100 time_threshold=3600 delivers
-Hits/sec 19.7
-Average response time 56!

The response time varies with the sample_threshold but always is way to low.
The higher the sample_threshold the higher the delta between real and reported
response time

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48883] Corrections for AbstractThreadGroup

2010-03-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48883

Sebb  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Sebb  2010-03-11 09:48:42 UTC ---
Thanks, fixed:

URL: http://svn.apache.org/viewvc?rev=921758&view=rev
Log:
Bug 48883 - Corrections for AbstractThreadGroup

Modified:
   jakarta/jmeter/trunk/src/core/org/apache/jmeter/images/icon.properties
  
jakarta/jmeter/trunk/src/core/org/apache/jmeter/threads/gui/AbstractThreadGroupGui.java

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48878] OutOfMemory unzipping certain type of response

2010-03-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48878

--- Comment #2 from Philippe Mouawad  2010-03-10 
19:40:44 UTC ---
I think bug is in JDK 6 Update 18.
It happens with Chunked response, on 404.

Philippe.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48883] Corrections for AbstractThreadGroup

2010-03-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48883

Andrey Pohilko  changed:

   What|Removed |Added

 Depends on||48749

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48749] Allowing custom Thread Groups

2010-03-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48749

Andrey Pohilko  changed:

   What|Removed |Added

 Blocks||48883

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48883] New: Corrections for AbstractThreadGroup

2010-03-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48883

   Summary: Corrections for AbstractThreadGroup
   Product: JMeter
   Version: unspecified
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: trivial
  Priority: P2
 Component: Main
AssignedTo: jmeter-dev@jakarta.apache.org
ReportedBy: a...@fininfor.ru


After resolution of 48749 I discovered 2 cosmetic issues:

1. There's no need for AbstractThreadGroupGui to implement ItemListener, that
was my mistake not to remove it
2. Icon resources should be modified to use AbstractThreadGroupGui instead of
ThreadGroupGui (in icon.properties file)

PS: thanks for applying my patch :)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48878] OutOfMemory unzipping certain type of response

2010-03-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48878

Philippe Mouawad  changed:

   What|Removed |Added

Version|unspecified |Nightly (Please specify
   ||date)

--- Comment #1 from Philippe Mouawad  2010-03-09 
20:38:58 UTC ---
Affected versions:
TRunk of 07/03/2010
Last released version:2.3.4

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48878] New: OutOfMemory unzipping certain type of response

2010-03-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48878

   Summary: OutOfMemory unzipping certain type of response
   Product: JMeter
   Version: unspecified
  Platform: All
OS/Version: Linux
Status: NEW
  Severity: major
  Priority: P2
 Component: HTTP
AssignedTo: jmeter-dev@jakarta.apache.org
ReportedBy: p.moua...@ubik-ingenierie.com


Hello,
Load testing an application, we get an error on some kind of content.
This happends any time during the test (10 Users or 300 or 1500).
I think this is due to corrupt response.

Monitoring memory, this does not happen when JMeter is high (when it happened
for example Used Heap was 100 Mo while available heap was 2GO)

I encountered this kind of error on a project on which I also used deflating so
I think it comes from here.


Cordially
Philippe
http://www.ubik-ingenierie.com

StackTrace:
2010/03/09 11:33:05 ERROR - jmeter.threads.JMeterThread: Test failed!
java.lang.OutOfMemoryError
at java.util.zip.Inflater.inflateBytes(Native Method)
at java.util.zip.Inflater.inflate(Inflater.java:223)
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:135)
at java.util.zip.GZIPInputStream.read(GZIPInputStream.java:92)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:256)
at java.io.BufferedInputStream.read(BufferedInputStream.java:317)
at java.io.FilterInputStream.read(FilterInputStream.java:90)
at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.readResponse(HTTPSamplerBase.java:1462)
at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.readResponse(HTTPSampler.java:288)
at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:516)
at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.downloadPageResources(HTTPSamplerBase.java:1118)
at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.resultProcessing(HTTPSamplerBase.java:1317)
at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:580)
at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:961)
at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:947)
at
org.apache.jmeter.threads.JMeterThread.process_sampler(JMeterThread.java:348)
at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:243)
at java.lang.Thread.run(Thread.java:619)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48874] let jmeter proxy add user delays

2010-03-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48874

M. Laponder  changed:

   What|Removed |Added

 CC||marco.lapon...@kewill.com

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48874] New: let jmeter proxy add user delays

2010-03-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48874

   Summary: let jmeter proxy add user delays
   Product: JMeter
   Version: unspecified
  Platform: PC
OS/Version: Windows Vista
Status: NEW
  Severity: enhancement
  Priority: P2
 Component: Main
AssignedTo: jmeter-dev@jakarta.apache.org
ReportedBy: marco.lapon...@kewill.com


To be able to simulate the behaviour of a user we could use the proxy to
capture all the request of an user. However I would like to record the
timestamps between the requests and add timer objects based on these user
delays (e.g. the time he is filling in a form)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



Bug report for JMeter [2010/03/07]

2010-03-07 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=Critical  REG=Regression  MAJ=Major   |
| |   |   MIN=Minor   NOR=NormalENH=Enhancement TRV=Trivial |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
|11536|Ass|Enh|2002-08-07|Graph Results's throughput calculation includes id|
|15468|New|Enh|2002-12-18|Variable expansion in posted files in HTTPSampler |
|15999|New|Enh|2003-01-12|Show Results Tree is too HTTP-centric |
|16370|New|Enh|2003-01-23|HTTP Request log  |
|16886|New|Enh|2003-02-07|Recorded requests shouldn't duplicate info in HTTP|
|17248|New|Enh|2003-02-20|Graph Improvements|
|17252|Ass|Enh|2003-02-20|HTML Link Parser seems not work properly. |
|21695|New|Enh|2003-07-17|Unix jmeter start script assumes it is on PATH, no|
|22076|New|Enh|2003-08-01|global search and replace functionality   |
|22510|New|Maj|2003-08-18|SSL Manager does not handle multiple client certif|
|24480|New|Enh|2003-11-06|There is no good way to set checkbox based items u|
|25209|New|Min|2003-12-04|missed refresh of horizontal scrollbar when switch|
|25430|New|Enh|2003-12-11|Recording Controller to populate HTTP Authorisatio|
|27112|New|Enh|2004-02-20|User Parameters should use scrollbars |
|27895|New|Enh|2004-03-24|badly formatted JDBC output (a regression w.r.t. 1|
|28502|New|Enh|2004-04-20|HTTP Resource Cache   |
|29331|New|Enh|2004-06-01|how to load test java applet using JMeter |
|29352|New|Enh|2004-06-03|Use external store to hold samples during distribu|
|29603|New|Enh|2004-06-16|Custom component developers need own resource bund|
|29708|New|Enh|2004-06-21|startup delay by JMeterThread initialization  |
|30563|New|Enh|2004-08-10|Thread Group should have a restart loop option on |
|31666|New|Enh|2004-10-12|writing sampleresults to databases|
|32494|New|Enh|2004-12-02|Enhancement - scheduler should be added to Test Pl|
|33305|New|Enh|2005-01-31|Visual diff and merge functionality for JMeter scr|
|33878|New|Enh|2005-03-07|Function caching as option|
|33940|Opn|Nor|2005-03-09|Throughput value and Graph Results "Graphing" don'|
|34321|New|Enh|2005-04-06|password encryption for HTTP Authorization Manager|
|35059|New|Maj|2005-05-25|RuntimeController not working correctly   |
|35593|New|Enh|2005-07-03|Commons chain sampler |
|35670|New|Enh|2005-07-09|Default parameters not displayed  |
|35915|New|Enh|2005-07-28|MonitorResults does not write results n CSV format|
|36378|New|Enh|2005-08-26|[PATCH] A "Thread Watcher" Listener   |
|36694|New|Enh|2005-09-17|substitute a value in the input XML for webservice|
|36721|New|Enh|2005-09-20|webMethods Sampling Protocol Extensions   |
|36931|New|Enh|2005-10-05|Printable Version of the Users Manual |
|37073|New|Enh|2005-10-13|Lacking Poisson timer |
|37124|New|Enh|2005-10-17|Need error feedback in the GUI, noticed this by ac|
|37155|New|Enh|2005-10-19|Testplan: Stop... Continue|
|37156|New|Enh|2005-10-19|Formatted view of Request in Results Tree |
|37160|New|Enh|2005-10-19|Scalable distributed testing  |
|37525|New|Enh|2005-11-16|Web service sampler does not support multipart req|
|38115|Inf|Nor|2006-01-04|decode from encoded string by IE  |
|38387|Ass|Enh|2006-01-25|allow to read(/send) mail messages encrypted/signe|
|38832|New|Nor|2006-03-02|webservice request sampler adding xmlns:xmlns |
|39219|New|Nor|2006-04-06|HTTP Server: You can't stop it after File->Open   |
|39642|New|Enh|2006-05-23|Need a sampler forJMX mbean-servers.  |
|39812|New|Nor|2006-06-14|Problem with Webservice(SOAP)Request  over https  |
|40011|New|Enh|2006-07-11|New Elements for use in JMeter|
|40181|Ass|Enh|2006-08-03|Add a new Session Bean protocol extension |
|40424|New|Enh|2006-09-06|Web Services proxy|
|40499|New|Enh|2006-09-13|Need to be able

DO NOT REPLY [Bug 48350] Deadlock on distributed testing with 2 clients

2010-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48350

Sebb  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #20 from Sebb  2010-03-06 21:39:58 UTC ---
Thanks again for the report and fix.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48350] Deadlock on distributed testing with 2 clients

2010-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48350

--- Comment #19 from Sebb  2010-03-06 21:39:28 UTC ---
Applied patch:

URL: http://svn.apache.org/viewvc?rev=919850&view=rev
Log:
Bug 48350 - Deadlock on distributed testing with 2 clients

Modified:
  
jakarta/jmeter/trunk/src/core/org/apache/jmeter/engine/ClientJMeterEngine.java
   jakarta/jmeter/trunk/xdocs/changes.xml

As far as I can make out, there's no need to clone the properties.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48350] Deadlock on distributed testing with 2 clients

2010-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48350

--- Comment #18 from Philippe Mouawad  
2010-03-06 19:22:20 UTC ---
(In reply to comment #15)
> I've been able to reproduce the problem with a slightly trimmed version of the
> test plan.
> 
> Using 
> 
> remote.configure(testTree, host);
> instead of
> remote.configure(test, host);
> 
> does not stop the deadlocks.
> 
> Nor does synchronizing on testTree, however using a static lock object does
> work for me.
> 
> The -G option does not seem to cause deadlocks.
> 
> I'm not yet sure why there can be a deadlock; the code seems to create a
> separate copy of the test tree for each client. Perhaps one of the nested data
> structures is not being copied. If so, then fixing that should prevent the
> deadlock.
> 
> However this may be very tricky to find; in the meantime your original
> suggested patch would prevent the deadlocks.
> 
> I don't think it's necessary to synch. for the -G option.

Hello,
>From my investigations:
- synchronizing on testTree doesn't do it because there are 2 different
instances of test
- and concerning this fix, it doesn't do it because due to HashTree testTree =
test, test and testTree are the same object:
> remote.configure(testTree, host);
> instead of
> remote.configure(test, host);

Philippe.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48350] Deadlock on distributed testing with 2 clients

2010-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48350

--- Comment #17 from Philippe Mouawad  
2010-03-06 19:10:48 UTC ---
Created an attachment (id=25100)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25100)
Patch to deadlock

Here is a patch that:
- Synchronizes configuration sending to avoid deadlock
- clones properties to avoid locking issues (remove synchronization block since
Properties object is only read)


You are right, there are 2 different references of test HashTree but they share
somewhere the same object.


Philippe
http://.ubik-ingenierie.com

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48350] Deadlock on distributed testing with 2 clients

2010-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48350

Philippe Mouawad  changed:

   What|Removed |Added

  Attachment #25097|0   |1
is obsolete||

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48350] Deadlock on distributed testing with 2 clients

2010-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48350

Sebb  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48350] Deadlock on distributed testing with 2 clients

2010-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48350

--- Comment #16 from Sebb  2010-03-06 18:58:54 UTC ---
Created an attachment (id=25099)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25099)
Simpler test case - does not need Tomcat

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48350] Deadlock on distributed testing with 2 clients

2010-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48350

--- Comment #15 from Sebb  2010-03-06 16:56:48 UTC ---
I've been able to reproduce the problem with a slightly trimmed version of the
test plan.

Using 

remote.configure(testTree, host);
instead of
remote.configure(test, host);

does not stop the deadlocks.

Nor does synchronizing on testTree, however using a static lock object does
work for me.

The -G option does not seem to cause deadlocks.

I'm not yet sure why there can be a deadlock; the code seems to create a
separate copy of the test tree for each client. Perhaps one of the nested data
structures is not being copied. If so, then fixing that should prevent the
deadlock.

However this may be very tricky to find; in the meantime your original
suggested patch would prevent the deadlocks.

I don't think it's necessary to synch. for the -G option.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48350] Deadlock on distributed testing with 2 clients

2010-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48350

--- Comment #14 from Philippe Mouawad  
2010-03-06 16:37:01 UTC ---
Hello Sebb,
I tested with -Gdummy=1 and deadlock occurs with your change and mine.
So I applied your change:
remote.configure(testTree, host);

And added the following change on properties:
Properties clonedProperties = null;
synchronized (LOCK) {
 clonedProperties = (Properties)savep.clone();
}
remote.setProperties(clonedProperties);



I cloned the saveP so each thread has its copy.

I tested and everything is OK

Cordially
Philippe Mouawad
http://www.ubik-ingenierie.com

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48350] Deadlock on distributed testing with 2 clients

2010-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48350

Philippe Mouawad  changed:

   What|Removed |Added

  Attachment #25093|0   |1
is obsolete||

--- Comment #13 from Philippe Mouawad  
2010-03-06 16:35:20 UTC ---
Created an attachment (id=25097)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25097)
Path that solves issue with -G option

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48350] Deadlock on distributed testing with 2 clients

2010-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48350

--- Comment #12 from Philippe Mouawad  
2010-03-06 16:25:51 UTC ---
Hello Sebb,
I just tested removing synchronized with 
remote.configure(testTree, host);
instead of
remote.configure(test, host);


Deadlock does not occur,my understanding  of your modification is that you
cleanup a bit HashTree from Swing elements and other ones useless for test.
But changes are a bit more important than my hack, maybe more tests are
required than my little ones.
I will try on my real life scenario.

Philippe
http://www.Ubik-ingenierie.com

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48350] Deadlock on distributed testing with 2 clients

2010-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48350

--- Comment #11 from Philippe Mouawad  
2010-03-06 16:21:03 UTC ---
Created an attachment (id=25096)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25096)
Deadlock Scenario

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48350] Deadlock on distributed testing with 2 clients

2010-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48350

Philippe Mouawad  changed:

   What|Removed |Added

  Attachment #25095|0   |1
is obsolete||

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48350] Deadlock on distributed testing with 2 clients

2010-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48350

--- Comment #10 from Philippe Mouawad  
2010-03-06 16:15:11 UTC ---
Forget my previous comment

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48350] Deadlock on distributed testing with 2 clients

2010-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48350

--- Comment #9 from Philippe Mouawad  2010-03-06 
16:14:31 UTC ---
Hello,
I tested:
remote.configure(testTree, host);
instead of
remote.configure(test, host);

Same behaviour, because testTree is the same reference as test so same locked
object.

Philippe.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48350] Deadlock on distributed testing with 2 clients

2010-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48350

Philippe Mouawad  changed:

   What|Removed |Added

  Attachment #25092|0   |1
is obsolete||

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48350] Deadlock on distributed testing with 2 clients

2010-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48350

--- Comment #8 from Philippe Mouawad  2010-03-06 
16:07:37 UTC ---
Created an attachment (id=25095)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25095)
Cleaned up Test

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48350] Deadlock on distributed testing with 2 clients

2010-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48350

--- Comment #7 from Philippe Mouawad  2010-03-06 
15:32:15 UTC ---
Issue occurs on Trunk version of JMeter on which I applied the patch.
It also occured on 2.4.

Concerning OS I thought I had answered it, I tested on:
- MacOS X as Controller , 1 server on Windows XP, 1 server on Windows 2000
- Linux Redhat as Controller, Linux as 2 Servers
- MacOSx as Controller,  2 servers on Mac OSX


Concerning the test case you can use Tomcat 6 as server to run IT, I created
specially to submint the bug so you can reproduce.
I think bug occurs when scenario is complex as the one I create.

No -G option at all.

The deadlock is only on master controller which sends it config to 2 others
servers.
This send is done by 2 threads, one for each remote server as I understand.

I will try to do what you are asking for as soon as possible.

Cordially.
Philippe
http://www.ubik-ingenierie.com

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48350] Deadlock on distributed testing with 2 clients

2010-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48350

--- Comment #6 from Sebb  2010-03-06 15:19:04 UTC ---
By the way, which version of JMeter are you using?

Also, which OS?

These are listed at the start of jmeter.log.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48350] Deadlock on distributed testing with 2 clients

2010-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48350

Sebb  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #5 from Sebb  2010-03-06 15:17:59 UTC ---
Thanks very much for the thread dump and patch.
It's not obvious why the deadlock occurs, because each remote host has its own
ClientJMeterEngine.

Do you have a simpler test case that shows the problem?

Also, do you use the -G options at all?

Seems to me that this could perhaps also cause a deadlock, as the
ClientJMeterEngine code for this is fairly similar.

Perhaps you could try a test with your patch plus a dummy -G option, e.g. just
add

-Gdummy=1

to the client startup.

If this also causes deadlocks, then the remote.setProperties() call probably
needs to be moved into the synch. block as well.

Could you also please try:

remote.configure(testTree, host);
instead of
remote.configure(test, host);

without the synch. block?

Might also be worth trying synchronising on (testTree) with the above change.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48350] Deadlock on distributed testing with 2 clients

2010-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48350

--- Comment #4 from Philippe Mouawad  2010-03-06 
13:25:06 UTC ---
Created an attachment (id=25093)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25093)
Patch to deadlock

Patch that avoids deadlock by synchronizing only configuration send to each
remote server.
Should have a very low performance impact.
Tested successfully.

Philippe Mouawad
http://www.ubik-ingenierie.com

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48350] Deadlock on distributed testing with 2 clients

2010-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48350

--- Comment #3 from Philippe Mouawad  2010-03-06 
12:54:20 UTC ---
To reproduce deadlock do the following:
- Start 2 servers on same machine or 2 different machines
- Start controller


Deadlock occurs on a very high frequence (4 times on 5 runs).
I reprocuded it on:
-Mac OSX (controller and servers on same machine)
-Linux (controller and servers on same machine)
-Window / Mac (controller on Mac, Servers on Windows)


Philippe
http://www.ubik-ingenierie.com

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48350] Deadlock on distributed testing with 2 clients

2010-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48350

--- Comment #2 from Philippe Mouawad  2010-03-06 
12:51:32 UTC ---
Created an attachment (id=25092)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25092)
Test scenario

This scenario illustrates the bug.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48350] Deadlock on distributed testing with 2 clients

2010-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48350

Philippe Mouawad  changed:

   What|Removed |Added

  Attachment #24680|0   |1
is obsolete||

--- Comment #1 from Philippe Mouawad  2010-03-06 
12:50:45 UTC ---
Created an attachment (id=25091)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25091)
Thread Dump of Deadlocked Threads

Sorry for my previous attachment, it didn't show deadlock.
Here is the good one that shows Deadlock in the controller when serializing
HashTree.

Philippe
http://www.ubik-ingenierie.com

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



Bug report for JMeter [2010/02/28]

2010-02-28 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=Critical  REG=Regression  MAJ=Major   |
| |   |   MIN=Minor   NOR=NormalENH=Enhancement TRV=Trivial |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
|11536|Ass|Enh|2002-08-07|Graph Results's throughput calculation includes id|
|15468|New|Enh|2002-12-18|Variable expansion in posted files in HTTPSampler |
|15999|New|Enh|2003-01-12|Show Results Tree is too HTTP-centric |
|16370|New|Enh|2003-01-23|HTTP Request log  |
|16886|New|Enh|2003-02-07|Recorded requests shouldn't duplicate info in HTTP|
|17248|New|Enh|2003-02-20|Graph Improvements|
|17252|Ass|Enh|2003-02-20|HTML Link Parser seems not work properly. |
|21695|New|Enh|2003-07-17|Unix jmeter start script assumes it is on PATH, no|
|22076|New|Enh|2003-08-01|global search and replace functionality   |
|22510|New|Maj|2003-08-18|SSL Manager does not handle multiple client certif|
|24480|New|Enh|2003-11-06|There is no good way to set checkbox based items u|
|25209|New|Min|2003-12-04|missed refresh of horizontal scrollbar when switch|
|25430|New|Enh|2003-12-11|Recording Controller to populate HTTP Authorisatio|
|27112|New|Enh|2004-02-20|User Parameters should use scrollbars |
|27895|New|Enh|2004-03-24|badly formatted JDBC output (a regression w.r.t. 1|
|28502|New|Enh|2004-04-20|HTTP Resource Cache   |
|29331|New|Enh|2004-06-01|how to load test java applet using JMeter |
|29352|New|Enh|2004-06-03|Use external store to hold samples during distribu|
|29603|New|Enh|2004-06-16|Custom component developers need own resource bund|
|29708|New|Enh|2004-06-21|startup delay by JMeterThread initialization  |
|30563|New|Enh|2004-08-10|Thread Group should have a restart loop option on |
|31666|New|Enh|2004-10-12|writing sampleresults to databases|
|32494|New|Enh|2004-12-02|Enhancement - scheduler should be added to Test Pl|
|33305|New|Enh|2005-01-31|Visual diff and merge functionality for JMeter scr|
|33878|New|Enh|2005-03-07|Function caching as option|
|33940|Opn|Nor|2005-03-09|Throughput value and Graph Results "Graphing" don'|
|34321|New|Enh|2005-04-06|password encryption for HTTP Authorization Manager|
|35059|New|Maj|2005-05-25|RuntimeController not working correctly   |
|35593|New|Enh|2005-07-03|Commons chain sampler |
|35670|New|Enh|2005-07-09|Default parameters not displayed  |
|35915|New|Enh|2005-07-28|MonitorResults does not write results n CSV format|
|36378|New|Enh|2005-08-26|[PATCH] A "Thread Watcher" Listener   |
|36694|New|Enh|2005-09-17|substitute a value in the input XML for webservice|
|36721|New|Enh|2005-09-20|webMethods Sampling Protocol Extensions   |
|36931|New|Enh|2005-10-05|Printable Version of the Users Manual |
|37073|New|Enh|2005-10-13|Lacking Poisson timer |
|37124|New|Enh|2005-10-17|Need error feedback in the GUI, noticed this by ac|
|37155|New|Enh|2005-10-19|Testplan: Stop... Continue|
|37156|New|Enh|2005-10-19|Formatted view of Request in Results Tree |
|37160|New|Enh|2005-10-19|Scalable distributed testing  |
|37525|New|Enh|2005-11-16|Web service sampler does not support multipart req|
|38115|Inf|Nor|2006-01-04|decode from encoded string by IE  |
|38387|Ass|Enh|2006-01-25|allow to read(/send) mail messages encrypted/signe|
|38832|New|Nor|2006-03-02|webservice request sampler adding xmlns:xmlns |
|39219|New|Nor|2006-04-06|HTTP Server: You can't stop it after File->Open   |
|39642|New|Enh|2006-05-23|Need a sampler forJMX mbean-servers.  |
|39812|New|Nor|2006-06-14|Problem with Webservice(SOAP)Request  over https  |
|40011|New|Enh|2006-07-11|New Elements for use in JMeter|
|40181|Ass|Enh|2006-08-03|Add a new Session Bean protocol extension |
|40424|New|Enh|2006-09-06|Web Services proxy|
|40499|New|Enh|2006-09-13|Need to be able

DO NOT REPLY [Bug 45005] Enhances MailReaderSampler

2010-02-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45005

Sebb  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX

--- Comment #2 from Sebb  2010-02-24 00:05:38 UTC ---
The current version of JMeter supports POP3S and IMAPS.

As far as I can tell, this enhancement is no longer needed.

Please re-open with details if this is not correct.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 45244] Enhances MailReaderSampler forget top headers

2010-02-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45244

Bug 45244 depends on bug 45005, which changed state.

Bug 45005 Summary: Enhances MailReaderSampler
https://issues.apache.org/bugzilla/show_bug.cgi?id=45005

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||WONTFIX

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48749] Allowing custom Thread Groups

2010-02-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48749

Sebb  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #8 from Sebb  2010-02-23 23:29:09 UTC ---
Thanks very much!

The code has been applied:

URL: http://svn.apache.org/viewvc?rev=915587&view=rev
Log:
Bug 48749 - Allowing custom Thread Groups

Added:
  
jakarta/jmeter/trunk/src/core/org/apache/jmeter/threads/AbstractThreadGroup.java
  (with props)
  
jakarta/jmeter/trunk/src/core/org/apache/jmeter/threads/gui/AbstractThreadGroupGui.java
  (with props)
Modified:
  
jakarta/jmeter/trunk/src/components/org/apache/jmeter/control/gui/ModuleControllerGui.java
  
jakarta/jmeter/trunk/src/components/org/apache/jmeter/timers/ConstantThroughputTimer.java
   jakarta/jmeter/trunk/src/core/org/apache/jmeter/control/gui/TestPlanGui.java
   jakarta/jmeter/trunk/src/core/org/apache/jmeter/engine/ConvertListeners.java
  
jakarta/jmeter/trunk/src/core/org/apache/jmeter/engine/StandardJMeterEngine.java
   jakarta/jmeter/trunk/src/core/org/apache/jmeter/gui/util/MenuFactory.java
  
jakarta/jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
   jakarta/jmeter/trunk/src/core/org/apache/jmeter/testelement/TestPlan.java
   jakarta/jmeter/trunk/src/core/org/apache/jmeter/threads/JMeterContext.java
   jakarta/jmeter/trunk/src/core/org/apache/jmeter/threads/JMeterThread.java
   jakarta/jmeter/trunk/src/core/org/apache/jmeter/threads/ThreadGroup.java
  
jakarta/jmeter/trunk/src/core/org/apache/jmeter/threads/gui/ThreadGroupGui.java
  
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java
  
jakarta/jmeter/trunk/src/reports/org/apache/jmeter/testelement/ReportPlan.java
   jakarta/jmeter/trunk/xdocs/changes.xml

There were a few changes needed:
- AbstractThreadGroupGui.configureTestElement() needed to call
super.configureTestElement()
- Constructors should not call overridable methods; changed init() and added
initGui() to AbstractThreadGroupGui
- patch included a change to TCPSampler which had already been made (and was
irrelevant)
- no need to patch JMeterVersion

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48799] [PATCH] Adding connect time and processing time to output metrics

2010-02-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48799

Pieter Ennes  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #2 from Pieter Ennes  2010-02-23 22:15:10 
UTC ---
For us the aggregated value is of use in case of a redirect or when embedded
elements are loaded.

After a hardware upgrade on the server side, the relative 'processing' time is
likely to drop more rapidly than the measured download time, i.e. the
'transfer' time, if defined as t-pt would stay the same.

On the other hand, after a network upgrade, the total time is likely to drop
more than the processing time. Hence one could differentiate between a hardware
upgrade (t-pt the same), and a network upgrade (t-pt decreased).

Additionally, in case of a redirect, the aggregated processing time in the
parent element could give something like a user-experienced latency, since he
only starts seeing things after the last page.

Finally: since the size, connect and total times are already aggregated, my
symmetry neuron liked to see the same for the latency but without disturbing
anything, hence processing time.

What is your opinion?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48749] Allowing custom Thread Groups

2010-02-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48749

Sebb  changed:

   What|Removed |Added

  Attachment #24998|application/octet-stream|text/plain
  mime type||

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48749] Allowing custom Thread Groups

2010-02-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48749

Sebb  changed:

   What|Removed |Added

  Attachment #24997|application/octet-stream|text/plain
  mime type||

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48799] [PATCH] Adding connect time and processing time to output metrics

2010-02-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48799

Sebb  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #1 from Sebb  2010-02-23 16:52:59 UTC ---
Connect time seems useful, but I don't understand why one needs the
"processing" time.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48762] Warning: Constant Timer was interrupted

2010-02-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48762

Sebb  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX

--- Comment #1 from Sebb  2010-02-23 16:44:04 UTC ---
This is not a bug; the log message is a warning.

Also, Bugzilla is not a support forum - please use the JMeter user mailing
list.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48727] Cannot stop test if all thread groups are disabled

2010-02-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48727

Sebb  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Sebb  2010-02-23 16:40:11 UTC ---
Fixed:

URL: http://svn.apache.org/viewvc?rev=915421&view=rev
Log:
Bug 48727 - Cannot stop test if all thread groups are disabled

Modified:
  
jakarta/jmeter/trunk/src/core/org/apache/jmeter/engine/StandardJMeterEngine.java
   jakarta/jmeter/trunk/xdocs/changes.xml

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48786] Run Thread groups consecutively: with "Stop test now" on error or manual stop, JMeter leaves the green box active

2010-02-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48786

Sebb  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #3 from Sebb  2010-02-23 16:20:10 UTC ---
Thanks! Patch applied:

URL: http://svn.apache.org/viewvc?rev=915408&view=rev
Log:
Bug 48786 - Run Thread groups consecutively: with "Stop test now" on error or
manual stop, JMeter leaves the green box active

Modified:
  
jakarta/jmeter/trunk/src/core/org/apache/jmeter/engine/StandardJMeterEngine.java
   jakarta/jmeter/trunk/xdocs/changes.xml

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48786] Run Thread groups consecutively: with "Stop test now" on error or manual stop, JMeter leaves the green box active

2010-02-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48786

Sebb  changed:

   What|Removed |Added

  Attachment #25032|application/octet-stream|text/plain
  mime type||

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48799] New: [PATCH] Adding connect time and processing time to output metrics

2010-02-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48799

   Summary: [PATCH] Adding connect time and processing time to
output metrics
   Product: JMeter
   Version: Nightly (Please specify date)
  Platform: PC
OS/Version: Linux
Status: NEW
  Severity: enhancement
  Priority: P2
 Component: Main
AssignedTo: jmeter-dev@jakarta.apache.org
ReportedBy: apache@spam.ennes.nl


Created an attachment (id=25039)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25039)
Add connect and processing time metrics

Hi all,

I'm sending a small patch that mainly adds a connect time measurement
to the HTTP and SOAP samplers. Also included, but disabled by default,
is a 'processing' time that just sums the already existing latency
times into the parent sampler.

I'm looking forward to your comments, and am willing to look into
adding the same for other samplers where appropriate. Also I plan to
add a resolve time measurement, but this seemed to need some code in
deeper classes (tips very welcome!).

This was built against svn trunk on 2010-02-20.

Cheers,
Pieter

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48794] Jmeter 2.3.4r785646. Parameters doesn't put into the Get requiest

2010-02-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48794

--- Comment #4 from Sebb  2010-02-22 17:50:14 UTC ---
Sorry, but that's not enough information.

Please attach a screenshot of the HTTP request.
Better yet, save the HTTP request as a JMX file and attach that.
[Select the request, and use File/Save Selection As...]

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48794] Jmeter 2.3.4r785646. Parameters doesn't put into the Get requiest

2010-02-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48794

--- Comment #3 from snusmumrik  2010-02-22 
17:45:13 UTC ---
(In reply to comment #2)
> Works fine for me.
> 
> What have you put on the HTTP Request form?

For example
URL http://www.google.com.ua
I'm adding all parameters from simple google request as parameters

q=Test
ie=utf-8&oe=utf-8
aq=t&rls=org.mozilla:ru:official
client=firefox

(not full URL, just parameters in a table)

But when I'm startinng test the requiest w\o parameters was send

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48794] Jmeter 2.3.4r785646. Parameters doesn't put into the Get requiest

2010-02-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48794

Sebb  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #2 from Sebb  2010-02-22 17:30:59 UTC ---
Works fine for me.

What have you put on the HTTP Request form?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48794] Jmeter 2.3.4r785646. Parameters doesn't put into the Get requiest

2010-02-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48794

--- Comment #1 from snusmumrik  2010-02-22 
14:21:01 UTC ---
Created an attachment (id=25036)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25036)
request

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48794] New: Jmeter 2.3.4r785646. Parameters doesn't put into the Get requiest

2010-02-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48794

   Summary: Jmeter 2.3.4r785646. Parameters doesn't put into the
Get requiest
   Product: JMeter
   Version: 2.3.4
  Platform: PC
OS/Version: other
Status: NEW
  Severity: critical
  Priority: P2
 Component: Main
AssignedTo: jmeter-dev@jakarta.apache.org
ReportedBy: alenka.podgursk...@gmail.com


STR:
1. Create Get requiest with some parameters
2. Run test and check out the request

ACR: Parameters wern't put to the URl
EXR: They have to be added to the URL

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



Bug report for JMeter [2010/02/21]

2010-02-21 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=Critical  REG=Regression  MAJ=Major   |
| |   |   MIN=Minor   NOR=NormalENH=Enhancement TRV=Trivial |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
|11536|Ass|Enh|2002-08-07|Graph Results's throughput calculation includes id|
|15468|New|Enh|2002-12-18|Variable expansion in posted files in HTTPSampler |
|15999|New|Enh|2003-01-12|Show Results Tree is too HTTP-centric |
|16370|New|Enh|2003-01-23|HTTP Request log  |
|16886|New|Enh|2003-02-07|Recorded requests shouldn't duplicate info in HTTP|
|17248|New|Enh|2003-02-20|Graph Improvements|
|17252|Ass|Enh|2003-02-20|HTML Link Parser seems not work properly. |
|21695|New|Enh|2003-07-17|Unix jmeter start script assumes it is on PATH, no|
|22076|New|Enh|2003-08-01|global search and replace functionality   |
|22510|New|Maj|2003-08-18|SSL Manager does not handle multiple client certif|
|24480|New|Enh|2003-11-06|There is no good way to set checkbox based items u|
|25209|New|Min|2003-12-04|missed refresh of horizontal scrollbar when switch|
|25430|New|Enh|2003-12-11|Recording Controller to populate HTTP Authorisatio|
|27112|New|Enh|2004-02-20|User Parameters should use scrollbars |
|27895|New|Enh|2004-03-24|badly formatted JDBC output (a regression w.r.t. 1|
|28502|New|Enh|2004-04-20|HTTP Resource Cache   |
|29331|New|Enh|2004-06-01|how to load test java applet using JMeter |
|29352|New|Enh|2004-06-03|Use external store to hold samples during distribu|
|29603|New|Enh|2004-06-16|Custom component developers need own resource bund|
|29708|New|Enh|2004-06-21|startup delay by JMeterThread initialization  |
|30563|New|Enh|2004-08-10|Thread Group should have a restart loop option on |
|31666|New|Enh|2004-10-12|writing sampleresults to databases|
|32494|New|Enh|2004-12-02|Enhancement - scheduler should be added to Test Pl|
|33305|New|Enh|2005-01-31|Visual diff and merge functionality for JMeter scr|
|33878|New|Enh|2005-03-07|Function caching as option|
|33940|Opn|Nor|2005-03-09|Throughput value and Graph Results "Graphing" don'|
|34321|New|Enh|2005-04-06|password encryption for HTTP Authorization Manager|
|35059|New|Maj|2005-05-25|RuntimeController not working correctly   |
|35593|New|Enh|2005-07-03|Commons chain sampler |
|35670|New|Enh|2005-07-09|Default parameters not displayed  |
|35915|New|Enh|2005-07-28|MonitorResults does not write results n CSV format|
|36378|New|Enh|2005-08-26|[PATCH] A "Thread Watcher" Listener   |
|36694|New|Enh|2005-09-17|substitute a value in the input XML for webservice|
|36721|New|Enh|2005-09-20|webMethods Sampling Protocol Extensions   |
|36931|New|Enh|2005-10-05|Printable Version of the Users Manual |
|37073|New|Enh|2005-10-13|Lacking Poisson timer |
|37124|New|Enh|2005-10-17|Need error feedback in the GUI, noticed this by ac|
|37155|New|Enh|2005-10-19|Testplan: Stop... Continue|
|37156|New|Enh|2005-10-19|Formatted view of Request in Results Tree |
|37160|New|Enh|2005-10-19|Scalable distributed testing  |
|37525|New|Enh|2005-11-16|Web service sampler does not support multipart req|
|38115|Inf|Nor|2006-01-04|decode from encoded string by IE  |
|38387|Ass|Enh|2006-01-25|allow to read(/send) mail messages encrypted/signe|
|38832|New|Nor|2006-03-02|webservice request sampler adding xmlns:xmlns |
|39219|New|Nor|2006-04-06|HTTP Server: You can't stop it after File->Open   |
|39642|New|Enh|2006-05-23|Need a sampler forJMX mbean-servers.  |
|39812|New|Nor|2006-06-14|Problem with Webservice(SOAP)Request  over https  |
|40011|New|Enh|2006-07-11|New Elements for use in JMeter|
|40181|Ass|Enh|2006-08-03|Add a new Session Bean protocol extension |
|40424|New|Enh|2006-09-06|Web Services proxy|
|40499|New|Enh|2006-09-13|Need to be able

DO NOT REPLY [Bug 48786] Run Thread groups consecutively: with "Stop test now" on error or manual stop, JMeter leaves the green box active

2010-02-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48786

--- Comment #2 from Milamber  2010-02-21 08:42:26 UTC 
---
Created an attachment (id=25033)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25033)
Proposal patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48786] Run Thread groups consecutively: with "Stop test now" on error or manual stop, JMeter leaves the green box active

2010-02-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48786

--- Comment #1 from Milamber  2010-02-21 08:41:57 UTC 
---
Created an attachment (id=25032)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25032)
Testcase to show bug

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



DO NOT REPLY [Bug 48786] Run Thread groups consecutively: with "Stop test now" on error or manual stop, JMeter leaves the green box active

2010-02-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48786

Milamber  changed:

   What|Removed |Added

   See Also||https://issues.apache.org/b
   ||ugzilla/show_bug.cgi?id=475
   ||92

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



  1   2   3   4   5   6   7   8   9   10   >