Translate

Showing posts with label Troubleshooting. Show all posts
Showing posts with label Troubleshooting. Show all posts

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.     



ErrorADMS0206I: The configuration synchronization failed for node (WebSphere Jungle)

Problem:
               This error is occurred when i deploy my application and try to synchronize Nodes.
error message is like this:

ADMS0200I: The configuration synchronization started for cell.
InformationADMS0207I: Node Synchronization state for node: localhostNode01 - initiate time: 2014.02.11 at 01:09:49:650 PST complete time: 2014.02.11 at 01:09:49:763 PST result: Error No update occurred.
ErrorADMS0206I: The configuration synchronization failed for node: localhostNode01.
WarningADMS0209W: The configuration synchronization complete for cell, errors occurred.

Screen shot 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    

Thank u. Comments & feedback r most welcome.