The output for:# rpm -q kaltura-html5lib
kaltura-html5lib-v2.38.1-1.noarch
also:
ls -ald /opt/kaltura/web/html5/html5lib
drwxrwxr-x. 31 root root 4096 Dec 21 05:05 /opt/kaltura/web/html5/html5lib
in addition:
grep html5_ver /opt/kaltura/web/flash/kmc/v5.39.11/config.ini -m1
widgets.kdp1.html5_version = v2.38.1
grep html5_ver /opt/kaltura/app/configurations/local.ini
html5_version = v2.38.1
I am still getting error is the ‘/opt/kaltura/log/kaltura_apache_errors_ssl.log’ log file:
[Fri Jan 01 04:10:10 2016] [error] [client xxx.xxx.xxx.xxx] script ‘/opt/kaltura/web/html5/html5lib/v2.38/mwEmbedFrame.php’ not found or unable to stat
[Fri Jan 01 04:10:11 2016] [error] [client xxx.xxx.xxx.xxx] script ‘/opt/kaltura/web/html5/html5lib/v2.38/mwEmbedFrame.php’ not found or unable to stat
[Fri Jan 01 05:20:56 2016] [error] [client xxx.xxx.xxx.xxx] File does not exist: /opt/kaltura/app/alpha/web/themes
[Fri Jan 01 09:58:18 2016] [error] [client xxx.xxx.xxx.xxx] script ‘/opt/kaltura/web/html5/html5lib/v2.38/mwEmbedFrame.php’ not found or unable to stat
[Fri Jan 01 09:58:19 2016] [error] [client xxx.xxx.xxx.xxx] script ‘/opt/kaltura/web/html5/html5lib/v2.38/mwEmbedFrame.php’ not found or unable to stat
[Fri Jan 01 12:07:05 2016] [error] [client xxx.xxx.xxx.xxx] script ‘/opt/kaltura/web/html5/html5lib/v2.38/mwEmbedLoader.php’ not found or unable to stat, referer: site_url
I tried to rerun full configuration and that broke my HTTPD configuration file becasue as mention is my other thread the script still does not write the proper token Values for the HTTPD configuration file for Kaltura at ‘/etc/httpd/conf.d/zzzkaltura.conf’. Here is what I find after running the configuration script.
<VirtualHost *:@KALTURA_VIRTUAL_HOST_PORT@>
# for SSL offloading support, if LB has X_FORWARDED_PROTO set to 'https', set HTTPS to 'on'
SetEnvIf X-Forwarded-Proto https HTTPS=on
ErrorLog "@LOG_DIR@/kaltura_apache_errors.log"
CustomLog @LOG_DIR@/kaltura_apache_access.log vhost_kalt
Include "@APP_DIR@/configurations/apache/conf.d/enabled.*.conf"
</VirtualHost>
This is something that need to be fixed to allow completion of the configuration script other wise it brakes at:
Starting monit: Starting Monit 5.13 daemon with http interface at [*]:2812
[ OK ]
Running Batch config...
kaltura-batch-11.4.0-1.noarch
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
Reloading httpd: not reloading due to configuration syntax error
[FAILED]
kaltura-batch-config.sh FAILED with: 24219 on line 98
Archving logs to /opt/kaltura/log/log_01_01_16_12_17.tar.gz...
ERROR: /opt/kaltura/bin/kaltura-batch-config.sh failed:( You can re-run it when the issue is fixed.
Nothing else is done after this point as the configuration process is broken and stops. So if this is the part where the missing files get setup it will never happen unless this part is fixed.
Even after running the yum reinstall command with no errors and then running the configuration all script, it still dies at the same point and to get HTTPD running again I have to manually edit the file. However, the errors saying that files are missing still appears.
BTW there are not files in the path mention even though the commands you provided show the script is installed. So I had to connect to the origin repo and reinstall the rpm. Which still did not fix the issue.
I also ran the this command after doing this update/reinstall and got this error. The first time I did it before I ran the reinstall/update I didnt get any errors.
php /opt/kaltura/app/deployment/uiconf/deploy_v2.php --ini=/opt/kaltura/web/flash/kmc/v5.39.11/config.in
PHP Fatal error: Uncaught exception 'Zend_Config_Exception' with message 'parse_ini_file(/opt/kaltura/web/flash/kmc/v5.39.11/config.in): failed to open stream: No such file or directory' in /opt/kaltura/app/vendor/ZendFramework/library/Zend/Config/Ini.php:184
Stack trace:
#0 /opt/kaltura/app/vendor/ZendFramework/library/Zend/Config/Ini.php(125): Zend_Config_Ini->_loadIniFile('/opt/kaltura/we...')
#1 /opt/kaltura/app/deployment/uiconf/deploy_v2.php(302): Zend_Config_Ini->__construct('/opt/kaltura/we...')
#2 /opt/kaltura/app/deployment/uiconf/deploy_v2.php(33): uiConfDeployment::init('/opt/kaltura/we...')
#3 {main}
thrown in /opt/kaltura/app/vendor/ZendFramework/library/Zend/Config/Ini.php on line 184