Hey Thomas,
How about just deleting those 2 products from the filemgr (via filemgr command-line) and re-ingesting it? If you are using filemgr with the new CAS-CLI interface then deletion is done using deleteProductById action and if using an older version use this class: https://svn.apache.org/repos/asf/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/DeleteProduct.java
Also if the problem is reproducible, then maybe file a bug?
-brian
On Jul 16, 2012, at 07:25 AM, Thomas Bennett <[email protected]> wrote:
Hi,I've recently created a Lucene file manager catalog. I cataloged about 2000 files "in place", but have encountered a problem.From the fmbrowser some of the files are listed as being:Product Transfer Status Percent CompleteReceived TimeReferences Metadata1287587805.h5RECEIVED 100% UNKNOWN View References View Metadata1287353769.h5RECEIVED 0% UNKNOWN View References View Metadata1287355996.h5RECEIVED 0% UNKNOWN View References View Metadata1287425397.h5RECEIVED 100% UNKNOWN View References View MetadataThe problem lies with the two products that show % complete being 0%.When I use fmprod to download the product:I get:HTTP request sent, awaiting response... 500 Internal Server Error2012-07-14 20:20:38 ERROR 500: Internal Server Error.So I'd like to "edit" the lucene catalog to update this piece of metadata to reflect that the % complete is 100. Are there any tools available to do this?Also at some point I must figure out why its happening :)Cheers,Tom
