-1

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.

4

1 に答える 1

0

HTTP コード 500 はサーバー側のエラーです。通常、最初にブラウザーで URL を参照して、それが本物のサーバー エラーであるかどうかを確認する必要があります。

ただし、この場合、不完全な URL を渡したようですhttps://

于 2010-08-03T15:59:57.200 に答える