Hi >I then use these requests saved to simulate tests. My port is 8080 8080 is usually the http port. Your original requests shows that JMeter was trying SSL which means the sampler was HTTPS (or you got redirected or something - make sure your sampler has follow redirects and not redirect automatically). Youll have to see what is correct for your application and create your script correctly - http sampler with http port and https samplers with https ports. >If I access directly from the browser displays no error. ok. what is the protocol (for all requests). HTTP or HTTPS?
regards deepak On Wed, Sep 15, 2010 at 12:51 PM, Wilfredo Rodriguez <[email protected]>wrote: > Greetings and thanks in advance for your answers > > > 2010/9/15 Deepak Shetty <[email protected]>: > > Its not quite clear what you are doing / have done? > > Are you running the test or recording it? If you are running the test, > then > > you seem to be making a HTTPS request? are you using the correct port? > > I need to keep http requests. I then use these requests saved to > simulate tests. My port is 8080 > > > When you just use a browser do you get any SSL errors? > > I am now trying HTTP, I am not trying HTTPS. If I access directly from > the browser displays no error. > > > > > > > > > On Wed, Sep 15, 2010 at 12:35 PM, Wilfredo Rodriguez < > [email protected]>wrote: > > > >> Good morning. > >> > >> First of all I would like to introduce myself. My name is Wilfredo > >> Rodriguez, I am writing from Venezuela. > >> > >> I am a novice in Jmeter, I'm just starting to enter the world of > >> performance testing. > >> > >> I have a JBoss server and I would save http request, however. When you > >> try to access any page of the system displays the following error: > >> > >> ----------------------------------- > >> javax.net.ssl.SSLHandshakeException: Remote host closed connection > >> during handshake > >> at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(Unknown > >> Source) > >> at > >> > com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(Unknown > >> Source) > >> at > com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(Unknown > >> Source) > >> at > com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(Unknown > >> Source) > >> at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown > >> Source) > >> at > >> > sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown > >> Source) > >> at > sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(Unknown > >> Source) > >> at > >> > org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:483) > >> at > >> > org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:965) > >> at > org.apache.jmeter.protocol.http.proxy.Proxy.run(Proxy.java:242) > >> Caused by: java.io.EOFException: SSL peer shut down incorrectly > >> at com.sun.net.ssl.internal.ssl.InputRecord.read(Unknown Source) > >> ... 10 more > >> ----------------------------------- > >> > >> I have been reading the manual and searching google for quite some > >> time, I have not been able to find a solution to this problem. > >> > >> Thanks in advance > >> > >> -- > >> Lcdo. Wilfredo Rafael Rodríguez Hernández > >> -------------------------------------------------------- > >> msn,googletalk = [email protected] > >> cv = http://www.wilfredor.co.cc > >> blog = http://wilfredor.blogspot.com > >> fotos = http://picasaweb.google.com/wilfredor/ > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] > >> For additional commands, e-mail: [email protected] > >> > >> > > > > > > -- > Lcdo. Wilfredo Rafael Rodríguez Hernández > -------------------------------------------------------- > msn,googletalk = [email protected] > cv = http://www.wilfredor.co.cc > blog = http://wilfredor.blogspot.com > fotos = http://picasaweb.google.com/wilfredor/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

