• 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

JVM Crash for WSAD & WAS 5.1.2 on Windows 2003 Server

 
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We have a component which loads up about fairly large 25 other components. When we do that, the JVM is crashing. If anyone has any pointers on resolving the same, it will be great.



JVMDG217: Dump Handler is Processing a Signal - Please Wait.

JVMDG315: JVM Requesting Heap dump file

....JVMDG318: Heap dump file written to C:\Program Files\IBM\WebSphere Studio\Application Developer\v5.1.2\heapdump.20060814.102341.3156.txt

JVMDG303: JVM Requesting Java core file

JVMDG304: Java core file written to C:\Program Files\IBM\WebSphere Studio\Application Developer\v5.1.2\javacore.20060814.102459.3156.txt

JVMDG215: Dump Handler has Processed Outofmemory Signal -1.
 
Marshal
Posts: 28226
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The key word I see in that text is Outofmemory. Does that suggest something you might change?
reply
    Bookmark Topic Watch Topic
  • New Topic