Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 57316 invoked from network); 1 Nov 2005 18:51:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Nov 2005 18:51:47 -0000 Received: (qmail 389 invoked by uid 500); 1 Nov 2005 18:51:46 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 347 invoked by uid 500); 1 Nov 2005 18:51:45 -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 338 invoked by uid 99); 1 Nov 2005 18:51:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Nov 2005 10:51:45 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [32.97.110.152] (HELO e34.co.us.ibm.com) (32.97.110.152) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Nov 2005 10:51:41 -0800 Received: from westrelay02.boulder.ibm.com (westrelay02.boulder.ibm.com [9.17.195.11]) by e34.co.us.ibm.com (8.12.11/8.12.11) with ESMTP id jA1IpNLn026964 for ; Tue, 1 Nov 2005 13:51:23 -0500 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by westrelay02.boulder.ibm.com (8.12.10/NCO/VERS6.7) with ESMTP id jA1IpNXg244318 for ; Tue, 1 Nov 2005 11:51:23 -0700 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.12.11/8.13.3) with ESMTP id jA1IpJiZ024938 for ; Tue, 1 Nov 2005 11:51:19 -0700 Received: from [127.0.0.1] (DMCSDJDT41P.usca.ibm.com [9.72.133.77]) by d03av02.boulder.ibm.com (8.12.11/8.12.11) with ESMTP id jA1IpI1L024818 for ; Tue, 1 Nov 2005 11:51:19 -0700 Message-ID: <4367B923.6090803@debrunners.com> Date: Tue, 01 Nov 2005 10:51:15 -0800 From: Daniel John Debrunner User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: Re: ATTENTION: Revision 330103 requires junit.jar References: <4367B124.10908@sun.com> In-Reply-To: <4367B124.10908@sun.com> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii 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 David W. Van Couvering wrote: > Hi, all. I just committed Rick's patch to DERBY-516 which adds support > for compatibility testing. These new tests are written in Junit and our > build and testing infrastructure now requires the junit jar file to be > downloaded and put into your classpath. Running the new test jdbcapi/CompatibilityTest.java I get a failure due to security manager permissions. Do you want to just run this test without the security manager for now? If so, add noSecurityManager=true in its _app.properties file. Dan. java.lang.Exception: Error lookup up server info: java.security.PrivilegedActionException : Error opening socket to server localhost on port 1527 with message : null at org.apache.derbyTesting.functionTests.tests.compatibility.JDBCDriverTest.findServer(JDBCDriverTest.java:1238)org.apache.derby.client.am.DisconnectException: java.security.PrivilegedActionException : Error opening socket to server localhost on port 1527 with message : null at org.apache.derby.client.net.NetAgent.(NetAgent.java:113) at org.apache.derby.client.net.NetConnection.newAgent_(NetConnection.java:928) at org.apache.derby.client.am.Connection.(Connection.java:298) at org.apache.derby.client.net.NetConnection.(NetConnection.java:187) at org.apache.derby.jdbc.ClientDriver.connect(ClientDriver.java:125) at java.sql.DriverManager.getConnection(DriverManager.java:512) at java.sql.DriverManager.getConnection(DriverManager.java:140) at org.apache.derbyTesting.functionTests.tests.compatibility.JDBCDriverTest.getConnection(JDBCDriverTest.java:894) at org.apache.derbyTesting.functionTests.tests.compatibility.JDBCDriverTest.getConnection(JDBCDriverTest.java:878) at org.apache.derbyTesting.functionTests.tests.compatibility.JDBCDriverTest.findServer(JDBCDriverTest.java:1228) at org.apache.derbyTesting.functionTests.tests.compatibility.JDBCDriverTest.main(JDBCDriverTest.java:336) at org.apache.derbyTesting.functionTests.tests.jdbcapi.CompatibilityTest.main(CompatibilityTest.java:71) at org.apache.derbyTesting.functionTests.tests.compatibility.JDBCDriverTest.main(JDBCDriverTest.java:336) at org.apache.derbyTesting.functionTests.tests.jdbcapi.CompatibilityTest.main(CompatibilityTest.java:71) Exception in thread "main"