Dreamweaver Error on Load - MMdocumenttypes.xml wont open/missing

Hi,
I just purchased and installed Dreamweaver cs5.5 student and teacher edition for a PC. When I open the program, I receive an error message:
"No document types have been found in the Configuartion/DocumentTypes/ folder. The MMdocumenttypes.xml file may be missing or corrupt."
I have uninstalled/reinstalled the program, which did not change the problem. How can I get Dreamweaver running properly? The MMdocumenttypes.xml is located in the C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS5.5\configuration\DocumentTypes Folder, it is not missing, and shouldn't be corrupt as I just installed the program.

the user prefs data for dw is in I think may be in 2 files in dw's configuration folder (not in %appdata% but in %PROGRAMFILES%) or maybe that was the cache that might need to be zapped.
rather than lose the whole shebang, I think you could simply drop the userprefs in the config folder.
I think a check in the registry under HKCU\Software\Adobe and HKLM\Software\Adobe would also be in order, as there are settings in there too (sites are stored there, so in case you want to back up some or all those settings at once you can export the registry key).
I would like to apply some intelligence to the process by only doing what's necessary manually. right now I had to uninstall cs5, and I am hoping I can reinstall and put my files back in and see what happens, so right now I cannot give file location specifics, you would have to do your own digging. but I suspect that due to a bug in the installer (there is a lot of little stuff to catch...), I won't be able to reinstall without wiping the disk and reinstalling windows from scratch like many times before - residuals being the reason and somehow the installer sees that and goes haywire.
I am going to have to use those manual steps if this is indeed the answer.

Similar Messages

  • Itunes wont open. Ive tried uninstalling, cleaned up my PC and then re installed again but still wont open! There are no error messages. It just wont open

    Itunes wont open. Ive tried uninstalling, cleaned up my PC and then re installed again but still wont open! There are no error messages. It just wont open! Im very frustrated and anything would help! I have Windows 7 or Vista. Idk which

    Hello Dr.Help,
    Thank you for providing so much information about the issue you are experiencing with iTunes.  It sounds like you have tried reinstalling it, but nothing happens when you launch it.  I recommend following the steps in this article to resolve launch issues with iTunes:
    iTunes for Windows Vista or Windows 7: Troubleshooting unexpected quits, freezes, or launch issues
    http://support.apple.com/kb/ts1717
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Keep getting "error in loading string XML error is Z and ACP Main Resource DLL failed

    Firefox is constantly crashing. When it restarts I get this error messages: "error in loading string XML error is Z and another error message "ACP Main--Resource DLL Failed"
    I don't know if these messages are associated with Firefox or something else; however, my response time is just awful with Firefox and it is getting worse!

    My understanding of exception stack trace is that the two class loader are unable to match the argument type org/springframework/core/io/Resource in original method and its overridden method. And original method class loader and overridden method class loader are different.
    This normally happens due to class clashes.

  • XML Parse error while loading an XML file

    HI Folks,
    I was trying to load and XML file into BODS.. The XML file is well-formed and the same when tested in other tools  is getting loaded without any issues..
    I have created a XML-File format with the corresponding XSD..
    But here in BODS it is giving - Parse error
    1) when i try to view the data of the source XML in my dataflow ..it is giving "XML Parser Failed".. and not able to show data..
    2) When I run my job i get the same pares error - with details as under..
    ---> Error here is "Unable to recognize element 'TAB' " or some time is say " Element TAB should be qualified"
    Please guide with this if you have any info..thanks
    I'm pasting the XML source file format here for your reference:--
      <?xml version="1.0" encoding="iso-8859-1" ?>
    - <asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
    - <asx:values>
    - <TAB>
    - <items>
    + <CUSTOMER_RECORD>
      <CUSTOMER_NUMBER>1111111111</CUSTOMER_NUMBER>
      <NAME_1>ABC</NAME_1>
      <NAME_2>OFM/COMMERCIAL ACCOUNTS</NAME_2>
      <STREET_1>31 CENTER DRIVE MCS2045</STREET_1>
      <STREET_2 />
      <CITY>BETHESDA</CITY>
      <STATE_CODE>MD</STATE_CODE>
      <POSTAL_CODE>20892-2045</POSTAL_CODE>
      <COUNTRY_CODE>US</COUNTRY_CODE>
      <ORDER_BLOCK />
      <ERP_CREATE_DATE>20040610</ERP_CREATE_DATE>
      <ERP_CREATED_BY>DGUPTA</ERP_CREATED_BY>
      <ERP_MODIFY_DATE>20120201</ERP_MODIFY_DATE>
      <ERP_MODIFIED_BY>LWOHLFEI</ERP_MODIFIED_BY>
      <INDUSTRY_CODE>0103</INDUSTRY_CODE>
      <ACCOUNT_GROUP_ID>0001</ACCOUNT_GROUP_ID>
      <SALES_NOTE />
      <ADDRESS_NOTE />
      <CUSTOMER_CLASSIFICATION_CODE>02</CUSTOMER_CLASSIFICATION_CODE>
      <GLN_NUMBER />
      <PREVIOUS_ACCT_NO />
      <ACCOUNT_TYPE />
      <GAG />
      <SDI_ID />
      <HOSP_ID />
      <HIN />
      <DUNS />
      <PO_BOX />
      <POB_CITY />
      <POB_ZIP />
      <PHONE_NUMBER>77777</PHONE_NUMBER>
      <EMAIL_DOMAIN />
      <REQUESTER />
      <ERP_SOURCE_SYSTEM>ECC</ERP_SOURCE_SYSTEM>
      </CUSTOMER_RECORD>
    - <SALES_ORG_DATA>
    + <item>
      <CUSTOMER_NUMBER>1111111111</CUSTOMER_NUMBER>
      <SALES_ORG>0130</SALES_ORG>
      <CUSTOMER_GROUP>03</CUSTOMER_GROUP>
      <ORDER_BLOCK_CODE />
      <ERP_SOURCE_SYSTEM>ECC</ERP_SOURCE_SYSTEM>
      </item>
    + <item>
      <CUSTOMER_NUMBER>1111111111</CUSTOMER_NUMBER>
      <SALES_ORG>0120</SALES_ORG>
      <CUSTOMER_GROUP>11</CUSTOMER_GROUP>
      <ORDER_BLOCK_CODE />
      <ERP_SOURCE_SYSTEM>ECC</ERP_SOURCE_SYSTEM>
      </item>
      </SALES_ORG_DATA>
      </items>
      </TAB>
      </asx:values>
      </asx:abap>

    Pierre,
    Depending on the object "myLastFile", the method openDlg might not even exist (if the myLastFile object is not a File object, for instance). And I do not see any need for the myLastFile anyhow, as you are presenting a dialog to select a file to open. I recommend using the global ChooseFile( ) method instead. This will give you a filename as string in full path notation, or null when no file was selected in the dialog. I am not sure what your ExtendScript documentation states about the return value for ChooseFile, but if that differs from what I am telling you here, the documentation is wrong. So, if you replace the first lines of your code with the following it should work:
    function openXMLFile ( ) {
        var filename = ChooseFile ( "Choose XML file ...", "", "*.xml", Constants.FV_ChooseSelect );
    While writing this, I see that Russ has already given you the same advice. Use the symbolic constant value I indicated to use the ChooseFile dialog to select a single file (it can also be used to select a directory or open a file - but you want to control the opening process yourself). Note that this method allows you to set a start directory for the dialog (second parameter). The ESTK autocompletion also gives you a fifth parameter "helplink" which is undocumented and can safely be ignored.
    Good luck
    Jang

  • Error while loading an XML document using a structured application

    Hi,
    I try to load an XML document using a structured application defined in the default structapps.fm
    My code is shown down, extracted from the FDK API code sample.
    Problem, I always have the same message :
    "Cannot find the file named e:\xml\AdobeFrameMaker10\file. Make sure that the file exists. "
    Where "e:\xml\AdobeFrameMaker10\" is my install directory.
    So I assume that frame try to find the structapps.fm file but does not find it.
    What else can it be ?
    Does anyone knowns how to achieve this simple task using extendScript ?
    Thanks for any comments, Pierre
    function openXMLFile(myLastFile) {
        var filename = myLastFile.openDlg("Choose XML file ...", "*.xml", false);
        if (filename != null) {
            /* Get default open properties. Return if it can’t be allocated. */
            var params = GetOpenDefaultParams();
            /* Set properties to open an XML document*/
            /*Specify XML as file type to open*/
            var i = GetPropIndex(params, Constants.FS_OpenAsType)
            params[i].propVal.ival = Constants.FV_TYPE_XML;
            /* Specify the XML application to be used when opening the document.*/
            i = GetPropIndex(params, Constants.FS_StructuredOpenApplication)
            params[i].propVal.sval = "myApp";
            i = GetPropIndex(params, Constants.FS_FileIsOldVersion)
            params[i].propVal.ival = Constants.FV_DoOK
            i = GetPropIndex(params, Constants.FS_FontNotFoundInDoc)
            params[i].propVal.ival = Constants.FV_DoOK
            i = GetPropIndex(params, Constants.FS_FileIsInUse)
            params[i].propVal.ival = Constants.FV_DoCancel
            i = GetPropIndex(params, Constants.FS_AlertUserAboutFailure)
            params[i].propVal.ival = Constants.FV_DoCancel
            /*The structapps.fm file containing the specified application must have
            already been read. The default structapps.fm file is read when FrameMaker is
            opened so this shouldn't be a problem if the application to be used is
            listed in the structapps.fm file.*/
            var retParm = new PropVals()
            var fileObj = Open(filename, params, retParm);
            return fileObj
        } else {
            return null;

    Pierre,
    Depending on the object "myLastFile", the method openDlg might not even exist (if the myLastFile object is not a File object, for instance). And I do not see any need for the myLastFile anyhow, as you are presenting a dialog to select a file to open. I recommend using the global ChooseFile( ) method instead. This will give you a filename as string in full path notation, or null when no file was selected in the dialog. I am not sure what your ExtendScript documentation states about the return value for ChooseFile, but if that differs from what I am telling you here, the documentation is wrong. So, if you replace the first lines of your code with the following it should work:
    function openXMLFile ( ) {
        var filename = ChooseFile ( "Choose XML file ...", "", "*.xml", Constants.FV_ChooseSelect );
    While writing this, I see that Russ has already given you the same advice. Use the symbolic constant value I indicated to use the ChooseFile dialog to select a single file (it can also be used to select a directory or open a file - but you want to control the opening process yourself). Note that this method allows you to set a start directory for the dialog (second parameter). The ESTK autocompletion also gives you a fifth parameter "helplink" which is undocumented and can safely be ignored.
    Good luck
    Jang

  • Loaded elements 10  wont open

    I have loaded photo shop elements 10 and it will not open

    Program installed correctly. system using windows 7. when you open desktop icon nothing happens, when you try fron programs same and when you try to open a picture using photoshop it wont open. you can view pictures using picasa or windows picture viewer.

  • "not a valid Win32 application" error ...the post wont open for me

    It seems as if that post is getting some help...and its exactly what i need...but it wont open for me..PLEASE...ANYBODY....this is becoming extremely frustrating...

    I again –just now – uninstalled Adobe Reader 10.1.2 and got an "installation complete and no error codes.  However, as before, attempting to open Adobe Reader with the desktop shortcut results in an “Adobe Reader cannot open in Protected Mode due a problem with your system configuration.  Would you like to open Adobe Reader with Protected Mode disabled?” Regardless of my answer “Open with Protected Mode disabled” or “Do not open with Protected Mode disabled”  the program opens and displays the “C:\Program Files (x86)\Adobe\Reader\Eula.exe is not a valid Win32 application.
    I am using Adobe Reader 10.1.2, Windows 7 Home Premium Service Pack 1 and the 64 bit operating system.
    I cannot find MSI log.
    Gene Henry

  • Premiere Pro Serious Error: Timeline Blacked Out! Wont Open HELP?!

    I was editing, when I nested a already nested Mulitcam Edit Sequence in order to trim it down, and when I did suddenly the Audio Tracks on the Timeline like blacked out, bets way to desrcibe it, and now it says Serious Issue, closes out and won't repon. I restarted my computer and that project ONLY wont open. It is saved and all, plus other projects will open. ANyone had any idea what to do?
    Thanks

    I recall reading from another user who had an issue when nesting an MC edit, though I don't remember the details, or if a solution was found.  You might try a forum search.

  • Pages Error "The required index.xml file is missing."

    When I try to open an existing Pages File by double clicking on the name in Finder (default application is Pages), I get the error message "The required index.xml file is missing."
    If I select the pages file, then use Open With / Pages App (default), the file opens fine with no errors. 
    Is there some reason this is happening and is there a fix available.  This error started after I upgraded to Mavericks, then upgraded to the latest version of Pages (5.1).

    You have 2 versions of Pages on your Mac.
    Pages 5 is in your Applications folder.
    Pages '09/'08 is in your Applications/iWork folder.
    You are alternately opening the wrong versions.
    Pages '09/'08 can not open Pages 5 files and you will get the warning that you need a newer version.
    Pages 5.01 can not open Pages 5.1 files and you will get the warning that you need a newer version.
    Pages 5 can open Pages '09 files but may damage/alter them. It can not open Pages '08 files at all.
    Once opened and saved in Pages 5 the Pages '09 files can not be opened in Pages '09.
    Once opened and saved in Pages 5.1 files can not be opened in Pages 5.
    Anything that is saved to iCloud is also converted to Pages 5 files.
    All Pages files no matter what version and incompatibility have the same extension .pages.
    Pages 5 files are now only compatible with themselves on a very restricted set of hardware, software and Operating Systems and will not transfer correctly on any other server software than iCloud.
    Apple has removed over 95 features from Pages 5 and added many bugs:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    Archive/trash Pages 5, after exporting all Pages 5 files to Pages '09 or Word .docx, and rate/review it in the App Store, then get back to work.
    Peter

  • Error starting WL - weblogic.xml.dom.ChildCountException: missing child home in ejb-ref

    hi,
    i get this following error when i start the WL 7.0. The web application fails
    to start but the ejbs are started properly. This is an example from the Monson
    Haefel book, on the CMP: Entity bean relationships.
    Can anybody tell me what is happening ??
    -thanks
    -vasanth
    Error log:
    =============
    <Error> <HTTP> <101179> <[HTTP] Error parsing des criptor in Web appplication
    "C:\bea\user_projects\mydomain\.\myserver\.wlnotdele
    te\titan\titan.war" [Path="C:\eclipse\workspace\titan4\dist\titan.ear", URI="tit
    an.war"
    weblogic.xml.dom.ChildCountException: missing child home in ejb-ref
            at weblogic.xml.dom.DOMUtils.getElementByTagName(DOMUtils.java:147)
            at weblogic.xml.dom.DOMUtils.getValueByTagName(DOMUtils.java:128)
            at weblogic.servlet.internal.dd.EJBReference.<init>(EJBReference.java:61
            at weblogic.servlet.internal.dd.WebAppDescriptor.<init>(WebAppDescriptor
    .java:247)
            at weblogic.servlet.internal.dd.DescriptorLoader.initializeWebXml(Descri
    ptorLoader.java:540)
            at weblogic.servlet.internal.dd.DescriptorLoader.<init>(DescriptorLoader
    .java:253)
            at weblogic.servlet.internal.dd.DescriptorLoader.<init>(DescriptorLoader
    .java:215)
            at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.ja
    va:282)
            at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:714)
            at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:555)
            at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:458)
            at weblogic.management.deploy.slave.SlaveDeployer.prepareAllStagedApplic
    ations(SlaveDeployer.java:490)
            at weblogic.management.deploy.slave.SlaveDeployer.initialize(SlaveDeploy
    er.java:253)
            at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.initi
    alize(DeploymentManagerServerLifeCycleImpl.java:150)
            at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.j
    ava:54)
            at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:782)
            at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
            at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
            at weblogic.Server.main(Server.java:32)
    >
    <Jun 23, 2003 10:10:51 AM CDT> <Error> <Deployer> <149205> <The Slave Deployer
    f
    ailed to initialize the application titan due to error weblogic.management.Appli
    cationException: Prepare failed. Task Id = null
    Module Name: titan.war, Error: Could not load web application from 'C:\bea\user_
    projects\mydomain\.\myserver\.wlnotdelete\titan\titan.war'
    weblogic.management.ApplicationException: Prepare failed. Task Id = null
    Module Name: titan.war, Error: Could not load web application from 'C:\bea\user_
    projects\mydomain\.\myserver\.wlnotdelete\titan\titan.war'
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:720)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:555)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:458)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareAllStagedApplic
    ations(SlaveDeployer.java:490)
    at weblogic.management.deploy.slave.SlaveDeployer.initialize(SlaveDeploy
    er.java:253)
    at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.initi
    alize(DeploymentManagerServerLifeCycleImpl.java:150)
    at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.j
    ava:54)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:782)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    >

    It is working now.
    For a local entity bean, i was using <ejb-ref> instead of <local-ejb-ref>
    Once i changed that, it worlked.
    thanks
    -vasanth
    "Sanjeev Chopra" <[email protected]> wrote:
    correct url for doc...
    http://e-docs.bea.com/wls/docs81/webapp/web_xml.html#1020090
    "Sanjeev Chopra" <[email protected]> wrote in message
    news:[email protected]...
    Seems like titan.war's WEB-INF/web.xml has an ejb-ref element witha
    missing
    <home> element .
    see http://e-docs/wls/docs81/webapp/web_xml.html#1020090
    "Vasanth" <[email protected]> wrote in message
    news:[email protected]...
    hi,
    i get this following error when i start the WL 7.0. The web applicationfails
    to start but the ejbs are started properly. This is an example from
    the
    Monson
    Haefel book, on the CMP: Entity bean relationships.
    Can anybody tell me what is happening ??
    -thanks
    -vasanth
    Error log:
    =============
    <Error> <HTTP> <101179> <[HTTP] Error parsing des criptor in Webappplication
    "C:\bea\user_projects\mydomain\.\myserver\.wlnotdele
    te\titan\titan.war" [Path="C:\eclipse\workspace\titan4\dist\titan.ear",URI="tit
    an.war"
    weblogic.xml.dom.ChildCountException: missing child home in ejb-ref
    atweblogic.xml.dom.DOMUtils.getElementByTagName(DOMUtils.java:147)
    at
    weblogic.xml.dom.DOMUtils.getValueByTagName(DOMUtils.java:128)
    atweblogic.servlet.internal.dd.EJBReference.<init>(EJBReference.java:61
    atweblogic.servlet.internal.dd.WebAppDescriptor.<init>(WebAppDescriptor
    java:247)
    atweblogic.servlet.internal.dd.DescriptorLoader.initializeWebXml(Descri
    ptorLoader.java:540)
    atweblogic.servlet.internal.dd.DescriptorLoader.<init>(DescriptorLoader
    java:253)
    atweblogic.servlet.internal.dd.DescriptorLoader.<init>(DescriptorLoader
    java:215)
    atweblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.ja
    va:282)
    atweblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:714)
    atweblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:555)
    atweblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:458)
    atweblogic.management.deploy.slave.SlaveDeployer.prepareAllStagedApplic
    ations(SlaveDeployer.java:490)
    atweblogic.management.deploy.slave.SlaveDeployer.initialize(SlaveDeploy
    er.java:253)
    atweblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.initi
    alize(DeploymentManagerServerLifeCycleImpl.java:150)
    atweblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.j
    ava:54)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:782)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    >
    <Jun 23, 2003 10:10:51 AM CDT> <Error> <Deployer> <149205> <The SlaveDeployer
    f
    ailed to initialize the application titan due to errorweblogic.management.Appli
    cationException: Prepare failed. Task Id = null
    Module Name: titan.war, Error: Could not load web application from'C:\bea\user_
    projects\mydomain\.\myserver\.wlnotdelete\titan\titan.war'
    weblogic.management.ApplicationException: Prepare failed. Task Id
    = null
    Module Name: titan.war, Error: Could not load web application from'C:\bea\user_
    projects\mydomain\.\myserver\.wlnotdelete\titan\titan.war'
    atweblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:720)
    atweblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:555)
    atweblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:458)
    atweblogic.management.deploy.slave.SlaveDeployer.prepareAllStagedApplic
    ations(SlaveDeployer.java:490)
    atweblogic.management.deploy.slave.SlaveDeployer.initialize(SlaveDeploy
    er.java:253)
    atweblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.initi
    alize(DeploymentManagerServerLifeCycleImpl.java:150)
    atweblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.j
    ava:54)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:782)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    >

  • Error 13014... iTunes wont open?

    Well I had an old version of iTunes, 7. something, and when I tried to download a song it gave me an error message, so I downloaded the new version, and now it wont even open. It says an unknown error occured.(13014). I tried uninstalling it, reinstalling, restarting my computer, repairing it, but nothing works.
    Anyone know whats wrong? I have no clue what to do anymore. This has happened to me in the past but I dont remember what I did to fix it.

    hi geraldo!
    When I click change/remove in Add/Remove programs to try to uninstall my older QT the Installshield window momentarily flashes followed by no action.
    good lord. a silent failure? that's a little odd.
    ... so let's check on some odd possibilities first.
    check to see if you've got Windows Installer 3.1v2 on your PC. the easiest way to do that is to head to your Add/Remove programs control panel (don't remove anything ... we're just looking), and check to see if "(KB893803)" is showing up next to the entry for Windows Installer. if it is, you're fine. if not, see:
    Windows Installer 3.1 v2 (3.1.4000.2435) is available
    ... let's also check on these possibilities (although the KB docs are about installs, they can apply to uninstalls too):
    iTunes 5 and QuickTime 7 for Windows: Installation won't work if Cygwin is running
    QuickTime for Windows: Uninstall QuickTime 3 or 4 before installing QuickTime 7
    iTunes 5 and QuickTime 7: Can't install on a computer with Windows XP Service Pack 2 (Japanese)
    if any of those seem to be relevant to your PC, does the QT uninstall go a bit better afterwards?
    love, b

  • Error to load previous archive in Open Directory

    Hello everybody,
    I'm just installed mac OS 10.4.4 and trying to load the archive from all my users to the new server.. I get an error message saying that the diradmin pass is incorrect. This is not true, I know it is correct.. but then looking at the logs I found the following:
    2006-03-14 16:50:22 +0100 - kerberosautoconfig command failed with status 255
    2006-03-14 16:50:22 +0100 - command: /usr/sbin/mkpassdb -kerberize
    2006-03-14 16:50:22 +0100 - mkpassdb command output:
    kadmin.local: unable to get default realm
    kadmin.local: unable to get default realm
    2006-03-14 16:50:22 +0100 - command: /usr/sbin/vpnaddkeyagentuser -q /LDAPv3/127.0.0.1
    2006-03-14 16:50:23 +0100 - slapconfig -setldapconfig
    2006-03-14 16:50:23 +0100 - command: /usr/sbin/mkpassdb -setreplicationinterval 300 SyncDefault
    2006-03-14 16:52:07 +0100 - slapconfig -mergedb
    2006-03-14 16:52:07 +0100 - command: /usr/bin/hdiutil attach -stdinpass BackupUsersPath/file.sparseimage -readonly
    2006-03-14 16:52:08 +0100 - hdiutil command output:
    hdiutil: attach failed - Authentication error
    So I'm starting to think that might be something wrong with the realm.. however at /Library/Preferences/edu.mit.Kerberos it is the same as I specified...
    Please ... any help?
    thx in advance!

    Double-check the archive -- open it manually, put in the password, and make sure it mounts. If it does, then unmount it.
    Check to make sure your server is set as Standalone. Promote it to OD Master, create a diradmin account (it will later be replaced by the archive), then do the archive restore.
    One key thing is the the Kerberos realm of your archive MUST be the same as the Kerberos realm you're restoring to. If it's not, you can't do a restore.

  • Error while loading WSDL xml

    Hi,
    I am using "invoke webservice" activity to invoke an WSDL webserivce. When i load the url it gives me error. Please find the screenshot below. Please tell me what is the problem. When i hit the same wsdl url in internet explorer it is generating wsdl url.
    Regards
    Sunil

    it was some hybernate framwork issue.

  • After loading  Aperture iPhoto wont open

    Hi please help.
    I have installed the Aperture App and it loaded my photos from Iphoto. Now when I try to open Iphoto it has a message, "You have opened this photo library with a newer version of iPhoto. Please quit and use the latest version of iPhoto."
    I have the latest updates installed.
    Please help if you can
    Ian.

    What are the versions of your iPhoto and Aperture?
    What happens, when you ctrl-click the iPhoto lIbrary and select "Open in iPhoto"?

  • Simple SOA application, but error in load of wsdl wont compile

    Hi all,
    I've come to the end of the line with this one, so I hope someone can help. I have a very simple business rules application - one function, one rule, one decision service - and the deployment descriptor (wsdl) copied at the bottom. When I try to compile the application I get:
    Error: Load of wsdl "TrainDeliveryServiceCancelledNotificationRules_TrainDeliveryServiceCancelledNotificationRule_DecisionService_1.wsdl with Message part element undefined in wsdl [file:/C:/_dev/NROL3/Soa/Nrol3BusinessRulesPoc/TrainDeliveryServiceCancelledNotificationRules_TrainDeliveryServiceCancelledNotificationRule_DecisionService_1.wsdl] part name = payload     type = {http://xmlns.oracle.com/TrainDeliveryServiceCancelledNotificationRules/TrainDeliveryServiceCancelledNotificationRules_TrainDeliveryServiceCancelledNotificationRule_DecisionService_1}callFunctionStateful" failed
    I am sure its me being thick, but I can't see what I'm doing wrong. I have a feeling my schema def headers for my data are wrong:
    <xs:schema
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns="http://www.customersharepoint.co.uk:8090/trac/TS1331_NROL3/wiki/xsd"
    targetNamespace="http://www.customersharepoint.co.uk:8090/trac/TS1331_NROL3/wiki/xsd" elementFormDefault="qualified">
    My wsdl is as follows. Jdev is giving me a warning on my custom application imports, but I dont think thats the problem.
    Please help!
    <wsdl:definitions
    name="TrainDeliveryServiceCancelledNotificationRules_TrainDeliveryServiceCancelledNotificationRule_DecisionService_1"
    targetNamespace="http://xmlns.oracle.com/TrainDeliveryServiceCancelledNotificationRules/TrainDeliveryServiceCancelledNotificationRules_TrainDeliveryServiceCancelledNotificationRule_DecisionService_1"
    xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:tns="http://xmlns.oracle.com/TrainDeliveryServiceCancelledNotificationRules/TrainDeliveryServiceCancelledNotificationRules_TrainDeliveryServiceCancelledNotificationRule_DecisionService_1"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:java="http://schemas.xmlsoap.org/wsdl/java/"
    xmlns:format="http://schemas.xmlsoap.org/wsdl/formatbinding/"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:rules="http://xmlns.oracle.com/bpel/rules"
    xmlns:plt="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
    xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
    >
    <wsdl:types>
    <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://xmlns.oracle.com/TrainDeliveryServiceCancelledNotificationRules/TrainDeliveryServiceCancelledNotificationRules_TrainDeliveryServiceCancelledNotificationRule_DecisionService_1"
    attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:tns="http://xmlns.oracle.com/TrainDeliveryServiceCancelledNotificationRules/TrainDeliveryServiceCancelledNotificationRules_TrainDeliveryServiceCancelledNotificationRule_DecisionService_1"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:bpelpm="http://xmlns.oracle.com/bpel"
    xmlns:rules="http://xmlns.oracle.com/bpel/rules">
    <include schemaLocation="xsd/TrainDeliveryServiceCancelledNotificationRules_TrainDeliveryServiceCancelledNotificationRule_DecisionService_1Types.xsd"/>
    </schema>
    <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://xmlns.oracle.com/bpel/rules"
    attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:tns="http://xmlns.oracle.com/bpel/rules"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:bpelpm="http://xmlns.oracle.com/bpel"
    xmlns:rules="http://xmlns.oracle.com/bpel/rules">
    <element name="int" type="xsd:int"/>
    <element name="double" type="xsd:double"/>
    <element name="string" type="xsd:string"/>
    <element name="boolean" type="xsd:boolean"/>
    <element name="byte" type="xsd:byte"/>
    <element name="short" type="xsd:short"/>
    <element name="long" type="xsd:long"/>
    <element name="float" type="xsd:float"/>
    <element name="integer" type="xsd:integer"/>
    <element name="decimal" type="xsd:decimal"/>
    <element name="dateTime" type="xsd:dateTime"/>
    <element name="duration" type="xsd:duration"/>
    </schema>
    <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://xmlns.oracle.com/TrainDeliveryServiceCancelledNotificationRules/TrainDeliveryServiceCancelledNotificationRules_TrainDeliveryServiceCancelledNotificationRule_DecisionService_1"
    attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:tns="http://xmlns.oracle.com/TrainDeliveryServiceCancelledNotificationRules/TrainDeliveryServiceCancelledNotificationRules_TrainDeliveryServiceCancelledNotificationRule_DecisionService_1"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:bpelpm="http://xmlns.oracle.com/bpel"
    xmlns:rules="http://xmlns.oracle.com/bpel/rules">
    <import namespace="" schemaLocation="xsd/NotificationSpecificationMock.xsd"/>
    <import namespace="" schemaLocation="xsd/Organisation.xsd"/>
    <import namespace="" schemaLocation="xsd/TrainDeliveryService.xsd"/>
    <import namespace="http://xmlns.oracle.com/bpel/rules"/>
    <import namespace="http://xmlns.oracle.com/bpel"/>
    <element name="callFunctionStateless">
    <complexType>
    <sequence>
    <element name="configURL" type="string" minOccurs="0" maxOccurs="1"/>
    <element name="bpelInstance" type="bpelpm:tBpelProcess" minOccurs="0" maxOccurs="1"/>
    <element name="parameterList" minOccurs="1" maxOccurs="1">
    <complexType>
    <sequence>
    <element ref="TrainDeliveryService"/>
    <element ref="Nrol3User"/>
    </sequence>
    </complexType>
    </element>
    </sequence>
    <attribute name="name" type="NCName" use="required"/>
    </complexType>
    </element>
    <element name="callFunctionStatelessDecision">
    <complexType>
    <sequence>
    <element name="resultList" minOccurs="1" maxOccurs="1">
    <complexType>
    <sequence>
    <element ref="NotificationSpecification"/>
    </sequence>
    </complexType>
    </element>
    </sequence>
    </complexType>
    </element>
    <element name="callFunctionStateful">
    <complexType>
    <sequence>
    <element name="configURL" type="string" minOccurs="0" maxOccurs="1"/>
    <element name="bpelInstance" type="bpelpm:tBpelProcess" minOccurs="0" maxOccurs="1"/>
    <element name="parameterList" minOccurs="1" maxOccurs="1">
    <complexType>
    <sequence>
    <element ref="TrainDeliveryService"/>
    <element ref="Nrol3User"/>
    </sequence>
    </complexType>
    </element>
    </sequence>
    <attribute name="name" type="NCName" use="required"/>
    </complexType>
    </element>
    <element name="callFunctionStatefulDecision">
    <complexType>
    <sequence>
    <element name="resultList" minOccurs="1" maxOccurs="1">
    <complexType>
    <sequence>
    <element ref="NotificationSpecification"/>
    </sequence>
    </complexType>
    </element>
    </sequence>
    </complexType>
    </element>
    </schema>
    </wsdl:types>
    <wsdl:message name="callFunctionStatelessMessage">
    <wsdl:part name="payload" element="tns:callFunctionStateless"/>
    </wsdl:message>
    <wsdl:message name="callFunctionStatelessDecisionMessage">
    <wsdl:part name="payload" element="tns:callFunctionStatelessDecision"/>
    </wsdl:message>
    <wsdl:message name="callFunctionStatefulMessage">
    <wsdl:part name="payload" element="tns:callFunctionStateful"/>
    </wsdl:message>
    <wsdl:message name="callFunctionStatefulDecisionMessage">
    <wsdl:part name="payload" element="tns:callFunctionStatefulDecision"/>
    </wsdl:message>
    <wsdl:message name="decisionServiceError">
    <wsdl:part name="payload" element="tns:errorInfo"/>
    </wsdl:message>
    <wsdl:portType name="IDecisionService">
    <wsdl:operation name="callFunctionStateless">
    <wsdl:input name="callFunctionStatelessInput" message="tns:callFunctionStatelessMessage"/>
    <wsdl:output name="callFunctionStatelessOutput" message="tns:callFunctionStatelessDecisionMessage"/>
    <wsdl:fault name="operationErroredFault" message="tns:decisionServiceError"/>
    </wsdl:operation>
    <wsdl:operation name="callFunctionStateful">
    <wsdl:input name="callFunctionStatefulInput" message="tns:callFunctionStatefulMessage"/>
    <wsdl:output name="callFunctionStatefulOutput" message="tns:callFunctionStatefulDecisionMessage"/>
    <wsdl:fault name="operationErroredFault" message="tns:decisionServiceError"/>
    </wsdl:operation>
    </wsdl:portType>
    </wsdl:definitions>

    Well, after burning a half a day on this I've discovered that deleting and recreating the decision service makes the problem go away. This is not the first time that inexplicable problems in JDeveloper 11 have gone away after 'turning it off and on again'.
    Anyone have any ideas?
    Rory

Maybe you are looking for

  • Bug report: A keyboard layout is incorrect on the remote with Japanese keyboard

    This is a bug report for Microst Remote Desktop =================================================== ## Summary A keyboard layout is incorrect on the remote with Japanese keyboard ## Version Information, I tested * Client     * Case 1         * MacBoo

  • Problem with customer exit EXIT_SAPLL03A_002:

    hello all , i have to write some code in the customer exit 'EXIT_SAPLL03A_002'. this customer exit will trigger while creating a transfer order using LT01,LT02 or LT03 transaction . the standard program for all these transactions is SAPML03T . The cu

  • Configuring Web Services for Oracle XML DB

    Hi all... I think I need some help one this subject.... We have a 10G Release 2 Oracle single instance ( not RAC) install on a Linux Redhat v5.3 64 bit server. Are developers are user Visual Studio .Net and wnat to send xml files to a web service so

  • How do I uninstall Safari 4?

    I need to uninstall Safari 4 and reload Safari 3. Mail has stopped working the moment it was installed. This is in a work environment, where we connect to an Exchange Server. When I installed Safari 4 Beta I had to uninstall it because it would make

  • Running PowerPC 10.5.8 software on new Intel 10.8.5 MacBook Pro

    Head scratcher for you Pros:  Have new MacBook Pro Intel 10.8.5 and my old PowerBook 17" Pro G4 PowerPC 10.5.8. Have Final Cut Pro version 6.1 running beautifully on the old PowerPC, and burning Blu Rays discs, etc, just fine. I need to be able to ru