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

Converting process never ending & internal error on dashboard

$
0
0

All subdomains used actually resolve to the server. tig03 is the actual name of the host itself. However, I used cdn as hostname when setting up Kaltura. I made the changes you recomended and restarted. This time the process kept running unlike before.

[root@tig03 ~]# nano /opt/kaltura/app/configurations/batch/batch.ini
[root@tig03 ~]# find /opt/kaltura/app/cache/ -type f -exec rm {} \;
[root@tig03 ~]# service kaltura-batch restart
Stopping Batch Manager....
Service Batch Manager not running [ FAILED ]
Starting Batch Manager....
Batch Manager started with PID [ OK ]
[root@tig03 ~]# /etc/init.d/kaltura-batch status
Batch Manager running with PID 4834 [ OK ]

This is what the log return after I completed the changes and restarted.

[root@tig03 ~]# kaltlog
==> /opt/kaltura/log/batch/dbcleanup-0-2016-02-28.err.log <==
PHP Fatal error:  Uncaught exception 'KalturaException' with message 'Internal database error' in /opt/kaltura/app/batch/client/KalturaClientBase.php:894
Stack trace:
#0 /opt/kaltura/app/batch/client/KalturaClient.php(1300): KalturaClientBase->throwExceptionIfError(Array)
--
==> /opt/kaltura/log/batch/jobsuspender-0-2016-02-28.err.log <==
PHP Fatal error:  Uncaught exception 'KalturaException' with message 'Internal database error' in /opt/kaltura/app/batch/client/KalturaClientBase.php:894
Stack trace:
#0 /opt/kaltura/app/batch/client/KalturaClient.php(1138): KalturaClientBase->throwExceptionIfError(Array)
--
  thrown in /opt/kaltura/app/batch/client/KalturaClientBase.php on line 894
PHP Fatal error:  Uncaught exception 'KalturaException' with message 'Internal database error' in /opt/kaltura/app/batch/client/KalturaClientBase.php:894
Stack trace:
#0 /opt/kaltura/app/batch/client/KalturaClient.php(640): KalturaClientBase->throwExceptionIfError(Array)
--
==> /opt/kaltura/log/batch/partnerloadcleanup-0-2016-02-28.err.log <==
PHP Fatal error:  Uncaught exception 'KalturaException' with message 'Internal database error' in /opt/kaltura/app/batch/client/KalturaClientBase.php:894
Stack trace:
#0 /opt/kaltura/app/batch/client/KalturaClient.php(1123): KalturaClientBase->throwExceptionIfError(Array)
--
  thrown in /opt/kaltura/app/batch/client/KalturaClientBase.php on line 894
PHP Fatal error:  Uncaught exception 'KalturaException' with message 'Internal database error' in /opt/kaltura/app/batch/client/KalturaClientBase.php:894
Stack trace:
#0 /opt/kaltura/app/batch/client/KalturaClient.php(4130): KalturaClientBase->throwExceptionIfError(Array)

Viewing all articles
Browse latest Browse all 7410

Trending Articles