• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Unable to get PooledConnection Exception

 
Ranch Hand
Posts: 118
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am using MYSQL, WAS4.0 for development of a project. i am using the mysql 3.0.16 connector as driver (since was4.0 supports on jdk 1.3 I had to use the earlier verion) I am getting the following exception. Details of my configuration also follow.

Hi,
I changed the mysql driver to an earlier version and am not getting the savepoint exception anymore.
But I am now getting the following:

Method createManagedConnctionWithMCWrapper caught an exception during creation of the ManagedConnection for resource jdbc/gemstone, throwing ResourceAllocationException. Original exception: com.ibm.ws.exception.WsException: DSRA8100E: Unable to get a PooledConnection from the DataSource.

I have configured my dataqsource in websphere with 6 custom properties :

databaseName java.lang.String <database-name>?autoReconnect=true

factory java.lang.String com.mysql.jdbc.jdbc2.optional.MysqlDataSourceFactory

password java.lang.String <password>

port java.lang.String 3306

serverName java.lang.String mysql

user java.lang.String <user-name>


I have also specified the implementation classname as com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource

The datasource helper class name i have used is com.ibm.websphere.rsadapter.ConnectJDBCDataStoreHelper.

Any help will be appreciated.

thx
Karhtik
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic