IBM Support

Manage application stuck on loading after login with continuous progress circle

Troubleshooting


Problem

The Manage application becomes inaccessible after login, displaying a continuous progress circle. The issue persists even after restarting the pod. Error logs indicate 'BMXAA6518E - Service UNITTEST is not loaded' due to a missing service class specified in the MAXSERVICE table. The error suggests that the service 'UNITTEST' could not be configured, potentially causing the application to fail to load properly.

Symptom

The 'manage' application cannot be accessed after login, displaying a continuous progress circle. Restarting the pod did not resolve the issue. The problem is not isolated to a single user, indicating a potential systemic issue rather than a user-specific cache problem.

Cause

The issue was caused by a **misconfiguration** in the MAXSERVICE table where the 'UNITTEST' service was active but not properly configured, leading to a failure in loading the service and causing the Manage application to be inaccessible.

Diagnosing The Problem

  1. Inspect application logs for errors related to the 'manage' service.
  2. Identify the specific error 'BMXAA6518E - Service UNITTEST is not loaded.'
  3. Check the MAXSERVICE table for the status of 'UNITTEST'.
  4. Update MAXSERVICE set ACTIVE=0 where SERVICENAME='UNITTEST' via the database since 'manage' is inaccessible.
  5. Restart the 'manage' service.
  6. Verify if the issue is resolved after the restart.

Resolving The Problem

 

We found this error in the logs which may be the cause:

[ERROR] [maximo] BMXAA6518E - Service UNITTEST is not loaded. See the enclosed exception for detail.

psdi.util.MXSystemException: BMXAA3757E - The service ServiceStorage: UNITTEST could not be configured. Ensure that the service class that is specified in the MAXSERVICE table exists. See the log files in the home director for more details on the error. Restart the system after the error is resolved.

 

Action required:

update MAXSERVICE set ACTIVE=0 where SERVICENAME='UNITTEST';

Restart Manage.

 

Can you look in MAXSERVICE table and check the status for servicename UNITTEST

select SERVICENAME, ACTIVE from MAXSERVICE where SERVICENAME='UNITTEST'

 

If active=1, set it to 0:

update MAXSERVICE set ACTIVE=0 where SERVICENAME='UNITTEST'; 

Then restart Manage.

Since you cannot access Manage, you will need to action this via the database.

Document Location

Worldwide

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SS7PRM","label":"IBM Maximo Health"},"ARM Category":[],"ARM Case Number":"TS020811779","Line of Business":{"code":"LOB59","label":"Sustainability Software"}},{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSAXA1D","label":"IBM User Data Services"},"ARM Category":[],"ARM Case Number":"TS020811779","Line of Business":{"code":"LOB59","label":"Sustainability Software"}},{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSDF6Z","label":"Behavior Analytics Service"},"ARM Category":[],"ARM Case Number":"TS020811779","Line of Business":{"code":"LOB59","label":"Sustainability Software"}},{"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSHB70P","label":"IBM Maximo Safety"},"ARM Category":[],"ARM Case Number":"TS020811779","Line of Business":{"code":"LOB77","label":"Automation Platform"}},{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSIT47C","label":"IBM Maximo Monitor"},"ARM Category":[],"ARM Case Number":"TS020811779","Line of Business":{"code":"LOB59","label":"Sustainability Software"}},{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSLPYA","label":"IBM Maximo Predict"},"ARM Category":[],"ARM Case Number":"TS020811779","Line of Business":{"code":"LOB59","label":"Sustainability Software"}},{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSTA81M","label":"IBM Maximo Connector for Oracle Applications"},"ARM Category":[],"ARM Case Number":"TS020811779","Line of Business":{"code":"LOB59","label":"Sustainability Software"}},{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSTPS3","label":"IBM Maximo Collaborate (Assist)"},"ARM Category":[],"ARM Case Number":"TS020811779","Line of Business":{"code":"LOB59","label":"Sustainability Software"}},{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSUC92N","label":"IBM Suite License Service"},"ARM Category":[],"ARM Case Number":"TS020811779","Line of Business":{"code":"LOB59","label":"Sustainability Software"}},{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSW87J","label":"IBM Maximo Health and Predict - Utilities"},"ARM Category":[],"ARM Case Number":"TS020811779","Line of Business":{"code":"LOB59","label":"Sustainability Software"}},{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSZ5A1M","label":"IBM Maximo Connector for SAP Applications"},"ARM Category":[],"ARM Case Number":"TS020811779","Line of Business":{"code":"LOB59","label":"Sustainability Software"}},{"Business Unit":{"code":"BU051","label":"N\/A"},"Product":{"code":"SSZBD7","label":"IBM Maximo Real Estate and Facilities"},"ARM Category":[],"ARM Case Number":"TS020811779"},{"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSRHPA","label":"IBM Maximo Application Suite"},"ARM Category":[],"ARM Case Number":"TS020811779","Line of Business":{"code":"LOB77","label":"Automation Platform"}}]

Document Information

Modified date:
22 January 2026

UID

ibm17252020