Hi Sankar, I think the JSP you are accessing is deployed on remote server. I mean the flex application is not on the same server as the JSP is. To remove this error you will have to use crossdomain file and you have to put this crossdomain file on the root of the server where you have deployed the JSP.
you can find the more info regarding crossdomains at http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Parts&file=security2_117_15.html HTH, -Ravi On Feb 25, 10:55 pm, sankar swaroop <[email protected]> wrote: > [RPC Fault faultString="Security error accessing url" > faultCode="Channel.Security.Error" faultDetail="Destination: DefaultHTTP"] > at > mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler()[C > :\autobuild\3.2.0\frameworks\projects\rpc\src\mx\rpc\AbstractInvoker.as:220] > at > mx.rpc::Responder/fault()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\rpc\Responder.as:53] > at > mx.rpc::AsyncRequest/fault()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\rpc\AsyncRequest.as:103] > at > DirectHTTPMessageResponder/securityErrorHandler()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\messaging\channels\DirectHTTPChannel.as:389] > at flash.events::EventDispatcher/dispatchEventFunction() > at flash.events::EventDispatcher/dispatchEvent() > at flash.net::URLLoader/redirectEvent() > ----------------------------------------------------------------- > this is the error code iam getting > > Iam using My-Sql and jsp to develop, but this is the problem > What should i do > please give me a solution > > Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

