Skip to Content.
Sympa Menu

grouper-dev - Re: [grouper-dev] 1.3.0 rc2 ant test exception

Subject: Grouper Developers Forum

List archive

Re: [grouper-dev] 1.3.0 rc2 ant test exception


Chronological Thread 
  • From: "Tom Zeller" <>
  • To: "Chris Hyzer" <>
  • Cc: "Grouper Dev" <>
  • Subject: Re: [grouper-dev] 1.3.0 rc2 ant test exception
  • Date: Wed, 7 May 2008 14:22:40 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=HRTkCJYhkL+T966WGTlhb1o30/or7IqeQdcMzg4Y0qpoF2yHmgvbFUoSwfLwcIVAJAsz4ZTekXf7BpY6jI/uuIFMYEld6q8lWsciIUmA61Pzr/YNDjC7UisrNw6HDUAdH0w5vGkGLqQTzT4ZM0nVXJliUwpzVBB6yoYpeRNLXwU=

Tests fail (for me on leopard, solaris, linux) with 

hibernate.c3p0.checkoutTimeout=500

but pass with

hibernate.c3p0.checkoutTimeout=30000

TomZ

1. In grouper.hibernate.properties, this was set to 500ms, which isn't enough time.  Actually in this case the pool wasn't full, it was just connecting, and it took longer than 500ms, and c3p0 gave error.  I think it is also a c3p0 error, but I think the default should be 30 seconds since under load the pool might be full.  Gary, let me know if you disagree.  Shilen (and everyone), let me know if you see this error anymore or if this setting corrects it:   hibernate.c3p0.checkoutTimeout=30000




Archive powered by MHonArc 2.6.16.

Top of Page