Yes, I got all my core components from Cas-components and my pom files got 0.3-SNAPSHOT version of Cas Catalog from apache as it is in CAS-Component. However, the machine that I built the code at the time had the older version in the .m2/repository and since my code version hadn't changed, I think it just got those older jars. I changed the version numbers in my pom files and cleaned up the repository and I should be fine now.
Thanks. --Faranak From: holenoter <[email protected]<mailto:[email protected]>> Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Date: Thu, 14 Apr 2011 16:20:48 -0700 To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Cc: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Re: error org.apache.oodt.cas.catalog.system.impl.TestCatalogServiceLocal while building you using the latest cas-catalog? -brian ps this error was probably from having built a previous version of cas-catalog -- the unit-tests didn't clean themselves up . . . the latest version does though. On Apr 14, 2011, at 03:58 PM, "Davoodi, Faranak (388J)" <[email protected]<mailto:[email protected]>> wrote: Yes the problem solved when I cleaned up /tmp. Thanks, Faranak From: Faranak Davoodi <[email protected]<mailto:[email protected]><mailto:[email protected]<mailto:[email protected]>>> Date: Thu, 14 Apr 2011 15:49:38 -0700 To: "[email protected]<mailto:[email protected]><mailto:[email protected]<mailto:[email protected]>>" <[email protected]<mailto:[email protected]><mailto:[email protected]<mailto:[email protected]>>> Subject: error org.apache.oodt.cas.catalog.system.impl.TestCatalogServiceLocal while building I get this error: T E S T S ------------------------------------------------------- Running org.apache.oodt.cas.catalog.system.impl.TestCatalogServiceLocal java.sql.SQLException: File input/output error /tmp/testMapperCat.properties java.io.FileNotFoundException: /tmp/testMapperCat.properties.new (Permission denied) at org.hsqldb.jdbc.Util.sqlException(Unknown Source) at org.hsqldb.jdbc.jdbcConnection.<init>(Unknown Source) at org.hsqldb.jdbcDriver.getConnection(Unknown Source) Is the one that we need to remove /tmp directory to resolve. Thanks, Faranak
