IBM Support

IBM Maximo Application Suite - Communication problems between different MAS components

Troubleshooting


Problem

It has been reported that specific DNS settings or load balancer configuration that are done inside or outside of OpenShift cluster and that are not under IBM control can cause communication issues between different IBM Maximo Application Suite as: coreapi, internalapi, workspace.

Diagnosing The Problem

Accessing different IBM Maximo Application Suite applications can throw below errors in log traces:
  • In IBM Maximo Application Suite  UI:
CWOAU0062E: The OAuth service provider could not redirect the request because the redirect URI was not valid. Contact your system administrator to resolve the problem.
  • In coreidp pod:
CWIML4537E: The login operation could not be completed. The specified principal name xxxxxxxx is not found in the back-end repository.
com.ibm.wsspi.security.wim.exception.PasswordCheckFailedException: CWIML4537E: The login operation could not be completed. The specified principal name xxxxxxxxxxxxxxx is not found in the back-end repository.

Resolving The Problem

Based on the component you are seeing the issue set the EVENTLET_NO_GREENDNS=yes environment variable to the component deployment as:
oc set env deployment <instanceId>-catalogmgr EVENTLET_NO_GREENDNS=yes
oc set env deployment <instanceId>-catalogmgr EVENTLET_NO_GREENDNS=yes
oc set env deployment <instanceId>-internalapi EVENTLET_NO_GREENDNS=yes
oc set env deployment <instanceId>-catalogapi EVENTLET_NO_GREENDNS=yes
oc set env deployment <instanceId>-adoptionusageapi EVENTLET_NO_GREENDNS=yes
oc set env deployment <instanceId>-milestonesapi EVENTLET_NO_GREENDNS=yes
oc set env deployment <instanceId>-coreapi EVENTLET_NO_GREENDNS=yes
oc set env deployment <instanceId>-licensing-mediator EVENTLET_NO_GREENDNS=yes 

Document Location

Worldwide

[{"Type":"MASTER","Line of Business":{"code":"LOB59","label":"Sustainability Software"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSRHPA","label":"IBM Maximo Application Suite"},"ARM Category":[{"code":"a8m3p000000hAeeAAE","label":"Maximo Application Suite-\u003ECore"}],"ARM Case Number":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All Versions"}]

Document Information

Modified date:
12 March 2024

UID

ibm17138408