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

Git Repository Folder Structure

Prior to subscribing to a cartridge, you have to create a remote Git repository in GitHub to store your artifacts. The Git repository folder structure will vary based on the respective WSO2 cartridge. Therefore, it is very important that you create the Git folder structure accurately.

The Git repository folder structure for the various WSO2 cartridges that are available in WSO2 Private PaaS are as follows:

WSO2 API Manager (AM) cartridge uses an internal Git repository that is provided by WSO2 Private PaaS. Therefore, the tenant does not need to maintain a remote Git repository.

  • WSO2 Application Server (AS)

    ├── axis2modules
    ├── axis2services
    ├── jaggeryapps
    ├── jsservices
    ├── webapps

     
  • WSO2 Enterprise Service Bus (ESB)

    ├── axis2modules
    ├── axis2services
    ├── modulemetafiles
    ├── servicemetafiles
    ├── webapps

    ├── synapse-configs
    │   └── default
    │       ├── endpoints
    │       ├── event-sources
    │       ├── local-entries
    │       ├── priority-executors
    │       ├── proxy-services
    │       ├── sequences
    │       └── tasks
     
  • WSO2 Business Process Server (BPS)

    ├── axis2modules
    ├── axis2services
    ├── webapps
     
  • WSO2 Business Activity Monitor (BAM)

    ├── axis2modules
    ├── axis2services
    ├── bam-toolbox

    ├── jaggeryapps
    ├── webapps


  • WSO2 Identity Server (IS)

    ├── artifactMetafiles  
    ├── axis2modules  
    ├── axis2services
    ├── jaggeryapps 
    ├── modulemetafiles 
    ├── servicemetafiles 

    ├── userstores 
    ├── webapps 

The latter mentioned Git repository folder structures for WSO2 products have been derived by following the steps below:

  1. Download the respective WSO2 product pack.
  2. Navigate to the <PRODUCT_HOME>/repository/deployment/server directory.
    cd <PRODUCT_HOME>/repository/deployment/server
  3. Check the list of folders that need to be created in the Git repository.
    ls
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.