Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6579718

Multiple useage of the apps desktop icon eventually fails

    XMLWordPrintable

Details

    • x86
    • windows_xp

    Description

      FULL PRODUCT VERSION :
      java version 1.6.0_01 build 1.6.0_01-b06

      ADDITIONAL OS VERSION INFORMATION :
      WIN XP PRO SP2

      A DESCRIPTION OF THE PROBLEM :
      After launching java app from desktop icon multiple time you will eventually get an exception error.


      STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
      1. Double click desktop icon of java app
      2. Close application
      3. Do the same process about 8 times. You will eventually hit the issue.

      EXPECTED VERSUS ACTUAL BEHAVIOR :
      EXPECTED -
      the app should launch properly and not envoke a exception
      ACTUAL -
      java.io.FileNotFoundException: C:\Documents and Settings\roland\Application Data\Sun\Java\Deployment\cache\6.0\47\50123daf-678ae406 (The system cannot find the file specified)
       at java.io.FileInputStream.open(Native Method)
       at java.io.FileInputStream.<init>(Unknown Source)
       at java.io.FileInputStream.<init>(Unknown Source)
       at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(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)

      CouldNotLoadArgumentException[ Could not load file/URL specified: C:\Documents and Settings\roland\Application Data\Sun\Java\Deployment\cache\6.0\47\50123daf-678ae406]
       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)


      ERROR MESSAGES/STACK TRACES THAT OCCUR :
      java.io.FileNotFoundException: C:\Documents and Settings\roland\Application Data\Sun\Java\Deployment\cache\6.0\47\50123daf-678ae406 (The system cannot find the file specified)
       at java.io.FileInputStream.open(Native Method)
       at java.io.FileInputStream.<init>(Unknown Source)
       at java.io.FileInputStream.<init>(Unknown Source)
       at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(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)

      CouldNotLoadArgumentException[ Could not load file/URL specified: C:\Documents and Settings\roland\Application Data\Sun\Java\Deployment\cache\6.0\47\50123daf-678ae406]
       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)


      REPRODUCIBILITY :
      This bug can be reproduced always.

      Attachments

        Activity

          People

            ngthomas Thomas Ng (Inactive)
            ndcosta Nelson Dcosta (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: