Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to deploy oldversion ADF Application to recent Weblogic server?

M3Nov 11 2021

Dear Experts,
I'm working on ADF application with JDeveloper 12.2.1.2 and I can deploy it successfully in WLS 12.2.1.2 but recently the company decided to upgrade the WLS to 12.2.1.4 and I have to deploy our ADF application on the new WLS . I tried to to deploy but I get the below Error :
[11:22:31 AM] Deploying Application...
[11:22:49 AM] [Deployer:149193]Operation "deploy" on application "ADF_APP" has failed on "AdminServer".
[11:22:49 AM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application ADF_APP on AdminServer.: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false], [Extension-Name: oracle.jsp.next, exact-match: false].
[11:22:50 AM] weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false], [Extension-Name: oracle.jsp.next, exact-match: false]
[11:22:50 AM] Deployment cancelled.
[11:22:50 AM] ---- Deployment incomplete ----.
[11:22:50 AM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)

Comments
Post Details