I have a following problem when calling Websphere service from domino java agent.System Configurations
-Domino 6.01 which is shipped with JVM 1.31.
-Websphere 4.0 1.31
-With Db2 7.2 with fixpack 6 using JVM 1.401
We are calling a WebSphere web service/servlet as explained below.
03/20/2003 10:18:21 AM HTTP JVM: initiated the LinkAgent
03/20/2003 10:18:21 AM HTTP JVM: start time=Thu Mar 20 10:18:21 EST 2003
XML request as follows:
03/20/2003 10:18:21 AM HTTP JVM: <?xml version="1.0" encoding="UTF-8" ?> CSV
03/20/2003 10:18:21 AM HTTP JVM: http://10.151.147.4/Jaw/Intranet/JawService
03/20/2003 10:18:21 AM HTTP JVM: Connected
03/20/2003 10:18:21 AM HTTP JVM: setDoInput
03/20/2003 10:18:21 AM HTTP JVM: setDoOutput
03/20/2003 10:18:21 AM HTTP JVM: setUseCaches
03/20/2003 10:18:21 AM HTTP JVM: ContentType
03/20/2003 10:18:21 AM HTTP JVM: getOutputStream
03/20/2003 10:18:21 AM HTTP JVM: writeBytes
03/20/2003 10:18:21 AM HTTP JVM: flush
03/20/2003 10:18:21 AM HTTP JVM: close
Domino would wait for almost about 5 mins and throw this message below.
03/20/2003 10:23:23 AM HTTP JVM: java.net.SocketException: Unexpected end of file from server
03/20/2003 10:23:23 AM HTTP JVM: at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:733)
03/20/2003 10:23:23 AM HTTP JVM: at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633)
03/20/2003 10:23:23 AM HTTP JVM: at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:641)
03/20/2003 10:23:24 AM HTTP JVM: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:531)
03/20/2003 10:23:24 AM HTTP JVM: at LinkAgent.sendRequest(LinkAgent.java:78)
03/20/2003 10:23:24 AM HTTP JVM: at JavaAgent.NotesMain(JavaAgent.java:30)
03/20/2003 10:23:24 AM HTTP JVM: at lotus.domino.AgentBase.runNotes(Unknown Source)
03/20/2003 10:23:24 AM HTTP JVM: at lotus.domino.NotesThread.run(NotesThread.java:208)
Any input would be greatly appreciated.