Hi,
 
I did a test run of the remote server in jdk13 and the client in jdk14 jvm, and for comparison, I ran with remote server and 'local' client in jdk14.
This resulted in 2 failures jdk13/jdk14 only failures, metadata - which is a test issue (the harness compares with the jdk14 master, but really the output comes from the jdk13 server) and, more interestingly, lang/holdCursorJava.java
There were also 2 failures in both runs, checkDataSource30.java and savepointJdbc30_XA.java.
 
Here's part of the diff for lang/holdCursorJava.java"
---------------------------
14,18c14,51
< FAIL -- unexpected exception java.sql.SQLException: The exception 'java.lang.NoSuchMethodError' was thrown while evaluating an _expression_. SQLSTATE: XJ001: Java exception: ': java.lang.NoSuchMethodError '.
< ERROR 38000: The exception 'java.lang.NoSuchMethodError' was thrown while evaluating an _expression_. SQLSTATE: XJ001: Java exception: ': java.lang.NoSuchMethodError'.
< java.sql.SQLException: The exception ' java.lang.NoSuchMethodError' was thrown while evaluating an _expression_. SQLSTATE: XJ001: Java exception: ': java.lang.NoSuchMethodError'.
< Caused by: org.apache.derby.client.am.SqlException: The exception 'java.lang.NoSuchMethodError ' was thrown while evaluating an _expression_. SQLSTATE: XJ001: Java exception: ': java.lang.NoSuchMethodError'.
<  ... 3 more
---
> checkResultSet before commit
> 11, testtable1-one
> checkResultSet before commit
> 21, testtable2-one
...
-------------------------
 
Does this ring a bell for anyone?
 
Here is the tmp of checkDataSource30.java, if anyone has some input?
---------------------------
START XA HOLDABILITY TEST
ERROR (no SQLState): java.security.PrivilegedActionException : Error opening socket to server localhost on port 1527 with message : Connection refused
Completed checkDataSource30
---------------------------
 
And this is the tmp for savepointJdbc30_XA.java, does this ring a bell for anyone?
-------------------------
FAIL -- unexpected exception
SQLSTATE(null):java.sql.SQLException: java.security.PrivilegedActionException : Error opening socket to server localhost on port 1527 with message : Connection refused
 at org.apache.derby.client.am.SqlException.getSQLException (SqlException.java:285)
 at org.apache.derby.client.ClientPooledConnection.<init>(ClientPooledConnection.java:104)
 at org.apache.derby.client.ClientXAConnection.<init>(ClientXAConnection.java:47)
 at org.apache.derby.jdbc.ClientXADataSource.getXAConnection(ClientXADataSource.java:50)
 at org.apache.derby.jdbc.ClientXADataSource.getXAConnection(ClientXADataSource.java:43)
 at org.apache.derbyTesting.functionTests.tests.jdbcapi.savepointJdbc30_XA.main (savepointJdbc30_XA.java:58)
Caused by: org.apache.derby.client.am.DisconnectException: java.security.PrivilegedActionException : Error opening socket to server localhost on port 1527 with message : Connection refused
 at org.apache.derby.client.net.NetAgent.<init>(NetAgent.java:113)
 at org.apache.derby.client.net.NetConnection.newAgent_(NetConnection.java:928)
 at org.apache.derby.client.am.Connection.initConnection(Connection.java :174)
 at org.apache.derby.client.am.Connection.<init>(Connection.java:144)
 at org.apache.derby.client.net.NetConnection.<init>(NetConnection.java:207)
 at org.apache.derby.client.net.NetXAConnection .<init>(NetXAConnection.java:39)
 at org.apache.derby.client.ClientPooledConnection.<init>(ClientPooledConnection.java:94)
 ... 4 more
-------------------------
 
 

Reply via email to