Unable to load extended Fiori application

Hello All,
I have developed a extended fiori application using document
End-to-End SAP Fiori Extensibility Use Case 
but it is giving error "Could not start the app due to a configuration problem".
All the standard application works properly on fiori Launch Pad.
I know many of you have faced same problem.
Help me to resolve this asap.
Regards,
Yashvi

abap.js:2 GET http://vcerpecc.vcerp.com:8000/sap/bc/ui5_ui5/ui2/ushell/shells/abap/sap/bc/ui5_ui5/sap/zmm_purord_ex/Component.js 404 (NOT FOUND)abap.js:2 XMLHttpRequest.sendcore-min-0.js:32 Q.ajaxTransport.sendcore-min-0.js:32 Q.extend.ajaxcore-min-0.js:91 Ycore-min-0.js:91 jQuery.sap.requirecore-min-1.js:23 sap.ui.component.loadcore-min-3.js:31 A.addMetadatacore-min-3.js:31 A.getMetadatacore-min-3.js:23 sap.ui.controller.openSomethingcore-min-0.js:21 Q.extend.proxy.pcore-min-0.js:32 Q.Callbacks.rcore-min-0.js:32 Q.Callbacks.t.fireWithcore-min-0.js:32 Q.extend.Deferred.Q.each.b.(anonymous function)NavTargetResolutionAdapter.js:2 (anonymous function)abap.js:26 sap.ui2.srvc.callODataWrapper.js:2 qcore-min-2.js:50 (anonymous function)core-min-2.js:50 o.defaultHttpClient.request.p9abap.js:2 E.dispatchabap.js:2 XMLHttpRequest.handleEventabap.js:2 XMLHttpRequest.getEventHandler.h
core-min-0.js:91 2015-04-13 03:21:11 registerResourcePath ('ui/s2p/mm/purord/tracking/zmm_purord_ex', 'sap/bc/ui5_ui5/sap/zmm_purord_ex/') -  sap.ui.ModuleSystem
core-min-0.js:91 2015-04-13 03:21:11 Error - found in negative cache: 'ui/s2p/mm/purord/tracking/zmm_purord_ex/Component.js' from sap/bc/ui5_ui5/sap/zmm_purord_ex/Component.js: 404 - NOT FOUND
core-min-0.js:91 2015-04-13 03:21:11 Could not start the app due to an internal error -  core-min-0.js:91 ucore-min-0.js:91 errorcore-min-3.js:31 errorcore-min-3.js:23 sap.ui.controller.openAppcore-min-1.js:29 a.publishcore-min-3.js:23 sap.ui.controller.openSomethingcore-min-0.js:21 Q.extend.proxy.pcore-min-0.js:32 Q.Callbacks.rcore-min-0.js:32 Q.Callbacks.t.fireWithcore-min-0.js:32 Q.extend.Deferred.Q.each.b.(anonymous function)NavTargetResolutionAdapter.js:2 (anonymous function)abap.js:26 sap.ui2.srvc.callODataWrapper.js:2 qcore-min-2.js:50 (anonymous function)core-min-2.js:50 o.defaultHttpClient.request.p9abap.js:2 E.dispatchabap.js:2 XMLHttpRequest.handleEventabap.js:2 XMLHttpRequest.getEventHandler.h
28core-min-0.js:91 2015-04-13 03:21:11 registerResourcePath ('sap/ushell/components/tiles', '/sap/bc/ui5_ui5/ui2/ushell/chips/../resources/sap/ushell/components/tiles/') -  sap.ui.ModuleSystem
3core-min-0.js:91 2015-04-13 03:21:12 registerResourcePath ('sap/ushell/components/tiles', '/sap/bc/ui5_ui5/ui2/ushell/chips/../resources/sap/ushell/components/tiles/') -  sap.ui.ModuleSystem
core-min-0.js:91 2015-04-13 03:37:31 registerResourcePath ('ui/s2p/mm/purord/tracking/zmm_purord_ex', 'sap/bc/ui5_ui5/sap/zmm_purord_ex/') -  sap.ui.ModuleSystem
core-min-0.js:91 2015-04-13 03:37:31 Error - found in negative cache: 'ui/s2p/mm/purord/tracking/zmm_purord_ex/Component.js' from sap/bc/ui5_ui5/sap/zmm_purord_ex/Component.js: 404 - NOT FOUND
core-min-0.js:91 2015-04-13 03:37:32 Could not start the app due to an internal error - 
31core-min-0.js:91 2015-04-13 03:37:32 registerResourcePath ('sap/ushell/components/tiles', '/sap/bc/ui5_ui5/ui2/ushell/chips/../resources/sap/ushell/components/tiles/') -  sap.ui.ModuleSystem

Similar Messages

  • RFC Error while running the extended fiori application

    Hi experts,
                When i run extended fiori application in fiori launchpad i am getting 500 internal server error in the console. When i run the transaction in the NGW with t-code /IWFND/ERROR_LOG i am getting error as shown in the snapshot.
    please help me with this.
    Thanks & Regards,
    Lahari

    Hi Jamie,
    My Component.js file has the following contents:
    jQuery.sap.declare("zcus.sd.salesorder.create.Component");
    // use the load function for getting the optimized preload file if present
    sap.ui.component.load({
      name: "cus.sd.salesorder.create", 
      /*url: "http://igtbilsap025.igatecorp.com:8000/sap/bc/ui5_ui5/sap/sd_so_cre"*/
      url: jQuery.sap.getModulePath("zcus.sd.salesorder.create") + "/../SD_SO_CRE"
      // we use a URL relative to our own component; might be different if
      // extension app is deployed with customer namespace
      /*url:http://:port/sap/bc/ui5_ui5/sap/hcm_lr_cre"
    cus.sd.salesorder.create.Component.extend("zcus.sd.salesorder.create.Component", {
      metadata: {
      version : "1.0",
      config : {
      "sap.ca.i18Nconfigs": {
      "bundleName":"zcus.sd.salesorder.create.i18n.i18n"
      "sap.ca.serviceConfigs":[{
      name:"SRA017_SALESORDER_CREATE_SRV",
         masterCollection : "SalesOrders",
         serviceUrl :URI("/sap/opu/odata/sap/SRA017_SALESORDER_CREATE_SRV/")
         .directory(),
         isDefault :true,
         countSupported : true,
         useBatch : true,
         mockDataSource : jQuery.sap.getModulePath("zcus.sd.salesorder.create") + "/model/metadata.xml"  
      customizing: {
      "sap.ui.viewExtensions":{
      "cus.sd.salesorder.create.view.SalesOrderCreateCart":{
      "extSOCCartTableColumnHeader": {
      className: "sap.ui.core.Fragment",
      fragmentName: "zcus.sd.salesorder.create.view.extSOCCartTableColumnHeader",
      type : "XML"
      "sap.ui.controllerExtensions": {
      "cus.sd.salesorder.create.view.SalesOrderCreateCart":{
      controllerName : "zcus.sd.salesorder.create.view.extButton"
    and in view folder i have  extSOCCartTableColumnHeader.xml and extButton.controller.js files
    In extSOCCartTableColumnHeader.xml i have placed :
    <core:FragmentDefinition xmlns="sap.m" xmlns:core="sap.ui.core">
    <contentRight>
    <Button xmlns="sap.m" text="{i18n&gt;PLACE_ORDER}" press = "doPlace" />
    </contentRight>
    </core:FragmentDefinition>
    In extButton.controller.js i have placed:
    sap.ca.scfld.md.controller.BaseFullscreenController
    .extend(
      "zcus.sd.salesorder.create.view.extButton",{
      doPlace : function(e) {
      this.salesOrderCreate()
      salesOrderCreate : function() {
      var c = this.oApplicationFacade
      .getApplicationModel("soc_cart");
      var s = {};
      var t = this;
      if (c.getData().PurchaseOrder === undefined) {
      c.getData().PurchaseOrder = ""
      if (c.getData().NotesToReceiver === undefined) {
      c.getData().NotesToReceiver = ""
      if (c.getData().ShippingInstructions === undefined) {
      c.getData().ShippingInstructions = ""
      s.SingleShipment = c.getData().SingleShipment;
      s.SalesOrderSimulation = false;
      s.SalesOrderNumber = "0";
      s.PO = c.getData().PurchaseOrder;
      s.RequestedDate = c.getData().singleRdd;
      s.CustomerID = c.getData().CustomerNumber;
      s.SalesOrganization = c.getData().SalesOrganization;
      s.DistributionChannel = c.getData().DistributionChannel;
      s.Division = c.getData().Division;
      s.ShipmentInstruction = c.getData().ShippingInstructions;
      s.NotesToReceiver = c.getData().NotesToReceiver;
      s.ShipToPartnerID = c.getData().PartnerID;
      s.OrderItemSet = [];
      var a = c.getData().oShoppingCartItems;
      var b = sap.ui.core.format.NumberFormat
      .getIntegerInstance({
      minIntegerDigits : 6,
      maxIntegerDigits : 6
      var j = 0;
      for ( var i = 0; i < a.length; i++) {
      if (a[i].isVisible == true) {
      var C = {};
      C.Quantity = a[i].qty;
      C.UnitofMeasure = a[i].UOM;
      C.RequestedDeliveryDate = a[i].RDD;
      C.Product = a[i].Product;
      C.SalesOrderNumber = a[i].SalesOrderNumber;
      C.ItemNumber = b.format(10 * (i + 1));
      C.Currency = a[i].Currency;
      s.OrderItemSet[j] = C;
      j++
      t.oSOCartModel
      .create(
      "/SalesOrders",
      s,
      null,
      function(d, r) {
      t.salesOrderCreated(r.data.SalesOrderNumber)
      }, function fnError(e) {
      var d = t.oApplicationFacade
      .getResourceBundle()
      .getText("ERROR");
      cus.sd.salesorder.create.util.Utils
      .dialogErrorMessage(
      e.response, d)
      salesOrderCreated : function(s) {
      var t = this;
      sap.ca.ui.message.showMessageBox({
      type : sap.ca.ui.message.Type.SUCCESS,
      message : cus.sd.salesorder.create.util.Formatter
      .formatSuccessMessage(s),
      }, function() {
      cus.sd.salesorder.create.util.ModelUtils
      .resetCartKeepCustomers();
      t.onNavigateHome()
    Thanks & Regards,
    Lahari

  • I upgraded from mountain lion to the OS X Mavericks and my EndNote X5 can not open.I re-installed but cannot open. I keep on getting the message "Unable to load EndNote X5: Applications/EndNote X5/EndNote X5.app/Contents/Encore.bundle" can anyone help?

    I upgraded from mountain lion to the OS X Mavericks and my EndNote X5 can not open.I re-installed it but cannot open. I keep on getting the message "Unable to load EndNote X5: Applications/EndNote X5/EndNote X5.app/Contents/Encore.bundle" can anyone help?

    Please take each of the following steps that you haven't already tried. Test after each one. Back up all data before making any changes.
    1. Make sure that the right volume is selected in the Startup Disk preference pane.
    2. Disconnect all wired peripherals except those needed to start up. If there's no change, reconnect them
    3. Reset the System Management Controller.
    4. Reset the PRAM.
    5. Start up in safe mode, then restart as usual. If you can't start in safe mode—for instance, if FileVault is active—then triple-click anywhere in the line below on this page to select it:
    /var/folders
    Right-click or control-click the highlighted line and select
              Services ▹ Reveal
    from the contextual menu. A Finder window should open with an item named "folders" selected. Move the selected item to the Trash. You'll be prompted for your administrator password. Restart and empty the Trash.

  • Error Message on a Extended Fiori application

    I'm currently trying to Extend and modify a SAP Fiori application
    The SAP Standard application is installed and working successfully in our system at the moment.
    When i'm trying to launch our extended Z Application i get the following error message
    Failed to resolve navigation target: #SAP_HCM_LVExtension-View - Error (500, Internal Server Error) in OData response for GET "/sap/opu/odata/UI2/INTEROP/ResolveLink?linkId='SAP_HCM_LVExtension-View'&shellType='FLP'&formFactor='desktop'": HTTP request failed
    Details: Launchpad ZHCM_APP / TRANSACTIONAL / SAP_HCM_LVExtension does not exist.
    In LPD cust we have the link text of SAP_HCM_LVExtension
    An Application Alias of SAP_HCM_LVExtension
    Any help would be appreciated !
    Cheers
    James

    Having the same issue, did you have any luck solving this? 

  • Hi i am unable to load a web application on firefox, however it loads perfect in google chrome and IE7

    On loading the web application on firefox, it says the connection is not trusted... i tried treating it as an exceptiom, but it still doesnot allow to access it on firefox

    Hi.
    The internet is a big, wonderful source of knowledge.
    Here is a site that I found that will describe setting up a static IP.
    http://homepage.mac.com/car1son/staticport_fwdstaticip.html
    the pictures may be slightly different, and your Airport will be slightly different, but this is a concept that you can learn and adapt from these other sources.
    the entire article is here:
    http://homepage.mac.com/car1son/staticport_fwdintro.html
    Oh, look here's a specific OSX 10.4 page over at portforward.com
    http://portforward.com/networking/static-Mac10.4.htm

  • Unable to load itmsp into application loader

    I am unable to open prepared itmsp package in itunes connect application loader.  Of course, I have two logins and it offers to let me switch accounts.  I switch accounts OK...but when I want to open using that account, I can't open with that account either.  I can login everywhere but there.  I set my router to allow access to the ports.  My itmsp file is 65Mb.  I waited for over half an hour for it to load before forcing quit.  Anybody have any ideas?

    I guess Apple decided to hiccup and I was able to log in.  This was not the first time I tried this procedure, but this is how it happened.  I was not able to log in after the export from iBooks Author.  I closed iTunes Producer and then opened it through Launchpad.  I logged in with the account that is set up for the book, selected open package, and, I'll be danged if it didn't open this time.  Unbelievable...  I don't think it is what I did.  I think Apple hiccuped or cleared her throat.

  • Unable to load SQL Analyse application

    When I try to start the SQL Analyse (Windows XP) application from the Tuning Pack I receive that error:
    Already logged into OMS: <IPAddress>
    When I press ok this error occur:
    VMQ-00049: The Oracle Management Server may not be running or the repository may be unavailable. Ensure that the Oracle Management Server is running and that the repository database is available.
    I know the OMS is running because I'm able to connect to OEM using the OMS.
    That's the first time I try to use SQL Analyse (or other tuning application from the Tuning Pack). May be I have something to configure to use it (OMS is on a Sun Solaris box).
    Thanks for your help.
    Mélanie

    If your OMS is behind a firewall, then read more on the behaviour of OMS / OEM configuration in such environment.

  • Application hang for long time (unable to load)

    hi and a very good day to all..
    i am a new user of J2ME and i am currently using Sun Wireless Toolkit to run a sample program. But, there are some error occur when i open it from the Open Project in Sun Wireless Toolkit. Once i click the launch button on the emulator, it will show the graphic but with a statement 'Please Wait'. it seems like my application is going happen to hang for quite a long time (i even can't open it at all). it happen every time i open my project and i unable to load my program successfully. i want 2 ask, is it because of teh coding? or my pc? or the Sun Wireless Toolkit itself? i never change/edit the coding, since this the sample application of Mobile Compass i downloading from the internet.
    there are bundle of code in my application (single application)..but the error 'Please Wait' basically come from 1 of the coding. i'll show it below:
    **THE CODE**
    package org.qcontinuum.compass;
    import javax.microedition.lcdui.*;
    import java.util.*;
    abstract public class Progress extends Form implements CommandListener, Runnable {
    private Displayable mParent;
    private Command mCancelCommand;
    private Thread mThread;
    // private Timer mTimer;
    public Progress(String title, Displayable parent) {
    super(title);
    mParent = parent;
    append(new StringItem(null, "Please wait...\n"));
    addCommand(mCancelCommand = new Command("Cancel", Command.CANCEL, 0));
    setCommandListener(this);
    mThread = new Thread(this);
    public void start() {
    mThread.start();
    abstract public void run();
    public void commandAction(Command c, Displayable d) {
    if (c == mCancelCommand) {
    Compass.display(mParent);
    p/s: is it the above error related to java.lang.NullPointerException? this is because, with unexpected situation, suddenly the compass program able to download successfully (only sometime), but still it give some error like below, and i still can select the Time Zone for my destination chosen from the given map.
    java.lang.NullPointerException
         at java.io.DataInputStream.read(+4)
         at java.io.DataInputStream.readUnsignedShort(+4)
         at java.io.DataInputStream.readUTF(+6)
         at java.io.DataInputStream.readUTF(+4)
         at org.qcontinuum.compass.TimeZone.load(+6)
         at org.qcontinuum.compass.TimeZone.<init>(+9)
         at org.qcontinuum.compass.TimeZone.getZones(+36)
         at org.qcontinuum.compass.LocationTimeZone.<init>(+89)
         at org.qcontinuum.compass.LocationMap.locationSelected(+22)
         at org.qcontinuum.compass.MapCanvas.moveImage(+282)
         at org.qcontinuum.compass.MapCanvas.keyPressed(+22)
         at javax.microedition.lcdui.Canvas.callKeyPressed(+19)
         at javax.microedition.lcdui.Display$DisplayAccessor.keyEvent(+198)
         at javax.microedition.lcdui.Display$DisplayManagerImpl.keyEvent(+11)
         at com.sun.midp.lcdui.DefaultEventHandler.keyEvent(+127)
         at com.sun.midp.lcdui.AutomatedEventHandler.keyEvent(+210)
         at com.sun.midp.lcdui.DefaultEventHandler$QueuedEventHandler.handleVmEvent(+114)
         at com.sun.midp.lcdui.DefaultEventHandler$QueuedEventHandler.run(+57)
    can someone help me on this. i really need the answer for this solution. i am still new and in the process of leaning. Thanks a lot and hope all of u can help me. May God bless u. The reference for the above sample program is at http://http://qcontinuum.org/compass/index.htm
    Regards,
    Miss Iera

    Hi,
    Do you have variable replaced by another query? If that is case, you will get performance issue, when the prequery is runnig when call var screen.
    Do you have variable replaced by authorization? If that is case, for the user will complicated authroization, it will take some time to fill it.
    In general, when the variable screen is calling, have you check in sm66, what is the work process doing? In RSRT->run this query with statistics, which part takes most time?

  • Unable to load Database Error for one of the BSO Application.

    Hello Everyone,
    We have one Production Issue like suddenly the an Application Fiji while should be running was stopped. When i tried to restart it its showing Error.
    gvw3086-v.atlanta.hp.com:1423.Fiji    Start  application    August 28, 2013 8:32:24 PM SGT    Failed
    Error: 1002141 Unable to load database [Arirang], error code [1019038]
    gvw3086-v.atlanta.hp.com:1423.Fiji.Consol    Start database    August 28, 2013 8:33:30 PM SGT    Failed
    Error: 1002141 Unable to load database [Arirang], error code [1019038].
    I checked the Log but not sure it correct or not i see this Error message.
    [Wed Aug 28 11:33:48 2013]Local/Fiji///7944/Info(1002089)
    RECEIVED ABNORMAL SHUTDOWN COMMAND - APPLICATION TERMINATING
    But i also saw this error before but the application use to start automatically but this time it did not.
    can anyone help me on this.
    Regards,
    Naveen

    Hi,
    As i mentioned above its only for one Application Fiji. For a temporary Solution we tried to restart the Hyperion Services. But this did not work. One of the the Hyperion Service HyPService(not sure of the exact name). did not restart. So we have done a a fail over to other node and now the Fiji apps is running. But i don't think so what we have done is the correct fix for the solution. Have any one faced this problem.
    Hi John,
    Which Doc ID you mean to refer me is that the doc which comes with the Essbase Software.
    Regards,
    Naveen

  • Application was unable to load database

    I have a RoboHelp 9 project that I left open on my computer overnight and microsoft updates ran causing my computer to restart.  When I try to open my RoboHelp 9 project, i get the following error:
    Open project was cancelled or the application was unable to load database for "C:\CODE\HELP\HELP.CPD"
    How can I correct the CPD file without starting over?

    Hi there
    Just delete the CPD and re-open the project. When RoboHelp sees it missing, it will bake up a fresh one to use and all should then be well.
    Cheers... Rick

  • "open project was cancelled or the application was unable to load database for..."

    I'm doing a project for my Professional Writing course and I
    have to use RoboHelp to create an online help document. The
    professor provided templates for us to use but when I go to open
    the project file I get the following error: "open project was
    cancelled or the application was unable to load database
    for....(then the directory)"
    I know the project file isn't corrupted because the members
    of my class are using the same one without issue. I tried
    re-downloading the file, I also re-installed the program itself,
    still with no luck. I'm using a Trial Version of RoboHelp 6.0 .
    The only other suggestions I have seen are that I don't have
    edit perms for the system, but it's my personal laptop and I have
    full admin privs. I thought at first that the folder was read-only,
    but when I opened it up all it displays is the little green box in
    the checkbox (which doesn't mean the folder is read-only, it's just
    some stupid windows default, it's only read-only if the box is
    actually checked). I tried making the entire directory read-only
    and then turn it off but still get the same error.
    Any suggestions?

    There's a topic on my site about Opening Projects that
    includes the method of deleting the CPD and XPJ files but I didn't
    cover that as the project is good for everyone else. Anything is
    worth a try at the moment though.
    Another thing to try is to rename the course folder, then
    create a new folder with the same name plus all sub folders. Then
    move the files across. That will ensure the folder properties are
    good and not read only. Yes I know what you said but again anything
    is worth a try.
    Also, in the last post you are saying the directory is not
    read-only. I assume the files are all good?
    Ref my previous post, is it the case that now you are getting
    an error before the original error would have popped up?

  • Open project was cancelled or application was unable to load database for pathname

    My pc is installed with Robohelp 3x. Recently I shifted the
    pc from one room to anther. Now when I attempt to open my existing
    workable solution, it give me the following message: "Open project
    was canceled or application was unable to load database for
    <pathname>". Do I need to call for Robohelp technical
    support? If yes, can someone provide me the toll free number?
    Can someone pls advise?

    Thanks Peter, managed to get in through the link you've
    given. I seriously doubt it has anything gotta do with a corrupted
    project. I have 2 working projects last week but they can no longer
    be opened this week.
    I tried even to created an empty project from scratch. It was
    created successfully but when I reopen the project, it shows the
    same error message.
    Could there have been other possibilities or ways which I can
    troubleshoot?
    *puzzled*

  • Host: Unable to load application configuration + wrong install version on download

    i am using 64 bit windows 7 ... when unable to playing video, it redirects me to the adobe download pages to get flash player ... the page says i am about to download flashplayer for win7 64 bit, of 9MB approximately, but the file i get has name "install_flashplayer11x32_mssd_aih.exe" (NOTE THE NUMBER 32) and this file just wont install it ends with error message: HOST: Unable to load application configuration ...
    By google i found also file install_flashplayer11x64_mssd_aih.exe (NOTE THE NUMBER 64) ... this file runs the install, i get the final screen saying "installation completed" but after clicking the "finish" button i get an error message saying "an error occured while sending a command to the program" ...
    I am just getting mad ... its 3 days i am trying to figure aout this problem ...
    i also tryed files as "install_flash_player_11_plugin.exe" , "install_flash_player_11_plugin.msi" , "install_flash_player_11_active_x.exe" and "install_flash_player_11_active_x.msi" ... those files actually proceeds with the install, but at the end, the videos are still not displaying ...
    When i am checking the plugins statuses in my firefox addons manager, it says Shockwave Flash is all right ...
    The precedent version of flash player was working just fine, i do not understand why you must make such a mess every 2 months ...
    How do i get work this?

    yes, the pages is http://get.adobe.com/flashplayer/
    the page says:
    Adobe Flash Player 11.3.300.257 (9.36 MB)
    Your system: Windows 64-bit , English, Firefox
    but when i click the "Download now" button i get the file named "install_flashplayer11x32_mssd_aih.exe" (NOTE THE NUMBER 32) which wont start and after few seconds i get the message "HOST: Unable to load application configuration"
    but finaly i solved the problem ... i just installed the file found by google on some private page "install_flashplayer11x64_mssd_aih.exe" (NOTE THE NUMBER 64)
    (the page is here: http://www.ziddu.com/download/16693235/install_flashplayer11x64_mssd_aih.exe.html)
    and after that i disabled the protected mode of flashplayer by adding a line in the cfg file
    the howto is here: http://forums.adobe.com/thread/1018071
    i must say its quite shameful one must get this torture to have movies playing on websites ... this cant happen at open source stuf, at least not for 3 days ...
    and being already here and complaining, i must say also (i hope some adobe emploee will read this) i am quite disgusted (and i believe not only me) by adobes bad habit to provide other software than flashplayer, when they include mcafee antivir into the install ...
    it is literally taking the user as a stupid one ...
    if i will need an antivir, i will look for it ...
    i just hate when some society tries to infiltrete in my comp some crap software counting on possibility that at the download i will not pay enough attention
    its just ridiculous and shameful behavior

  • Unable to load application configuration?

    All of a sudden, a couple of weeks ago, adobe flash stopped working in Internet Explorer 10. I've gone through all the steps I can find on the forum to try to get it
    to load. I even uninstalled it and the plug in for firefox, but it still wouldn't download, even directly. The error message that boinks and shows up as the exe file is installing it is:
    Unable to load application configuration.
    I'm running windows 7 pro 64 bit, service pack 1
    Internet Explorer 10, 10.0.9200.16635   v 10.0.7
    Adobe Flash version is gone, now that I uninstalled it to try to install, but was trying to install the update that it alerted me to, that is version 11.8.800.94, I think.
    I went away from IE when there was no adobe flash for 64 bit, but came back and have enjoyed it. I see others have had similar problems, seemingly around installing an update.
    Thanks for anyone's help.

    Download and run the offline installers from http://helpx.adobe.com/flash-player/kb/installation-problems-flash-player-windows.html#mai n-pars_header (nder the heading Progress bar hangs...).

  • Unable to load ITUNES onto PC HP, windows 7 Home Version.  Error message reads "Application Application Support not found".  "Unistall and reload".  I have done that 4 times on Explorer and Firefox without success.  Help??

    Unable to load ITUNES onto PC HP, windows 7 Home Version.  Error message reads "Application Application Support not found".  "Uninstall and reload".  I have done that 4 times on Explorer and Firefox without success.  Help??

    I had gotten a similar problem, except with "provider services", i believe, but i solved it by copying sqlite3.dll from E:\Program Files\Common Files\Apple\Apple Application Support to E:\Program Files\Common Files\Apple\Mobile Device Support. doing that solved my first problem, but now i have been getting the error described in this topic (unable to load dataclass info... etc.). i tried reinstalling itunes (i already had 9.1.1, and thats what i reinstalled) by using the method described on apples site (using the "remove programs" tool in the control panel) and then downloading and installing itunes. when i opened it again, i still got the same error, and just now i got an error saying "the instruction at "0x00aadb6b" referenced memory at "0x00000008". the memory could not be read" it gave me the option to cancel and debug, or to press ok and terminate the program. I tried pressing cancel, and the popup went away but nothing else happened. a minute later the popup was back, so i pressed ok and itunes quit. Upon opening Itunes again, i got the very same error. sorry for the long post, but its really been bugging me. thanks for any help you might give, and if you need anymore info, feel free to contact me.

Maybe you are looking for