ERROR uploading high sized videos

No replies
Joined: 03/02/2010
Points: 18

I have changed the maximun file size in my KCW project editing the maxFileSize to 2000 mb in the UploadModelLocator.as file.

I can upload videos with 1005 mb, but when I try to upload a video with 1700 mb kalturaCE doesn't copy the video in the kalturaCE/content/uploads directory.

The kaltura_api_v3.log file shows this:

2010-04-07 07:39:27 [1916690972] [API] [KalturaDispatcher->dispatch] DEBUG: Dispatching service [media], action [upload] with params Array
(
    [service] => media
    [action] => upload
)

2010-04-07 07:39:27 [1916690972] [API] [KalturaFrontController->getExceptionObject] ERR: exception 'KalturaAPIException' with message 'Missing parameter "fileData"' in /var/www/kalturaCE/kaltura/api_v3/lib/KalturaRequestDeserializer.php:155
Stack trace:
#0 /var/www/kalturaCE/kaltura/api_v3/lib/KalturaDispatcher.php(64): KalturaRequestDeserializer->buildActionArguments(Array)
#1 /var/www/kalturaCE/kaltura/api_v3/lib/KalturaFrontController.php(56): KalturaDispatcher->dispatch('media', 'upload', Array)
#2 /var/www/kalturaCE/kaltura/api_v3/web/index.php(17): KalturaFrontController->run()
#3 {main}
2010-04-07 07:39:27 [1916690972] [API] [KalturaFrontController->serializeResponse] DEBUG: Serialize start
2010-04-07 07:39:27 [1916690972] [API] [KalturaFrontController->serializeResponse] DEBUG: Serialize took - 0.0033438205719
2010-04-07 07:39:27 [1916690972] [API] [global] INFO: API-end [0.0397620201111]

If I push the button "Next" in the upload widget, it crash (I think kaltura can't find the uploaded file to start the conversion to .FLV) and the log shows:

2010-04-07 07:45:48 [913873839] [API] [KalturaDispatcher->dispatch] DEBUG: Dispatching service [media], action [addFromUploadedFile] with params Array
(
    [uploadTokenId] => <result>
  <error>
    <code>MISSING_MANDATORY_PARAMETER</code>
    <message>Missing parameter "fileData"</message>
  </error>
</result>
    [mediaEntry:partnerData] => conversionQuality:100098;
    [searchResult:searchSource] => 1
    [mediaEntry:mediaType] => 1
    [mediaEntry:name] => Millennium_2.avi
    [ks] => ZTZkNzczYTFjNTk5NGYxNDQ1ZThjNWExMzJjODBjYTUxZWFlOTE5ZHwxOzE7MTI3MDcyNDM5NDsyOzEyNzA2Mzc5OTQuNjg7X19BRE1JTl9fMTsq
    [partnerId] => 1
)

Any idea?

thanks