hey tom,
what does your action-beans.xml file look like... it appears you are missing the action: MoveMetadataToFailureDir
Sorry I actually ran:$ java -Djava.util.logging.config.file=/var/kat/katconfig/static/oodt/etc/logging.properties -Djava.ext.dirs=/usr/local/oodt/cas-crawler/lib -Dorg.apache.oodt.cas.crawl.bean.repo=file:///var/kat/katconfig/static/oodt/cas-crawler/policy/crawler-config.xml -Dorg.apache.oodt.cas.cli.action.spring.config=file:///var/kat/katconfig/static/oodt/cas-crawler/policy/cmd-line-actions.xml -Dorg.apache.oodt.cas.cli.option.spring.config=file:///var/kat/katconfig/static/oodt/cas-crawler/policy/cmd-line-options.xml org.apache.oodt.cas.crawl.CrawlerLauncher --operation --launchAutoCrawler --productPath /var/kat/data --filemgrUrl http://127.0.0.1:9101--mimeExtractorRepo /var/kat/katconfig/static/oodt/cas-crawler/policy/mime-extractor-map.xml --failureDir /var/kat/failed --actionIds MoveDataFileToFailureDirThe output looks like:Setting property 'AutoDetectProductCrawler.mimeExtractorRepo'Setting property 'StdProductCrawler.productPath'Setting property 'MetExtractorProductCrawler.productPath'Setting property 'AutoDetectProductCrawler.productPath'Setting property 'MoveMetadataToFailureDir.toDir'Setting property 'MovePushpullMetFileToFailureDir.toDir'Setting property 'MoveDataFileToFailureDir.toDir'Setting property 'StdProductCrawler.filemgrUrl'Setting property 'MetExtractorProductCrawler.filemgrUrl'Setting property 'AutoDetectProductCrawler.filemgrUrl'ERROR: Could not process key 'MoveMetadataToFailureDir.toDir' in PropertyOverrideConfigurer; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'MoveMetadataToFailureDir' is definedI'm a bit uncertain how to properly define failed to ingest actions with the new interface.I see when calling help:-fd, --failureDir <directory> Directory where files will be moved on failureRequirement Rules:[launchStdCrawler : OPTIONAL, launchMetCrawler :OPTIONAL, launchAutoCrawler : OPTIONAL]Handler:Set the following bean properties:[MoveMetadataToFailureDir.toDir,MovePushpullMetFileToFailureDir.toDir,MoveDataFileToFailureDir.toDir]How do I set the bean properties from the command line :)I see there are two definitions - MoveMetadataFileToFailureDir and MoveMetadataToFailureDir, should these be the same?Cheers,Tom
