You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Bernt M. Johnsen" <Be...@Sun.COM> on 2005/11/10 18:26:00 UTC

junitTests/derbynet/CompatibilityTest.java fails

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)


-- 
Bernt Marius Johnsen, Database Technology Group, 
Sun Microsystems, Trondheim, Norway

Re: junitTests/derbynet/CompatibilityTest.java fails

Posted by Rick Hillegas <Ri...@Sun.COM>.
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)
>
>
>  
>


Re: junitTests/derbynet/CompatibilityTest.java fails

Posted by "David W. Van Couvering" <Da...@Sun.COM>.
OK, fix checked in, this should work now on UNIX.  Case sensitivity issue.

David

Rick Hillegas wrote:
> Thanks, Ole.
> 
> Could some committer fix the casing mismatch problem? I think it's a 
> good next step toward isolating and debugging these test failures.
> 
> Thanks,
> -Rick
> 
> Ole Solberg wrote:
> 
>> Rick Hillegas wrote:
>>
>>> Hi Bernt,
>>>
>>> This test runs fine on my machine under both derbynet and 
>>> derbynetclient. I'm running cygwin on XP.
>>>
>>> I did notice something odd related to the casing issue you stumbled 
>>> on earlier: CompatiblityTest declares its  package to be 
>>> ...functionTests.tests.junitTest.derbynet but in a clean subversion 
>>> client, this java file lives in directory 
>>> ...functionTests.tests.junitTests.derbyNet. Between the package and 
>>> the directory names, there's a casing mismatch on "derbynet".
>>>
>>> What's your environment and do you know if anyone can run this test 
>>> in your environment?
>>
>>
>>
>> I see this on all platforms I am running on:
>>
>> Linux-2.4.21-27.ELsmp i686-athlon, Sun Microsystems Inc. 1.5.0_03
>> SunOS-5.10            i86pc-i386,  Sun Microsystems Inc. 1.5.0_04
>> SunOS-5.10            sun4u-sparc, Sun Microsystems Inc. 1.5.0_03
>> SunOS-5.9             sun4u-sparc, Sun Microsystems Inc. 1.5.0_03
>>
>> http://www.multinet.no/~solberg/public/Apache/Derby/Limited/testSummary-332351.html 
>>
>> http://www.multinet.no/~solberg/public/Apache/TinderBox_Derby/Limited/testSummary-332249.html 
>>
>> http://www.multinet.no/~solberg/public/Apache/TinderBox_Derby/Limited/testSummary-332436.html 
>>
>>
>>>
>>> Thanks,
>>> -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 ***
>>>
>>>
>> .
>> .
>>
>>>>  
>>>>
>>>
>>
>>
> 

Re: junitTests/derbynet/CompatibilityTest.java fails

Posted by Rick Hillegas <Ri...@Sun.COM>.
Thanks, Ole.

Could some committer fix the casing mismatch problem? I think it's a 
good next step toward isolating and debugging these test failures.

Thanks,
-Rick

Ole Solberg wrote:

> Rick Hillegas wrote:
>
>> Hi Bernt,
>>
>> This test runs fine on my machine under both derbynet and 
>> derbynetclient. I'm running cygwin on XP.
>>
>> I did notice something odd related to the casing issue you stumbled 
>> on earlier: CompatiblityTest declares its  package to be 
>> ...functionTests.tests.junitTest.derbynet but in a clean subversion 
>> client, this java file lives in directory 
>> ...functionTests.tests.junitTests.derbyNet. Between the package and 
>> the directory names, there's a casing mismatch on "derbynet".
>>
>> What's your environment and do you know if anyone can run this test 
>> in your environment?
>
>
> I see this on all platforms I am running on:
>
> Linux-2.4.21-27.ELsmp i686-athlon, Sun Microsystems Inc. 1.5.0_03
> SunOS-5.10            i86pc-i386,  Sun Microsystems Inc. 1.5.0_04
> SunOS-5.10            sun4u-sparc, Sun Microsystems Inc. 1.5.0_03
> SunOS-5.9             sun4u-sparc, Sun Microsystems Inc. 1.5.0_03
>
> http://www.multinet.no/~solberg/public/Apache/Derby/Limited/testSummary-332351.html 
>
> http://www.multinet.no/~solberg/public/Apache/TinderBox_Derby/Limited/testSummary-332249.html 
>
> http://www.multinet.no/~solberg/public/Apache/TinderBox_Derby/Limited/testSummary-332436.html 
>
>
>>
>> Thanks,
>> -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 ***
>>
> .
> .
>
>>>  
>>>
>>
>
>


Re: junitTests/derbynet/CompatibilityTest.java fails

Posted by Ole Solberg <Ol...@Sun.COM>.
Rick Hillegas wrote:
> Hi Bernt,
> 
> This test runs fine on my machine under both derbynet and 
> derbynetclient. I'm running cygwin on XP.
> 
> I did notice something odd related to the casing issue you stumbled on 
> earlier: CompatiblityTest declares its  package to be 
> ...functionTests.tests.junitTest.derbynet but in a clean subversion 
> client, this java file lives in directory 
> ...functionTests.tests.junitTests.derbyNet. Between the package and the 
> directory names, there's a casing mismatch on "derbynet".
> 
> What's your environment and do you know if anyone can run this test in 
> your environment?

I see this on all platforms I am running on:

Linux-2.4.21-27.ELsmp i686-athlon, Sun Microsystems Inc. 1.5.0_03
SunOS-5.10            i86pc-i386,  Sun Microsystems Inc. 1.5.0_04
SunOS-5.10            sun4u-sparc, Sun Microsystems Inc. 1.5.0_03
SunOS-5.9             sun4u-sparc, Sun Microsystems Inc. 1.5.0_03

http://www.multinet.no/~solberg/public/Apache/Derby/Limited/testSummary-332351.html
http://www.multinet.no/~solberg/public/Apache/TinderBox_Derby/Limited/testSummary-332249.html
http://www.multinet.no/~solberg/public/Apache/TinderBox_Derby/Limited/testSummary-332436.html

> 
> Thanks,
> -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 ***
.
.
>>  
>>
> 


-- 
Ole Solberg, Database Technology Group,
Sun Microsystems, Trondheim, Norway

Re: junitTests/derbynet/CompatibilityTest.java fails

Posted by Rick Hillegas <Ri...@Sun.COM>.
Hi Bernt,

This test runs fine on my machine under both derbynet and 
derbynetclient. I'm running cygwin on XP.

I did notice something odd related to the casing issue you stumbled on 
earlier: CompatiblityTest declares its  package to be 
...functionTests.tests.junitTest.derbynet but in a clean subversion 
client, this java file lives in directory 
...functionTests.tests.junitTests.derbyNet. Between the package and the 
directory names, there's a casing mismatch on "derbynet".

What's your environment and do you know if anyone can run this test in 
your environment?

Thanks,
-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)
>
>
>  
>


Re: junitTests/derbynet/CompatibilityTest.java fails

Posted by Myrna van Lunteren <m....@gmail.com>.
Is that really how we spell retrieve in this test? in "retreiveMessagesfrom
ServerOnGetServer=true"...
I'm not sure that is the current problem, but it *is* spelled wrong...
And with the derby client the property is different, retrieveMessageText,
and it should be the default and thus unnecessary for a client
connection...We're having a client connection according to the class in the
stack, yes?
 Myrna

 On 11/10/05, Bernt M. Johnsen <Be...@sun.com> 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)
>
>
> --
> Bernt Marius Johnsen, Database Technology Group,
> Sun Microsystems, Trondheim, Norway
>
>
>