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

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



::DISCLAIMER::
------------------------------------------------------------------------------------------------------------------------------------
----------------

The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only.
E-mail transmission is not guaranteed to be secure or error-free as information 
could be intercepted, corrupted, lost, destroyed,
arrive late or incomplete, or may contain viruses in transmission. The e mail 
and its contents (with or without referred errors)
shall therefore not attach any liability on the originator or HCL or its 
affiliates.
Views or opinions, if any, presented in this email are solely those of the 
author and may not necessarily reflect the views or
opinions of HCL or its affiliates. Any form of reproduction, dissemination, 
copying, disclosure, modification, distribution and / or
publication of this message without the prior written consent of authorized 
representative of HCL is strictly prohibited. If you
have received this email in error please delete it and notify the sender 
immediately.
Before opening any email and/or attachments, please check them for viruses and 
other defects.

------------------------------------------------------------------------------------------------------------------------------------
----------------


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


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


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

Reply via email to