<div class="cs-rating pd-rating" id="pd_rating_holder_1819065_post_578"></div>
<p><strong>ERROR</strong> com.ibi.bse.ConfigWorker:java.lang.NoClassDefFoundError: oracle/tip/adapter/api/exception/PCResourceException</p>
<p><strong>Solution:</strong></p>
<p>It appears that Oracle took the IWay Servlet and built a Java Swing application around it that allows you to create a Web service (BSE) or J2CA based connection to the Enterprise Applications (SEIBEL, JDE, Peoplesoft).</p>
<p>This Swing application is launched in a Unix/Linux shell using the iwae.sh script and in Windows using the ae.bat batch file and uses the libraries at the install folder’s lib sub-folder.</p>
<p>After deploying the “<strong>iwafjca</strong>” RAR and WAR and the “<strong>ibse</strong>” WAR that came with the installation to my Weblogic server (SOA Domain), I tried to connect to the Servlets, create a BSE or J2CA config and then connect to an Enterprise Application … however the “Adapter” Node in the Swing tree would not expand and after setting the Option -> Debug on in the swing app, I was able to see in the logs that I had some exceptions due to missing libraries.</p>
<p>I found that the SOA Adapter Libraries for 11g in the SOA Home / modules path need to be copied as show below. Hope this helps!</p>
<p><strong>Copy Missing Libraries from </strong></p>
<p><em>${middleware.home}/Oracle_SOA1/<strong>soa</strong>/<strong>modules</strong>/<strong>oracle.soa.adapter_11.1.1/</strong></em></p>
<p><strong>To</strong></p>
<p>IWay Install Path</p>
<p>Example:<em> ${middleware.home}/Oracle_SOA1/soa/thirdparty/<strong>ApplicationAdapters</strong>/<strong>lib</strong></em></p>
<p> </p>
<p> </p>
ERROR com.ibi.bse.ConfigWorker:java.lang.NoClassDefFoundError: oracle/tip/adapter/api/exception/PCResourceException
Solution:
It appears that Oracle took the IWay Servlet and built a Java Swing application around it that allows you to create a Web service (BSE) or J2CA based connection to the Enterprise Applications (SEIBEL, JDE, Peoplesoft).
This Swing application is launched in a Unix/Linux shell using the iwae.sh script and in Windows using the ae.bat batch file and uses the libraries at the install folder’s lib sub-folder.
After deploying the “iwafjca” RAR and WAR and the “ibse” WAR that came with the installation to my Weblogic server (SOA Domain), I tried to connect to the Servlets, create a BSE or J2CA config and then connect to an Enterprise Application … however the “Adapter” Node in the Swing tree would not expand and after setting the Option -> Debug on in the swing app, I was able to see in the logs that I had some exceptions due to missing libraries.
I found that the SOA Adapter Libraries for 11g in the SOA Home / modules path need to be copied as show below. Hope this helps!
Copy Missing Libraries from
${middleware.home}/Oracle_SOA1/soa/modules/oracle.soa.adapter_11.1.1/
To
IWay Install Path
Example: ${middleware.home}/Oracle_SOA1/soa/thirdparty/ApplicationAdapters/lib
Works for me. Thank you so much
Thanks helped a lot.