The convert jobs alway pending. Please help?
Hello, Start by checking all relevant logs under /opt/kaltura/log/batch/*.log and /opt/kaltura/log/kaltura_batch.log with: # grep -A 1 -B 1 --color "ERR:\|PHP\|trace\|CRIT\|\[error\]"...
View ArticleC# API SDK sends all the params via the single multipart-form item named "json"
I am unaware of such a method in our API nor do I see it in any of the samples under the csharp client lib.Please provide a full code sample.
View ArticleC# API SDK sends all the params via the single multipart-form item named "json"
github.com kaltura/KalturaGeneratedAPIClientsCsharp/blob/master/KalturaClientTester/KalturaClientTester.cs#L60 static void Main(string[] args) { Console.WriteLine("Starting C# Kaltura API Client...
View ArticleC# API SDK sends all the params via the single multipart-form item named "json"
OK, I see. I was looking at an earlier version of the client.Anyhow, please attach a full code sample, as well as the output you're getting.It would also be helpful to run the units for this client...
View ArticleThe convert jobs alway pending. Please help?
Thank you very much.The errors showed from log when I uploaded new video.Anyway, The problem pending converting just happened with some accounts in kaltura. tail -f /opt/kaltura/log/batch/*`date...
View ArticleERROR: could not retreive partner.admin_secret for id -1
After this command:/opt/kaltura/bin/kaltura-config-all.sh, I face the problem. kaltura-front-11.21.0-1.noarchIs your Apache working with SSL?[Y/n]nIt is recommended that you do work using HTTPs. Would...
View ArticleERROR: could not retreive partner.admin_secret for id -1
Hello, I am operating under the assumption this is the second attempt of a new install and that the first attempt failed to properly populate the DB.I suggest you drop the current corrupted DB by...
View ArticleThe convert jobs alway pending. Please help?
Hi, You need to open the relevant log file and look at the lines leading to the final error.Then paste the lines leading to it plus the full stack trace so I can help you further.
View ArticleDWH Issue on Retention Policy
Hi @siactive, No need to upgrade the DB. You don't really need that many partitions backed up anyhow.Let's start by running: mysql> select table_name, count(1) from information_schema.partitions...
View ArticleThe convert jobs alway pending. Please help?
Thank you very much.I rechecked again by log schedulerId and workerId but all of both return NULL.I think this is the reason to make this->getJobs() method from KJobHandlerWorker.class.php return...
View ArticleThe convert jobs alway pending. Please help?
Like I said, paste the relevant entries from the log so I can help you further.Also look at /opt/kaltura/log/kaltura_batch.log The UI output does not help me, I'm afraid. Also, you can always try to...
View ArticleAnalytics not working on version 10.16
Hi @rpelletier, Can you try to remove these two lines from /opt/kaltura/dwh/etlsource/events/events.kjbKalturaLogsetl_log and rerun?
View ArticleThe convert jobs alway pending. Please help?
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleAnalytics not working on version 10.16
Yesterday I decided the only way to move forward was to push through and get kaltura upgraded to the latest version. It took a while to hunt down and fix several errors during the process, but I was...
View ArticleAnalytics not working on version 10.16
Hi, Glad to hear you upgraded, better anyhow.As far as Analytics, remember it does not update in real time. If you wish to force it, call:# /opt/kaltura/bin/kaltura-run-dwh.sh
View ArticleAnalytics not working on version 10.16
I neglected to mention that I have run that script several times without any difference in result.
View ArticleAnalytics not working on version 10.16
The result of > grep ERROR /opt/kaltura/dwh/logs/* /opt/kaltura/dwh/logs/etl_hourly-20160818-10.log:ERROR 18-08 10:08:33,198 - Copy to originals - Because of an error, this step can't continue:...
View ArticleKaltura-base configuration enter timezone hangs
Hi jess I am using deb.Thank you I've found the problem was a broken symbolic link in /etc/alternatives/php to /opt/kaltura/bin/php7probably from a previous try to install kaltura.I fixed it to link...
View ArticleAnalytics not working on version 10.16
Looks like a permissions issue to me,who owns /opt/kaltura/dwh/cycles/originals/3? Should be owned by the 'kaltura' user.
View ArticleAnalytics not working on version 10.16
Nope. owned by root:root, what is proper user:group? what is proper? kaltura:apache or kaltura:kaltura
View Article