KalturaAPIException: Entry id xxx not found after clean installation

Kaltura version: kaltura-server-16.2.0-1
OS: Centos 7

After setting up a clean server, and successfully running the setup script (sudo /opt/kaltura/bin/kaltura-config-all.sh).

  1. I log in to KALTURA MANAGEMENT CONSOLE
  2. Try to open any of the sample entries
  3. 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')

The same will happen with any existing entry.

Hello @Cano,

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.