I removed my previous version of Kaltura and attempted to install a fresh copy in hopes of resolving the batch processing issue. However, I am get this same issue and kaltlog command does not work when I try to run it I get a command not found error on my instance running in the same environment described here CentOS 6.7.
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:)
Cleaning cache..
Populating DB with data.. please wait..
Output for /opt/kaltura/app/deployment/base/scripts/installPlugins.php being logged into /opt/kaltura/log/installPlugins.log
Output for /opt/kaltura/app/deployment/base/scripts/insertDefaults.php being logged into /opt/kaltura/log/insertDefaults.log
Output for /opt/kaltura/app/deployment/base/scripts/insertPermissions.php being logged into /opt/kaltura/log/insertPermissions.log
Output for /opt/kaltura/app/deployment/base/scripts/insertContent.php being logged into /opt/kaltura/log/insertContent.log
kaltura-db-config.sh FAILED with: 27727 on line 184
Archving logs to /opt/kaltura/log/log_05_03_16_09_14.tar.gz...
ERROR: we failed on something else..
When attempting to review my logs I notice kaltura_batch.log and kaltura_poplate.log
Kaltura Batch Log
nohup: failed to run command `KGenericBatchMgr.class.php': No such file or directory
Kaltura Populate Log
bash: populateFromLog.php: command not found
Here is a copy of my logs so you can see what is causing the error. I didnt want to send a 500 mb file via email.
https://www.dropbox.com/s/baan8ed2zekj7l7/log_05_03_16_09_14.tar.gz?dl=0
I am still not sure why the 'kaltlog" command is not working but I will assume it is related to whatever is missing during the installation. As mention in this thread I tried stopping Kaltura Monit too and re-running the scripts but that did not work for me with or without the ans file.