Database changed
mysql> select conf_file_path from ui_conf where id=23448682;
+----------------------------------------------------------+
| conf_file_path |
+----------------------------------------------------------+
| /content/generatedUiConf/23/448/ui_conf_23448682__12.xml |
+----------------------------------------------------------+
1 row in set (0.00 sec)
mysql> Ctrl-C -- exit!
Aborted
[root@node1 generatedUiConf]# ll /content/generatedUiConf/23/448/ui_conf_23448682__12.xml
ls: cannot access /content/generatedUiConf/23/448/ui_conf_23448682__12.xml: No such file or directory
Seems when i am creating new players the xml is not getting created even tho the database entry exists.
Also i've changed the ownership of all the files under generateduiconf to apache:kaltura
Regarding the html5_url for the same ui_conf it is as follows:
mysql> select html5_url from ui_conf where id=23448682;
+--------------------------------------------+
| html5_url |
+--------------------------------------------+
| /html5/html5lib/{latest}/mwEmbedLoader.php |
+--------------------------------------------+
1 row in set (0.00 sec)
Please advice what to check further, because it's killing me.