I receive the following error when trying to install the kaltura-dwh package in both Debian 8 and Ubuntu 14.04:
Errors were encountered while processing:
kaltura-dwh
E: Sub-process /usr/bin/dpkg returned an error code (1)
Failed to perform requested operation on package. Trying to recover:
Setting up kaltura-dwh (11.3.0-2+b1) ...
dpkg: error processing package kaltura-dwh (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
kaltura-dwh
I've been following the documented installation process on fresh self hosted installations of either OS, and have tried stepping through the install_kaltura_all_in_1.sh file manually, but have not been able to progress past the kaltura-dwh configuration step without errors.
Output of dpkg -D73 --configure kaltura-dwh
D000001: ensure_diversions: new, (re)loading
D000001: process queue pkg kaltura-dwh:amd64 queue.len 0 progress 1, try 1
D000040: checking dependencies of kaltura-dwh:amd64 (- )
D000040: ok 2 msgs >><<
D000040: checking Breaks
Setting up kaltura-dwh (11.3.0-2+b1) ...
D000002: fork/exec /var/lib/dpkg/info/kaltura-dwh.postinst ( configure )
dpkg: error processing package kaltura-dwh (--configure):
subprocess installed post-installation script returned error exit status 1
D000001: ensure_diversions: same, skipping
Errors were encountered while processing:
kaltura-dwh
If I run /var/lib/dpkg/info/kaltura-dwh.postinst manually, it seems to terminate with no output. As far as I can tell the script stops executing at line 42 when it checks MySQL for the presence of the kalturadw tables.
Below is the output of tail -f /opt/kaltura/log/.log /opt/kaltura/log/batch/.log | grep -A 1 -B 1 --color "ERR:|PHP|trace|CRIT|[error]"
[2016-11-17 08:42:21]failed to connect [1] [0.0037310123443604] mysql:host=localhost;port=3306;dbname=kaltura_sphinx_log;
PHP Fatal error: Uncaught exception 'PropelException' with message 'Unable to open PDO connection dsn[mysql:host=localhost;port=3306;dbname=kaltura_sphinx_log;] user[kaltura] password[****] [wrapped: SQLSTATE[28000] [1045] Access denied for user 'kaltura'@'localhost' (using password: YES)]' in /opt/kaltura/app/vendor/propel/Propel.php:649
Stack trace:
--
2016-11-17 08:44:04 [2031399073] [addPermissionsAndItems.php] [addItemToPermissions] ALERT: exception 'Exception' with message 'ERROR - Permission name [] for partner [0] not found in database - skipping!' in /opt/kaltura/app/infra/log/KalturaLog.php:65
Stack trace:
I receive the following error when trying to install the kaltura-dwh package in both Debian 8 and Ubuntu 14.04:
I've been following the documented installation process on fresh self hosted installations of either OS, and have tried stepping through the install_kaltura_all_in_1.sh file manually, but have not been able to progress past the kaltura-dwh configuration step without errors.
Output of dpkg -D73 --configure kaltura-dwh
If I run /var/lib/dpkg/info/kaltura-dwh.postinst manually, it seems to terminate with no output. As far as I can tell the script stops executing at line 42 when it checks MySQL for the presence of the kalturadw tables.
Below is the output of tail -f /opt/kaltura/log/.log /opt/kaltura/log/batch/.log | grep -A 1 -B 1 --color "ERR:|PHP|trace|CRIT|[error]"