FNRAC1008E error occurs if Java 2 Security is enabled

 Traditional: 
When the IBM® Administration Console for Content Platform Engine opens, an error message is received if Java™ 2 Security is enabled in IBM Business Automation Workflow (BPM).

When you open the IBM Administration Console for Content Platform Engine, you see the following error message:

FNRAC1008E Unable to get data from server
User response: Check the error details for more information and contact IBM Software Support if necessary.
Exception details: null com.filenet.apiimpl.util.J2EEUtil (initialization failure)

To use the IBM Administration Console for Content Platform Engine with Java™ 2 Security enabled, update the server.policy file where the application runs to grant the required permissions depending on which edition of Business Automation Workflow you are using.

For Business Automation Workflow
  1. Stop the cluster that has the Support capability.
  2. On each node that has a cluster member for the cluster with the Support capability, edit the PROFILE_HOME/properties/server.policy file by replacing the CELL_NAME and CLUSTER_NAME variables in
    // Needed by IBM Administration Console for Content Platform Engine 
    grant codeBase "file:${user.install.root}/installedApps/CELL_NAME/IBM_BPM_DocStoreAdmin_CLUSTER_NAME.ear/acce_navigator.war/plugins/nACCE.jar" 
    {
    permission java.security.AllPermission; 
    }; 
    with your appropriate values, for example
     // Needed by IBM Administration Console for Content Platform Engine         
    grant codeBase "file:${user.install.root}/installedApps/PCCell1/IBM_BPM_DocStoreAdmin_SupCluster.ear/acce_navigator.war/plugins/nACCE.jar" 
    { 
    permission java.security.AllPermission; 
    }; 
  3. Start the cluster that has the Support capability.
For IBM BPM Express
  1. Stop the server.
  2. Edit the file PROFILE_HOME/properties/server.policy by replacing the CELL_NAME, NODE_NAME and SERVER_NAME variables in
    // Needed by IBM Administration Console for Content Platform Engine 
    grant codeBase "file:${user.install.root}/installedApps/CELL_NAME/IBM_BPM_DocStoreAdmin_NODE_NAME_SERVER_NAME.ear/acce_navigator.war/plugins/nACCE.jar" 
    { 
    permission java.security.AllPermission; 
    };
    with your appropriate values, for example
     // Needed by IBM Administration Console for Content Platform Engine 
    grant codeBase "file:${user.install.root}/installedApps/PCCell1/IBM_BPM_DocStoreAdmin_Node1_server1.ear/acce_navigator.war/plugins/nACCE.jar" 
    { 
    permission java.security.AllPermission; 
    }; 
  3. Start the server.