This post is no longer relevant. Please see https://github.com/kaltura/platform-install-packages/#documentation-and-guides for Kaltura CE howtos and guides.
Various forum threads (@, @, @) discussed issues with the VMWare image of Kaltura CE 4.0. The following video tutorial will guide you how to install Kaltura CE 4.0 VMWare image in 15 minutes.
In the video, we deliberately re-created most of the problems users encountered while setting up the VMWare image. The fixes mentioned in this video also apply to the generic Kaltura Server installation and are not specific to the VMWare image installation (We’ll make sure that in the next release these are simplified and fixed).
Two problems that the video solves particularly are the logs and cache folder permissions and the Sphinx localhost issue.
Now set your clocks, follow the video and in 15 minutes you’ll be good to go.
[kaltura-widget uiconfid=”6420041″ entryid=”1_1hzciy7o” width=”551″ height=”330″ addpermission=”” editpermission=”” /]CE 4.0 VMWare Image Setup Video Tutorial
The logs and cache folder permissions problem
In order to fix the logs and cache folder permissions problem, you must first generate it; Access the server management via the KMC or the Admin Console, that will populate the logs and cache folders. Then to solve the issue, increase permissions on those folders running the following commands
chmod 777 -R /opt/kaltura/log chmod 777 -R /opt/kaltura/app/cache
The above is a good troubleshooting tip for most issues.
<div class=”trd-ph-embedded” data-group=”Upper_embedded_CTA”></div>
The Sphinx issue
The Sphinx issue is raised when you log in to KMC content tab and then presented with the following error message: “Internal Server Error” before any content is visible. This happens because Sphinx (the indexing & search server Kaltura uses) is required to retrieve entries metadata. When not properly setup and run, the Media.list API call will fail. To resolve this issue, verify that sphinx is running on your server by running the following command: ps -ef | grep searchd
If searchd doesn’t come up on the grep results, to start sphinx run the following:
./opt/kaltura/bin/sphinx/searchd --config /opt/kaltura/app/configurations/sphinx/kaltura.conf
The Video Instructions in a list – Setting up Kaltura CE 4.0 VMWare image
Help us make the next version better by sharing in the comments below any other problems you may have encountered.