com.ibm.websphere.management.exception.AdminException:

Panadol Chong picture Panadol Chong · Nov 17, 2014 · Viewed 7.6k times · Source

Good day,

My server keep hitting the following error when I try to start/clean my server.

[11/17/14 10:18:43:715 MYT] 00000091 InstallSchedu I   ADMA5014E: The installation of application BeansEaiApp failed.
[11/17/14 10:18:43:706 MYT] 00000091 SystemErr     R com.ibm.websphere.management.exception.AdminException: A composition unit with name BeansEaiApp already exists. Select a different application name.
[11/17/14 10:18:43:707 MYT] 00000091 SystemErr     R    at com.ibm.ws.management.bla.j2ee.ext.tasks.ValidateBLATask._validateBLAInstall(ValidateBLATask.java:348)
[11/17/14 10:18:43:707 MYT] 00000091 SystemErr     R    at com.ibm.ws.management.bla.j2ee.ext.tasks.ValidateBLATask._performTaskAsSystem(ValidateBLATask.java:132)
[11/17/14 10:18:43:707 MYT] 00000091 SystemErr     R    at com.ibm.ws.management.bla.j2ee.ext.tasks.ValidateBLATask$1.run(ValidateBLATask.java:104)
[11/17/14 10:18:43:707 MYT] 00000091 SystemErr     R    at com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:5429)
[11/17/14 10:18:43:707 MYT] 00000091 SystemErr     R    at com.ibm.ws.security.auth.ContextManagerImpl.runAsSpecified(ContextManagerImpl.java:5520)
[11/17/14 10:18:43:707 MYT] 00000091 SystemErr     R    at com.ibm.ws.management.bla.j2ee.ext.tasks.ValidateBLATask.performTask(ValidateBLATask.java:101)
[11/17/14 10:18:43:707 MYT] 00000091 SystemErr     R    at com.ibm.ws.management.application.SchedulerImpl.run(SchedulerImpl.java:315)
[11/17/14 10:18:43:707 MYT] 00000091 SystemErr     R    at java.lang.Thread.run(Thread.java:770)

Search google for quite a long time but no solution can apply to my environment. I have tried to restart my computer, restart VM, remove the App and add again, but still the same. Keep publishing failed. And there is no compilation error at my workspace also.

Kindly advise.

Answer

CharlieS picture CharlieS · Nov 17, 2014

You need to do a manual clean of the application causing the problem.

Remove the application again, then go look in <Profile_Dir>\config\cells\ea960\blas and <Profile_Dir>\config\cells\ea960\cus to remove all refs to the application (delete them).

Then do another clean, then try adding again.