Defect HC-14023

Exception in trace during GET /person with profileName IBM_User_Registration_Details

Software

Customer case Applies to Corrected in
CS0155987 V9.0.1.10 9.0.1.19

Observed behavior

When tracing is enabled, a BusinessContextServiceException occurs when calling the GET Person REST API with profileName=IBM_User_Registration_Details

Expected behavior

There should be no exception in the logs.

Resolution

The problem only happens when trace is enabled. The tracing logic was logging a BusinessContextServiceException regarding a context not being found. The code was corrected to avoid the exception being raised.