Deployment Fail When Plan.xml Adds a Reference To "helloWorld" Shared Library
(Doc ID 2356650.1)
Last updated on NOVEMBER 14, 2022
Applies to:
Oracle WebLogic Server - Version 10.3.6 and laterInformation in this document applies to any platform.
Symptoms
Deployment of application failed when a reference to a shared library was added via plan.xml. The shared library "helloWorldLib" was deployed first and then the application modified via plan.xml to add reference to shared library.
Deployed using wlst command:
deploy(appName='TestSharedLibs', path='/<PATH_TO>/TestSharedLibs.ear', targets='wlserver', planPath='/<PATH_TO>/Plan.xml')
Deployment failed with the error:
"[J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: helloWorldLib, Specification-Version: 1, Implementation-Version: 2.2.2, exact-match: true]."
In the log files the following messages were logged:
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 |
Cause |
Solution |