<< Back to FAQ overviewES reports “Couldn’t contact the search system. Please try again later.”
When you try to search, you get the following error message:
"Couldn't contact the search system. Please try again later." Tip: All logs are available at "Statistics & Logs" -> "Log files". Is there a maximum file size the ES can handle / crawl / index?The ES index all data in files up to 100mb in size. If the file is larger than that, only the file name will be indexed. Updating the ES from behind a Proxy ServerUnfortunately setting up a proxy server for automatic updates isn't supported from the administrator interface yet. But it can be done manually by editing a configuration file.
First log in as root from the console. You most then edit in /etc/yum.conf to specify the proxy server details. The proxy setting must specify the proxy server as a complete URL, including the TCP port number and a trailing /. If your proxy server requires a username and password, specify these by adding proxy_username and proxy_password settings.
# The proxy server - proxy server:port number proxy=http://mycache.mydomain.com:3128/ # The account details for yum connections proxy_username=yum-user proxy_password=qwerty
Remember the "/" at the end! You should then be able to use Software updates->Software updates->Check for updates from the administrator interface as normal. |