-
Bug
-
Resolution: Fixed
-
P3
-
6u32, 7u4, 8
-
b34
-
x86
-
windows, windows_vista
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2223393 | 7u6 | Thomas Ng | P3 | Closed | Fixed | b06 |
http://javafx-jira.kenai.com/browse/RT-20716
both ssv code and regfx code write to HKCU registry branch right now. and in some cases, we check return code of those write and it affects return code of registerdeploy.
problem is if the registry write code get run as the user NT AUTHORITY\SYSTEM, write to HKCU will go to HKU\.DEFAULT branch instead. The key branch that we are writing into might not exsits in .DEFAULT, and this will cause the update to fail. We think it's okay to ignore this error for now and proceed - because when plugin runs, it should not be reading HKU\.DEFAULT anyway
both ssv code and regfx code write to HKCU registry branch right now. and in some cases, we check return code of those write and it affects return code of registerdeploy.
problem is if the registry write code get run as the user NT AUTHORITY\SYSTEM, write to HKCU will go to HKU\.DEFAULT branch instead. The key branch that we are writing into might not exsits in .DEFAULT, and this will cause the update to fail. We think it's okay to ignore this error for now and proceed - because when plugin runs, it should not be reading HKU\.DEFAULT anyway
- backported by
-
JDK-2223393 ignore ERROR_FILE_NOT_FOUND return code when setting HKCU entries
-
- Closed
-
- duplicates
-
JDK-7153272 register java plugin for IE could fail on vista x64 during install of FX 2.1
-
- Closed
-
-
JDK-7160906 with fx installed, the file C:\Windows\SysWOW64\npdeployJava1.dll is not from fx but from jre
-
- Closed
-