Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 78280 invoked from network); 1 Jul 2005 05:34:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Jul 2005 05:34:04 -0000 Received: (qmail 1414 invoked by uid 500); 1 Jul 2005 05:34:01 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 1369 invoked by uid 500); 1 Jul 2005 05:34:01 -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: "Derby Development" Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 1352 invoked by uid 99); 1 Jul 2005 05:34:01 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Thu, 30 Jun 2005 22:34:01 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id E255513 for ; Fri, 1 Jul 2005 07:33:57 +0200 (CEST) Message-ID: <1472189087.1120196037925.JavaMail.jira@ajax.apache.org> Date: Fri, 1 Jul 2005 07:33:57 +0200 (CEST) From: "Mamta A. Satoor (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-427) An error message when running in XA environment says cloudscape.LOG rather than derby.log In-Reply-To: <879117152.1120192767520.JavaMail.jira@ajax.apache.org> 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 [ http://issues.apache.org/jira/browse/DERBY-427?page=all ] Mamta A. Satoor updated DERBY-427: ---------------------------------- Component: Unknown (was: Network Client) Summary: An error message when running in XA environment says cloudscape.LOG rather than derby.log (was: An error message when running in Derby Network Server says cloudscape.LOG rather than derby.log) Description: While trying to connect in ij under XA environment, I get an error message which talks about looking into cloudscape.LOG rather than derby.log Here are the steps to reproduce Just have derbytools.jar in the classpath and try to connect using ij as follows java -Dij.exceptionTrace=true org.apache.derby.tools.ij xa_datasource 'c:/dellater/db1drda'; The ij window throws following exception IJ ERROR: org.apache.derby.impl.tools.ij.ijException: EmbeddedXADataSource not in classpath, please put derby.jar file in your classpath : EmbeddedXADataSource not in classpath, please put derby.jar file in your classpath (see cloudcape.LOG) The error message should say (see derby.log) rather than (see cloudscape.LOG) was: While trying to connect to Derby Network Server in XA environment using ij, I get an error message which talks about looking into cloudscape.LOG rather than derby.log Here are the steps to reproduce Start the Network Server in one window In another window, just have derbytools.jar and derbyclient.jar in the classpath and try to connect using ij as follows java -Dij.protocol=jdbc:derby://localhost:1527/ -Dij.user=db2admin -Dij.password=db2admin -Dij.exceptionTrace=true org.apache.derby.tools.ij xa_datasource 'c:/dellater/db1drda'; The ij window throws following exception IJ ERROR: org.apache.derby.impl.tools.ij.ijException: EmbeddedXADataSource not in classpath, please put derby.jar file in your classpath : EmbeddedXADataSource not in classpath, please put derby.jar file in your classpath (see cloudcape.LOG) The error message should say (see derby.log) rather than (see cloudscape.LOG) This is not specific to Network Server. Reproduces in both embedded and network server configurations. > An error message when running in XA environment says cloudscape.LOG rather than derby.log > ----------------------------------------------------------------------------------------- > > Key: DERBY-427 > URL: http://issues.apache.org/jira/browse/DERBY-427 > Project: Derby > Type: Bug > Components: Unknown > Versions: 10.2.0.0 > Reporter: Mamta A. Satoor > Priority: Minor > > While trying to connect in ij under XA environment, I get an error message which talks about looking into cloudscape.LOG rather than derby.log Here are the steps to reproduce > Just have derbytools.jar in the classpath and try to connect using ij as follows > java -Dij.exceptionTrace=true org.apache.derby.tools.ij > xa_datasource 'c:/dellater/db1drda'; > The ij window throws following exception > IJ ERROR: org.apache.derby.impl.tools.ij.ijException: EmbeddedXADataSource not in classpath, please put derby.jar file in your classpath : EmbeddedXADataSource not in classpath, please put derby.jar file in your classpath (see cloudcape.LOG) > The error message should say (see derby.log) rather than (see cloudscape.LOG) -- 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