cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Runtime error.Java.lang.nullPointerException: null at com.sap.guid.GUID.par

Former Member
0 Likes
321

Hi experts.

My scenario is File --> PI --> File.

During the message mapping there are a few RFC lockups.

I have configured an communication component for the RFC destination, and a Receiver communication channel to the RFC system.

When I am trying to check the message mapping and the operation mapping from the integration builder every thing works just fine.

In the interface determination i have configured the rfc parameter for the mapping.

When I am trying to run the hole process i receive an error saying:"Runtime exception from: java.lang.nullPointerException:

null at com.sap.guid.GUID.parsHEXguid(guid.java:1015)

reguars Max

View Entire Topic
Former Member
0 Likes

Still didn't found a solution to the problem.

Former Member
0 Likes

Hello,

Can you please check ur condition in RFC lookup, I think the value is not matching in one of the RFC lookup and returing Null thats why this error is coming java.lang.nullPointerException.

Thanks and Regards

Hemant

Former Member
0 Likes

Can you please check ur condition in RFC lookup, I think the value is not matching in one of the RFC lookup and returing Null thats why this error is coming java.lang.nullPointerException.

Hi.

But as i have already said when i am trying to test the operation mapping in he integration builder it works great.

Any ideas?