• 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

WSAD dump

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi ,
while running my application i am getting this error on my WSAD

JVMDG217: Dump Handler is Processing a Signal - Please Wait.
JVMDG303: JVM Requesting Java core file
JVMDG304: Java core file written to C:\WSAD\javacore.20050509.143422.1192.txt
JVMDG215: Dump Handler has Processed Exception Signal 11.

could somebody help?
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Christie,
Unfortunately that message just tells you that something went wrong. In past experience, it has often been a resource leak or infinite loop. You would have warning of that if the system slowed down.

Is this error repeatable? In other words, does it always happen at the same place in the code? Try adding some debugging statements to narrow down the problem.
 
Christie George
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi Jeanne,

thanks a lot for the help.
it always happens at the same place and for the same piece of code. the process is like ..i start the server-->open the main page-->login to the application..thats when i get this error.
i even tried reinstalling WSAD,it didnt help.
i appreciate your help.
 
Christie George
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am getting the dump now. the serever console is pasted below.

Unhandled exception
Type=GPF vmState=0xffffffff
Target=20030915 (Windows XP 5.1 build 2600 Service Pack 2 x86)
ExceptionCode=0xc0000005 ExceptionAddress=0x10608946 ContextFlags=0x0001003f
Handler1=0x111016c0 Handler2=0x10019730
Module=C:\Program Files\IBM\WebSphere Studio\Application Developer\v5.1.1\runtimes\base_v51\java\jre\bin\J9GC21.dll
Module_base_address=0x10600000
Offset_in_DLL=0x00008946
EDI=0x00000089 ESI=0x00002021 EAX=0x000b02a8
EBX=0x00000001 ECX=0x00002021 EDX=0x00090acc
EBP=0x00000001 ESP=0x0445fc60 EIP=0x10608946
Generating crash dump: C:\Documents and Settings\ignatan\j9.dmp
Thread: Gc Thread (priority 5) (daemon) (LOCATION OF ERROR)
Thread: Debug response server (priority 10) (daemon)
Thread: Thread-0 (priority 7)

would appreciate if someone could help
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic