Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks Plug-in for Database | 7.2 |
After a project containing Request-Response Service is migrated from "TIBCO Adapter for Oracle Applications" to "TIBCO ActiveMatrix Adapter for Database 6.x", the project works; however, after the project is migrated again from "TIBCO ActiveMatrix Adapter for Database 6.x" to "TIBCO ActiveMatrix Adapter for Database 7.2", the instance containing Request-Response Service fails to handle the received requests and throws below exception:
***************************************
java.lang.NullPointerException
at com.tibco.adapter.adb.datahandler.ADBServerStandardOperationDataHandler.initReturnValueClassDescForSingleOperation(Unknown Source)
at com.tibco.adapter.adb.datahandler.ADBServerStandardOperationDataHandler.<init>(Unknown Source)
at com.tibco.adapter.adb.service.ADBRPCServiceDefaultSessionWorker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
***************************************