Create new Crawler in Endeca 11.x application : Could not find the crawl Error
Behaviour :-
Sometimes, "Could not find the crawl" or "crawler has been removed/corrupted" error comes during baseline run.
Solution:-
Run below command to see if last-mile-crawl exist or not.
<<CAS_Path>>/11.1.0/bin>./cas-cmd.sh listCrawls
Run below command to create last mile crawl.
<<CAS_Path>>/11.1.0/bin>./cas-cmd.sh createCrawls -f <<Endeca_App_Path>>/config/cas/last-mile-crawl.xml
Note:- Above Command would create the crawl. Creating crawl is executed during "initialize_services.sh" when Endeca application creates for the first time.
Sometimes, "Could not find the crawl" or "crawler has been removed/corrupted" error comes during baseline run.
Solution:-
Run below command to see if last-mile-crawl exist or not.
<<CAS_Path>>/11.1.0/bin>./cas-cmd.sh listCrawls
Run below command to create last mile crawl.
<<CAS_Path>>/11.1.0/bin>./cas-cmd.sh createCrawls -f <<Endeca_App_Path>>/config/cas/last-mile-crawl.xml
Note:- Above Command would create the crawl. Creating crawl is executed during "initialize_services.sh" when Endeca application creates for the first time.
Discussion (0)
Technical questions and architecture discussionsNo comments yet. Have a question about this architecture pattern? Leave a response below.
Join the Discussion