Hey Adam, This is related to your java.io.tmpdir not being writeable.
You can: 1. alias mvn mvn -Djava.io.tmpdir=/some/dir/path/thats/writeable 2. make /tmp writeable by your user That should take care of it! Cheers, Chris On Feb 15, 2011, at 12:14 PM, Adam Estrada wrote: > All, > > I just checked out the latest build of version 0.2 and it fails every time > when trying to build and test catalog. This is from the surefire log... > > ------------------------------------------------------------------------------- > Test set: org.apache.oodt.cas.catalog.system.impl.TestCatalogServiceLocal > ------------------------------------------------------------------------------- > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.761 sec <<< > FAILURE! > testDataSourceCatalogIngestQueryAndDelete(org.apache.oodt.cas.catalog.system.impl.TestCatalogServiceLocal) > Time elapsed: 0.056 sec <<< ERROR! > org.apache.oodt.cas.catalog.exception.CatalogServiceException: Failed to get > metadata for transaction ids for catalog 'TestCatalog2' : Failed to get term > buckets for transaction id '84ab2a08-5e4a-4a48-bbbb-2bf6573e91fd' : Table not > found in statement [SELECT bucket_name,term_name,term_value FROM > transaction_terms] > at > org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal.getMetadata(CatalogServiceLocal.java:882) > at > org.apache.oodt.cas.catalog.system.impl.TestCatalogServiceLocal.testDataSourceCatalogIngestQueryAndDelete(TestCatalogServiceLocal.java:97) > Caused by: org.apache.oodt.cas.catalog.exception.CatalogException: Failed to > get term buckets for transaction id '84ab2a08-5e4a-4a48-bbbb-2bf6573e91fd' : > Table not found in statement [SELECT bucket_name,term_name,term_value FROM > transaction_terms] > at > org.apache.oodt.cas.catalog.system.Catalog.getMetadata(Catalog.java:293) > at > org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal.getMetadata(CatalogServiceLocal.java:878) > ... 27 more > Caused by: org.apache.oodt.cas.catalog.exception.QueryServiceException: > Failed to get term buckets for transaction id > '84ab2a08-5e4a-4a48-bbbb-2bf6573e91fd' : Table not found in statement [SELECT > bucket_name,term_name,term_value FROM transaction_terms] > at > org.apache.oodt.cas.catalog.struct.impl.index.DataSourceIndex.getBuckets(DataSourceIndex.java:355) > at > org.apache.oodt.cas.catalog.system.Catalog.getMetadata(Catalog.java:287) > ... 28 more > Caused by: java.sql.SQLException: Table not found in statement [SELECT > bucket_name,term_name,term_value FROM transaction_terms] > at org.hsqldb.jdbc.Util.sqlException(Unknown Source) > at org.hsqldb.jdbc.jdbcStatement.fetchResult(Unknown Source) > at org.hsqldb.jdbc.jdbcStatement.executeQuery(Unknown Source) > at > org.apache.commons.dbcp.DelegatingStatement.executeQuery(DelegatingStatement.java:205) > at > org.apache.oodt.cas.catalog.struct.impl.index.DataSourceIndex.getBuckets(DataSourceIndex.java:341) > ... 29 more > > > Any thoughts on this? > > Adam ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Chris Mattmann, Ph.D. Senior Computer Scientist NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA Office: 171-266B, Mailstop: 171-246 Email: [email protected] WWW: http://sunset.usc.edu/~mattmann/ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Adjunct Assistant Professor, Computer Science Department University of Southern California, Los Angeles, CA 90089 USA ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
