Weblogic.management.ManagementException: The same started task is executing.

I am trying to deploy an ear file to Weblogic 12.c. application server. I was able to deploy it successfully, but the last time it got a database connection.

After that it keeps giving me this exception and the ear doesn't unfold anymore.

The deployment is not installed. weblogic.management.ManagementException: The same started task is running. New task: (expand for my package), Run task: (expand for my package)

This happens even after restarting my server and doing a clean deployment.

Please, help.

Thanks GMK

+3


source to share


1 answer


This is because the weblogic adminserver was blocking the deployment task. Restart AdminServer and the error goes away.



+1


source







All Articles