Forum Discussion

abhas's avatar
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

2 Replies

  • I am testing a WCF service with SOAP UI pro 3.0,
    Getting same exception and in response as following -

       
         
             
                soap:Sender
             

             
                System.Web.Services.Protocols.SoapException: Unable to handle request. The action 'http://Microsoft.Csf.Messages.HMC/IHMCPlugInService/CreateUserServiceRequest' was not recognized.
       at System.Web.Services.Protocols.Soap12ServerProtocolHelper.RouteRequest()
       at System.Web.Services.Protocols.SoapServerProtocol.RouteRequest(SoapServerMessage message)
       at System.Web.Services.Protocols.SoapServerProtocol.Initialize()
       at System.Web.Services.Protocols.ServerProtocol.SetContext(Type type, HttpContext context, HttpRequest request, HttpResponse response)
       at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing)

             

             
         

       


    Attached is WSDL for reference .