cancel
Showing results for 
Search instead for 
Did you mean: 

Null Pointer exception in MDM Portal tracker

Former Member
0 Kudos

Hi All,

I am facing null pointer exception in portal change tracker for Customer Master. The change tracker is working fine for Vendor and Material master. Can any one tell what could be the cause ? and How to resolve.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Neethu,

Can you post the error that shows the NullPointer? Null Pointer is generally bad coding since the object should be checked to see if NULL before actually trying to do something with it... the trace might give some clues as to what was going on exactly when the Null Pointer was encountered.

It is probably that something hasn't been initialized properly or data is missing that was expected by the programmer to be there. Post the error message and perhaps we can help more.


Simon

Former Member
0 Kudos

Hi Simon,

The issue has been resolved. The JDBC Alias maintained in Portal was different than JDBC alais defined at database level. So I corrected it and it started working.

Answers (0)