• Post Reply 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

stuck with HotSpot Virtual Machine Error, Internal Error in struts

 
Ranch Hand
Posts: 78
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi i use to get this the following error message in my page ,while i am using struts and cann't understand why this error is raised can any body help me in this regard,as i have check nearly all the other possibilities of error.



#
# 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_01-b06 mixed mode)
#
# Error ID: 52454C4F4341544F520E43505001E7
#
# Problematic Thread: prio=5 tid=0x035dd210 nid=0x7dc runnable
#
Heap at VM Abort:
Heap
def new generation total 1728K, used 464K [0x10010000, 0x101e0000, 0x104f0000)
eden space 1600K, 21% used [0x10010000, 0x10064218, 0x101a0000)
from space 128K, 99% used [0x101c0000, 0x101dfff8, 0x101e0000)
to space 128K, 0% used [0x101a0000, 0x101a0000, 0x101c0000)
tenured generation total 41916K, used 40307K [0x104f0000, 0x12ddf000, 0x14010000)
the space 41916K, 96% used [0x104f0000, 0x12c4ceb8, 0x12c4d000, 0x12ddf000)
compacting perm gen total 38656K, used 35140K [0x14010000, 0x165d0000, 0x18010000)
the space 38656K, 90% used [0x14010000, 0x16261230, 0x16261400, 0x165d0000)
 
sajjad ahmad
Ranch Hand
Posts: 78
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have ealso tried to increase my pages buffer size to 1000K but still getting the same error
 
Ranch Hand
Posts: 724
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try to upgrade your JVM. You could also check this release notes for bugs been fixed

http://java.sun.com/j2se/1.4.2/ReleaseNotes.html#142_01
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic