2015-12-01 37 views
0

我已經JDK 1.8並使用NetBeans IDE 8.0開發我的vaadin 7.5.3應用程序。不知道什麼導致這個例外。JRE拋出異常,glassfish在Windows 64位機器終止

詳細異常的

# 
# 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選項: JVM Options

+2

你明白嗎? 您可以在Netbeans啓動時提供Glassfish的JVM參數嗎? – rjdkolb

+1

你能告訴我們hs_err_pid6200.log的內容嗎? – Priyanshu

+0

@Priyanshu我在這個http://pastebin.com/RNGkvvtQ上粘貼了hs_err_pid6200.log文件 – Aminul

回答

0

的Xrebel試用期已經結束,顯然GlassFish服務器啓動後謂崩潰的時候,我已經移除了JVM選項xrebel,目前沒有JRE例外,所以我覺得這個問題是與日的出Xrebel。希望這可以幫助別人

當你開始Glassfish的,或當你部署應用程序

enter image description here