looks like the parameters aren't set correctly and are getting errors. double check your auth parameters or request parameters
peter On Tue, 13 Jul 2004 09:52:02 +0545, Niraj <[EMAIL PROTECTED]> wrote: > Yes I got the following error message in jmeter.log > > 2004/07/13 09:34:15 ERROR - jmeter.threads.JMeterThread: > java.lang.ClassCastException: > org.apache.jmeter.testelement.property.NullProperty > at org.apache.jmeter.config.Arguments.getArguments(Arguments.java:63) > at org.apache.jmeter.config.Arguments.iterator(Arguments.java:153) > at > org.apache.jmeter.protocol.http.modifier.UserParameterModifier.process(UserParameterModifier.java:119) > at > org.apache.jmeter.threads.TestCompiler.runPreProcessors(TestCompiler.java:134) > at > org.apache.jmeter.threads.TestCompiler.configureSampler(TestCompiler.java:115) > at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:244) > at java.lang.Thread.run(Unknown Source) > > > > > BAZLEY, Sebastian wrote: > > >Also remember to check the jmeter.log file for any errors. > > > >What happens if you try 1 thread only? 2 threads? > > > >S. > >-----Original Message----- > >From: Peter Lin [mailto:[EMAIL PROTECTED] > >Sent: 12 July 2004 13:51 > >To: JMeter Users List > >Subject: Re: Taking too much of time > > > > > >I suspect your web application is timing out or return some error. > > > >What kind of database is your web application using? How complex is > >the login process and what kind of authentication is it doing? Have > >you looked at the server logs to see if it logged any errors? > > > >depending on the database you're using 25 concurrent queries may be a > >piece of cake, or enough to overwhelm it. If you're using something > >like Sql Server 5/6, 25 heavy weight queries may be enough to kill it. > >If you're using something like DB2 or Oracle, 25 is nothing. > > > >Another thing to consider is what OS are you using for the server? If > >you're using windows professional, it has a connection limit of 10 > >concurrent connections inbound. That means you will have to install > >server to overcome that limit. without more information, it's hard to > >tell what is causing the problem you see. > > > >peter > > > > > >On Mon, 12 Jul 2004 08:50:41 +0545, Niraj <[EMAIL PROTECTED]> wrote: > > > > > >>Hi, > >> I am doing concurrent load testing in my web application. My Test > >>plan is 25 users logging at a same time for 100 times (i.e. Thread > >>Number =25 and Loop Count=100). The whole test plan took 8-10 hours to > >>execute. But when I see the results (I am using aggregate report and > >>result tree listener) , it shows that only > >>25 in the "count" field of "Aggregate Listener" for particular page i.e > >>25/25=1 iteration only in 8 hrs !!! I am wondering is this a normal case > >>or I am missing something??? > >> > >>--Niraj > >> > >>--------------------------------------------------------------------- > >>To unsubscribe, e-mail: [EMAIL PROTECTED] > >>For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > >> > >> > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > >___________________________________________________________________________ > > > >This e-mail and the documents attached are confidential and intended solely > >for the addressee; it may also be privileged. If you receive this e-mail in > >error, please notify the sender immediately and destroy it. As its integrity > >cannot be secured on the Internet, the Atos Origin group liability cannot be > >triggered for the message content. Although the sender endeavours to maintain > >a computer virus-free network, the sender does not warrant that this > >transmission is virus-free and will not be liable for any damages resulting > >from any virus transmitted. > >___________________________________________________________________________ > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

