Name: nt126004 Date: 09/27/2002
FULL PRODUCT VERSION :
java version "1.4.1-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-beta-b14)
Java HotSpot(TM) Client VM (build 1.4.1-beta-b14, mixed mode)
FULL OPERATING SYSTEM VERSION :
Microsoft Windows 2000 [Version 5.00.2195]
A DESCRIPTION OF THE PROBLEM :
This works: <j2se version="1.4" />
This does not: <j2se version="1.4.1" />
1.4.1 is FCS now, which (I think) means it should be
available to webstart.
When I try to start the application, I'm get an error
indicating that it could not auto-download version 1.4.1
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Try to launch any jnlp which contains
<j2se version="1.4.1" />
EXPECTED VERSUS ACTUAL BEHAVIOR :
I expected it to auto-download 1.4.1, but it does not.
ERROR MESSAGES/STACK TRACES THAT OCCUR :
When I try to start the application, I'm getting the following error in
the "General" tab in the "Details" dialog,
An error occurred while launching/running the application.
Title: xxxx
Vendor: xxxxx
Category: Download Error
The application has requested a version of the Java 2 platform (JRE) that is
currently not locally installed. Java Web Start was unable to automatically
download and install the requested version. The JRE version must be installed
manually.
Error Code 11 (11 Could not locate requested version) returned from server when
accessing resource: (http://java.sun.com/products/autodl/j2se, 1.4.1)
The "Exception" tab says this:
JNLPException[category: Download Error : Exception: null : LaunchDesc: null ]
at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
at com.sun.javaws.cache.DownloadProtocol.getJRE(Unknown Source)
at com.sun.javaws.LaunchDownload.downloadJRE(Unknown Source)
at com.sun.javaws.Launcher.downloadResources(Unknown Source)
at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Thread.java:536)
REPRODUCIBILITY :
This bug can be reproduced always.
(Review ID: 164643)
======================================================================