Returning empty DebugMaskDataConfigurationBean error in message processor log

Not applicable

I have a proxy which is throwing interim errors, when I am hitting the proxy continuously then randomly it fails .When I checked the Message Processor log, it shows the error as "DEBUG.MASK - DebugMaskDataUtil.getMaskDataConfigurationBeanFromRepo() : DebugMaskDataConfigurationBean not available for Path : /*****/****/*****/***** . Returning empty DebugMaskDataConfigurationBean". Can anyone say what does this mean ?

0 3 326
3 REPLIES 3

Not applicable

I faced this issue many times and this time I came to know this error is not from apigee end. This time issue was with the micro-service. The micro-service DB was having only read-only access, so requests other than GET were throwing this error. I cannot say this is the only reason behind this error.

I am facing this issue as DebugMaskDataConfigurationBean error for a particular time for some time. And in your case where is the Micro service presents in the API call?

In my case the microservice was the backend which was masked by Apigee.