burtbeckwith / grails-p6spy-ui

Apache License 2.0
5 stars 6 forks source link

A fatal error has been detected by the Java Runtime Environment #8

Open pjdvmalan opened 8 years ago

pjdvmalan commented 8 years ago

Hi,

My environment: Grails: 3.1.5 Java : 1.8.0_73 Hibernate: org.hibernate:hibernate-core:5.0.7.Final

I am getting the following error:

grails> run-app  --debug
| Running application...

Configuring Spring Security Core ...
... finished configuring Spring Security Core

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000064f6a9a4, pid=9596, tid=12192
#
# JRE version: Java(TM) SE Runtime Environment (8.0_73-b02) (build 1.8.0_73-b02)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.73-b02 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# V  [jvm.dll+0x41a9a4]
#
# 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:\PM\Dev\Grails\Apps\maverick\hs_err_pid9596.log
#
# Compiler replay data is saved as:
# C:\PM\Dev\Grails\Apps\maverick\replay_pid9596.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':bootRun'.
> Process 'command 'C:\Program Files\Java\jdk1.8.0_73\bin\java.exe'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
| Error Failed to start server (Use --stacktrace to see the full trace)
grails>
burtbeckwith commented 8 years ago

Does this happen every time?

pjdvmalan commented 8 years ago

Yes. I cannot start the app with the 'run-app' command.

Not sure if it will help, but my gradle.properties may shed some light.

gradle.zip

robinZhao commented 7 years ago

same issue happen on jdk8+