Closed (fixed)
Project:
Kaltura
Version:
6.x-1.4
Component:
Documentation
Priority:
Critical
Category:
Support request
Assigned:
Reporter:
Created:
9 Feb 2009 at 12:40 UTC
Updated:
29 Jan 2011 at 08:50 UTC
I have this problem wich i think it gives birth to all of the other problems
Notification test failed. The URL you specified is not valid. Please make sure it is correct and save the settings again.
I have clean URL enabled but the module still adds the ?q= thing. How can i fix that ?
I have made a new content type with a basic kaltura media field. When i'm trying to add kaltura media i get this
Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation: http://cdn.kaltura.com/p/0/sp/0/flash/kcw/v1.5.4/ContributionWizard.swf cannot load data from http:/this.endofinternet.org/xampp/drupal/?q=kaltura/notification_handler.
at com.kaltura.contributionWizard.command::SendPartnerNotificationsCommand/sendNotification()
at Array$/_forEach()
at Array/http://adobe.com/AS3/2006/builtin::forEach()
at com.kaltura.contributionWizard.command::SendPartnerNotificationsCommand/execute()
at com.adobe_cw.adobe.cairngorm.control::FrontController/executeCommand()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at com.adobe_cw.adobe.cairngorm.control::CairngormEventDispatcher/dispatchEvent()
at com.adobe_cw.adobe.cairngorm.control::CairngormEvent/dispatch()
at com.kaltura.contributionWizard.command::AddEntriesCommand/result()
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()
How can i solve it ? Thanks
Comments
Comment #1
Alex Andrascu commentedComment #2
Alex Andrascu commentedComment #3
probocop commentedDid you get anywhere with this issue? I initially had Kaltura up and running correctly, then all of sudden I'm getting the same error (as below) when I click OK to the terms & conditions.
Comment #4
Zohar.Babin commenteddo you have http://localhost/crossdomain.xml ?
is it properly configured? (should have *.kaltura.com twice)
Comment #5
flexteacher commentedYou can find http://www.evdenevenakliyattv.com/bin-debug/webtest.html was prepared from this link
code is written in the following
You can ask any question you flex?
team
http://www.evdenevenakliyattv.com/
http://www.evdenevenakliyatbul.com/
Comment #7
xurizaemonhttp:/this.endofinternet.org/xampp/drupal/?q=kaltura/notification_handler is not a valid URL (http:// not http:/)
http://localhost/?q=kaltura/notification_handler is not a valid URL either, because the machine firing the notification (Kaltura server or client machine executing SWF in #3) is going to try and fire the notification to itself, not to your Drupal installation.
You need to provide a correct URL, and it needs to point to your Drupal install and be accessible to the machine (eg Kaltura server) sending the notifications (so not a firewalled apache running inside your local network).