Blogs

How to create or delete a crawl (or last-mile-crawl) in Endeca CAS

To create a last-mile-crawl , run following command > cd <Endeca-installation>/CAS/11.3.0/bin/ > cas-cmd.sh createCrawls -h localhost -p 8500 -f /data/apps/endeca/apps/MyApp/config/cas/last-mile-crawl.xml Created crawl MyAppen-last-mile-crawl Delete a crawl – > cd <Endeca-Installation>/CAS/11.3.0/bin/ > cas-cmd.sh deleteCrawl -h localhost -p 8500 -id MyAppen-last-mile-crawl

Error starting baseline crawl – Error retrieving precedence rules from the config repository

Getting following error while running the Baseline update   [01.15.20 11:47:44] INFO: Checking definition from AppConfig.xml against existing EAC provisioning. [01.15.20 11:47:44] INFO: Definition has not changed. [01.15.20 11:47:44] INFO: Starting baseline update script. [01.15.20 11:47:45] INFO: Acquired lock ‘update_lock’.Continue Reading

Error starting baseline crawl – Error retrieving attributes from the config repository

Getting following error while running the Baseline update [12.06.19 14:18:24] INFO: Starting baseline CAS crawl with id ‘MyAppen-last-mile-crawl’. [12.06.19 14:18:24] SEVERE: Error starting baseline crawl ‘MyAppen-last-mile-crawl’. Occurred while executing line 11 of valid BeanShell script: [[   8|     Continue Reading

Error retrieving precedence rules – JsonParseException: Unexpected character (\’<\' (code 60)): expected a valid value

I got the following error while running the baseline update: 12.06.19 16:29:12] INFO: Starting baseline CAS crawl with id ‘MyAppen-last-mile-crawl’. [12.06.19 16:29:12] SEVERE: Error starting baseline crawl ‘MyAppen-last-mile-crawl’. Occurred while executing line 11 of valid BeanShell script: [[   8| Continue Reading

Workbench login credentials are not found or found invalid credential type

  root@localhost control]$ ./runcommand.sh IFCR importContent pages /tmp/pages/ [12.02.19 14:16:38] INFO: Checking definition from AppConfig.xml against existing EAC provisioning. [12.02.19 14:16:38] INFO: Definition has not changed. [12.02.19 14:16:38] WARNING: JPS-01050 [12.02.19 14:16:38] SEVERE: Unable to retrieve the credentials from theContinue Reading

Endeca : SEVERE: Caught an exception while invoking method ‘importContent’ on object ‘IFCR’

[root@localhost content]# /data/apps/endeca/apps/MyApp/control/runcommand.sh IFCR importContent content /data/apps/endeca/apps/MyApp/config/import/content/ [11.06.19 20:21:47] INFO: Checking definition from AppConfig.xml against existing EAC provisioning. [11.06.19 20:21:48] INFO: Updating provisioning for component ‘DailyReportGenerator’. [11.06.19 20:21:48] INFO: Updating definition for component ‘DailyReportGenerator’. [11.06.19 20:21:49] INFO: Definition updated. [11.06.19Continue Reading