Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 39643 invoked from network); 14 Jan 2008 16:25:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jan 2008 16:25:46 -0000 Received: (qmail 3708 invoked by uid 500); 14 Jan 2008 16:25:34 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 3689 invoked by uid 500); 14 Jan 2008 16:25:34 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 3678 invoked by uid 99); 14 Jan 2008 16:25:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jan 2008 08:25:33 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [91.121.27.225] (HELO 26.mail-out.ovh.net) (91.121.27.225) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 14 Jan 2008 16:25:19 +0000 Received: (qmail 30169 invoked by uid 503); 14 Jan 2008 16:25:32 -0000 Received: (QMFILT: 1.0); 14 Jan 2008 16:25:32 -0000 Received: from b7.ovh.net (HELO mail153.ha.ovh.net) (213.186.33.57) by 26.mail-out.ovh.net with SMTP; 14 Jan 2008 16:25:32 -0000 Received: from b0.ovh.net (HELO queue-out) (213.186.33.50) by b0.ovh.net with SMTP; 14 Jan 2008 16:25:10 -0000 Received: from unknown (HELO ?192.168.1.48?) (78.155.132.162) by ns0.ovh.net with SMTP; 14 Jan 2008 16:25:08 -0000 Message-Id: From: =?ISO-8859-1?Q?St=E9phane_Hanser?= To: user-java@ibatis.apache.org In-Reply-To: <3b45e3750801140347q66fa918dj1bb71d218add9500@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v915) Subject: Re: Ibatis throttle - possible deadlock (ibatis 2.2, 2.3) Date: Mon, 14 Jan 2008 17:25:06 +0100 References: <3b45e3750801110737g67a82ab8k8b39be90deded9ea@mail.gmail.com> <3b45e3750801110740r7405faa5jba33ec70df5ae16a@mail.gmail.com> <4787e215.1de0220a.11e5.7aaf@mx.google.com> <7A830B033BF360489B6EE305697CD09D0112A0BF@mailhost01> <7A830B033BF360489B6EE305697CD09D0112A0C3@mailhost01> <3b45e3750801140347q66fa918dj1bb71d218add9500@mail.gmail.com> X-Mailer: Apple Mail (2.915) X-Ovh-Remote: 78.155.132.162 () X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Spam-Check: DONE|H 0.5/N X-Virus-Checked: Checked by ClamAV on apache.org We also tried to use the last ibatis version from svn but it doesn't =20 work with our application (it seems that tere are compatibility issues =20= with groovy or something) Le 14 janv. 08 =E0 12:47, Nikolas Kyriazopoulos Panagiotopoulos a =E9crit = : >> Could you possibly have an old iBATIS jar somewhere - maybe at the =20= >> common >> or server level in Tomcat? > Not anymore. > >> >> What db and what version? If it's mysql, which type? > MySql 5.0.45 (client) 5.0.32-Debian_7etch3-log(server), InnoDb > >> What does the jdbc URL look like? Are you passing any special =20 >> arguments >> via the JDBC URL? > jdbc:mysql:/// > no arguments to my knowledge (apart from normal username and =20 > password) > >> Are you using straight SQL in the SqlMaps or are you using stored >> procedures? > Straight SQL only > >> Are you seeing any locks in the db itself? > No. > >> You could set the java.sql logging category to DEBUG and then you'd =20= >> be able >> to trace which statements are blocking. This will generate a lot =20 >> of logfile >> data, so be ready for it. > > Ok, we are configuring it at the moment. Stay tuned ;) >