Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

weblogic.management.ManagementException: There is the same running task.

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

After that it keeps giving me this exception and the ear does not deploy any more.

The deployment has not been installed. weblogic.management.ManagementException: There is the same running task. New Task: (deploy for my-package), Running Task: (deploy for my-package)

This happens even after I have restarted my server and did a clean deploy.

Please help.

Thanks gmk

like image 600
gmk Avatar asked Jun 10 '17 01:06

gmk


1 Answers

This is because weblogic adminserver was holding a lock on the deploy task. Restart the AdminServer and the error goes away.

like image 149
gmk Avatar answered Dec 30 '22 04:12

gmk