-
Bug
-
Resolution: Fixed
-
P4
-
5.0, 5.0u3
-
b42
-
x86
-
windows, windows_xp
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2127341 | 5.0u6 | Ashley Woodsom | P3 | Resolved | Fixed | b03 |
customer reporting a NPE from :
at com.sun.deploy.net.proxy.WNetscape4ProxyConfig.getNSVersion(Unknown Source)
at com.sun.deploy.net.proxy.WNetscape4ProxyConfig.getBrowserProxyInfo(Unknown Source)
at com.sun.deploy.net.proxy.WDefaultBrowserProxyConfig.getBrowserProxyInfo(Unknown Source)
at com.sun.deploy.net.proxy.DynamicProxyManager.reset(Unknown Source)
at com.sun.deploy.net.proxy.DeployProxySelector.reset(Unknown Source)
at com.sun.javaws.Main.initializeExecutionEnvironment(Unknown Source)
at com.sun.javaws.Main.main(Unknown Source)
looks like getNSVersion() relys on windows registry entry:
(HKEY_LOCAL_MACHINE, "Software\\Netscape\\Netscape Navigator")
and will crash if it is not set.
###@###.### 2005-05-10 14:00:54 GMT
at com.sun.deploy.net.proxy.WNetscape4ProxyConfig.getNSVersion(Unknown Source)
at com.sun.deploy.net.proxy.WNetscape4ProxyConfig.getBrowserProxyInfo(Unknown Source)
at com.sun.deploy.net.proxy.WDefaultBrowserProxyConfig.getBrowserProxyInfo(Unknown Source)
at com.sun.deploy.net.proxy.DynamicProxyManager.reset(Unknown Source)
at com.sun.deploy.net.proxy.DeployProxySelector.reset(Unknown Source)
at com.sun.javaws.Main.initializeExecutionEnvironment(Unknown Source)
at com.sun.javaws.Main.main(Unknown Source)
looks like getNSVersion() relys on windows registry entry:
(HKEY_LOCAL_MACHINE, "Software\\Netscape\\Netscape Navigator")
and will crash if it is not set.
###@###.### 2005-05-10 14:00:54 GMT
- backported by
-
JDK-2127341 com.sun.deploy.net.proxy.WNetscape4ProxyConfig.getNSVersion can NPE
-
- Resolved
-
- duplicates
-
JDK-6289722 Proxy detection throws exceptions
-
- Closed
-