WLS Console Deployment Fails With "An application with this name already exists" For Multiple Library Versions
(Doc ID 1504389.1)
Last updated on AUGUST 03, 2023
Applies to:
Oracle WebLogic Server - Version 10.3.5 to 12.1.1.0Information in this document applies to any platform.
Symptoms
On WebLogic 10.3.5 onwards, when attempting to deploy multiple versions of the same library using the Administration Console, the process gets canceled with this error message:
This issue happens only with the Administration Console and will not be rediscovered if an alternative deployment procedure is used (like the weblogic.deployer). To reproduce the problem, just deploy a new version of a given library or follow these detailed steps.
- Deploy the "n" version of a library using the Administration Console.
- Go to the Deployments section of the Admin Console and click on Install.
- For the "Choose targeting style" phase, select "Install this deployment as a library."
- For the "Optional Settings" phase, you could leave the default option for Source accessibility or select "copy the application onto every target."
- Click on Next.
- Finish the process.
- Create a copy of the library WAR file previously used.
- Modify the MANIFEST.MF file included in META-INF directory for the library WAR file by incrementing the Implementation-Version tag from "n" to "n+1"
- Library file gets updated.
- Perform the same deployment process for the "n+1" library.
- Repeat deployment tasks described in step 1.
- Deployment fails on step 1d.
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 |