Re: Exception while using JDBC Request (UnsatisfiedLinkError)

2009-01-16 Thread Subhani Shaik
The problem is with the db2.zip file. Used anohter version of Zip file which resolved the problem. Subhani Shaik wrote: > > Hello, > > I am trying to make a JDBC test request. I am getting the following > exception. > I am using > DB2 V7.x as database. > JMeter V2.3.2 > Java 1.6 > OS: Windo

Re: Exception while using JDBC Request (UnsatisfiedLinkError)

2009-01-16 Thread Subhani Shaik
The problem is with the db2.zip file. Used anohter version of Zip file which resolved the problem. Subhani Shaik wrote: > > Hello, > > I am trying to make a JDBC test request. I am getting the following > exception. > I am using > DB2 V7.x as database. > JMeter V2.3.2 > Java 1.6 > OS: Windo

Aggregate report Time Accuracy

2009-01-16 Thread Mahajan, Nitin
When we run any Jmeter test for web based j2ee application Aggregate Report show Min Tim, Max Time, Average Time etc. What are these times exactly. It is time between HTTPRequest being send from JMeter and Time when HttpResponse is received. Does it anyways account time browser will take to render

Confusion about JSF javax.faces.ViewState variable

2009-01-16 Thread laredotornado
Hi, I'm using JMeter 2.3.2 on Windows XP. I am trying to write tests for a JSF 1.1 application. I've used the Non-Config Element->proxy server to record my session. I notice when I play my session back, I will not get the responses I saw when originally recording my session. I've then change

Re: Jmeter crashes with "swap space" error for us

2009-01-16 Thread GeeTee
>> Out of curiousity, could you try opening up your jmeter.bat and >> increasing the values in the HEAP variable. Sepecifically, change >> -Xmx512m up to -Xmx2048m in hopes that you're running into a >> limitation with the default memory settings. > >Agreed. The test results I observed were aft

Re: java.net.SocketException: Unconnected sockets not implemented

2009-01-16 Thread laredotornado
I'm all about closure and so I wanted to update this thread. I followed the suggestion below (putting 1.5 earlier in the path) and it worked. - Dave sebb-2-2 wrote: > > On 22/12/2008, laredotornado wrote: >> >> It shows 1.6.0_11 ! >> >> http://screencast.com/t/0YyDQSNeupa >> >> But how

Re: how to collect results after distributed testing?

2009-01-16 Thread liza_dl
sebb-2-2 wrote: > > There was a bug in the collection of responses which meant that the > master JMeter sometimes shuts down before all the responses are > collected. [This has been fixed in the nightly builds]. > I've rebuild jmeter using r728228 nightly build, now appears an error when I try

Re: how to collect results after distributed testing?

2009-01-16 Thread sebb
On 16/01/2009, liza_dl wrote: > > > sebb-2-2 wrote: > > > > > > Or use non_GUI mode and merge the test results after the run has finished. > > > > > > > Do you mean to start test separately on each machine? > Yes. > > -- > View this message in context: > http://www.nabble.com/how-to-col

Re: how to collect results after distributed testing?

2009-01-16 Thread liza_dl
sebb-2-2 wrote: > > > Or use non_GUI mode and merge the test results after the run has finished. > > Do you mean to start test separately on each machine? -- View this message in context: http://www.nabble.com/how-to-collect-results-after-distributed-testing--tp21497688p21500030.html Sen

Re: how to collect results after distributed testing?

2009-01-16 Thread sebb
On 16/01/2009, liza_dl wrote: > > Hi! > > How are results collected when testing with one master machine and two slave > machines? > I've tried to run load testing with mode=Hold and mode=Standard. > In the first case result file contains responces only from one of the > machines, it seems t

Re: Jmeter crashes with "swap space" error for us

2009-01-16 Thread sebb
On 16/01/2009, Thomas Johnson wrote: > On Fri, Jan 16, 2009 at 4:21 AM, GeeTee wrote: > > > > Hi sebb, > > > > Thanks for your response. Following are the details: > > > >>>What is the exact Java error message? > >>>AFAIK,"swap space" is an OS error rather than a JVM error > > Exception j

Re: java.sql.SQLException: No suitable driver

2009-01-16 Thread sebb
I've since found out that the message "No suitable driver" generally means that the connection string is wrong - i.e. none of the loaded drivers were able to handle it. If the driver class cannot be found, then the message is different. You can see this by deliberately using a class name that can

how to collect results after distributed testing?

2009-01-16 Thread liza_dl
Hi! How are results collected when testing with one master machine and two slave machines? I've tried to run load testing with mode=Hold and mode=Standard. In the first case result file contains responces only from one of the machines, it seems that the first slave machine sends the result file

Re: java.sql.SQLException: No suitable driver

2009-01-16 Thread EvilPeanut
Try download ojdbc6.jar it works for me in 2.3.2. Also what java environment are you using? Shelli D. Orton wrote: > > Hi, > > I'm using JMeter 2.3.2 and am trying to connect to an Oracle database. I > have included the ojdbc14_10.1.0.4.0.jar file in my JMeter's lib > directory. I've set up

Re: JDBC Request: Select returning values to variables

2009-01-16 Thread EvilPeanut
Hi yaroslav1 I would be very interested in more detail. Do you by chance have an example of this? I'm trying to get this working within the next few hours, so I'm pretty desperate to get this done ASAP. Sorry if it seems like I'm just grabbing at straws. Thanks in Advance yaroslav1 wrote: > >

Re: Jmeter crashes with "swap space" error for us

2009-01-16 Thread Thomas Johnson
On Fri, Jan 16, 2009 at 4:21 AM, GeeTee wrote: > > Hi sebb, > > Thanks for your response. Following are the details: > >>>What is the exact Java error message? >>>AFAIK,"swap space" is an OS error rather than a JVM error > Exception java.lang.OutOfMemoryError: requested 36052328 bytes for > promot

Re: distributive testing. Slave machines can't read from .properties file

2009-01-16 Thread liza_dl
Thanks! it works! sebb-2-2 wrote: > > Or you can use the -G command-line switch to send individual > properties to all the servers: > > http://jakarta.apache.org/jmeter/usermanual/get-started.html#options > > On 12/01/2009, Fitzpatrick, Adrian wrote: >> >> Hi, >> >> No, jmeter does not send