XML Validation with no connection to the internet

Hi,
I'm trying to validate a ml instance document against a xml schema, using the javax.xml.validation.Validator.validate() method. This works fine as long as I have an internet connection, but not when I disconnect from the internet it fails.
I've detected, using a network sniffer, that this is due to the fact that the validation process tries to fetch the XMLSchema.dtd and datatypes.dtd from w3.org. Is there any way to avoid this by prestoring these somewhere? So that the internet connection is not needed?
I need to be able to do validation without a connection to the internet since the environment where my application is deployed does not have such a connection.
Ray

Hi Ray,
Were you able to resolve this issue? I am encountering a very similar problem where I am not connected to the internet and it fails during the newSchema method on javax.xml.validation.SchemaFactory. I have attempted to implement the suggestions of ExtremeGardener and vidyut with no luck.
Per ExtremeGardener's suggestion of replacing xmlns:xs="http://www.w3.org/2001/XMLSchema" with xmlns:xs="XMLSchema.xsd" and storing it locally, it gave me an error for trying to set the "xs" or "xsd" prefixes to anything other than "http://www.w3.org/2001/XMLSchema." I forget the exact error. I also tried to use my own prefix and it did not like that either.
Per vidyut's suggestion of using a catalog resolver, I believe that I have tried that too (if I understand correctly). I created an LSResourceResolver and tied it to the SchemaFactory. I can invoke it for a namespace but that did not resolve the issue because it only invokes the resolver on an import, include, or redefine. I believe that it is trying to reach the internet due to the xmlns:xs="http://www.w3.org/2001/XMLSchema" attribute within the top-level schema element in the XSD and I know of no way to invoke it for that.
I also created an ErrorHandler and tied it to the SchemaFactory. That shows me the errors and they are all related to the standard XML data types defined in XMLSchema.xsd. The errors that I am seeing are all of this form: "UndeclaredPrefix: Cannot resolve 'xs:string' as a QName: the prefix 'xs' is not declared."
I am currently using the SchemaFactory in Java 1.5, but I am thinking about trying the Xerces SchemaFactory since they are not exactly the same implementation.
Does anyone have any other suggestions? Any help you can provide would be greatly appreciated!
Thanks,
betzro1

Similar Messages

  • Problems With MacBook Connecting to the Internet

    This is quite an annoying little problem that I have. And apparently Tech Support can't help me and just said "good luck" and hung up on me. So here we go:
    I purchased a new MacBook about two weeks ago and it won't connect to my wireless at home. I can plug it into our cable box via an ethernet cable, but otherwise it refuses to work. My old laptop will connect to the wireless... and even my sister's new MacBook (we got them at the exact same time and they are the exact same thing) will connect to our wireless. I'm using a Linksys wireless router, and I have had other friends access my family's wireless through their Apple computers as well. My Airport reads that I'm connected to the router, but it can't find an Internet signal. I'm not really sure what route I should be taking now. Any suggestions would be greatly appreciated.
    Thanks!
    macbook   Mac OS X (10.4.10)  

    I seem to be having the same exact issue. I took my Macbook over to my dad's house and I can not connect to the internet. The computer is connected to the router wirelessly, everything seems fine but it will not connect to the internet. My sister has the same exact Macbook, and her computer connects to the internet just fine. I run the Apple Internet Diagnostics and after running it, I get a message that says that my internet seems to be working fine. I also have a problem with my computer restarting when I shut the lid. Very very frustrating!

  • XML validation with XSD, Cannot find the declaration of element 'rules'

    i am able to validate xml with XSD, from windows env, but same is not doing with linux, it is throwing error Cannot find the declaration of element 'rules'
    code here is
    validate(String aFilePath, String aSchemaFilePath)
    final String JAXP_SCHEMA_LANGUAGE = "http://java.sun.com/xml/jaxp/properties/schemaLanguage";
              final String W3C_XML_SCHEMA = "http://www.w3.org/2001/XMLSchema";
              final String JAXP_SCHEMA_SOURCE = "http://java.sun.com/xml/jaxp/properties/schemaSource";
    if(lSchemaFilePath == null){
    DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
    factory.setAttribute(JAXP_SCHEMA_LANGUAGE, W3C_XML_SCHEMA);
    factory.setAttribute(JAXP_SCHEMA_SOURCE, new File(aSchemaFilePath));
    factory.setNamespaceAware(true);
    factory.setValidating(true);
    DocumentBuilder builder = factory.newDocumentBuilder();
    mValidator = new ValidationHandler();
    builder.setErrorHandler(mValidator);
    lDocument = builder.parse(aFilePath);
    if(mValidator.mErrorExist){
              }Thanks
    vittal

    here's the sample gml file.
    <?xml version="1.0" encoding="UTF-8"?>
    <ksj:Dataset gml:id="C01_DataSet" xmlns:ksj="http://nlftp.mlit.go.jp/ksj/schemas/ksj-app" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://nlftp.mlit.go.jp/ksj/schemas/ksj-app AppSchema-C01-v1_0.xsd">
         <gml:description>CO1 description</gml:description>
         <gml:boundedBy>
              <gml:EnvelopeWithTimePeriod srsName="JGD2000 / (B, L)" frame="GC / JST">
                   <gml:lowerCorner>24.03 122.93</gml:lowerCorner>
                   <gml:upperCorner>45.52 145.82</gml:upperCorner>
                   <gml:beginPosition calendarEraName="Seireki">1965</gml:beginPosition>
                   <gml:endPosition calendarEraName="Seireki">1990</gml:endPosition>
              </gml:EnvelopeWithTimePeriod>
         </gml:boundedBy>
         <gml:Point gml:id="pt_1">          
              <gml:pos>24.33741667 123.73177778</gml:pos>
         </gml:Point>
         <gml:Point gml:id="pt_2">
              <gml:pos>24.33158333 124.10552778</gml:pos>
         </gml:Point>
         <gml:Point gml:id="pt_3">
              <gml:pos>26.28205556 127.73950000</gml:pos>
         </gml:Point>
         <gml:Point gml:id="pt_4">
              <gml:pos>26.23777778 127.96491667</gml:pos>
         </gml:Point>
         <ksj:Tide gml:id="fi_1">
              <ksj:position xlink:href="#pt_1"/>
              <ksj:springTideRange>13</ksj:springTideRange>
              <ksj:neapRange>5</ksj:neapRange>
              <ksj:averageHighTideInterval>69</ksj:averageHighTideInterval>
         </ksj:Tide>
         <ksj:TidalCurrent gml:id="fi_2">
              <ksj:position xlink:href="#pt_2"/>
              <ksj:risingTideCurrent>
                   <ksj:TidalCurrentInfo>
                        <ksj:currentDirection>14</ksj:currentDirection>
                        <ksj:currentSpeed>3</ksj:currentSpeed>
                   </ksj:TidalCurrentInfo>
              </ksj:risingTideCurrent>
              <ksj:fallingTideCurrent>
                   <ksj:TidalCurrentInfo>
                        <ksj:currentDirection>6</ksj:currentDirection>
                        <ksj:currentSpeed>3</ksj:currentSpeed>
                   </ksj:TidalCurrentInfo>
              </ksj:fallingTideCurrent>
         </ksj:TidalCurrent>
         <ksj:Marina gml:id="fi_3">
              <ksj:position xlink:href="#pt_3"/>
              <ksj:name>Marinafi3</ksj:name>
              <ksj:facilityCode>4703</ksj:facilityCode>
              <ksj:administrativeAreaCode codeSpace="AdministrativeAreaCode.xml">47205</ksj:administrativeAreaCode>
              <ksj:establishmentYear>
                   <gml:TimeInstant gml:id="ti_3">
                        <gml:timePosition>1987</gml:timePosition>
                   </gml:TimeInstant>
              </ksj:establishmentYear>
              <ksj:administratorClass>1</ksj:administratorClass>
              <ksj:numberOfKeptShips>
                   <ksj:NumberOfKeptShips>
                        <ksj:max>263</ksj:max>
                        <ksj:now>83</ksj:now>
                   </ksj:NumberOfKeptShips>
              </ksj:numberOfKeptShips>
              <ksj:frequencyOfSailing>900</ksj:frequencyOfSailing>
              <ksj:facilitiesAbove>facilitiesAbove1</ksj:facilitiesAbove>
              <ksj:facilitiesAbove>facilitiesAbove2</ksj:facilitiesAbove>
              <ksj:facilitiesAbove>facilitiesAbove3</ksj:facilitiesAbove>
              <ksj:facilitiesAbove>facilitiesAbove4</ksj:facilitiesAbove>
         </ksj:Marina>
         <ksj:MarinePhenomenonObservationFacilities gml:id="fi_4">
              <ksj:position xlink:href="#pt_4"/>
              <ksj:name>MarineName</ksj:name>
              <ksj:facilityCode>47001</ksj:facilityCode>
              <ksj:administrativeAreaCode codeSpace="AdministrativeAreaCode.xml">47323</ksj:administrativeAreaCode>
              <ksj:establishmentYear>
                   <gml:TimeInstant gml:id="ti_4">
                        <gml:timePosition>1983</gml:timePosition>
                   </gml:TimeInstant>
              </ksj:establishmentYear>
              <ksj:administratorClass>7</ksj:administratorClass>
              <ksj:observationItem>observationItem1</ksj:observationItem>
              <ksj:observationItem>observationItem2</ksj:observationItem>
              <ksj:observationItem>observationItem3</ksj:observationItem>
              <ksj:observationItem>observationItem4</ksj:observationItem>
              <ksj:observationItem>observationItem5</ksj:observationItem>
              <ksj:observationItem>observationItemOthers</ksj:observationItem>
         </ksj:MarinePhenomenonObservationFacilities>
    </ksj:Dataset>

  • My imac and ipad2 will not connect to the internet with Windstream using an 2wire DSL modem.

    Help my brand new imac and ipad2 will not connect to the internet with Windstream using an "2WIRE" DSL modem.  Windstream tech service is useless.  i can connect with the built in router through Ethernet or wireless, but still no connecting to internet, help!  windstream said everything is working on their end, yea right.  What i do know is that both the mac and ipad work at other places and can connect with wireless connected to the internet, so i know it's not the apple products. 
    these are brand new machines with lion.
    This is my first mac, so I’m still new to how it works, which is not helping either so a detailed help would be great.  Please help before my wife losses it
    thanks

    There is a 2701HG-B, and a 2701HG-D.  If not labelled on the modem, ask Windstream which one they presently supply or how to tell the difference.
    By the way tell your wife it isn't that bad.  At least you have an ethernet DSL modem.  There were times where DSL modems had RJ-11, USB, and Ethernet, and all three were used to provide access.  At least now only the craziest DSL providers still use those modems.

  • WRT 120N- Cannot connect to the internet with more than one PC at a time.

    Before I went on a three month vacation,I could connect 3 or 4 PC's either wireless or wired to my router with no problems at all.I have a desk top and a laptop computer which I use at home.After I returned,I found that I could connect to the internet with only one PC at a time.
    If I was say,connected via my laptop,my desk top would continuously keep getting disconnected and vice versa.I have been reading the suggestions from experts here and have done a few checks based on them.I also cannot get to my router page which is 192.168.1.1 I keep getting a message that says "Problem Loading Page" and this happens with both,Firefox and Internet Explorer.I am running Windows 7 - 32 bit on my desk top and Vista Home Premium on my laptop.
    I have opened the "Command Prompt" dialogue and pinged 192.168.1.1 and thereafter I typed in "ipconfig".These are the results:
    Microsoft Windows [Version 6.0.6002]
    Copyright (c) 2006 Microsoft Corporation.  All rights reserved.
    C:\Users\Gordon>ping 192.168.1.1
    Pinging 192.168.1.1 with 32 bytes of data:
    Reply from 192.168.1.1: bytes=32 time<1ms TTL=111
    Reply from 192.168.1.1: bytes=32 time<1ms TTL=111
    Reply from 192.168.1.1: bytes=32 time<1ms TTL=111
    Reply from 192.168.1.1: bytes=32 time<1ms TTL=111
    Ping statistics for 192.168.1.1:
        Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 0ms, Maximum = 0ms, Average = 0ms
    C:\Users\Gordon>ipconfig
    Windows IP Configuration
    PPP adapter Brownwolf:
       Connection-specific DNS Suffix  . :
       IPv4 Address. . . . . . . . . . . : 92.98.42.65
       Subnet Mask . . . . . . . . . . . : 255.255.255.255
       Default Gateway . . . . . . . . . : 0.0.0.0
    Ethernet adapter Local Area Connection* 22:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
    Wireless LAN adapter Wireless Network Connection:
       Connection-specific DNS Suffix  . :
       IPv6 Address. . . . . . . . . . . : 2002:5c62:2a41:c:35a2:8753:8832:f494
       Site-local IPv6 Address . . . . . : fec0::c:35a2:8753:8832:f494%2
       IPv6 Address. . . . . . . . . . . : 2002:5661:4cc9:c:35a2:8753:8832:f494
       Temporary IPv6 Address. . . . . . : 2002:5661:4cc9:c:a408:59a3:918e:f0ab
       Temporary IPv6 Address. . . . . . : 2002:5c62:2a41:c:a408:59a3:918e:f0ab
       Link-local IPv6 Address . . . . . : fe80::35a2:8753:8832:f494%12
       IPv4 Address. . . . . . . . . . . : 192.168.0.1
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Default Gateway . . . . . . . . . :
    Ethernet adapter Local Area Connection:
       Connection-specific DNS Suffix  . :
       IPv6 Address. . . . . . . . . . . : 2002:5c62:2a41:c:413:cf4f:77af:474d
       Site-local IPv6 Address . . . . . : fec0::c:413:cf4f:77af:474d%1
       IPv6 Address. . . . . . . . . . . : 2002:5661:4cc9:c:413:cf4f:77af:474d
       Temporary IPv6 Address. . . . . . : 2002:5661:4cc9:c:1591:ad9:13da:8fea
       Temporary IPv6 Address. . . . . . : 2002:5c62:2a41:c:1591:ad9:13da:8fea
       Link-local IPv6 Address . . . . . : fe80::413:cf4f:77af:474d%11
       IPv4 Address. . . . . . . . . . . : 192.168.1.100
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Default Gateway . . . . . . . . . : fe80::35a2:8753:8832:f494%11
                                           192.168.1.1
    Tunnel adapter Local Area Connection* 7:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
    Tunnel adapter Local Area Connection* 11:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
    Tunnel adapter Local Area Connection* 14:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
    Tunnel adapter Local Area Connection* 15:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
    Tunnel adapter Local Area Connection* 19:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
    Tunnel adapter Local Area Connection* 20:
       Connection-specific DNS Suffix  . :
       IPv6 Address. . . . . . . . . . . : 2002:5c62:2a41::5c62:2a41
       Default Gateway . . . . . . . . . : 2002:c058:6301::c058:6301
    Tunnel adapter Local Area Connection* 23:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
    Tunnel adapter Local Area Connection* 24:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
    Tunnel adapter Local Area Connection* 28:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
    I presume that this model is a modem **bleep** router as I do not have a separate modem with my system.I have a DSL connection and the firmware version of my router is ver.1.0.If I recall,I did upgrade to the next firmware upgrade a few months after I purchased the router but I am not sure.
    I use both my PC's to run a small business venture and I am worried that resetting the router may cause some other problems and will stop me from using the internet.
    The Command Prompt information above was taken from my laptop.
    Any help will be really appreciated.
    Gerard.
    Solved!
    Go to Solution.

    brownwolf66 wrote:
    No,I have a desk top and a laptop and I cannot access 192.168.1.1 on either of them.In my OP,I have used the Command Prompt dialogue on both computers to ping 192.168.1.1 and I have attached the results.This is what I got:
    Microsoft Windows [Version 6.0.6002]
    Copyright (c) 2006 Microsoft Corporation.  All rights reserved.
    C:\Users\Gordon>ping 192.168.1.1
    Pinging 192.168.1.1 with 32 bytes of data:
    Reply from 192.168.1.1: bytes=32 time<1ms TTL=111
    Reply from 192.168.1.1: bytes=32 time<1ms TTL=111
    Reply from 192.168.1.1: bytes=32 time<1ms TTL=111
    Reply from 192.168.1.1: bytes=32 time<1ms TTL=111
    Ping statistics for 192.168.1.1:
        Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 0ms, Maximum = 0ms, Average = 0ms
    The results I obtained using ipconfig in the command prompt have already been mentioned in my OP.
    I do not know if the above result is what it is supposed to be but I still cannot access my router's home page.How do I verify if there is a proxy server and if there is one,how do I disable it in my browsers?This problem occured suddenly as a few months earlier all was well.It's getting rather frustrating.
    I suggest resetting the router. Make sure firmware is updated. You can download it here - http://homesupport.cisco.com/en-us/support/routers/WRT120N. After firmware upgrade, reset and reconfigure. Just access the link below to guide you setting up the router.
    * Setting up a Linksys router for DSL Internet connection
    http://www6.nohold.net/Cisco2/ukp.aspx?vw=1&docid=20ee1457387f40178cd5f41d4b585db4_3687.xml&pid=80&r...
    * Setting up a Linksys router with Cable Internet service
    http://www6.nohold.net/Cisco2/ukp.aspx?vw=1&docid=0ff4c94586a345d082828ec2161aaecf_3686.xml&pid=80&r...

  • Can't connect to the internet with my iPod touch 4th gen.

    So I have an iPod touch 4th gen. and have been able to get wifi from my computer with no problem but now it's not working. When I choose the network I've always used I see the 3 lines on top of the screen that show when it's connected to the internet but when I try to open iTunes, the App Store, etc. it says, "cannot connect to iTunes" or whatever it is that I'm trying to open.
    I'm so frustrated! I already restarted both my iPod & laptop, connected then disconnected the modem, and resetted the network settings but it still doesn't work.
    When i open troubleshoot problems, it says that the wireless network connection doesn't have a valid IP configuration, sorry if I'm too stupid but what's an IP configuration? How can I fix this?
    Please help me!

    Does the iPod connect to other networks?
    Do other devices now connect? ( I thin yo are say no. In that case you have a router problem.  Try powering off and then back on the router. Next try changing the security on the router. Test it with no security. The reset ther router. Last, get a new router.)
    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on the router
    - Reset network settings: Settings>General>Reset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - iOS: Recommended settings for Wi-Fi routers and access points
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    - Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar

  • Can't connect to the internet in my home yet other devices can. I tried it in other Wifi places and it connects without a problem. My home Wifi is with Att uverse

    Can't connect to the internet in my home yet other devices can. I tried it in other wifi places and it connects without a problem. My home wifi is with ATT Uverse. I cheched the IP address on my laptop and its different than on my Ipod although it on the same network.

    Move off WEP to WPA or, preferably, to WPA2 (as recommended by Apple). WEP has been deprecated by the WiFi Alliance since 2004 as insecure (it can be cracked in seconds by any hacker).
    Note that each device on a network has a unique IP address but if your address starts with 169 then you did not get a valid IP address assigned to you by your router. If restarting the router did not cure the problem then you should check for a firmware update for your router.

  • Getting clamshell iBook to connect to the internet with BaseStation

    Hey all!
    I'm trying to get my iBook Clamshell to connect to the internet. I have FiOS and have connected the BaseStation via Ethernet to the LAN port. I have tried to configure the BaseStation both wireless and wired, but the AirPort Utility couldn't find it either time. Any help/suggestions would be appreciated. Thanks!
    Sarah
    P.S. Its the Snow (dual Ethernet port) BaseStation.

    "Finding" a Base Station for the first time with wireless is difficult.
    Make it less difficult by connecting via Ethernet cable (in the second port) to configure, then switch to wireless.
    OS9 Internet setup:
    Ideally, you would be hooking up by plugging the Ethernet cable into one port on a multi-port Wireless+Wired Router. If there are no cabling issues, the "connected" light should come on at the Router.
    The next step is to get a valid IP Address from the Router. When the Mac "wakes up" it self-assigns an Address like 169.254.xxx.yyy and stops there. To force it to Broadcast a request for a Router to assign it an Address in the same range as all the other active IP Addresses, you need to force some Internet Activity. 

Assuming that since you posted on the OS 9 forum, you are indeed using OS 9, this whole scenario can be monitored using the OS 9 TCP/IP Control Panel.

Open the TCP/IP Control Panel and check to make sure that the built-in Ethernet port is selected and that it is configured to get an Address using DHCP. All other fields can be left blank. You MUST close the Control Panel and save changes before anything will take effect.


    Then force some Internet Activity, by opening a browser window and entering a URL, or setting the Network Time, or checking Software Update.

 Then re-open the TCP/IP Control Panel and see what IP Address has been assigned.
    

case1) you have an IP Address in the range of all other IP Addresses on your local Network, differing only in the last digits. You are good to go.


    case2) you have a "self-assigned" Ethernet Address in the range 169.254.xxx.yyy. You have not been able to talk to the Router, so you should suspect cabling problems or port problems.


    case3) you have Address 0.0.0.0. You have not caused any Internet activity or your software is messed up.

Remember that you must close the Control Panel for any changes to take effect.

  • Web based RIA with no outward connection to the Internet

    Hi All.
    I'm just having an experiment at the moment, trying to get a development environment running on a Windows 7 64 bit box. It's actually going quite well - only a few hiccups along the way with mxmlc not liking JAVA_HOME to point at the JDK (which is fine under XP), but it does like it pointing at the JRE within the JDK.
    Once everything was up and running, I tried to test my application. It kind-of works, but is unable to load the themes. The themes are compiled from a CSS file using MXMLC, and result in a file called Theme.swf. This is loaded using the application styleManager.loadStyleDeclarations method.
    On my desktop machine, connected to the internet, this all works fine.
    On this test machine, which is not connected to the 'net, because it's a corporate build, the styles don't load. In the console, I see...
    [SWF] /ILM/index.swf - 6,575,011 bytes after decompression
    [SWF] /ILM/styles/Theme.swf - 165,925 bytes after decompression
    Error: Failed to load policy file from http://fpdownload.adobe.com/pub/swz/crossdomain.xml
    Warning: Failed to load policy file from http://fpdownload.adobe.com/crossdomain.xml
    *** Security Sandbox Violation ***
    Connection to http://fpdownload.adobe.com/pub/swz/tlf/1.0.0.595/textLayout_1.0.0.595.swz halted - not permitted from http://localhost:8080/ILM/styles/Theme.swf
    Error #2048: Security sandbox violation: http://localhost:8080/ILM/styles/Theme.swf cannot load data from http://fpdownload.adobe.com/pub/swz/tlf/1.0.0.595/textLayout_1.0.0.595.swz.
    Failed to load RSL http://fpdownload.adobe.com/pub/swz/tlf/1.0.0.595/textLayout_1.0.0.595.swz
    Failing over to RSL textLayout_1.0.0.595.swz
    Error: Request for resource at http://fpdownload.adobe.com/pub/swz/tlf/1.0.0.595/textLayout_1.0.0.595.swz by requestor from http://localhost:8080/ILM/styles/Theme.swf is denied due to lack of policy file permissions.
    Is it possible to either compile these swz files into the theme, or host them locally.
    Similarly, how do I put our own crossdomain file in so that it will be picked up by the app?
    The end app will be run within secure corporate environments, which we can't guarantee will have access to the 'net.
    Thanks in advance,
    Pete.

    This appears to be a Flex question Please try the Flex forums heres http://forums.adobe.com/community/flex/flex_general_discussion

  • Can I use apple TV on home network with time capsule or Airport Xtreme without being connected to the internet?

    I'm wondering if I can use Apple TV to play movies and slide shows on my TV, play music over my sound system and print from my devices (Iphone 4S, iPad and MacBook pro 2011) by using an Airport Xtreme or Time Capsule (to back up the devices) if those devices are not connected to the internet. Can anyone advise pls? Reason for this is that I work on a moving ship and don't have an internet connection to speak of for much of the time (and if I do it's a wireless system that I need to pay by the minute and that is too slow to support the Apple TV), but would all the same like to create a wireless environment where my devices can interact with each other. I seem to get conficting info and a rep at the apple store in Honolulu told me that you cannot use Airport Xtreme or Time Capsule without an internet connection (it was busy, he may have misunderstood my question).
    Looking forward to your input.

    Don't try to home share it.. as that is dependent on using Apple ID.
    Just airplay to the ATV.. iTunes: Using AirPlay
    The movie should play exactly as your doing music.. but get rid of the whole home share if that is causing issues.. there is no mention of needing home share in the above..
    If you still have issues you might need to do it other ways.. like export the movie from itunes.. and play it using vlc which should allow you to stream it to the apple TV using airplay.
    That is a bit tricky and I have not used that setup but it should work.
    http://apple.stackexchange.com/questions/23412/can-i-stream-any-video-played-wit h-vlc-player-to-apple-tv
    If you have a hunt around you should find it fairly easy to do.. but straight airplay should work.. there is a very recent update to ATV which might help it with airplay.

  • Issue in connecting to the internet wireless with my Linksys

    OK. Here's the deal. I am entirely frustrated and also over my head trying to solve this on my own as I have no idea what I'm doing.
    I have a Mac Powerbook, OS X (3.9). I have always connected to the internet wirelessly through my Linksys router (Wireless B Access Point, Model Wap 11).
    I have recently moved and now use Comcast for my internet. When they installed my internet, I had not yet unpacked my wireless router, so I was set up to be connected via the actual cable plugged in. Now that the router is all set up, I cannot for the life of me get my wireless to work. Currently, I can use the internet wirelessly in other homes/school no problem. In those cases, I don't do anything, I just turn on my computer and it connects automatically. But for some reason in my apartment I cannot make it work.
    I *think* the problem lies somewhere in the IP address area? If I look at my Airport settings and go to the TCP/IP tab, there is no information contained on the screen. Meaning, in the area where it says IP Address, Subnet Mask and Router, there is NO data listed, just gray empty space. The same goes for the DNS Servers and Search Domains areas, but at least in that case there is a white box to input text.
    I can choose the "Configure IPv4 Using DHCP Manually" and that will let me input numbers, but I have no idea if I should even be playing around with this.
    Also, perplexing me even more, is the fact that I can choose my Linksys internet connection through the Airport screen, and when I have selected it, I show full bars. But I can't actually connect.
    Silly me, I attempted to call Comcast for help with the issue, but they say that as long as I can connect to the internet in any way (plugged in) then they do not care that I can't connect wirelessly.
    I miss checking my email in bed...someone please help!!!
    Thanks a million in advance for any and all help.
    -kt

    Are u talking about routers username , password? Well there is one routers username ,password (default is "admin") and the other is your cable ISP username , password (on the routers webpage). I am talking about the latter. If nothing works, try resetting your router ... You will have to configure it again (doesnt take much time if you know it).

  • TS1398 How do I connect to the internet with my iphone when away from home

    I have an iphone 3GS which was fine , was able to connect to the internet away from home when at uni, at appointments. Since software update to IOS 6.0, can now only connect to internet wirelessly when at home-as soon as leave the house it disconnects. Is this just because of the software update? Have tried adjusting settings but got nowhere. Thank you

    When your wifi is off.  Do you see your carrier name at the top left with either 3G/4G.  If not you can try a reset, hold down the home/power button until you see the apple logo and then release, then wait for the phone to boot back up.
    or settings - cellular - cellular data - ON
    if those two suggestion doesn't help then you will need to contact your phone carrier to resolve the issue.

  • How do I connect to the internet with the "Manual" PPPoE option?

    Hi,
    I have a Time Capsule and a PC with Windows XP SP3, Airport utility 5.3.2
    I connect to the ISP using a secureID - a password that changes every minute.
    This means that if I use the "Always On" option, then once the connection breaks the time capsule will retry with an invalid password and lock me out.
    I therefore tried the "Manual" option, but there is no "CONNECT" button associated with it. When I choose "Always On", the time capsule connects to the internet. When I choose "Manual" the time capsule has a happy green light, but I don't have internet.
    Did somebody forget to put a "connect" button somewhere, or is it just hiding?
    Any help appreciated.
    Thanks,
    Omri

    Ethernet cable from your router, or configure wifi in Settings.

  • How do I connect to the internet with Airport for the first time?

    I just got my Airport express and I've been trying to configure it to connect to the internet but it doesn't work and I can't find info on the configurations. I have an ethernet "modem" which I used to connect the cable coming from it to the computer and now I connect it to my Airport. Although the green light is on and in network preferences, it tells me I'm connected to the internet, I can't browse the internet with Safari, etc. I've been trying to find information on how to configure the base station in Airport Admin Utility but there is no specific information. Is there anyone who could help me telling me how to set up the IP adress, if I need one, DHCP, preferences in Airport Admin Utility?? If the ethernet cable is connected to the computer directly I don't need a user ID or anything... It's all setup automatically.

    As a minimum, in order to gain access to the Internet with an AirPort Express base station, you will need an Internet Service Provider (ISP) AND an Internet modem or gateway device.
    What is the make & model of the Internet modem or gateway device that you have the AirPort Express directly connected to by Ethernet? What exact model of Express do you have?

  • How do I connect to the internet with my new IPAD ?

    How do I connect to the internet with myt new Ipad

    See here for connecting to the Internet:
    http://support.apple.com/kb/HT1695
    If you have any problems there is troubleshooting advice here: http://www.apple.com/support/ipad/wifi/

Maybe you are looking for

  • Infinity home hub 5 dropping

    For about 2 weeks now my infinity home hub 5 keeps resetting itself. This is getting progressively worse. I'm at the stage now where it's happening every couple of minutes.

  • Problem in runing program help me please

    hello friends i m new user of java i have installed java on my system i set the path of java in environmenet varaibale by copying from program files C:\Program Files\Java\jdk1.6.0_07\bin and paste it followed by semi colons when i run my program in c

  • Examples of Z reports?

    Hello All, Can anybody provide any examples of Z reports that they have created in their past exp? FI or FI-MM? I need to know the scenario under which the report had to be prepared (meaning why did you take a step of going for the z report as agains

  • ISync + Nokia 6300 problem

    This problem appeared literally overnight and has me completely stumped. iSync has stopped syncing (or my Nokia 6300 has stopped sending) current- and future-month events to iCal. I have synced a number of times, tried removing the phone from the iSy

  • Mac pro 2006 won't boot after lion install

    hi, under 10.6.8 everything worked fine.  All adapters and peripherals were functional. After a normal looking lion install my mac pro 2006 will not make it past the boot screen (Grey Apple logo with spinning wheel).  After a while the spinning wheel