Error while uploading a media file using the CW

1 reply [Last post]
Joined: 10/20/2009
Points: 11

Hi All,
Currently, I am integrating CW in my website. So far, I have the search(Kaltura,YouTube etc) functionalities working one provided by that CW, however, I am unable to upload the files as it throws "Add entry failed" message. Please find the attached screenshots for the same (btw, when I upload the file, the status says 'Done' however the size is still 0.0KB. Plz see the same in one of the attached screenshots.)

When I run the Flash debugger player, I am able to the following on the log file:

warning: unable to bind to property 'name' on class 'flash.net::FileReference'
warning: unable to bind to property 'name' on class 'flash.net::FileReference'
target:  instance1.instance2.ContributionWizard0.view.ImportViewsBrowser41.confirmButtons.nextButton
Click target:  instance1.instance2.ContributionWizard0.view.ImportViewsBrowser41.confirmButtons.nextButton
warning: unable to bind to property 'pendingAction' on class 'com.kaltura.contributionWizard.model::PendingActions'
1
2
3
4
5
8
9
10
11
12
13
Error
        at com.kaltura.contributionWizard.business::AddEntriesDelegate/fault()
        at com.kaltura.contributionWizard.business::AddEntriesDelegate/result()
        at mx.rpc::AsyncToken/http://www.adobe.com/2006/flex/mx/internal::applyResult()
        at mx.rpc.events::ResultEvent/http://www.adobe.com/2006/flex/mx/internal::callTokenResponders()
        at mx.rpc.http.mxml::HTTPService/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()
        at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler()
        at mx.rpc::Responder/result()
        at mx.rpc::AsyncRequest/acknowledge()
        at DirectHTTPMessageResponder/completeHandler()
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at flash.net::URLLoader/onComplete()
Add entry call failed

I am fairly new the flash and actionscript technology so I was hoping if anyone had experienced the above issue and have a suggestion on resolving it. Any suggestion will be greatly appreicated.

Cheers!!

Joined: 10/20/2009
Points: 11

One more thing, while uploading the image using the CW from my website, I can see my image being loaded under 'htdocs/kalturaCE/content/uploads' and the Apache's error log file records the following message:

[Tue Oct 27 16:45:26 2009] [error] [client xxx.xxx.x.xxx] PHP Warning:  imagecreatefromgd() [<a href='function.imagecreatefromgd'>function.imagecreatefromgd</a>]: '/tmp/GD3uPKZ2' is not a valid GD file in /home/lampp/lampp/htdocs/kalturaCE/kaltura/alpha/apps/kaltura/lib/myFileConverter.class.php on line 1142
convert: UnableToOpenConfigureFile `delegates.xml' @ configure.c/GetConfigureOptions/553.

So I tried looking for 'GD3uPKZ2' file under my 'tmp' folder but could not find it. Moreover, I could find the delegates.xml in my system as well. Currently, I am using Kaltura CE 1.5 Beta.

Any suggestion will be greatly appreciated.

Cheers!!