Help reqd with the SOAP /XML-RPC request

2007-08-07 Thread sherlin mathew
Hi Team In the JMeter user manual it is mentioned that the SOAP /XML RPC request sampler can be used to send xml-rpc over HTTP. I would like to know whether this sampler can send xml over HTTPS ; because i am obtaining an java.net.SocketException: Default SSL context init failed when i am us

RE: How to increase a parameter of request HTTP?

2007-08-07 Thread David Schulberg
Hi Johanna, On closer examination I suggest you use a Counter. Slot it in at the start of your thread group and use the Reference Name as your userid variable in your requests. Regards, David Schulberg Object Consulting | Senior Consultant email: [EMAIL PROTECTED] ---

Monitor Results Performance Graph

2007-08-07 Thread Mark McWhinney
I am using JMeter 2.2 to load test an application based on Tomcat 5.5. In the Monitor Results Performance Graph, the red Thread line is always zero, though I know that I have some busy threads as reported in the http://xxx/manager/status page. Is this a bug or config issue? (The yellow Memory li

Re: JMeter & Acegi Security Framework

2007-08-07 Thread Thts me
hi, I retried it and it worked for logging into the SignIn page. As you have pointed out, it does not keep the user logged in. I have used the cookie manager. http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTTP_Cookie_Manager Profile = default. Do I need to set some differe

Re: setProperty function

2007-08-07 Thread David Bronner
I've used setProperty for exactly this purpose in the past. In general, when I want to call functions outside the context of a specific request, I add a new Java Request sampler, set Sleep_Time to 0 and put my function into any of the fields. This is annoying since the Java Request shows up in th

RE: iterating through urls from csv data set config using while loop controller

2007-08-07 Thread Simon Brown
Hi Kathy, I had done exactly as you suggested, but just retested there to make sure and have found the following (surprising) results: 1. Running JMeter from a Windows Platform No error occurs and while loop iterates correctly. 2. Running JMeter from a Solaris 10 Platform The following error o

RE: iterating through urls from csv data set config using while loop controller

2007-08-07 Thread Kathy Mitchell
My while controller condition is simply set like this: Condition: ${url} I don't test it agains EOF. I just use the variable itself. Kathy -Original Message- From: Simon Brown [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 07, 2007 3:43 AM To: JMeter Users List Subject: RE: iterat

Re: How to increase a parameter of request HTTP?

2007-08-07 Thread Johanna Briseno
Thanks, So, In Test Plan I must create a variable in "User Defined Variable" Namevalue count 1 user_aux count++ and soon in "HTTP Request" I must in my variable change the parameter by which I defined in the "Test Pla

RE: Test failed! java.lang.StackOverflowError

2007-08-07 Thread Simon Brown
Hi Peter, Thanks for your response. My difficulty is that it has run successfully for a number of requests. It's just once it gets to a certain point in the list of urls this error occurs. The URL it is attempting to process http://top.2wap.net/site.php This doesn't throw any StackOverflowErro

Re: Test failed! java.lang.StackOverflowError

2007-08-07 Thread Peter Lin
your test plan might be corrupted. the error looks like jmeter had problems with the structure of the testplan peter On 8/7/07, Simon Brown <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm getting a java.lang.StackOverflowError after running multiple > requests to a suite of URLs. The error is as foll

Test failed! java.lang.StackOverflowError

2007-08-07 Thread Simon Brown
Hi, I'm getting a java.lang.StackOverflowError after running multiple requests to a suite of URLs. The error is as follows: 2007/08/07 13:28:12 ERROR - jmeter.threads.JMeterThread: Test failed! java.lang.StackOverflowError at javax.swing.tree.DefaultTreeModel.getPathToRoot(DefaultTreeMod

Re: This page is too large to be displayed

2007-08-07 Thread chris
hi, i just looked at the code (jmeter release 2.2 AND 2.3) and found out that this value is NOT configurable. you're right, 200 kb is limit for showing the response in the "results tree". so you would have to patch the regarding file and build jmeter see /src/components/org/apache/jmeter/visua

Re: JMeter & Acegi Security Framework

2007-08-07 Thread Alf Høgemark
I have successfully used JMeter to test web app based on Spring and Acegi security. JMeter does not care what third party library is used for security. You just need to make sure that the correct user name and password is used for logging in, and that you use the cookie manager to keep the "us

Doubt regarding setting the duration for which Jmeter runs

2007-08-07 Thread raja raman
Hi, I am using JMeter for testing the performance of my webserver.I manually start the Jmeter to fire the requests and at the end of the Test , I manually am stopping it.Now I am required to start the jmeter and I want it to run for a specified period of time say 48 hours and after that I want

RE: iterating through urls from csv data set config using while loop controller

2007-08-07 Thread Simon Brown
Kathy, Many thanks for your response. I attempted to use the variable name as the while loop condition, but am finding a similar error. 2007/08/07 09:39:20 ERROR - jmeter.threads.JMeterThread: java.lang.IllegalArgumentException: Invalid uri '': escaped absolute path not valid at org.apache.commo