JMeter hang

2004-01-07 Thread Sonam Chauhan
I've been trying to run an extended JMeter test (2 hours) that runs two thread groups in parallel, with the second thread group sleeping an hour at a time before it runs (surge testing). In both test runs, JMeter hung after about an hour with: - 3091 lines entries in the .jtl logfile - the

cvs commit: jakarta-jmeter/xdocs/images/screenshots webservice_sampler.png

2004-01-07 Thread woolfel
woolfel 2004/01/07 05:35:04 Modified:xdocs/images/screenshots webservice_sampler.png Log: updated the screen shot so it is correct now. PR: Obtained from: Submitted by: Reviewed by: CVS: -- CVS:

cvs commit: jakarta-jmeter/xdocs/usermanual build-ws-test-plan.xml

2004-01-07 Thread woolfel
woolfel 2004/01/07 05:36:01 Added: xdocs/usermanual build-ws-test-plan.xml Log: added rough draft of build-ws-test-plan still need to update the other docs and add it to index.xml PR: Obtained from: Submitted by: Reviewed by: CVS:

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/resources messages.properties

2004-01-07 Thread woolfel
woolfel 2004/01/07 05:46:15 Modified:src/core/org/apache/jmeter/resources messages.properties Log: fixed a grammatical error. the sentence was missing read PR: Obtained from: Submitted by: Reviewed by: CVS:

cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParseError.java

2004-01-07 Thread sebb
sebb2004/01/07 09:56:53 Added: src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParseError.java Log: For JDK1.3 support Revision ChangesPath 1.1

cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParseException.java

2004-01-07 Thread sebb
sebb2004/01/07 09:59:22 Modified:src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParseException.java Log: Support getCause() in JDK1.3 Revision ChangesPath 1.2 +19 -8

cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java

2004-01-07 Thread sebb
sebb2004/01/07 10:08:27 Modified:src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java Log: Use HTMLParseError instead of Error to alllow use under JDK1.3 TODO - finish JDK1.3 compatibility Revision ChangesPath 1.14

Tons of small changes in the testbeans branch.

2004-01-07 Thread Jordi Salvat i Alabart
Hi. I've been off-line for a while (on the road) working on this, and now I'm under a pay-per-minute connection, so I've had no choice but uploading a bunch of changes in a single shot. Sorry for that. I will appreciate comments from anyone willing to spend the time to synch the

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/testbeans/gui WrapperEditor.java

2004-01-07 Thread jsalvata
jsalvata2004/01/07 11:03:08 Modified:src/core/org/apache/jmeter/resources Tag: testbeans_experimental_branch messages_no.properties messages_ja.properties messages_de.properties

RE: Tons of small changes in the testbeans branch.

2004-01-07 Thread BAZLEY, Sebastian
-Original Message- From: Jordi Salvat i Alabart [mailto:[EMAIL PROTECTED] Sent: 07 January 2004 18:54 To: JMeter Developers List Subject: Tons of small changes in the testbeans branch. I will appreciate comments from anyone willing to spend the time to synch the

RE: Tons of small changes in the testbeans branch.

2004-01-07 Thread peter lin
I don't know what kind of time frame you are thinking of, but this weekend I should have some time to play with it and check out the branch then. I've been swamped with stuff at work. by the way, thanks for cleaning up the accesslog gui stuff, I forget who did it. peter BAZLEY,

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/testbeans/gui FileEditor.java WrapperEditor.java

2004-01-07 Thread jsalvata
jsalvata2004/01/07 11:54:55 Modified:src/core/org/apache/jmeter/testbeans/gui Tag: testbeans_experimental_branch FileEditor.java WrapperEditor.java Log: * Reimplementation of the FileEditor reusing the WrapperEditor. Much nicer! *

cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/sampler HTTPSamplerBean.java

2004-01-07 Thread sebb
sebb2004/01/07 15:34:38 Modified:src/protocol/http/org/apache/jmeter/protocol/http/sampler Tag: testbeans_experimental_branch HTTPSamplerBean.java Log: Initialise strings as empty rather than null to avoid NPEs don't try to

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/gui/tree JMeterTreeNode.java

2004-01-07 Thread sebb
sebb2004/01/07 15:45:03 Modified:src/core/org/apache/jmeter/gui/tree JMeterTreeNode.java Log: Added constructor to allow tests to work Revision ChangesPath 1.15 +4 -1 jakarta-jmeter/src/core/org/apache/jmeter/gui/tree/JMeterTreeNode.java Index:

cvs commit: jakarta-jmeter/src/protocol/tcp/org/apache/jmeter/protocol/tcp/sampler TCPClientImpl.java

2004-01-07 Thread sebb
sebb2004/01/07 16:48:39 Modified:src/protocol/tcp/org/apache/jmeter/protocol/tcp/sampler TCPClientImpl.java Log: Make compliant with JDK1.3 Revision ChangesPath 1.2 +17 -3

cvs commit: jakarta-jmeter/src/protocol/tcp/org/apache/jmeter/protocol/tcp/sampler TCPClientImpl.java

2004-01-07 Thread sebb
sebb2004/01/07 16:56:30 Modified:src/protocol/tcp/org/apache/jmeter/protocol/tcp/sampler TCPClientImpl.java Log: Doh! Forgot to remove import Revision ChangesPath 1.3 +1 -2

cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/sampler HTTPSampler.java

2004-01-07 Thread sebb
sebb2004/01/07 17:13:38 Modified:src/protocol/http/org/apache/jmeter/protocol/http/sampler HTTPSampler.java Log: Make compliant with JDK1.3 Revision ChangesPath 1.78 +17 -14

cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java

2004-01-07 Thread sebb
sebb2004/01/07 19:02:18 Modified:src/protocol/http/org/apache/jmeter/protocol/http/parser HTMLParser.java Log: If LinkedHashSet does not exist, then use HashSet (JDK1.3) Change tests to compare Set retrievals without regard to order Revision

cvs commit: jakarta-jmeter/lib jakarta-oro-2.0.7.jar

2004-01-07 Thread sebb
sebb2004/01/07 19:12:07 Removed: lib jakarta-oro-2.0.7.jar Log: Retiring old version - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter JMeter.java

2004-01-07 Thread sebb
sebb2004/01/07 19:39:09 Modified:src/core/org/apache/jmeter JMeter.java Log: Log the java version Revision ChangesPath 1.25 +2 -1 jakarta-jmeter/src/core/org/apache/jmeter/JMeter.java Index: JMeter.java

JMeter now builds and runs on JDK 1.3

2004-01-07 Thread Sebastian Bazley
JMeter should now build and run on both 1.3 and 1.4. If built on 1.3, it should run on 1.3 and 1.4, and vice versa. If run on 1.4, JMeter will still use most of the new features, for example: - ListedHashSet - decode(S,S) There are a few places in the code marked with JDK1.4: These indicate

Re: JMeter now builds and runs on JDK 1.3

2004-01-07 Thread Sebastian Bazley
- Original Message - From: peter lin [EMAIL PROTECTED] To: JMeter Developers List [EMAIL PROTECTED] Sent: Thursday, January 08, 2004 3:47 AM Subject: Re: JMeter now builds and runs on JDK 1.3 that sounds totally fine to me, since the order of the links is not important. I doubt it