Monday, August 22, 2016

Websphere: com.ibm.websphere.management.exception.AdminException: A composition unit with name already exists

When you see error message like this in SystemErr.log of Websphere it shows the application which you are trying to deploy is fully or partially deployed already.If you want to uninstall the app completely. Please delete the application in the following location.

Please stop dmgr .nodeagent and  jvm.In these kind of scenarios mostly app will be missing under applications directory where as it will be present under blas and cus directory.

blas is business level application 


 <Dmgr profile>/config/cells/cellname/applications/appname
<Dmgr profile>/config/cells/cellname/blas/appname
<Dmgr profile>/config/cells/cellname/cus/appname

<Appserver profile >/config/cells/cellname/applications/appname
<Appserver profile>/config/cells/cellname/blas/appname
<Appserver profile>/config/cells/cellname/cus/appname.

Delete the application folder in the above directories.

Delete  wstemp content in both appserver as well as in dmgr.

Restart dmgr and jvm.Try installing your application again.

3 comments:

Your suggestions please