Re: Error in Jmeter 207

2012-06-20 Thread sebb
On 20 June 2012 08:04, Niraj niraj.khatm...@gmail.com wrote:
 Hello All,

 I am getting below mentioned error in Jmeter version 2.7 when i run the
 test. Can someone please help me how i can resolve this?

Whatever the Java sampler is talking to is returning EOF.

Either the Java sampler is not set up correctly, or the server is broken.

Not a lot more can be said from the information provided.

 2012/06/20 11:19:12 INFO  - jmeter.engine.StandardJMeterEngine: Running the
 test!
 2012/06/20 11:19:12 INFO  - jmeter.gui.util.JMeterMenuBar:
 setRunning(true,*local*)
 2012/06/20 11:19:12 INFO  - jmeter.engine.StandardJMeterEngine: Starting 10
 threads for group jp@gc - Stepping Thread Group.
 2012/06/20 11:19:12 INFO  - jmeter.engine.StandardJMeterEngine: Thread will
 continue on error
 2012/06/20 11:19:12 INFO  - jmeter.engine.StandardJMeterEngine: All threads
 have been started
 2012/06/20 11:19:13 INFO  - jmeter.threads.JMeterThread: Thread started:
 jp@gc - Stepping Thread Group 1-1
 2012/06/20 11:19:13 WARN  - jmeter.config.CSVDataSet: Empty delimiter
 converted to ','
 2012/06/20 11:19:13 INFO  - jmeter.services.FileServer: Stored: test.csv
 2012/06/20 11:19:14 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
 readResponse: java.io.EOFException
 2012/06/20 11:19:14 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
 Error Response Code: 302, Server sent no Errorpage
 2012/06/20 11:19:16 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
 readResponse: java.io.EOFException
 2012/06/20 11:19:16 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
 Error Response Code: 302, Server sent no Errorpage
 2012/06/20 11:19:16 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
 readResponse: java.io.EOFException
 2012/06/20 11:19:16 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
 Error Response Code: 302, Server sent no Errorpage
 2012/06/20 11:19:16 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
 readResponse: java.io.EOFException
 2012/06/20 11:19:16 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
 Error Response Code: 302, Server sent no Errorpage
 2012/06/20 11:19:20 INFO  - jmeter.threads.JMeterThread: Thread started:
 jp@gc - Stepping Thread Group 1-2
 2012/06/20 11:19:20 WARN  - jmeter.config.CSVDataSet: Empty delimiter
 converted to ','
 2012/06/20 11:19:20 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
 readResponse: java.io.EOFException
 2012/06/20 11:19:20 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
 Error Response Code: 302, Server sent no Errorpage
 2012/06/20 11:19:23 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
 readResponse: java.io.EOFException
 2012/06/20 11:19:23 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
 Error Response Code: 302, Server sent no Errorpage
 2012/06/20 11:19:23 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
 readResponse: java.io.EOFException
 2012/06/20 11:19:23 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
 Error Response Code: 302, Server sent no Errorpage
 2012/06/20 11:19:23 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
 readResponse: java.io.EOFException
 2012/06/20 11:19:23 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
 Error Response Code: 302, Server sent no Errorpag

 Thanks,
 Niraj

-
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org



Re: Error in Jmeter 207

2012-06-20 Thread Niraj
Thanks for the reply.

This is how my test looks like.

Test Plan
 - Stepping Thread Group
   - HTTP Cookie Manager
   - HTTP Header manager
   - CSV Data Set Config.
  -  Transaction controller (Home Page)
  -  Transaction controller (Login Request)
  -  Transaction controller (Logout)
  - Summary Report

Please let me know if any another information needs to be shared.

Thanks,
Niraj



On Wed, Jun 20, 2012 at 3:43 PM, sebb seb...@gmail.com wrote:

 On 20 June 2012 08:04, Niraj niraj.khatm...@gmail.com wrote:
  Hello All,
 
  I am getting below mentioned error in Jmeter version 2.7 when i run the
  test. Can someone please help me how i can resolve this?

 Whatever the Java sampler is talking to is returning EOF.

 Either the Java sampler is not set up correctly, or the server is broken.

 Not a lot more can be said from the information provided.

  2012/06/20 11:19:12 INFO  - jmeter.engine.StandardJMeterEngine: Running
 the
  test!
  2012/06/20 11:19:12 INFO  - jmeter.gui.util.JMeterMenuBar:
  setRunning(true,*local*)
  2012/06/20 11:19:12 INFO  - jmeter.engine.StandardJMeterEngine: Starting
 10
  threads for group jp@gc - Stepping Thread Group.
  2012/06/20 11:19:12 INFO  - jmeter.engine.StandardJMeterEngine: Thread
 will
  continue on error
  2012/06/20 11:19:12 INFO  - jmeter.engine.StandardJMeterEngine: All
 threads
  have been started
  2012/06/20 11:19:13 INFO  - jmeter.threads.JMeterThread: Thread started:
  jp@gc - Stepping Thread Group 1-1
  2012/06/20 11:19:13 WARN  - jmeter.config.CSVDataSet: Empty delimiter
  converted to ','
  2012/06/20 11:19:13 INFO  - jmeter.services.FileServer: Stored: test.csv
  2012/06/20 11:19:14 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:14 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpage
  2012/06/20 11:19:16 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:16 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpage
  2012/06/20 11:19:16 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:16 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpage
  2012/06/20 11:19:16 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:16 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpage
  2012/06/20 11:19:20 INFO  - jmeter.threads.JMeterThread: Thread started:
  jp@gc - Stepping Thread Group 1-2
  2012/06/20 11:19:20 WARN  - jmeter.config.CSVDataSet: Empty delimiter
  converted to ','
  2012/06/20 11:19:20 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:20 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpage
  2012/06/20 11:19:23 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:23 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpage
  2012/06/20 11:19:23 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:23 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpage
  2012/06/20 11:19:23 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:23 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpag
 
  Thanks,
  Niraj

 -
 To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
 For additional commands, e-mail: user-h...@jmeter.apache.org




RE: Error in Jmeter 207

2012-06-20 Thread Lakshmi Sujatha Chekuri -ERS, HCL Tech
Hi ,

When I am running the script in Jmeter 2.6 it is displaying the following error.

Response code: Non HTTP response code: java.net.ConnectException
Response message: Non HTTP response message: Connection timed out: connect

Anyone tell me what is reason  for the error. Is there any error in my script. 
Please tell me...

Thanks  Regards,
Lakshmi Sujatha Chekuri



-Original Message-
From: sebb [mailto:seb...@gmail.com] 
Sent: Wednesday, June 20, 2012 4:02 PM
To: JMeter Users List
Subject: Re: Error in Jmeter 207

On 20 June 2012 11:22, Niraj niraj.khatm...@gmail.com wrote:
 Thanks for the reply.

Sorry, read it wrong (very noisy environment here)

It's actually the HTTP server which is responding with

Error Response Code: 302, Server sent no Errorpage.


 This is how my test looks like.

 Test Plan
  - Stepping Thread Group

That is not a standard JMeter test element.

   - HTTP Cookie Manager
   - HTTP Header manager
   - CSV Data Set Config.
  -  Transaction controller (Home Page)
  -  Transaction controller (Login Request)
  -  Transaction controller (Logout)
  - Summary Report

 Please let me know if any another information needs to be shared.

[There are no HTTP samplers shown in the above summary.]

This is not something that can be debugged remotely.

You will have to work through the test plan to find out where it
starts going wrong, and fix the HTTP settings - or the server, if that
is at fault ...

I suggest you create the simplest possible test plan which shows the
error and compare that with how a browser behaves.

 Thanks,
 Niraj



 On Wed, Jun 20, 2012 at 3:43 PM, sebb seb...@gmail.com wrote:

 On 20 June 2012 08:04, Niraj niraj.khatm...@gmail.com wrote:
  Hello All,
 
  I am getting below mentioned error in Jmeter version 2.7 when i run the
  test. Can someone please help me how i can resolve this?

 Whatever the Java sampler is talking to is returning EOF.

 Either the Java sampler is not set up correctly, or the server is broken.

 Not a lot more can be said from the information provided.

  2012/06/20 11:19:12 INFO  - jmeter.engine.StandardJMeterEngine: Running
 the
  test!
  2012/06/20 11:19:12 INFO  - jmeter.gui.util.JMeterMenuBar:
  setRunning(true,*local*)
  2012/06/20 11:19:12 INFO  - jmeter.engine.StandardJMeterEngine: Starting
 10
  threads for group jp@gc - Stepping Thread Group.
  2012/06/20 11:19:12 INFO  - jmeter.engine.StandardJMeterEngine: Thread
 will
  continue on error
  2012/06/20 11:19:12 INFO  - jmeter.engine.StandardJMeterEngine: All
 threads
  have been started
  2012/06/20 11:19:13 INFO  - jmeter.threads.JMeterThread: Thread started:
  jp@gc - Stepping Thread Group 1-1
  2012/06/20 11:19:13 WARN  - jmeter.config.CSVDataSet: Empty delimiter
  converted to ','
  2012/06/20 11:19:13 INFO  - jmeter.services.FileServer: Stored: test.csv
  2012/06/20 11:19:14 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:14 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpage
  2012/06/20 11:19:16 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:16 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpage
  2012/06/20 11:19:16 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:16 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpage
  2012/06/20 11:19:16 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:16 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpage
  2012/06/20 11:19:20 INFO  - jmeter.threads.JMeterThread: Thread started:
  jp@gc - Stepping Thread Group 1-2
  2012/06/20 11:19:20 WARN  - jmeter.config.CSVDataSet: Empty delimiter
  converted to ','
  2012/06/20 11:19:20 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:20 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpage
  2012/06/20 11:19:23 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:23 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpage
  2012/06/20 11:19:23 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:23 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpage
  2012/06/20 11:19:23 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:23 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpag
 
  Thanks,
  Niraj

Re: Error in Jmeter 207

2012-06-20 Thread Shmuel Krakower
Try using HC3.1/4 (HTTPClient) instead of Java in the HTTP Sampler.
Also make sure follow redirects is checked.

If doesn't help, post the error from the sampler itself and not from
jmeter.log...

Shmuel.


On Wed, Jun 20, 2012 at 1:13 PM, sebb seb...@gmail.com wrote:

 On 20 June 2012 08:04, Niraj niraj.khatm...@gmail.com wrote:
  Hello All,
 
  I am getting below mentioned error in Jmeter version 2.7 when i run the
  test. Can someone please help me how i can resolve this?

 Whatever the Java sampler is talking to is returning EOF.

 Either the Java sampler is not set up correctly, or the server is broken.

 Not a lot more can be said from the information provided.

  2012/06/20 11:19:12 INFO  - jmeter.engine.StandardJMeterEngine: Running
 the
  test!
  2012/06/20 11:19:12 INFO  - jmeter.gui.util.JMeterMenuBar:
  setRunning(true,*local*)
  2012/06/20 11:19:12 INFO  - jmeter.engine.StandardJMeterEngine: Starting
 10
  threads for group jp@gc - Stepping Thread Group.
  2012/06/20 11:19:12 INFO  - jmeter.engine.StandardJMeterEngine: Thread
 will
  continue on error
  2012/06/20 11:19:12 INFO  - jmeter.engine.StandardJMeterEngine: All
 threads
  have been started
  2012/06/20 11:19:13 INFO  - jmeter.threads.JMeterThread: Thread started:
  jp@gc - Stepping Thread Group 1-1
  2012/06/20 11:19:13 WARN  - jmeter.config.CSVDataSet: Empty delimiter
  converted to ','
  2012/06/20 11:19:13 INFO  - jmeter.services.FileServer: Stored: test.csv
  2012/06/20 11:19:14 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:14 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpage
  2012/06/20 11:19:16 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:16 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpage
  2012/06/20 11:19:16 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:16 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpage
  2012/06/20 11:19:16 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:16 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpage
  2012/06/20 11:19:20 INFO  - jmeter.threads.JMeterThread: Thread started:
  jp@gc - Stepping Thread Group 1-2
  2012/06/20 11:19:20 WARN  - jmeter.config.CSVDataSet: Empty delimiter
  converted to ','
  2012/06/20 11:19:20 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:20 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpage
  2012/06/20 11:19:23 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:23 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpage
  2012/06/20 11:19:23 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:23 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpage
  2012/06/20 11:19:23 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:23 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpag
 
  Thanks,
  Niraj

 -
 To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
 For additional commands, e-mail: user-h...@jmeter.apache.org




RE: Error in Jmeter 207

2012-06-20 Thread Hari Kishore
For how many threads you're getting this error .. 

Please check the URL  and port your accessing is correct

Check the if the url  is https or http. The number of concurrent connections 
are configured on the server if it is more than the configure so will see this 
kind of errors

Thanks
Hari 



-Original Message-
From: Lakshmi Sujatha Chekuri -ERS, HCL Tech [mailto:lakshmisujath...@hcl.com] 
Sent: Wednesday, June 20, 2012 3:38 AM
To: JMeter Users List
Subject: RE: Error in Jmeter 207

Hi ,

When I am running the script in Jmeter 2.6 it is displaying the following error.

Response code: Non HTTP response code: java.net.ConnectException Response 
message: Non HTTP response message: Connection timed out: connect

Anyone tell me what is reason  for the error. Is there any error in my script. 
Please tell me...

Thanks  Regards,
Lakshmi Sujatha Chekuri



-Original Message-
From: sebb [mailto:seb...@gmail.com]
Sent: Wednesday, June 20, 2012 4:02 PM
To: JMeter Users List
Subject: Re: Error in Jmeter 207

On 20 June 2012 11:22, Niraj niraj.khatm...@gmail.com wrote:
 Thanks for the reply.

Sorry, read it wrong (very noisy environment here)

It's actually the HTTP server which is responding with

Error Response Code: 302, Server sent no Errorpage.


 This is how my test looks like.

 Test Plan
  - Stepping Thread Group

That is not a standard JMeter test element.

   - HTTP Cookie Manager
   - HTTP Header manager
   - CSV Data Set Config.
  -  Transaction controller (Home Page)
  -  Transaction controller (Login Request)
  -  Transaction controller (Logout)
  - Summary Report

 Please let me know if any another information needs to be shared.

[There are no HTTP samplers shown in the above summary.]

This is not something that can be debugged remotely.

You will have to work through the test plan to find out where it starts going 
wrong, and fix the HTTP settings - or the server, if that is at fault ...

I suggest you create the simplest possible test plan which shows the error and 
compare that with how a browser behaves.

 Thanks,
 Niraj



 On Wed, Jun 20, 2012 at 3:43 PM, sebb seb...@gmail.com wrote:

 On 20 June 2012 08:04, Niraj niraj.khatm...@gmail.com wrote:
  Hello All,
 
  I am getting below mentioned error in Jmeter version 2.7 when i run 
  the test. Can someone please help me how i can resolve this?

 Whatever the Java sampler is talking to is returning EOF.

 Either the Java sampler is not set up correctly, or the server is broken.

 Not a lot more can be said from the information provided.

  2012/06/20 11:19:12 INFO  - jmeter.engine.StandardJMeterEngine: 
  Running
 the
  test!
  2012/06/20 11:19:12 INFO  - jmeter.gui.util.JMeterMenuBar:
  setRunning(true,*local*)
  2012/06/20 11:19:12 INFO  - jmeter.engine.StandardJMeterEngine: 
  Starting
 10
  threads for group jp@gc - Stepping Thread Group.
  2012/06/20 11:19:12 INFO  - jmeter.engine.StandardJMeterEngine: 
  Thread
 will
  continue on error
  2012/06/20 11:19:12 INFO  - jmeter.engine.StandardJMeterEngine: All
 threads
  have been started
  2012/06/20 11:19:13 INFO  - jmeter.threads.JMeterThread: Thread started:
  jp@gc - Stepping Thread Group 1-1
  2012/06/20 11:19:13 WARN  - jmeter.config.CSVDataSet: Empty 
  delimiter converted to ','
  2012/06/20 11:19:13 INFO  - jmeter.services.FileServer: Stored: 
  test.csv
  2012/06/20 11:19:14 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:14 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpage
  2012/06/20 11:19:16 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:16 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpage
  2012/06/20 11:19:16 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:16 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpage
  2012/06/20 11:19:16 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:16 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpage
  2012/06/20 11:19:20 INFO  - jmeter.threads.JMeterThread: Thread started:
  jp@gc - Stepping Thread Group 1-2
  2012/06/20 11:19:20 WARN  - jmeter.config.CSVDataSet: Empty 
  delimiter converted to ','
  2012/06/20 11:19:20 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:20 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpage
  2012/06/20 11:19:23 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:23 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpage
  2012/06/20 11:19

RE: Error in Jmeter 207

2012-06-20 Thread Robin D. Wilson
You can also try hitting the server with a browser when you are getting this 
error - to see if, in fact, the server is not
responding.

The error means that your JMeter was unable to connect to your server.

--
Robin D. Wilson
Sr. Director of Web Development
KingsIsle Entertainment, Inc.
VOICE: 512-777-1861
www.KingsIsle.com


-Original Message-
From: Hari Kishore [mailto:hari.kish...@satmetrix.com] 
Sent: Wednesday, June 20, 2012 1:26 PM
To: JMeter Users List
Subject: RE: Error in Jmeter 207

For how many threads you're getting this error .. 

Please check the URL  and port your accessing is correct

Check the if the url  is https or http. The number of concurrent connections 
are configured on the server if it is more than the
configure so will see this kind of errors

Thanks
Hari 



-Original Message-
From: Lakshmi Sujatha Chekuri -ERS, HCL Tech [mailto:lakshmisujath...@hcl.com] 
Sent: Wednesday, June 20, 2012 3:38 AM
To: JMeter Users List
Subject: RE: Error in Jmeter 207

Hi ,

When I am running the script in Jmeter 2.6 it is displaying the following error.

Response code: Non HTTP response code: java.net.ConnectException Response 
message: Non HTTP response message: Connection timed out:
connect

Anyone tell me what is reason  for the error. Is there any error in my script. 
Please tell me...

Thanks  Regards,
Lakshmi Sujatha Chekuri



-Original Message-
From: sebb [mailto:seb...@gmail.com]
Sent: Wednesday, June 20, 2012 4:02 PM
To: JMeter Users List
Subject: Re: Error in Jmeter 207

On 20 June 2012 11:22, Niraj niraj.khatm...@gmail.com wrote:
 Thanks for the reply.

Sorry, read it wrong (very noisy environment here)

It's actually the HTTP server which is responding with

Error Response Code: 302, Server sent no Errorpage.


 This is how my test looks like.

 Test Plan
  - Stepping Thread Group

That is not a standard JMeter test element.

   - HTTP Cookie Manager
   - HTTP Header manager
   - CSV Data Set Config.
  -  Transaction controller (Home Page)
  -  Transaction controller (Login Request)
  -  Transaction controller (Logout)
  - Summary Report

 Please let me know if any another information needs to be shared.

[There are no HTTP samplers shown in the above summary.]

This is not something that can be debugged remotely.

You will have to work through the test plan to find out where it starts going 
wrong, and fix the HTTP settings - or the server, if
that is at fault ...

I suggest you create the simplest possible test plan which shows the error and 
compare that with how a browser behaves.

 Thanks,
 Niraj



 On Wed, Jun 20, 2012 at 3:43 PM, sebb seb...@gmail.com wrote:

 On 20 June 2012 08:04, Niraj niraj.khatm...@gmail.com wrote:
  Hello All,
 
  I am getting below mentioned error in Jmeter version 2.7 when i run 
  the test. Can someone please help me how i can resolve this?

 Whatever the Java sampler is talking to is returning EOF.

 Either the Java sampler is not set up correctly, or the server is broken.

 Not a lot more can be said from the information provided.

  2012/06/20 11:19:12 INFO  - jmeter.engine.StandardJMeterEngine: 
  Running
 the
  test!
  2012/06/20 11:19:12 INFO  - jmeter.gui.util.JMeterMenuBar:
  setRunning(true,*local*)
  2012/06/20 11:19:12 INFO  - jmeter.engine.StandardJMeterEngine: 
  Starting
 10
  threads for group jp@gc - Stepping Thread Group.
  2012/06/20 11:19:12 INFO  - jmeter.engine.StandardJMeterEngine: 
  Thread
 will
  continue on error
  2012/06/20 11:19:12 INFO  - jmeter.engine.StandardJMeterEngine: All
 threads
  have been started
  2012/06/20 11:19:13 INFO  - jmeter.threads.JMeterThread: Thread started:
  jp@gc - Stepping Thread Group 1-1
  2012/06/20 11:19:13 WARN  - jmeter.config.CSVDataSet: Empty 
  delimiter converted to ','
  2012/06/20 11:19:13 INFO  - jmeter.services.FileServer: Stored: 
  test.csv
  2012/06/20 11:19:14 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:14 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpage
  2012/06/20 11:19:16 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:16 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpage
  2012/06/20 11:19:16 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:16 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpage
  2012/06/20 11:19:16 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:16 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpage
  2012/06/20 11:19:20 INFO  - jmeter.threads.JMeterThread: Thread started:
  jp@gc - Stepping Thread Group 1-2
  2012/06/20 11:19:20 WARN  - jmeter.config.CSVDataSet: Empty 
  delimiter

RE: Error in Jmeter 207

2012-06-20 Thread Lakshmi Sujatha Chekuri -ERS, HCL Tech
I am using one thread in my script. For that only I am getting this error and 
the URL using http.

I checked everything but I am not finding where it is going wrong.
Can you please explain me the reasons for this error and how to handle it.

Thanks  Regards,
Lakshmi Sujatha Chekuri




-Original Message-
From: Hari Kishore [mailto:hari.kish...@satmetrix.com] 
Sent: Wednesday, June 20, 2012 11:56 PM
To: JMeter Users List
Subject: RE: Error in Jmeter 207

For how many threads you're getting this error .. 

Please check the URL  and port your accessing is correct

Check the if the url  is https or http. The number of concurrent connections 
are configured on the server if it is more than the configure so will see this 
kind of errors

Thanks
Hari 



-Original Message-
From: Lakshmi Sujatha Chekuri -ERS, HCL Tech [mailto:lakshmisujath...@hcl.com] 
Sent: Wednesday, June 20, 2012 3:38 AM
To: JMeter Users List
Subject: RE: Error in Jmeter 207

Hi ,

When I am running the script in Jmeter 2.6 it is displaying the following error.

Response code: Non HTTP response code: java.net.ConnectException Response 
message: Non HTTP response message: Connection timed out: connect

Anyone tell me what is reason  for the error. Is there any error in my script. 
Please tell me...

Thanks  Regards,
Lakshmi Sujatha Chekuri



-Original Message-
From: sebb [mailto:seb...@gmail.com]
Sent: Wednesday, June 20, 2012 4:02 PM
To: JMeter Users List
Subject: Re: Error in Jmeter 207

On 20 June 2012 11:22, Niraj niraj.khatm...@gmail.com wrote:
 Thanks for the reply.

Sorry, read it wrong (very noisy environment here)

It's actually the HTTP server which is responding with

Error Response Code: 302, Server sent no Errorpage.


 This is how my test looks like.

 Test Plan
  - Stepping Thread Group

That is not a standard JMeter test element.

   - HTTP Cookie Manager
   - HTTP Header manager
   - CSV Data Set Config.
  -  Transaction controller (Home Page)
  -  Transaction controller (Login Request)
  -  Transaction controller (Logout)
  - Summary Report

 Please let me know if any another information needs to be shared.

[There are no HTTP samplers shown in the above summary.]

This is not something that can be debugged remotely.

You will have to work through the test plan to find out where it starts going 
wrong, and fix the HTTP settings - or the server, if that is at fault ...

I suggest you create the simplest possible test plan which shows the error and 
compare that with how a browser behaves.

 Thanks,
 Niraj



 On Wed, Jun 20, 2012 at 3:43 PM, sebb seb...@gmail.com wrote:

 On 20 June 2012 08:04, Niraj niraj.khatm...@gmail.com wrote:
  Hello All,
 
  I am getting below mentioned error in Jmeter version 2.7 when i run 
  the test. Can someone please help me how i can resolve this?

 Whatever the Java sampler is talking to is returning EOF.

 Either the Java sampler is not set up correctly, or the server is broken.

 Not a lot more can be said from the information provided.

  2012/06/20 11:19:12 INFO  - jmeter.engine.StandardJMeterEngine: 
  Running
 the
  test!
  2012/06/20 11:19:12 INFO  - jmeter.gui.util.JMeterMenuBar:
  setRunning(true,*local*)
  2012/06/20 11:19:12 INFO  - jmeter.engine.StandardJMeterEngine: 
  Starting
 10
  threads for group jp@gc - Stepping Thread Group.
  2012/06/20 11:19:12 INFO  - jmeter.engine.StandardJMeterEngine: 
  Thread
 will
  continue on error
  2012/06/20 11:19:12 INFO  - jmeter.engine.StandardJMeterEngine: All
 threads
  have been started
  2012/06/20 11:19:13 INFO  - jmeter.threads.JMeterThread: Thread started:
  jp@gc - Stepping Thread Group 1-1
  2012/06/20 11:19:13 WARN  - jmeter.config.CSVDataSet: Empty 
  delimiter converted to ','
  2012/06/20 11:19:13 INFO  - jmeter.services.FileServer: Stored: 
  test.csv
  2012/06/20 11:19:14 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:14 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpage
  2012/06/20 11:19:16 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:16 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpage
  2012/06/20 11:19:16 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:16 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpage
  2012/06/20 11:19:16 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
  readResponse: java.io.EOFException
  2012/06/20 11:19:16 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
  Error Response Code: 302, Server sent no Errorpage
  2012/06/20 11:19:20 INFO  - jmeter.threads.JMeterThread: Thread started:
  jp@gc - Stepping Thread Group 1-2
  2012/06/20 11:19:20 WARN  - jmeter.config.CSVDataSet: Empty 
  delimiter converted to ','
  2012/06/20 11:19:20