Fix - Body Is Not Logged

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Problem:

You get following error when my iflow makes a receiver http call: Error creating URL:
Message: [Body is not logged]]. Caused by: [java.lang.NullPointerException – scheme]

Solution:

One of the things to check can be a malformed header CamelHttpUri. Try correcting it. You may also
remove this header temporarily before your http channel to validate the same. If you decide to remove
the header from your message, make sure you don’t have this header in Allowed Headers property (in
case you have *, you might run into this issue).

You might also like