Monday, May 5, 2014

Oracle SAP Adapter : ERROR com.ibi.bse.ConfigWorker:java.lang.NoClassDefFoundError: oracle/tip/adapter/api/exception/PCResourceException

I was working on a SAP integration with Oracle SOA Suite, configuring the Oracle Application Adapter for SOA. Then after starting the ae.cmd ( E:\Oracle\Middleware\Oracle_SOA1\soa\thirdparty\ApplicationAdapters\tools\iwae\bin\ae.cmd ) I am getting the following exception:

ERROR com.ibi.bse.ConfigWorker:java.lang.NoClassDefFoundError: oracle/tip/adapter/api/exception/PCResourceException

This is due to the missing libraries i.e jca-binding-api.jar and adapter_xbeans.jar

Solution:

  1. Copy the missing libraries i.e. jca-binding-api.jar and adapter_xbeans.jar from the location "E:\Oracle\Middleware\Oracle_SOA1\soa\modules\oracle.soa.adapter_11.1.1"
  2. Paste the copied files into the folder i.e. "E:\Oracle\Middleware\Oracle_SOA1\soa\thirdparty\ApplicationAdapters\lib"

No comments:

Post a Comment