Re: "Java Request" Sampler - Second Iteration Fast

2011-10-13 Thread sebb
9196/JMeter-API-Sampler-Config.jpg > > FYI, In the above sampler we are invoking a Remote EJB. So: you are using a 3rd party Java Request which is not part of JMeter. I suggest you ask the authors of the sampler; it's most likely a bug in the 3rd party sampler. > -- > View this mess

Re: "Java Request" Sampler - Second Iteration Fast

2011-10-13 Thread dineshkaarthick
a Remote EJB. -- View this message in context: http://jmeter.512774.n5.nabble.com/Java-Request-Sampler-Second-Iteration-Fast-tp4899140p4899196.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe

Re: "Java Request" Sampler - Second Iteration Fast

2011-10-13 Thread sebb
slower? > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Java-Request-Sampler-Second-Iteration-Fast-tp4899140p4899168.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > -

Re: "Java Request" Sampler - Second Iteration Fast

2011-10-13 Thread dineshkaarthick
sebb, can you please let me know why is the big difference in the response times for the first and further iterations ? -- View this message in context: http://jmeter.512774.n5.nabble.com/Java-Request-Sampler-Second-Iteration-Fast-tp4899140p4899168.html Sent from the JMeter - User mailing list

Re: "Java Request" Sampler - Second Iteration Fast

2011-10-13 Thread sebb
On 13 October 2011 13:59, dineshkaarthick wrote: > http://jmeter.512774.n5.nabble.com/file/n4899140/JMeter-API-Results-Second-Iteration.jpg > > Whenever I run a test for "Java Request" sampler only for the first > iteration the real response times are observed and fro

"Java Request" Sampler - Second Iteration Fast

2011-10-13 Thread dineshkaarthick
http://jmeter.512774.n5.nabble.com/file/n4899140/JMeter-API-Results-Second-Iteration.jpg Whenever I run a test for "Java Request" sampler only for the first iteration the real response times are observed and from the second iteration onwards it is fast and the response time is almost

RE: About Using Java Request

2011-02-08 Thread Ragini Thakur
Users List Subject: Re: About Using Java Request Hi Ragini, Thanks for speedy reply. OK, but i can see two example in my JMeter by default named "* org.apache.jmeter.protocol.java.test.JavaTest* and ..* .java.test.SleepTest*". where can i find these for instances. Where can i f

Re: About Using Java Request

2011-02-08 Thread Ali Navab
t; Sent: Tuesday, February 08, 2011 2:09 PM > To: JMeter Users List > Subject: About Using Java Request > > Dear Reader, > Hi, > > I could not understand how to use "Java Request" in JMeter after reading > JMeter > Manual<http://jakarta.apache.org/jmeter

RE: About Using Java Request

2011-02-08 Thread Ragini Thakur
You will have to download JMeter source for that. There you will get all interfaces to implement. Regards, Ragini Thakur -Original Message- From: Ali Navab [mailto:sana...@gmail.com] Sent: Tuesday, February 08, 2011 2:09 PM To: JMeter Users List Subject: About Using Java Request Dear

About Using Java Request

2011-02-08 Thread Ali Navab
Dear Reader, Hi, I could not understand how to use "Java Request" in JMeter after reading JMeter Manual<http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Java_Request>. where can i find the *org.apache.jmeter.protocol.java.sampler.JavaSamplerClient * interface

Re: Send Parameters With the Request for Java Request is not saving any user added variables

2011-01-25 Thread sebb
On 25 January 2011 12:45, Barrie Treloar wrote: > On Tue, Jan 25, 2011 at 10:43 PM, sebb wrote: > >> > Why isn't this provided out of the box via the framework? >> >> They are different from all the other samplers in that they >> (theoretically) allow one to provide additional parameters via the

Re: Send Parameters With the Request for Java Request is not saving any user added variables

2011-01-25 Thread Barrie Treloar
On Tue, Jan 25, 2011 at 10:43 PM, sebb wrote: > > Why isn't this provided out of the box via the framework? > > They are different from all the other samplers in that they > (theoretically) allow one to provide additional parameters via the > GUI. All other samplers define the parameters that the

Re: Send Parameters With the Request for Java Request is not saving any user added variables

2011-01-25 Thread sebb
On 25 January 2011 10:30, Barrie Treloar wrote: > On Tue, Jan 25, 2011 at 10:49 AM, sebb wrote: > >> On 24 January 2011 23:56, Barrie Treloar wrote: >> > When I click "Add" in the "Send Parameters With the Request" panel for my >> > Java Reques

Re: Send Parameters With the Request for Java Request is not saving any user added variables

2011-01-25 Thread Barrie Treloar
On Tue, Jan 25, 2011 at 10:49 AM, sebb wrote: > On 24 January 2011 23:56, Barrie Treloar wrote: > > When I click "Add" in the "Send Parameters With the Request" panel for my > > Java Request the new variable disappears if I save, or select another > &

Re: Send Parameters With the Request for Java Request is not saving any user added variables

2011-01-24 Thread sebb
On 24 January 2011 23:56, Barrie Treloar wrote: > When I click "Add" in the "Send Parameters With the Request" panel for my > Java Request the new variable disappears if I save, or select another > element in the explorer and come back. > > I haven't no

Send Parameters With the Request for Java Request is not saving any user added variables

2011-01-24 Thread Barrie Treloar
When I click "Add" in the "Send Parameters With the Request" panel for my Java Request the new variable disappears if I save, or select another element in the explorer and come back. I haven't noticed anything in the documentation that tells me how JavaSamplerClient

Re: implementing "Java Request"

2010-10-26 Thread Vikrama Sanjeeva
into JMeter/lib not lib/ext) > > > > On Thu, Oct 14, 2010 at 4:12 PM, Vikrama Sanjeeva > wrote: > > > Hi All, > > > >Can somebody point to a tutorial or a step-by-step guide using "Java > > Request" sample for self created Java Classes ?

Re: implementing "Java Request"

2010-10-14 Thread Deepak Shetty
http://stackoverflow.com/questions/2379688/testing-java-classes-with-jmeter (note you should place your compiled jar into JMeter/lib not lib/ext) On Thu, Oct 14, 2010 at 4:12 PM, Vikrama Sanjeeva wrote: > Hi All, > >Can somebody point to a tutorial or a step-by-step guide us

implementing "Java Request"

2010-10-14 Thread Vikrama Sanjeeva
Hi All, Can somebody point to a tutorial or a step-by-step guide using "Java Request" sample for self created Java Classes ? The one on Apache site is very high-level/ Please guide. Bye Viki Note: Newbie in Jmeter.

Re: How to use a Java Request sampler?

2010-08-08 Thread sebb
On 26 July 2010 09:58, prasanna bhat wrote: > Hi, > > The Java Request is not as straight forward as any other sampler. I have a > few question related to this: > >  1) when do we have to use it ? It's optional. > 2) how to use a Java Request sampler? http:/

How to use a Java Request sampler?

2010-07-26 Thread prasanna bhat
Hi, The Java Request is not as straight forward as any other sampler. I have a few question related to this: 1) when do we have to use it ? 2) how to use a Java Request sampler? 3) what are the adavantages of using it? It will be great if some one can answer these questions with some kind of

Re: How to get the analyze result of custom Java Request?

2010-04-13 Thread sebb
On 14/04/2010, sandy320 wrote: > > Thanks. > > Could you please explain it more detail? > > In Java Request Class > > public class TestP2P extends AbstractJavaSamplerClient{ > > public SampleResult runTest(JavaSamplerContext context) { > Long clie

Re: How to get the analyze result of custom Java Request?

2010-04-13 Thread Deepak Shetty
e explain it more detail? > > In Java Request Class > > public class TestP2P extends AbstractJavaSamplerClient{ > >public SampleResult runTest(JavaSamplerContext context) { >Long clientToServer=...; //the time from client to server >Long ServerToClient=..

Re: How to get the analyze result of custom Java Request?

2010-04-13 Thread sandy320
Thanks. Could you please explain it more detail? In Java Request Class public class TestP2P extends AbstractJavaSamplerClient{ public SampleResult runTest(JavaSamplerContext context) { Long clientToServer=...; //the time from client to server Long ServerToClient

Re: How to get the analyze result of custom Java Request?

2010-04-12 Thread sebb
On 12/04/2010, sandy320 wrote: > > A custom Java Request to test Server. > > I can get the 2 value times of Client==>Sever and Server==>Client in custom > Java Request class > > The question is how to set these 2 value to JMeter Summary Report? > > I want

How to get the analyze result of custom Java Request?

2010-04-12 Thread sandy320
A custom Java Request to test Server. I can get the 2 value times of Client==>Sever and Server==>Client in custom Java Request class The question is how to set these 2 value to JMeter Summary Report? I want to analyze these 2 value, such as min,max,avg... Thanks. -- View this mess

Re: Help on Test EJB server with Java Request

2010-03-17 Thread sandy320
bean. Put the jar to >> %jmeter_home%/lib/ext >> >> 2. Put the EJB business related jar to %jmeter_home%/lib/ext >> >> 3. Put the jnp-client.jar to %jmeter_home%/lib/ext >> >> 4. Run the Test in JMeter Java Request >> >> The issue is that the Object whi

Re: Help on Test EJB server with Java Request

2010-03-17 Thread Deepak Shetty
ent, and override the > runTest() method. In the method, I lookup the EJB bean. Put the jar to > %jmeter_home%/lib/ext > > 2. Put the EJB business related jar to %jmeter_home%/lib/ext > > 3. Put the jnp-client.jar to %jmeter_home%/lib/ext > > 4. Run the Test in JMeter Java Request &g

Re: Help on Test EJB server with Java Request

2010-03-17 Thread sebb
lookup the EJB bean. Put the jar to > %jmeter_home%/lib/ext > > 2. Put the EJB business related jar to %jmeter_home%/lib/ext > > 3. Put the jnp-client.jar to %jmeter_home%/lib/ext The jars should really be put in %jmeter_home%/lib but that won't be the cause. > 4. Run th

Help on Test EJB server with Java Request

2010-03-16 Thread sandy320
business related jar to %jmeter_home%/lib/ext 3. Put the jnp-client.jar to %jmeter_home%/lib/ext 4. Run the Test in JMeter Java Request The issue is that the Object which I lookup in runTest() is null. ps. I could get the instance of this Object in main() without JMeter Please help,thx

Re: How to see a class name in Java Request control panel classname combo-box?

2010-02-10 Thread sebb
>> > > >> > did you implement JavaSamplerClient interface? > >> > > >> > regards > >> > deepak > >> > > >> > On Wed, Feb 10, 2010 at 11:27 AM, RBRB > >> > wrote: > >> > > >> &

Re: How to see a class name in Java Request control panel classname combo-box?

2010-02-10 Thread RBRB
gt; > deepak >> > >> > On Wed, Feb 10, 2010 at 11:27 AM, RBRB >> > wrote: >> > >> >> >> >> According to the documentation, if a jar file containing a java class >> is >> >> placed in lib/ext folder, the class name sho

Re: How to see a class name in Java Request control panel classname combo-box?

2010-02-10 Thread Deepak Shetty
ou implement JavaSamplerClient interface? > > > > regards > > deepak > > > > On Wed, Feb 10, 2010 at 11:27 AM, RBRB > > wrote: > > > >> > >> According to the documentation, if a jar file containing a java class is > >> placed in li

Re: How to see a class name in Java Request control panel classname combo-box?

2010-02-10 Thread RBRB
documentation, if a jar file containing a java class is >> placed in lib/ext folder, the class name should be visible in the >> classname >> drop-down on Java Request control panel. I placed a jar file containing >> one >> class (there is no package statement in the

Re: How to see a class name in Java Request control panel classname combo-box?

2010-02-10 Thread Deepak Shetty
did you implement JavaSamplerClient interface? regards deepak On Wed, Feb 10, 2010 at 11:27 AM, RBRB wrote: > > According to the documentation, if a jar file containing a java class is > placed in lib/ext folder, the class name should be visible in the classname > drop-down on

How to see a class name in Java Request control panel classname combo-box?

2010-02-10 Thread RBRB
According to the documentation, if a jar file containing a java class is placed in lib/ext folder, the class name should be visible in the classname drop-down on Java Request control panel. I placed a jar file containing one class (there is no package statement in the class) in that folder and

Re: JMeter Java Request / CSV Data Set ?

2009-09-23 Thread Jean-Louis.Pasturel
Jean-Louis.Pasturel a écrit : 2 Questtions Can i use a CSV data Set with a Java Request Sampler ? And if so, how can i retrieve the values of the columns from the java Sampler ? - To unsubscribe, e-mail: jmeter-user

JMeter Java Request / CSV Data Set ?

2009-09-23 Thread Jean-Louis.Pasturel
2 Questtions Can i use a CSV data Set with a Java Request Sampler ? And if so, how can i retrieve the values of the columns from the java Sampler ? - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For

Re: Java Request

2009-08-21 Thread Deepak Shetty
it wasn't working, > but I had to restart jmeter and it started working.:blush: > > sebb-2-2 wrote: > > > > On 21/08/2009, zanas wrote: > >> > >> Hi, > >> How can I transfer data between Java Request Samplers?? I generated a > >> string &

Re: Java Request

2009-08-21 Thread zanas
Hi, >> How can I transfer data between Java Request Samplers?? I generated a >> string >> in my first sampler and then I need to use it in my second sampler. I've >> tried to insert it in the Response Message and I parsed it with the >> Regular >

Re: Java Request

2009-08-21 Thread sebb
On 21/08/2009, zanas wrote: > > Hi, > How can I transfer data between Java Request Samplers?? I generated a string > in my first sampler and then I need to use it in my second sampler. I've > tried to insert it in the Response Message and I parsed it with the Regular >

Java Request

2009-08-21 Thread zanas
Hi, How can I transfer data between Java Request Samplers?? I generated a string in my first sampler and then I need to use it in my second sampler. I've tried to insert it in the Response Message and I parsed it with the Regular Expression Extractor, but then I can't pass it to th

Re: Java Request Sample. static initialization

2009-05-07 Thread Jean-Louis.Pasturel
it possible to do static initialisation in a Java Request Sample that uses the parameters set in the panel of the the Java Request Sample ? Or is there a

Re: Java Request Sample. static initialization

2009-05-07 Thread Jean-Louis.Pasturel
JMeter and this is my first post to this mailing list, and sorry for perhaps faq questions. If it is, let me know. Is it possible to do static initialisation in a Java Request Sample that uses the parameters set in the panel of the the Java Request Sample ? Or is there a better way with other

Re: Java Request Sample. static initialization

2009-05-05 Thread sebb
gt; > > > > > > > > > > > > > > > > > > > > > > > > > > > > Hi All, > > > > > > > I am a begginner with JMet

Re: Java Request Sample. static initialization

2009-05-05 Thread viet nguyen
aq questions. If it is, let me know. > Is it possible to do static initialisation in a Java Request Sample that > uses the parameters set in the panel of the the Java Request Sample ? > Or is there a better way with other feature of JMeter ( Pre-processor ?)? &g

Re: Java Request Sample. static initialization

2009-05-05 Thread Jean-Louis.Pasturel
and this is my first post to this mailing list, and sorry for perhaps faq questions. If it is, let me know. Is it possible to do static initialisation in a Java Request Sample that uses the parameters set in the panel of the the Java Request Sample

Re: Java Request Sample. static initialization

2009-05-04 Thread sebb
> > > > > > > > > > > wrote: > > > > > > > > > > > > > > > > > > > Hi All, > > > > > I am a begginner with JMeter and this is my first post to this > mailing > > > > > list,

Re: Java Request Sample. static initialization

2009-05-04 Thread Jean-Louis.Pasturel
. Is it possible to do static initialisation in a Java Request Sample that uses the parameters set in the panel of the the Java Request Sample ? Or is there a better way with other feature of JMeter ( Pre-processor ?)? I'm not sure what you are trying to do. The

Re: Java Request Sample. static initialization

2009-05-01 Thread sebb
orry for perhaps faq questions. If it is, let me know. > > > Is it possible to do static initialisation in a Java Request Sample that > > > uses the parameters set in the panel of the the Java Request Sample ? > Or is > > > there a better way with other feature of JMete

Re: Java Request Sample. static initialization

2009-05-01 Thread Jean-Louis.Pasturel
sebb a écrit : On 01/05/2009, Jean-Louis.Pasturel wrote: Hi All, I am a begginner with JMeter and this is my first post to this mailing list, and sorry for perhaps faq questions. If it is, let me know. Is it possible to do static initialisation in a Java Request Sample that uses the

Re: Java Request Sample. static initialization

2009-05-01 Thread sebb
On 01/05/2009, Jean-Louis.Pasturel wrote: > Hi All, > I am a begginner with JMeter and this is my first post to this mailing > list, and sorry for perhaps faq questions. If it is, let me know. > Is it possible to do static initialisation in a Java Request Sample that > uses the

Java Request Sample. static initialization

2009-05-01 Thread Jean-Louis.Pasturel
Hi All, I am a begginner with JMeter and this is my first post to this mailing list, and sorry for perhaps faq questions. If it is, let me know. Is it possible to do static initialisation in a Java Request Sample that uses the parameters set in the panel of the the Java Request Sample ? Or

Re: advice on using regex to retrieve parameters returned from a java request sampler

2009-01-15 Thread sebb
On 15/01/2009, gregorype...@aol.com wrote: > Hi all - it's great to be back using JMeter :-) > > > > > A few years back we extended JMeter writing an EJB sampler based upon the > Java request sampler. Our results were outputted in CSV format. We needed to > sa

advice on using regex to retrieve parameters returned from a java request sampler

2009-01-15 Thread gregorypeace
Hi all - it's great to be back using JMeter :-)   A few years back we extended JMeter writing an EJB sampler based upon the Java request sampler.  Our results were outputted in CSV format. We needed to save a number of bespoke values within our EJB/ Java request samplers and use

Re: Java request never gets off the ground

2009-01-02 Thread sebb
On 02/01/2009, laredotornado wrote: > > Hi, > > I'm using JMeter 2.3.2 on Windows XP. I have a Java request ... > > http://screencast.com/t/ll7mLlje557 > > and I set the number of threads to be 10, with ramp up period being one > second. However, upon visiti

Java request never gets off the ground

2009-01-02 Thread laredotornado
Hi, I'm using JMeter 2.3.2 on Windows XP. I have a Java request ... http://screencast.com/t/ll7mLlje557 and I set the number of threads to be 10, with ramp up period being one second. However, upon visiting Run -> Start, I see the green square in the upper right of my JMeter window w

Re: Best usage of sample_variables (trunk) with a Java Request Sampler ?

2008-05-21 Thread sebb
, except that the variable name gets > surrounded by double quotes in the csv column (very, very minor "bug" ;>). > That's deliberate - it allows the loader to distinguish user variables from normal columns. > My usecase : I'm using a custom Java Request Sampler inside

Best usage of sample_variables (trunk) with a Java Request Sampler ?

2008-05-21 Thread Laurent Perez
very minor "bug" ;>). My usecase : I'm using a custom Java Request Sampler inside my plan, it's returning results, and I would like to add part of these results as new csv columns, using the above new functionality. However, it doesn't look like the JavaSamplerContext object p

Re: How to use Java Request for testing the RMI application

2008-03-28 Thread sebb
On 28/03/2008, singh sachin <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm working on an application which uses multiple protocols (Http and RMI). > I've gone through the many posts in the forum but they all says that by > using Java Request we can work on the RMI

How to use Java Request for testing the RMI application

2008-03-28 Thread singh sachin
Hi, I'm working on an application which uses multiple protocols (Http and RMI). I've gone through the many posts in the forum but they all says that by using Java Request we can work on the RMI protocol. I've tried to work on the Java Request but can't able to start th

Re: calculating the time using java request results.sampleStart results.sampleEnd

2008-02-07 Thread Fulvio Guglielmelli
TED]> ha scritto: On 07/02/2008, Fulvio Guglielmelli wrote: > I have test with java request > i user the following steps > > results.sampleStart(); > t1 > results.samplePause(); > .. > results.sampleResume(); > t2 > results.sampleEnd(); > > is possible have

Re: calculating the time using java request results.sampleStart results.sampleEnd

2008-02-07 Thread sebb
On 07/02/2008, Fulvio Guglielmelli <[EMAIL PROTECTED]> wrote: > I have test with java request > i user the following steps > > results.sampleStart(); >t1 > results.samplePause(); > .. > results.sampl

calculating the time using java request results.sampleStart results.sampleEnd

2008-02-07 Thread Fulvio Guglielmelli
I have test with java request i user the following steps results.sampleStart(); t1 results.samplePause(); .. results.sampleResume(); t2 results.sampleEnd(); is possible have by java code the t1 and t2 time

Re: Specifying Content-Type for Java Request

2008-01-06 Thread sebb
; Thanks for the reply. > > I am generating multiple HTTP POST bodies (as files) which contain static > data as well as data from Jmeter variables. > > A group of Java Request -> Save Responses pairs take care of generating the > files, and the Send a File.. feature of an HTTP R

Re: Specifying Content-Type for Java Request

2008-01-03 Thread BlakeUMN
Thanks for the reply. I am generating multiple HTTP POST bodies (as files) which contain static data as well as data from Jmeter variables. A group of Java Request -> Save Responses pairs take care of generating the files, and the Send a File.. feature of an HTTP Request lets me specify

Re: Specifying Content-Type for Java Request

2008-01-02 Thread sebb
On 03/01/2008, BlakeUMN <[EMAIL PROTECTED]> wrote: > > I have a Java Request with resultData = "Foo ${jmeterVariable} Bar" and a > child "Save Responses to a file" having a Filename prefix of Baz.bop. The > file is written to disk with the filename Baz.bo

Specifying Content-Type for Java Request

2008-01-02 Thread BlakeUMN
I have a Java Request with resultData = "Foo ${jmeterVariable} Bar" and a child "Save Responses to a file" having a Filename prefix of Baz.bop. The file is written to disk with the filename Baz.bop1.unknown and I would like it to be written as Baz.bop. The ma

Re: Where do I place Java Request Sampler classes

2007-10-26 Thread sebb
<[EMAIL PROTECTED]> wrote: > More specifically how do I tell jmeter to pick up my Java Request > Sampler classes from a particular directory. One thing I have tried is > to jar the files and put them in \lib\ext folder, is there any other way > to tell jmeter to pick up files from so

Where do I place Java Request Sampler classes

2007-10-26 Thread Jigar Gosar
More specifically how do I tell jmeter to pick up my Java Request Sampler classes from a particular directory. One thing I have tried is to jar the files and put them in \lib\ext folder, is there any other way to tell jmeter to pick up files from some other directory without jaring them? I

Runtime values not changing during running java request sampler

2007-10-25 Thread kokila k
Hi, For my application I am trying pass the php file with arguments in the jmeter java sampler program. After compiling the java file, i created jar file and placed in the lib/ext folder and thru jmeter iam calling that class file. But during run time the script is taking the static values

Re: JAVA REQUEST - ${__CSVRead and NEXT VALUE

2007-10-18 Thread sebb
]> wrote: > as per my experience with jmeter. if I use loop then it always takes first > row but if I use threads then it takes the next value. Don't know if its by > design or a bug > > On 10/4/07, Fulvio Guglielmelli <[EMAIL PROTECTED]> wrote: > > > > Hi,

Re: JAVA REQUEST - ${__CSVRead and NEXT VALUE

2007-10-17 Thread neetu kulshrestha
as per my experience with jmeter. if I use loop then it always takes first row but if I use threads then it takes the next value. Don't know if its by design or a bug On 10/4/07, Fulvio Guglielmelli <[EMAIL PROTECTED]> wrote: > > Hi, > i have a JAVA REQUEST class wit

regular expression wit java request result

2007-10-16 Thread Fulvio Guglielmelli
can anyone explain me in which way i can test a parameter returned from a java request with a regular expression? thanks FULVIO - - L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail

Re: JAVA REQUEST - ${__CSVRead and NEXT VALUE

2007-10-04 Thread sebb
On 04/10/2007, Fulvio Guglielmelli <[EMAIL PROTECTED]> wrote: > Hi, > i have a JAVA REQUEST class with parameter > a | ${__CSVRead(try.csv,0)} > whei i run the test, into the java class it always read the first ROW of > try.csv file. Because you have not used next()

JAVA REQUEST - ${__CSVRead and NEXT VALUE

2007-10-04 Thread Fulvio Guglielmelli
Hi, i have a JAVA REQUEST class with parameter a | ${__CSVRead(try.csv,0)} whei i run the test, into the java class it always read the first ROW of try.csv file. Into the log i saw jmeter read the next value i don't know how take it to be use. I tried to use

Re: Java Request

2007-07-12 Thread sebb
er/1.5.1/en/how_to_use_jmeter.html --Naveen "Mathumathi Palani Bommu, EAS-Chennai" <[EMAIL PROTECTED]> wrote: Hi M new to jmeter.. Can any one tell wat this java request sampler work.. and wat is the usage

Re: Java Request

2007-07-12 Thread naveen sharma
you can tutorials at http://www.jajakarta.org/jmeter/1.5.1/en/how_to_use_jmeter.html --Naveen "Mathumathi Palani Bommu, EAS-Chennai" <[EMAIL PROTECTED]> wrote: Hi M new to jmeter.. Can any one tell wat this java request sampler work.. and wat is the usage of this sam

Java Request

2007-07-12 Thread Mathumathi Palani Bommu, EAS-Chennai
Hi M new to jmeter.. Can any one tell wat this java request sampler work.. and wat is the usage of this sampler DISCLAIMER: --- The contents of this e-mail and any attachment(s

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

Re: throws NullPointerException in using Java Request

2007-07-11 Thread sebb
lt;[EMAIL PROTECTED]> wrote: > > 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 > >

Re: throws NullPointerException in using Java Request

2007-07-11 Thread Tracy Zhu
: 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 Reques

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. f

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:

RE: Java Request

2007-05-28 Thread Anjaneyulu Aerrolla
Try putting the jar file containing your Java Request class in lib/ext folder, for me it worked. Anjan -Original Message- From: Sireesha Sridhara [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 29, 2007 3:54 AM To: JMeter Users List Subject: Re: Java Request Hi All, I used java

Re: Java Request

2007-05-28 Thread Sireesha Sridhara
Hi All, I used java request and implemeted the AbstractSamplerClient, added it in lib and I can see the class in JavaRequest. But when I run I get InstantiationException. Did anyone use the Javarequest? What is the reason for InstantiationExcecption? Looks like the constructor is not being

Re: java request

2007-05-26 Thread sebb
Make sure that the class is in a jar, and the jar is in lib/ext On 26/05/07, Sireesha Sridhara <[EMAIL PROTECTED]> wrote: Hi all, I wrote a class which extends AbstractJavaSamplerClient and implementd all the methods. Now when I add a java request and run the test, it says error and in t

RE: java request

2007-05-25 Thread Sireesha Sridhara
Hi all, I wrote a class which extends AbstractJavaSamplerClient and implementd all the methods. Now when I add a java request and run the test, it says error and in the log it see the erros : Exception creating: AVOClient java.lang.InstantiationException: AVOClient at

Re: Java Request and HTTP Request Defaults

2007-05-15 Thread sebb
> To: JMeter Users List > Sent: Thursday, March 8, 2007 9:51:16 AM > Subject: Re: Java Request and HTTP Request Defaults > > You can access system properties, JMeter properties and JMeter > variables from any sampler. > > And HTTP defaults can be defined in terms of the above.

Re: Java Request and HTTP Request Defaults

2007-05-11 Thread Marji Dainty
direct. Thanks, Marji On Fri, 2007-05-11 at 13:19 -0700, Peter wrote: > Sorry, how does one go about doing this? > > - Original Message > From: sebb <[EMAIL PROTECTED]> > To: JMeter Users List > Sent: Thursday, March 8, 2007 9:51:16 AM > Subject: Re: Ja

Re: Java Request and HTTP Request Defaults

2007-05-11 Thread Peter
Sorry, how does one go about doing this? - Original Message From: sebb <[EMAIL PROTECTED]> To: JMeter Users List Sent: Thursday, March 8, 2007 9:51:16 AM Subject: Re: Java Request and HTTP Request Defaults You can access system properties, JMeter properties and JMeter variable

Re: how to give the classname of java in jmeter java request sampler?

2007-04-20 Thread sebb
Put the class in a jar file and put the jar in lib/ext On 20/04/07, ald <[EMAIL PROTECTED]> wrote: I implemented the JavaSamplerClient in a HelloWorld.java file, but HelloWorld.class does not show up in the Classname list box of the Java Request Sampler. I tried 1) adding the dir

Re: how to give the classname of java in jmeter java request sampler?

2007-04-20 Thread ald
I implemented the JavaSamplerClient in a HelloWorld.java file, but HelloWorld.class does not show up in the Classname list box of the Java Request Sampler. I tried 1) adding the directory containing HelloWorld.class to the Test Plan "Add directory or jar to classpath" and 2) (brute

Re: how to give the classname of java in jmeter java request sampler?

2007-04-20 Thread ald
--- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/how-to-give-the-classname-of-java-in-jmeter-java-request-sampler--tf3558969.html#a10108570

Re: how to give the classname of java in jmeter java request sampler?

2007-04-11 Thread sebb
On 11/04/07, gopal labudu <[EMAIL PROTECTED]> wrote: thanks for reply, i don't know what type of interface we need to create? JavaSamplerClient - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Re: how to give the classname of java in jmeter java request sampler?

2007-04-11 Thread gopal labudu
thanks for reply, i don't know what type of interface we need to create? if you have an example, please send according to that i can write code for my project. once again thanks for reply, from Gopal . On 4/11/07, sebb <[EMAIL PROTECTED]> wrote: Please see: http:/

Re: how to give the classname of java in jmeter java request sampler?

2007-04-11 Thread sebb
Please see: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Java_Request "This sampler lets you control a java class that implements the JavaSamplerClient interface. By writing your own implementation of this interface, you can use JMeter to harness multiple threads, input p

how to give the classname of java in jmeter java request sampler?

2007-04-11 Thread gopal labudu
hi, how to give the class name and where to save the java class name what are the parameters need to send? are all parameters mandatory while sending?

Need help for java request sample.

2007-04-11 Thread gopal labudu
please help me, i don't know how to use jmeter for java request sample if any one knows about java request sample configuration and usage please send the procedure for the same. *my application details* it is client/server application and .jar file made with java. there

Re: Java Request and HTTP Request Defaults

2007-03-08 Thread sebb
Original Message From: Peter <[EMAIL PROTECTED]> To: jmeter-user@jakarta.apache.org Sent: Monday, March 5, 2007 11:59:38 AM Subject: Java Request and HTTP Request Defaults Hi I was wondering how I can get access to values defined in HTTP Request Defaults from my Java Request implementat

  1   2   >