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

Reply via email to