MDSConfigurationException: MDS-01329: Failed loading element

Hello,
I am getting below MDSConfigurationException while deploying my application. The exception is related to "*Attribute 'loading-order'*". The mdsrt.jar contains the mds-config.xml which contains the loading-order attribute defined.
----- Below is the mds-confi.xml from mdsrt.jar . Version of this jar is *"11.1.1.0.31.51.88"*
<mds-component-config version="11.1.1.000" loading-order="0.1" xmlns="http://xmlns.oracle.com/mds/config">
<file-type-config>
<file-types>
<file-type file-type-extension="xsd">
<local-unique-attributes>
<local-unique-attribute element_local_name = "element"
element_namespace = "http://www.w3.org/2001/XMLSchema"
attribute_local_name = "name"/>
</local-unique-attributes>
</file-type>
</file-types>
</file-type-config>
</mds-component-config>
------- Exception trace is
oracle.mds.config.MDSConfigurationException: MDS-01329: Failed loading element "{http://xmlns.oracle.com/mds/config}mds-component-config".
     at oracle.mds.internal.config.ConfigurationUtils.getBeanFromElement(ConfigurationUtils.java:188)
     at oracle.mds.config.MDSComponentConfig.loadFromElement(MDSComponentConfig.java:315)
     at oracle.mds.config.MDSComponentConfig.<init>(MDSComponentConfig.java:161)
     at oracle.mds.config.MDSComponentConfig.getMDSComponentConfigList(MDSComponentConfig.java:120)
     at oracle.adf.share.config.ADFMDSConfig.buildComponentConfigList(ADFMDSConfig.java:95)
     at oracle.adf.share.config.ADFMDSConfig.getDefaultMDSInstance(ADFMDSConfig.java:309)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at oracle.adf.share.config.FallbackConfigImpl.getMDSInstance(FallbackConfigImpl.java:72)
     at oracle.adf.share.config.ADFContextMDSConfigHelperImpl.createMDSSession(ADFContextMDSConfigHelperImpl.java:44)
     at oracle.adf.share.ADFContext.getMDSSessionAsObject(ADFContext.java:909)
     at oracle.adfinternal.controller.application.FacesContextFactoryImpl.checkForMds(FacesContextFactoryImpl.java:117)
     at oracle.adfinternal.controller.application.FacesContextFactoryImpl.getFacesContext(FacesContextFactoryImpl.java:95)
     at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl.getFacesContext(FacesContextFactoryImpl.java:64)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:260)
     at com.cassiopae.cassiopae.container.servlets.CassiopaeFacesServlet.service(CassiopaeFacesServlet.java:169)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:85)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:279)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._invokeDoFilter(TrinidadFilterImpl.java:239)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:196)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:139)
     at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:85)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:279)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._invokeDoFilter(TrinidadFilterImpl.java:239)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:196)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:139)
     at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at com.cj.trim.trimFilter.doFilter(Unknown Source)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at com.cj.gzipflt.GzipFilter.doFilter(Unknown Source)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.springframework.webflow.executor.jsf.FlowSystemCleanupFilter.doFilterInternal(FlowSystemCleanupFilter.java:41)
     at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:75)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:96)
     at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:75)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
     at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
     at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
     at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
     at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
     at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)
     at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
     at java.lang.Thread.run(Thread.java:662)
Caused by: javax.xml.bind.UnmarshalException
- with linked exception:
[org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: *Attribute 'loading-order' is not allowed to appear in element 'mds-component-config'.]*
     at javax.xml.bind.helpers.AbstractUnmarshallerImpl.createUnmarshalException(AbstractUnmarshallerImpl.java:315)
     at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.createUnmarshalException(UnmarshallerImpl.java:514)
     at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:326)
     at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:297)
     at oracle.mds.internal.config.ConfigurationUtils.getBeanFromElement(ConfigurationUtils.java:162)
     ... 67 more
Caused by: org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: Attribute 'loading-order' is not allowed to appear in element 'mds-component-config'.
     at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
     at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source)
     at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
     at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
     at org.apache.xerces.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(Unknown Source)
     at org.apache.xerces.impl.xs.XMLSchemaValidator.reportSchemaError(Unknown Source)
     at org.apache.xerces.impl.xs.XMLSchemaValidator.processAttributes(Unknown Source)
     at org.apache.xerces.impl.xs.XMLSchemaValidator.handleStartElement(Unknown Source)
     at org.apache.xerces.impl.xs.XMLSchemaValidator.startElement(Unknown Source)
     at org.apache.xerces.jaxp.validation.ValidatorHandlerImpl.startElement(Unknown Source)
     at com.sun.xml.bind.v2.runtime.unmarshaller.ValidatingUnmarshaller.startElement(ValidatingUnmarshaller.java:89)
     at com.sun.xml.bind.v2.runtime.unmarshaller.InterningXmlVisitor.startElement(InterningXmlVisitor.java:71)
     at com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector.startElement(SAXConnector.java:137)
     at com.sun.xml.bind.unmarshaller.DOMScanner.visit(DOMScanner.java:240)
     at com.sun.xml.bind.unmarshaller.DOMScanner.scan(DOMScanner.java:123)
     at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:314)
Can any one tell why this is coming? I don't have any other mds-confi.xml defined in my application.
- Sujay

Can I use old version *"11.1.1.0.22.49.49"* of mdsrt.jar instead of current version *"11.1.1.0.31.51.88"*?
In version *"11.1.1.0.22.49.49"* mdsrt.jar, mdf-config.xml doesn't contain the loading-order tab for mds-component-config element.

Similar Messages

  • Error while deploying the SAR file to EM Console.... MDS-01330: Failed to l

    Hi Team,
    We configured the HUDSON Tool with BPEL Projects. When I am trying to deploy the BPEL Projects to the SOA SERVER. I am getting an error associated with MDS. We never used MDS for storing teh metaData But still we are getting an error.
    10:35:42 deploy:
    10:35:42 [input] skipping input as property serverURL has already been set.
    10:35:42 [input] skipping input as property sarLocation has already been set.
    10:35:42 [deployComposite] setting user / password ..., user = weblogic
    10:35:42 [deployComposite] Processing sar = D: \ Programs \ hudson \ jobs \ P6.1_XYZ \ workspace \ XYZ/deploy/sca_XYZ_rev1.17.jar
    10:35:42 [deployComposite] Adding sar file - D: \ Programs \ hudson \ jobs \ P6.1_XYZ \ workspace \ XYZ \ deploy \ sca_XYZ_rev1.17.jar
    10:35:42 [deployComposite] Creating HTTP connection to host: 10.246.161.147, port: 8020
    10:35:44 [deployComposite] Received HTTP response from the server, response code = 500
    10:35:44 [deployComposite] ----> response code = 500, error: Error during deployment: Error occured when creating target MDS instance.: Oracle.mds.config.MDSConfigurationException: MDS-01330: Failed to load the configuration document MDS
    10:35:44 [deployComposite] MDS-01329: Unable to load the element "persistence-config"
    10:35:44 [deployComposite] MDS-01370: The configuration for use MetadataStore store metadata \ "soa-infra-store \" is invalid.
    10:35:44 [deployComposite] MDS-00922: Unable to create snapshot of heading ConnetionManager "oracle.mds.internal.persistence.db.JNDIConnectionManagerImpl".
    10:35:44 [deployComposite] weblogic.common.resourcepool.ResourceDisabledException: Pool mds-soa is Suspended, cannot allocate resources to applications ..
    10:35:44 [deployComposite]: MDS-01330: Failed to load configuration document MDS
    10:35:44 [deployComposite] MDS-01329: Unable to load the element "persistence-config"
    10:35:44 [deployComposite] MDS-01370: The configuration for use MetadataStore store metadata \ "soa-infra-store \" is invalid.
    10:35:44 [deployComposite] MDS-00922: Unable to create snapshot of heading ConnetionManager "oracle.mds.internal.persistence.db.JNDIConnectionManagerImpl".
    10:35:44 [deployComposite] weblogic.common.resourcepool.ResourceDisabledException: Pool mds-soa is Suspended, cannot allocate resources to applications ..
    10:35:44 [deployComposite].
    10:35:44
    10:35:44 BUILD FAILED
    10:35:44 D: \ Programs \ hudson \ jobs \ P6.1_XYZ \ workspace \ XYZ \ build.xml: 44: The following error occurred while executing this line:
    10:35:44 D: \ Oracle \ 11gR1ps1 \ jdeveloper \ bin \ ant-sca-deploy.xml: 132: Error during deployment: Error occured when creating target MDS instance.: Oracle.mds.config.MDSConfigurationException: MDS-01330 : Failed to load configuration document MDS
    10:35:44 MDS-01329: Unable to load the element "persistence-config"
    10:35:44 MDS-01370: The configuration for use MetadataStore store metadata \ "soa-infra-store \" is invalid.
    10:35:44 MDS-00922: Unable to create snapshot of heading ConnetionManager "oracle.mds.internal.persistence.db.JNDIConnectionManagerImpl".
    10:35:44 weblogic.common.resourcepool.ResourceDisabledException: Pool mds-soa is Suspended, cannot allocate resources to applications ..
    10:35:44: MDS-01330: Failed to load configuration document MDS
    10:35:44 MDS-01329: Unable to load the element "persistence-config"
    10:35:44 MDS-01370: The configuration for use MetadataStore store metadata \ "soa-infra-store \" is invalid.
    10:35:44 MDS-00922: Unable to create snapshot of heading ConnetionManager "oracle.mds.internal.persistence.db.JNDIConnectionManagerImpl".
    10:35:44 weblogic.common.resourcepool.ResourceDisabledException: Pool mds-soa is Suspended, cannot allocate resources to applications ..
    This is not pertaining to a single Project and this was happening with all BPEL Process.
    Please help us since it was blocking us to either delete a SAR file from EM Console as well as Deploy the SAR file to the EM Console.
    Thanks,
    Venugopal Raja

    weblogic.common.resourcepool.ResourceDisabledException: Pool mds-soa is Suspended, cannot allocate resources to applications ..Check server logs to find out why mds-soa is suspended. Make sure that datasource mds-soa is up and running on SOA servrs before deploying an application.
    Regards,
    Anuj

  • How Do You Restart a Failing Load Plan

    If a Load Plan step fails, say because of some bad data or a bad join, I know how to correct the error and restart the failing step or the failing task in the Operator.
    How do you restart the failing Load Plan or any higher level step in the Operator?
    Right now my Load Plan steps all say 'Restart from failed task'.
    I can't see the Load Plan itself in the Operator, so I can't restart it directly.

    In the Operator, there is an accordion section labeled "Load Plan Executions". You can restart from there.
    Regards,
    Michael Rainey

  • Re-load element 11?

    I need help to re-load elements 11?

    Yes it's a bit annoying having to use another account. I assume they have trashed the prefs?
      The editor saved prefs often get corrupted. You may need to rebuild the editor preferences to resolve any conflicts. Quit Elements.
    Hold down the Cmd+Opt+Shift keys and simultaneously click on the Edit button on the welcome screen. Release the three keys when you see a pop up - you may need to look behind the welcome screen by closing it. Or go to applications and hold down the three keys whilst double clicking on Photoshop Elements Editor application.
    When you see a pop up box with the words: Delete Adobe Photoshop Elements Settings File?
    Click on Yes - then wait whilst the app rebuilds the preferences.

  • Failed loading CD / DVD drives, error -43. Try doing a repair install on iTunes from the "Add or Remove Programs" control panel...

    I have done all the steps that I could find, and I am still having this issue...can someone help me please?
    Here is the diagnostics test I just ran as well. Not sure why it wont read my ipod either.
    Microsoft Windows Vista Home Basic Edition Service Pack 2 (Build 6002)
    Dell Inc. Inspiron 1525
    iTunes 11.1.5.5
    QuickTime not available
    FairPlay 2.5.16
    Apple Application Support 3.0.1
    iPod Updater Library 11.1f5
    CD Driver Not Available
    CD Driver DLL Not Available
    Apple Mobile Device 7.1.1.3
    Apple Mobile Device Driver 1.62.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.6.502
    Gracenote MusicID 1.9.6.115
    Gracenote Submit 1.9.6.143
    Gracenote DSP 1.9.6.45
    iTunes Serial Number 00D5BEA809F38F28
    Current user is an administrator.
    The current local date and time is 2014-04-05 12:39:11.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is not supported.
    Core Media is supported.
    Video Display Information
    Intel Corporation, Mobile Intel(R) 965 Express Chipset Family
    Intel Corporation, Mobile Intel(R) 965 Express Chipset Family
    **** External Plug-ins Information ****
    No external plug-ins installed.
    **** Network Connectivity Tests ****
    Network Adapter Information
    Adapter Name:        {F45D6408-EDE8-4F4F-8BDF-AE815F918114}
    Description:            Dell Wireless 1505 Draft 802.11n WLAN Mini-Card
    IP Address:             192.168.0.16
    Subnet Mask:          255.255.255.0
    Default Gateway:    192.168.0.1
    DHCP Enabled:      Yes
    DHCP Server:         192.168.0.1
    Lease Obtained:     Sat Apr 05 12:21:08 2014
    Lease Expires:       Sat Apr 05 13:21:08 2014
    DNS Servers:         68.105.28.12
                                    68.105.29.12
                                    68.105.28.11
    Adapter Name:        {8F15FB4D-2EE6-4690-A8E7-82ACBF7A4F1E}
    Description:            Marvell Yukon 88E8040 PCI-E Fast Ethernet Controller
    IP Address:             0.0.0.0
    Subnet Mask:          0.0.0.0
    Default Gateway:    0.0.0.0
    DHCP Enabled:      Yes
    DHCP Server:        
    Lease Obtained:     Wed Dec 31 17:00:00 1969
    Lease Expires:       Wed Dec 31 17:00:00 1969
    DNS Servers:        
    Active Connection: LAN Connection
    Connected:             Yes
    Online:                    Yes
    Using Modem:        No
    Using LAN:             Yes
    Using Proxy:           No
    Firewall Information
    Windows Firewall is off.
    Connection attempt to Apple web site was successful.
    Connection attempt to browsing iTunes Store was successful.
    Connection attempt to purchasing from iTunes Store was successful.
    Connection attempt to iPhone activation server was successful.
    Connection attempt to firmware update server was successful.
    Connection attempt to Gracenote server was successful.
    Last successful iTunes Store access was 2014-04-05 12:38:45.
    **** CD/DVD Drive Tests ****
    LowerFilters: PxHelp20 (2.0.0.0),
    No drivers in UpperFilters.
    Failed loading CD / DVD drives, error -43. Try doing a repair install on iTunes from the “Add or Remove Programs” control panel.
    **** Device Connectivity Tests ****
    iPodService 11.1.5.5 is currently running.
    iTunesHelper 11.1.5.5 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    Universal Serial Bus Controllers:
    Intel(R) ICH8 Family USB Universal Host Controller - 2830. Device is working properly.
    Intel(R) ICH8 Family USB Universal Host Controller - 2831. Device is working properly.
    Intel(R) ICH8 Family USB Universal Host Controller - 2832. Device is working properly.
    Intel(R) ICH8 Family USB Universal Host Controller - 2834. Device is working properly.
    Intel(R) ICH8 Family USB Universal Host Controller - 2835. Device is working properly.
    Intel(R) ICH8 Family USB2 Enhanced Host Controller - 2836. Device is working properly.
    Intel(R) ICH8 Family USB2 Enhanced Host Controller - 283A. Device is working properly.
    FireWire (IEEE 1394) Host Controllers:
    RICOH OHCI Compliant IEEE 1394 Host Controller. Device is working properly.
    Most Recent Devices Not Currently Connected:
    iPod touch (4th generation) running firmware version 6.0.1
    Serial Number:       CCQH8BRSDT77
    **** Device Sync Tests ****
    No iPod, iPhone, or iPad found.

    CD Driver Not Available
    CD Driver DLL Not Available
    With that one, I'd start with solution 3 from the following document:
    iTunes for Windows: Optical drive is no longer recognized, or "Disc burner or software not found" alert after install

  • MDS Reference Fails on Windows 7 32bit

    Hello All.
    We have an issue where references to an xsd which imports another xsd in my local MDS repository fails when I try to create variables or use it to define a message in a bpel process or web service. The error is "Exception: Unable to parse schema ..." and the detailed node information indicates it is an invalid reference. I can successfully view this schema and see its structure if I open it from the local repository in JDeveloper, I can successfully create variables, etc. from self contained xsd files and wsdls referencing self contained xsd files in my local repository.
    I'm am running JDeveloper 11.1.1.3 on Windows 7 32bit. My local MDS repository has been copied from my XP machine (where everything works fine). Permissions have been set to full control for myself and everything in the local machine's Users group.
    Any insight would be appreciated.
    Michael

    Hi kiki, 
    Do you have a phone cable plugged into the printer?
    When you run the wireless setup wizard you indicate that it keeps going into initializing mode correct?
    Have you tried the printer on a different network like your friends or relatives network?
    I am an HP employee.
    Say Thanks by clicking the Kudos Star in the post that helped you.
    Please mark the post that solves your problem as "Accepted Solution"

  • Help loading Elements 4.0

    I've been using Adobe Photoshop Elements 4.0 for years.  I just got a new PC which runs Windows 7.  I tried to load Elements 4.0 but it won't run.  Is there a download available to correct this?  Thanks.

    Adobe Photoshop Elements 4.0 won't run.  It loads it from the disk but  it
    gives me an error "This program has known compatibility issues".  It  give
    me an option to search for solutions, but comes back with no solution 
    available.
    <Removed by Moderator>

  • Trouble loading Elements 10

    I run windows 8 and have trouble loading elements 10. I get this error message as displayed in this screen dump. Any idea how to fix it?

    Sorry the cut and paste didn't get included. Here it is
    OMP: Error #15: Initializing libiomp5mt.lib, but found libiomp5md.dll already in itialized
    Hopefully this will help.

  • When loading Elements 10 why did it remove my Nic Software add-ons in Lightroom 3?

    I have uninstalled and reinstalled the Nic programmes but no success. And it is all now so slow that i am thinking of reinstalling everything. With Windows 7, 8 gb of memory and and i5 Intel processor, my computer should be able to handle this. Elements 7 was already there and working well, so I must have done something wrong. Any suggestions?
    Thanks,

    thanks for the advice. I will try it outDT
    Date: Mon, 15 Oct 2012 00:41:57 -0600
    From: [email protected]
    To: [email protected]
    Subject: When loading Elements 10 why did it remove my Nic Software add-ons in Lightroom 3?
        Re: When loading Elements 10 why did it remove my Nic Software add-ons in Lightroom 3?
        created by earth-star in Photoshop Elements - View the full discussion
    Hi, After installing NIK plug-ins, Please check on C:\Users\[user name]\AppData\Roaming\Adobe\Lightroom\External Editor Presets folder.Here you can see some Nik- plugins templates , open any template in Notepad and see "ExternalEditorFullPath" verify this path is right and whether .exe file is present at this location or not.Also verify the status of this path and .exe location after using the PSE.I am confident, this is the issue of file path mismatch. Thanks,earth-star.
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/4774142#4774142
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4774142#4774142
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4774142#4774142. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Photoshop Elements by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Scanner HP Director does not start after loading Elements 8

    Since I loaded Elements 8, I cannot open my HP Scanner
    Director, but can still scan or copy by using the buttons on the front of the scanner.
    It appeas that Elements has "married" itself to my scanner.
    Does anyone know a remedy?

    Hi @lisa55 ,
    Welcome to the HP Forums!
    I would like to take a moment and thank you for using the forum, it is a great place to find answers. For you to have the best experience in the HP forum, I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I understand that you got 2 Windows updates, during the installation of the second one the computer froze. After 1 hour you removed the battery and reinstalled it.
    Now when you try to power it on you get a blank or black screen with no error messages. The wireless light is lit for about 30 seconds before it powers itself down.
    There has been some Windows updates that have been causing an issue.
    Would you boot into Safe Mode and uninstall these updates.
    KB2982791, KB2970228,  KB2975719 and KB2975331.
    The other one that is suspected of causing this issue is the "Search Protect" software.
    If you check under programs and it is listed, please uninstall it.
    Windows 8 Safe Mode
    See which Windows updates are installed
    If you would like further assistance, please provide your exact model of HP 15 notebook you have.
    How Do I Find My Model Number or Product Number?
    Good Luck!
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • Message of failed load

    hi everybody!
    well, i got this code... and i'd like to personalize it
    more... 'cause it shows a message only if .css file fails... what
    about the .htm file, how can i do it?
    it could be better if someone knows the way the make a link
    in the "load failed message" to load again those files... or just
    refresh de page...
    // Create a new style sheet and LoadVars object
    var myVars:LoadVars = new LoadVars();
    var styles = new TextField.StyleSheet();
    // Location of CSS and text files to load
    var txt_url = "news.htm";
    var css_url = "news.css";
    // Load text to display and define onLoad handler
    myVars.load(txt_url);
    myVars.onData = function(content) {
    storyText = content;
    // Load CSS file and define onLoad handler:
    styles.load(css_url);
    styles.onLoad = function(ok) {
    if (ok) {
    // If the style sheet loaded without error,
    // then assign it to the text object,
    // and assign the HTML text to the text field.
    svnews.styleSheet = styles;
    svnews.text = storyText;
    } else {
    svnews.htmlText =
    "<br><br><br><br><br><br><br><br><p
    align='center'><font
    color='#FF0000'>¡ERROR!<BR>CARGA DE DATOS
    FALLIDA</font></p>";
    hope u can help me, it doesn't seem difficult
    thanx ni advance
    cheers!

    well, now i got this code:
    // Create a new style sheet and LoadVars object
    var myVars:LoadVars = new LoadVars();
    var styles = new TextField.StyleSheet();
    // Location of CSS and text files to load
    var txt_url = "news.htm";
    var css_url = "news.css";
    // Load css and text to display
    function cargar(){
    myVars.load(txt_url);
    styles.load(css_url);
    cargar();
    // Define onLoad handlers:
    myVars.onData = function(content) {
    if(content != undefined){
    storyText = content;
    } else {
    storyText =
    "<br><br><br><br><br><br><br><br><p
    align='center'><font
    color='#FF0000'>¡ERROR!<BR>CARGA DE DATOS
    FALLIDA</font><br><a
    href=\"asfunction:cargar\">Recargar</a></p>";
    styles.onLoad = function(ok) {
    if (ok) {
    // If the style sheet loaded without error,
    // then assign it to the text object,
    svnews.styleSheet = styles;
    // assign the HTML text to the text field.
    svnews.text = storyText;
    it's better than the other, but...
    1.- changing the name of .htm file (like failed load) = shows
    the message with link to reload.
    2.- changing the name of .css file (like failed load) = shows
    just "undefined"
    3.- changing the name of both files = shows
    "<br><br><br><br><br><br><br><br><p
    align='center'><font
    color='#FF0000'>¡ERROR!<br>CARGA DE DATOS
    FALLIDA<br><br><a
    href=\"asfunction:cargar\">RECARGAR</a></font></p>"
    (no format)
    try to solve it but I could not, any suggestion?
    i mean, i want this:
    load news.htm
    if news.htm loaded
    load news.css
    else
    show load failed message (no css style, not loaded yet)
    if news.css loaded
    show text ni textfield with styles
    else
    show load failed message (no css style, not loaded yet)
    the problem is that i can't say it in actionscript language
    thanks!

  • Down loading elements 12 and premire

    I WANTED TO LOAD ELEMENTS 12 ON MY COMPUTER 64 bit system I have tried each of the code numbers without success the numbers are [removed by moderator - never disclose publicly, anyone can use them]

    Find your serial number quickly
    PSE 10, 11, 12 - http://helpx.adobe.com/photoshop-elements/kb/photoshop-elements-10-11-downloads.html
    PE 10, 11, 12 - http://helpx.adobe.com/premiere-elements/kb/premiere-elements-10-11-downloads.html

  • Hi there. I am in the process of choosing a laptop to load elements 11 on.Putting minimum requirements aside, is there any advantage in getting a dedicated as opposed to an integrated graphics card, would it run faster on an i5 as opposed to an i3 process

    Hi there. I am in the process of choosing a laptop to load elements 11 on.Putting minimum requirements aside, is there any advantage in getting a dedicated as opposed to an integrated graphics card, would it run faster on an i5 as opposed to an i3 processor and does a screen resolution of more than 1024 x 768 make any diference in elements 11? What should I be looking for to enable elements 11 to work efficiently without over specing? thanks folks !

    PSE doesn't make big demands on the graphics card, but you want a screen that is at least 800 px tall to be able to use all the features. Some things, like the raw converter, may not appear at less than that.

  • Error -11003:Menu-Fail loading Image file

    HI:
    addMenus XML File:
    <Application>
      <Menus>
        <action type="add">
          <Menu Checked="0" Enabled="1" FatherUID="43520" Image="title.bmp" Position="14" String="Menus" Type="2" UniqueID="Menus">
            <Menus>
              <action type="add">
                <Menu Checked="0" Enabled="1" FatherUID="Menus" Image="" Position="0" String="Menu_1" Type="1" UniqueID="Menu_1" />
              </action>
            </Menus>
          </Menu>
        </action>
      </Menus>
    </Application>
    when add the Image property , but continue error  Error -11003:Menu-Fail loading Image file.
    <h2>How to add images by using XML inside a B1DE project ?  </h2>
    Hope it helps
    Jimmy.l

    Hi
    在你的xml文件中,image 属性设置错误,应该填写你所加的image的绝对路径
    比如:
    <Application>
    <Menus>
    <action type="add">
    <Menu Checked="0" Enabled="0" FatherUID="43520" String="MyMenu1" Type="2" UniqueID="MyMenu1" Image="C:/MyPic.bmp">
    <Menus>
    <action type="add">
    <Menu Checked="1" Enabled="0" FatherUID="MyMenu1" String="MySub1" Type="1" UniqueID="MySub1" />
    </action>
    </Menus>
    </Menu>
    <Menu Checked="0" Enabled="1" FatherUID="43520" String="MyMenu2" Type="2" UniqueID="MyMenu2" >
    <Menus>
    <action type="add">
    <Menu Checked="0" Enabled="0" Position="0" FatherUID="MyMenu2" String="MySub21" Type="1" UniqueID="MySub21" />
    </action>
    </Menus>
    </Menu>
    </action>
    </Menus>
    </Application>

  • Failed loading disp class "HSIService". Exception java.lang.ClassCastExcep

    <Failed loading disp class "HSIService". Exception java.lang.ClassCastExcep
    Posted: 12 Aug 2004 13:36 PM Reply
    I am receiving the following error in most all of the logs when trying to run/test this web service. The service worked fine a day ago, then this happened. I finally rebuilt it entirely in workshop, it ran a couple of times between changes and then started producing this error again. The workshop test browser either states "DispMessage is null" on the test form or if the form appears then it says "get" is not supported for the operation .... and maybe other weird stuff.
    Can you give me an idea of where to specifically look for the problem?? Complete error message is below:
    ####<Aug 12, 2004 3:40:16 PM EDT> <Error> <WLW> <KLRAY8Z> <cgServer>
    <ExecuteThread: '14' for queue: 'weblogic.kernel.Default'> <<anonymous>> <>
    <Failed loading disp class "HSIService". Exception java.lang.ClassCastException at
    com.bea.wlw.runtime.core.dispatcher.TypeUtils.validate(TypeUtils.java:1130)
    at com.bea.wlw.runtime.jws.dispatcher.JwsDispClass.<init>(JwsDispClass.java:398)
    at com.bea.wlw.runtime.jws.dispatcher.JwsDispFile.createPrimaryDispClass(JwsDispFile.java:52)
    at com.bea.wlw.runtime.core.dispatcher.DispFile.<init>(DispFile.java:162)
    at com.bea.wlw.runtime.jws.dispatcher.JwsDispFile.<init>(JwsDispFile.java:44)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at com.bea.wlw.runtime.core.dispatcher.DispUnit.loadDispFile(DispUnit.java:219)
    at com.bea.wlw.runtime.core.dispatcher.DispUnit.<init>(DispUnit.java:153)
    at com.bea.wlw.runtime.core.dispatcher.DispCache.ensureDispUnit(DispCache.java:553)
    at com.bea.wlw.runtime.core.dispatcher.HttpServerHelper.getDispUnit(HttpServerHelper.java:491)
    at com.bea.wlw.runtime.core.dispatcher.HttpServerHelper.executeGetRequest(HttpServerHelper.java:531)
    at com.bea.wlw.runtime.core.dispatcher.HttpServer.doGet(HttpServer.java:81)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6354)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    >
    --------------------------------------------------------

    FYI - solved this problem. The problem was that I had set a callback handler as an operation like so:
    * @common:operation
    * @common:message-buffer enable="true"
    * @jws:conversation phase="finish"
    public void mycontrol_mycallbackhandler()
    Apparently callback handler's can not be operations.

Maybe you are looking for

  • Error message when opening a .cp file (version issue?)

    I am using Captivate 4.0 and exporting to a .swf file. My project partner is using Captivate 3.0 I sent her my Captivate file to use as a template for our project and when she tries to open it, she gets an error message: Adobe Captivate could not ope

  • How do I use Cisco MARS to monitor two ASA (active/stby) with IPS modules?

    Hi The two ASA with IPS modules are in active/standby mode. When I try to add both the two IP (active/standby) into the MARS, the MARS will complain duplicated hostnames. How to setup MARS to monitor ASA with IPS with active standby topology? Thanks!

  • Couldn't start Back to My Mac

    I have unchecked it, re-checked it, signed out of iCloud, rebooted, but no matter what,  I can't seem to get Back to My Mac to start.  It just says "Couldn't Start Back to My Mac"  Clicking details says turn off back to my mac, and reboot, and then t

  • Action Script Inconsistent

    I am running Flash CS 4 and using ActionScript 3 in a classroom on Windows XP Professional systems. All of the machines were ghosted - the installations are exactly the same. We have been running into problems where simple code (for instance, trace("

  • Dodgy SLI Switch Card

    Hello All... The SLI swich card on the MSI K8N SLI Platinum is very poor, it's the 2nd time ive had issues with it. Last year the board would not operate in SLI, I returned it to my local outlet and got a replacment; I then had no further problems. I