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

General Server Configurations

Follow the instructions below to configure general server configurations:

  1. Configure the DeviceMonitorFrequency parameter in the emm-config.xml file, which is in the <EMM_HOME>/repository/conf/ directory. Specify this value in milliseconds. The EMM server uses this parameter to determine how often the devices enrolled with EMM need to be monitored. By default, this value has been configured to 60000ms (1min).

    For example:

    <DeviceMonitorFrequency>60000</DeviceMonitorFrequency>

  2. Navigate to the sso-idp-config.xml file, which is in the <EMM_HOME>/repository/conf/ directory and modify the ‘localhost’ to one of the following:

    • Server IP - If working in a testing environment.

    • Domain - If working in a production environment. 

  3. For a production deployment uncomment the following code in the carbon.xml file, which is in the <EMM_HOME>/repository/conf/ directory and enter your organization domain.

    <HostName>www.wso2.org</HostName>
    <MgtHostName>www.wso2.org</MgtHostName>

    By default, an Identity Provider (IdP) has been bundled with the EMM binary pack. Modify the ‘host’ to the Server IP if you wish to use this default IdP. If you wish to use your own IdP, modify the ‘host’ to the IdP.

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