You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "Thomas Bennett (JIRA)" <ji...@apache.org> on 2010/11/23 13:19:19 UTC

[jira] Resolved: (OODT-64) java sql BatchUpdateExeception when trying to run TestCatalogServiceLocal

     [ https://issues.apache.org/jira/browse/OODT-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Bennett resolved OODT-64.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 0.1-incubating
                   0.2

Resolved issue. See comment.

> java sql BatchUpdateExeception when trying to run TestCatalogServiceLocal
> -------------------------------------------------------------------------
>
>                 Key: OODT-64
>                 URL: https://issues.apache.org/jira/browse/OODT-64
>             Project: OODT
>          Issue Type: Question
>          Components: catalog
>    Affects Versions: 0.1-incubating, 0.2
>         Environment: Mac OSX 10.6 and Ubuntu Lucid Lynx
>            Reporter: Thomas Bennett
>             Fix For: 0.2, 0.1-incubating
>
>
> I'm I missing an external dependency (outside of OODT and maven repository) to get this working?
> Or is this a bug? 
> Running org.apache.oodt.cas.catalog.system.impl.TestCatalogServiceLocal
> java.sql.BatchUpdateException: failed batch
> Traceback from code as far as I can see:
> 	at org.hsqldb.jdbc.jdbcStatement.executeBatch(Unknown Source)
> 	at org.apache.commons.dbcp.DelegatingStatement.executeBatch(DelegatingStatement.java:294)
> 	at org.apache.oodt.commons.database.SqlScript.doExecuteBatch(SqlScript.java:221)
> 	at org.apache.oodt.commons.database.SqlScript.execute(SqlScript.java:132)
> 	at org.apache.oodt.cas.catalog.mapping.InMemoryIngestMapper.<init>(InMemoryIngestMapper.java:37)
> 	at org.apache.oodt.cas.catalog.mapping.InMemoryIngestMapperFactory.createMapper(InMemoryIngestMapperFactory.java:40)
> 	at org.apache.oodt.cas.catalog.mapping.InMemoryIngestMapperFactory.createMapper(InMemoryIngestMapperFactory.java:31)
> 	at org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocalFactory.createCatalogService(CatalogServiceLocalFactory.java:60)
> 	at org.apache.oodt.cas.catalog.system.impl.TestCatalogServiceLocal.<init>(TestCatalogServiceLocal.java:76)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.