Weblogic Management Exception

asmat soomro picture asmat soomro · Apr 18, 2016 · Viewed 7.5k times · Source

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.

Answer

ujjwal kumar picture ujjwal kumar · Oct 16, 2020

I also faced the same issue while deploying application through weblogic console. I did the following steps:

  1. Cleared cache, stage, tmp from server path.
  2. Removed the application from target.
  3. Restarted Managed and Admin servers.
  4. And installed it again .

It worked!