Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

HotSpot Virtual Machine Error, Internal Error

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_06-b03 mixed mode)
#
# Error ID: 43113F32554E54494D45110E4350500308
#
# Problematic Thread: prio=5 tid=0x02d74018 nid=0xa58 runnable
#

Heap at VM Abort:
Heap
def new generation total 21312K, used 17389K [0x10010000, 0x11720000, 0x12770000)
eden space 19008K, 82% used [0x10010000, 0x10f592d0, 0x112a0000)
from space 2304K, 75% used [0x114e0000, 0x11692378, 0x11720000)
to space 2304K, 0% used [0x112a0000, 0x112a0000, 0x114e0000)
tenured generation total 281396K, used 228639K [0x12770000, 0x23a3d000, 0x30010000)
the space 281396K, 81% used [0x12770000, 0x206b7cf8, 0x206b7e00, 0x23a3d000)
compacting perm gen total 65536K, used 65082K [0x30010000, 0x34010000, 0x34010000)
the space 65536K, 99% used [0x30010000, 0x33f9eaa8, 0x33f9ec00, 0x34010000)


When I am trying to fetch large data from Database, getting this error and server gets restarted automatically. Any body knows this solution, can help me out?
 
Marshal
Posts: 80761
488
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Since you have brought up the same question on your other thread I shall close this thread.
 
    Bookmark Topic Watch Topic
  • New Topic