Sabastian, Sorry it took me awhile to respond on this is the exact message from jmeter logs.
12/17/2003 2:54:48 PM DEBUG - jmeter.protocol.http.sampler.HTTPSampler: End : sample2 12/17/2003 2:54:48 PM DEBUG - jmeter.protocol.http.sampler.HTTPSampler: Start : sample2 12/17/2003 2:54:48 PM DEBUG - jmeter.protocol.http.sampler.HTTPSampler: #4, encoded path = /cms/wdk/include/popupMenu.js 12/17/2003 2:54:48 PM DEBUG - jmeter.protocol.http.sampler.HTTPSampler: sample2 : sampling url - http://209.190.194.189/cms/wdk/include/popupMenu.js 12/17/2003 2:54:48 PM DEBUG - jmeter.protocol.http.sampler.HTTPSampler: End : sample2 12/17/2003 2:54:48 PM DEBUG - jmeter.protocol.http.sampler.HTTPSampler: Start : sample2 12/17/2003 2:54:48 PM DEBUG - jmeter.protocol.http.sampler.HTTPSampler: #4, encoded path = /cms/custom/inbox/inbox.jsp 12/17/2003 2:54:48 PM DEBUG - jmeter.protocol.http.sampler.HTTPSampler: sample2 : sampling url - http://209.190.194.189/cms/custom/inbox/inbox.jsp 12/17/2003 2:54:48 PM INFO - jmeter.protocol.http.sampler.HTTPSampler: Getting error message from server java.io.IOException at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.readResponse(HTTPSampler .java:701) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.bundleResponseInResult(H TTPSampler.java:1057) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java: 1004) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java: 445) at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:277) at java.lang.Thread.run(Unknown Source) Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://209.190.194.189/cms/custom/inbox/inbox.jsp at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getHeaderFieldKey(Unknown Source) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.saveConnectionCookies(HT TPSampler.java:1081) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java: 962) ... 3 more -----Original Message----- From: BAZLEY, Sebastian [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 11:14 AM To: 'JMeter Users List' Subject: RE: attempting to correct http response 500 Does the error correspond with anything in the server logs? What is the *exact* message text that corresponds with the error code ? This should be available from JMeter. S. > -----Original Message----- > From: Becky Moore [mailto:[EMAIL PROTECTED] > Sent: 16 December 2003 15:33 > To: 'JMeter Users List' > Subject: RE: attempting to correct http response 500 > > > Before I go through the trouble of loading ant on my system > so I can use > HttpUnit, I wanted to make sure you understand all works fine > when I run the > tests manually. > > > -----Original Message----- > From: Steve Lewis [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 16, 2003 9:45 AM > To: JMeter Users List > Subject: Re: attempting to correct http response 500 > > It's a bug in your server-side code. Try setting up a > unit test for that URL you're hitting (try HttpUnit). > Or you need to look at the logs of your server and see > what might be going wrong. You may have a bug in your > business logic or just a simple NullPointerException. > > Steve > > --- Becky Moore <[EMAIL PROTECTED]> wrote: > > When I record the calls all is normal. During the > > test I am capable of > > logging in and logging out. But certain pages come > > up http response 500. I > > realize that is "an internal server error" but what > > does that mean to > > testing. If it truly was the server wouldn't the > > same error occur during the > > recording process. Does anyone know how to fix this > > problem? > > > > Thank You, > > > > Becky > > > > > > > __________________________________ > Do you Yahoo!? > New Yahoo! Photos - easier uploading and sharing. > http://photos.yahoo.com/ > > --------------------------------------------------------------------- > 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] > --------------------------------------------------------------------- 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]

