Latest JVM Patch for Domino does not install

The latest JVM Patch for Domino does not install ( 9.0.1.10_Server_w64_JVM_Patch_1.8SR5FP21.exe )

When executed it just starts and stops without any error messages. I have tried this on multiple Domino servers

running Windows 2018 and Windows 2012 with the same result. The JVMPatcher log shows only this:

10/25/2018 08:07:54 Started JVM Patching
10/25/2018 08:07:54 Using temp directory :C:\Users\mcallum\AppData\Local\Temp\3\Jules1324
10/25/2018 08:07:54 JVM Path: d:\notes\jvm
10/25/2018 08:07:54 Old Path: d:\notes\jvm_old
10/25/2018 08:07:54 Dst Path: d:\notes\jvm_dst
10/25/2018 08:07:54 Zip Path: d:\notes\jvm_dst\jvm_standalone_bck.zip
10/25/2018 08:07:54 iAnywherePath: d:\notes\uninst_jvmpatch

It looks like install.exe is not being extracted from the executable and the program just dies.

The temp directory is being created but nothing (install.exe) is not being written to it and is empty.

Anyone have any idea what the problem is? Thanks.

From a previous upgrade that worked the log shows this:

10/03/2017 15:18:56 Started JVM Patching
10/03/2017 15:18:56 Using temp directory :C:\Users\mcallum\AppData\Local\Temp\2\Jules4512
10/03/2017 15:18:57 JVM Path: d:\notes\jvm
10/03/2017 15:18:57 Old Path: d:\notes\jvm_old
10/03/2017 15:18:57 Dst Path: d:\notes\jvm_dst
10/03/2017 15:18:57 Zip Path: d:\notes\jvm_dst\jvm_standalone_bck.zip
10/03/2017 15:18:57 iAnywherePath: d:\notes\uninst_jvmpatch
10/03/2017 15:18:58 Event: Embedded file extraction Elapsed Time: 1391 ms
10/03/2017 15:18:58 Auto-uninstall: looking for V90x FP base jvm backups
10/03/2017 15:18:58 C:\Users\mcallum\AppData\Local\Temp\2\Jules4512\install.exe
10/03/2017 15:18:58 -D$USER_INSTALL_DIR$=“d:\notes” -D$JVM_SRC$=“jvm”
10/03/2017 15:18:58 ShellExecuteEx(C:\Users\mcallum\AppData\Local\Temp\2\Jules4512\install.exe, -D$USER_INSTALL_DIR$=“d:\notes” -D$JVM_SRC$=“jvm”)
10/03/2017 15:20:11 Event: Running JVM Patcher Elapsed Time: 72734 ms
10/03/2017 15:20:11 install.exe returned 0
10/03/2017 15:20:11 Using d:\notes\jvm\ for base jvm
10/03/2017 15:20:14 Event: Create JVM backup archive Elapsed Time: 3062 ms
10/03/2017 15:20:19 Renamed directory from d:\notes\jvm\ to d:\notes\jvm_old
10/03/2017 15:20:19 Renamed directory from d:\notes\jvm_dst\ to d:\notes\jvm
10/03/2017 15:20:19 Deleted directory: d:\notes\jvm_old
10/03/2017 15:20:19 Deleted directory: C:\Users\mcallum\AppData\Local\Temp\2\Jules4512
10/03/2017 15:20:19 Event: Switching JVMs Elapsed Time: 5516 ms

Subject: Do you have Notes & Domino installed on the same machine?

If so this may help you run the JVM installer with additional arguments so that it can find the Domino install:

A smallish problem installing JVMPatch_SR16FP3_W64_901.3_Server | eknori.de https://www.eknori.de/2015-03-24/a-smallish-problem-installing-jvmpatch_sr16fp3_w64_901-3_server/

Subject: Just the Domino Server is Installed

Thanks Shaun, but I know about A smallish problem installing JVMPatch_SR16FP3_W64_901.3_Server | eknori.de https://www.eknori.de/2015-03-24/a-smallish-problem-installing-jvmpatch_sr16fp3_w64_901-3_server/

The problem is that the install.exe embedded in the patch executable is not being extracted and launched. I manually used a tool

to extract install.exe and executed it. That appeared to work except the version of Java already installed did not change/update.

I will wait for the next patch to be released and see what happens with that. Thanks again.