asmat soomro
asmat soomro

Reputation: 41

Weblogic Management Exception

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

Answers (3)

ujjwal kumar
ujjwal kumar

Reputation: 21

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!

Upvotes: 2

Ivan Vovk
Ivan Vovk

Reputation: 1039

I had the same. There is an error during deploying.

I tried everything by steps:

  • Restarted Admin sever
  • Restarted managed servers
  • Uninstall application and then install it again.

It works.

Upvotes: 0

em_bo
em_bo

Reputation: 692

I've been able to resolve this by fully restarting WebLogic (i.e., restarting the Admin server.)

Upvotes: 0

Related Questions