After setting up a clean server, and successfully running the setup script (sudo /opt/kaltura/bin/kaltura-config-all.sh).
I log in to KALTURA MANAGEMENT CONSOLE
Try to open any of the sample entries
I get the error Entry id not found.
kaltlog output:
FlavorAssetService->getFlavorAssetsWithParamsAction('0_bfrmvqp6')
[API] [KalturaFrontController->getExceptionObject] ERR: KalturaAPIException: Entry id "0_bfrmvqp6" not found in /opt/kaltura/app/api_v3/services/FlavorAssetService.php:752
#0 /opt/kaltura/app/api_v3/lib/reflection/KalturaActionReflector.php(233): FlavorAssetService->getFlavorAssetsWithParamsAction('0_bfrmvqp6')
I’m afraid a lot more info is needed:)
As a starting point, increase the log verbosity as per:
Next, go to Admin Console->Batch Process Control->Entry Investigation and input the entry ID in question. This view will list all the batch jobs that pertain to the entry. You should then proceed to review the logs of the various batch workers (/opt/kaltura/log/batch/*log) to understand where the failure occurs.
Feel free to post your findings for additional assistance.