Error when Websphere try to load datasource
843830May 16 2005 — edited May 16 2005hi,
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