Error # 1090

Hi,
I'm new to Flex. Running into a problem to bring back query
results saved as
xml to Flex, the odd thing is, when I tested the same output
to xml (save it to an xml file),
I find it a valid XML file, then why Flex complained about
#1090 -- "1090 XML
parser failure: element is malformed." From Flex end using
HTTPService
call/class. It gets very frustrated!
What could be its culprit?
Thanks.

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="
http://www.adobe.com/2006/mxml"
xmlns="*" layout="absolute"
creationComplete="customerRequest.send()">
<!-- first define datasource: ms sql server 2000 -
northwind db and what data to return -->
<mx:HTTPService id="customerRequest" url="
http://127.0.0.1:8501/flexApp/getCustomer.cfm"
useProxy="false" method="POST">
<mx:request xmlns="">
<companyname>{companyname.text}</companyname>
<city>{city.text}</city>
</mx:request>
</mx:HTTPService>
<!-- define page/form format, data capture layout -->
<mx:Form x="22" y="10" width="493">
<mx:HBox>
<mx:Label text="Customer Name"/>
<mx:TextInput id="companyname"/>
</mx:HBox>
<mx:HBox>
<mx:Label text="City"/>
<mx:TextInput id="city"/>
</mx:HBox>
<mx:Button label="Submit"
click="customerRequest.send()"/>
</mx:Form>
<!-- display current datasets of "customers" -->
<mx:DataGrid id="dgCustomerRequest" x="22" y="128"
dataProvider="{customerRequest.lastResult.customers.customer}">
<mx:columns>
<mx:DataGridColumn headerText="Customer ID"
dataField="customerid"/>
<mx:DataGridColumn headerText="Customer Name"
dataField="companyname"/>
</mx:columns>
</mx:DataGrid>
<mx:TextInput x="22" y="292" id="selectedCusCity"
text="{dgCustomerRequest.selectedItem.city}"/>
</mx:Application>
backend cf query is simple (getCustomer.cfm):
<cfquery name="getCustomers"
datasource="myNorthwindDB">
SELECT top 2 customerid, companyname, city
FROM customers
</cfquery>
<cfxml variable="customerXML">
<customers>
<cfloop query="getCustomers">
<cfoutput>
<customer>
<customerid>#toString(customerid)#</customerid>
<companyname>#companyname#</companyname>
<city>#city#</city>
</customer>
</cfoutput>
</cfloop>
</customers>
</cfxml>
<cfoutput>#customerXML#</cfoutput>
debugging:
warning: unable to bind to property 'customer' on class
'String' (class is not an IEventDispatcher)
sample data:
<customer>
<customerid>ABCD </customerid>
<companyname>DataWeb</companyname>
<city>Roanoke</city>
</customer>
<customer>
<customerid>ALFKI</customerid>
<companyname>Alfreds Futterkiste</companyname>
<city>Berlin</city>
</customer>
Many thanks.

Similar Messages

  • Error in Parsing XML using fx:XML/ [Error- 1090: XML parser failure: element is malformed]

    Hi All,
    I am getting error while loading XML in <fx:XML> tag.
    Error:
    TypeError: Error #1090: XML parser failure: element is malformed.
    MXML Code:
    <fx:Declarations>
    <fx:XML id="xmlSource2" source="sample.xml"/>
    </fx:Declarations>
    Sample XML Used: (sample.xml)
    <?xml version="1.0" encoding="UTF-8"?>
    <File>
        <Chemical id="000035676" displayFormula="C39-H45-N2-O6"
            displayName="Dimethyltubocurarine">
            <NameList>
                <NameOfSubstance>
                    Dimethyltubocurarine
                    <SourceList>
                        <Source>MESH</Source>
                    </SourceList>
                </NameOfSubstance>
                <SystematicName>
                    Tubocuraranium, 6,6',7',12'-tetramethoxy-2,2',2'-trimethyl-
                    <SourceList>
                        <Source>NLM</Source>
                    </SourceList>
                </SystematicName>
                <Synonyms>
                    Dimethyltubocurarine
                    <SourceList>
                        <Source>NLM</Source>
                    </SourceList>
                </Synonyms>
                <Synonyms>
                    Dimethyltubocurarinium
                    <SourceList>
                        <Source>NLM</Source>
                    </SourceList>
                </Synonyms>
                <Synonyms>
                    Methyltubocurarinum
                    <SourceList>
                        <Source>NLM</Source>
                    </SourceList>
                </Synonyms>
            </NameList>
            <NumberList>
                <CASRegistryNumber>
                    35-67-6
                    <SourceList></SourceList>
                </CASRegistryNumber>
                <RelatedRegistryNumber>
                    518-26-3 (iodide.hydriodide)
                    <SourceList>
                        <Source>MESH</Source>
                    </SourceList>
                </RelatedRegistryNumber>
            </NumberList>
            <ClassificationList>
                <ClassificationCode>
                    Neuromuscular nondepolarizing agents
                    <SourceList>
                        <Source>MESH</Source>
                    </SourceList>
                </ClassificationCode>
            </ClassificationList>
            <FormulaList>
                <MolecularFormula>
                    C39-H45-N2-O6
                    <SourceList>
                        <Source>NLM</Source>
                    </SourceList>
                </MolecularFormula>
            </FormulaList>
            <FormulaFragmentList></FormulaFragmentList>
            <NoteList></NoteList>
            <LocatorList>
                <FileLocator
                    url="http://cnetdb.nci.nih.gov/cgi-bin/srchcgi.exe?DBID=****3&SFMT=****_basic%2F10%2F0%2F0&TYPE=search&SRCHFORM=passthru%3D%Asrchform%3ASRCH%3A&FIELD_001=[CAS]35-67-6&#38;GoButton=Search&#38;FIELD_001_CTL=EXPR&#38;FIELD_908=&#38;FIELD908_CTL=HASABSTRACT&#38;FIELD_903=&#38;FIELD_903_CTL=YEARFORE&#38;DOCPAGE=10">CANCERLIT</FileLocator>
                <FileLocator
                    url="http://toxnet.nlm.nih.gov/cgi-bin/sis/search/r?dbs+toxline:@and+@term+@rn+35-67-6+@term+@org+DART">DART/ETIC</FileLocator>
                <FileLocator
                    url="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=search&db=PubMed&term=35-67-6[ECNO]+OR+&#34;~&#34;[MH]">MEDLINE</FileLocator>
                <FileLocator
                    url="http://www.nlm.nih.gov/cgi/mesh/2K/MB_cgi?term=35-67-6&rn=1">MESH</FileLocator>
                <FileLocator
                    url="http://toxnet.nlm.nih.gov/cgi-bin/sis/search/r?dbs+toxline:@term+@rn+35-67-6+@OR+@mh+""">TOXLINE</FileLocator>
            </LocatorList>
        </Chemical>
    </File>
    Also, when I am using HttpService to load same XML I am getting no such error!!
    <s:HTTPService id="employeeService"
                           url="sample.xml"
                           result="employeeService_resultHandler(event)"
                           fault="employeeService_faultHandler(event)"/>
    Please help!!
    Thanks.
    Abhinav

    I think url in XML is creating problem here.
    <FileLocator
                    url="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=search&db=PubMed&term=23-95-0[ECNO]+OR+&#34;~&#34;[MH]">MEDLINE</FileLocator>
    Is there any way to parse this XML using <fx:XML/> ??
    Thanks.

  • Error #1095 and Error #1090

    I am using Flash player 14.0.0.125 with IE 8. I am constantly getting Error #1095 and Error #1090 when access any report that require flash to load.
    My co-worker's system has the same build as mine and she is not these messages.
    Has anyone experience this issue before and were able to successfully resolve them?

    I am using Flash player 14.0.0.125 with IE 8. I am constantly getting Error #1095 and Error #1090 when access any report that require flash to load.
    My co-worker's system has the same build as mine and she is not these messages.
    Has anyone experience this issue before and were able to successfully resolve them?

  • Why am I getting an Error #1090 xml parser error in IE only?

    Hi,
    I've got a Flex 3 website and I'm setting up an OpenX adServer. Everything works fine if I view my site in Firefox or Safari. The ads are served. But, if I view the site using Internet Explorer, I get error #1090, which is an xml parser error.
    I haven't posted any code as it is long. But, has anyone run into a similar problem, where the error #1090 only occurred in IE? Any general ideas as to why this would happen? Any suggestions or possible fixes?
    Thank you.
    -Laxmidi

    Hi Gregor,
    Thank you for the message.
    I've set-up OpenX on my production server only. I don't have OpenX running on my localhost. (So, if I ran it in Flash 9 debug version on my localhost, it is possible that I could get an error then, as well).
    When I view the production site in a standard IE8 browser, running the usual Flash 9, I get the error. If I view the production site in another browser (Safari or Firefox) I don't get the error. It's weird that the other browsers, don't have a problem.
    -Chris

  • Error handling in generated stubs

    Hello,
    I've been playing around with Flex Builder 3 and WS and I am
    puzzled by how one can handle generic SOAP error messages (i.e. not
    the service faults, but connection errors, message parsing related
    errors, etc.).
    Here is what I try:
    1 Generate service stubs out of an existing WSDL using Flex
    Builder
    2 Create a dead simple Flex app that makes a WS call via
    stubs
    3 Trying to call an unreliable WS, and I get Flash popup
    with the stack trace:
    quote:
    TypeError: Error #1090: XML parser failure: element is
    malformed.
    at
    mx.rpc.soap::SOAPDecoder/decodeResponse()[E:\dev\3.1.0\frameworks\projects\rpc\src\mx\rpc \soap\SOAPDecoder.as:234]
    at com.ws::BaseLookupService/processResult()[C:\Documents
    and Settings\ws\My Documents\Flex Builder
    3\FlexClient\services\lookup\com\ws\BaseLookupService.as:237]
    at
    mx.rpc::AsyncResponder/result()[E:\dev\3.1.0\frameworks\projects\rpc\src\mx\rpc\AsyncResp onder.as:84]
    at
    mx.rpc::AsyncRequest/acknowledge()[E:\dev\3.1.0\frameworks\projects\rpc\src\mx\rpc\AsyncR equest.as:74]
    at
    DirectHTTPMessageResponder/completeHandler()[E:\dev\3.1.0\frameworks\projects\rpc\src\mx\ messaging\channels\DirectHTTPChannel.as:381]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at flash.net::URLLoader/onComplete()
    It looks like neither registering fault handler nor adding
    event listener to the AsyncToken catches this error.
    Does anyone know if I should I be modifying the generated
    stubs to catch this kind of errors or there is a more elegant
    approach to fix this? Thanks.

    Hello,
    I've been playing around with Flex Builder 3 and WS and I am
    puzzled by how one can handle generic SOAP error messages (i.e. not
    the service faults, but connection errors, message parsing related
    errors, etc.).
    Here is what I try:
    1 Generate service stubs out of an existing WSDL using Flex
    Builder
    2 Create a dead simple Flex app that makes a WS call via
    stubs
    3 Trying to call an unreliable WS, and I get Flash popup
    with the stack trace:
    quote:
    TypeError: Error #1090: XML parser failure: element is
    malformed.
    at
    mx.rpc.soap::SOAPDecoder/decodeResponse()[E:\dev\3.1.0\frameworks\projects\rpc\src\mx\rpc \soap\SOAPDecoder.as:234]
    at com.ws::BaseLookupService/processResult()[C:\Documents
    and Settings\ws\My Documents\Flex Builder
    3\FlexClient\services\lookup\com\ws\BaseLookupService.as:237]
    at
    mx.rpc::AsyncResponder/result()[E:\dev\3.1.0\frameworks\projects\rpc\src\mx\rpc\AsyncResp onder.as:84]
    at
    mx.rpc::AsyncRequest/acknowledge()[E:\dev\3.1.0\frameworks\projects\rpc\src\mx\rpc\AsyncR equest.as:74]
    at
    DirectHTTPMessageResponder/completeHandler()[E:\dev\3.1.0\frameworks\projects\rpc\src\mx\ messaging\channels\DirectHTTPChannel.as:381]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at flash.net::URLLoader/onComplete()
    It looks like neither registering fault handler nor adding
    event listener to the AsyncToken catches this error.
    Does anyone know if I should I be modifying the generated
    stubs to catch this kind of errors or there is a more elegant
    approach to fix this? Thanks.

  • Sidecar.xml not uploading 'an error has occurred while loading sidecar.xml. Sidecar.xml is invald'

    Hi all,
    If anyone could throw some light as to why im receiving this error it would be hugely appreciated
      'an error has occurred while loading sidecar.xml.
         Sidecar.xml is invalid. Error #1090'
    i've used this method for filling in all the fidly bits and ordering the folios for about a year now and never had any issues with it..  until i was about to publish our issue yesterday.... and of course a problem had to crop up..
    I did update to the latest mandatory folio builder version, i wonder if this is the problem?
    i have tried all the seeminly obvious solutions, logging in an out of the folio builder, resaving teh .xml file , restarting the computer. swearing.. none of them worked.. :S
    Anyways thanks in advance

    For the benefit of others searching for on this issue in the future, the problem was with the sidecar.xml document. One of the tags elements had an extra "<" in it, which resulted in the XML being malformed.
    Neil

  • Error when trying to use Squiggly in AIR

    Hi,
    I am trying to use Squiggly in an Adobe AIR application but keep getting this error:
    TypeError: Error #1090: XML parser failure: element is malformed.
        at com.adobe.linguistics.spelling::SpellUI/loadConfigComplete()[C:\p4_garuda1890_ugoyal-xp\e sg\squiggly\main\AdobeSpellingUI\src\com\adobe\linguistics\spelling\SpellUI.as:449]
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at flash.net::URLLoader/onComplete()
    I included the basic AdobeSpellingConfig.xml in the src folder. The file content is:
    <?xml version="1.0" encoding='UTF-8'?>
    <SpellingConfig>
      <LanguageResource language="English" languageCode="en_US" ruleFile="dictionaries/en_US/en_US.aff" dictionaryFile="dictionaries/en_US/en_US.dic"/>
    </SpellingConfig>
    It seems that the error above is thrown regardless to the actual location of the xml file.
    Any idea is mostly appreciated.
    Thanks,
    Eilon

    Hi,
    Check this code..This is working fine for me..Use the same method.
    data: t_mara type standard table of mara.
    data: s_mara type mara.
    select * up to 10 rows
           from mara
           into table t_mara.
    loop at t_mara into s_mara.
      write: / s_mara-matnr.
      hide s_mara-matnr.
    endloop.
    at line-selection.
    write: / s_mara-matnr.
    Thanks,
    Naren

  • ActionScript Error

    I have been using Kuler with no problems for a while now but
    it the middle of using it today every page I load produces a pop-up
    window telling me;
    Adobe Flash Player 9
    An ActionScript error has occured;
    TypeError: Error #1090: XML parser failure: element is
    malformed.
    at adobe.kuler::Browse/::onGetThemes()
    at
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at flash.net::URLLoader/flash.net:URLLoader::onComplete()
    Im using Vista, running Firefox 2.0.0.4
    Anyone have any ideas why this is happening or if I can fix
    it?
    Thanks

    TypeError: Error #1090: XML parser failure: element is
    malformed.
    at adobe.kuler::Search/::onGetSearch()
    at
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at flash.net::URLLoader/flash.net:URLLoader::onComplete()
    It'd be kinda nice to hear what's happening on the back end
    that makes this problem persistent.

  • Odd XML folder reading error.

    I'm working on an application right now which sort of works like a gallery. Anyway, that's mostly besides the point.
    I've encountered a problem which has me puzzled, and it involves the HTTPService call. I've made the url dynamic, in that the person can change url="(This right here)" according to the supplied strings in the menu. I was having this error right here:
    "Error #1090: XML parser failure: element is malformed." faultCode="Client.CouldNotDecode" faultDetail="null"
    The file is located in the "src" folder, and the url is "bob/blue.xml"
    I'm aware of what this error could mean, such as what it's finding isn't XML. At first I thought there was a problem with my code, but after going changing the location from bob/blue.xml to a folder higher where the link could simple read as "blue.xml" it worked just fine. This has me a little baffled. Am I not suppose to type "foldername"/"filename".xml for XML files? If not, then what do I type exactly?
    The help is appreciated. I hope this makes sense. I need the XML to be located within a file, but I get that error if I put it inside of the file.

    Originally Posted by beelsr
    anything special about this folder? rights of users to it, attributes of the folder, quotas, IRF/IRMs, etc?
    Nope. If I had to pick something, it is nested a bit deeply in the filesystem, though I've made the owning user aware of the ever-persistent Windows MAX_PATH bug (can't exceed 254 chars in a directory path). There's other folders on the same level as it that access just fine, except this one. I suggested the owner delete and re-create its contents, but they're incredibly hesitant about such an action.
    It'll work fine from in the office on a computer running the Novell Client, and in the web browser version of NetStorage. Just not when using Web Folders mode.
    --jkinard

  • Oracle 10g - Not Shutting Down in Vista Home Premium.

    Hello Guys.
    I installed Oracle 10gR2 successfully on Vista Home Premium.. I can even make a table which logging as a Sysdba .. but when i want to Shutdown the database, it doesn't shutdown .
    I re-installed Oracle 10gR2 thrice and create/delete database more than 10 times .. Still No luck ..
    Here is the alert_log
    Dump file e:\oracle\admin\test\bdump\alert_test.log
    Fri Jul 04 21:50:58 2008
    ORACLE V10.2.0.3.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows NT Version V6.0
    CPU : 2 - type 586, 2 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:882M/2045M, Ph+PgF:2950M/4313M, VA:1927M/2047M
    Fri Jul 04 21:50:59 2008
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Shared memory segment for instance monitoring created
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.3.0.
    System parameters with non-default values:
    processes = 150
    sga_target = 612368384
    control_files = E:\ORACLE\ORADATA\TEST\CONTROL01.CTL, E:\ORACLE\ORADATA\TEST\CONTROL02.CTL, E:\ORACLE\ORADATA\TEST\CONTROL03.CTL
    db_block_size = 8192
    compatible = 10.2.0.3.0
    db_file_multiblock_read_count= 16
    db_recovery_file_dest = E:\oracle\flash_recovery_area
    db_recovery_file_dest_size= 2147483648
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    remote_login_passwordfile= EXCLUSIVE
    db_domain =
    dispatchers = (PROTOCOL=TCP) (SERVICE=testXDB)
    job_queue_processes = 10
    audit_file_dest = E:\ORACLE\ADMIN\TEST\ADUMP
    background_dump_dest = E:\ORACLE\ADMIN\TEST\BDUMP
    user_dump_dest = E:\ORACLE\ADMIN\TEST\UDUMP
    core_dump_dest = E:\ORACLE\ADMIN\TEST\CDUMP
    db_name = test
    open_cursors = 300
    pga_aggregate_target = 203423744
    PMON started with pid=2, OS id=5216
    PSP0 started with pid=3, OS id=1776
    MMAN started with pid=4, OS id=6120
    DBW0 started with pid=5, OS id=1236
    LGWR started with pid=6, OS id=4388
    CKPT started with pid=7, OS id=4444
    SMON started with pid=8, OS id=1232
    RECO started with pid=9, OS id=5728
    CJQ0 started with pid=10, OS id=5104
    MMON started with pid=11, OS id=1960
    Fri Jul 04 21:51:02 2008
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    MMNL started with pid=12, OS id=1340
    Fri Jul 04 21:51:02 2008
    starting up 1 shared server(s) ...
    Fri Jul 04 21:51:07 2008
    The input backup piece E:\ORACLE\ORA102\ASSISTANTS\DBCA\TEMPLATES\SEED_DATABASE.DFB is in compressed format.
    Fri Jul 04 21:51:39 2008
    Full restore complete of datafile 4 to datafile copy E:\ORACLE\ORADATA\TEST\USERS01.DBF. Elapsed time: 0:00:02
    checkpoint is 521802
    Full restore complete of datafile 2 to datafile copy E:\ORACLE\ORADATA\TEST\UNDOTBS01.DBF. Elapsed time: 0:00:02
    checkpoint is 521802
    Fri Jul 04 21:52:06 2008
    Full restore complete of datafile 3 to datafile copy E:\ORACLE\ORADATA\TEST\SYSAUX01.DBF. Elapsed time: 0:00:30
    checkpoint is 521802
    last deallocation scn is 521589
    Fri Jul 04 21:52:21 2008
    Full restore complete of datafile 1 to datafile copy E:\ORACLE\ORADATA\TEST\SYSTEM01.DBF. Elapsed time: 0:00:55
    checkpoint is 521802
    last deallocation scn is 515202
    Fri Jul 04 21:52:22 2008
    Create controlfile reuse set database "test"
    MAXINSTANCES 8
    MAXLOGHISTORY 1
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    Datafile
    'E:\oracle\oradata\test\SYSTEM01.DBF',
    'E:\oracle\oradata\test\UNDOTBS01.DBF',
    'E:\oracle\oradata\test\SYSAUX01.DBF',
    'E:\oracle\oradata\test\USERS01.DBF'
    LOGFILE GROUP 1 ('E:\oracle\oradata\test\redo01.log') SIZE 51200K,
    GROUP 2 ('E:\oracle\oradata\test\redo02.log') SIZE 51200K,
    GROUP 3 ('E:\oracle\oradata\test\redo03.log') SIZE 51200K RESETLOGS
    WARNING: Default Temporary Tablespace not specified in CREATE DATABASE command
    Default Temporary Tablespace will be necessary for a locally managed database in future release
    Setting recovery target incarnation to 1
    Fri Jul 04 21:52:25 2008
    Successful mount of redo thread 1, with mount id 1957322646
    Fri Jul 04 21:52:25 2008
    Completed: Create controlfile reuse set database "test"
    MAXINSTANCES 8
    MAXLOGHISTORY 1
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    Datafile
    'E:\oracle\oradata\test\SYSTEM01.DBF',
    'E:\oracle\oradata\test\UNDOTBS01.DBF',
    'E:\oracle\oradata\test\SYSAUX01.DBF',
    'E:\oracle\oradata\test\USERS01.DBF'
    LOGFILE GROUP 1 ('E:\oracle\oradata\test\redo01.log') SIZE 51200K,
    GROUP 2 ('E:\oracle\oradata\test\redo02.log') SIZE 51200K,
    GROUP 3 ('E:\oracle\oradata\test\redo03.log') SIZE 51200K RESETLOGS
    Shutting down instance: further logons disabled
    Fri Jul 04 21:52:26 2008
    Stopping background process MMNL
    Fri Jul 04 21:52:27 2008
    Stopping background process CJQ0
    Fri Jul 04 21:52:27 2008
    Stopping background process MMON
    Fri Jul 04 21:52:28 2008
    Shutting down instance (immediate)
    License high water mark = 1
    Fri Jul 04 21:52:28 2008
    Stopping Job queue slave processes
    Fri Jul 04 21:52:28 2008
    Job queue slave processes stopped
    Waiting for dispatcher 'D000' to shutdown
    All dispatchers and shared servers shutdown
    Fri Jul 04 21:52:30 2008
    ALTER DATABASE CLOSE NORMAL
    ORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...
    Fri Jul 04 21:52:30 2008
    ALTER DATABASE DISMOUNT
    Completed: ALTER DATABASE DISMOUNT
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Fri Jul 04 21:52:33 2008
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.3.0.
    System parameters with non-default values:
    processes = 150
    sga_target = 612368384
    control_files = E:\ORACLE\ORADATA\TEST\CONTROL01.CTL, E:\ORACLE\ORADATA\TEST\CONTROL02.CTL, E:\ORACLE\ORADATA\TEST\CONTROL03.CTL
    db_block_size = 8192
    compatible = 10.2.0.3.0
    db_file_multiblock_read_count= 16
    db_recovery_file_dest = E:\oracle\flash_recovery_area
    db_recovery_file_dest_size= 2147483648
    norecovery_through_resetlogs= TRUE
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    remote_login_passwordfile= EXCLUSIVE
    db_domain =
    dispatchers = (PROTOCOL=TCP) (SERVICE=testXDB)
    audit_file_dest = E:\ORACLE\ADMIN\TEST\ADUMP
    background_dump_dest = E:\ORACLE\ADMIN\TEST\BDUMP
    user_dump_dest = E:\ORACLE\ADMIN\TEST\UDUMP
    core_dump_dest = E:\ORACLE\ADMIN\TEST\CDUMP
    db_name = test
    open_cursors = 300
    pga_aggregate_target = 203423744
    PMON started with pid=2, OS id=2196
    PSP0 started with pid=3, OS id=2628
    MMAN started with pid=4, OS id=4080
    DBW0 started with pid=5, OS id=4544
    LGWR started with pid=6, OS id=5296
    CKPT started with pid=7, OS id=4660
    SMON started with pid=8, OS id=5180
    RECO started with pid=9, OS id=5600
    MMON started with pid=10, OS id=4620
    MMNL started with pid=11, OS id=3788
    Fri Jul 04 21:52:33 2008
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 1 shared server(s) ...
    Fri Jul 04 21:52:34 2008
    Create controlfile reuse set database "test"
    MAXINSTANCES 8
    MAXLOGHISTORY 1
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    Datafile
    'E:\oracle\oradata\test\SYSTEM01.DBF',
    'E:\oracle\oradata\test\UNDOTBS01.DBF',
    'E:\oracle\oradata\test\SYSAUX01.DBF',
    'E:\oracle\oradata\test\USERS01.DBF'
    LOGFILE GROUP 1 ('E:\oracle\oradata\test\redo01.log') SIZE 51200K,
    GROUP 2 ('E:\oracle\oradata\test\redo02.log') SIZE 51200K,
    GROUP 3 ('E:\oracle\oradata\test\redo03.log') SIZE 51200K RESETLOGS
    Fri Jul 04 21:52:34 2008
    WARNING: Default Temporary Tablespace not specified in CREATE DATABASE command
    Default Temporary Tablespace will be necessary for a locally managed database in future release
    Setting recovery target incarnation to 1
    Fri Jul 04 21:52:38 2008
    Successful mount of redo thread 1, with mount id 1957335970
    Fri Jul 04 21:52:38 2008
    Completed: Create controlfile reuse set database "test"
    MAXINSTANCES 8
    MAXLOGHISTORY 1
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    Datafile
    'E:\oracle\oradata\test\SYSTEM01.DBF',
    'E:\oracle\oradata\test\UNDOTBS01.DBF',
    'E:\oracle\oradata\test\SYSAUX01.DBF',
    'E:\oracle\oradata\test\USERS01.DBF'
    LOGFILE GROUP 1 ('E:\oracle\oradata\test\redo01.log') SIZE 51200K,
    GROUP 2 ('E:\oracle\oradata\test\redo02.log') SIZE 51200K,
    GROUP 3 ('E:\oracle\oradata\test\redo03.log') SIZE 51200K RESETLOGS
    Fri Jul 04 21:52:38 2008
    Stopping background process MMNL
    Fri Jul 04 21:52:39 2008
    Stopping background process MMON
    Starting background process MMON
    Starting background process MMNL
    MMON started with pid=10, OS id=5824
    MMNL started with pid=11, OS id=5472
    Fri Jul 04 21:52:40 2008
    ALTER SYSTEM enable restricted session;
    Fri Jul 04 21:52:40 2008
    alter database "test" open resetlogs
    Fri Jul 04 21:52:40 2008
    RESETLOGS after incomplete recovery UNTIL CHANGE 521802
    Fri Jul 04 21:52:40 2008
    Errors in file e:\oracle\admin\test\udump\test_ora_3664.trc:
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: 'E:\ORACLE\ORADATA\TEST\REDO01.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Fri Jul 04 21:52:45 2008
    Errors in file e:\oracle\admin\test\udump\test_ora_3664.trc:
    ORA-00313: open failed for members of log group 2 of thread 1
    ORA-00312: online log 2 thread 1: 'E:\ORACLE\ORADATA\TEST\REDO02.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Fri Jul 04 21:52:49 2008
    Errors in file e:\oracle\admin\test\udump\test_ora_3664.trc:
    ORA-00313: open failed for members of log group 3 of thread 1
    ORA-00312: online log 3 thread 1: 'E:\ORACLE\ORADATA\TEST\REDO03.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Fri Jul 04 21:52:54 2008
    Setting recovery target incarnation to 2
    Fri Jul 04 21:52:54 2008
    Assigning activation ID 1957335970 (0x74aa93a2)
    Thread 1 opened at log sequence 1
    Current log# 3 seq# 1 mem# 0: E:\ORACLE\ORADATA\TEST\REDO03.LOG
    Successful open of redo thread 1
    Fri Jul 04 21:52:55 2008
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Fri Jul 04 21:52:55 2008
    SMON: enabling cache recovery
    Fri Jul 04 21:52:56 2008
    Successfully onlined Undo Tablespace 1.
    Dictionary check beginning
    Tablespace 'TEMP' #3 found in data dictionary,
    but not in the controlfile. Adding to controlfile.
    Dictionary check complete
    Fri Jul 04 21:52:56 2008
    SMON: enabling tx recovery
    Fri Jul 04 21:52:56 2008
    WARNING: The following temporary tablespaces contain no files.
    This condition can occur when a backup controlfile has
    been restored. It may be necessary to add files to these
    tablespaces. That can be done using the SQL statement:
    ALTER TABLESPACE <tablespace_name> ADD TEMPFILE
    Alternatively, if these temporary tablespaces are no longer
    needed, then they can be dropped.
    Empty temporary tablespace: TEMP
    Database Characterset is US7ASCII
    Threshold validation cannot be done before catproc is loaded.
    Threshold validation cannot be done before catproc is loaded.
    WARNING: Files may exists in db_recovery_file_dest
    that are not known to the database. Use the RMAN command
    CATALOG RECOVERY AREA to re-catalog any such files.
    One of the following events caused this:
    1. A backup controlfile was restored.
    2. A standby controlfile was restored.
    3. The controlfile was re-created.
    4. db_recovery_file_dest had previously been enabled and
    then disabled.
    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process QMNC
    QMNC started with pid=15, OS id=1136
    Fri Jul 04 21:53:00 2008
    LOGSTDBY: Validating controlfile with logical metadata
    Fri Jul 04 21:53:00 2008
    LOGSTDBY: Validation complete
    Global Name changed to TEST
    Completed: alter database "test" open resetlogs
    Fri Jul 04 21:53:03 2008
    alter database rename global_name to "test"
    Completed: alter database rename global_name to "test"
    Fri Jul 04 21:53:03 2008
    ALTER TABLESPACE TEMP ADD TEMPFILE 'E:\oracle\oradata\test\TEMP01.DBF' SIZE 20480K REUSE AUTOEXTEND ON NEXT 640K MAXSIZE UNLIMITED
    Completed: ALTER TABLESPACE TEMP ADD TEMPFILE 'E:\oracle\oradata\test\TEMP01.DBF' SIZE 20480K REUSE AUTOEXTEND ON NEXT 640K MAXSIZE UNLIMITED
    Fri Jul 04 21:53:05 2008
    ALTER DATABASE DEFAULT TABLESPACE "USERS"
    Completed: ALTER DATABASE DEFAULT TABLESPACE "USERS"
    Fri Jul 04 21:53:05 2008
    alter database character set INTERNAL_CONVERT WE8MSWIN1252
    Fri Jul 04 21:53:14 2008
    Updating character set in controlfile to WE8MSWIN1252
    Synchronizing connection with database character set information
    Refreshing type attributes with new character set information
    Completed: alter database character set INTERNAL_CONVERT WE8MSWIN1252
    Fri Jul 04 21:53:19 2008
    ALTER SYSTEM disable restricted session;
    Fri Jul 04 21:53:20 2008
    db_recovery_file_dest_size of 2048 MB is 0.00% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Fri Jul 04 21:53:22 2008
    Starting background process CJQ0
    CJQ0 started with pid=18, OS id=2848
    Fri Jul 04 21:53:31 2008
    Starting background process EMN0
    EMN0 started with pid=21, OS id=4088
    Fri Jul 04 21:53:31 2008
    Shutting down instance: further logons disabled
    Fri Jul 04 21:53:36 2008
    Stopping background process QMNC
    Fri Jul 04 21:53:36 2008
    Stopping background process CJQ0
    Fri Jul 04 21:53:38 2008
    Stopping background process MMNL
    Fri Jul 04 21:53:39 2008
    Stopping background process MMON
    Fri Jul 04 21:53:40 2008
    Shutting down instance (immediate)
    License high water mark = 4
    All dispatchers and shared servers shutdown
    Fri Jul 04 21:53:47 2008
    ALTER DATABASE CLOSE NORMAL
    Fri Jul 04 21:53:47 2008
    SMON: disabling tx recovery
    SMON: disabling cache recovery
    Fri Jul 04 21:53:48 2008
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Thread 1 closed at log sequence 1
    Successful close of redo thread 1
    Fri Jul 04 21:53:48 2008
    Completed: ALTER DATABASE CLOSE NORMAL
    Fri Jul 04 21:53:48 2008
    ALTER DATABASE DISMOUNT
    Completed: ALTER DATABASE DISMOUNT
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Fri Jul 04 21:53:51 2008
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.3.0.
    System parameters with non-default values:
    processes = 150
    sga_target = 612368384
    control_files = E:\ORACLE\ORADATA\TEST\CONTROL01.CTL, E:\ORACLE\ORADATA\TEST\CONTROL02.CTL, E:\ORACLE\ORADATA\TEST\CONTROL03.CTL
    db_block_size = 8192
    compatible = 10.2.0.3.0
    db_file_multiblock_read_count= 16
    db_recovery_file_dest = E:\oracle\flash_recovery_area
    db_recovery_file_dest_size= 2147483648
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    remote_login_passwordfile= EXCLUSIVE
    db_domain =
    dispatchers = (PROTOCOL=TCP) (SERVICE=testXDB)
    job_queue_processes = 10
    audit_file_dest = E:\ORACLE\ADMIN\TEST\ADUMP
    background_dump_dest = E:\ORACLE\ADMIN\TEST\BDUMP
    user_dump_dest = E:\ORACLE\ADMIN\TEST\UDUMP
    core_dump_dest = E:\ORACLE\ADMIN\TEST\CDUMP
    db_name = test
    open_cursors = 300
    pga_aggregate_target = 203423744
    PMON started with pid=2, OS id=5096
    PSP0 started with pid=3, OS id=5136
    MMAN started with pid=4, OS id=4880
    DBW0 started with pid=5, OS id=3532
    LGWR started with pid=6, OS id=3724
    CKPT started with pid=7, OS id=1240
    SMON started with pid=8, OS id=5440
    RECO started with pid=9, OS id=2272
    CJQ0 started with pid=10, OS id=5084
    MMON started with pid=11, OS id=4944
    Fri Jul 04 21:53:52 2008
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    MMNL started with pid=12, OS id=2352
    Fri Jul 04 21:53:52 2008
    starting up 1 shared server(s) ...
    Fri Jul 04 21:53:53 2008
    ALTER DATABASE MOUNT
    Fri Jul 04 21:53:57 2008
    Setting recovery target incarnation to 2
    Fri Jul 04 21:53:57 2008
    Successful mount of redo thread 1, with mount id 1957360881
    Fri Jul 04 21:53:57 2008
    Database mounted in Exclusive Mode
    Completed: ALTER DATABASE MOUNT
    Fri Jul 04 21:53:58 2008
    ALTER DATABASE OPEN
    Fri Jul 04 21:53:59 2008
    Thread 1 opened at log sequence 1
    Current log# 3 seq# 1 mem# 0: E:\ORACLE\ORADATA\TEST\REDO03.LOG
    Successful open of redo thread 1
    Fri Jul 04 21:53:59 2008
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Fri Jul 04 21:53:59 2008
    SMON: enabling cache recovery
    Fri Jul 04 21:54:00 2008
    Successfully onlined Undo Tablespace 1.
    Fri Jul 04 21:54:00 2008
    SMON: enabling tx recovery
    Fri Jul 04 21:54:00 2008
    Database Characterset is WE8MSWIN1252
    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process QMNC
    QMNC started with pid=16, OS id=4852
    Fri Jul 04 21:54:07 2008
    Completed: ALTER DATABASE OPEN
    Fri Jul 04 21:54:07 2008
    db_recovery_file_dest_size of 2048 MB is 0.00% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Fri Jul 04 21:55:23 2008
    SERVER COMPONENT id=UTLRP_BGN: timestamp=2008-07-04 21:55:23
    SERVER COMPONENT id=UTLRP_END: timestamp=2008-07-04 21:55:24
    Fri Jul 04 21:58:45 2008
    create tablespace sachin datafile 'E:\oracle\oradata\test\SACHIN01.DBF' size 5m
    Fri Jul 04 21:58:46 2008
    Completed: create tablespace sachin datafile 'E:\oracle\oradata\test\SACHIN01.DBF' size 5m
    Fri Jul 04 22:00:11 2008
    Starting background process EMN0
    EMN0 started with pid=29, OS id=3172
    Fri Jul 04 22:00:11 2008
    Shutting down instance: further logons disabled
    Fri Jul 04 22:02:27 2008
    kkjcre1p: unable to spawn jobq slave process, error 1090
    Fri Jul 04 22:02:32 2008
    kkjcre1p: unable to spawn jobq slave process, error 1090
    Fri Jul 04 22:03:02 2008
    kkjcre1p: unable to spawn jobq slave process, error 1090
    Fri Jul 04 22:22:28 2008
    Oracle Instance Startup operation failed. Another process may be attempting to startup or shutdown this Instance.
    Failed to acquire instance startup/shutdown serialization primitive
    Fri Jul 04 22:30:02 2008
    ksvcreate: Process(m000) creation failed
    Fri Jul 04 22:31:02 2008
    ksvcreate: Process(m000) creation failed
    Fri Jul 04 22:32:02 2008
    ksvcreate: Process(m000) creation failed
    Fri Jul 04 22:33:02 2008
    ksvcreate: Process(m000) creation failed
    Fri Jul 04 22:34:02 2008
    ksvcreate: Process(m000) creation failed

    Hi,
    From the alert log what you have posted :-
    You have a restore of Existing DB from different DB to this New One
    WARNING: Default Temporary Tablespace not specified in CREATE DATABASE command
    Default Temporary Tablespace will be necessary for a locally managed database in future release
    Setting recovery target incarnation to 1
    After shutting Down completed "Fri Jul 04 21:52:33 2008"
    How come July 4th... (Could not understand this, from which place
    your are from)
    Started instance
    --Starting ORACLE instance (normal)
    After that tried to create database Once again
    then due to that File got corrupted
    ORA-00312: online log 1 thread 1: 'E:\ORACLE\ORADATA\TEST\REDO01.LOG'
    Yoy might have not created DB correctly or restored. So kindly drop everthing (DB), if it is a testing Machine, then Clear the Services First from machine Delete all files with respective DB and re-do the Job with out any mistakes.
    Thanks & Regards,
    Pavan Kumar N

  • Variable substitution in external XML

    I'm loading an external xml file using the Loader class, and
    then assigning the loaded content to a variable when the loading is
    complete, like this:
    function x_loaded(e:Event) {
    var rotation_value:String = "-180";
    mc_xml = XML(x_loader.data);
    If I include in my xml file a value to be substituted, for
    example <image rotation={rotation_value}/>, the parsing of
    the xml fails when assigning to the mc_xml value.
    Is it possible to substitute values in externally loaded xml?
    alternatively, is there a way to simply SET the values,
    something like image.attribute("rotation")="180";
    thanks in advance

    Thanks, k
    I think all the code that's germane is in my first post, but
    here's a bit more detail. It turns out I was using URLLoader, sorry
    to confuse the issue. Your help is appreciated. The failure occurs
    on the line that reads "mc_xml = XML(x_loader.data);" and the error
    message is: "TypeError: Error #1090: XML parser failure: element is
    malformed."
    my code:
    var mc_xml:XML;
    var x_loader:URLLoader = new URLLoader();
    var x_url:String = "motion.xml";
    var x_req:URLRequest = new URLRequest(x_url);
    x_loader.addEventListener(Event.COMPLETE,x_loaded);
    x_loader.load(x_req);
    function x_loaded(e:Event) {
    var rotation_value:String = "-180";
    mc_xml = XML(x_loader.data);
    Here's the (simplified) external xml file. It's generated by
    a "Copy motion as ActionScript 3.0" and everything works fine
    before I try to substitute some variables in the xml. You can see
    the substitution in the penultimate line.
    <Motion duration="20" xmlns="fl.motion.*"
    xmlns:geom="flash.geom.*" xmlns:filters="flash.filters.*">
    <source>
    <Source frameRate="25" x="784.3" y="78.1" scaleX="1"
    scaleY="1" rotation="180" elementType="movie clip"
    instanceName="mc" symbolName="Symbol 2">
    <dimensions>
    <geom:Rectangle left="0" top="0" width="288"
    height="209"/>
    </dimensions>
    <transformationPoint>
    <geom:Point x="0.2586805555555556"
    y="0.3923444976076555"/>
    </transformationPoint>
    </Source>
    </source>
    <Keyframe index="0">
    <tweens>
    <SimpleEase ease="0"/>
    </tweens>
    </Keyframe>
    <Keyframe index="19" x="-709.8" y="3.9000000000000057"
    rotation={rotation_value} />
    </Motion>
    Thanks in advance for any insight you can provide

  • Handling special characters and in result event?

    My backend DB contains signs like < and >. They are not in &lt and &gt forms.
    The e4x can not handle them so the following code fails:
    private function httpResult(event:ResultEvent):void {
         var result:Object = event.result;
         this.data = event.result.data;
    I got Error #1090. Is there a way to use ResultEvent w/o using e4x?

    Set a different resultFormat on your HttpService?

  • Why Isn't OpenX Working On My Flex Website When Using a PC?

    Hi,
    I'm using OpenX to serve ads. It serves ads when I use my Mac with Safari or Firefox. But, it doesn't work when I checked my site on two PCs both running Windows XP with IE and Firefox. I'm getting error #1090, which is "XML parser Failure: element is malformed" only on the PCs, not on the Mac. In order to use OpenX, the ads have to be properly formatted. Thank you Daryl Bowden for creating the class below:
    package com.darylbowden.ads
    import flash.external.ExternalInterface;
    import mx.controls.Alert;
    public class OpenAds {
    private static var externalCallback:String = "callOpenAds";
    private static var retries:uint = 10;
    public function OpenAds(){
    public function getAdReturn():Ad {
    var xmlReturn:XML;
    if(ExternalInterface.available) {
    var adReturn:String = ExternalInterface.call(externalCallback);
    try
    adReturn = adReturn.replace("//]]>->","//]]>->\n");
    var infoTagsIndex:int = adReturn.indexOf('<script type="text/javascript" src=""', 0);
    adReturn = adReturn.substring(infoTagsIndex, adReturn.length);
    var wasFlash:Boolean = false;
    if(adReturn.search("<embed") == -1) {
    adReturn = adReturn.replace('></a>', '></img></a>');
    adReturn = adReturn.replace('></div>', '></img></div>');
    else {
    adReturn = adReturn.replace('></div>\n<script','></embed></div>\n<script');
    adReturn = adReturn.replace('></div>\n<noscript','></img></div>\n<noscript');
    wasFlash = true;
    adReturn = '<adXMLReturn>' + adReturn + '</adXMLReturn>';
    xmlReturn = new XML(adReturn);
    var ad:Ad;
    if(wasFlash){
    ad = new Ad(xmlReturn, true);
    else {
    ad = new Ad(xmlReturn);
    catch(error:Error){
    Alert.show(error.message + 'stacktrace:' + error.getStackTrace(), "Error");
    else {
    Alert.show("Javascript must be enabled to view this page properly.", "Javascript Not Detected");
    xmlReturn = new XML('<root>xml</root>');
    return ad;     
    I've got a catch statement sending the error. Does anyone know why it doesn't work on PCs? Any suggestions on how to solve this problem? I'm pretty desperate. I've also posted this question on OpenX's forum, but not too many people use Flex over there.
    Thank you.
    -Laxmidi

    iOS: Troubleshooting Messages
    And as necessary:
    - 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.
    - Reset all settings                            
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                               
    iOS: Back up and restore your iOS device with iCloud or iTunes
    - Restore to factory settings/new iOS device.                       
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
      Apple Retail Store - Genius Bar                                              

  • Load external XML file

    I am trying to write a test program. I have a program that is
    going to get it's data from an XML file when it is first loaded.
    That XML file is going to be a local file that sit's in same folder
    as the flex program (rather than online or through a url address).
    Basically, I'm trying to find a way to open or load that file, then
    parse through it and store the xml data, then close the xml file
    (rather than using an rss feed). Everything I'm finding is only
    telling me how to load the data in through a url address. Is there
    any simple way to open a text or xml file?

    i'm goign crazzzzy here.
    i have a list, that reads XML.
    i want that list to update on production without me having to
    build the project all the time, but by just uploading a new XML
    file.
    i think the function i need is this:
    [code]
    private function LoadMyXML():void
    var myXML:XML = new XML();
    var XML_URL:String = "xml/AO_Other.xml";
    var myXMLURL:URLRequest = new URLRequest(XML_URL);
    var myLoader:URLLoader = new URLLoader(myXMLURL);
    myLoader.addEventListener("complete", xmlLoaded);
    function xmlLoaded(evtObj:Event)
    myXML = XML(myLoader.data);
    trace("Data loaded.");
    [/code]
    my xml looks like this:
    [code]
    <AO_OTHER>
    <category title="Administrative Groups">
    <link title="Administrative Groups" url="sadfsf"/>
    </category>
    <category title="AO Survey Results">
    <link title="AO Survey Results" url="sdfsdf202.pdf"/>
    </category>
    </AO_OTHER>
    [/code]
    and the error i keep getting is htis:
    TypeError: Error #1090: XML parser failure: element is
    malformed.
    at
    TabTest/private:LoadMyXML/xmlLoaded()[C:\Flex\SearchTest\TabTest.mxml:25]
    at
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at flash.net::URLLoader/flash.net:URLLoader::onComplete()
    what am i doing wrong?
    am i even going though this the right way?
    thanks!

  • Air install issues on mac 10.6.4

    I can not get Adobe Air to install.  I run the installer and it says succesfull install and then it errors with this message.
    an error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator.
    I am the administrator on this machine.
    here error from the log.
    Please let me know if anyone has an answer.
    9/16/10 8:28:29 AM /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[762] subinstaller: Commit complete
    9/16/10 8:28:29 AM /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[766] Commit complete
    9/16/10 8:28:29 AM /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[762] subinstaller: install complete
    9/16/10 8:28:29 AM /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[766] install complete
    9/16/10 8:28:29 AM /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[762] subinstaller: begin quitting
    9/16/10 8:28:29 AM /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[766] begin quitting
    9/16/10 8:28:29 AM /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[762] Elevated install completed
    9/16/10 8:28:31 AM /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[762] Elevated install failed (2038)
    9/16/10 8:28:31 AM /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[762] runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2038" errorID=2038]
    9/16/10 8:30:46 AM /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[762] begin quitting
    9/16/10 8:30:46 AM /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[762] error in stateQuitting: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    9/16/10 8:30:46 AM com.apple.launchd.peruser.501[137] ([0x0-0x5f05f].com.adobe.air.Installer[762]) Exited with exit code: 5

    Thanks Chris that worked like a charm.  Now if next problem is I can not get the air app to install.  It keeps saying that the installer is corrupt.  this is what Console is spitting out.  Any Ideas?
    9/21/10 4:29:45 PM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[3871] Starting app install of file:///Users/ryan/Downloads/MasterTour-5.air
    9/21/10 4:29:45 PM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[3871] UI SWF load is complete
    9/21/10 4:29:46 PM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[3871] UI initialized
    9/21/10 4:29:46 PM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[3871] beginning UI styling
    9/21/10 4:29:46 PM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[3871] UI styling complete
    9/21/10 4:29:46 PM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[3871] Unpackaging to /private/var/folders/io/ioWbMqNWEwaOtyBt26zztE+++TI/TemporaryItems/FlashTmp0
    9/21/10 4:29:50 PM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[3871] unpackaging/validation is complete
    9/21/10 4:29:50 PM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[3871] application is bound to this version of the runtime
    9/21/10 4:29:50 PM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[3871] app id com.eventric.mastertour
    9/21/10 4:29:50 PM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[3871] pub id 4DD59B14EB508A6B10D9F61D555446A7F706BF77.1
    9/21/10 4:29:50 PM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[3871] failed while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #1090" errorID=1090]
    9/21/10 4:29:52 PM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[3871] starting cleanup of temporary files
    9/21/10 4:29:53 PM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[3871] application installer exiting
    9/21/10 4:29:53 PM com.apple.launchd.peruser.501[127] ([0x0-0x26a26a].com.adobe.air.ApplicationInstaller[3871]) Exited with exit code: 7

Maybe you are looking for

  • How do I create a new document in Photoshop CC and have it 300 dpi?

    How do I create a new document in Photoshop CC and have it 300 dpi? I am doing digital scrapbooking and need to have my layout in Photoshop 12 x 12 so it is a scrapbook page and 300 dpi and I hope this doesn't sound stupid but I don't even know what

  • How to get the field texts from abap dictionary into screen Text fields

    Hi SapAll. here i have got to modify one zscreen by adding 1 more field,when i added one field in teh screen by just writng the code in program as SELECT-OPTIONS ilart FOR CAUFVD-ILART. but iam unable to get the field text for the text field from teh

  • Dme file not created - france rffof__v rffof_v

    Hello all, when executing a payment through F110 (program RFFOF__V for France) the DME file is generated with no apparent error message in the payment run log. Is there any additional customizing necessary for France that is not needed in Germany or

  • Addition of new TAB at Material Master screen

    Hi Experts, I want to add one new tab in between "Descriptions" and "Unit of Measure" tab (under "Additional Data" section in material master). That should hold few language dependent "Brand and Product" data. But, I have no idea is it possible or no

  • How can I set pixelmator as my external editor in iPhoto

    I am trying to set pixelmator in iphoto so I can edit using external editor. Any suggestions? Thank you in advanced Slapshot2deface