Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Unable to access Elastic HTTP Backend

SA-92553

Summary



Unable to access the REST APIs associated with an embedded instance of Elastic Search HTTP Backend which is pre-packaged with the Pega application.


Error Messages



ERR_EMPTY_RESPONSE


Steps to Reproduce

  1. Add the below settings to prconfig.xml:

    <env name="indexing/distributed/http/enabled" value="true" />
    <env name="indexing/distributed/http/port" value="9200" />

    According to the Setting requirements, the below setting is disabled on the Search Settings page,

    Encrypt search inter-node communications

  2. Set the settings and access the Elastic Search HTTP Endpoint at http://{host}:9200.


Root Cause



Conflict on Port 9200. The port was used by another application on the host environment.


Resolution



Perform the following local-change:

Ensure that the port selected for this setting is open on the network and is not used by any other application.

<env name="indexing/distributed/http/port" value="PORT_NUMBER" />

Published February 10, 2020 - Updated December 2, 2021

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us