Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Error when Websphere try to load datasource

843830May 16 2005 — edited May 16 2005
hi,
I'm working with websphere 5.
I create a EJB project with oracle 9i database, when i execute the application and for example, from my session bean I try to call a findByPrimaryKey() method over my entity bean the WebSphere container load the datasource (my database is configured as 'desa' ) and show me the following error :

FreePool J2CA0046E: The method createManagedConnctionWithMCWrapper got a excepci�n when create a ManagedConnection for resource jdbc/desa, genering ResourceAllocationException.

Original excepci�n: com.ibm.ws.exception.WsException: DSRA8100E: Unable to get a PooledConnection from the DataSource.

Nested exception is: javax.ejb.EJBException: nested exception is: com.ibm.ws.ejbpersistence.utilpm.ResourceAdapterException: PMGR6020E: Error when connect with com.ibm.ws.rsadapter.cci.WSRdbConnectionFactoryImpl@1687178e adapter

I defined my datasource on websphere with all required parameters. I don't know what's can be happening.

sombody can help me ?
thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 13 2005
Added on May 16 2005
1 comment
318 views