31919   Invoke receiver object is null

Cause

This error occurs in an asynchronous method call, using the invoke method of the JadeMethodContext class, if the receiver object is a null reference.

In the following code fragment, the error occurs if the cust object is a null reference.

jadeMethodContext.invoke(cust, getHistory, date);

Action

Correct your code.