com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links' is unknown.
Samples Setup
To get started on the DSS 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 <DSS_HOME>/Samples/
 directory.
- Stop any DSS instances that are running. This is recommended in order to clean the current sample database and to redeploy the services.
- To clean the current sample database by removing the existing sample data services:
- Open the command prompt and go to theÂ
<DSS_HOME>/samples
 directory. Execute theÂ
ant clean
 command.cd <DSS_HOME>/samples ant cleanÂ
- Open the command prompt and go to theÂ
- To redeploy all samples:Â
- Go to theÂ
<DSS_HOME>/samples
 directory in the command prompt. Execute theÂ
ant
 command.Â<DSS_HOME>/samples ant
- Go to theÂ
Step 2: Start the server
If you have deployed the samples, start the server as explained below.
- Go to theÂ
<DSS_HOME>/bin
 directory in the command prompt. Start the server by executing the command relevant to the OS as shown below.
For Windows OS:cd <DSS_HOME>/bin ./wso2server.batÂ
For Linux OS:
cd <DSS_HOME>/bin ./wso2server.sh
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.