[ART.114.1112] Adapter Runtime: Unable to instantiate

Hi All,

We recently applied the below fixes
IS_7-1-2_ART_Fix1 & IS_7-1-2_ART_Fix2 when this below error occured
Error: The resource is already being used in a parent transaction.

After applying the above fixes the following errors started appearing
[ART.114.1112] Adapter Runtime: Unable to instantiate class com.wm.adapter.wmjdbc.services.Select in adapter JDBCAdapter. See error log for details.
com/wm/adapter/wmjdbc/services/Select
and
[ART.114.1112] Adapter Runtime: Unable to instantiate class com.wm.adapter.wmjdbc.services.Insert in adapter JDBCAdapter. See error log for details.
com/wm/adapter/wmjdbc/services/Insert

IS details:
IS_7-1-2_Core_Fix10
IS_7-1-2_FlatFile_Fix3
IS_7-1-2_Flow_Fix2
IS_7-1-2_WebSvcsXML_Fix8
IS_7-1-2_SrvPrtcl_Fix8
IS_7-1-2_XA_Fix3
IS_7-1-2_PkgMgmt_Fix1
JDBC Adapter - Version 6.5 and Fixes applied are JDBC_6-5_Fix19 & JDBC_6-5_Fix21
Please look into this and help me in getting resolved

Regards,
Datta

Are you using a service whose connecting to an adapter listener/notification within a BPM process?

If I recall correctly, the adapter is been hold until process ends, using all your current connections.

Is the adapter using NON_TRANSCATION?

Check this.

Hi DevNull43,

We are NOT using this adapter service for any BPM process. Its just an insert adapter service which inserts daat to Oracle tables and we are using LOCAL_TRANSACTION.

Please helping me in getting this issue resolved.

Regards,
Datta