Hi,
today i installed alm 24.1 on Windows Server 2022 VM.
In installation log i found this errors:
15/05/2024 09:08:22:657
Custom Action: com.hp.alm.installAnywhere.utils.MoveJDBCJarOut
Status: ERROR
Additional Notes: ERROR - class com.hp.alm.installAnywhere.utils.MoveJDBCJarOut.install() runtime exception:
15/05/2024 09:09:57:734
Custom Action: com.hp.alm.installAnywhere.utils.MoveJDBCJarBack
Status: ERROR
Additional Notes: ERROR - class com.hp.alm.installAnywhere.utils.MoveJDBCJarBack.install() runtime exception:
Service is running, but No Trayicon is shown. JDK 8.22 is installed.
DB Schema was created and TD User also.
In Wrapper Log this Errors can be found:
INFO | jvm 1 | 2024/05/15 09:14:01.482 | ERROR : status=MUTED, label=QC server is muted due to unrecoverable error, reason=Error creating bean with name 'serverWorkflowService' defined in URL [jar:file:/D:/ProgramData/Micro%20Focus/ALM/webapps/qcbin/WEB-INF/lib/alm-services-impl.jar!/Spring/almcore-lom-core-context.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.hp.qc.impl.services.serverworkflow.ServerWorkflowServiceImpl]: Constructor threw exception; nested exception is java.lang.NoSuchMethodError: 'void sun.misc.Unsafe.ensureClassInitialized(java.lang.Class)',
INFO | jvm 1 | 2024/05/15 09:14:01.484 | Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.hp.qc.impl.services.serverworkflow.ServerWorkflowServiceImpl]: Constructor threw exception; nested exception is java.lang.NoSuchMethodError: 'void sun.misc.Unsafe.ensureClassInitialized(java.lang.Class)'
INFO | jvm 1 | 2024/05/15 09:14:01.484 | Caused by: java.lang.NoSuchMethodError: 'void sun.misc.Unsafe.ensureClassInitialized(java.lang.Class)'
How can I solve this problem?