Missing Library references during deployment in 12c - weblogic.management.DeploymentException: [J2EE
Hi,
We are trying to certify our application that works in WLS 10.3.6 in WLS 12c. While deploying the application EAR, I get
This Exception occurred at Tue Mar 17 10:01:41 PDT 2020.
weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: oracle.applcorelite.model, exact-match: false]
Although when I login to server and see in deployments page, I see oracle.applcorelite.model deployed and targeted to both managed server of the application and is in active state. Yet the application deployment fails with the above error. Any pointers? Thanks.