I think Lily accidentally sent this to me instead of the list. Here is my response: Thanks for doing this testing Lily. For 10.5 client/10.3 I assume you meant 10.5 derbyclient.jar and 10.3 derbyrun.jar, derby.jar, derbynet.jar, derbytools.jar and derbyTesting.jar.

The failure
1) testResultSetGarbageCollection(org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoGenJDBC30Test)java.sql.SQLException: Insufficient data while reading from the network - expected a minimum of 6 bytes and received only 0 bytes. The connection has been terminated.

looks like a serious issue and then it looks like the server was not available for the other fixtures after this occurs with: A communications error has been detected: Connection reset. message. Please log an issue and see if this reproduces when the test is run stand-alone. It should be marked as a regression, critical and Urgent for 10.5.2.


The failure:
1) testGetBinaryStream(org.apache.derbyTesting.functionTests.tests.jdbcapi.LargeDataLocksTest)junit.framework.AssertionFailedError: expected:<0> but was:<2> shows locks being held with testGetBinaryStream which also looks like a regression. Please verify when the test is run stand-alone and file a bug. I think Major, regression and Normal urgency I think.

I think this one:
2) testDSReference(org.apache.derbyTesting.functionTests.tests.jdbcapi.DataSourceReferenceTest)junit.framework.AssertionFailedError: expected:<18> but was:<19>
is an expected change due to an extra method on the DataSource.

So I think you get 2 points.

Kathey




--- Begin Message ---
Hi there:
     Good morning!

     I am posting some 10.5 client/10.3 server result from my test run. The 
result is: Tests run: 7035, Failures: 2, Errors: 6 I am still learning on 
looking at all the test result and any help will be great for me. I am running 
on window vista with sun sdk1.6. I use 10.5 derbyclient.jar, derbyrun.jar, 
derby.jar, derbynet.jar, and derbytools.jar. 


Thanks,
Lily



      
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
..................F.......................
.........................................
.................E.E.E.E.EE....................
........................F.................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
........................
Time: 4,279.309
There were 6 errors:
1) 
testResultSetGarbageCollection(org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoGenJDBC30Test)java.sql.SQLException:
 Insufficient data while reading from the network - expected a minimum of 6 
bytes and received only 0 bytes.  The connection has been terminated.
        at 
org.apache.derby.client.am.SQLExceptionFactory.getSQLException(SQLExceptionFactory.java:46)
        at 
org.apache.derby.client.am.SqlException.getSQLException(SqlException.java:358)
        at 
org.apache.derby.client.am.PreparedStatement.executeUpdate(PreparedStatement.java:399)
        at 
org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoGenJDBC30Test.testResultSetGarbageCollection(AutoGenJDBC30Test.java:933)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at 
org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:89)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        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:23)
        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:23)
Caused by: org.apache.derby.client.am.DisconnectException: Insufficient data 
while reading from the network - expected a minimum of 6 bytes and received 
only 0 bytes.  The connection has been terminated.
        at org.apache.derby.client.net.Reply.fill(Reply.java:198)
        at 
org.apache.derby.client.net.Reply.ensureALayerDataInBuffer(Reply.java:218)
        at org.apache.derby.client.net.Reply.readDssHeader(Reply.java:320)
        at 
org.apache.derby.client.net.Reply.startSameIdChainParse(Reply.java:1160)
        at 
org.apache.derby.client.net.NetStatementReply.readExecute(NetStatementReply.java:70)
        at 
org.apache.derby.client.net.StatementReply.readExecute(StatementReply.java:55)
        at 
org.apache.derby.client.net.NetPreparedStatement.readExecute_(NetPreparedStatement.java:189)
        at 
org.apache.derby.client.am.PreparedStatement.readExecute(PreparedStatement.java:1811)
        at 
org.apache.derby.client.am.PreparedStatement.flowExecute(PreparedStatement.java:2108)
        at 
org.apache.derby.client.am.PreparedStatement.executeUpdateX(PreparedStatement.java:404)
        at 
org.apache.derby.client.am.PreparedStatement.executeUpdate(PreparedStatement.java:390)
        ... 41 more
2) 
testColumnIndexes(org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoGenJDBC30Test)java.sql.SQLException:
 A communications error has been detected: Software caused connection abort: 
recv failed.
        at 
org.apache.derby.client.am.SQLExceptionFactory.getSQLException(SQLExceptionFactory.java:46)
        at 
org.apache.derby.client.am.SqlException.getSQLException(SqlException.java:358)
        at org.apache.derby.jdbc.ClientDriver.connect(ClientDriver.java:149)
        at java.sql.DriverManager.getConnection(DriverManager.java:512)
        at java.sql.DriverManager.getConnection(DriverManager.java:171)
        at 
org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:76)
        at 
org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:43)
        at 
org.apache.derbyTesting.junit.TestConfiguration.openDefaultConnection(TestConfiguration.java:1040)
        at 
org.apache.derbyTesting.junit.BaseJDBCTestCase.openDefaultConnection(BaseJDBCTestCase.java:329)
        at 
org.apache.derbyTesting.junit.BaseJDBCTestCase.getConnection(BaseJDBCTestCase.java:101)
        at 
org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoGenJDBC30Test.setUp(AutoGenJDBC30Test.java:149)
        at 
org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:89)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        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:23)
        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:23)
Caused by: org.apache.derby.client.am.DisconnectException: A communications 
error has been detected: Software caused connection abort: recv failed.
        at 
org.apache.derby.client.net.NetAgent.throwCommunicationsFailure(NetAgent.java:415)
        at org.apache.derby.client.net.Reply.fill(Reply.java:176)
        at 
org.apache.derby.client.net.Reply.ensureALayerDataInBuffer(Reply.java:218)
        at org.apache.derby.client.net.Reply.readDssHeader(Reply.java:320)
        at 
org.apache.derby.client.net.Reply.startSameIdChainParse(Reply.java:1160)
        at 
org.apache.derby.client.net.NetConnectionReply.readExchangeServerAttributes(NetConnectionReply.java:54)
        at 
org.apache.derby.client.net.NetConnection.readServerAttributesAndKeyExchange(NetConnection.java:806)
        at 
org.apache.derby.client.net.NetConnection.flowServerAttributesAndKeyExchange(NetConnection.java:734)
        at 
org.apache.derby.client.net.NetConnection.flowUSRIDPWDconnect(NetConnection.java:577)
        at 
org.apache.derby.client.net.NetConnection.flowConnect(NetConnection.java:395)
        at 
org.apache.derby.client.net.NetConnection.<init>(NetConnection.java:219)
        at 
org.apache.derby.client.net.ClientJDBCObjectFactoryImpl.newNetConnection(ClientJDBCObjectFactoryImpl.java:270)
        at org.apache.derby.jdbc.ClientDriver.connect(ClientDriver.java:140)
        ... 43 more
Caused by: java.net.SocketException: Software caused connection abort: recv 
failed
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.read(SocketInputStream.java:129)
        at org.apache.derby.client.net.Reply.fill(Reply.java:174)
        ... 54 more
3) 
testColumnNames(org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoGenJDBC30Test)java.sql.SQLException:
 A communications error has been detected: Connection reset.
        at 
org.apache.derby.client.am.SQLExceptionFactory.getSQLException(SQLExceptionFactory.java:46)
        at 
org.apache.derby.client.am.SqlException.getSQLException(SqlException.java:358)
        at org.apache.derby.jdbc.ClientDriver.connect(ClientDriver.java:149)
        at java.sql.DriverManager.getConnection(DriverManager.java:512)
        at java.sql.DriverManager.getConnection(DriverManager.java:171)
        at 
org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:76)
        at 
org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:43)
        at 
org.apache.derbyTesting.junit.TestConfiguration.openDefaultConnection(TestConfiguration.java:1040)
        at 
org.apache.derbyTesting.junit.BaseJDBCTestCase.openDefaultConnection(BaseJDBCTestCase.java:329)
        at 
org.apache.derbyTesting.junit.BaseJDBCTestCase.getConnection(BaseJDBCTestCase.java:101)
        at 
org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoGenJDBC30Test.setUp(AutoGenJDBC30Test.java:149)
        at 
org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:89)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        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:23)
        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:23)
Caused by: org.apache.derby.client.am.DisconnectException: A communications 
error has been detected: Connection reset.
        at 
org.apache.derby.client.net.NetAgent.throwCommunicationsFailure(NetAgent.java:415)
        at org.apache.derby.client.net.Reply.fill(Reply.java:176)
        at 
org.apache.derby.client.net.Reply.ensureALayerDataInBuffer(Reply.java:218)
        at org.apache.derby.client.net.Reply.readDssHeader(Reply.java:320)
        at 
org.apache.derby.client.net.Reply.startSameIdChainParse(Reply.java:1160)
        at 
org.apache.derby.client.net.NetConnectionReply.readExchangeServerAttributes(NetConnectionReply.java:54)
        at 
org.apache.derby.client.net.NetConnection.readServerAttributesAndKeyExchange(NetConnection.java:806)
        at 
org.apache.derby.client.net.NetConnection.flowServerAttributesAndKeyExchange(NetConnection.java:734)
        at 
org.apache.derby.client.net.NetConnection.flowUSRIDPWDconnect(NetConnection.java:577)
        at 
org.apache.derby.client.net.NetConnection.flowConnect(NetConnection.java:395)
        at 
org.apache.derby.client.net.NetConnection.<init>(NetConnection.java:219)
        at 
org.apache.derby.client.net.ClientJDBCObjectFactoryImpl.newNetConnection(ClientJDBCObjectFactoryImpl.java:270)
        at org.apache.derby.jdbc.ClientDriver.connect(ClientDriver.java:140)
        ... 43 more
Caused by: java.net.SocketException: Connection reset
        at java.net.SocketInputStream.read(SocketInputStream.java:168)
        at org.apache.derby.client.net.Reply.fill(Reply.java:174)
        ... 54 more
4) 
testUserGivenColumnsEmpty(org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoGenJDBC30Test)java.sql.SQLException:
 java.net.ConnectException : Error connecting to server localhost on port 1527 
with message Connection refused: connect.
        at 
org.apache.derby.client.am.SQLExceptionFactory.getSQLException(SQLExceptionFactory.java:46)
        at 
org.apache.derby.client.am.SqlException.getSQLException(SqlException.java:358)
        at org.apache.derby.jdbc.ClientDriver.connect(ClientDriver.java:149)
        at java.sql.DriverManager.getConnection(DriverManager.java:512)
        at java.sql.DriverManager.getConnection(DriverManager.java:171)
        at 
org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:76)
        at 
org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:43)
        at 
org.apache.derbyTesting.junit.TestConfiguration.openDefaultConnection(TestConfiguration.java:1040)
        at 
org.apache.derbyTesting.junit.BaseJDBCTestCase.openDefaultConnection(BaseJDBCTestCase.java:329)
        at 
org.apache.derbyTesting.junit.BaseJDBCTestCase.getConnection(BaseJDBCTestCase.java:101)
        at 
org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoGenJDBC30Test.setUp(AutoGenJDBC30Test.java:149)
        at 
org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:89)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        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:23)
        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:23)
Caused by: org.apache.derby.client.am.DisconnectException: 
java.net.ConnectException : Error connecting to server localhost on port 1527 
with message Connection refused: connect.
        at org.apache.derby.client.net.NetAgent.<init>(NetAgent.java:130)
        at 
org.apache.derby.client.net.NetConnection.newAgent_(NetConnection.java:1017)
        at org.apache.derby.client.am.Connection.<init>(Connection.java:314)
        at 
org.apache.derby.client.net.NetConnection.<init>(NetConnection.java:209)
        at 
org.apache.derby.client.net.ClientJDBCObjectFactoryImpl.newNetConnection(ClientJDBCObjectFactoryImpl.java:270)
        at org.apache.derby.jdbc.ClientDriver.connect(ClientDriver.java:140)
        ... 43 more
Caused by: java.net.ConnectException: Connection refused: connect
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
        at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
        at java.net.Socket.connect(Socket.java:464)
        at java.net.Socket.connect(Socket.java:414)
        at java.net.Socket.<init>(Socket.java:310)
        at java.net.Socket.<init>(Socket.java:125)
        at javax.net.DefaultSocketFactory.createSocket(DashoA12275)
        at 
org.apache.derby.client.net.OpenSocketAction.run(OpenSocketAction.java:67)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.apache.derby.client.net.NetAgent.<init>(NetAgent.java:128)
        ... 48 more
5) 
testUserGivenColumnsNull(org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoGenJDBC30Test)java.sql.SQLException:
 java.net.ConnectException : Error connecting to server localhost on port 1527 
with message Connection refused: connect.
        at 
org.apache.derby.client.am.SQLExceptionFactory.getSQLException(SQLExceptionFactory.java:46)
        at 
org.apache.derby.client.am.SqlException.getSQLException(SqlException.java:358)
        at org.apache.derby.jdbc.ClientDriver.connect(ClientDriver.java:149)
        at java.sql.DriverManager.getConnection(DriverManager.java:512)
        at java.sql.DriverManager.getConnection(DriverManager.java:171)
        at 
org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:76)
        at 
org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:43)
        at 
org.apache.derbyTesting.junit.TestConfiguration.openDefaultConnection(TestConfiguration.java:1040)
        at 
org.apache.derbyTesting.junit.BaseJDBCTestCase.openDefaultConnection(BaseJDBCTestCase.java:329)
        at 
org.apache.derbyTesting.junit.BaseJDBCTestCase.getConnection(BaseJDBCTestCase.java:101)
        at 
org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoGenJDBC30Test.setUp(AutoGenJDBC30Test.java:149)
        at 
org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:89)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        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:23)
        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:23)
Caused by: org.apache.derby.client.am.DisconnectException: 
java.net.ConnectException : Error connecting to server localhost on port 1527 
with message Connection refused: connect.
        at org.apache.derby.client.net.NetAgent.<init>(NetAgent.java:130)
        at 
org.apache.derby.client.net.NetConnection.newAgent_(NetConnection.java:1017)
        at org.apache.derby.client.am.Connection.<init>(Connection.java:314)
        at 
org.apache.derby.client.net.NetConnection.<init>(NetConnection.java:209)
        at 
org.apache.derby.client.net.ClientJDBCObjectFactoryImpl.newNetConnection(ClientJDBCObjectFactoryImpl.java:270)
        at org.apache.derby.jdbc.ClientDriver.connect(ClientDriver.java:140)
        ... 43 more
Caused by: java.net.ConnectException: Connection refused: connect
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
        at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
        at java.net.Socket.connect(Socket.java:464)
        at java.net.Socket.connect(Socket.java:414)
        at java.net.Socket.<init>(Socket.java:310)
        at java.net.Socket.<init>(Socket.java:125)
        at javax.net.DefaultSocketFactory.createSocket(DashoA12275)
        at 
org.apache.derby.client.net.OpenSocketAction.run(OpenSocketAction.java:67)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.apache.derby.client.net.NetAgent.<init>(NetAgent.java:128)
        ... 48 more
6) AutoGenJDBC30Test:clientjava.sql.SQLException: java.net.ConnectException : 
Error connecting to server localhost on port 1527 with message Connection 
refused: connect.
        at 
org.apache.derby.client.am.SQLExceptionFactory.getSQLException(SQLExceptionFactory.java:46)
        at 
org.apache.derby.client.am.SqlException.getSQLException(SqlException.java:358)
        at org.apache.derby.jdbc.ClientDriver.connect(ClientDriver.java:149)
        at java.sql.DriverManager.getConnection(DriverManager.java:512)
        at java.sql.DriverManager.getConnection(DriverManager.java:171)
        at 
org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:76)
        at 
org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:43)
        at 
org.apache.derbyTesting.junit.TestConfiguration.openDefaultConnection(TestConfiguration.java:1040)
        at 
org.apache.derbyTesting.junit.BaseJDBCTestSetup.getConnection(BaseJDBCTestSetup.java:72)
        at 
org.apache.derbyTesting.junit.CleanDatabaseTestSetup.tearDown(CleanDatabaseTestSetup.java:98)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        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:23)
        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:23)
Caused by: org.apache.derby.client.am.DisconnectException: 
java.net.ConnectException : Error connecting to server localhost on port 1527 
with message Connection refused: connect.
        at org.apache.derby.client.net.NetAgent.<init>(NetAgent.java:130)
        at 
org.apache.derby.client.net.NetConnection.newAgent_(NetConnection.java:1017)
        at org.apache.derby.client.am.Connection.<init>(Connection.java:314)
        at 
org.apache.derby.client.net.NetConnection.<init>(NetConnection.java:209)
        at 
org.apache.derby.client.net.ClientJDBCObjectFactoryImpl.newNetConnection(ClientJDBCObjectFactoryImpl.java:270)
        at org.apache.derby.jdbc.ClientDriver.connect(ClientDriver.java:140)
        ... 31 more
Caused by: java.net.ConnectException: Connection refused: connect
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
        at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
        at java.net.Socket.connect(Socket.java:464)
        at java.net.Socket.connect(Socket.java:414)
        at java.net.Socket.<init>(Socket.java:310)
        at java.net.Socket.<init>(Socket.java:125)
        at javax.net.DefaultSocketFactory.createSocket(DashoA12275)
        at 
org.apache.derby.client.net.OpenSocketAction.run(OpenSocketAction.java:67)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.apache.derby.client.net.NetAgent.<init>(NetAgent.java:128)
        ... 36 more
There were 2 failures:
1) 
testGetBinaryStream(org.apache.derbyTesting.functionTests.tests.jdbcapi.LargeDataLocksTest)junit.framework.AssertionFailedError:
 expected:<0> but was:<2>
        at 
org.apache.derbyTesting.functionTests.tests.jdbcapi.LargeDataLocksTest.testGetBinaryStream(LargeDataLocksTest.java:114)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at 
org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:89)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        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:23)
        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:23)
2) 
testDSReference(org.apache.derbyTesting.functionTests.tests.jdbcapi.DataSourceReferenceTest)junit.framework.AssertionFailedError:
 expected:<18> but was:<19>
        at 
org.apache.derbyTesting.functionTests.tests.jdbcapi.DataSourceReferenceTest.assertDataSourceReference(DataSourceReferenceTest.java:169)
        at 
org.apache.derbyTesting.functionTests.tests.jdbcapi.DataSourceReferenceTest.testDSReference(DataSourceReferenceTest.java:147)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at 
org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:89)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        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:23)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at 
org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)

FAILURES!!!
Tests run: 7035,  Failures: 2,  Errors: 6


--- End Message ---

Reply via email to