Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536.1K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
start startWebLogic.sh with weblogic.descriptor.BeanAlreadyExistsException: Bean already exists

I created Oracle WebLogic server and registered WebLogic domain, HTTP server also have done.
when execute startWebLogic.sh, it occurred BeanAlreadyExistsException.
1. weblogic.management.provider.internal.RuntimeAccessImpl$ParseException: [Management:141266]config.xml error : weblogic.descriptor.BeanAlreadyExistsException: Bean already exists"[email protected]0([wls_domain]/[CsJmsModule]/SubDeployments[CsSubDeployment_auto_2])"。。
What can I do?
Java version is 1.8.0_131
WebLogic server: 12.2.1.4.0
Best Answer
-
Apply the following:
1. Clear the browser cache.
2. If any of the deployment descriptors (config.xml, weblogic-application.xml, web.xml) has duplicate entries remove the duplicate entries.
3. If the ear archive is still in the autodeploy folder Shutdown weblogic Server, Remove ear file from autodeploy folder, Run application.
Answers
-
Apply the following:
1. Clear the browser cache.
2. If any of the deployment descriptors (config.xml, weblogic-application.xml, web.xml) has duplicate entries remove the duplicate entries.
3. If the ear archive is still in the autodeploy folder Shutdown weblogic Server, Remove ear file from autodeploy folder, Run application.