Friday, May 31, 2013

WebLogic: [Deployer:149189]An attempt was made to execute the 'start' operation on an application named bla

just shut down all your servers - including admin.

then go to DOMAIN_HOME, run "find . -name bla -exec rm -rf {} \;"

then edit config/config.xml and remove manually the app-deployment entry for bla.

This should take care of it.

No comments: