Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 48273 invoked from network); 18 Jun 2010 18:15:50 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Jun 2010 18:15:50 -0000 Received: (qmail 13199 invoked by uid 500); 18 Jun 2010 18:15:49 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 13122 invoked by uid 500); 18 Jun 2010 18:15:49 -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 13115 invoked by uid 99); 18 Jun 2010 18:15:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jun 2010 18:15:49 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jun 2010 18:15:46 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5IIFOFY028359 for ; Fri, 18 Jun 2010 18:15:25 GMT Message-ID: <21515331.83071276884924937.JavaMail.jira@thor> Date: Fri, 18 Jun 2010 14:15:24 -0400 (EDT) From: "Kathey Marsden (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-4667) BootLockTest.testBootLock() sometimes fails with connection refused. In-Reply-To: <31663126.32761274323734367.JavaMail.jira@thor> 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-4667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden updated DERBY-4667: ---------------------------------- Affects Version/s: (was: 10.6.1.0) 10.7.0.0 I think this is actually just a trunk issue. Only trunk has the converted test. > BootLockTest.testBootLock() sometimes fails with connection refused. > --------------------------------------------------------------------- > > Key: DERBY-4667 > URL: https://issues.apache.org/jira/browse/DERBY-4667 > Project: Derby > Issue Type: Bug > Components: Test > Affects Versions: 10.7.0.0 > Reporter: Kathey Marsden > Attachments: BootLockTestFailure.zip, derby-4664_diff.txt, reorgDerby151TestForDerby4667_diff.txt > > > It may just be related to firewall interference, but sometimes testBootLock fails with: > 1) testBootLock(org.apache.derbyTesting.functionTests.tests.store.BootLockTest)j > unit.framework.AssertionFailedError: Minion did not start or boot db in 60 secon > ds. > ----Minion's stderr: > java.net.ConnectException: Connection refused: connect at java.net.PlainSocketI > mpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(Pl > ainSocketImpl.java:352) at java.net.PlainSocketImpl.connectToAddress(PlainSocket > Impl.java:214) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:201)at > java.net.SocksSocketImpl.connect(SocksSocketImpl.java:378) at java.net.Sock > et.connect(Socket.java:537) at java.net.Socket.connect(Socket.java:487) > ----Minion's stderr ended > at org.apache.derbyTesting.functionTests.tests.store.BootLockTest.testBo > otLock(BootLockTest.java:173) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. > java:48) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces > sorImpl.java:37) > at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java: > 109) > at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22) > at junit.extensions.TestSetup$1.protect(TestSetup.java:19) > at junit.extensions.TestSetup.run(TestSetup.java:16) > at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57 > ) > at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22) > at junit.extensions.TestSetup$1.protect(TestSetup.java:19) > at junit.extensions.TestSetup.run(TestSetup.java:16) > at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22) > at junit.extensions.TestSetup$1.protect(TestSetup.java:19) > at junit.extensions.TestSetup.run(TestSetup.java:16) > It used to pass on my machine, but I got this today and I think the IBM nightly runs have been hitting the problem. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.