java - Grails app terminates after giving exception -


this strange application stops working after sometime , throws error. below details same.

any worth

os : ubuntu0.14.04.1

java version : open jdk 7

grails version : 2.4.5

application type : rest application

error / exception

missing exception handler pc 0x00007fa0613a429c , 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 @ scope depth 0 -> pco 1329 catch_pco = 516 (1 entries)   bci -1 @ scope depth 0 -> pco 1523 catch_pco = 532 (1 entries)   bci -1 @ scope depth 0 -> pco 1528 catch_pco = 868 (1 entries)   bci -1 @ scope depth 0 -> pco 1533 catch_pco = 920 (1 entries)   bci -1 @ scope depth 0 -> pco 1535 catch_pco = 944 (1 entries)   bci -1 @ scope depth 0 -> pco 1537 catch_pco = 1160 (1 entries)   bci -1 @ scope depth 0 -> pco 1465 catch_pco = 1188 (1 entries)   bci -1 @ scope depth 0 -> pco 1518 catch_pco = 1220 (1 entries)   bci -1 @ scope depth 0 -> pco 1513 catch_pco = 1340 (2 entries)   bci 100 @ scope depth 0 -> pco 1490   bci 110 @ scope depth 0 -> pco 1476 catch_pco = 1476 (2 entries)   bci 100 @ scope depth 0 -> pco 1550   bci 110 @ scope depth 0 -> pco 1476 not load hsdis-amd64.so; library not loadable; printassembly disabled # # fatal error has been detected 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 write core dump. core dumps have been disabled. enable core dumping, try "ulimit -c unlimited" before starting java again # # error report file more information saved as: # /home/vinay/documents/projects/westcon/nimbus4/nimbus4-api/hs_err_pid19233.log # # if submit bug report, please include # instructions on how reproduce bug , visit: #   http://icedtea.classpath.org/bugzilla # 


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -