Hello All,
I am trying to connect to a Lotus Db using a application client. The following custom properties have been set for the datasource.
URL :
jdbc 
omino:/JdbcDemo.nsf/192.abc.y.x
user :
test password : test
I get the following error when the getConnection() method is invoked on the DataSource.
--------------------------------------------
java.sql.SQLException: DSRA9002E: ResourceException with error code null: javax.
resource.spi.ResourceAllocationException: Caught ResourceException thrown during
creation of the ManagedConnection.
at com.ibm.ejs.j2c.poolmanager.FreePool.createManagedConnectionWithMCWra
pper(FreePool.java:1138)
at com.ibm.ejs.j2c.poolmanager.FreePool.createOrWaitForConnection(FreePo
ol.java:897)
at com.ibm.ejs.j2c.poolmanager.PoolManager.reserve(PoolManager.java:1065
)
at com.ibm.ejs.j2c.ConnectionManager.allocateMCWrapper(ConnectionManager
.java:560)
at com.ibm.ejs.j2c.ConnectionManager.allocateConnection(ConnectionManage
r.java:374)
at com.ibm.ws.rsadapter.jdbc.WSJdbcDataSource.getConnection(WSJdbcDataSo
urce.java:205)
at com.ibm.ws.rsadapter.jdbc.WSJdbcDataSource.getConnection(WSJdbcDataSo
urce.java:180)
at LotusTest.main(LotusTest.java:23)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.websphere.client.applicationclient.launchClient.createContain
erAndLaunchApp(launchClient.java:616)
at com.ibm.websphere.client.applicationclient.launchClient.main(launchCl
ient.java:420)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
at com.ibm.ws.rsadapter.AdapterUtil.toSQLException(AdapterUtil.java:1019
)
at com.ibm.ws.rsadapter.jdbc.WSJdbcDataSource.getConnection(WSJdbcDataSo
urce.java:229)
at com.ibm.ws.rsadapter.jdbc.WSJdbcDataSource.getConnection(WSJdbcDataSo
urce.java:180)
at LotusTest.main(LotusTest.java:23)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.websphere.client.applicationclient.launchClient.createContain
erAndLaunchApp(launchClient.java:616)
at com.ibm.websphere.client.applicationclient.launchClient.main(launchCl
ient.java:420)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
-------------------------------------------------
Any ideas what the error DSRA9002E points to?
Regards,
Ashutosh