Topic Archive:endeca

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

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

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

SEVERE: Unauthorized (401): Unauthorized access to workbench. Please check your credentials

Problem : While running initialize services in Endeca/Oracle commerce guided search (version 11.0), get following “unauthorized access to workbench” error : [01.03.19 10:01:22] INFO: Setting definition for component ‘ConfigurationGeneratorForge’. [01.03.19 10:01:23] INFO: Setting definition for component ‘Forge’. [01.03.19 10:01:23] INFO:Continue Reading

Error while running Endeca promote content – org.apache.axis.ConfigurationException

While running promote content, I get following error . This is a bug and it does not impact the promote content process in any way. org.apache.axis.ConfigurationException: No service named http://www.endeca.com/esf/getComponentStatus is available org.apache.axis.ConfigurationException: No service named http://www.endeca.com/esf/getComponentStatus is available atContinue Reading

How to read/export data from a Endeca CAS recordstore?

Following is the two step process to extract/read/export endeca record store into an xml Step 1:  Go to CAS bin directory – <Endeca-Installation>/CAS/11.0.0/bin cd  <Endeca-Installation>/CAS/11.0.0/bin Step 2 :  Run recordstore-cmd command ./recordstore-cmd.sh read-baseline -a CRS_en_data -f /tmp/logs/CRSRecordstore.xml This will export theContinue Reading