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 9.1 standalone installation is successful, you get a HTTP 404 error after login

To fix this, proceed as follows.

  • 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>

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

  • IBM MobileFirst Platform Foundation Version 8.0 to Persistent Mobile Foundation Version 9.1
  • Persistent Mobile Foundation Version 9.0 to Persistent Mobile Foundation Version 9.1

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

Last modified on