com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.

Start WSO2 Private PaaS

WSO2 Private PaaS products together with the third party products used by Private PaaS need to be started in the following manner:

  1. Start ActiveMQ using the following command: 

    /opt/stratos/apache-activemq-5.9.1/bin/activemq start

    For more information, go to ActiveMQ.

  2. Run the following command repeatedly to start the respective Private PaaS products one by one in nohup mode:

    <PRODUCT_HOME>/bin ./stratos.sh -Dprofile="<profile>" start

    In the above command, <PRODUCT_HOME> refers to the respective directory to which you have unzipped the Private PaaS products.

    T he  <profile>  parameter can be defined as follows:

    • cc - refers to Cloud Controller
    • as - refers to Auto-scalar
    • sm - refers to Stratos Manager

    For example:

    ./stratos.sh -Dprofile="cc" start
    ./stratos.sh -Dprofile="as" start
    ./stratos.sh -Dprofile="sm" start

Stopping WSO2 Private PaaS

If you want to stop Private PaaS products, run the following command:

<PRODUCT_HOME>/bin ./stratos.sh stop

In the above command, <PRODUCT_HOME> refers to the respective directory to which you have unzipped the Private PaaS products.

Run the following command to stop WSO2 CEP in nohup mode:

<CEP_HOME>/bin ./wso2server.sh stop

Restarting WSO2 Private PaaS

If you have already deployed services and just want to restart the servers, kill your processes first and then run the boot.sh script in silent mode using the following command:

boot.sh -s

For more information on the boot script usage, see Boot Script Usage.


com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.