Blogs

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

Endeca IOErrorEvent type=”ioError” bubbles=false cancelable=false eventPhase=2 text=”Error #2032\”

Sometimes when you try to load a page/cartridge in endeca experience manager, you can get a popup error saying something like this : “There was a problem with your request: faultCode:Server.Error.Request faultString:’HTTP request error’ faultDetail:’Error: [IOErrorEvent type=”ioError” bubbles=false cancelable=false eventPhase=2Continue Reading

Decoding sun.security.validator.ValidatorException: PKIX path building failed

When interacting from one server to a different server, we tend to get this error. javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target This error occur when from your java code, youContinue Reading