Translate

Tuesday 11 February 2014

ErrorThe application might not be distributed to all the nodes it is deployed to. Synchronize the nodes to insure the application is available (WebSphere Jungle)

Problem:
                 This error is occurred when i start my application.
error message is like this:

ErrorThe application might not be distributed to all the nodes it is deployed to. Synchronize the nodes to insure the application is available.
ErrorAn error occurred while starting usg_war. Check the logs for server server1 on node localhostNode01 for more information.

Screen Shoot of that error is

Solution:
                First check all nodes are synchronized or not
              ex:
                 Expand "System Administration"------->Expand "Nodes"--------->here check the status  of nodes. When node isn't synchronized properly. Follow the steps to synchronize that node.
               Step 1:
                          Stop the that node by using stopNode command
           ex:
                windows:
                               <Profile_Root>/bin/stopNode.bat
                Linux/UNIX:
                               <Profile_Root>/bin/stopNode.sh

                Step 2:
                          Synchronize that node using syncNode command
                  ex:
                windows:
                               <Profile_Root>/bin/syncNode.bat
                Linux/UNIX:
                               <Profile_Root>/bin/syncNode.sh  

Now start the application. It will be started

Thank u. Comments & feedback r most welcome.     



No comments:

Post a Comment