On 13/10/2008, jkhanal <[EMAIL PROTECTED]> wrote: > > Additional Information in Error which is as follows: > > Sample Start: 2008-10-13 13:55:03 PDT > Load time: 32 > Latency: 32 > Size in bytes: 1407 > Sample Count: 1 > Error Count: 1 > Response code: 500 > Response message: Internal Server Error > > Response headers: > HTTP/1.1 500 Internal Server Error > Server: Apache-Coyote/1.1 > Pragma: no-cache > Cache-Control: no-cache, max-age=0, must-revalidate > Content-Type: text/html;charset=UTF-8 > Content-Language: en-US > Content-Length: 1407 > Date: Mon, 13 Oct 2008 20:55:01 GMT > Connection: close >
That error is generated by the webserver. This is a bug, probably in the web application rather than the server itself. You'll need to find what is triggering the bug, e.g. by comparing what the browser sent when you recorded the test with what JMeter is now sending. Maybe there is some extra information that needs to be sent, or more likely the recording captured some variable information which needs to be changed for each run - e.g. a hidden field on a form. You'll need to find where the browser is picking up this information and use the Regex Extractor to save it in a variable for the appropriate sample. > > jkhanal wrote: > > > > Hi, > > > > I used Proxy Server to record the Use Case. Also, I have used Cookie > > Manager. My flow of use case is order an Item online. When running the > > JMeter, I am getting error in "Checkout". Everything else is fine. Error > > response code is 500 when checked in Log. Can you suggest me what might > > have went wrong? > > > > I would really appreciate your suggestions. > > > > Thank you, > > Jagan > > > > -- > > View this message in context: > http://www.nabble.com/Error-when-running-JMeter-tp19958807p19962820.html > > Sent from the JMeter - User mailing list archive at Nabble.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]

