Error at install

Can you check the /opt/kaltura/log/insertContent.log?

Yes, here it is

Queuing action [userRole.add]
Queuing action [user.add]
Executing multirequest
service url: [http://69.164.212.73:80]
curl: http://69.164.212.73:80/api_v3/index.php?service=multirequest&format=3&ignoreNull=1&clientTag=php5%3A15-05-06&apiVersion=3.2.0&1%3Aservice=userrole&1%3Aaction=add&1%3AuserRole%3AobjectType=KalturaUserRole&1%3AuserRole%3Aname=System+Administrator&1%3AuserRole%3AsystemName=System+Administrator&1%3AuserRole%3Adescription=System+Administrator&1%3AuserRole%3Astatus=1&1%3AuserRole%3ApermissionNames=*&1%3AuserRole%3Atags=admin_console&1%3Aks=Y2JkZTdjN2RhOGI4MjI4NDM0NTU5OGQxYzhhYmYwYmQ1MGU0NGVlYnwtMjstMjsxNDMxMDEwNzg2OzI7Mjc1NTY7Ow%3D%3D&2%3Aservice=user&2%3Aaction=add&2%3Auser%3AobjectType=KalturaUser&2%3Auser%3Aid=darko%40mmg.com&2%3Auser%3AscreenName=darko%40mmg.com&2%3Auser%3AfullName=Kaltura+Administrator&2%3Auser%3Aemail=darko%40mmg.com&2%3Auser%3Astatus=1&2%3Auser%3Apassword=Darkog71%23&2%3Auser%3AisAdmin=1&2%3Auser%3AroleIds={1%3Aresult%3Aid}&2%3Auser%3AallowedPartnerIds=*&2%3Aks=Y2JkZTdjN2RhOGI4MjI4NDM0NTU5OGQxYzhhYmYwYmQ1MGU0NGVlYnwtMjstMjsxNDMxMDEwNzg2OzI7Mjc1NTY7Ow%3D%3D&kalsig=43ab9f3756a60c21f7348e2951673546
result (serialized):

404 Not Found

Not Found

The requested URL /api_v3/index.php was not found on this server.


Apache/2.4.7 (Ubuntu) Server at 69.164.212.73 Port 80

PHP Fatal error: Uncaught exception ‘KalturaClientException’ with message 'failed to unserialize server result

404 Not Found

Not Found

The requested URL /api_v3/index.php was not found on this server.


Apache/2.4.7 (Ubuntu) Server at 69.164.212.73 Port 80 ' in /opt/kaltura/app/tests/lib/KalturaClientBase.php:401 Stack trace: #0 /opt/kaltura/app/tests/lib/KalturaClientBase.php(808): KalturaClientBase->doQueue() #1 /opt/kaltura/app/tests/standAloneClient/exec.php(345): KalturaClientBase->doMultiRequest() #2 {main} thrown in /opt/kaltura/app/tests/lib/KalturaClientBase.php on line 401

It seems it cannot make the API calls to populate the DB.
what is the output for
# apachectl -t -DDUMP_VHOSTS

Here it is, hope it helps.
I am instructed to stop experimenting, so I will not be able to help you more
Thank you for help so far.

/var/www/html# apachectl -t -DDUMP_VHOSTS
AH00557: apache2: apr_sockaddr_info_get() failed for kaltura
AH00558: apache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.0.1. Set the ‘ServerName’ directive globally to suppress this message
VirtualHost configuration:
*:80 is a NameVirtualHost
default server 127.0.0.1 (/etc/apache2/sites-enabled/000-default.conf:1)
port 80 namevhost 127.0.0.1 (/etc/apache2/sites-enabled/000-default.conf:1)
port 80 namevhost kaltura (/etc/apache2/sites-enabled/zzzkaltura.conf:1)

kaltura all-in-one 10.10 centos 7
errors “nginx” in kaltura-nginx-config.sh
to changes line 79 “/opt/kaltura/nginx/conf/nginx.conf” on /etc/nginx/nginx.conf

Fixed it yesterday, thanks.

Hey,

Is the host ‘kaltura’ resolvable? it needs to be. also, can you try to disable the 000-default.conf?
# a2dissite 000-default.conf

Ger gives the correct answers, saved me lots of time, thanks