Blogs

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

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