Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Error when syncing configuration #3687

kururin ·
Hello

Quickbuild version = 6.1.30 using a mysql database. Server running under Win7 64b.

I created a step "Sync Configurations" in order to duplicate an existing configuration to the same server.
The source configuration to be duplicated contains about 30 children and I duplicate it recursively.

It worked fine until a few days ago. Now I get a database error:

"org.hibernate.exception.GenericJDBCException: Could not open connection
Caused by: java.sql.SQLException: An SQLException was provoked by the following failure: com.mchange.v2.resourcepool.ResourcePoolException: A ResourcePool cannot acquire a new resource -- the factory or source appears to be down. "

or

"org.hibernate.exception.GenericJDBCException: Could not open connection
Caused by: java.sql.SQLException: Connections could not be acquired from the underlying database!
Caused by: com.mchange.v2.resourcepool.CannotAcquireResourceException: A ResourcePool could not acquire a resource from its primary factory or source. "

I don't think this issue comes from Quickbuild, I guess it's a problem with the database, but just in case, do you think this kind of duplication can lead to this error?

Thanks a lot
Mathieu
  • replies 3
  • views 886
  • stars 0
robinshen ADMIN ·
The system is running out of database connections. Please either configure more connections in "hibernate.properties" or do this task when system is free.
kururin ·
We had a problem with our mysql database that was unreachable (password had changed)...
Anyway, I did the change like you said and everything looks good now.
Thank you

PS: congratulations for QB 7.0. Many interesting new functionalities inside <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
robinshen ADMIN ·
Glad to see the issue being solved. Let me know if you have any other problems.