The Internal Server Error 500 is indicative of well as the name suggests an
error internal to the application server.

This error may be caused due to a malfunctioning script on the server side
which could be CGI, JSP, ASP or even an application timeout at the middle
tier or backend wherever applicable.

In some cases where a web server is placed in front of the application
server in a Reverse Proxy configuration, a 500 error code could also mean
that the webserver could not get a (timely) response for the request sent to
the application server, maybe because the request errored out at the app
server or due to a communication failure between the web and the application
server during the request/response.

The best way to resolve this error is to look at the application server logs
(or web server logs if applicable) for the time around the error. They will
throw a better light on the cause of the error. Just fix that cause and you
are good to go.

[EMAIL PROTECTED]
 
-----Original Message-----
From: Raja Pandian [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 13, 2006 12:52 AM
To: HttpClient User Discussion
Subject: HTTP/1.1 500 Internal Server Error

Dear all,

When i am requesting for a page using HttpClient, the server responds 
with  status code  500.
how can i resolve  this Internal Server Error 500. please suggest me the 
ways to resolve this type of error.
thanks
rajapandian

---------------------------------------------------------------------
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