Kaltura Docker AWS ECS

Hello community,

we have installed kaltura in a docker image on Amazon ECS.

We have an external Aurora RDS compatible MySql 5.6 attached.

The admin console works fine. But if we try to manage the content, we see error messages in the log:

PHP Fatal error: Uncaught exception ‘Zend_Config_Exception’ with message ‘Section ‘ip-172-31-11-151.eu-west-1.compute.internal’ cannot be found in /opt/kaltura/app/cache//batch/config.ini’ in /opt/kaltura/app/vendor/ZendFramework/library/Zend/Config/Ini.php:150

[2019-03-29 16:12:07]exception ‘Exception’ with message ‘Configuration file [/opt/kaltura/app/configurations/sphinx/populate/ip-172-31-11-151.eu-west-1.compute.internal.ini] not found.’ in /opt/kaltura/app/infra/log/KalturaLog.php:88

2019-03-29 16:14:42 [0.000277] [172.31.0.162] [797100998] [27] [PS2] [kCoreException->__construct] ERR: exception ‘kFileSyncException’ with message ‘Cannot find file on local disk [/opt/kaltura/web//content/generatedUiConf/23/448/ui_conf_23448171__2.config.xml] for file sync [342]’ in /opt/kaltura/app/alpha/apps/kaltura/lib/storage/kFileSyncUtils.class.php:89

It seems, the host name i.e. ip-172-31-11-151.eu-west-1.compute.internal ist not correct configured in the .ini files.

So at container start, we have run a some kind of configuration setup, don’t we?

Any ideas?

Thanks,
Werner

Hi @esnecca,

Please see Batch fails to start

1 Like

thx a lot. works. …