Client received SOAP Fault from server in adf
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