Just wanted to chime in - I also have that freezing problem as well, though it shows up very inconsistently.
As for hsqldb, here's a tar of my version which built for me (1.8.0.7) Victor
On Nov 18, 2010, at 7:35 AM, Thomas Bennett wrote: > Hi, > > I hope that I'm posting these messages to the correct forum. If not, please > point me in the right direction. > > I've been running into some issues with building OODT. I'm new to maven and > I'm building OODT from scratch. > > Here is a summary of my discoveries: > * mvn install 'freezes' when downloading some dependencies. I've tested and > even wget freezes. A ^C and a restart completes the download, but it seems > like odd behavior. It could very well be an issue on my side, but I thought > I would mention it. > * There are some dependencies that may need to be fixed (or perhaps I need > to update my maven configuration) > > My two problem dependencies so far are: > * Tika-0.8-SNAPSHOT > * hsqldb-1.8.0.7 > > Here is the build error for Tika: > > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Failed to resolve artifact. > > Missing: > ---------- > 1) org.apache.tika:tika-core:jar:0.8-SNAPSHOT > > Here is the build error for hsqldb > > 18 Nov 2010 4:06:10 PM > org.apache.oodt.cas.catalog.system.impl.CatalogServiceLocal > setCatalogRepository > INFO: Loaded Catalogs: '[]' > java.sql.BatchUpdateException: failed batch > at org.hsqldb.jdbc.jdbcStatement.executeBatch(Unknown Source) > > My solutions for these have been: > * Build Tika jar file from source and run the following command: mvn > install:install-file -DgroupId=org.apache.tika -DartifactId=tika-core > -Dversion=0.8-SNAPSHOT -Dpackaging=jar -Dfile=test.jar > * I've changed the catalog pom.xml file to use hsqldb version 1.8.0.10, but > the error still occurs. I see that executeBatch is > in: org/hsqldb/jdbc/JDBCStatement.java for later versions of hsqldb. > > I'm not sure what the best solution is for hsqldb. Any help welcome. Perhaps > the short term solution is for someone to send me a copy of their hsqldb > directory from .m2/repository :) > > Kind regards, > Tom > > -- > Thomas Bennett > > SKA South Africa > > Office : +2721 506 7341 > Mobile : +2779 523 7105 > Email : tbenn...@ska.ac.za