We are upgrading a Oracle SOA Server to use Java 7. When one of our Oracle SOA Composites invokes a Web Service on the new server we get the following fault. It appears to be a connectivity issue. I worked with our infrastructure team and had them open the firewall port for 8001, HTTP, and HTTPS.
Non Recoverable System Fault : 0 oracle.fabric.common.FabricException: oracle.fabric.common.FabricException: Error in getting XML input stream:
http://192.168.40.84:8001/filestore/FileStoreServicePort?WSDL: Tried all: '1' addresses, but could not connect over HTTP to server: '192.168.40.84', port: '8001': Error in getting XML input stream: http://192.168.40.84:8001/filestore/FileStoreServicePort?WSDL: Tried all: '1' addresses, but could not connect over HTTP to server: '192.168.40.84', port: '8001 'Tried all: '1' addresses, but could not connect over HTTP to server: '192.168.40.84', port: '8001'
When I call the old server with the same Web Service it works fine. The infrastructure team has opened up the firewall and we are still seeing the same issue. Does anyone have any suggestions?
In the error logs I see the following exception:
java.net.ConnectException: Tried all: '1' addresses, but could not connect over HTTP to server: '192.168.40.84', port: '8001' at weblogic.net.http.HttpClient.openServer(HttpClient.java:333) at weblogic.net.http.HttpClient.openServer(HttpClient.java:425) at weblogic.net.http.HttpClient.New(HttpClient.java:252) at weblogic.net.http.HttpURLConnection.connect(HttpURLConnection.java:213) at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:398) at weblogic.net.http.SOAPHttpURLConnection.getInputStream(SOAPHttpURLConnection.java:37) at java.net.URL.openStream(URL.java:1010) at oracle.fabric.common.metadata.MetadataManagerImpl.getInputStreamFromAbsoluteURL(MetadataManagerImpl.java:276) at oracle.integration.platform.common.MDSMetadataManagerImpl.getInputStreamFromAbsoluteURL(MDSMetadataManagerImpl.java:616) at oracle.fabric.common.metadata.MetadataManagerImpl.getDocumentAsInputStream(MetadataManagerImpl.java:159) at oracle.integration.platform.common.MDSMetadataManagerImpl.getDocumentAsInputStream(MDSMetadataManagerImpl.java:478) at oracle.fabric.common.wsdl.WSDLManager.loadWSDL(WSDLManager.java:253) at oracle.fabric.common.wsdl.WSDLManager.loadWSDL(WSDLManager.java:332) at oracle.fabric.composite.model.WsBindingModel.getWSDLDefinition(WsBindingModel.java:30) at oracle.integration.platform.blocks.soap.WebServiceExternalBindingComponent.loadMaterializedWsdlIfNecessary(WebServiceExternalBindingComponent.java:1306) at oracle.integration.platform.blocks.soap.WebServiceExternalBindingComponent.getInvocationMetadata(WebServic
Thanks,
Tom
Message was edited by: Tom Henricksen Change layout