2

I have an instance of Weblogic 10.3.5 running with a bunch of apps.

For some reason, the deployments page in the Admin console stopped showing the health (status) of the deployed apps (usually a green check icon). Just looks weird. Any ideas on how I can bring that back?

enter image description here

user6123723
  • 10,546
  • 18
  • 67
  • 109

2 Answers2

3

The apps are not running, possibly because their target machine isn't currently up. Find out what managed server they are targeted to and make sure it's running. If you want them to run on the Admin Server, you can change their targets via configuration.

Matt Jennings
  • 1,148
  • 6
  • 11
  • Found that the startup up script of the managed server isn't pointing to the AdminServer making the deployments status inactive. Fixed it and they are all showing up as expected. – user6123723 Dec 20 '13 at 23:01
0

some times it may happen...

First you have to make sure all the applications are running properly or not....

If any issues in deploying application or deployed application then it may show in this manner....

Exact solution to your problem is Restarting admin node

But it is better to do following steps...

  1. Stop both admin and Managed nodes.
  2. Start the Admin node then managed node.

Check the console...

Tatarao Vana
  • 553
  • 2
  • 9