-
Bug
-
Resolution: Fixed
-
P4
-
7u25
-
b30
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8016578 | 8 | Mark Howe | P4 | Resolved | Fixed | b96 |
JDK-8019674 | 7u60 | Mark Howe | P4 | Resolved | Fixed | b01 |
JDK-8017725 | 7u45 | Mark Howe | P4 | Closed | Fixed | b01 |
Steps to reproduce:
1. Install the latest 7u25 nightly on win7-x86
2. disable OCSP/CRL check in JCP (to be safe athough it will always check due to bug https://jbs.oracle.com/bugs/browse/JDK-8013237)
3. switch java console on
4. Make sure browser proxy is correctly configed so that you can go to public internet.
5. Access http://java.com/zh_CN/download/installed.jsp
6. If inside java console , you see
===========================
java.util.MissingResourceException: Can't find resource for bundle com.sun.deploy.resources.Deployment, key Run
at java.util.ResourceBundle.getObject(Unknown Source)
at java.util.ResourceBundle.getString(Unknown Source)
at com.sun.deploy.resources.ResourceManager.getMnemonic(Unknown Source)
at com.sun.deploy.ui.DialogTemplate.createTrustSecurityBottomPanel(Unknown Source)
at com.sun.deploy.ui.DialogTemplate.setNewSecurityContent(Unknown Source)
at com.sun.deploy.ui.UIFactory$1.execute(Unknown Source)
at sun.plugin.util.PluginSysUtil$SysExecutionThread.run(Unknown Source)
basic: Dialog type is not candidate for embedding
===========================
then the issue is reproduced.
1. Install the latest 7u25 nightly on win7-x86
2. disable OCSP/CRL check in JCP (to be safe athough it will always check due to bug https://jbs.oracle.com/bugs/browse/JDK-8013237)
3. switch java console on
4. Make sure browser proxy is correctly configed so that you can go to public internet.
5. Access http://java.com/zh_CN/download/installed.jsp
6. If inside java console , you see
===========================
java.util.MissingResourceException: Can't find resource for bundle com.sun.deploy.resources.Deployment, key Run
at java.util.ResourceBundle.getObject(Unknown Source)
at java.util.ResourceBundle.getString(Unknown Source)
at com.sun.deploy.resources.ResourceManager.getMnemonic(Unknown Source)
at com.sun.deploy.ui.DialogTemplate.createTrustSecurityBottomPanel(Unknown Source)
at com.sun.deploy.ui.DialogTemplate.setNewSecurityContent(Unknown Source)
at com.sun.deploy.ui.UIFactory$1.execute(Unknown Source)
at sun.plugin.util.PluginSysUtil$SysExecutionThread.run(Unknown Source)
basic: Dialog type is not candidate for embedding
===========================
then the issue is reproduced.
- backported by
-
JDK-8016578 java.util.MissingResourceException: Can't find resource for bundle com.sun.deploy.resources.Deployment, key Run
-
- Resolved
-
-
JDK-8019674 java.util.MissingResourceException: Can't find resource for bundle com.sun.deploy.resources.Deployment, key Run
-
- Resolved
-
-
JDK-8017725 java.util.MissingResourceException: Can't find resource for bundle com.sun.deploy.resources.Deployment, key Run
-
- Closed
-