Blogs

How to Create or delete Endeca CAS recordstores ?

Create an Endeca CAS Recordstore – <CAS>/11.3.0/bin/component-manager-cmd.sh create-component -h <CAS-Host> -p <CAS-Port> -t RecordStore -n <record-store-name> Example <CAS>/11.3.0/bin/component-manager-cmd.sh create-component -h localhost -p 8500 -t RecordStore -n MyAppen-data Delete Endeca CAS RecordStore –  <CAS>/11.3.0/bin/component-manager-cmd.sh delete-component -h <CAS-Host> -p <CAS-Port> -n <record-store-name> Example <CAS>/11.3.0/bin/component-manager-cmd.shContinue Reading

Error during promote_content – Unauthorized access to workbench. Please check your credentials.

> promote_content.sh [02.07.20 10:42:49] INFO: Checking definition from AppConfig.xml against existing EAC provisioning. [02.07.20 10:42:50] INFO: Definition has not changed. [02.07.20 10:42:50] INFO: Exporting MDEX tool contents to file MyAppen.mdex.2020-02-07_10-42-50.zip [02.07.20 10:42:51] SEVERE: Failed to create zip file or theContinue Reading

Endeca baseline update issue/error – SEVERE: Utility ‘move_dgraph-input_to_dgraph-input-old’ failed.

Baseline update failed with following error – [01.29.20 10:28:39] SEVERE: Utility ‘move_dgraph-input_to_dgraph-input-old’ failed. Occurred while executing line 5 of valid BeanShell script: [[  2|  3|    AuthoringDgraphCluster.cleanDirs();  4|    AuthoringDgraphCluster.copyIndexToDgraphServers();  5|    AuthoringDgraphCluster.applyIndex();  6|  7|    LiveDgraphCluster.cleanDirs();  8|    LiveDgraphCluster.copyIndexToDgraphServers();Continue Reading

Baseline update error : SEVERE: Utility ‘copy_index_to_host_AuthoringMDEXHost_AuthoringDgraph’ failed.

Baseline update failed with following error – [01.29.20 10:15:47] SEVERE: Utility ‘copy_index_to_host_AuthoringMDEXHost_AuthoringDgraph’ failed. Occurred while executing line 4 of valid BeanShell script: [[ 1| 2| 3|    AuthoringDgraphCluster.cleanDirs(); 4|    AuthoringDgraphCluster.copyIndexToDgraphServers(); 5|    AuthoringDgraphCluster.applyIndex(); 6| 7|    LiveDgraphCluster.cleanDirs(); ]] [01.29.20Continue Reading

Baseline issue – SEVERE: Error starting baseline crawl ‘MyAppen-last-mile-crawl’.

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’. [01.15.20Continue Reading

CAS service startup issue – hsqldb.db.HSQLDB69A1A1D959.ENGINE: could not reopen database

Getting below error while trying to start the CAS service. The CAS won’t start. logs at <Endeca-Installation>/CAS/workspace/logs/cas-service.log 2020-01-29 09:00:09,463 ERROR [] [main] com.endeca.itl.bootstrap.CasBootStrapServlet: Failed to initialize CAS: com.endeca.itl.ItlRuntimeException: java.sql.SQLIntegrityConstraintViolationException: integrity constraint violation: unique constraint or index violation; SYS_PK_10030 table: HISTORY_CATALOGContinue Reading

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