2016-07-15 6 views
3

Dies ist sehr seltsam, dass die Anwendung nach einiger Zeit nicht mehr funktioniert und einen Fehler auslöst. Unten sind die Details für dasselbe.Grails App beendet nach Ausgeben der Ausnahme

Jede Hilfe wäre

OS wert sein: ubuntu0.14.04.1

Java Version: Open JDK 7

Grails Version: 2.4.5

Anwendungstyp: Restanwendung

Fehler/Ausnahme

MISSING EXCEPTION HANDLER for pc 0x00007fa0613a429c and handler bci -1 
    Exception: 
java.lang.StackOverflowError 
- klass: 'java/lang/StackOverflowError' 
Compiled exception table : 
ExceptionHandlerTable (size = 288 bytes) 
catch_pco = 344 (1 entries) 
    bci -1 at scope depth 0 -> pco 1329 
catch_pco = 516 (1 entries) 
    bci -1 at scope depth 0 -> pco 1523 
catch_pco = 532 (1 entries) 
    bci -1 at scope depth 0 -> pco 1528 
catch_pco = 868 (1 entries) 
    bci -1 at scope depth 0 -> pco 1533 
catch_pco = 920 (1 entries) 
    bci -1 at scope depth 0 -> pco 1535 
catch_pco = 944 (1 entries) 
    bci -1 at scope depth 0 -> pco 1537 
catch_pco = 1160 (1 entries) 
    bci -1 at scope depth 0 -> pco 1465 
catch_pco = 1188 (1 entries) 
    bci -1 at scope depth 0 -> pco 1518 
catch_pco = 1220 (1 entries) 
    bci -1 at scope depth 0 -> pco 1513 
catch_pco = 1340 (2 entries) 
    bci 100 at scope depth 0 -> pco 1490 
    bci 110 at scope depth 0 -> pco 1476 
catch_pco = 1476 (2 entries) 
    bci 100 at scope depth 0 -> pco 1550 
    bci 110 at scope depth 0 -> pco 1476 
Could not load hsdis-amd64.so; library not loadable; PrintAssembly is disabled 
# 
# A fatal error has been detected by the Java Runtime Environment: 
# 
# Internal Error (sharedRuntime.cpp:714), pid=19233, tid=140325521483520 
# guarantee(false) failed: missing exception handler 
# 
# JRE version: OpenJDK Runtime Environment (7.0_101) (build 1.7.0_101-b00) 
# Java VM: OpenJDK 64-Bit Server VM (24.95-b01 mixed mode linux-amd64 compressed oops) 
# Derivative: IcedTea 2.6.6 
# Distribution: Ubuntu 14.04 LTS, package 7u101-2.6.6-0ubuntu0.14.04.1 
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again 
# 
# An error report file with more information is saved as: 
# /home/vinay/Documents/projects/westcon/nimbus4/nimbus4-api/hs_err_pid19233.log 
# 
# If you would like to submit a bug report, please include 
# instructions on how to reproduce the bug and visit: 
# http://icedtea.classpath.org/bugzilla 
# 
+0

Dies scheint wie ein Fehler in JDK selbst. –

+0

Hast du es behoben? Ich bekomme denselben Fehler und benutze Ubuntu 16.04. – fsi

+0

@fsi noch nicht! Es existiert immer noch für mich. –

Antwort

0

Ich hatte das gleiche Problem. Es tauchte auf, als ich versuchte, einen Grails-Befehl auszuführen.

Laufen: Grails 2.0.3, MacOS 10.13.2.

Turns unsere Lösung war, JDK 1.7 zu verwenden.

Ich hatte JDK 1.8 als JAVA_HOME für ein anderes Projekt festgelegt und vergessen, es zurück zu 1.7 zu wechseln.

hoffe, das hilft

Verwandte Themen