Converting process never ending & internal error on dashboard
You'll need to look at the lines leading to the final error to understand what's causing it.
View ArticleKaltura 11.8 upgrade issue
Your batch daemon is not running.Start with rerunning /opt/kaltura/bin/kaltura-batch-config.shif it is still not running, check /opt/kaltura/log/kaltura_batch.log to understand why not.
View ArticleConverting process never ending & internal error on dashboard
@jess Is this error the reason my dropbox ingested videos are still in processing two days later? That is my only issue with the system. Should I delete the files entries in cue and let it repopulate...
View ArticleKaltura CE 11.9.0 released
Hello all, The latest version is now available. Core changelog:- SUP-6997 - Server returning all stream information when loading the player- SUP-7185 - Live stream Passthrough ingest is missing-...
View ArticleRetrieve deleted mediaEntry via API
Hi @jess sorry, my question was not correctly posted by me and I guess your reply is correct, but is not the case that I'm looking for. My fault. I mean how is it possible, via api, list all...
View ArticleGoogle Analytics
Hi Jess,Thanks for your response, but I have one more question. For my work I need to report on path analysis. With the solution you suggested will it be able to track visitors and display on one path...
View ArticleConverting process never ending & internal error on dashboard
Hi, Seeing how ingesting files requires the batch daemon, yes, it is why it did not progress.Assuming you got batch up and running now, the jobs should start processing. Regardless, need to check the...
View ArticleRetrieve deleted mediaEntry via API
Hi, You can do: $client = new KalturaClient($config); $filter = new KalturaBaseEntryFilter(); $filter->statusEqual = KalturaEntryStatus::DELETED; $pager = null; $result =...
View ArticleKaltura CE 11.9.0 released
http://installrepo.origin.kaltura.org/releases/latest1/ Should this be just "latest"?
View ArticleKaltura CE 11.9.0 released
You can disregard that one. There is now a redirect HTTP 301 from latest to the relevant version, therefore, for example:# curl -I -v...
View ArticleDebian All in one platform install package not creating virtual hosts
Hi jess, thanks for your help. Obviously the error was due to missing wheezy repositories. The installation continues now, but fails again during kaltura-nginx install... Here's what's happening in...
View ArticleKaltura 11.8 upgrade issue
Hi Jess, I tried with rerunning /opt/kaltura/bin/kaltura-batch-config.sh script but it did not resolve the issue. The monitor showed the batch process status as "Initializing" and then changed to...
View ArticleBatch script execution failed after yum update
Hello all As suggested by Jess I post here the same question posted on Github and still not solved. https://github.com/kaltura/platform-install-packages/issues/523 Server is Centos 6.3, 16 GB ram....
View ArticleConverting process never ending & internal error on dashboard
@jess I check the contents of this log file: hiphopservers: /opt/kaltura/log/batch/jobsuspender-0-2016-02-28.err.log This is what was found in the log file: PHP Fatal error: Uncaught exception...
View ArticlePlaylist order by
I've created a playlist that shows only entries created since a certain date. I try to order the results by plays and it does not work. does anyone have any experience with this?
View ArticleRelated with entryList
Hi It seems there is a bug in the related plugin.when using entryList insted of playlist id the first related entry shows up as a first related entry afterit was played already. after that it works ok...
View ArticleConverting process never ending & internal error on dashboard
Hi, Like I said, you need to check the lines leading to the final exception to understand what happened.Also, look at /opt/kaltura/log/kaltura_api_v3.log which is the main API log. In addition, what...
View ArticleBatch script execution failed after yum update
Hello, I'd recommend you start by:# /etc/init.d/kaltura-batch stopthen make sure there are no zombie batch processes around. Batch processes are PHP CLI procs so you can check that with:# ps fax|grep...
View ArticlePlaylist order by
Hello, Please share your code but basically, the following should work: $client = new KalturaClient($config); $filter = new KalturaMediaEntryFilter(); $filter->orderBy = '-plays'; $pager = null;...
View Article