On 26/08/2009, Shinelog <[email protected]> wrote:
>
>  hi all,
>
>  i had added config element as below.
>
>  Thread Group->cookie manager,cache manager
>
>  i had checked the "clear cookie for each iteration".
>
>  problem
>  ======
>
>  i am uploading the file with 15 users, it works fine for all the users. when
>  i try to replay the script it  throwing the error. i restarted the server
>  and if i re execute, it works fine. Again when i try to replay, i am getting
>  the error as below.
>
>  if i re-execute with 1 users and replay many times i am not getting this
>  error.
>
>  Kindly suggest your comments.
>
>  Regards,
>  Shinelog.
>
>
>  Thread Name: Thread Group 1-1
>  Sample Start: 2009-08-26 16:49:17 GMT+05:30
>  Load time: 595
>  Latency: 595
>  Size in bytes: 201
>  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
>  X-Powered-By: JSF/1.2
>  Pragma: no-cache
>  Cache-Control: no-cache
>  Accept-Ranges: bytes
>  ETag: W/"201-1228469896000"
>  Last-Modified: Fri, 05 Dec 2008 09:38:16 GMT
>  Content-Type: text/html
>  Content-Length: 201
>  Date: Wed, 26 Aug 2009 11:32:25 GMT
>  Connection: close
>

IMO, the error "500 Internal Server Error" should never be seen by a
client; it indicates a bug in the server application. Server
applications should be able to handle arbitrary client input. Servers
should respond with a sensible error message if the client sends an
invalid request.

However, quite a few server applications don't behave well under
unexpected input.

So you need to find out what the server does not like about the JMeter
request; one way to do this is to compare what it sends with what a
browser sends.

See:

http://wiki.apache.org/jakarta-jmeter/DifferentBehaviour

>  --
>  View this message in context: 
> http://www.nabble.com/how-to-reset-jsessionid-tp25151032p25151032.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]

Reply via email to