17 years ago
java.lang.Exception: java.net.SocketTimeoutException: Read timed out
I am using SOAP UI 2.5 beta 2 in order to test the webservices that I have build in TIBCO Designer 5.6.
The error log shows the following information:
2009-03-23 23:07:18,515 ERROR [errorlog] java.net.UnknownHostException: www.soapui.org
java.net.UnknownHostException: www.soapui.org
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.net.HttpURLConnection.getResponseCode(Unknown Source)
at javax.swing.JEditorPane.getStream(Unknown Source)
at javax.swing.JEditorPane.setPage(Unknown Source)
at com.eviware.soapui.support.components.BrowserComponent.navigate(BrowserComponent.java:109)
at com.eviware.soapui.ui.URLDesktopPanel$1.run(URLDesktopPanel.java:45)
at java.lang.Thread.run(Unknown Source)
But all my jobs are running fine and my services are performing all the required operations- inserting,updating data in ORACLE server in proper fashion.I have disabled firewall both at the client and the server end
Please let me know what can be the solution to this problem as soon as possible.
Thanks
Abhas
The error log shows the following information:
2009-03-23 23:07:18,515 ERROR [errorlog] java.net.UnknownHostException: www.soapui.org
java.net.UnknownHostException: www.soapui.org
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.net.HttpURLConnection.getResponseCode(Unknown Source)
at javax.swing.JEditorPane.getStream(Unknown Source)
at javax.swing.JEditorPane.setPage(Unknown Source)
at com.eviware.soapui.support.components.BrowserComponent.navigate(BrowserComponent.java:109)
at com.eviware.soapui.ui.URLDesktopPanel$1.run(URLDesktopPanel.java:45)
at java.lang.Thread.run(Unknown Source)
But all my jobs are running fine and my services are performing all the required operations- inserting,updating data in ORACLE server in proper fashion.I have disabled firewall both at the client and the server end
Please let me know what can be the solution to this problem as soon as possible.
Thanks
Abhas