Restarting Developer Server After Restarting Computer

If you restart the computer on which you have installed the Developer Server, the TIBCO processes may need to be restarted.

Procedure

  • On Windows, the TIBCO ActiveMatrix, PostgreSQL for AMX-BPM, and TIBCO EMS Server services should be restarted automatically.

    To check this, open the Services window of Control Panel.

  • On Linux:
    1. Restart the Enterprise Message Server daemon by running this command:

      EMS_HOME/bin/tibemsd.sh

      where EMS_HOME is the directory in which Enterprise Message Service is installed. If you installed it when you installed ActiveMatrix BPM, this path is equivalent to:

      TIBCO_HOME/ems/n.n/bin/tibemsd.sh

      where n.n is the version of ActiveMatrix BPM.

    2. Restart the TIBCO ActiveMatrix and PostgreSQL for AMX-BPM processes by running this command:

      TIBCO_HOME/bpm/n.n/bin/dev_ctl start

      where n.n is the version of ActiveMatrix BPM.