cancel
Showing results for 
Search instead for 
Did you mean: 

java.lang.NullPointerException thrown during application mapping

Former Member
0 Kudos

Hello,

I've a interface JDBC - RFC.

XI read register of database table and pass iit to R3 (RFC)

Sometimes, no always, the register aren't passing to R3, and i find the error 'java.lang.NullPointerException thrown during application mapping ' in sxmb_moni

Only one field is key, i have revised the mapping, each field.., but i don't see nothing,..

If i test the inbound message in messaging mapping, the result test is ok,..

Thank you very much

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

i'had mapping the field key of source to target,..the problem continue,..

Former Member
0 Kudos

Hello,

i dont' use UDF in this mapping.

The source message have a field as key. This field isn't mapping, can be this the problem?, i don't understand why sometimes don't occurs the error..

Former Member
0 Kudos

> The source message have a field as key. This field isn't mapping, can be this the problem?

Since it is at source side, so this can't be a problem. In opinion this could be some temporary occouring issue from java side, better to take help of basis to check the logs when this problem occurs..

Former Member
0 Kudos

In addition, also check if you have used any udf which is throwing the exception.

Regards,

Sarvesh

Former Member
0 Kudos

Hi,

In your source structure, which reads the data from register, have you kept any field or node mandatory?

If yes, then it might create problem.

-Supriya.