Reputation: 41
I have been trying to deploy my Java Servlet on Oracle weblogic 11g, but getting this exception, when I try to start it after deploying my war.
weblogic.management.ManagementException: [Deployer:149001]No application named 'XXXX' exists for operation start.
Please suggest what am I missing.
Upvotes: 4
Views: 12097
Reputation: 21
I also faced the same issue while deploying application through weblogic console. I did the following steps:
It worked!
Upvotes: 2
Reputation: 1039
I had the same. There is an error during deploying.
I tried everything by steps:
It works.
Upvotes: 0
Reputation: 692
I've been able to resolve this by fully restarting WebLogic (i.e., restarting the Admin server.)
Upvotes: 0