Topic Archive:Endeca 113

com.endeca.content.core.DocumentHandlerException: ecr:type was not specified at path: /sites/MyAppen/redirects

Caught exception while running initialize services SEVERE: Caught an exception while invoking method ‘importApplication’ on object ‘IFCR’. Releasing locks. Failed with error Bad Request (400):  “com.endeca.content.core.DocumentHandlerException: ecr:type was not specified at path: /sites/MyAppen/redirects” This would mean that ecr:type is notContinue Reading

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

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