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

Samples Setup

To get started on the data integration samples, set up the following in your product server:

 

Step 1: Deploy the sample data services

In order to run a particular sample, the configuration files (.dbs) relevant to that data service should be deployed in the server. Also, if a data service contains a services.xml file, it should also be deployed along with the .dbs file. Follow the steps given below to deploy the .dbs files and the services.xml files (if applicable) of all the samples that are in the <EI_HOME>/Samples/data-services directory.

  1. Stop any server instances that are running. This is recommended in order to clean the current sample database and to redeploy the services.

  2. To clean the current sample database by removing the existing sample data services:

    1. Open the command prompt and go to the <EI_HOME>/Samples/data-services  directory.

    2. Execute the ant clean command.

      cd <EI_HOME>/Samples/data-services ant clean 
  3. To redeploy all samples: 

    1. Go to the <EI_HOME>/Samples/data-services directory in the command prompt.

    2. Execute the ant command. 

      <EI_HOME>/Samples/data-services ant

Step 2: Start the server

If you have deployed the samples, start the server as explained below.

  1. Go to the <EI_HOME>/bin directory in the command prompt.

  2. Start the server by executing the command relevant to the OS as shown below.

    For Windows OS:

    cd <EI_HOME>/bin ./integrator.bat 

    For Linux OS:

    cd <EI_HOME>/bin ./integrator.sh
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.