Hi ,
I have a piece of standalone
java code which works fine on mywindows machine.
But when I run the same code on my server (Linux Box) it gives back an error HTTP 500 error.
Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL:
http://abcd.xlsx
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.net.HttpURLConnection.getResponseCode(Unknown Source)
at java.net.HttpURLConnection.getResponseMessage(Unknown Source)
at TestNTLM.getAuthenticatedResponse(TestNTLM.java:50)
... 1 more
Does anyone have any idea how do I proceed ahead ?
Regards