cancel
Showing results for 
Search instead for 
Did you mean: 

Module Bean: processing failed with java.lang.NullPointerException

0 Kudos

Dear all

I am using a user developed bean in fle adapter. I am getting following error

MP: processing local module localejbs/INB_validateBean

P: exception caught with cause java.lang.NullPointerException

Error File processing failed with java.lang.NullPointerException

The module ear file is sucessfully deployed in the server but still I am facing this issue

Please help

Accepted Solutions (0)

Answers (1)

Answers (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

This is runtime exception. The value the code expects come null value. So we get this exception.

You need to check not null in the user bean module coding to avoid this. Throw more details for further investigation.