Hello All,
Was wondering if someone can shed some light on the below issue. This would be greately appreciated.
Has anyone had a similar problem to this and has anyone any suggestions as to where to look for the cause?
I have a simple Java client that opens a connection to an ‘intranet’ address that does not work on the server.
I can get it to work in my Notes client with the appropriate configuration of my client’s location document. The domain of the host address of the URL to which the connection is being made must be set in the bypass proxy field.
I have got the server administrator to set-up the same proxy configuration in the server document of the server where I want the agent to run as I have in my client location document.
Using a web browser on the server we can successfully access the address.
Unfortunately the agent cannot open the connection. Opening the connection times out:
java.net.ConnectException: Operation timed out: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:345)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:157)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:144)
at java.net.Socket.<init>(Socket.java:294)
at java.net.Socket.<init>(Socket.java:121)
at sun.net.NetworkClient.doConnect(NetworkClient.java:65)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:361)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:548)
at sun.net.www.http.HttpClient.<init>(HttpClient.java:296)
at sun.net.www.http.HttpClient.<init>(HttpClient.java:306)
at sun.net.www.http.HttpClient.New(HttpClient.java:318)
at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:438)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:531)
at java.net.URL.openStream(URL.java:826)
at JavaAgent.NotesMain(JavaAgent.java:31)
at lotus.domino.AgentBase.runNotes(Unknown Source)
at lotus.domino.NotesThread.run(NotesThread.java:218)
Domino Server version: R6
Domino Notes client version: R 6.5
Operating system: Windows Server
Thanks in Advance.
John