Hi All,
We are getting an null pointer exception in moni randomly.This error occurs at CallAdapter step.
Complete error is:
com.sap.engine.interfaces.messaging.api.exception.MessagingException:Could not insert message ***********(INBOUND) into database. Reason:java.lang.NullPointerException:while trying to invoke the method com.sap.sql.jdbc.common.dispatch.SetterDispatcher.setString(java.lang.String) of an object returned from com.sap.sql.jdbc.common.CommonPreparedStatement.getSetterDispatcher(int)
Scneario is file to JMS. And this occurs randomly for one file in a day. All the other files for the same interfaces gets processed successfully. NWA log also gives the same information like above. It doesn't contain any additional information which can give more details. No DB dead lock/dumps in system.
not sure what could be causing this.Pls help in understanding what could have caused this?