cancel
Showing results for 
Search instead for 
Did you mean: 

"MAPPING">EXCEPTION_DURING_EXECUTE

Former Member
0 Kudos

Hi all,

I am getting below error while running file to file scenario.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Request Message Mapping

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

<SAP:Category>Application</SAP:Category>

<SAP:Code area="MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>

<SAP:P1>com/sap/xi/tf/_emp_mm_</SAP:P1>

<SAP:P2>java.lang.NullPointerException</SAP:P2>

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>java.lang.NullPointerException thrown during application mapping com/sap/xi/tf/_emp_mm_:</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

Can anybody please suggest me in this issue?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

Let me know the full error info fro SXMB_MONI

chirag

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi bhuvan

we are encountering this error everyday on our production system

This error has occured During the application mapping

kindly check yor mapping program

also test your mapping in repository

exact error log you can check in trace

in SXMB_MONI click on the message and under the pipeline step request message mapping click on trace and open in a new window there you can see the exact log error step by step

hope this will help you

Regards

sandeep

If helpful kindly reward points

Former Member
0 Kudos

Hi,

They two reasons coming to this type of errors

1)Pls check the ur Message Mapping transformations, if it correct, check the payload.

2) Data is wrong..

Regards,

Sateesh N.

former_member859847
Active Contributor
0 Kudos

Hi,

The error it is showing as java.null pointer exception.

first copy the payload message from moni and check it

in message mapping.

or else please check the trace information in moni.

warm regards

mahesh.

former_member192892
Active Contributor
0 Kudos

Take ur payload from MONI and test your mapping. Something has gone wrong in ur mapping it seems