Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 87278 invoked from network); 2 Jun 2008 14:54:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Jun 2008 14:54:09 -0000 Received: (qmail 90281 invoked by uid 500); 2 Jun 2008 14:54:11 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 90228 invoked by uid 500); 2 Jun 2008 14:54: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: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 90217 invoked by uid 99); 2 Jun 2008 14:54:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jun 2008 07:54:11 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jun 2008 14:53:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 69DFC234C131 for ; Mon, 2 Jun 2008 07:53:45 -0700 (PDT) Message-ID: <1853252394.1212418425432.JavaMail.jira@brutus> Date: Mon, 2 Jun 2008 07:53:45 -0700 (PDT) From: "Kathey Marsden (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-3701) java.lang.Exception: DRDA_UnableToAccept.S:Unable to accept connections and client hang if tracing is turned on but traceDirectory does not exist In-Reply-To: <2002577523.1212417465180.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-3701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden updated DERBY-3701: ---------------------------------- Affects Version/s: 10.5.0.0 Fix Version/s: (was: 10.5.0.0) > java.lang.Exception: DRDA_UnableToAccept.S:Unable to accept connections and client hang if tracing is turned on but traceDirectory does not exist > ------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: DERBY-3701 > URL: https://issues.apache.org/jira/browse/DERBY-3701 > Project: Derby > Issue Type: Bug > Components: Network Server > Affects Versions: 10.3.2.1, 10.3.3.0, 10.4.1.3, 10.5.0.0 > Reporter: Kathey Marsden > Attachments: DerbyIssue.java > > > Attempting to connect to network server if derby.drda.traceAll is set to true and derby.drda.traceDirectory is set to a non-existent directory causes the following exception on the console when the client attempts to connect and causes the client to hang. > java.lang.Exception: DRDA_UnableToAccept.S:Unable to accept connections. > at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessageWork(NetworkServerControlImpl.java: > 3172) > at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessage(NetworkServerControlImpl.java:1829 > ) > at org.apache.derby.impl.drda.ClientThread.run(ClientThread.java:116) > See attached program DerbyIssue.java for reproducible test case. > This is a regression. It did not occur with 10.3.1.4. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.