Re: Help! NullPointerException occurred

2011-01-07 Thread ursuletza
) at org.apache.jmeter.engine.StandardJMeterEngine$StopTest.run(StandardJMeterEngine.java:357) at java.lang.Thread.run(Thread.java:619) -- View this message in context: http://jmeter.512774.n5.nabble.com/Help-NullPointerException-occurred-tp3321090p3331868.html Sent from the JMeter - User

Re: Help! NullPointerException occurred

2011-01-07 Thread sebb
in context: http://jmeter.512774.n5.nabble.com/Help-NullPointerException-occurred-tp3321090p3331868.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: jmeter-user-unsubscr

Re: Help! NullPointerException occurred

2011-01-04 Thread ursuletza
-- View this message in context: http://jmeter.512774.n5.nabble.com/Help-NullPointerException-occurred-tp3321090p3326938.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: jmeter-user

Re: Help! NullPointerException occurred

2011-01-04 Thread sebb
200 threads with 200 loops that comes up to 80 000 requests. At about 55000 success requests Jmeter stops with this error. Best regards, Adriana -- View this message in context: http://jmeter.512774.n5.nabble.com/Help-NullPointerException-occurred-tp3321090p3326938.html Sent from

Re: Help! NullPointerException occurred

2011-01-04 Thread ursuletza
I am using 2.4. I have stop on error enabled, I have done this from gui by choosing option Stop Test Now in Thread Group. Thanks -- View this message in context: http://jmeter.512774.n5.nabble.com/Help-NullPointerException-occurred-tp3321090p3327146.html Sent from the JMeter - User mailing

Re: Help! NullPointerException occurred

2011-01-04 Thread sebb
-- View this message in context: http://jmeter.512774.n5.nabble.com/Help-NullPointerException-occurred-tp3321090p3327146.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: jmeter

Intermittent NullPointerException in WebServiceSampler in jmeter.log

2010-02-02 Thread David Levine
I’m getting an intermittent exception in my jmeter.log file, and I can’t tell whether it’s a problem with jmeter or a problem with my web service. My guess is that it’s a problem with my web service, but jmeter isn’t giving me a particularly useful error message I can use to figure that out. Can

Re: Intermittent NullPointerException in WebServiceSampler in jmeter.log

2010-02-02 Thread sebb
On 02/02/2010, David Levine eniv...@gmail.com wrote: I’m getting an intermittent exception in my jmeter.log file, and I can’t tell whether it’s a problem with jmeter or a problem with my web service. My guess is that it’s a problem with my web service, but jmeter isn’t giving me a

Re: Intermittent NullPointerException in WebServiceSampler in jmeter.log

2010-02-02 Thread David Levine
Thanks for the info. Are you suggesting that the WebServiceSampler may not be reliable? After reading your reply, I'm still having trouble deducing whether this is a bug in my system under test or in jmeter (and its libraries). Can I conclude that my web service is intermittently not setting

Re: Intermittent NullPointerException in WebServiceSampler in jmeter.log

2010-02-02 Thread sebb
On 03/02/2010, David Levine eniv...@gmail.com wrote: Thanks for the info. Are you suggesting that the WebServiceSampler may not be reliable? The JMeter WebServiceSampler code does not do very much; most of the work is done in the library. After reading your reply, I'm still having trouble

Re: Jmeter - Maven - NullPointerException

2009-12-25 Thread sebb
On 23/12/2009, Sangem, Omkaram omkaram.san...@etrade.com wrote: Hi Friends - I am getting following exception when I am trying to run Jmeter test from Maven 2.1 I have followed all the steps from http://jlorenzen.blogspot.com/2008_03_01_archive.html Can you please suggest what could be

Jmeter - Maven - NullPointerException

2009-12-23 Thread Sangem, Omkaram
Hi Friends - I am getting following exception when I am trying to run Jmeter test from Maven 2.1 I have followed all the steps from http://jlorenzen.blogspot.com/2008_03_01_archive.html Can you please suggest what could be the problem? Thanks Omkar java.lang.NullPointerException at

Re: Testcase with include controller produces NullPointerException in non-GUI mode

2008-05-09 Thread Marc Rennhard
, it works flawlessly in GUI and non-GUI mode. The attached test plans demonstrate this (I removed sensitive information from the user variables). TestPlan1 does not work in GUI mode (and produses the previously described NullPointerException), TestPlan2 does. The only difference between

Re: Testcase with include controller produces NullPointerException in non-GUI mode

2008-05-09 Thread sebb
NullPointerException), TestPlan2 does. The only difference between the two is the following: $ diff TestPlan1.jmx TestPlan2.jmx 90c90 IncludeController guiclass=IncludeControllerGui testclass=IncludeController testname=Logout enabled=true --- IncludeController guiclass

Testcase with include controller produces NullPointerException in non-GUI mode

2008-05-07 Thread Marc Rennhard
Dear all, I'm using Jmeter 2.3.1 and am experimenting with the include controller. In GUI mode, everything works correctly. However, in non-GUI mode, a NullPointerException is produced. Without using include controllers, non-GUI mode works flawlessly. This is the output of Jmeter: C:\Tools

throws NullPointerException in using Java Request

2007-07-11 Thread Tracy Zhu
hi all, I hava written a Java Request to connect to Mysql Server(version 4.1) and do some operations. I have put the .jar file and its referenced mysql-connector-java-5.0.4-bin.jar under lib/ext. but the Java Request doesn't work. following is information from jmeter.log: ERROR -

Re: throws NullPointerException in using Java Request

2007-07-11 Thread sebb
On 11/07/07, Tracy Zhu [EMAIL PROTECTED] wrote: hi all, I hava written a Java Request to connect to Mysql Server(version 4.1) and do some operations. I have put the .jar file and its referenced mysql-connector-java-5.0.4-bin.jar under lib/ext. but the Java Request doesn't work. following is

Re: throws NullPointerException in using Java Request

2007-07-11 Thread Tracy Zhu
I have to save the query result from Mysql into a csv file. besides, i need to insert more columns into the same csv file. So I planned to add the query results and other data row by row. Is there other ways I can implement such function? Thanks. On 7/11/07, sebb [EMAIL PROTECTED] wrote: On

Re: throws NullPointerException in using Java Request

2007-07-11 Thread sebb
The JDBC Sampler saves the reply in the responseData field of the sample response, but just converts it to a string. You could perhaps process that with a BeanShell post-processor if your data is regular enough. Otherwise, I would suggest creating your own version of the JDBC sampler and

Re: throws NullPointerException in using Java Request

2007-07-11 Thread Hugh Hunter
On Wed, 2007-07-11 at 17:47 +0800, Tracy Zhu wrote: hi all, I hava written a Java Request to connect to Mysql Server(version 4.1) and do some operations. I have put the .jar file and its referenced mysql-connector-java-5.0.4-bin.jar under lib/ext. but the Java Request doesn't work.

NullPointerException in HTML Parser

2006-09-04 Thread Oliver Erlewein \(DSLWN\)
Hi all, I get these errors at a rate of about 1/1000 when doing requests with HTTP Sampler and HTTP Sampler 2. Most of them vanish if you switch off the automatic retrieval of resources (but it doesn't go away completely. CSS files still seem to get loaded). Have this problem on Win Linux with

Re: NullPointerException in HTML Parser

2006-09-04 Thread sebb
Probably best to create a Bugzilla issue so that this does not get forgotten ... On 04/09/06, Oliver Erlewein (DSLWN) [EMAIL PROTECTED] wrote: Hi all, I get these errors at a rate of about 1/1000 when doing requests with HTTP Sampler and HTTP Sampler 2. Most of them vanish if you switch off

RE: NullPointerException in HTML Parser

2006-09-04 Thread Oliver Erlewein \(DSLWN\)
Created Bug No. 40411 Cheers Oliver -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Monday, 4 September 2006 21:50 To: JMeter Users List Subject: Re: NullPointerException in HTML Parser Probably best to create a Bugzilla issue so that this does not get forgotten

NullPointerException

2006-03-21 Thread liquornpoker
Hi guys, I just created a jmeter script to run 100 threads and it will loop forever for a duration of 1 hr. After looping the first round, it start having NullPointerException errors. This script usually do only Http requests. Anyone know how to fix this problem? -- View this message

Re: NullPointerException when using UserParameters

2004-09-29 Thread Michael Stover
Well, that's strange. Can you provide some of the log lines that appear before and after this error message? -Mike On Wed, 2004-09-29 at 15:54, Harold Neal wrote: I'm trying to used JMeter 2.0.1 to do a load test that includes the UserParameters element to parameterize my HTTP requests. I

RE: NullPointerException when using UserParameters

2004-09-29 Thread Harold Neal
. It is more prevalent when I add more threads though. Thank you for your help. -Original Message- From: Michael Stover [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 4:14 PM To: JMeter Users List Subject: Re: NullPointerException when using UserParameters Well, that's strange

Re: NullPointerException when using UserParameters

2004-09-29 Thread sebb
On Wed, 29 Sep 2004 17:20:11 -0400, Harold Neal [EMAIL PROTECTED] wrote: These errors are being printed to the console: Created the tree successfully Starting the test [Full GC 18161K-779K(511232K), 0.0556420 secs] java.lang.NullPointerException at

Re: NullPointerException when using UserParameters

2004-09-29 Thread Michael Stover
Hey, it switched errors - I just noticed. Anyway, in the latest code, it does use ThreadLocal - maybe that's why I can't see a problem. It may be fixed in cvs HEAD. -Mike On Wed, 2004-09-29 at 18:47, sebb wrote: On Wed, 29 Sep 2004 17:20:11 -0400, Harold Neal [EMAIL PROTECTED] wrote:

RE: NullPointerException

2003-06-20 Thread Brian Lundell
I found out that this exception occurs when there are disabled nodes in the test plan. If I have no disabled nodes, this exception does not occur. Hope this helps! Brian After loading my Test Plan and expanding the first two levels, the following exception is raised and the UI does not

Unable to start JMeter - NullPointerException

2003-01-23 Thread Paul Shum
Hi, I have installed JMeter 1.8 and tried to run jmeter on a W2K machine with JVM 1.4.1_01. I got the following error: = D:\Software\jakarta-jmeter\binjmeter java.lang.reflect.InvocationTargetException: java.lang.ExceptionInInitializerErr or: