kaltura / platform-install-packages

Official deployment packages to install the Kaltura platform on a server or cluster environments using native OS package managers
GNU Affero General Public License v3.0
520 stars 244 forks source link

Error: Couldn't connect to Sphinx with mysql -h while using Docker installation #673

Closed akash-accedo closed 4 years ago

akash-accedo commented 4 years ago

Bug report

I am getting the following error when executing install.sh file to set up Kaltura on Amazon Linux 2.

ERROR: Couldn't connect to Sphinx with mysql -hec2-13-251-124-42.ap-southeast-1.compute.amazonaws.com -P9312.

Machine - Amazon Linux 2 Installation process - Single All in One docker installation: https://github.com/kaltura/platform-install-packages/blob/Propus-16.5.0/doc/install-docker.md Method - Unattended

jessp01 commented 4 years ago

Hello,

Is the kaltura-sphinx daemon running? What's the output for:

# /etc/init.d/kaltura-sphinx status`
# netstat -plntu|grep 9312

?

akash-accedo commented 4 years ago

Hey @jessp01 ,

The problem has been solved, I misconfigured sphinx host URL.

Thank you for support.