Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Client received SOAP Fault from server in adf

987202Mar 27 2013
Hi,

I received the following error trying to run my application. I am using jdeveloper 11g 11.1.2.3.0. I use Web services in my appicaiton.


Client received SOAP Fault from server : Exception occured when binding was invoked.
Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'user_Login' failed due to: Interaction processing error.
Error while processing the execution of the APPS.XX_OM_BONSAI_PKG.USER_LOGIN API interaction.
An error occurred while processing the interaction for invoking the APPS.XX_OM_BONSAI_PKG.USER_LOGIN API. Cause: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.3.1.v20111018-r10243): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: weblogic.jdbc.extensions.PoolDisabledSQLException: weblogic.common.resourcepool.ResourceDisabledException: Pool ERPDS is Suspended, cannot allocate resources to applications..
Error Code: 0
Check to ensure that the XML containing parameter data matches the parameter definitions in the XSD. This exception is considered retriable, likely due to a communication failure. To classify it as non-retriable instead add property nonRetriableErrorCodes with value "0" to your deployment descriptor (i.e. weblogic-ra.xml). To auto retry a retriable fault set these composite.xml properties for this invoke: jca.retry.interval, jca.retry.count, and jca.retry.backoff. All properties are integers.
".
The invoked JCA adapter raised a resource exception.
Please examine the above error message carefully to determine a resolution.

Can anyone please tell me how to fix this? This above message also has a solution to fix this saying- add property nonRetriableErrorCodes with value "0" to your deployment descriptor (i.e. weblogic-ra.xml).
I am not sure how to get this done. Any help will be appreciated.

Thanks in advance,
Sal
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 24 2013
Added on Mar 27 2013
0 comments
653 views