Hi Param, It is definetly some access issue, but since you have a cross domain .xml it should be working. Try to debug somehow to a file if you can the app to see if it traces out some access violation and then you'll be sure. You can see exactly from where it is trying to load the crossdomain file then and check it in the browser if the link works... We have project deployed and linux boxex with policy files but that is done by a diffrent team so I don't know that much about linux boxex, however the i included this line in config.xml <site-control permitted-cross-domain-policies="master-only"/> to be compliant with the new FP policies... Sorry for not being able to help you any further, Claudiu
________________________________ From: paramjit.parmar <[email protected]> To: [email protected] Sent: Thursday, January 22, 2009 6:27:01 AM Subject: [flexcoders] Re: Flex calling Java/Apache Axis web service Hi Claudiu I do have a crossdomain. xml at ROOT. Contents as pasted below. The ip address of the Linux server is correct. Any further advice much appreciated. Thanks Param /var/lib/tomcat6/ webapps/ROOT# cat crossdomain. xml <?xml version="1.0" ?> <cross-domain- policy> <allow-access- from domain="173. 45.239.153" /> </cross-domain- policy> --- In flexcod...@yahoogro ups.com, claudiu ursica <the_braniak@ ...> wrote: > > Do you have a policy acess specified on the linux machine? > > Claudiu > > > > > ____________ _________ _________ __ > From: paramjit.parmar <paramjit.parmar@ ...> > To: flexcod...@yahoogro ups.com > Sent: Wednesday, January 21, 2009 3:20:19 PM > Subject: [flexcoders] Flex calling Java/Apache Axis web service > > > Hi All, > I have a Java/Apache axis web service which sits on Linux box. I am > able to call this fine through a Flex .swf file on Windows. However > when I copythe same swf file to the Linux server I get the error posted > below. Bar the web service, the rest of the app works the same on both > platforms. Any pointers much appreciated. I am using Tomcat web server. > > [FaultEvent fault=[RPC Fault faultString= "Security error accessing url" > faultCode="Channel. Security. Error" faultDetail= "Destination: > DefaultHTTP" ] messageId="13005BD7 -59AB-B3DA- B850-F95031390FF 7" > type="fault" bubbles=false cancelable=true eventPhase=2] >

