Hi, I'm not sure what's going wrong here but the issue is reproducable:
OS. Windows Server 2022
Install Oracle 19.3 Home
Update Opatch
Opatch 19.24 RU
Opatch 19.24 OJVM
Opatch 19.24 Datapump
setup.exe -createGoldImage (incl. workaround set TEMP=C:\Temp because of windows char limit)
Until here everything is fine. Now I extract the Image to a new location and run setup.exe, choose “software only” and after selecting a Windows Account Type, the Installer crashes.
# A fatal error has been detected by the Java Runtime Environment:
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000002bd0466d27f, pid=7960, tid=0x000000000000030c
# JRE version: Java(TM) SE Runtime Environment (8.0_411) (build 1.8.0_411-b09)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.411-b09 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# J 728 C2 java.lang.StringBuilder.append(Ljava/lang/String;)Ljava/lang/StringBuilder; (8 bytes) @ 0x000002bd0466d27f [0x000002bd0466d240+0x3f]
# Core dump written. Default location: C:\oracle\product\db19.24-se\hs_err_pid7960.mdmp
# An error report file with more information is saved as:
# C:\oracle\product\db19.24-se\hs_err_pid7960.log
The logfile contains a lot of “information” but nothing useful.
Has anyone an idea what I'm missing or is this just a bug and I should open an SR?