-
Bug
-
Resolution: Fixed
-
P2
-
1.4.2_26
Testsuite name: CTE Regressions manual
JDK/JRE tested: j2sdkfb-1_4_2_26-ea-bin-b01-linux-i586-22_dec_2009.bin
OS/architecture: rhel4.6-x64
Reproducible: Always
Is it a platform specific regression: N
Is it a Regression: Y
[If yes] Regression introduced in release/build: 1.4.2_26b01
[If yes] Test result on FCS: FCS not released yet.
Test result on FCS: FCS not released yet.
Steps to reproduce:
1. Open ff2.0 to lauch test case of java/util/prefs/4788410/Test4788410.java ,and load the following page http://jpseuwt-ap/testcases/142/4788410/TestPrefsJWS.jnlp(acknowledge all the permission to run the application)
2. Application will launched and a window 'Test Preferences in JWS' will appear
Check:
If you see 'User Root found' and 'User Root Class Name:' - test PASSED
If you see Exception and can not instantiate Preference factory - test FAILED
#Expected behavior:
Jnlp file will launched and a window 'Test Preferences in JWS' will appear
#Actual behavior:
JWS can’t identify jdk version of system to launch application. Please refer to the attachment.
In TestPrefsJWS.jnlp file, if we change <j2se version="1.4+"/> to <j2se version="1.4.2"/>, it will download 1.4.2_17 bundle and run successfully.
#Exceptions:
JNLPException[category: Download Error : Exception: null : LaunchDesc: null ]
at com.sun.javaws.cache.DownloadProtocol.doDownload(DownloadProtocol.java:593)
at com.sun.javaws.cache.DownloadProtocol.getJRE(DownloadProtocol.java:703)
at com.sun.javaws.LaunchDownload.downloadJRE(LaunchDownload.java:447)
at com.sun.javaws.Launcher.downloadResources(Launcher.java:755)
at com.sun.javaws.Launcher.handleApplicationDesc(Launcher.java:293)
at com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:201)
at com.sun.javaws.Launcher.run(Launcher.java:169)
at java.lang.Thread.run(Thread.java:534)
#Validation:
same configuration/1.4.2_25b01-fcs-j4b( j2sdkfb-1_4_2_25-fcs-bin-b01-linux-i586-03_dec_2009.bin): Pass
JDK/JRE tested: j2sdkfb-1_4_2_26-ea-bin-b01-linux-i586-22_dec_2009.bin
OS/architecture: rhel4.6-x64
Reproducible: Always
Is it a platform specific regression: N
Is it a Regression: Y
[If yes] Regression introduced in release/build: 1.4.2_26b01
[If yes] Test result on FCS: FCS not released yet.
Test result on FCS: FCS not released yet.
Steps to reproduce:
1. Open ff2.0 to lauch test case of java/util/prefs/4788410/Test4788410.java ,and load the following page http://jpseuwt-ap/testcases/142/4788410/TestPrefsJWS.jnlp(acknowledge all the permission to run the application)
2. Application will launched and a window 'Test Preferences in JWS' will appear
Check:
If you see 'User Root found' and 'User Root Class Name:' - test PASSED
If you see Exception and can not instantiate Preference factory - test FAILED
#Expected behavior:
Jnlp file will launched and a window 'Test Preferences in JWS' will appear
#Actual behavior:
JWS can’t identify jdk version of system to launch application. Please refer to the attachment.
In TestPrefsJWS.jnlp file, if we change <j2se version="1.4+"/> to <j2se version="1.4.2"/>, it will download 1.4.2_17 bundle and run successfully.
#Exceptions:
JNLPException[category: Download Error : Exception: null : LaunchDesc: null ]
at com.sun.javaws.cache.DownloadProtocol.doDownload(DownloadProtocol.java:593)
at com.sun.javaws.cache.DownloadProtocol.getJRE(DownloadProtocol.java:703)
at com.sun.javaws.LaunchDownload.downloadJRE(LaunchDownload.java:447)
at com.sun.javaws.Launcher.downloadResources(Launcher.java:755)
at com.sun.javaws.Launcher.handleApplicationDesc(Launcher.java:293)
at com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:201)
at com.sun.javaws.Launcher.run(Launcher.java:169)
at java.lang.Thread.run(Thread.java:534)
#Validation:
same configuration/1.4.2_25b01-fcs-j4b( j2sdkfb-1_4_2_25-fcs-bin-b01-linux-i586-03_dec_2009.bin): Pass
- relates to
-
JDK-6715420 j4b revisions are not recognized as "platform versions"
- Resolved