Troubleshooting PMF AppCenter

Overview

Find information to help resolve issues that you might encounter when you use the Persistent Mobile Foundation Application Center:.

Though AppCenter Version 10.0 standalone installation is successful, you get a HTTP 404 error after login

To fix this, proceed as follows depending on your Application Server type.

This needs to be implemented for both of the following Appcenter migration scenarios.

  • IBM MobileFirst Platform Foundation Version 8.0 to the Persistent Mobile Foundation Version 10.0.
  • Persistent Mobile Foundation Version 9.1 to the Persistent Mobile Foundation Version 10.0.

  • WebSphere® Application Server Liberty

    • Add the following WebSphere Application Server Liberty feature in the server.xml file after the AppCenter installation, but before you start the WebSphere Application Server.

      <feature>restConnector-1.0</feature>
      
  • Open Liberty Application Server

    • Add the following Open Liberty features in the server.xml file after the AppCenter installation, but before you start the Open Liberty Application Server.

      <feature>restConnector-2.0</feature>
      <feature>jaxrs-2.0</feature>
      

Note: If you first install PMF Operations console and then install Appcenter, the PMF Operations console automatically adds the restConnector-<x>.0 feature in the server.xml file.

Last modified on