Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 75171 invoked from network); 10 Nov 2005 20:00:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Nov 2005 20:00:28 -0000 Received: (qmail 7435 invoked by uid 500); 10 Nov 2005 20:00:27 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 7404 invoked by uid 500); 10 Nov 2005 20:00:27 -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 7395 invoked by uid 99); 10 Nov 2005 20:00:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Nov 2005 12:00:26 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.18.98.34] (HELO brmea-mail-3.sun.com) (192.18.98.34) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Nov 2005 12:00:19 -0800 Received: from phys-d3-ha21sca-2 ([129.145.155.165]) by brmea-mail-3.sun.com (8.12.10/8.12.9) with ESMTP id jAAK053F020755 for ; Thu, 10 Nov 2005 13:00:05 -0700 (MST) Received: from conversion-daemon.ha21sca-mail1.sfbay.sun.com by ha21sca-mail1.sfbay.sun.com (iPlanet Messaging Server 5.2 HotFix 1.24 (built Dec 19 2003)) id <0IPR000018SJNQ@ha21sca-mail1.sfbay.sun.com> (original mail from Richard.Hillegas@Sun.COM) for derby-dev@db.apache.org; Thu, 10 Nov 2005 12:00:32 -0800 (PST) Received: from [129.150.27.47] (vpn-129-150-27-47.SFBay.Sun.COM [129.150.27.47]) by ha21sca-mail1.sfbay.sun.com (iPlanet Messaging Server 5.2 HotFix 1.24 (built Dec 19 2003)) with ESMTP id <0IPR00BO28WWQS@ha21sca-mail1.sfbay.sun.com> for derby-dev@db.apache.org; Thu, 10 Nov 2005 12:00:32 -0800 (PST) Date: Thu, 10 Nov 2005 12:00:10 -0800 From: Rick Hillegas Subject: Re: junitTests/derbynet/CompatibilityTest.java fails In-reply-to: <20051110172600.GA5025@barbar.sun.com> To: derby-dev@db.apache.org Message-id: <4373A6CA.1000704@sun.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) References: <20051110172600.GA5025@barbar.sun.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Bernt, The CompatibilityTest does two things: 1) Creates a database 2) Then runs the actual compatibility test cases It looks as though step (2) is failing because the server can't find the database which was supposed to have been created in step (1). Maybe the database really wasn't created. Or maybe the server can't find the database in its derby home directory. Perhaps the Windows casing problem you tripped across is surfacing here somehow. I will create a fresh subversion client and try to run the test myself. Regards, -Rick Bernt M. Johnsen wrote: >Anyone know what happens here? > >derbyall/derbynetclientmats/derbynetclientmats.fail:junitTests/derbynet/CompatibilityTest.java > >*** Start: CompatibilityTest jdk1.4.2_05 DerbyNetClient derbynetclientmats:derbynetclientmats 2005-11-10 14:42:50 *** >0 add > > >>org.apache.derby.client.am.DisconnectException: The application server rejected establishment of the connection. An attempt was made to access a database, wombat;retreiveMessagesFromServerOnGetMessage=true, which was not found. >>Exception in thread "main" java.lang.Exception: Error lookup up server info: The application server rejected establishment of the connection. An attempt was made to access a database, wombat;retreiveMessagesFromServerOnGetMessage=true, which was not found. >> >> >Test Failed. >*** End: CompatibilityTest jdk1.4.2_05 DerbyNetClient derbynetclientmats:derbynetclientmats 2005-11-10 14:42:59 *** > >---------------------------------------------------------- > > >CompatabilityTest.out looks like this: > >org.apache.derby.client.am.DisconnectException: The application server rejected establishment of the connection. An attempt was made to access a database, wombat;retreiveMessagesFromServerOnGetMessage=true, which was not found. > at org.apache.derby.client.net.NetConnectionReply.parseRDBNFNRM(NetConnectionReply.java:971) > at org.apache.derby.client.net.NetConnectionReply.parseAccessRdbError(NetConnectionReply.java:434) > at org.apache.derby.client.net.NetConnectionReply.parseACCRDBreply(NetConnectionReply.java:292) > at org.apache.derby.client.net.NetConnectionReply.readAccessDatabase(NetConnectionReply.java:119) > at org.apache.derby.client.net.NetConnection.readSecurityCheckAndAccessRdb(NetConnection.java:755) > at org.apache.derby.client.net.NetConnection.flowSecurityCheckAndAccessRdb(NetConnection.java:680) > at org.apache.derby.client.net.NetConnection.flowUSRIDPWDconnect(NetConnection.java:553) > at org.apache.derby.client.net.NetConnection.flowConnect(NetConnection.java:385) > at org.apache.derby.client.net.NetConnection.(NetConnection.java:195) > 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.junitTests.compatibility.CompatibilitySuite.getConnection(CompatibilitySuite.java:416) > at org.apache.derbyTesting.functionTests.tests.junitTests.compatibility.CompatibilitySuite.getConnection(CompatibilitySuite.java:400) > at org.apache.derbyTesting.functionTests.tests.junitTests.compatibility.CompatibilitySuite.findServer(CompatibilitySuite.java:304) > at org.apache.derbyTesting.functionTests.tests.junitTests.compatibility.CompatibilitySuite.main(CompatibilitySuite.java:167) > at org.apache.derbyTesting.functionTests.tests.junitTests.derbynet.CompatibilityTest.main(CompatibilityTest.java:71) >Exception in thread "main" java.lang.Exception: Error lookup up server info: The application server rejected establishment of the connection. An attempt was made to access a database, wombat;retreiveMessagesFromServerOnGetMessage=true, which was not found. > at org.apache.derbyTesting.functionTests.tests.junitTests.compatibility.CompatibilitySuite.findServer(CompatibilitySuite.java:314) > at org.apache.derbyTesting.functionTests.tests.junitTests.compatibility.CompatibilitySuite.main(CompatibilitySuite.java:167) > at org.apache.derbyTesting.functionTests.tests.junitTests.derbynet.CompatibilityTest.main(CompatibilityTest.java:71) > > > >