Upload with the Apache commons Fileupload API
The kicker isn’t the client side. The client HTML page and JS are running on a Liferay 7.0 framework server so getting the file UP to where our server can process the file isn’t the issue. The client...
View ArticleUpload with the Apache commons Fileupload API
Hi @phelgren, In regards to the Java code you’ve been looking at, this repo is better: GitHub kaltura/kaltura-chunked-upload-test kaltura-chunked-upload-test - Simple Java code that splits a big video...
View ArticleNginx issues, presumably after upgrade
Hey all, I recently updated my RPM kaltura cluster to 13.9. Everything seemed to be working fine after the upgrade, but now i have embedded players that won’t play videos. The browser consoles logs...
View ArticleNginx issues, presumably after upgrade
OK, so I guess this has something to do with the internal IP range I had defined. I changed this on the front end servers, restarted httpd and plays are happening again. I’m not sure why, though. The...
View ArticleKaltura CE 13.10.0 released
Hello all, The latest version is now available. kaltura-base (13.10.0) changelog: Increase memory limit for CSV report action to 512M (https://github.com/kaltura/server/pull/6597) SUP-12871: Adjust...
View ArticleIssue with updgrade to Kaltura CE 13.9.0
Hello, everyone. After upgrading our Kaltura servers from the Kaltura CE 13.0.0 to 13.9.0, sphinx server has a issue. So, users and administrator cannot create new media entry after upgrading....
View ArticleIssue with updgrade to Kaltura CE 13.9.0
Hi @t-saito, The issue starts here: t-saito: [kSphinxSearchManager->execSphinx] ERR: exception ‘Exception’ with message ‘unknown column: ‘entitled_kusers_view’’ in...
View ArticleIssue with updgrade to Kaltura CE 13.9.0
Thaks @jess “entitled_kusers_view” field exists in /opt/kaltura/app/configurations/sphinx/kaltura.conf. So, I execute “/opt/kaltura/bin/kaltura-sphinx-schema-update.sh”. Result is as follows. # bash...
View ArticleIssue with updgrade to Kaltura CE 13.9.0
Hi @t-saito, That means it already ran during the last upgrade as /opt/kaltura/app/configurations/sphinx_schema_update is not present. Please: # touch...
View ArticleIssue with updgrade to Kaltura CE 13.9.0
Thanks @jess Now, results of command and script are as follows. # touch /opt/kaltura/app/configurations/sphinx_schema_update # bash -x /opt/kaltura/bin/kaltura-sphinx-schema-update.sh ++ dirname...
View ArticleIssue with updgrade to Kaltura CE 13.9.0
Hi @t-saito, Apart from: t-saito: 2018-01-05 02:02:13 [DbManager::connectFallbackLogic] ERR: exception ‘Exception’ with message ‘failed to connect to sphinx2’ in...
View ArticleIssue with updgrade to Kaltura CE 13.9.0
@t-saito, In the event you had to make changes to /opt/kaltura/app/configurations/db.ini, please be sure to reload Apache.
View ArticleIssue with updgrade to Kaltura CE 13.9.0
Thanks @jess We use two sphinx nodes in Kaltura cluster. At each Kaltura server, configurations of sphinx nodes in “db.ini” are set correctly. Now, we can upload new media entry. And we can play, edit...
View ArticleIssue with updgrade to Kaltura CE 13.9.0
Hi @t-saito, Glad to hear we’re good. My guess is kaltura-sphinx-schema-update.sh did execute but there was an issue with stopping Sphinx so it never got restarted post the configuration changes. When...
View ArticleIssue with updgrade to Kaltura CE 13.9.0
Hi @jess, Surely, when executing “kaltura-sphinx-config.sh”, the Sphinx process did not stop normally. This behavior sometimes occurs. In such a case, I restart sphinx process manually. I am glad that...
View ArticleUpload with the Apache commons Fileupload API
The “missing” piece is that we track which class, logged in user, and some other items in a DB record on the server. We also allow them to upload a text file that is associated with the media...
View ArticleKaltura File not processing after moving to new db and storage
we have changed our database from older kaltura server to new kaltura server with all the files now i am facing issue when i just import the file using api i get these errors from kaltlog 2018-01-06...
View ArticleKaltura File not processing after moving to new db and storage
Screen Shot 2018-01-07 at 5.10.34 AM.png3082x1416 347 KB
View ArticleKaltura File not processing after moving to new db and storage
Hi @faheem_mohammad_zike, The log snippet you pasted is not enough to determine where the problem is. Please go over the following logs and find the root cause: /opt/kaltura/log/kaltura_api_v3.log...
View Article