Hi Everyone, I am trying to trigger some workflow evert using the crawler. However, it raises a "no protocol" error:
INFO: Performing action (id = TriggerPostIngestWorkflow : description = Triggers workflow event with the name [ProductType]Ingest) Oct 30, 2014 4:41:45 PM org.apache.oodt.cas.crawl.ProductCrawler performProductCrawlerActions WARNING: Failed to perform crawler action : Failed to update workflow manager : no protocol: null org.apache.oodt.cas.crawl.structs.exceptions.CrawlerActionException: Failed to update workflow manager : no protocol: null at org.apache.oodt.cas.crawl.action.WorkflowMgrStatusUpdate.performAction(WorkflowMgrStatusUpdate.java:59) at org.apache.oodt.cas.crawl.ProductCrawler.performProductCrawlerActions(ProductCrawler.java:357) at org.apache.oodt.cas.crawl.ProductCrawler.performPostIngestOnSuccessActions(ProductCrawler.java:331) at org.apache.oodt.cas.crawl.ProductCrawler.handleFile(ProductCrawler.java:194) at org.apache.oodt.cas.crawl.ProductCrawler.crawl(ProductCrawler.java:108) at org.apache.oodt.cas.crawl.ProductCrawler.crawl(ProductCrawler.java:75) at org.apache.oodt.cas.crawl.cli.action.CrawlerLauncherCliAction.execute(CrawlerLauncherCliAction.java:58) at org.apache.oodt.cas.cli.CmdLineUtility.execute(CmdLineUtility.java:331) at org.apache.oodt.cas.cli.CmdLineUtility.run(CmdLineUtility.java:187) at org.apache.oodt.cas.crawl.CrawlerLauncher.main(CrawlerLauncher.java:36) It seems some thing wrong with my crawler. Should I do some configuration to my crawler? And how? Thank you for your time and help! -- Best, Mengying (Angela) Wang
