JRE 抛出异常,glassfish 在 windows 64 位机器上终止

JRE throws an exception and glassfish is terminated at windows 64 bit machine

我已经 JDK 1.8 并使用 NetBeans IDE 8.0 开发我的 vaadin 7.5.3 应用程序。不知道是什么导致了这个异常。

异常详情

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006fc26a6b, pid=6200, tid=12848
#
# JRE version: Java(TM) SE Runtime Environment (8.0-b132) (build 1.8.0-b132)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.0-b70 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# V  [jvm.dll+0x2b6a6b]
#
# 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:\Program Files\glassfish-4.0\glassfish\domains\domain1\config\hs_err_pid6200.log
Compiled method (c1) 1102730  563       2       java.lang.NullPointerException::<init> (5 bytes)
 total in heap  [0x0000000002dc4290,0x0000000002dc4600] = 880
 relocation     [0x0000000002dc43b0,0x0000000002dc43e8] = 56
 main code      [0x0000000002dc4400,0x0000000002dc44c0] = 192
 stub code      [0x0000000002dc44c0,0x0000000002dc4568] = 168
 metadata       [0x0000000002dc4568,0x0000000002dc4588] = 32
 scopes data    [0x0000000002dc4588,0x0000000002dc45b0] = 40
 scopes pcs     [0x0000000002dc45b0,0x0000000002dc45f0] = 64
 dependencies   [0x0000000002dc45f0,0x0000000002dc4600] = 16
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
#
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=192m; support was removed in 8.0

更新

这里是 hs_err_pid6200.log 文件 http://pastebin.com/RNGkvvtQ

我正在使用 jRebel 和 xrebel

这是我的 JVM 选项:

Xrebel 试用期结束了,显然 glassfish 服务器开始经常崩溃,我已经从我的 JVM 选项中删除了 xrebel,目前没有 JRE 异常所以我认为问题出在过时的 Xrebel。希望这对某人有帮助