I'm using JRI in a Java web project in which I am getting the error below after a few sucessful runnings:
A fatal error has been detected by the Java Runtime Environment:
EXCEPTION_GUARD_PAGE (0x80000001) at pc=0x00007ffdc36b0f28, pid=9892, tid=0x0000000000002dfc
JRE version: Java(TM) SE Runtime Environment (8.0_111-b14) (build 1.8.0_111-b14) Java VM: Java HotSpot(TM) 64-Bit Server VM (25.111-b14 mixed mode windows-amd64 compressed oops) Problematic frame: C [ntdll.dll+0xb0f28]
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\Ney\GlassFish_Server\glassfish\domains\domain1\config\hs_err_pid9892.log
If you would like to submit a bug report, please visit: http://bugreport.java.com/bugreport/crash.jsp The crash happened outside the Java Virtual Machine in native code. See problematic frame for where to report the bug.
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=192m; support was removed in 8.0
I've found some information in web but not envolving the use of JRI.
Could you please help me?
Ney
User contributions licensed under CC BY-SA 3.0