On 20 June 2012 11:22, Niraj <[email protected]> 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 <[email protected]> wrote: > >> On 20 June 2012 08:04, Niraj <[email protected]> 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: [email protected] >> For additional commands, e-mail: [email protected] >> >> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
