A fatal error has been detected by the Java Runtime Enviroment

-1

I was trying to install the jdbc auth.dll file. In intelliJ i Always got the same response "Could not load jdbc_auth.dll" So i got recommended to use this line of code as a VM option

java -Djava.library.path=C:\Java\native\libs YourProgram 

This might have worked if I was not stupid enough to not change the end of the line...

After this the JVM or JRE crashes every time i try to run.

I have tried...
1. ReinstallingJDK and JRE
2. Reset local files in Java configure program
3. Turn on and off my computer(several)
4. Changing env. variables

console:

0    [main] INFO  no.dnb.database.util.DataSourceProvider  - Register         
driver=com.mysql.jdbc.Driver
1    [main] INFO  no.dnb.database.util.DataSourceProvider  - Register 
driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
1    [main] INFO  no.dnb.database.util.DataSourceProvider  - Using mode 
"res" from the propertiesfile.
1    [main] INFO  no.dnb.database.util.DataSourceProvider  - 
DataSourceProvider is using mode = PROPERTIES
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000065fdf943, 
pid=17996, tid=0x00000000000042e8
#
# JRE version: Java(TM) SE Runtime Environment (8.0_211-b12) (build 
1.8.0_211-b12)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.211-b12 mixed mode 
windows-amd64 compressed oops)
# Problematic frame:
# V  [jvm.dll+0x13f943]
#
# Failed to write core dump. Minidumps are not enabled by default on 
client versions of Windows
#
# An error report file with more information is saved as:
# C:\Users\marped\kildekode\customerbatchapplications\hs_err_pid17996.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp

Is there a possibility of maybe resetting everything back to normal?

java
jvm
asked on Stack Overflow Jul 10, 2019 by Pr0tonion • edited Jul 10, 2019 by Pr0tonion

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0