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.<init>(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)