Deletion of Expired UUIDs

Hi,
I am getting below error in my server and error log,can someone please suggest me how can stop below error to occur in my logs.


Exception while deleting expired uuids: com.wm.app.b2b.server.indoubtresolver.exceptions.ConnectionException: [ISS.0128.9002] Unable to get Connection
[13123]2005-12-19 16:44:03 GMT+05:30 [ISS.0128.0009E] Unable to get JDBC Connection to the database.
[13122]2005-12-19 16:34:03 GMT+05:30 [ISS.0128.0002E] Exception while deleting expired uuids: com.wm.app.b2b.server.indoubtresolver.exceptions.ConnectionException: [ISS.0128.9002] Unable to get Connection
[13121]2005-12-19 16:34:03 GMT+05:30 [ISS.0128.0009E] Unable to get JDBC Connection to the database.


Thanks

ATUL,
Looks like your Document History tables might not be installed or you don’t have your Document History connection pool associated with a valid connection. If you haven’t installed it, run the create scripts (idr). If you haven’t associated it, do so in the jdbc pools.

If you don’t want to use it, disable the scheduled job that runs that is throwing the above errors.

markg
http://darth.homelinux.net

Hi,
I have successfully removed above error with the help your suggestion.In my case it was second one which worked.( “you don’t have your Document History connection pool associated with a valid connection.”).
Thank you Mark