Copyright © 2012 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
EduVideo.org
Hi,
I had installed Kaltura CE 5.0.0. on Cent OS 64-bit.
Installation was successful, but when I tried to upload the content, it got struck at status "Converting" stage of the content processing.
can some body plz suggest, how to overcome this.
Please find the screen shot for more info..
Thanks in Advance.
Vijay
Thanks for the reply. I could find the following lines from the log file :
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
2013-01-07 17:25:14 [364475052] [BATCH] [KRunableClass->__construct] INFO: 1.1.1
2013-01-07 17:25:14 [364475052] [BATCH] [KRunableClass->__construct] DEBUG: set_time_limit(36000)
2013-01-07 17:25:14 [364475052] [BATCH] [KBatchBase->__construct] DEBUG: This batch index: 1
2013-01-07 17:25:14 [364475052] [BATCH] [KBatchBase->__construct] DEBUG: This session key: sess50eab7a22d736
2013-01-07 17:25:14 [364475052] [BATCH] [KAsyncConvert->run] NOTICE: Convert batch is running
PHP Notice: Trying to get property of non-object in /opt/kaltura/app/batch/batches/Convert/KAsyncConvert.class.php on line 343
2013-01-07 17:25:14 [364475052] [BATCH] [KAsyncConvert->run] NOTICE: Supporting engines:
PHP Notice: Trying to get property of non-object in /opt/kaltura/app/batch/batches/Convert/KAsyncConvert.class.php on line 343
2013-01-07 17:25:14 [364475052] [BATCH] [KalturaClientBase->doQueue] NOTICE: service url: [http://01HW184573]
2013-01-07 17:25:14 [364475052] [BATCH] [KalturaClientBase->doCurl] NOTICE: curl: http://01HW184573/api_v3/index.php?service=batch&action=getExclusiveConv...
2013-01-07 17:25:45 [364475052] [BATCH] [KalturaClientBase->doQueue] NOTICE: result (serialized): Unknown Host
Unknown Host
Description: Unable to locate the server named "01HW184573" --- the server does not have a DNS entry. Perhaps there is a misspelling in the server name, or the server no longer exists. Double-check the name and try again.
^@
PHP Fatal error: Uncaught exception 'KalturaClientException' with message 'failed to unserialize server result
Unknown Host
Unknown Host
Description: Unable to locate the server named "01HW184573" --- the server does not have a DNS entry. Perhaps there is a misspelling in the server name, or the server no longer exists. Double-check the name and try again.
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
To give background details, I have done the installation with hostname as 01HW184573. As per my org rules I cannot add this server into DNS. I decided to overcome this by making suitable entries into /etc/hosts file.
However, the following cURL command - curl: http://01HW184573/api_v3/index.php?service=batch&action=getExclusiveConv...
is looking into DNS server. This is because the request is redirected to proxy server.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
I expect that, if the above cURL command is executed with '--noproxy *' option, it shall not check with proxy and resolve the hostname via /etc/hosts.
Could you please let me know how to configure for cURL command options.
Thanks in advance,
Vijay
Hi Vijay,
I guess curl is taking the proxy definitions from the environment variable http_proxy.
You can add at the beginning of scripts/serviceBatchMgr.sh:
export http_proxy='';
That will reset the proxy definition for the batch process.
Tan-Tan
Hi,
I am facing gcc compilation problem on centos 6.3 for memcached & git , as it requires 32 bit libraries.
# ./configure --host CC
configure: WARNING: if you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used
configure: Setting lib to 'lib' (the default)
configure: Will try -pthread then -lpthread to enable POSIX Threads.
configure: CHECKS for site configuration
configure: CHECKS for programs
checking for CC-cc... no
checking for CC-gcc... no
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... unsupported
checking for inline... inline
checking if linker supports -R... no
checking if linker supports -Wl,-rpath,... yes
checking for CC-gar... no
checking for CC-ar... no
checking for gar... no
checking for ar... ar
configure: WARNING: using cross tools not prefixed with host triplet
checking for gtar... gtar
checking for gnudiff... no
checking for gdiff... no
checking for diff... diff
checking for asciidoc... no
configure: CHECKS for libraries
checking for SHA1_Init in -lcrypto... no
checking for SHA1_Init in -lssl... no
checking for curl_global_init in -lcurl... no
checking for XML_ParserCreate in -lexpat... no
checking for iconv in -lc... no
checking for iconv in -liconv... no
checking for deflateBound in -lz... no
checking for socket in -lc... yes
checking for inet_ntop... no
checking for inet_ntop in -lresolv... yes
checking for inet_pton... no
checking for inet_pton in -lresolv... yes
checking for hstrerror... no
checking for hstrerror in -lresolv... yes
checking for basename in -lc... yes
checking for gettext in -lc... yes
checking how to run the C preprocessor... /lib/cpp
configure: error: in `/root/softwares/git-1.7.12':
configure: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details
Please suggest us how to proceed further...
Thanks,
Vijay
@vijayramt - you might want to try and follow this article:
http://www.tecmint.com/install-memcached-caching-server-on-rhel-centos-f...
Try the latest version instead: https://github.com/kaltura/ce-packager