When deploying application on WebLogic Server 10.3.0.0 I get the exception:
"javax.management.InstanceAlreadyExistsException: com.bea.wli.worklist:Name=app_name,Type=com.bea.wli.worklist.management.WorklistSystemMBean"
There is WebLogic Integration 10.3.0 installed onto this server.
I have tried deleting tmp files based on this app, but only after WL server restart I can successfully deploy.
Is there a way to resolve this without restarting the server, because it takes too long and it is not appropriate on PROD environment?
Thanks