You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently we have updated our database connection pool to HikariCp and HeapOutofMemory fatal errors started occuring. The issue persists and stops my application to work in local. I then need to manually restart my server again and the error doesn't persist. This is a strange behaviour where the VM crashes on its own. I am suspecting that this upgrade is blocking few threads and leading this issue.
I have just added this new property : quartzProperties.put("org.quartz.dataSource.myDS.provider", "hikaricp");
Currently I am using JDK 17 with a heap memory of 2048M.
Please let me know for any other specific detailed information required. Thankyou for help in advance.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffff968cf36, pid=30868, tid=46348
#
# JRE version: OpenJDK Runtime Environment Corretto-17.0.8.8.1 (17.0.8.1+8) (build 17.0.8.1+8-LTS)
# Java VM: OpenJDK 64-Bit Server VM Corretto-17.0.8.8.1 (17.0.8.1+8-LTS, mixed mode, emulated-client, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# Problematic frame:
# V [jvm.dll+0x1cf36]
#
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# https://github.com/corretto/corretto-17/issues/
#
The text was updated successfully, but these errors were encountered:
Recently we have updated our database connection pool to HikariCp and HeapOutofMemory fatal errors started occuring. The issue persists and stops my application to work in local. I then need to manually restart my server again and the error doesn't persist. This is a strange behaviour where the VM crashes on its own. I am suspecting that this upgrade is blocking few threads and leading this issue.
I have just added this new property : quartzProperties.put("org.quartz.dataSource.myDS.provider", "hikaricp");
Currently I am using JDK 17 with a heap memory of 2048M.
Please let me know for any other specific detailed information required. Thankyou for help in advance.
The text was updated successfully, but these errors were encountered: