Hi All, When i tried running java org.apache.derbyTesting.functionTests.harness.RunSuite derbyall i saw the following error in derbyall.sum file. Could you please help me and let me know how to work around this
ERROR XJ041: Failed to create database 'wombat', see the next exception for details. ERROR XSLAT: The log directory 'extinout\wierdlog\log' exists. The directory might belong to another database. Check that the location specified for the logDevice attribute is correct. With Regards Jayaram 19 On Wed, Nov 17, 2010 at 7:40 AM, Jayaram Subramanian <[email protected]> wrote: > Hi All, > Thanks for your help. After i removed the files reported with "?", the > ant all went through without issues.. Now i will be able to proceed > with the JCC testing > > With Regards > Jayaram > On Sun, Nov 7, 2010 at 8:17 AM, Kathey Marsden > <[email protected]> wrote: >> On 11/5/2010 7:13 PM, Dag H. Wanvik wrote: >>> >>>>> >>>>> ________________________________ >>>>> From: Jayaram Subramanian<[email protected]> >>>>> To: [email protected] >>>>> Sent: Thu, November 4, 2010 8:35:54 PM >>>>> Subject: Re: [jira] Commented: (DERBY-4785) Remove JCC tests and >>>>> references >>>>> to JCC in test code >>>>> >>>>> Thanks all, >>>>> I made the suggested changes to derbynetclientmats etc.. and then >>>>> tried building using ant all... But i am getting the following error >>>>> compile\SQLParser.java:3632: cannot find symbol >>>>> >>>>> [javac] symbol : class ParseException >>>>> [javac] location: class org.apache.derby.impl.sql.compile.SQLParser >>>>> [javac] final public DataTypeDescriptor numericType() throws >>>>> ParseExceptio >>>>> n, StandardException { >>>>> >> Hi Jararam, >> >> It is likely because you did a svn update before ant clobber, there are >> still some private files around that need to be cleaned up manually. so run >> svn status and remove any private files that you did not intentionally >> create.. You may also want to refer to this comment when I hit the problem >> myself: >> https://issues.apache.org/jira/browse/DERBY-3986?focusedCommentId=12914102&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12914102 >> >> >> >
