My Oracle Support Banner

ADF Application Fails To Deploy To Integrated Weblogic Server If WSDL References Are Not Reachable (Doc ID 2784009.1)

Last updated on OCTOBER 13, 2023

Applies to:

Oracle JDeveloper - Version 12.2.1.3.0 and later
Information in this document applies to any platform.

Symptoms

An ADF application has some webservice proxies referencing external URLs which are in the form of WSDL.

After migrating the application from 11g to 12.2.1.3.0, if these external systems exposing the endpoints are not reachable, it is not possible to run the application from local Integrated Weblogic Server because the deployment fails with an error

ERROR
-----------
java.net.ConnectException: Tried all: '1' addresses, but could not connect over HTTP to server: 'host xxxx', port: 'xxxxx' failed reasons: [0] address:'hostxxxx:xxxx' : java.net.ConnectException: Connection refused: no further information

<TIMESTAMP> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application "<APP_NAME>".>
<TIMESTAMP> <Warning> <Deployer> <BEA-149078> <Stack trace for message <MESSAGE_ID>
weblogic.application.ModuleException: java.net.UnknownHostException: <ENDPOINT_HOST>
at weblogic.application.internal.ExtensibleModuleWrapper.activate(ExtensibleModuleWrapper.java:123)
at weblogic.application.internal.flow.ModuleListenerInvoker.activate(ModuleListenerInvoker.java:114)
at weblogic.application.internal.flow.ModuleStateDriver$2.next(ModuleStateDriver.java:212)
at weblogic.application.internal.flow.ModuleStateDriver$2.next(ModuleStateDriver.java:207)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:45)
...
Caused By: java.net.UnknownHostException: <ENDPOINT_HOST>
at java.net.InetAddress.getAllByName0(InetAddress.java:1280)
at java.net.InetAddress.getAllByName(InetAddress.java:1192)
at java.net.InetAddress.getAllByName(InetAddress.java:1126)
at weblogic.net.http.HttpClient.openServer(HttpClient.java:378)
at weblogic.net.http.HttpClient.openServer(HttpClient.java:511)

 

Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.