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

aa....aa: In-process connection application name
bb....bb: Class name
cc....cc: Reason code
Description:
An attempt to generate an instance of a user application (the in-process connection application) has failed.
Action to take:
Check the user application (in-process connection application) as indicated for the reason code.
Reason codeCorrective action
NOT_IMPLEMENTCheck whether the StreamInprocessUP interface is unimplemented.
ILLEGAL_ACCESSConfirm that you can access a class or a constructor without its arguments.
INSTANTIATIONConfirm 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.