-
Bug
-
Resolution: Fixed
-
P3
-
8
-
b32
-
generic
-
generic, windows_xp
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2222687 | 7u6 | Andy Herrick | P3 | Closed | Fixed | b04 |
Tested build : 8-b255-2012-03-13_205
javaws -uninstall is failing by throwing following exception once caching is disabled
JNLPException[category: System Configuration : Exception: null : LaunchDesc: null
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Once we dispose the javaws error dialog , another dialog with message "Error encountered while invoking Java Web Start (execv) ..." is getting displayed
Steps to reproduce:
1) Disbale caching using JCP
2) Execute "javaws -uninstall" and if you notice above mentioned behavior then bug is reproduced
First dialog is correct - second is excess and is a bug to show.
javaws -uninstall is failing by throwing following exception once caching is disabled
JNLPException[category: System Configuration : Exception: null : LaunchDesc: null
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Once we dispose the javaws error dialog , another dialog with message "Error encountered while invoking Java Web Start (execv) ..." is getting displayed
Steps to reproduce:
1) Disbale caching using JCP
2) Execute "javaws -uninstall" and if you notice above mentioned behavior then bug is reproduced
First dialog is correct - second is excess and is a bug to show.
- backported by
-
JDK-2222687 Nighlty: javaws -uinstall (with caching disabled) shows two error dialogs.
-
- Closed
-
- duplicates
-
JDK-7151752 Invalid import options throw Java Web Start Error native dialog. Regression for 7003102
-
- Closed
-
- relates to
-
JDK-7003102 Regression :Invalid import options throw Java Web Start Error from 6u22 b05
-
- Closed
-