Home:ALL Converter>java.io.IOException: Server returned HTTP response code: 500 for URL: https://

java.io.IOException: Server returned HTTP response code: 500 for URL: https://

Ask Time:2010-08-03T23:56:22         Author:user409860

Json Formatter

I am getting the below mentioned error while trying to invoke a servlet in IBM websphere.

java.io.IOException: Server returned HTTP response code: 500 for URL: 
   https://<URL>
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1196)
   at com.ibm.net.ssl.www2.protocol.https.a.getInputStream(a.java:3)
   at com.infy.finacle.finreport.extscheduler.RIExecuteExternalJob.main(RIExecuteExternalJob.java:89)

Kindly help me with debugging the issue.

Author:user409860,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/3398327/java-io-ioexception-server-returned-http-response-code-500-for-url-https
yy