Unable to update application error

Can't get some apps to update and download. What do I do?

Hi Bhorv67,
Please refer the following forum thread on same problem "Close the following application 'log transport (logtransport2.exe)''
http://forums.adobe.com/message/5832570#5832570
Hope this helps.
Regards,
Sumit Singh

Similar Messages

  • When i try to update an App through the App store it gives me a Unable to Download application error. What's the solution?

    When i try to update an App through the App store it gives me a Unable to Download application error. What's the solution?
    This only happens when i try to update, but if i download a new app, it doesn't give me this error.

    Click here and request assistance.
    (77051)

  • Unable to launch application error

    Everytime I try to open a jnlp file i get the Unable to launch application error. I have no clue how to fix this and would like to know a solution. I currently have JRE 6 Update 6. Here is the error info.
    java.lang.Exception: cache failed forhttp://pokeglobal.sourceforge.net/game/beta.jnlp
         at com.sun.javaws.Launcher.updateFinalLaunchDesc(Unknown Source)
         at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
         at com.sun.javaws.Launcher.launch(Unknown Source)
         at com.sun.javaws.Main.launchApp(Unknown Source)
         at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
         at com.sun.javaws.Main$1.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Java Web Start 1.6.0_06
    Using JRE version 1.6.0_06 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\MILTON
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    0-5: set trace level to <n>
    #### Java Web Start Error:
    #### cache failed forhttp://pokeglobal.sourceforge.net/game/beta.jnlp

    I see, you found a solution for this problem. Can you share it with me please, because i am having the same error right now.

  • "Unable to update"- an error occurred and can't update apps or download media

    i cannot update apps, up to 19 Waiting....cannot download purchases, and now I cannot even get the 8.0.2 update in hopes that it will fix the problem. Getting an "unable to update - an error or occurred while checking for an update" message. Getting frustrated....any ideas?.. Just me?

    Hi there,
    Since this morning i experience the same problem, error code 5002.
    Search the internet for some answers and try some of them but with
    no results. Until yesterday everything was OK. I didn't do anything and
    did not change any settings. What's wrong!

  • HT4623 Every time I try to update, I get a message saying unable to update- an error occurred while checking for a software update

    Every time I try to update, I get a message saying unable to update- an error occurred while checking for a software update

    im having a similiar problem but my iphone 4s is stuck in the recovery mode.. like every time i restore the phone to factory setting it redownloads the firmware but nothing changes. any ideas?

  • HT4623 Unable to update applications installed.Error message "unable to connet iTunes" appears after installation icon hanging

    Since last two weeks I am unable to update my applications installed in iPad with iOS 6. Also no new app is getting installed. Installation icon appears but after some time error message "unable to connect iTunes " appears.Can some one guide me to solve this problem please?

    I've had similar problems. Whenever I try and update apps on the iPhone, the app would apparently download ok, but then not install. This didn't happen with new apps - only ones I was updating.
    I got around the issue by downloading the update in iTunes on my Mac, then deleting the app from the phone, then syncing. The problem with this method is that certain apps had saved settings which are lost when following this method.
    However... I seem to have fixed the issue after 2 months of trying.
    I followed the advice of this page:
    http://www.iphoneatlas.com/2008/09/10/itunes-8-workaround-for-5002-unknown-error -when-trying-to-update-apps/
    Then I repaired disk permissions and finally I completely erased and restored my iPhone BEFORE I synced it after the moving of the Mobile Applications folder.
    It's all working perfectly now and made my life much easier (especially with Aurora Feint updates), so I hope that this method works for some others.
    Good luck.
    Dom

  • Stacks - unable to update applications

    After installing Leopard, I instantly created a couple of stacks of applications. After putting all my photo applications into one stack, I was unable to update Aperture. After trying to install the update, I received an error message stating that I didn't have 1.0 installed, which I did.

    I don't think this is necessarily a defect of Leopard. Under previous Mac OSes, Software Update wouldn't locate applications if they weren't in their folders of install (e.g., Pages, Keynote, and now Numbers should be in the "iWork" folder created by the iWork Installer, and the iLife applications need to be in the "Applications" folder where they are originally installed to be located, rather than being conveniently tucked away inside a user-created "iLife" folder).
    Another way to get the benefit of having a convenient Stack or Stacks AND having Software Update successfully locate your applications is to create your Stack folder(s) as desired and fill them with aliases of your applications. Of course, their icons will display the locator arrows on them when displayed from the Stack(s). Not sure if that'll bother you or not.

  • 'Unable to Launch Application Error' - Java Web Start Running Under MS IIS.

    I am attempting to render the following .jnlp in MS IE:
    <?xml version="1.0" encoding="utf-8"?>
    <!-- JNLP File for LottoMadness Application -->
    <jnlp
       codebase="http://localhost/LottoMadness/"
       href="LottoMadness.jnlp">
       <information>
         <title>LottoMadness Application</title>
         <vendor>Rogers Cadenhead</vendor>
         <homepage href="http://localhost/LottoMadness/"/>
         <icon href="lottobigicon.gif"/>
       </information>
       <resources>
         <j2se version="1.5"/>
         <jar href="LottoMadness.jar"/>
       </resources>
       <application-desc main-class="LottoMadness"/>
    </jnlp>I've deployed the .jnlp, .gif, and .jar to MS IIS, running locally on my PC.
    When I attempt to render the .jnlp in IE I obtain an 'Application Error' window stating 'Unable to Launch Application'. Clicking details gives me:
    com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://localhost/LottoMadness/LottoMadness.jnlp
         at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
         at com.sun.javaws.Launcher.updateFinalLaunchDesc(Unknown Source)
         at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
         at com.sun.javaws.Launcher.launch(Unknown Source)
         at com.sun.javaws.Main.launchApp(Unknown Source)
         at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
         at com.sun.javaws.Main$1.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)I have configured MS IIS for Web Start, by setting the Extension/Content Type fields to .jnlp and application/x-java-jnlp-file.
    (The .jnlp is basically from 'Programming with Java in 24 Hours', as this is the book I am learning Java from.)

    AndrewThompson64 wrote:
    I am not used to seeing references to a local server that do not include a port number.
    E.G. http://localhost:8080/LottoMadness/
    I have deployed the following HTML (HelpMe.html) to the web server:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <html>
    <head>
         <title>Untitled</title>
    </head>
    <body>
    Help Me!
    </body>
    </html>When I attempt to render the URL in IE, I see the page just fine. The URL is use is:
    http://localhost/LottoMadness/HelpMe.htmlSo, I think my web server setup and usage is ok.
    >
    As an aside, what happens if (your MS IIS is running and) you click a direct link to..
    [http://localhost/LottoMadness/LottoMadness.jnlp|http://localhost/LottoMadness/LottoMadness.jnlp]
    When I click this link I get the error and exception I cited in my previous post.

  • Problem with downloading apps. "Unable to download application" error.Help please!

    I'm having a major issue with updating or downloading apps. They won't download! I try to download an app, it's says "waiting", then it looks like it's about to download. Then, suddenly, the "loading"  bar gets halway filled, then it goes back to saying "waiting". This cycles about three or so times and then I get this message: "Unable to download application. Could not be downloaded at this time" with choices to be "done" or "retry".
    I have tried EVERYTHING to fix this. I tried pausing the download and restarting, I tried soft and hard resets, I tried signing out and back into the App Store, I tried resetting my settings, I tried restoring the phone as a new iPhone, nothing works! I am at my wits end! I have an appointment at the Genius bar tomorrow, but I'm hoping someone here can help me so I won't have to keep that appointment.  I've tried searching for my problem in the forums but none of the results are like mine. Could someone please help?
    EDIT: I also tried checking the iTunes queue. No purchases are stuck in the queue.

    Just wanted to update, since I can no longer edit my original post. I tried disabling bluetooth. That didn't do any good, either.

  • 'Unable to access application'-Error in ACC-installation

    Dear Gurus,
    I started an adaptive computing controller 1.0 SP8 installation. In phase 5 - Start J2EE Engine for Online deployment- it ran into an error:
    Unable to access application $(DIR_EXE_ROOT)/run/startsap. No such file or directory.
    I used the AL11- transaction to check the variable, but it seemed to be alright. (I also suppose it was used properly before during the installation). The run- directory with the startsap in it is also at the right place, so I cannot realize the problem.
    Any ideas or possible solutions are heartly welcome!
    Greets,
    Maike

    Hi Maike,
    what OS are you installing on? This looks like the environment variable is not correctly set ...
    Just for your information. The Adaptive Computing Controller 7.1 is planned to go into GA end of July.
    Kind regards
    Gunther

  • Unable to update application and download new purchase?

    After downloading ios8, I am unable to update or download any application. Please help!

    Is the time and date correct?  Make sure that includes the time zone.

  • "Unable to unprepare application" error in weblogic 10

    Hi,
    I'm trying to deploy an application in weblogic 10.3.2 and am getting the following error:
    ####<Jun 16, 2011 10:20:17 PM GMT-00:00> <Error> <Deployer> <drh00068.com> <Server1> <Thread-1> <<WLS Kernel>> <> <> <1308262817084> <BEA-1
    49250> <Unable to unprepare application 'CIAPPE-4'.
    weblogic.management.DeploymentException:
    at weblogic.application.internal.BaseDeployment.throwAppException(BaseDeployment.java:157)
    at weblogic.application.internal.BaseDeployment.unprepare(BaseDeployment.java:499)
    at weblogic.application.internal.EarDeployment.unprepare(EarDeployment.java:54)
    at weblogic.application.internal.DeploymentStateChecker.unprepare(DeploymentStateChecker.java:206)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.unprepare(AppContainerInvoker.java:117)
    at weblogic.deploy.internal.targetserver.BasicDeployment.unprepare(BasicDeployment.java:287)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doUnprepare(DeploymentAdapter.java:82)
    at weblogic.management.deploy.internal.DeploymentAdapter.unprepare(DeploymentAdapter.java:220)
    at weblogic.management.deploy.internal.AppTransition$7.transitionApp(AppTransition.java:76)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
    at weblogic.management.deploy.internal.ConfiguredDeployments.unprepare(ConfiguredDeployments.java:205)
    at weblogic.management.deploy.internal.ConfiguredDeployments.undeploy(ConfiguredDeployments.java:193)
    at weblogic.management.deploy.internal.DeploymentServerService.shutdownApps(DeploymentServerService.java:188)
    at weblogic.management.deploy.internal.DeploymentServerService.shutdownHelper(DeploymentServerService.java:120)
    at weblogic.application.ApplicationShutdownService.halt(ApplicationShutdownService.java:143)
    at weblogic.t3.srvr.ServerServicesManager.haltInternal(ServerServicesManager.java:504)
    at weblogic.t3.srvr.ServerServicesManager.halt(ServerServicesManager.java:336)
    at weblogic.t3.srvr.T3Srvr.shutdown(T3Srvr.java:986)
    at weblogic.t3.srvr.T3Srvr.forceShutdown(T3Srvr.java:893)
    at weblogic.t3.srvr.T3Srvr$2.run(T3Srvr.java:905)
    Caused By: weblogic.utils.ErrorCollectionException:
    There are 2 nested errors:
    java.lang.IllegalStateException: WLDF Module not in PREPARED state during unprepare() callback. State was 3
    at weblogic.diagnostics.module.WLDFModule.unprepare(WLDFModule.java:378)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.previous(DeploymentCallbackFlow.java:397)
    at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:329)
    at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:311)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.unprepare(DeploymentCallbackFlow.java:111)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.unprepare(DeploymentCallbackFlow.java:103)
    at weblogic.application.internal.BaseDeployment$1.previous(BaseDeployment.java:1235)
    at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:329)
    at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:311)
    at weblogic.application.internal.BaseDeployment.unprepare(BaseDeployment.java:495)
    at weblogic.application.internal.EarDeployment.unprepare(EarDeployment.java:54)
    at weblogic.application.internal.DeploymentStateChecker.unprepare(DeploymentStateChecker.java:206)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.unprepare(AppContainerInvoker.java:117)
    at weblogic.deploy.internal.targetserver.BasicDeployment.unprepare(BasicDeployment.java:287)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doUnprepare(DeploymentAdapter.java:82)
    at weblogic.management.deploy.internal.DeploymentAdapter.unprepare(DeploymentAdapter.java:220)
    at weblogic.management.deploy.internal.AppTransition$7.transitionApp(AppTransition.java:76)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
    at weblogic.management.deploy.internal.ConfiguredDeployments.unprepare(ConfiguredDeployments.java:205)
    at weblogic.management.deploy.internal.ConfiguredDeployments.undeploy(ConfiguredDeployments.java:193)
    at weblogic.management.deploy.internal.DeploymentServerService.shutdownApps(DeploymentServerService.java:188)
    at weblogic.management.deploy.internal.DeploymentServerService.shutdownHelper(DeploymentServerService.java:120)
    at weblogic.application.ApplicationShutdownService.halt(ApplicationShutdownService.java:143)
    at weblogic.t3.srvr.ServerServicesManager.haltInternal(ServerServicesManager.java:504)
    at weblogic.t3.srvr.ServerServicesManager.halt(ServerServicesManager.java:336)
    at weblogic.t3.srvr.T3Srvr.shutdown(T3Srvr.java:986)
    at weblogic.t3.srvr.T3Srvr.forceShutdown(T3Srvr.java:893)
    at weblogic.t3.srvr.T3Srvr$2.run(T3Srvr.java:905)
    and
    java.lang.IllegalStateException: WLDF Module not in INITIALIZED state during destroy() callback. State was 3
    at weblogic.diagnostics.module.WLDFModule.destroy(WLDFModule.java:406)
    at weblogic.application.internal.flow.InitModulesFlow.destroy(InitModulesFlow.java:372)
    at weblogic.application.internal.flow.InitModulesFlow.unprepare(InitModulesFlow.java:339)
    at weblogic.application.internal.BaseDeployment$1.previous(BaseDeployment.java:1235)
    at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:329)
    at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:311)
    at weblogic.application.internal.BaseDeployment.unprepare(BaseDeployment.java:495)
    at weblogic.application.internal.EarDeployment.unprepare(EarDeployment.java:54)
    at weblogic.application.internal.DeploymentStateChecker.unprepare(DeploymentStateChecker.java:206)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.unprepare(AppContainerInvoker.java:117)
    at weblogic.deploy.internal.targetserver.BasicDeployment.unprepare(BasicDeployment.java:287)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doUnprepare(DeploymentAdapter.java:82)
    at weblogic.management.deploy.internal.DeploymentAdapter.unprepare(DeploymentAdapter.java:220)
    at weblogic.management.deploy.internal.AppTransition$7.transitionApp(AppTransition.java:76)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
    at weblogic.management.deploy.internal.ConfiguredDeployments.unprepare(ConfiguredDeployments.java:205)
    at weblogic.management.deploy.internal.ConfiguredDeployments.undeploy(ConfiguredDeployments.java:193)
    at weblogic.management.deploy.internal.DeploymentServerService.shutdownApps(DeploymentServerService.java:188)
    at weblogic.management.deploy.internal.DeploymentServerService.shutdownHelper(DeploymentServerService.java:120)
    at weblogic.application.ApplicationShutdownService.halt(ApplicationShutdownService.java:143)
    at weblogic.t3.srvr.ServerServicesManager.haltInternal(ServerServicesManager.java:504)
    at weblogic.t3.srvr.ServerServicesManager.halt(ServerServicesManager.java:336)
    at weblogic.t3.srvr.T3Srvr.shutdown(T3Srvr.java:986)
    at weblogic.t3.srvr.T3Srvr.forceShutdown(T3Srvr.java:893)
    at weblogic.t3.srvr.T3Srvr$2.run(T3Srvr.java:905)
    at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:337)
    at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:309)
    at weblogic.application.internal.BaseDeployment.unprepare(BaseDeployment.java:495)
    at weblogic.application.internal.EarDeployment.unprepare(EarDeployment.java:54)
    at weblogic.application.internal.DeploymentStateChecker.unprepare(DeploymentStateChecker.java:205)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.unprepare(AppContainerInvoker.java:117)
    at weblogic.deploy.internal.targetserver.BasicDeployment.unprepare(BasicDeployment.java:287)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doUnprepare(DeploymentAdapter.java:81)
    at weblogic.management.deploy.internal.DeploymentAdapter.unprepare(DeploymentAdapter.java:220)
    at weblogic.management.deploy.internal.AppTransition$7.transitionApp(AppTransition.java:75)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
    at weblogic.management.deploy.internal.ConfiguredDeployments.unprepare(ConfiguredDeployments.java:204)
    at weblogic.management.deploy.internal.ConfiguredDeployments.undeploy(ConfiguredDeployments.java:192)
    at weblogic.management.deploy.internal.DeploymentServerService.shutdownApps(DeploymentServerService.java:188)
    at weblogic.management.deploy.internal.DeploymentServerService.shutdownHelper(DeploymentServerService.java:120)
    at weblogic.application.ApplicationShutdownService.halt(ApplicationShutdownService.java:142)
    at weblogic.t3.srvr.ServerServicesManager.haltInternal(ServerServicesManager.java:504)
    at weblogic.t3.srvr.ServerServicesManager.halt(ServerServicesManager.java:336)
    at weblogic.t3.srvr.T3Srvr.shutdown(T3Srvr.java:986)
    at weblogic.t3.srvr.T3Srvr.forceShutdown(T3Srvr.java:892)
    at weblogic.t3.srvr.T3Srvr$2.run(T3Srvr.java:905)
    Guys...Please help me out...Thanks!
    Edited by: user13726690 on Jun 16, 2011 3:53 PM

    It appears like something called a shutdown operation. From the last stack:
    at weblogic.t3.srvr.T3Srvr.forceShutdown(T3Srvr.java:892)
    Was the server in the middle of a shutdown during the deploy?

  • How can I fix "unable to download application" error on ipad 2?

    When I go to update apps a popup states "unable to download application". Anyone know how to fix this?

    I had the same issue. I think it happens when you are synchronising and stop it half way while apps are still being synchronised with iTunes on your computer. Rather than try downloading apps wirelessly just complete the synchronising with the computer by connecting it up with the USB cable and starting the synchronise on iTunes.

  • I am unable to update Application Manager crushes

    On a iMac Intel running Maverick I am unable to update via my Cloud subscription due to the crashing of the Adobe Application Manager. Anny ideas?

    Thanks Neil. I guess would have to buy the app to do that. I bought the computer from a neighbor who is now deceased. Pages was already on it. When I try to update from the app store, even though I'm signed in, the update wants the neighbor's password. Any other ideas?

  • HT204266 Unable to update applications

    Unable to update apps.  I have 8 apps to update but when I click on update a blank screen pops up. 

    The update server is down; try this temporary workaround
    App Store>Purchased>Select "All"
    Note: Look out for apps that have the word "Update"
    http://i1224.photobucket.com/albums/ee374/Diavonex/9c256282736869f322d4b3071bbb2 a82_zps51a6f546.jpg

Maybe you are looking for