cancel
Showing results for 
Search instead for 
Did you mean: 

PIMON - message delivered, SXI_MONITOR - message null

Former Member
0 Kudos

Hi,

We're doing PROXY -> HTTP, synchronous. Request was successfully sent and response was sent back to sender. But sender gets cx_ai_system_fault, with no error message. PIMON says message is successfully delivered, but in SXI_MONITOR, the message failed and has error: java.nullexception message null. Anyone have any idea about this?

Regards,

Raye

Accepted Solutions (1)

Accepted Solutions (1)

iaki_vila
Active Contributor
0 Kudos

Hi Raye,

Can you check in the sxi_monitor in the ECC the message?, is it according with the XML expected?, or do you want to say that in the sxi_monitor in the ECC the payload doesn't exist?

Regards.

Former Member
0 Kudos

Hi Inaki,

No, only fault payload exists saying message is null.

PriyankaAnagani
Active Contributor
0 Kudos

Hi Raye,

Please check the payload you are sending to Http receiver from PI after mapping. You might be sending an empty payload or missing any mandatory data due to which Http receiver is sending Fault message/null.

Regards,

Priyanka

Former Member
0 Kudos

Thank you for response.

Problem has been solved. We found out we forgot to map the response.

Regards,

Raye

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Raye,

Have you check if the http response is right in PI monitoring?

Have you check if your PI http request is right?, if you have connectivity in your laptop you can try the http request with any free tool.

Regards.

Former Member
0 Kudos

Hi Inaki,

Yes, response is correct. PI delivers response back to sender. But sender does not get it and gets error.