Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 70053 invoked from network); 23 Jun 2005 12:55:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Jun 2005 12:55:12 -0000 Received: (qmail 87921 invoked by uid 500); 23 Jun 2005 12:55:11 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 87882 invoked by uid 500); 23 Jun 2005 12:55:11 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Development" Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 87868 invoked by uid 99); 23 Jun 2005 12:55:11 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2005 05:55:10 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 5A02D13 for ; Thu, 23 Jun 2005 14:55:09 +0200 (CEST) Message-ID: <917209855.1119531309367.JavaMail.jira@ajax.apache.org> Date: Thu, 23 Jun 2005 14:55:09 +0200 (CEST) From: "Kathey Marsden (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-389) With Network Server Database hangs after some time with many connections executing prepareStatement() In-Reply-To: <728003039.1119530649161.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-389?page=all ] Kathey Marsden updated DERBY-389: --------------------------------- Attachment: javacore.20050622.135027.2491.txt This is the java core file. I do not yet have a repro I can attach. > With Network Server Database hangs after some time with many connections executing prepareStatement() > ----------------------------------------------------------------------------------------------------- > > Key: DERBY-389 > URL: http://issues.apache.org/jira/browse/DERBY-389 > Project: Derby > Type: Bug > Components: JDBC, Network Server > Versions: 10.1.1.0, 10.2.0.0 > Reporter: Kathey Marsden > Assignee: Kathey Marsden > Priority: Critical > Attachments: javacore.20050622.135027.2491.txt > > Rajesh found this issue in running Network Server system tests for the 10.1 release candidate > While running the Network Server system test with 210 clients, > the Network Server and all the clients hangs after some time. > A Ctrl+\ on the Network Server shows that upto 180 threads > waiting on the PreparedStatements to compile and comes from the > embedded engine. The following is the stack trace from the java > dump. > 3XMTHREADINFO "DRDAConnThread_181" (TID:1007C998, > sys_thread_t:85C4478, state:CW, native ID:4575ABB0) prio=5 > 4XESTACKTRACE at java.lang.Object.wait(Native Method) > 4XESTACKTRACE at > java.lang.Object.wait(Object.java(Compiled Code)) > 4XESTACKTRACE at > org.apache.derby.impl.sql.GenericStatement.prepMinion(GenericSta > tement.java(Compiled Code)) > 4XESTACKTRACE at > org.apache.derby.impl.sql.GenericStatement.prepare(GenericStatem > ent.java) > 4XESTACKTRACE at > org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext. > prepareInternalStatement(GenericLanguageConnectionContext.java) > 4XESTACKTRACE at > org.apache.derby.impl.jdbc.EmbedPreparedStatement.(Embe > dPreparedStatement.java) > 4XESTACKTRACE at > org.apache.derby.impl.jdbc.EmbedPreparedStatement20.(Em > bedPreparedStatement20.java) > 4XESTACKTRACE at > org.apache.derby.impl.jdbc.EmbedPreparedStatement30.(Em > bedPreparedStatement30.java) > 4XESTACKTRACE at > org.apache.derby.jdbc.Driver30.newEmbedPreparedStatement(Driver3 > 0.java) > 4XESTACKTRACE at > org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Embe > dConnection.java) > 4XESTACKTRACE at > org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Embe > dConnection.java) > 4XESTACKTRACE at > sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) > 4XESTACKTRACE at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethod > AccessorImpl.java(Compiled Code)) > 4XESTACKTRACE at > java.lang.reflect.Method.invoke(Method.java(Compiled Code)) > 4XESTACKTRACE at > org.apache.derby.impl.drda.DRDAStatement.prepareStatementJDBC3(D > RDAStatement.java) > 4XESTACKTRACE at > org.apache.derby.impl.drda.DRDAStatement.prepare(DRDAStatement.j > ava) > 4XESTACKTRACE at > org.apache.derby.impl.drda.DRDAStatement.explicitPrepare(DRDASta > tement.java(Compiled Code)) > 4XESTACKTRACE at > org.apache.derby.impl.drda.DRDAConnThread.parsePRPSQLSTT(DRDACon > nThread.java(Compiled Code)) > 4XESTACKTRACE at > org.apache.derby.impl.drda.DRDAConnThread.processCommands(DRDACo > nnThread.java(Compiled Code)) > 4XESTACKTRACE at > org.apache.derby.impl.drda.DRDAConnThread.run(DRDAConnThread.jav > a) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira