I have an aio setup in my opdk. I have connected two rmp nodes to the aio setup. I have deployed a proxy and I try to excute the proxy. I see the message-id from the nginx logs in the aio setup. However when I try to see the message processor log of that particular message-id, I am not getting anything. I see the below exception:
Returning empty DebugMaskDataConfigurationBean.
I am not getting any details from message processor logs. I wanted to know what is this error and what should I do to rectify this?
Can someone please help me on this issue?
Thanks.
Solved! Go to Solution.
well AFAIK AIO might not support 2 RMP's, but technically there's no problem with that
I didn't understand your case correctly - you able to deploy the proxy in the developer palette, right? The deployment status green? (green dot)?
Now you are triggering the API from outside, can you confirm that Trace working for you? message-id is 'stamp' uuid generated, you can see it in trace > X-Apigee-Message-ID variable.
so you triggering your API and you can see some message-id in the logs, and some not? this is the case?
it also might be code in the proxy that overrieds something Apigee needs, can you share more details about your proxy code? Or its empty proxy?
Why you want to see something in MP log? Why you think something might be there? Are you able to get response from mocktarget.apigee.net? MP by default (I think) does not have such LOGLEVEL that will actually print anything in runtime.