I spent some time figuring out what the below exception means so I
thought this may help others.
This exception occurs when the class referenced as "response
interceptor" is not present in the classpath of the client.
I got this message while trying to execute an EJB method on an IBM
Appserver 6.0 from a stand alone java application using IBM EJB client
jars.
Exception in thread "P=340141:O=0:CT" java.rmi.RemoteException: CORBA
UNKNOWN 0x4942fea3 Maybe; nested exception is:
org.omg.CORBA.UNKNOWN: Unexpected exception found while rethrowing
pending exception after processing client-side response interceptor:
com/adobe/service/ConnectionFactory vmcid: IBM minor code: EA3
completed: Maybe
at
com.ibm.CORBA.iiop.UtilDelegateImpl.mapSystemException(UtilDelegateImpl.java:257)
at javax.rmi.CORBA.Util.mapSystemException(Util.java:84)
at com.adobe.workflow.task._TaskManagerRemote_Stub.createTask(Unknown
Source)
at
com.adobe.workflow.task.RemoteTaskManagerWrapper.createTask(RemoteTaskManagerWrapper.java:87)