Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 62957 invoked from network); 26 Oct 2009 23:05:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Oct 2009 23:05:23 -0000 Received: (qmail 4804 invoked by uid 500); 26 Oct 2009 23:05:23 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 4746 invoked by uid 500); 26 Oct 2009 23:05:22 -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 4734 invoked by uid 99); 26 Oct 2009 23:05:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Oct 2009 23:05:22 +0000 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, 26 Oct 2009 23:05:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 69AA8234C045 for ; Mon, 26 Oct 2009 16:04:59 -0700 (PDT) Message-ID: <1639483887.1256598299418.JavaMail.jira@brutus> Date: Mon, 26 Oct 2009 23:04:59 +0000 (UTC) From: "Myrna van Lunteren (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Resolved: (DERBY-4319) hang in suites.all with ibm 1.5 on AIX after ttestDefaultProperties In-Reply-To: <1023827193.1248124095485.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-4319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Myrna van Lunteren resolved DERBY-4319. --------------------------------------- Resolution: Cannot Reproduce I've tried to get this error, but it's not reproducing for me. If I see it again, I can reopen and attempt further research. > hang in suites.all with ibm 1.5 on AIX after ttestDefaultProperties > ------------------------------------------------------------------- > > Key: DERBY-4319 > URL: https://issues.apache.org/jira/browse/DERBY-4319 > Project: Derby > Issue Type: Bug > Components: Network Client > Affects Versions: 10.5.2.0 > Environment: ibm jvm 1.5 SR9-0 on IBM AIX 3.5 > Reporter: Myrna van Lunteren > Attachments: javacore.20090723.093837.25380.0001.txt, javacore.20090723.093909.24726.0001.txt > > > The test run for 10.5.2.0 hung in suites.All. The console output (the run was with -Dderby.tests.trace=true) showed ttestDefaultProperties had successfully completed but the run was halted. > ps -eaf | grep java showed the process that kicked off suites.All, and a networkserver process with the following flags: > - classpath -Dderby.drda.logConnections= -Dderby.drda.traceAll= -Dderby.drda.traceDirectory= -Dderby.drda.keepAlive= -Dderby.drda.timeSlice= -Dderby.drda.host= -Dderby.drda.portNumber= -derby.drda.minThreads= -Dderby.drda.maxThreads= -Dderby.drda.startNetworkServer= -Dderby.drda.debug= org.apache.derby.drda.NetworkServerControl start -h localhost -p 1527 > This process had been sitting for 2 days. > After killing the NetworkServerControl process, the test continued successfully (except for DERBY-4186, fixed in trunk), but the following was put out to the console: > START-SPAWNED:SpawnedNetworkServer STANDARD OUTPUT: exit code=137 > 2009-07-18 03:16:07.157 GMT : Security manager installed using the Basic server > security policy. > 2009-07-18 03:16:09.169 GMT : Apache Derby Network Server - 10.5.2.0 - (794445) > started and ready to accept connections on port 1527 > END-SPAWNED :SpawnedNetworkServer STANDARD OUTPUT: -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.