KFSP45103-E
An attempt to generate an instance of the in-process connection application failed. Application name = aa....aa, class name = bb....bb, reason code = cc....cc
Reason code | Corrective action |
---|---|
NOT_IMPLEMENT | Check whether the StreamInprocessUP interface is unimplemented. |
ILLEGAL_ACCESS | Confirm that you can access a class or a constructor without its arguments. |
INSTANTIATION | Confirm that the class is not an abstract class, interface, array class, primitive type or void type. Also, check whether the class is keeping a constructor without arguments. |