Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 43250 invoked from network); 24 Feb 2006 17:58:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Feb 2006 17:58:02 -0000 Received: (qmail 58262 invoked by uid 500); 24 Feb 2006 17:58:00 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 58143 invoked by uid 500); 24 Feb 2006 17:58:00 -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 58000 invoked by uid 99); 24 Feb 2006 17:57:59 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2006 09:57:59 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 0A4EADF for ; Fri, 24 Feb 2006 18:57:38 +0100 (CET) Message-ID: <1317931869.1140803858040.JavaMail.jira@ajax.apache.org> Date: Fri, 24 Feb 2006 18:57:38 +0100 (CET) From: "Myrna van Lunteren (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-1052) test jdbcapi/checkDataSource30 and savepointJdbc30_XA fail with remote server with security exceptions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N test jdbcapi/checkDataSource30 and savepointJdbc30_XA fail with remote server with security exceptions ------------------------------------------------------------------------------------------------------ Key: DERBY-1052 URL: http://issues.apache.org/jira/browse/DERBY-1052 Project: Derby Type: Test Environment: windows, server jdk13 or jdk14, client jdk14 Reporter: Myrna van Lunteren The .tmp from the jdbcapi/checkDataSource30.java is: ---------------------- 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 ---------------------- The .tmp from the jdbcapi/savepointJdbc30_XA.java is: ------------------------------------- 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.(ClientPooledConnection.java:104) at org.apache.derby.client.ClientXAConnection.(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.(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.(Connection.java:144) at org.apache.derby.client.net.NetConnection.(NetConnection.java:207) at org.apache.derby.client.net.NetXAConnection.(NetXAConnection.java:39) at org.apache.derby.client.ClientPooledConnection.(ClientPooledConnection.java:94) ... 4 more ----------------------------- -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira