Jmeter is not working

2009-06-10 Thread gpub
Hi all jmeter is showing (unsupported class version error ) And i had Initiator and Oracle 9i in my system and need them I have Checked the path(Environment Variable) it has below values ( F:\Oracle9i\Oracle9i\bin;C:\Program Files\Oracle\jre\1.3.1\bin ( i suppose this is picking up by jmeter)

Response too large

2009-06-10 Thread ankush jethi
HI , I am not able to open my response text for some responses. It says response too large is there any way so that I can open it?. The response is only 34 bytes. Actually I was investigating a problem so I had to check for that. The problem is that I have a page where We have to enter many

RE: Jmeter is not working

2009-06-10 Thread Suvendu_Mohapatra
Set the jre path at the start of the PATH environment variable With Regards, Suvendu -Original Message- From: gpub [mailto:affablepr...@gmail.com] Sent: Wednesday, June 10, 2009 2:20 PM To: jmeter-user@jakarta.apache.org Subject: Jmeter is not working Hi all jmeter is showing

Re: SaveResponses Listener output

2009-06-10 Thread sebb
OK, thanks for letting us know. On 10/06/2009, Scott McFadden smcfad...@criticaltech.com wrote: Turns out this is an IIS security mechanism: http://forums.iis.net/p/1149030/1868125.aspx From: sebb [mailto:seb...@gmail.com] Sent: Tue 6/9/2009 4:38 PM

User Parameter

2009-06-10 Thread C.Vijayakumar
Hi All , I have used the following steps to Parameterize my Test Plan after getting the information from JMeter-Nabble . For passing values like user name and password using ' User parameter ' file. This is the solution for u r problem: 1. go to options-function Helper Dialog 2. Choose

Re: Response too large

2009-06-10 Thread sebb
On 10/06/2009, ankush jethi ankush.je...@gmail.com wrote: HI , I am not able to open my response text for some responses. It says response too large is there any way so that I can open it?. The response is only 34 bytes. Actually I was investigating a problem so I had to check for

Re: User Parameter

2009-06-10 Thread sebb
On 10/06/2009, C.Vijayakumar bcvijayaku...@altechindia.com wrote: Hi All , I have used the following steps to Parameterize my Test Plan after getting the information from JMeter-Nabble . For passing values like user name and password using ' User parameter ' file. This is the

Re: Response too large

2009-06-10 Thread ankush jethi
HI Sebb, I was unable to find the property *view.results.tree.max_size *in the jmeter properties file. Please tell me where can I set this Thank you On Wed, Jun 10, 2009 at 5:01 PM, sebb seb...@gmail.com wrote: On 10/06/2009, ankush jethi ankush.je...@gmail.com wrote: HI , I am not

Re: Response too large

2009-06-10 Thread sebb
On 10/06/2009, ankush jethi ankush.je...@gmail.com wrote: HI Sebb, I was unable to find the property *view.results.tree.max_size *in the jmeter properties file. Please tell me where can I set this http://jakarta.apache.org/jmeter/usermanual/get-started.html#configuring_jmeter or

Re: JMeter 2.3.3 hanging on csv data set

2009-06-10 Thread sebb
On 09/06/2009, Benj benjamin.let...@gmail.com wrote: Hi, I've just migrated form JMeter 2.3.2 to 2.3.3. Before I had no problem with my scripts but since 2.3.3 some scripts which using CSV data set are hanging. When I do an strace on the java pid, I find the process waiting for a

RE: User Parameter

2009-06-10 Thread C.Vijayakumar
Hi , Thanks for the reply , but very sorry to ask this question . I have gone through the ' CSV Data Set Config ' . But can any one please explain the process in detailed . Its quite confusing on using this 'CSV Data set config' . Pls Help Thanks in Advance . Vijayakumar.C -Original

Re: User Parameter

2009-06-10 Thread Deepak Shetty
Hi Its pretty straight forward to use.. For your example , say you have login.csv with list of username,password Variable Names -- username,password You can then use ${username} and ${password} in your tests Delimiter -- , Allow quoted data -- If your usernames or passwords can contain commas then

Re: REusable scripts

2009-06-10 Thread sebb
On 10/06/2009, ankush jethi ankush.je...@gmail.com wrote: Hi, I recorded my scripts in an environment and they worked fine. Now when I use them in a different environment where my application is deployed they fail. In what way do they fail? Please suggest what all things I need to take

Re: REusable scripts

2009-06-10 Thread ankush jethi
HI Sebb, WHile executing scripts on different enviroment I just changed the server name in the HTTP default header and the path. But then when I executed using assertions I checked at one of the saving operation the server gives an error page with a message JSP debug page. Then I recorded the

Re: REusable scripts

2009-06-10 Thread sebb
On 10/06/2009, ankush jethi ankush.je...@gmail.com wrote: HI Sebb, WHile executing scripts on different enviroment I just changed the server name in the HTTP default header and the path. OK - are you sure the original server name is not used elsewhere? But then when I executed using

SSL over TCP

2009-06-10 Thread Tony Lotts
I need to send SSL over TCP (not HTTPS). The TCP sampler is not sending a client hello. How can I get JMeter to send the client hello? Thanks

Re: Response too large

2009-06-10 Thread ankush jethi
HI sebb, I added the following property and set it to 0 view.results.tree.max_size = 0 But still I am getting the same message. Response too large. I guess setting 0 means any size limit. Can you please tell what could be the reason Thanks and regards Ankush On Wed, Jun 10, 2009 at 5:18 PM,