An error message when running in Derby Network Server says cloudscape.LOG 
rather than derby.log
-----------------------------------------------------------------------------------------------

         Key: DERBY-427
         URL: http://issues.apache.org/jira/browse/DERBY-427
     Project: Derby
        Type: Bug
  Components: Network Client  
    Versions: 10.2.0.0    
    Reporter: Mamta A. Satoor
    Priority: Minor


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 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

Reply via email to