On my system, I have a cluster of 2 Navigator servers. The EAR file was deployed to a websphere deployment manager to both servers -- so the servers use the same EAR file.
http://<servername>:<port>/taskManagerWeb/api/v1
When I open the taskManagerWeb api page on SERVER1, the "Task Manager Server Parameters" are correct. the admin field = xFNAdminCM (CORRECT!)
When I open the taskManagerWeb api page on SERVER2, the "Task Manager Server Parameters" are WRONG. the admin = null (this is not correct)
As a result, the Task Manager is only working on SERVER1...and tasks are failing to start on SERVER2 due to this error: java.lang.RuntimeException: Loading ContextParams timed out (due to the admin ID recognized as 'null' rather than xFNAdminCM)
#IBMContentNavigator(ICN)#Support#SupportMigration