Quantcast
Channel: Kaltura - Latest posts
Viewing all articles
Browse latest Browse all 7410

Problems installing Kaltura CE on ubuntu 14.x

$
0
0

Hi,

I got a new error. I am not sure what is appropriate for these 2 values:

Apache port

KALTURA_VIRTUAL_HOST_PORT="443"
KALTURA_VIRTUAL_HOST_NAME="54.174.227.99"

My output is below.

root@ip-172-31-59-69:~# docker run -d --name=kaltura -p 80:80 -p 443:443 -p 1935:1935 kaltura/server
e361e9d8c26b0938c12cbdf9c94be4255529464afedf34161f82baf72a13885f
root@ip-172-31-59-69:~# nano
root@ip-172-31-59-69:~# docker cp config.ans kaltura:/root/install/
root@ip-172-31-59-69:~# docker exec -i -t kaltura /root/install/install.sh
setenforce: SELinux is disabled
Starting mysqld: [ OK ]
mysql-server-5.1.73-7.el6.x86_64
Stopping mysqld: [ OK ]
Starting mysqld: [ OK ]
Running base config...

kaltura-base-12.2.0-10.noarch
Welcome to Kaltura Server 12.2.0 post install setup.
Checking MySQL version..
Ver 5.1.73 found compatible

========================================================================================================================
Kaltura install answer file written to /tmp/kaltura_24_11_04_52.ans - Please save it!
This answers file can be used to silently-install re-install this machine or deploy other hosts in your cluster.
========================================================================================================================

Generating client libs...
This can take a few minutes to complete, see log at /opt/kaltura/log/generate.php.log.

    Configuration of 12.2.0 finished successfully!

Running FrontEnd config...

base-config completed successfully, if you ever want to re-configure your system (e.g. change DB hostname) run the following script:

rm /opt/kaltura/app/base-config.lock

/opt/kaltura/bin/kaltura-base-config.sh

kaltura-front-12.2.0-1.noarch

Enabling Apache config - apps.conf
Enabling Apache config - var.conf
Enabling Apache config - admin.conf

========================================================================================================================
Kaltura install answer file written to /tmp/kaltura_24_11_04_53.ans - Please save it!
This answers file can be used to silently-install re-install this machine or deploy other hosts in your cluster.
========================================================================================================================

Stopping httpd: [ OK ]
Starting httpd: httpd: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2 for ServerName
[ OK ]
Stopping memcached: [ OK ]
Starting memcached: [ OK ]
Shutting down monit: [FAILED]
Starting monit: New Monit id: 836b0a02dba476dbe19342ed9441a5f0
Stored in '/root/.monit.id'
Starting Monit 5.18 daemon with http interface at [*]:2812
[ OK ]
sed: -e expression #1, char 41: unterminated s' command
sed: -e expression #1, char 21: unterminated
s' command

Running Sphinx config...

kaltura-sphinx-2.2.1-20.x86_64
base-config completed successfully, if you ever want to re-configure your system (e.g. change DB hostname) run the following script:

rm /opt/kaltura/app/base-config.lock

/opt/kaltura/bin/kaltura-base-config.sh

Starting monit: Starting Monit 5.18 daemon with http interface at [*]:2812
[ OK ]

Configuring your Kaltura DB...

Checking MySQL version..
Ver 5.1.73 found compatible

CREATE USER kaltura;
CREATE USER etl;
CREATE DATABASE kaltura;
CREATE DATABASE kaltura_sphinx_log;
CREATE DATABASE kalturadw;
CREATE DATABASE kalturadw_ds;
CREATE DATABASE kalturadw_bisources;
CREATE DATABASE kalturalog;
Checking connectivity to needed daemons...
Connectivity test passed:)
ERROR: Couldn't make an API request to https://54.174.227.99:443/api_v3/index.php?service=system&action=ping.
Please check your setup and then run /opt/kaltura/bin/kaltura-db-config.sh again.

Do you wish to remove the Kaltura DBs? [n/Y]
Hit 'n' to keep it for debugging purposes.

n
ERROR: we failed on something else..


Viewing all articles
Browse latest Browse all 7410

Trending Articles