Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.help > #2870

Frequent FULL gc's and then heap crash, why?

Newsgroups comp.lang.java.help
Date 2013-12-23 05:41 -0800
Message-ID <1450644f-29d5-46b6-9d2e-7773dea4587c@googlegroups.com> (permalink)
Subject Frequent FULL gc's and then heap crash, why?
From kwiateks@gmail.com

Show all headers | View raw


Hello,

I am running weblogic with jdk 1.7_0_25. We had been running an application for YEARS on jdk 1.6_0_xx without issue. When we migrated to jdk 1.7 we started having issues with GC.... Server works fine for several days, I see normal gc's, but then all of a sudden it goes in a continuous FULL GC cycle and will not stop... ideas??

416355.858: [GC [PSYoungGen: 620307K->57440K(620736K)] 1991153K->1428285K(2018880K), 0.0900130 secs] [Times: user=0.36 sys=0.00, real=0.11 secs]
416392.757: [GC [PSYoungGen: 605024K->62587K(610176K)] 1975869K->1433432K(2008320K), 0.0565270 secs] [Times: user=0.41 sys=0.00, real=0.05 secs]
416463.418: [GC [PSYoungGen: 610171K->51415K(620672K)] 1981016K->1430601K(2018816K), 0.0516100 secs] [Times: user=0.37 sys=0.00, real=0.05 secs]
416736.929: [GC [PSYoungGen: 592535K->50944K(619456K)] 1971721K->1432341K(2017600K), 0.0512740 secs] [Times: user=0.36 sys=0.00, real=0.05 secs]
416865.440: [GC [PSYoungGen: 592064K->51736K(623232K)] 1973461K->1435101K(2021376K), 0.0505060 secs] [Times: user=0.33 sys=0.01, real=0.05 secs]
417129.884: [GC [PSYoungGen: 598104K->51949K(622144K)] 1981469K->1436658K(2020288K), 0.0504380 secs] [Times: user=0.33 sys=0.00, real=0.05 secs]
417322.683: [GC [PSYoungGen: 598317K->54181K(624576K)] 1983026K->1440818K(2022720K), 0.0506910 secs] [Times: user=0.36 sys=0.00, real=0.05 secs]
417597.562: [GC [PSYoungGen: 604069K->52297K(624320K)] 1990706K->1444571K(2022464K), 0.0752950 secs] [Times: user=0.35 sys=0.00, real=0.07 secs]
417597.638: [Full GC [PSYoungGen: 52297K->1022K(624320K)] [ParOldGen: 1392273K->1398143K(1398144K)] 1444571K->1399166K(2022464K) [PSPermGen: 162096K->161853K(199808K)], 2.3327670 secs] [Times: user=15.54 sys=0.03, real=2.33 secs]
417743.769: [Full GC [PSYoungGen: 550910K->11213K(624320K)] [ParOldGen: 1398143K->1396146K(1398144K)] 1949054K->1407360K(2022464K) [PSPermGen: 161853K->161853K(194496K)], 2.7090850 secs] [Times: user=18.77 sys=0.06, real=2.71 secs]
418023.140: [Full GC [PSYoungGen: 549888K->9270K(624320K)] [ParOldGen: 1396146K->1397934K(1398144K)] 1946034K->1407205K(2022464K) [PSPermGen: 161853K->161853K(189248K)], 2.8707310 secs] [Times: user=19.94 sys=0.08, real=2.87 secs]
418342.476: [Full GC [PSYoungGen: 549888K->2929K(624320K)] [ParOldGen: 1397934K->1398143K(1398144K)] 1947822K->1401072K(2022464K) [PSPermGen: 161894K->161835K(184960K)], 2.7683850 secs] [Times: user=18.73 sys=0.05, real=2.80 secs]
.
.
.

Exception in thread "DoSManager"
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "DoSManager"
Exception in thread "Thread-13" java.lang.OutOfMemoryError: Java heap space

<Dec 22, 2013 5:42:07 AM EST> <Error> <Socket> <BEA-000405> <Uncaught Throwable in processSockets
 java.lang.OutOfMemoryError: Java heap space.
java.lang.OutOfMemoryError: Java heap space
>
<Dec 22, 2013 5:42:57 AM EST> <Error> <Server> <BEA-002608> <The ListenThread failed because of an error: java.lang.OutOfMemoryError: Java heap space
java.lang.OutOfMemoryError: Java heap space
        at weblogic.utils.io.Chunk.<init>(Chunk.java:348)
        at weblogic.utils.io.Chunk.getChunk(Chunk.java:183)
        at weblogic.socket.AbstractMuxableSocket.<init>(AbstractMuxableSocket.java:117)
        at weblogic.socket.MuxableSocketDiscriminator.<init>(MuxableSocketDiscriminator.java:51)
        at weblogic.server.channels.DynamicListenThread.registerSocket(DynamicListenThread.java:389)
        Truncated. see log file for complete stacktrace
>

Back to comp.lang.java.help | Previous | NextNext in thread | Find similar


Thread

Frequent FULL gc's and then heap crash, why? kwiateks@gmail.com - 2013-12-23 05:41 -0800
  Re: Frequent FULL gc's and then heap crash, why? kwiateks@gmail.com - 2013-12-23 05:48 -0800
  Re: Frequent FULL gc's and then heap crash, why? markspace <markspace@nospam.nospam> - 2013-12-23 14:37 -0800
  Re: Frequent FULL gc's and then heap crash, why? Roedy Green <see_website@mindprod.com.invalid> - 2013-12-28 02:27 -0800
    Re: Frequent FULL gc's and then heap crash, why? "John B. Matthews" <nospam@nospam.invalid> - 2013-12-29 06:44 -0500

csiph-web