WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Deployment Manager stopping automatically

    Posted Wed May 21, 2014 04:47 AM
    Hi All,

    Issue:
    Deployment manager is getting stopped automatically daily.We have to start it daily, on next day it will be down again.

    ServerStop.log not updating.
    SystemOut.log , i dont see any errors.

    WAS ND -7.0.0.29
    O.S - RHEL 6.2

    Kindly suggest.
     


  • 2.  Deployment Manager stopping automatically

    Posted Wed May 21, 2014 12:22 PM
    Is the DM only java process on this host? Does it have anyother JVMs?

    If DM is the only process, I would check the reboot schedule for the linux host. 


  • 3.  Deployment Manager stopping automatically

    Posted Wed May 21, 2014 01:47 PM
    Hi Hari,

      When the server stops is doing a controlled stop? in your DMGR SystemOut.log can you see if the server is stopping because a stopManager command?
     
      Take in mind that crontab is for each user, use the next command to review all users crontab

      for user in $(cut -f1 -d: /etc/passwd); do crontab -u $user -l; done  
     
      Hope this helps. Tell us if you need more support.
     
    regard


  • 4.  Deployment Manager stopping automatically

    Posted Fri May 23, 2014 08:07 AM
    Hi,

    Thanks for your reply.

    I dont see any stopManger command in SystemOut.log
    It is not set in any cron job.

    This issue happened only for 3 days continuously. Any more it is not happening now.

    I want to know the cause for the DMGR down and to avoid such issue in future. 


  • 5.  Deployment Manager stopping automatically

    Posted Fri May 23, 2014 06:13 PM
    Hari

    The only way is review your rhel system log

    Hope this help.

    Regards