EXCEPTION_ACCESS_VIOLATION in Window XP

My application works fine with Windows 2000. When I purchased a new computer with Windows XP I encountered a very troubling error. My program ran without generating any error messages, but I discovered that it stopped writing data to file at a seemingly random point in time. A text file was created and it contained the following nonsense (can anyone help with this?):
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x8067619
Function=[Unknown.]
Library=C:\Program Files\Java\j2re1.4.2_08\bin\client\jvm.dll
NOTE: We are unable to locate the function name symbol for the error
just occurred. Please refer to release documentation for possible
reason and solutions.
Current Java thread:
     at sun.awt.SunToolkit.wakeupEventQueue(Native Method)
     at sun.awt.PostEventQueue.postEvent(Unknown Source)
     at sun.awt.SunToolkit.postEvent(Unknown Source)
     at java.awt.SentEvent.dispatch(Unknown Source)
     at java.awt.DefaultKeyboardFocusManager$DefaultKeyboardFocusManagerSentEvent.dispatch(Unknown Source)
     at java.awt.DefaultKeyboardFocusManager.sendMessage(Unknown Source)
     at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
     at java.awt.Component.dispatchEventImpl(Unknown Source)
     at java.awt.Container.dispatchEventImpl(Unknown Source)
     at java.awt.Window.dispatchEventImpl(Unknown Source)
     at java.awt.Component.dispatchEvent(Unknown Source)
     at java.awt.EventQueue.dispatchEvent(Unknown Source)
     at java.awt.SequencedEvent.dispatch(Unknown Source)
     at java.awt.EventQueue.dispatchEvent(Unknown Source)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
     at java.awt.EventDispatchThread.run(Unknown Source)
Dynamic libraries:
0x00400000 - 0x0040B000      C:\WINDOWS\system32\java.exe
0x7C900000 - 0x7C9B0000      C:\WINDOWS\system32\ntdll.dll
0x7C800000 - 0x7C8F4000      C:\WINDOWS\system32\kernel32.dll
0x77DD0000 - 0x77E6B000      C:\WINDOWS\system32\ADVAPI32.dll
0x77E70000 - 0x77F01000      C:\WINDOWS\system32\RPCRT4.dll
0x77C10000 - 0x77C68000      C:\WINDOWS\system32\MSVCRT.dll
0x08000000 - 0x08138000      C:\Program Files\Java\j2re1.4.2_08\bin\client\jvm.dll
0x77D40000 - 0x77DD0000      C:\WINDOWS\system32\USER32.dll
0x77F10000 - 0x77F56000      C:\WINDOWS\system32\GDI32.dll
0x76B40000 - 0x76B6D000      C:\WINDOWS\system32\WINMM.dll
0x10000000 - 0x10007000      C:\Program Files\Java\j2re1.4.2_08\bin\hpi.dll
0x00390000 - 0x0039E000      C:\Program Files\Java\j2re1.4.2_08\bin\verify.dll
0x003B0000 - 0x003C9000      C:\Program Files\Java\j2re1.4.2_08\bin\java.dll
0x003D0000 - 0x003DE000      C:\Program Files\Java\j2re1.4.2_08\bin\zip.dll
0x02E70000 - 0x02F82000      C:\Program Files\Java\j2re1.4.2_08\bin\awt.dll
0x73000000 - 0x73026000      C:\WINDOWS\system32\WINSPOOL.DRV
0x76390000 - 0x763AD000      C:\WINDOWS\system32\IMM32.dll
0x774E0000 - 0x7761D000      C:\WINDOWS\system32\ole32.dll
0x5AD70000 - 0x5ADA8000      C:\WINDOWS\system32\uxtheme.dll
0x02FF0000 - 0x03041000      C:\Program Files\Java\j2re1.4.2_08\bin\fontmanager.dll
0x73760000 - 0x737A9000      C:\WINDOWS\system32\ddraw.dll
0x73BC0000 - 0x73BC6000      C:\WINDOWS\system32\DCIMAN32.dll
0x73940000 - 0x73A10000      C:\WINDOWS\system32\D3DIM700.DLL
0x74720000 - 0x7476B000      C:\WINDOWS\system32\MSCTF.dll
0x036B0000 - 0x036C1000      C:\WINDOWS\SYSTEM32\jspWin.dll
0x76C90000 - 0x76CB8000      C:\WINDOWS\system32\imagehlp.dll
0x605D0000 - 0x605D9000      C:\WINDOWS\system32\mslbui.dll
0x59A60000 - 0x59B01000      C:\WINDOWS\system32\DBGHELP.dll
0x77C00000 - 0x77C08000      C:\WINDOWS\system32\VERSION.dll
0x76BF0000 - 0x76BFB000      C:\WINDOWS\system32\PSAPI.DLL
Heap at VM Abort:
Heap
def new generation total 640K, used 449K [0x10010000, 0x100c0000, 0x104f0000)
eden space 576K, 66% used [0x10010000, 0x10070488, 0x100a0000)
from space 64K, 100% used [0x100a0000, 0x100b0000, 0x100b0000)
to space 64K, 0% used [0x100b0000, 0x100b0000, 0x100c0000)
tenured generation total 8260K, used 6605K [0x104f0000, 0x10d01000, 0x14010000)
the space 8260K, 79% used [0x104f0000, 0x10b636e8, 0x10b63800, 0x10d01000)
compacting perm gen total 5888K, used 5684K [0x14010000, 0x145d0000, 0x18010000)
the space 5888K, 96% used [0x14010000, 0x1459d218, 0x1459d400, 0x145d0000)
Local Time = Wed Jun 29 10:05:13 2005
Elapsed Time = 1
# HotSpot Virtual Machine Error : EXCEPTION_ACCESS_VIOLATION
# Error ID : 4F530E43505002EF
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
# Java VM: Java HotSpot(TM) Client VM (1.4.2_08-b03 mixed mode)
#

Yes, the program has a swing GUI. It collects data from the serial port and displays results in real time. THe GUI worked just fine, but the program stopped writing data to file after some period of time.

Similar Messages

  • EXCEPTION_ACCESS_VIOLATION in JRockit 1.5.0_02 on Windows 2003

    While the server is under load I have been seeing a JVM exception during a StringBuffer.toString()operation.
    This problem is intermitent and I have reporoduced it on multiple Windows 2003 systems.
    I did not notice this problem under JRockit 1.4 VM
    Any ideas?
    Dave
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 0 days, 00:34:24 on Thu Jun 16 19:13:55 2005
    Additional information is available in:
    E:\deploy\FSC-Destiny\jboss\bin\jrockit.3120.dump
    E:\deploy\FSC-Destiny\jboss\bin\jrockit.3120.mdmp
    Please send the file(s), information about your system
    setup and the program you were running to [email protected]. Thank you.
    Error Message: Illegal memory access. [54]
    Exception Rec: EXCEPTION_ACCESS_VIOLATION (0xc0000005) at 0x00505131 - memory at 0xC3005C1C could not be read.
    Minidump : Wrote mdmp. Size is 246MB
    Version : BEA WebLogic JRockit(R) R25.1.0-104 dra-43491-20050413-2002-win-ia32
    GC : System optimized over pausetime (initial strategy singleconcon)
    : GC strategy for GC 241 was singleconcon
    : GC strategy for GC 242 was singleconcon
    : GC strategy for GC 243 was singleconcon
    : GC strategy for GC 244 was singleconcon
    : GC strategy for GC 245 was singleconcon
    : mmHeap->data = 0x00620000, mmHeap->top = 0x50620000
    : mmStartCompaction = 0x41620000, mmEndCompaction = 0x4B620000
    : Heap is not included in dumps.
    CPU : Intel Pentium 4 (HT) SSE SSE2 NetBurst
    Number CPUs : 8
    Tot Phys Mem : 3757449216
    OS version : Microsoft Windows Server 2003 Service Pack 1 (Build 3790)
    State : JVM is running (Main thread has finished)
    Command Line : -Djrockit.launcher.type=jrockit.shipment -DSecurity= -DhttpPort=80 -DhttpsPort=443 -Dhttp.proxyHost= -Dhttp.proxyPort= -Dhttp.proxyUser=${PROXY_USER} -Dhttp.proxyPassword=${PROXY_PASSWORD} -DINSIDE_JBOSS=x -Djboss.server.type=com.follett.fsc.jbosshelper.boot.DestinyServerImpl -Djrockit.vm.disableFatSpin=true -Xpausetarget=2s -Xms1280m -Xmx1280m -Djava.library.path=../lib -Dwrapper.key=t4bxUBm8aL4hHlnC -Dwrapper.port=32000 -Dwrapper.use_system_time=TRUE -Dwrapper.version=3.1.2 -Dwrapper.native_library=wrapper -Dwrapper.cpu.timeout=10 -Dwrapper.jvmid=1 org.tanukisoftware.wrapper.WrapperSimpleApp org.jboss.Main -c destiny -j xerces -C ../lib/jbosshelper-boot.jar
    Environment : JAVA_HOME=(null), java.home=E:\deploy\FSC-Destiny\java\jre, java.class.path=../lib/wrapper.jar;../lib/wrappertest.jar;../../java/lib/tools.jar;./run.jar;../lib/xercesImpl.jar;../lib/xml-apis.jar, java.library.path=../lib
    C Heap : Good; no memory allocations have failed
    Registers (from context struct at 0x53D0F620/0x53D0F9CC):
    Converted EIP: 00505131
    EAX = c3005bd4 EBX = 5e64bf58
    ECX = 00450042 EDX = 64af27a0
    ESI = 53d0fd38 EDI = 16d6bcf0
    EIP = 00505131 ESP = 53d0fc98
    EBP = 00000000 EFL = 00010206
    CS = 001b DS = 0023 ES = 0023
    SS = 0023 FS = 003b GS = 0000
    Stack:
    53d0fc98 :0051e6a6 16d6bcf0 00542690 00542600 005426e0 0051e6ed
    53d0fcb0 :5e64becc 00538dd6 53d0fd38 53d0fd0c 00542600 5aedd378
    53d0fcc8 :00000001 00000001 00000004 5aedd378 00000001 5cf99990
    53d0fce0 :00000002 00000000 00538bf0 53d0fce8 00000000 53d0fd0c
    53d0fcf8 :53d0fd38 53d0fcd0 5e64becc 77e57446 00000000 5aedd378
    53d0fd10 :00000000 6410f6f8 624b8254 5e64bee8 5e64bee0 5e64bedc
    53d0fd28 :5aedd56c 00000000 00000001 00000001 00000000 64af27f0
    53d0fd40 :64af27a0 00000000 00000000 16d6bcf0 00000000 00000000
    53d0fd58 :00000000 1a41cbe8 1a41cc00 0055ff4b 5aedd378 00542650
    53d0fd70 :00542600 00542690 00542600 5aedd378 005426fb 5aedd378
    53d0fd88 :00542650 00542600 00542690 00542600 5aedd378 0055fec8
    53d0fda0 :5aedd378 00000001 00441570 00000000 00441350 00441350
    53d0fdb8 :7ffda000 00000006 647358c8 00000000 00000000 00000000
    53d0fdd0 :53d0fe60 00501a90 00000000 53622468 00000000 00000000
    53d0fde8 :00608020 00000000 0000006b 0000006c 00000183 00000000
    53d0fe00 :53622468 00000000 00542d56 005426e0 00542600 00000001
    53d0fe18 :00441350 00441379 53d0fe40 0043c403 53d0fe40 7ffda000
    53d0fe30 :00000000 53d0ff64 53622468 53622468 53d0fea0 00501a90
    53d0fe48 :00000000 53622468 8084ab49 8083a8f5 00607c20 b7be4be0
    53d0fe60 :53d0fe40 00501a90 00000000 53622468 c03007fc c01fff60
    53d0fe78 :536224c8 00000388 00000000 00501a90 00000000 53622468
    53d0fe90 :00000000 7c8210b4 005c3728 ffffffff 53d0fe80 00501a90
    53d0fea8 :5e3ccd70 53622468 ffba5fc0 0000340d 005c3700 53622468
    53d0fec0 :53d0ff44 53d0ff4c 00608020 00501265 53622468 53d0ff44
    53d0fed8 :00000000 53622468 00000000 0007fbb4 004c466f 00000000
    53d0fef0 :53622468 00608020 53d0ff4c 00000000 53622468 0050f95a
    53d0ff08 :53c10000 00003000 00000140 53d0ff18 00000040 0050f391
    53d0ff20 :0050f3b7 53622b40 53622468 002752ec 004c4e4f 00000020
    53d0ff38 :0058ba5c 53622468 53622498 53622468 53622468 00000000
    53d0ff50 :53622468 53d0ff64 53622468 004c4647 004c4668 0007fbb4
    53d0ff68 :004c504d 0043c350 00000000 00000000 00000000 53d0ffb8
    53d0ff80 :53622b18 00000000 0043c350 00510236 002750b8 00000000
    53d0ff98 :00000000 53622b18 53d0ff94 53d0f8c4 53d0ffdc 00579e52
    53d0ffb0 :005925a0 00000000 53d0ffec 77e66063 53622b18 00000000
    53d0ffc8 :00000000 53622b18 c0000005 53d0ffc4 53d0f8c4 ffffffff
    53d0ffe0 :77e6b798 77e66070 00000000 00000000 00000000 00510200
    Code:
    00505031 :72d03bd1 76d33bfa 83d38b02 5c56b83d 14750100 cf2bca8b
    00505049 :e9c1d98b f3c03302 83cb8bab aaf303e1 eb045689 5ce85692
    00505061 :5600058b 44e8f88b 83000588 ff8308c4 78850f02 5fffffff
    00505079 :c8835d5e 8bc35bff 2a0c8d16 cd8b0e89 e9c1f18b 8bc03302
    00505091 :8babf3fa 03e183ce 448baaf3 c0851824 408b3174 02895f04
    005050a9 :1824448b 10895d5e c35bc033 1c24548b 18244c8b 006a006a
    005050c1 :5255006a 54e85051 83fff6b0 5e5f1cc4 33c35b5d 02895fc0
    005050d9 :1824448b 10895d5e c35bc033 cccccccc cccccccc 8bcccccc
    005050f1 :a3042444 005afe84 ccccccc3 8bcccccc 8b04244c 48788301
    00505109 :4c408b03 af0f0a75 c0830841 f8e08317 ccccccc3 8bcccccc
    00505121 :8b04244c 7401a801 fee08307 018bc88b 03487883 754c408b
    00505139 :41af0f0a 17c08308 c3f8e083 cccccccc cccccccc 8bcccccc
    00505151 :8b042444 00011488 37e4a100 d233005c f7f0c083 24548bf1
    00505169 :76d03b08 c3c03303 83caaf0f e18307c1 10c183f8 8bc3c18b
    00505181 :f6082444 00013d80 548b0800 888b0c24 00000114 006a1774
    00505199 :006a006a 8b505251 501c2444 f6af76e8 1cc483ff 505251c3
    005051b1 :1024448b fe25e850 c483ffff a1ccc310 005c37e4 24748b56
    005051c9 :148e8b0c 83000001 d233f0c0 8b57f1f7 3b18247c 330476f8
    005051e1 :0f0cebc9 c183cfaf f8e18307 3b10c183 5afe840d 8b197200
    005051f9 :8b142444 6a0c244c 56505700 b2f5e851 c483fff6 c35e5f14
    00505211 :0875c985 fffeb85f c35effff 0c24548b 245c8b53 56535118
    00505229 :fdb1e852 c483ffff 75c08510 890b8b05 5f5b0879 8bccc35e
    Loaded modules:
    (* denotes the module causing the exception)
    0x7c800000-0x7c8bffff C:\WINDOWS\system32\ntdll.dll
    0x77e40000-0x77f41fff C:\WINDOWS\system32\kernel32.dll
    0x77f50000-0x77febfff C:\WINDOWS\system32\ADVAPI32.dll
    0x77c50000-0x77ceefff C:\WINDOWS\system32\RPCRT4.dll
    0x77ba0000-0x77bf9fff C:\WINDOWS\system32\MSVCRT.dll
    0x00410000-0x00619fff* E:\deploy\FSC-Destiny\java\jre\bin\jrockit\jvm.dll
    0x7c340000-0x7c395fff E:\deploy\FSC-Destiny\java\jre\bin\MSVCR71.dll
    0x76f50000-0x76f62fff C:\WINDOWS\system32\Secur32.dll
    0x77e00000-0x77e21fff C:\WINDOWS\system32\NTMARTA.DLL
    0x77670000-0x777a3fff C:\WINDOWS\system32\ole32.dll
    0x77c00000-0x77c47fff C:\WINDOWS\system32\GDI32.dll
    0x77380000-0x77411fff C:\WINDOWS\system32\USER32.dll
    0x5ccf0000-0x5ccfefff C:\WINDOWS\system32\SAMLIB.dll
    0x76f10000-0x76f3dfff C:\WINDOWS\system32\WLDAP32.dll
    0x6d370000-0x6d38cfff E:\deploy\FSC-Destiny\java\jre\bin\java.dll
    0x6d680000-0x6d68bfff E:\deploy\FSC-Destiny\java\jre\bin\verify.dll
    0x76aa0000-0x76accfff C:\WINDOWS\system32\WINMM.dll
    0x71bc0000-0x71bc7fff C:\WINDOWS\system32\rdpsnd.dll
    0x771f0000-0x77200fff C:\WINDOWS\system32\WINSTA.dll
    0x71c40000-0x71c97fff C:\WINDOWS\system32\NETAPI32.dll
    0x76b70000-0x76b7afff C:\WINDOWS\system32\PSAPI.DLL
    0x548e0000-0x548f1fff E:\deploy\FSC-Destiny\jboss\lib\wrapper.dll
    0x6d530000-0x6d542fff E:\deploy\FSC-Destiny\java\jre\bin\net.dll
    0x71c00000-0x71c16fff C:\WINDOWS\system32\WS2_32.dll
    0x71bf0000-0x71bf7fff C:\WINDOWS\system32\WS2HELP.dll
    0x71b20000-0x71b60fff C:\WINDOWS\system32\mswsock.dll
    0x5f270000-0x5f2c8fff C:\WINDOWS\system32\hnetcfg.dll
    0x71ae0000-0x71ae7fff C:\WINDOWS\System32\wshtcpip.dll
    0x76ed0000-0x76ef8fff C:\WINDOWS\system32\DNSAPI.dll
    0x76f70000-0x76f76fff C:\WINDOWS\System32\winrnr.dll
    0x76f80000-0x76f84fff C:\WINDOWS\system32\rasadhlp.dll
    0x68000000-0x6802efff C:\WINDOWS\system32\rsaenh.dll
    0x76920000-0x769e3fff C:\WINDOWS\system32\USERENV.dll
    0x6d660000-0x6d665fff E:\deploy\FSC-Destiny\java\jre\bin\rmi.dll
    0x02800000-0x028c0fff E:\deploy\FSC-Destiny\java\jre\bin\dbghelp.dll
    0x77b90000-0x77b97fff C:\WINDOWS\system32\VERSION.dll
    Roots Dump Helper:
         method=com/follett/fsc/destiny/client/circulation/servlet/CheckinForm.formatTransaction(Lcom/follett/fsc/destiny/session/circulation/data/CheckinTransactionBean;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)Ljava/lang/String;
         ip=0x624B8254
         storage=0xffffffff
         ref=0x5E64BECC
         *ref=0x1A41CBE8
         stackIter=0x53D0FD0C
         refIter=0x53D0FD38
    Roots Processed Thread: "http-0.0.0.0-80-Processor67" id=114 idx=0xd8 tid=11784 lastJavaFrame=0x5E64BEA0
    at jrockit/vm/Allocator.allocLargeArray(II)Ljava/lang/Object;(Native Method)
    at java/lang/String.<init>([CII)V(Unknown Source)[optimized]
    at java/lang/StringBuffer.toString()Ljava/lang/String;(StringBuffer.java:586)[inlined]
    at com/follett/fsc/destiny/client/circulation/servlet/CheckinForm.formatTransaction(Lcom/follett/fsc/destiny/session/circulation/data/CheckinTransactionBean;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)Ljava/lang/String;(CheckinForm.java:578)[optimized]
    at org/apache/jsp/circulation/checkin_jsp._jspService(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(checkin_jsp.java:372)[optimized]
    at org/apache/jasper/runtime/HttpJspBase.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(HttpJspBase.java:94)[optimized]
    at javax/servlet/http/HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(HttpServlet.java:810)[optimized]
    at org/apache/jasper/servlet/JspServletWrapper.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Z)V(JspServletWrapper.java:324)[optimized]
    at org/apache/jasper/servlet/JspServlet.serviceJspFile(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Ljava/lang/String;Ljava/lang/Throwable;Z)V(JspServlet.java:292)[inlined]
    at org/apache/jasper/servlet/JspServlet.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(JspServlet.java:236)[optimized]
    at javax/servlet/http/HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(HttpServlet.java:810)[optimized]
    at org/apache/catalina/core/ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationFilterChain.java:237)[optimized]
    at org/apache/catalina/core/ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationFilterChain.java:157)[inlined]
    at org/apache/catalina/core/ApplicationDispatcher.invoke(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationDispatcher.java:704)[optimized]
    at org/apache/catalina/core/ApplicationDispatcher.doInclude(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationDispatcher.java:590)[inlined]
    at org/apache/catalina/core/ApplicationDispatcher.include(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationDispatcher.java:510)[optimized]
    at org/apache/jasper/runtime/JspRuntimeLibrary.include(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljava/lang/String;Ljavax/servlet/jsp/JspWriter;Z)V(JspRuntimeLibrary.java:966)[inlined]
    at org/apache/jasper/runtime/PageContextImpl.include(Ljava/lang/String;)V(PageContextImpl.java:581)[inlined]
    at org/apache/struts/taglib/template/GetTag.doStartTag()I(GetTag.java:201)[optimized]
    at org/apache/jsp/common/shelltemplate_jsp._jspx_meth_template_get_9(Ljavax/servlet/jsp/tagext/JspTag;Ljavax/servlet/jsp/PageContext;)Z(shelltemplate_jsp.java:621)[inlined]
    at org/apache/jsp/common/shelltemplate_jsp._jspx_meth_base_handleExceptions_0(Ljavax/servlet/jsp/tagext/JspTag;Ljavax/servlet/jsp/PageContext;)Z(shelltemplate_jsp.java:581)[optimized]
    at org/apache/jsp/common/shelltemplate_jsp._jspService(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(shelltemplate_jsp.java:348)[optimized]
    at org/apache/jasper/runtime/HttpJspBase.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(HttpJspBase.java:94)[optimized]
    at javax/servlet/http/HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(HttpServlet.java:810)[optimized]
    at org/apache/jasper/servlet/JspServletWrapper.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Z)V(JspServletWrapper.java:324)[optimized]
    at org/apache/jasper/servlet/JspServlet.serviceJspFile(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Ljava/lang/String;Ljava/lang/Throwable;Z)V(JspServlet.java:292)[inlined]
    at org/apache/jasper/servlet/JspServlet.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(JspServlet.java:236)[optimized]
    at javax/servlet/http/HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(HttpServlet.java:810)[optimized]
    at org/apache/catalina/core/ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationFilterChain.java:237)[optimized]
    at org/apache/catalina/core/ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationFilterChain.java:157)[inlined]
    at org/apache/catalina/core/ApplicationDispatcher.invoke(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationDispatcher.java:704)[optimized]
    at org/apache/catalina/core/ApplicationDispatcher.doInclude(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationDispatcher.java:590)[inlined]
    at org/apache/catalina/core/ApplicationDispatcher.include(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationDispatcher.java:510)[optimized]
    at org/apache/jasper/runtime/JspRuntimeLibrary.include(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljava/lang/String;Ljavax/servlet/jsp/JspWriter;Z)V(JspRuntimeLibrary.java:966)[inlined]
    at org/apache/jasper/runtime/PageContextImpl.include(Ljava/lang/String;)V(PageContextImpl.java:581)[inlined]
    at org/apache/struts/taglib/template/InsertTag.doEndTag()I(InsertTag.java:158)[optimized]
    at org/apache/jsp/common/index_jsp._jspService(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(index_jsp.java:296)[optimized]
    at org/apache/jasper/runtime/HttpJspBase.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(HttpJspBase.java:94)[optimized]
    at javax/servlet/http/HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(HttpServlet.java:810)[optimized]
    at org/apache/jasper/servlet/JspServletWrapper.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Z)V(JspServletWrapper.java:324)[optimized]
    at org/apache/jasper/servlet/JspServlet.serviceJspFile(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Ljava/lang/String;Ljava/lang/Throwable;Z)V(JspServlet.java:292)[inlined]
    at org/apache/jasper/servlet/JspServlet.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(JspServlet.java:236)[optimized]
    at javax/servlet/http/HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(HttpServlet.java:810)[optimized]
    at org/apache/catalina/core/ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationFilterChain.java:237)[optimized]
    at org/apache/catalina/core/ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationFilterChain.java:157)[inlined]
    at org/apache/catalina/core/ApplicationDispatcher.invoke(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationDispatcher.java:704)[optimized]
    at org/apache/catalina/core/ApplicationDispatcher.processRequest(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationDispatcher.java:474)[inlined]
    at org/apache/catalina/core/ApplicationDispatcher.doForward(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationDispatcher.java:409)[inlined]
    at org/apache/catalina/core/ApplicationDispatcher.forward(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationDispatcher.java:312)[optimized]
    at org/apache/struts/action/RequestProcessor.doForward(Ljava/lang/String;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(RequestProcessor.java:1058)[inlined]
    at org/apache/struts/action/RequestProcessor.processForwardConfig(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Lorg/apache/struts/config/ForwardConfig;)V(RequestProcessor.java:451)[optimized]
    at com/follett/fsc/destiny/client/common/servlet/DestinyRequestProcessor.processForwardConfig(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Lorg/apache/struts/config/ForwardConfig;)V(DestinyRequestProcessor.java:301)[optimized]
    at org/apache/struts/action/RequestProcessor.processActionForward(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Lorg/apache/struts/action/ActionForward;)V(RequestProcessor.java:401)[inlined]
    at org/apache/struts/action/RequestProcessor.process(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(RequestProcessor.java:279)[optimized]
    at com/follett/fsc/destiny/client/common/servlet/DestinyRequestProcessor.process(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(DestinyRequestProcessor.java:336)[optimized]
    at org/apache/struts/action/ActionServlet.process(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(ActionServlet.java:1420)[inlined]
    at org/apache/struts/action/ActionServlet.doGet(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(ActionServlet.java:502)[optimized]
    at javax/servlet/http/HttpServlet.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(HttpServlet.java:697)[optimized]
    at javax/servlet/http/HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(HttpServlet.java:810)[optimized]
    at org/apache/catalina/core/ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationFilterChain.java:237)[inlined]
    at org/apache/catalina/core/ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationFilterChain.java:157)[optimized]
    at com/follett/fsc/destiny/client/filters/DestinyFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V(DestinyFilter.java:34)[optimized]
    at org/apache/catalina/core/ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationFilterChain.java:186)[inlined]
    at org/apache/catalina/core/ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationFilterChain.java:157)[optimized]
    at org/jboss/web/tomcat/filters/ReplyHeaderFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V(ReplyHeaderFilter.java:75)[optimized]
    at org/apache/catalina/core/ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationFilterChain.java:186)[optimized]
    at org/apache/catalina/core/ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationFilterChain.java:157)[inlined]
    at org/apache/catalina/core/StandardWrapperValve.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;Lorg/apache/catalina/ValveContext;)V(StandardWrapperValve.java:214)[optimized]
    at org/apache/catalina/core/StandardValveContext.invokeNext(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V(StandardValveContext.java:104)[inlined]
    at org/apache/catalina/core/StandardPipeline.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V(StandardPipeline.java:520)[optimized]
    at org/apache/catalina/core/StandardContextValve.invokeInternal(Lorg/apache/catalina/Wrapper;Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V(StandardContextValve.java:198)[inlined]
    at org/apache/catalina/core/StandardContextValve.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;Lorg/apache/catalina/ValveContext;)V(StandardContextValve.java:152)[optimized]
    at org/apache/catalina/core/StandardValveContext.invokeNext(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V(StandardValveContext.java:104)[optimized]
    at org/jboss/web/tomcat/security/CustomPrincipalValve.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;Lorg/apache/catalina/ValveContext;)V(CustomPrincipalValve.java:66)[optimized]
    at org/apache/catalina/core/StandardValveContext.invokeNext(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V(StandardValveContext.java:102)[optimized]
    at org/jboss/web/tomcat/security/SecurityAssociationValve.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;Lorg/apache/catalina/ValveContext;)V(SecurityAssociationValve.java:158)[optimized]
    at org/apache/catalina/core/StandardValveContext.invokeNext(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V(StandardValveContext.java:102)[inlined]
    at org/apache/catalina/core/StandardPipeline.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V(StandardPipeline.java:520)[optimized]
    at org/apache/catalina/core/StandardHostValve.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;Lorg/apache/catalina/ValveContext;)V(StandardHostValve.java:137)[optimized]
    at org/apache/catalina/core/StandardValveContext.invokeNext(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V(StandardValveContext.java:104)[optimized]
    at org/apache/catalina/valves/ErrorReportValve.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;Lorg/apache/catalina/ValveContext;)V(ErrorReportValve.java:118)[optimized]
    at org/apache/catalina/core/StandardValveContext.invokeNext(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V(StandardValveContext.java:102)[inlined]
    at org/apache/catalina/core/StandardPipeline.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V(StandardPipeline.java:520)[optimized]
    at org/apache/catalina/core/StandardEngineValve.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;Lorg/apache/catalina/ValveContext;)V(StandardEngineValve.java:109)[optimized]
    at org/apache/catalina/core/StandardValveContext.invokeNext(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V(StandardValveContext.java:104)[inlined]
    at org/apache/catalina/core/StandardPipeline.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V(StandardPipeline.java:520)[optimized]
    at org/apache/catalina/core/ContainerBase.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V(ContainerBase.java:929)[optimized]
    at org/apache/coyote/tomcat5/CoyoteAdapter.service(Lorg/apache/coyote/Request;Lorg/apache/coyote/Response;)V(CoyoteAdapter.java:160)[optimized]
    at org/apache/coyote/http11/Http11Processor.process(Ljava/io/InputStream;Ljava/io/OutputStream;)V(Http11Processor.java:799)[optimized]
    at org/apache/coyote/http11/Http11Protocol$Http11ConnectionHandler.processConnection(Lorg/apache/tomcat/util/net/TcpConnection;[Ljava/lang/Object;)V(Http11Protocol.java:705)[optimized]
    at org/apache/tomcat/util/net/TcpWorkerThread.runIt([Ljava/lang/Object;)V(PoolTcpEndpoint.java:577)[optimized]
    at org/apache/tomcat/util/threads/ThreadPool$ControlRunnable.run()V(ThreadPool.java:683)
    at java/lang/Thread.run()V(Unknown Source)
    at jrockit/vm/RNI.c2java()V(Native Method)
    -- end of trace
    * 624B8248 x86_mov edx, dword ptr [ebp+0x0C]
    edib, ebxb, ebpb, [sp+0x70]b, [sp+0xd4]b 624B824B x86_xor eax, eax
    624B824D x86_mov esi, ebx
    * 624B824F x86_call [0x5FC8BA80] <java/lang/String@<init>([CII)V+0>
    esib, edib, ebxb, [sp+0x70]b, [sp+0xd4]b* 624B8254 x86_mov esi, dword ptr [esp+0x000000D4]
    ebxb, [sp+0x70]b, [sp+0xd4]b* 624B825B x86_test esi, 0x00000004
    esib, ebxb
    "(GC Main Thread)" id=5 idx=0xa tid=8284 lastJavaFrame=0xFFFFFFFC
    Thread Stack Trace:
    at _mmGetPossibleMovedObjectSize+17()@0x00505131
    Additional information is available in:
    E:\deploy\FSC-Destiny\jboss\bin\jrockit.3120.dump
    E:\deploy\FSC-Destiny\jboss\bin\jrockit.3120.mdmp
    Please send the file(s), information about your system
    setup and the program you were running to [email protected]. Thank you.
    ===== END DUMP ===============================================================

    If any one is interested the latest patch still does not address JRockits termination with a memory access violation.
    Sure doesn't seem to me that the 1.5 vm is production stable on the WIN 32 platform.
    Dave
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 0 days, 05:10:03 on Wed Jul 13 21:26:47 2005
    Additional information is available in:
    E:\deploy\FSC-Destiny\jboss\bin\jrockit.4052.dump
    E:\deploy\FSC-Destiny\jboss\bin\jrockit.4052.mdmp
    If you see this dump, please open a support case with BEA and
    supply as much information as you can on your system setup and
    the program you were running. You can also search for solutions
    to your problem at http://forums.bea.com in
    the forum jrockit.developer.interest.general.
    Error Message: Illegal memory access. [54]
    Exception Rec: EXCEPTION_ACCESS_VIOLATION (0xc0000005) at 0x00505D31 - memory at 0x00000048 could not be read.
    Minidump : Wrote mdmp. Size is 320MB
    Version : BEA JRockit(R) R25.2.1-11 dra-46547-20050621-1513-win-ia32
    GC : gencon
    : mmHeap->data = 0x00620000, mmHeap->top = 0x50620000
    : mmStartCompaction = 0x0EC20000, mmEndCompaction = 0x18C20000
    : Heap is not included in dumps.
    CPU : Intel Pentium 4 (HT) SSE SSE2 NetBurst
    Number CPUs : 8
    Tot Phys Mem : 3757449216
    OS version : Microsoft Windows Server 2003 Service Pack 1 (Build 3790)
    State : JVM is running (Main thread has finished)
    Command Line : -Djrockit.launcher.type=jrockit.shipment -DSecurity= -DhttpPort=80 -DhttpsPort=443 -Dhttp.proxyHost= -Dhttp.proxyPort= -Dhttp.proxyUser=${PROXY_USER} -Dhttp.proxyPassword=${PROXY_PASSWORD} -DINSIDE_JBOSS=x -Djboss.server.type=com.follett.fsc.jbosshelper.boot.DestinyServerImpl -Xgc:gencon -Djrockit.vm.useAdaptiveFatSpin=true -Xss32k -Xms1280m -Xmx1280m -Djava.library.path=../lib -Dwrapper.key=UWZMUt027kVrQEbr -Dwrapper.port=32000 -Dwrapper.use_system_time=TRUE -Dwrapper.version=3.1.2 -Dwrapper.native_library=wrapper -Dwrapper.cpu.timeout=10 -Dwrapper.jvmid=1 org.tanukisoftware.wrapper.WrapperSimpleApp org.jboss.Main -c destiny -j xerces -C ../lib/jbosshelper-boot.jar
    Environment : JAVA_HOME=(null), java.home=E:\deploy\FSC-Destiny\java\jre, java.class.path=../lib/wrapper.jar;../lib/wrappertest.jar;../../java/lib/tools.jar;./run.jar;../lib/xercesImpl.jar;../lib/xml-apis.jar, java.library.path=../lib
    C Heap : Good; no memory allocations have failed
    Registers (from context struct at 0x53D4F61C/0x53D4F9C8):
    Converted EIP: 00505d31
    EAX = 00000000 EBX = 5c2dcc04
    ECX = 3dd22bc0 EDX = 642db1c8
    ESI = 53d4fd3c EDI = 3dd22bc0
    EIP = 00505d31 ESP = 53d4fc94
    EBP = 00000000 EFL = 00010246
    CS = 001b DS = 0023 ES = 0023
    SS = 0023 FS = 003b GS = 0000
    Stack:
    53d4fc94 :0051f2d6 3dd22bc0 0046c7f0 0046c740 0046c8f0 0051f31d
    53d4fcac :5c2dcc88 0051f386 5c2dcb78 00539abf 53d4fd3c 53d4fce8
    53d4fcc4 :0046c740 58682660 00000001 00000001 00000004 58682660
    53d4fcdc :00000000 5a2e3368 00000001 00000001 005398b0 53d4fcec
    53d4fcf4 :00000000 53d4fd10 53d4fd3c 53d4fcd4 5c2dcb78 0000ffff
    53d4fd0c :00000000 58682660 00000000 63cc42e0 606f4e48 5c2dcb84
    53d4fd24 :5c2dcb7c 5c2dcb78 5868284c 00000000 00000001 00000001
    53d4fd3c :00000000 642db1f0 642db1c8 00000002 00000000 3dd22bc0
    53d4fd54 :3db714b8 5c2dcc88 00000001 3db714a8 3db714b8 00560bcb
    53d4fd6c :58682660 0046c7d0 0046c740 0046c7f0 0046c740 58682660
    53d4fd84 :0046c90b 58682660 0046c7d0 0046c740 0046c7f0 0046c740
    53d4fd9c :58682660 00560b48 58682660 00000001 004416c0 00000000
    53d4fdb4 :004414a0 004414a0 7ffda000 00000006 58681ed8 00000000
    53d4fdcc :00000000 00000000 53d4fe60 00502670 00000000 537384b8
    53d4fde4 :00000000 00000000 00609000 00000000 00000062 00000063
    53d4fdfc :00000161 00000000 537384b8 00000000 0046d385 0046c8f0
    53d4fe14 :0046c740 00000001 004414bd 53d4fe40 0043c538 53d4fe40
    53d4fe2c :00000001 00000000 53d4ff64 537384b8 537384b8 53d4fea0
    53d4fe44 :00502670 00000000 537384b8 00000000 8083a8f5 00608c10
    53d4fe5c :b7d91be0 53d4fe40 00502670 00000000 537384b8 00000000
    53d4fe74 :00000000 53738518 00000000 00000000 00502670 00000000
    53d4fe8c :537384b8 7730d12e 000034fe 005c4718 ffffffff 53d4fe80
    53d4fea4 :00502670 00000000 537384b8 a29bdcb8 000034e6 005c46f0
    53d4febc :537384b8 53d4ff44 53d4ff4c 00609000 00501e45 537384b8
    53d4fed4 :53d4ff44 00000000 537384b8 00000000 0007fbb4 004c4f5f
    53d4feec :00000000 537384b8 00609000 53d4ff4c 00000000 537384b8
    53d4ff04 :0051054a 53c50000 00003000 00000140 53d4ff18 00000040
    53d4ff1c :0050ff81 0050ffa7 53738b70 537384b8 0027553c 004c573f
    53d4ff34 :00000020 0058ccdc 537384b8 537384e8 537384b8 537384b8
    53d4ff4c :00000000 537384b8 53d4ff64 537384b8 004c4f37 004c4f58
    53d4ff64 :0007fbb4 004c593d 0043c480 00000000 00000000 00000000
    53d4ff7c :53d4ffb8 53738b48 00000000 0043c480 00510e26 00275310
    53d4ff94 :00000000 00000000 53738b48 53d4ff94 53d4f8c0 53d4ffdc
    53d4ffac :0057acd2 00593820 00000000 53d4ffec 77e66063 53738b48
    53d4ffc4 :00000000 00000000 53738b48 c0000005 53d4ffc4 53d4f8c0
    53d4ffdc :ffffffff 77e6b798 77e66070 00000000 00000000 00000000
    Code:
    00505c31 :72d03bd1 76d33bfa 83d38b02 5c66a83d 14750100 cf2bca8b
    00505c49 :e9c1d98b f3c03302 83cb8bab aaf303e1 eb045689 dce85692
    00505c61 :5600058b c4e8f88b 83000588 ff8308c4 78850f02 5fffffff
    00505c79 :c8835d5e 8bc35bff 2a0c8d16 cd8b0e89 e9c1f18b 8bc03302
    00505c91 :8babf3fa 03e183ce 448baaf3 c0851824 408b3174 02895f04
    00505ca9 :1824448b 10895d5e c35bc033 1c24548b 18244c8b 006a006a
    00505cc1 :5255006a 14e85051 83fff6ab 5e5f1cc4 33c35b5d 02895fc0
    00505cd9 :1824448b 10895d5e c35bc033 cccccccc cccccccc 8bcccccc
    00505cf1 :a3042444 005b0e84 ccccccc3 8bcccccc 8b04244c 48788301
    00505d09 :4c408b03 af0f0a75 c0830841 f8e08317 ccccccc3 8bcccccc
    00505d21 :8b04244c 7401a801 fee08307 018bc88b 03487883 754c408b
    00505d39 :41af0f0a 17c08308 c3f8e083 cccccccc cccccccc 8bcccccc
    00505d51 :8b042444 00011488 47d4a100 d233005c f7f0c083 24548bf1
    00505d69 :76d03b08 c3c03303 83caaf0f e18307c1 10c183f8 8bc3c18b
    00505d81 :f6082444 00013d80 548b0800 888b0c24 00000114 006a1774
    00505d99 :006a006a 8b505251 501c2444 f6aa36e8 1cc483ff 505251c3
    00505db1 :1024448b fe25e850 c483ffff a1ccc310 005c47d4 24748b56
    00505dc9 :148e8b0c 83000001 d233f0c0 8b57f1f7 3b18247c 330476f8
    00505de1 :0f0cebc9 c183cfaf f8e18307 3b10c183 5b0e840d 8b197200
    00505df9 :8b142444 6a0c244c 56505700 adb5e851 c483fff6 c35e5f14
    00505e11 :0875c985 fffeb85f c35effff 0c24548b 245c8b53 56535118
    00505e29 :fdb1e852 c483ffff 75c08510 890b8b05 5f5b0879 8bccc35e
    Loaded modules:
    (* denotes the module causing the exception)
    0x7c800000-0x7c8bffff C:\WINDOWS\system32\ntdll.dll
    0x77e40000-0x77f41fff C:\WINDOWS\system32\kernel32.dll
    0x77f50000-0x77febfff C:\WINDOWS\system32\ADVAPI32.dll
    0x77c50000-0x77ceefff C:\WINDOWS\system32\RPCRT4.dll
    0x77ba0000-0x77bf9fff C:\WINDOWS\system32\MSVCRT.dll
    0x00410000-0x0061afff* E:\deploy\FSC-Destiny\java\jre\bin\jrockit\jvm.dll
    0x7c340000-0x7c395fff E:\deploy\FSC-Destiny\java\jre\bin\MSVCR71.dll
    0x76f50000-0x76f62fff C:\WINDOWS\system32\Secur32.dll
    0x77e00000-0x77e21fff C:\WINDOWS\system32\NTMARTA.DLL
    0x77670000-0x777a3fff C:\WINDOWS\system32\ole32.dll
    0x77c00000-0x77c47fff C:\WINDOWS\system32\GDI32.dll
    0x77380000-0x77411fff C:\WINDOWS\system32\USER32.dll
    0x5ccf0000-0x5ccfefff C:\WINDOWS\system32\SAMLIB.dll
    0x76f10000-0x76f3dfff C:\WINDOWS\system32\WLDAP32.dll
    0x6d370000-0x6d38cfff E:\deploy\FSC-Destiny\java\jre\bin\java.dll
    0x6d680000-0x6d68bfff E:\deploy\FSC-Destiny\java\jre\bin\verify.dll
    0x76aa0000-0x76accfff C:\WINDOWS\system32\WINMM.dll
    0x71bc0000-0x71bc7fff C:\WINDOWS\system32\rdpsnd.dll
    0x771f0000-0x77200fff C:\WINDOWS\system32\WINSTA.dll
    0x71c40000-0x71c97fff C:\WINDOWS\system32\NETAPI32.dll
    0x76b70000-0x76b7afff C:\WINDOWS\system32\PSAPI.DLL
    0x54780000-0x54791fff E:\deploy\FSC-Destiny\jboss\lib\wrapper.dll
    0x6d530000-0x6d542fff E:\deploy\FSC-Destiny\java\jre\bin\net.dll
    0x71c00000-0x71c16fff C:\WINDOWS\system32\WS2_32.dll
    0x71bf0000-0x71bf7fff C:\WINDOWS\system32\WS2HELP.dll
    0x71b20000-0x71b60fff C:\WINDOWS\system32\mswsock.dll
    0x5f270000-0x5f2c8fff C:\WINDOWS\system32\hnetcfg.dll
    0x71ae0000-0x71ae7fff C:\WINDOWS\System32\wshtcpip.dll
    0x76ed0000-0x76ef8fff C:\WINDOWS\system32\DNSAPI.dll
    0x76f70000-0x76f76fff C:\WINDOWS\System32\winrnr.dll
    0x76f80000-0x76f84fff C:\WINDOWS\system32\rasadhlp.dll
    0x68000000-0x6802efff C:\WINDOWS\system32\rsaenh.dll
    0x76920000-0x769e3fff C:\WINDOWS\system32\USERENV.dll
    0x6d660000-0x6d665fff E:\deploy\FSC-Destiny\java\jre\bin\rmi.dll
    0x02800000-0x028c0fff E:\deploy\FSC-Destiny\java\jre\bin\dbghelp.dll
    0x77b90000-0x77b97fff C:\WINDOWS\system32\VERSION.dll
    Roots Dump Helper:
         method=com/follett/fsc/destiny/client/circulation/servlet/CheckinForm.formatTransaction(Lcom/follett/fsc/destiny/session/circulation/data/CheckinTransactionBean;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)Ljava/lang/String;
         ip=0x606F4E48
         storage=0xffffffff
         ref=0x5C2DCB78
         *ref=0x3DB714A8
         stackIter=0x53D4FD10
         refIter=0x53D4FD3C
    Roots Processed Thread: "http-0.0.0.0-80-Processor58" id=105 idx=0xc6 tid=3648 lastJavaFrame=0x5C2DCB48
    at jrockit/vm/Allocator.nativeGetNewTLA(II)I(Native Method)
    at jrockit/vm/Allocator.getNewTLAAndAlloc(III)Ljava/lang/Object;(Unknown Source)[inlined]
    at jrockit/vm/Allocator.getMoreMemoryAndAlloc(IIII)Ljava/lang/Object;(Unknown Source)[optimized]
    at com/follett/fsc/destiny/client/circulation/servlet/CheckinForm.formatTransaction(Lcom/follett/fsc/destiny/session/circulation/data/CheckinTransactionBean;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)Ljava/lang/String;(CheckinForm.java:406)[optimized]
    at org/apache/jsp/circulation/checkin_jsp._jspService(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(checkin_jsp.java:372)[optimized]
    at org/apache/jasper/runtime/HttpJspBase.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(HttpJspBase.java:94)[optimized]
    at javax/servlet/http/HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(HttpServlet.java:810)[optimized]
    at org/apache/jasper/servlet/JspServletWrapper.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Z)V(JspServletWrapper.java:324)[optimized]
    at org/apache/jasper/servlet/JspServlet.serviceJspFile(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Ljava/lang/String;Ljava/lang/Throwable;Z)V(JspServlet.java:292)[inlined]
    at org/apache/jasper/servlet/JspServlet.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(JspServlet.java:236)[optimized]
    at javax/servlet/http/HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(HttpServlet.java:810)[optimized]
    at org/apache/catalina/core/ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationFilterChain.java:237)[optimized]
    at org/apache/catalina/core/ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationFilterChain.java:157)[inlined]
    at org/apache/catalina/core/ApplicationDispatcher.invoke(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationDispatcher.java:704)[optimized]
    at org/apache/catalina/core/ApplicationDispatcher.doInclude(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationDispatcher.java:590)[inlined]
    at org/apache/catalina/core/ApplicationDispatcher.include(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationDispatcher.java:510)[optimized]
    at org/apache/jasper/runtime/JspRuntimeLibrary.include(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljava/lang/String;Ljavax/servlet/jsp/JspWriter;Z)V(JspRuntimeLibrary.java:966)[inlined]
    at org/apache/jasper/runtime/PageContextImpl.include(Ljava/lang/String;)V(PageContextImpl.java:581)[inlined]
    at org/apache/struts/taglib/template/GetTag.doStartTag()I(GetTag.java:201)[optimized]
    at org/apache/jsp/common/shelltemplate_jsp._jspx_meth_template_get_9(Ljavax/servlet/jsp/tagext/JspTag;Ljavax/servlet/jsp/PageContext;)Z(shelltemplate_jsp.java:621)[inlined]
    at org/apache/jsp/common/shelltemplate_jsp._jspx_meth_base_handleExceptions_0(Ljavax/servlet/jsp/tagext/JspTag;Ljavax/servlet/jsp/PageContext;)Z(shelltemplate_jsp.java:581)[optimized]
    at org/apache/jsp/common/shelltemplate_jsp._jspService(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(shelltemplate_jsp.java:348)[optimized]
    at org/apache/jasper/runtime/HttpJspBase.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(HttpJspBase.java:94)[optimized]
    at javax/servlet/http/HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(HttpServlet.java:810)[optimized]
    at org/apache/jasper/servlet/JspServletWrapper.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Z)V(JspServletWrapper.java:324)[optimized]
    at org/apache/jasper/servlet/JspServlet.serviceJspFile(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Ljava/lang/String;Ljava/lang/Throwable;Z)V(JspServlet.java:292)[inlined]
    at org/apache/jasper/servlet/JspServlet.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(JspServlet.java:236)[optimized]
    at javax/servlet/http/HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(HttpServlet.java:810)[optimized]
    at org/apache/catalina/core/ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationFilterChain.java:237)[optimized]
    at org/apache/catalina/core/ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationFilterChain.java:157)[inlined]
    at org/apache/catalina/core/ApplicationDispatcher.invoke(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationDispatcher.java:704)[optimized]
    at org/apache/catalina/core/ApplicationDispatcher.doInclude(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationDispatcher.java:590)[inlined]
    at org/apache/catalina/core/ApplicationDispatcher.include(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationDispatcher.java:510)[optimized]
    at org/apache/jasper/runtime/JspRuntimeLibrary.include(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljava/lang/String;Ljavax/servlet/jsp/JspWriter;Z)V(JspRuntimeLibrary.java:966)[inlined]
    at org/apache/jasper/runtime/PageContextImpl.include(Ljava/lang/String;)V(PageContextImpl.java:581)[inlined]
    at org/apache/struts/taglib/template/InsertTag.doEndTag()I(InsertTag.java:158)[optimized]
    at org/apache/jsp/common/index_jsp._jspService(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(index_jsp.java:296)[optimized]
    at org/apache/jasper/runtime/HttpJspBase.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(HttpJspBase.java:94)[optimized]
    at javax/servlet/http/HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(HttpServlet.java:810)[optimized]
    at org/apache/jasper/servlet/JspServletWrapper.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Z)V(JspServletWrapper.java:324)[optimized]
    at org/apache/jasper/servlet/JspServlet.serviceJspFile(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Ljava/lang/String;Ljava/lang/Throwable;Z)V(JspServlet.java:292)[inlined]
    at org/apache/jasper/servlet/JspServlet.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(JspServlet.java:236)[optimized]
    at javax/servlet/http/HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(HttpServlet.java:810)[optimized]
    at org/apache/catalina/core/ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationFilterChain.java:237)[optimized]
    at org/apache/catalina/core/ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationFilterChain.java:157)[inlined]
    at org/apache/catalina/core/ApplicationDispatcher.invoke(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationDispatcher.java:704)[optimized]
    at org/apache/catalina/core/ApplicationDispatcher.processRequest(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationDispatcher.java:474)[inlined]
    at org/apache/catalina/core/ApplicationDispatcher.doForward(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationDispatcher.java:409)[inlined]
    at org/apache/catalina/core/ApplicationDispatcher.forward(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationDispatcher.java:312)[optimized]
    at org/apache/struts/action/RequestProcessor.doForward(Ljava/lang/String;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(RequestProcessor.java:1058)[inlined]
    at org/apache/struts/action/RequestProcessor.processForwardConfig(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Lorg/apache/struts/config/ForwardConfig;)V(RequestProcessor.java:451)[optimized]
    at com/follett/fsc/destiny/client/common/servlet/DestinyRequestProcessor.processForwardConfig(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Lorg/apache/struts/config/ForwardConfig;)V(DestinyRequestProcessor.java:301)[optimized]
    at org/apache/struts/action/RequestProcessor.processActionForward(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Lorg/apache/struts/action/ActionForward;)V(RequestProcessor.java:401)[inlined]
    at org/apache/struts/action/RequestProcessor.process(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(RequestProcessor.java:279)[optimized]
    at com/follett/fsc/destiny/client/common/servlet/DestinyRequestProcessor.process(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(DestinyRequestProcessor.java:336)[optimized]
    at org/apache/struts/action/ActionServlet.process(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(ActionServlet.java:1420)[inlined]
    at org/apache/struts/action/ActionServlet.doPost(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(ActionServlet.java:520)[optimized]
    at javax/servlet/http/HttpServlet.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(HttpServlet.java:717)[optimized]
    at javax/servlet/http/HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(HttpServlet.java:810)[optimized]
    at org/apache/catalina/core/ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationFilterChain.java:237)[inlined]
    at org/apache/catalina/core/ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationFilterChain.java:157)[optimized]
    at com/follett/fsc/destiny/client/filters/DestinyFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V(DestinyFilter.java:34)[optimized]
    at org/apache/catalina/core/ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationFilterChain.java:186)[inlined]
    at org/apache/catalina/core/ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationFilterChain.java:157)[optimized]
    at org/jboss/web/tomcat/filters/ReplyHeaderFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V(ReplyHeaderFilter.java:75)[optimized]
    at org/apache/catalina/core/ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationFilterChain.java:186)[optimized]
    at org/apache/catalina/core/ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(ApplicationFilterChain.java:157)[inlined]
    at org/apache/catalina/core/StandardWrapperValve.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;Lorg/apache/catalina/ValveContext;)V(StandardWrapperValve.java:214)[optimized]
    at org/apache/catalina/core/StandardValveContext.invokeNext(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V(StandardValveContext.java:104)[inlined]
    at org/apache/catalina/core/StandardPipeline.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V(StandardPipeline.java:520)[optimized]
    at org/apache/catalina/core/StandardContextValve.invokeInternal(Lorg/apache/catalina/Wrapper;Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V(StandardContextValve.java:198)[inlined]
    at org/apache/catalina/core/StandardContextValve.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;Lorg/apache/catalina/ValveContext;)V(StandardContextValve.java:152)[optimized]
    at org/apache/catalina/core/StandardValveContext.invokeNext(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V(StandardValveContext.java:104)[optimized]
    at org/jboss/web/tomcat/security/CustomPrincipalValve.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;Lorg/apache/catalina/ValveContext;)V(CustomPrincipalValve.java:66)[optimized]
    at org/apache/catalina/core/StandardValveContext.invokeNext(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V(StandardValveContext.java:102)[optimized]
    at org/jboss/web/tomcat/security/SecurityAssociationValve.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;Lorg/apache/catalina/ValveContext;)V(SecurityAssociationValve.java:158)[optimized]
    at org/apache/catalina/core/StandardValveContext.invokeNext(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V(StandardValveContext.java:102)[inlined]
    at org/apache/catalina/core/StandardPipeline.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V(StandardPipeline.java:520)[optimized]
    at org/apache/catalina/core/StandardHostValve.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;Lorg/apache/catalina/ValveContext;)V(StandardHostValve.java:137)[optimized]
    at org/apache/catalina/core/StandardValveContext.invokeNext(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V(StandardValveContext.java:104)[optimized]
    at org/apache/catalina/valves/ErrorReportValve.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;Lorg/apache/catalina/ValveContext;)V(ErrorReportValve.java:118)[optimized]
    at org/apache/catalina/core/StandardValveContext.invokeNext(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V(StandardValveContext.java:102)[inlined]
    at org/apache/catalina/core/StandardPipeline.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V(StandardPipeline.java:520)[optimized]
    at org/apache/catalina/core/StandardEngineValve.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;Lorg/apache/catalina/ValveContext;)V(StandardEngineValve.java:109)[optimized]
    at org/apache/catalina/core/StandardValveContext.invokeNext(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V(StandardValveContext.java:104)[inlined]
    at org/apache/catalina/core/StandardPipeline.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V(StandardPipeline.java:520)[optimized]
    at org/apache/catalina/core/ContainerBase.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V(ContainerBase.java:929)[optimized]
    at org/apache/coyote/tomcat5/CoyoteAdapter.service(Lorg/apache/coyote/Request;Lorg/apache/coyote/Response;)V(CoyoteAdapter.java:160)[optimized]
    at org/apache/coyote/http11/Http11Processor.process(Ljava/io/InputStream;Ljava/io/OutputStream;)V(Http11Processor.java:799)[optimized]
    at org/apache/coyote/http11/Http11Protocol$Http11ConnectionHandler.processConnection(Lorg/apache/tomcat/util/net/TcpConnection;[Ljava/lang/Object;)V(Http11Protocol.java:705)[optimized]
    at org/apache/tomcat/util/net/TcpWorkerThread.runIt([Ljava/lang/Object;)V(PoolTcpEndpoint.java:577)[optimized]
    at org/apache/tomcat/util/threads/ThreadPool$ControlRunnable.run()V(ThreadPool.java:683)
    at java/lang/Thread.run()V(Unknown Source)
    at jrockit/vm/RNI.c2java()V(Native Method)
    -- end of trace
    606F4E36 x86_mov dword ptr [esp], edx
    606F4E39 x86_mov edx, 0x00000018
    606F4E3E x86_mov eax, 0x50A49724
    * 606F4E43 x86_call [0x5F431F30] <jrockit/vm/Allocator@getMoreMemoryAndAlloc(IIII)Ljava/lang/Object;+0>
    ebpb, [sp+0x80]b, [sp+0x104]b* 606F4E48 x86_mov ebx, esi
    esib, ebpb, [sp+0x80]b, [sp+0x104]b 606F4E4A x86_jmp [0x606F41D2] <com/follett/fsc/destiny/client/circulation/servlet/CheckinForm@formatTransaction(Lcom/follett/fsc/destiny/session/circulation/data/CheckinTransactionBean;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)Ljava/lang/String;+6162>
    "(GC Main Thread)" id=5 idx=0xa tid=3332 lastJavaFrame=0xFFFFFFFC
    Thread Stack Trace:
    at _mmGetPossibleMovedObjectSize+17()@0x00505D31
    Additional information is available in:
    E:\deploy\FSC-Destiny\jboss\bin\jrockit.4052.dump
    E:\deploy\FSC-Destiny\jboss\bin\jrockit.4052.mdmp
    If you see this dump, please open a support case with BEA and
    supply as much information as you can on your system setup and
    the program you were running. You can also search for solutions
    to your problem at http://forums.bea.com in
    the forum jrockit.developer.interest.general.
    ===== END DUMP ===============================================================

  • Exception_access_violation error on Windows 2000 Professional

    Hello,
    I am developing a stand-alone Java application that runs without any problem on Windows 98, XP, and most 2000 and NT machines. On some Windows 2000 Professional machines, however, attempting to run the program generates the following error. Is there something about the configuration of these machines that needs to be adjusted to make the program work? The JRE (1.4) and program installation are done in exactly the same way in each case. The only variation seems to be in the version of the operating system.
    Any help much appreciated. Best reply gets 4 DD's!
    Thanks much,
    David
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6D1B32AD
    Function=[Unknown.]
    Library=C:\Documents and Settings\Baker\Desktop\csdemo\Windows\resource\jre\bin\fontmanager.dll
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
         at sun.awt.font.NativeFontWrapper.registerFonts(Native Method)
         - locked <05D8C5E8> (a java.lang.Class)
         at sun.java2d.SunGraphicsEnvironment.addPathFonts(Unknown Source)
         at sun.java2d.SunGraphicsEnvironment.registerFonts(Unknown Source)
         at sun.java2d.SunGraphicsEnvironment.access$000(Unknown Source)
         at sun.java2d.SunGraphicsEnvironment$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.java2d.SunGraphicsEnvironment.loadFonts(Unknown Source)
         - locked <02B1DA00> (a sun.awt.Win32GraphicsEnvironment)
         at sun.java2d.SunGraphicsEnvironment.mapFamilyName(Unknown Source)
         at java.awt.Font.initializeFont(Unknown Source)
         at java.awt.Font.<init>(Unknown Source)
         at sun.awt.windows.WDesktopProperties.setFontProperty(Unknown Source)
         - locked <02B1CCD0> (a sun.awt.windows.WDesktopProperties)
         at sun.awt.windows.WDesktopProperties.getWindowsParameters(Native Method)
         at sun.awt.windows.WDesktopProperties.<init>(Unknown Source)
         at sun.awt.windows.WToolkit.initializeDesktopProperties(Unknown Source)
         at java.awt.Toolkit.getDesktopProperty(Unknown Source)
         - locked <02B04360> (a sun.awt.windows.WToolkit)
         at com.sun.java.swing.plaf.windows.WindowsLookAndFeel$DesktopProperty.<init>(Unknown Source)
         at com.sun.java.swing.plaf.windows.WindowsLookAndFeel.initComponentDefaults(Unknown Source)
         at javax.swing.plaf.basic.BasicLookAndFeel.getDefaults(Unknown Source)
         at javax.swing.UIManager.setLookAndFeel(Unknown Source)
         at javax.swing.UIManager.setLookAndFeel(Unknown Source)
         at ZeroGad.a(Unknown Source)
         - locked <05CCDB68> (a java.lang.Class)
         at ZeroGh.b(Unknown Source)
         at ZeroGh.a(Unknown Source)
         at ZeroGh.a(Unknown Source)
         at com.zerog.ia.installer.Main.a(Unknown Source)
         at com.zerog.ia.installer.Main.main(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.zerog.lax.LAX.launch(Unknown Source)
         at com.zerog.lax.LAX.main(Unknown Source)
    Dynamic libraries:
    0x00400000 - 0x00455000      C:\Documents and Settings\Baker\Desktop\csdemo\Windows\install.exe
    0x77F80000 - 0x77FFB000      C:\WINNT\System32\ntdll.dll
    0x77DB0000 - 0x77E0B000      C:\WINNT\system32\ADVAPI32.dll
    0x77E80000 - 0x77F31000      C:\WINNT\system32\KERNEL32.DLL
    0x77D40000 - 0x77DAD000      C:\WINNT\system32\RPCRT4.DLL
    0x77E10000 - 0x77E6F000      C:\WINNT\system32\USER32.dll
    0x77F40000 - 0x77F79000      C:\WINNT\system32\GDI32.dll
    0x77820000 - 0x77827000      C:\WINNT\system32\VERSION.dll
    0x759B0000 - 0x759B6000      C:\WINNT\system32\LZ32.DLL
    0x75E60000 - 0x75E7A000      C:\WINNT\System32\IMM32.DLL
    0x20000000 - 0x20025000      C:\WINNT\System32\shim.dll
    0x6D330000 - 0x6D442000      c:\documents and settings\baker\desktop\csdemo\windows\resource\jre\bin\client\jvm.dll
    0x77570000 - 0x775A0000      C:\WINNT\System32\WINMM.dll
    0x78000000 - 0x78046000      C:\WINNT\system32\MSVCRT.dll
    0x681A0000 - 0x681A7000      C:\WINNT\System32\serwvdrv.dll
    0x66740000 - 0x66747000      C:\WINNT\System32\umdmxfrm.dll
    0x6D1D0000 - 0x6D1D7000      c:\documents and settings\baker\desktop\csdemo\windows\resource\jre\bin\hpi.dll
    0x6D300000 - 0x6D30D000      c:\documents and settings\baker\desktop\csdemo\windows\resource\jre\bin\verify.dll
    0x6D210000 - 0x6D228000      c:\documents and settings\baker\desktop\csdemo\windows\resource\jre\bin\java.dll
    0x6D320000 - 0x6D32D000      c:\documents and settings\baker\desktop\csdemo\windows\resource\jre\bin\zip.dll
    0x6D000000 - 0x6D0F6000      C:\Documents and Settings\Baker\Desktop\csdemo\Windows\resource\jre\bin\awt.dll
    0x77800000 - 0x7781D000      C:\WINNT\System32\WINSPOOL.DRV
    0x77A50000 - 0x77B3A000      C:\WINNT\system32\ole32.dll
    0x60000000 - 0x60045000      C:\WINNT\System32\MSCTF.dll
    0x6D180000 - 0x6D1D0000      C:\Documents and Settings\Baker\Desktop\csdemo\Windows\resource\jre\bin\fontmanager.dll
    0x77920000 - 0x77943000      C:\WINNT\system32\imagehlp.dll
    0x72A00000 - 0x72A2D000      C:\WINNT\system32\DBGHELP.dll
    0x690A0000 - 0x690AB000      C:\WINNT\System32\PSAPI.DLL
    Local Time = Sun Oct 27 04:45:56 2002
    Elapsed Time = 3
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.0-b92 mixed mode)

    Yes, the user in question is logging on with full Administrator access. He suspects some kind of conflict with another application on the machine, but given that the two occurrences I've seen of this error have been on NT and 2K Pro machines, I'm inclined to think it's operating system related. Any more hunches?

  • Installation problem on XP EXCEPTION_ACCESS_VIOLATION

    Attempting to install on windows XP I get a "crash" incriminating ntdll.dll.
    The same installation file works OK on my professional laptop which is
    windows NT.
    Se logfile below
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x7C93AE22
    Function=RtlImpersonateSelf+0x3A5
    Library=F:\WINDOWS\system32\ntdll.dll
    Current Java thread:
         at java.util.zip.ZipFile.getNextEntry(Native Method)
         at java.util.zip.ZipFile.access$400(Unknown Source)
         at java.util.zip.ZipFile$2.nextElement(Unknown Source)
         - locked <0x08ccd8e8> (a java.util.zip.ZipFile)
         at com.installshield.archive.ArchiveReader.entries(Unknown Source)
         at com.installshield.product.actions.UninstallerArchive.getRequiredBytes(Unknown Source)
         at com.installshield.product.service.product.RequiredBytes.getUninstallerSize(Unknown Source)
         at com.installshield.product.service.product.RequiredBytes.visitSoftwareObject(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBean(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)
         at com.installshield.product.service.product.RequiredBytes.getEstimatedRequiredBytes(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$DiskSpaceCheck.execute(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.executeCheck(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.executeChecks(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.installshield.wizard.service.LocalImplementorProxy.invoke(Unknown Source)
         at com.installshield.wizard.service.AbstractService.invokeImpl(Unknown Source)
         at com.installshield.product.service.product.GenericProductService.executeChecks(Unknown Source)
         at com.installshield.product.service.product.InstallCheckerImpl.check(Unknown Source)
         at com.installshield.product.wizardbeans.InstallCheckPanel.executeChecks(Unknown Source)
         at com.installshield.product.wizardbeans.InstallCheckPanel.queryEnter(Unknown Source)
         at com.installshield.wizard.awt.AWTWizardUI.currentBeanChanged(Unknown Source)
         - locked <0x08653e88> (a com.installshield.wizard.swing.SwingWizardUI)
         at com.installshield.wizard.swing.SwingWizardUI.currentBeanChanged(Unknown Source)
         - locked <0x08653e88> (a com.installshield.wizard.swing.SwingWizardUI)
         at com.installshield.wizard.StandardWizardListener.currentBeanChanged(Unknown Source)
         at com.installshield.wizard.Wizard$RunThread.run(Unknown Source)
    Dynamic libraries:
    0x00400000 - 0x00406000      F:\DOCUME~1\RAGNAR~1\LOCALS~1\Temp\LRE6C.tmp\bin\java.exe
    0x7C910000 - 0x7C9C7000      F:\WINDOWS\system32\ntdll.dll
    0x7C800000 - 0x7C904000      F:\WINDOWS\system32\kernel32.dll
    0x77DA0000 - 0x77E4C000      F:\WINDOWS\system32\ADVAPI32.dll
    0x77E50000 - 0x77EE1000      F:\WINDOWS\system32\RPCRT4.dll
    0x77BE0000 - 0x77C38000      F:\WINDOWS\system32\MSVCRT.dll
    0x08000000 - 0x08138000      F:\DOCUME~1\RAGNAR~1\LOCALS~1\Temp\LRE6C.tmp\bin\client\jvm.dll
    0x77D10000 - 0x77DA0000      F:\WINDOWS\system32\USER32.dll
    0x77EF0000 - 0x77F37000      F:\WINDOWS\system32\GDI32.dll
    0x76AE0000 - 0x76B0F000      F:\WINDOWS\system32\WINMM.dll
    0x10000000 - 0x10007000      F:\DOCUME~1\RAGNAR~1\LOCALS~1\Temp\LRE6C.tmp\bin\hpi.dll
    0x00390000 - 0x0039E000      F:\DOCUME~1\RAGNAR~1\LOCALS~1\Temp\LRE6C.tmp\bin\verify.dll
    0x003B0000 - 0x003C9000      F:\DOCUME~1\RAGNAR~1\LOCALS~1\Temp\LRE6C.tmp\bin\java.dll
    0x003D0000 - 0x003DD000      F:\DOCUME~1\RAGNAR~1\LOCALS~1\Temp\LRE6C.tmp\bin\zip.dll
    0x02E60000 - 0x02E6F000      F:\Documents and Settings\Ragnar MOLLER\Local Settings\Temp\LRE6C.tmp\bin\net.dll
    0x719F0000 - 0x71A07000      F:\WINDOWS\system32\WS2_32.dll
    0x719E0000 - 0x719E8000      F:\WINDOWS\system32\WS2HELP.dll
    0x71990000 - 0x719D0000      F:\WINDOWS\System32\mswsock.dll
    0x76ED0000 - 0x76EF7000      F:\WINDOWS\system32\DNSAPI.dll
    0x76F60000 - 0x76F68000      F:\WINDOWS\System32\winrnr.dll
    0x76F10000 - 0x76F3D000      F:\WINDOWS\system32\WLDAP32.dll
    0x76F70000 - 0x76F76000      F:\WINDOWS\system32\rasadhlp.dll
    0x02F80000 - 0x02FB0000      F:\Documents and Settings\Ragnar MOLLER\Local Settings\Temp\ismp001\win32ppk.dll
    0x7C9D0000 - 0x7D1F3000      F:\WINDOWS\system32\SHELL32.dll
    0x77F40000 - 0x77FB6000      F:\WINDOWS\system32\SHLWAPI.dll
    0x774A0000 - 0x775DD000      F:\WINDOWS\system32\ole32.dll
    0x76320000 - 0x7633D000      F:\WINDOWS\system32\IMM32.dll
    0x77BD0000 - 0x77BD8000      F:\WINDOWS\system32\VERSION.dll
    0x77390000 - 0x77493000      F:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\comctl32.dll
    0x58B50000 - 0x58BEA000      F:\WINDOWS\system32\comctl32.dll
    0x5B090000 - 0x5B0C8000      F:\WINDOWS\SYSTEM32\uxtheme.dll
    0x03080000 - 0x030E9000      G:\Kaspersky Security Suite\Kaspersky Anti-Spam Personal\OEHook.dll
    0x76340000 - 0x7638A000      F:\WINDOWS\system32\comdlg32.dll
    0x76010000 - 0x76075000      F:\WINDOWS\system32\MSVCP60.dll
    0x770E0000 - 0x7716C000      F:\WINDOWS\system32\OLEAUT32.dll
    0x03030000 - 0x03037000      G:\Kaspersky Security Suite\Kaspersky Anti-Spam Personal\CatNames.dll
    0x03530000 - 0x0363F000      F:\Documents and Settings\Ragnar MOLLER\Local Settings\Temp\LRE6C.tmp\bin\awt.dll
    0x72F50000 - 0x72F76000      F:\WINDOWS\system32\WINSPOOL.DRV
    0x03640000 - 0x03690000      F:\Documents and Settings\Ragnar MOLLER\Local Settings\Temp\LRE6C.tmp\bin\fontmanager.dll
    0x736B0000 - 0x736F9000      F:\WINDOWS\system32\ddraw.dll
    0x73B10000 - 0x73B16000      F:\WINDOWS\system32\DCIMAN32.dll
    0x73890000 - 0x73960000      F:\WINDOWS\system32\D3DIM700.DLL
    0x057E0000 - 0x05BDF000      F:\WINDOWS\Resources\themes\Luna\Luna.msstyles
    0x23000000 - 0x23007000      F:\Program Files\Plaxo\2.12.0.29\plx_hook.dll
    0x05C20000 - 0x05C27000      G:\Copernic Desktop Search\DesktopSearchSystem2515.dll
    0x20000000 - 0x202DA000      F:\WINDOWS\system32\xpsp2res.dll
    0x6FEE0000 - 0x6FF34000      F:\WINDOWS\system32\netapi32.dll
    0x71A60000 - 0x71A72000      F:\WINDOWS\system32\MPR.dll
    0x75EF0000 - 0x75EF7000      F:\WINDOWS\System32\drprov.dll
    0x71B70000 - 0x71B7E000      F:\WINDOWS\System32\ntlanman.dll
    0x71C30000 - 0x71C47000      F:\WINDOWS\System32\NETUI0.dll
    0x71BF0000 - 0x71C30000      F:\WINDOWS\System32\NETUI1.dll
    0x71BE0000 - 0x71BE7000      F:\WINDOWS\System32\NETRAP.dll
    0x71B50000 - 0x71B63000      F:\WINDOWS\System32\SAMLIB.dll
    0x75F00000 - 0x75F09000      F:\WINDOWS\System32\davclnt.dll
    0x778E0000 - 0x779D8000      F:\WINDOWS\system32\SETUPAPI.dll
    0x77B50000 - 0x77B72000      F:\WINDOWS\system32\appHelp.dll
    0x76F80000 - 0x76FFF000      F:\WINDOWS\system32\CLBCATQ.DLL
    0x77000000 - 0x770D4000      F:\WINDOWS\system32\COMRes.dll
    0x05D70000 - 0x05D93000      F:\WINDOWS\system32\nvappfilter.dll
    0x76BA0000 - 0x76BAB000      F:\WINDOWS\system32\PSAPI.DLL
    0x62E40000 - 0x62E99000      F:\WINDOWS\system32\hnetcfg.dll
    0x719D0000 - 0x719D8000      F:\WINDOWS\System32\wshtcpip.dll
    0x745E0000 - 0x748A6000      F:\WINDOWS\system32\msi.dll
    0x77210000 - 0x772C1000      F:\WINDOWS\system32\SXS.DLL
    0x75610000 - 0x75686000      F:\WINDOWS\system32\wbem\fastprox.dll
    0x75200000 - 0x75237000      F:\WINDOWS\system32\wbem\wbemcomn.dll
    0x76740000 - 0x76753000      F:\WINDOWS\system32\NTDSAPI.dll
    0x77FC0000 - 0x77FD1000      F:\WINDOWS\system32\Secur32.dll
    0x76C40000 - 0x76C68000      F:\WINDOWS\system32\imagehlp.dll
    0x5D3F0000 - 0x5D491000      F:\WINDOWS\system32\DBGHELP.dll
    Heap at VM Abort:
    Heap
    def new generation total 1536K, used 463K [0x08140000, 0x082e0000, 0x085d0000)
    eden space 1408K, 23% used [0x08140000, 0x08193ec8, 0x082a0000)
    from space 128K, 99% used [0x082c0000, 0x082dfff0, 0x082e0000)
    to space 128K, 0% used [0x082a0000, 0x082a0000, 0x082c0000)
    tenured generation total 18944K, used 7681K [0x085d0000, 0x09850000, 0x0bd40000)
    the space 18944K, 40% used [0x085d0000, 0x08d50600, 0x08d50600, 0x09850000)
    compacting perm gen total 11008K, used 10759K [0x0bd40000, 0x0c800000, 0x0fd40000)
    the space 11008K, 97% used [0x0bd40000, 0x0c7c1e18, 0x0c7c2000, 0x0c800000)
    Local Time = Sun Nov 12 17:27:22 2006
    Elapsed Time = 36
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_04-b05 mixed mode)
    ee log file below

    Hello,
    I'm using jdk1.5.0_09 which was installed just before I tried to install Java studio creator. I installed the version without netbeans etc.
    I was successful installing on my professional laptop, which is a Win 2000 machine but it's to full to start trying out Java Studio on. That machine has a Jkd installed one year ago.
    I checked out most of the documents on the site, noteably:
    My installation of Java Studio Creator 2 Update 1 may not have completed successfully on Windows 2000 or XP. How should I proceed?
    and
    My installation of Java Studio Creator 2 Update 1 may not have completed successfully on Windows 2000 or XP. How should I proceed?
    Ragnar

  • EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d641e26, pid=3376, tid=354

    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d641e26, pid=3376, tid=3540
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_02-b09 mixed mode, sharing)
    # Problematic frame:
    # C 0x6d641e26
    --------------- T H R E A D ---------------
    Current thread (0x030052a8): VMThread [id=3540]
    siginfo: ExceptionCode=0xc0000005, reading address 0x000000ac
    Registers:
    EAX=0x0000007c, EBX=0x0502fc74, ECX=0x22d97480, EDX=0x0000007c
    ESP=0x0502fc20, EBP=0x0502fc54, ESI=0x22d97480, EDI=0x02fa8f38
    EIP=0x6d641e26, EFLAGS=0x00010202
    Top of Stack: (sp=0x0502fc20)
    0x0502fc20: 22d97480 6d72c24b 0000007c 02fa8f38
    0x0502fc30: 02ff1698 00000000 00000001 24ba0738
    0x0502fc40: 22d97480 00000000 000abfcc 25d3f000
    0x0502fc50: 22d97480 0502fc80 6d6b0f83 22d97480
    0x0502fc60: 02fdaae8 6d6ad593 0502fc74 02ff1698
    0x0502fc70: 02fa0fd0 02fdaae8 02fa8f38 22d97600
    0x0502fc80: 0502fcd0 6d6aded3 00000001 02ff1698
    0x0502fc90: 00000000 00000001 00000001 00000000
    Instructions: (pc=0x6d641e26)
    0x6d641e16: e8 0c 1b 06 00 5f 5e c9 c3 8b 54 24 04 56 8b f1
    0x6d641e26: 8b 42 30 85 c0 7f 25 7d 1b 83 c9 ff 2b c8 8b 46
    Stack: [0x04f30000,0x05030000), sp=0x0502fc20, free space=1023k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C 0x6d641e26
    C 0x6d6b0f83
    C 0x6d6aded3
    C 0x6d6adb88
    C 0x6d6b115a
    C 0x6d73d70f
    C 0x6d6ac9c7
    C 0x6d6ad05a
    C 0x6d757d4e
    C 0x6d757825
    C 0x6d7579c5
    C 0x6d75775a
    C [msvcrt.dll+0x2a3b0]
    C [kernel32.dll+0xb50b]
    VM_Operation (0x0720f640): full generation collection, mode: safepoint, requested by thread 0x03004760
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x06be0238 JavaThread "Thread-12" daemon [_thread_blocked, id=3636]
    0x02fb9968 JavaThread "Thread-11" daemon [_thread_blocked, id=640]
    0x0964e3d0 JavaThread "Thread-10" daemon [_thread_blocked, id=3968]
    0x03004760 JavaThread "Thread-8" daemon [_thread_blocked, id=2352]
    0x02f77978 JavaThread "Thread-6" daemon [_thread_blocked, id=3236]
    0x02f8d000 JavaThread "AWT-EventQueue-2" [_thread_blocked, id=3100]
    0x03024c00 JavaThread "thread applet-loader.class" [_thread_blocked, id=2696]
    0x02f73510 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=2668]
    0x02f7f710 JavaThread "AWT-Shutdown" [_thread_blocked, id=2660]
    0x02fd3e30 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=1792]
    0x0003fbb8 JavaThread "AWT-Windows" daemon [_thread_in_native, id=2584]
    0x02f844e8 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3292]
    0x02fc8c48 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=1404]
    0x03002dc8 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2052]
    0x02fcdb18 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3640]
    0x02fc18d8 JavaThread "Finalizer" daemon [_thread_blocked, id=1988]
    0x02fb5728 JavaThread "Reference Handler" daemon [_thread_blocked, id=2968]
    0x02fbc1b0 JavaThread "main" [_thread_in_native, id=1356]
    Other Threads:
    =>0x030052a8 VMThread [id=3540]
    0x03005200 WatcherThread [id=3520]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x0003db88/0x00000814] Threads_lock - owner thread: 0x030052a8
    [0x0003ff88/0x00000654] Heap_lock - owner thread: 0x03004760
    Heap
    def new generation total 4160K, used 1830K [0x22020000, 0x224a0000, 0x22780000)
    eden space 3712K, 46% used [0x22020000, 0x221cb6b0, 0x223c0000)
    from space 448K, 26% used [0x223c0000, 0x223de3c0, 0x22430000)
    to space 448K, 0% used [0x22430000, 0x22430000, 0x224a0000)
    tenured generation total 55036K, used 36993K [0x22780000, 0x25d3f000, 0x28020000)
    the space 55036K, 67% used [0x22780000, 0x24ba0738, 0x22d97600, 0x25d3f000)
    compacting perm gen total 8192K, used 1970K [0x28020000, 0x28820000, 0x2c020000)
    the space 8192K, 24% used [0x28020000, 0x2820c850, 0x2820ca00, 0x28820000)
    ro space 8192K, 62% used [0x2c020000, 0x2c528018, 0x2c528200, 0x2c820000)
    rw space 12288K, 46% used [0x2c820000, 0x2cdac620, 0x2cdac800, 0x2d420000)
    Dynamic libraries:
    0x00400000 - 0x00419000      C:\Program Files\Internet Explorer\iexplore.exe
    0x7c900000 - 0x7c9b0000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f4000      C:\WINDOWS\system32\kernel32.dll
    0x77c10000 - 0x77c68000      C:\WINDOWS\system32\msvcrt.dll
    0x77d40000 - 0x77dd0000      C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f56000      C:\WINDOWS\system32\GDI32.dll
    0x77f60000 - 0x77fd6000      C:\WINDOWS\system32\SHLWAPI.dll
    0x77dd0000 - 0x77e6b000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f01000      C:\WINDOWS\system32\RPCRT4.dll
    0x77760000 - 0x778cc000      C:\WINDOWS\system32\SHDOCVW.dll
    0x77a80000 - 0x77b14000      C:\WINDOWS\system32\CRYPT32.dll
    0x77b20000 - 0x77b32000      C:\WINDOWS\system32\MSASN1.dll
    0x754d0000 - 0x75550000      C:\WINDOWS\system32\CRYPTUI.dll
    0x76c30000 - 0x76c5e000      C:\WINDOWS\system32\WINTRUST.dll
    0x76c90000 - 0x76cb8000      C:\WINDOWS\system32\IMAGEHLP.dll
    0x77120000 - 0x771ac000      C:\WINDOWS\system32\OLEAUT32.dll
    0x774e0000 - 0x7761d000      C:\WINDOWS\system32\ole32.dll
    0x5b860000 - 0x5b8b4000      C:\WINDOWS\system32\NETAPI32.dll
    0x771b0000 - 0x77256000      C:\WINDOWS\system32\WININET.dll
    0x76f60000 - 0x76f8c000      C:\WINDOWS\system32\WLDAP32.dll
    0x77c00000 - 0x77c08000      C:\WINDOWS\system32\VERSION.dll
    0x10000000 - 0x10019000      C:\WINDOWS\system32\NVDESK32.DLL
    0x773d0000 - 0x774d2000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
    0x7c9c0000 - 0x7d1d4000      C:\WINDOWS\system32\SHELL32.dll
    0x5d090000 - 0x5d127000      C:\WINDOWS\system32\comctl32.dll
    0x5ad70000 - 0x5ada8000      C:\WINDOWS\system32\uxtheme.dll
    0x74720000 - 0x7476b000      C:\WINDOWS\system32\MSCTF.dll
    0x75f80000 - 0x7607c000      C:\WINDOWS\system32\BROWSEUI.dll
    0x20000000 - 0x20012000      C:\WINDOWS\system32\browselc.dll
    0x77b40000 - 0x77b62000      C:\WINDOWS\system32\appHelp.dll
    0x76fd0000 - 0x7704f000      C:\WINDOWS\system32\CLBCATQ.DLL
    0x77050000 - 0x77115000      C:\WINDOWS\system32\COMRes.dll
    0x77260000 - 0x772fe000      C:\WINDOWS\system32\urlmon.dll
    0x77fe0000 - 0x77ff1000      C:\WINDOWS\system32\Secur32.dll
    0x77920000 - 0x77a13000      C:\WINDOWS\system32\SETUPAPI.dll
    0x769c0000 - 0x76a73000      C:\WINDOWS\system32\USERENV.dll
    0x00dd0000 - 0x00dec000      C:\Program Files\Norton AntiVirus\NavShExt.dll
    0x00df0000 - 0x00e0a000      C:\WINDOWS\system32\ccTrust.dll
    0x76080000 - 0x760e5000      C:\WINDOWS\system32\MSVCP60.dll
    0x76b20000 - 0x76b31000      C:\WINDOWS\system32\ATL.DLL
    0x00e10000 - 0x00e98000      C:\WINDOWS\system32\shdoclc.dll
    0x00ea0000 - 0x01165000      C:\WINDOWS\system32\xpsp2res.dll
    0x75cf0000 - 0x75d81000      C:\WINDOWS\system32\mlang.dll
    0x71ad0000 - 0x71ad9000      C:\WINDOWS\system32\wsock32.dll
    0x71ab0000 - 0x71ac7000      C:\WINDOWS\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000      C:\WINDOWS\system32\WS2HELP.dll
    0x71a50000 - 0x71a8f000      C:\WINDOWS\system32\mswsock.dll
    0x662b0000 - 0x66308000      C:\WINDOWS\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000      C:\WINDOWS\System32\wshtcpip.dll
    0x76ee0000 - 0x76f1c000      C:\WINDOWS\system32\RASAPI32.DLL
    0x76e90000 - 0x76ea2000      C:\WINDOWS\system32\rasman.dll
    0x76eb0000 - 0x76edf000      C:\WINDOWS\system32\TAPI32.dll
    0x76e80000 - 0x76e8e000      C:\WINDOWS\system32\rtutils.dll
    0x76b40000 - 0x76b6d000      C:\WINDOWS\system32\WINMM.dll
    0x017b0000 - 0x01a76000      C:\WINDOWS\system32\msi.dll
    0x75e90000 - 0x75f40000      C:\WINDOWS\system32\SXS.DLL
    0x722b0000 - 0x722b5000      C:\WINDOWS\system32\sensapi.dll
    0x605d0000 - 0x605d9000      C:\WINDOWS\system32\mslbui.dll
    0x76f20000 - 0x76f47000      C:\WINDOWS\system32\DNSAPI.dll
    0x76fc0000 - 0x76fc6000      C:\WINDOWS\system32\rasadhlp.dll
    0x7d4a0000 - 0x7d785000      C:\WINDOWS\System32\mshtml.dll
    0x746c0000 - 0x746e7000      C:\WINDOWS\System32\msls31.dll
    0x746f0000 - 0x7471a000      C:\WINDOWS\System32\msimtf.dll
    0x5c2c0000 - 0x5c300000      C:\WINDOWS\ime\sptip.dll
    0x74c80000 - 0x74cac000      C:\WINDOWS\system32\OLEACC.dll
    0x02150000 - 0x02161000      C:\WINDOWS\IME\SPGRMR.DLL
    0x02170000 - 0x021cb000      C:\Program Files\Common Files\Microsoft Shared\INK\SKCHUI.DLL
    0x325c0000 - 0x325d2000      C:\Program Files\Microsoft Office\OFFICE11\msohev.dll
    0x02350000 - 0x0236b000      C:\Program Files\Common Files\Symantec Shared\Script Blocking\scrauth.dll
    0x02480000 - 0x0249e000      C:\Program Files\Common Files\Symantec Shared\Script Blocking\ScrBlock.dll
    0x0ffd0000 - 0x0fff8000      C:\WINDOWS\system32\rsaenh.dll
    0x75e60000 - 0x75e73000      C:\WINDOWS\system32\cryptnet.dll
    0x4d4f0000 - 0x4d548000      C:\WINDOWS\system32\WINHTTP.dll
    0x75c50000 - 0x75cbe000      c:\windows\system32\jscript.dll
    0x72d20000 - 0x72d29000      C:\WINDOWS\system32\wdmaud.drv
    0x72d10000 - 0x72d18000      C:\WINDOWS\system32\msacm32.drv
    0x77be0000 - 0x77bf5000      C:\WINDOWS\system32\MSACM32.dll
    0x77bd0000 - 0x77bd7000      C:\WINDOWS\system32\midimap.dll
    0x71d40000 - 0x71d5c000      C:\WINDOWS\System32\actxprxy.dll
    0x03d40000 - 0x03ecd000      C:\WINDOWS\system32\macromed\flash\flash.ocx
    0x763b0000 - 0x763f9000      C:\WINDOWS\system32\comdlg32.dll
    0x6d430000 - 0x6d43a000      C:\WINDOWS\System32\ddrawex.dll
    0x73760000 - 0x737a9000      C:\WINDOWS\System32\DDRAW.dll
    0x73bc0000 - 0x73bc6000      C:\WINDOWS\System32\DCIMAN32.dll
    0x76820000 - 0x76834000      C:\WINDOWS\system32\HLINK.DLL
    0x73300000 - 0x73367000      c:\windows\system32\vbscript.dll
    0x73dd0000 - 0x73ece000      C:\WINDOWS\system32\MFC42.DLL
    0x5ff20000 - 0x5ff46000      C:\WINDOWS\system32\MSRATING.dll
    0x5ff50000 - 0x5ff61000      C:\WINDOWS\system32\msratelc.dll
    0x79170000 - 0x79196000      C:\WINDOWS\system32\mscoree.dll
    0x79410000 - 0x79425000      C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\mscorie.dll
    0x7c340000 - 0x7c396000      C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\MSVCR71.dll
    0x79480000 - 0x79499000      C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\mscorld.dll
    0x72b20000 - 0x72b38000      C:\WINDOWS\system32\plugin.ocx
    0x76990000 - 0x769b5000      C:\WINDOWS\system32\ntshrui.dll
    0x76980000 - 0x76988000      C:\WINDOWS\system32\LINKINFO.dll
    0x6e4a0000 - 0x6e4ac000      C:\WINDOWS\system32\corpol.dll
    0x732d0000 - 0x732d5000      C:\WINDOWS\system32\SOFTPUB.DLL
    0x71b20000 - 0x71b32000      C:\WINDOWS\system32\MPR.dll
    0x75f60000 - 0x75f67000      C:\WINDOWS\System32\drprov.dll
    0x71c10000 - 0x71c1e000      C:\WINDOWS\System32\ntlanman.dll
    0x71cd0000 - 0x71ce7000      C:\WINDOWS\System32\NETUI0.dll
    0x71c90000 - 0x71cd0000      C:\WINDOWS\System32\NETUI1.dll
    0x71c80000 - 0x71c87000      C:\WINDOWS\System32\NETRAP.dll
    0x71bf0000 - 0x71c03000      C:\WINDOWS\System32\SAMLIB.dll
    0x75f70000 - 0x75f79000      C:\WINDOWS\System32\davclnt.dll
    0x75970000 - 0x75a67000      C:\WINDOWS\system32\MSGINA.dll
    0x76360000 - 0x76370000      C:\WINDOWS\system32\WINSTA.dll
    0x74320000 - 0x7435d000      C:\WINDOWS\system32\ODBC32.dll
    0x06090000 - 0x060a7000      C:\WINDOWS\system32\odbcint.dll
    0x6bdd0000 - 0x6be05000      C:\WINDOWS\System32\dxtrans.dll
    0x6be10000 - 0x6be6a000      C:\WINDOWS\System32\dxtmsft.dll
    0x5a620000 - 0x5a67d000      C:\WINDOWS\system32\inetcpl.cpl
    0x667d0000 - 0x667ed000      C:\WINDOWS\system32\inetcplc.dll
    0x66400000 - 0x66442000      C:\WINDOWS\System32\msieftp.dll
    0x66f00000 - 0x66f35000      C:\WINDOWS\system32\QuickTime\QuickTimeWebHelper.qtx
    0x66800000 - 0x66e31000      C:\WINDOWS\system32\QuickTime.qts
    0x5edd0000 - 0x5ede7000      C:\WINDOWS\system32\OLEPRO32.DLL
    0x73f10000 - 0x73f6c000      C:\WINDOWS\system32\dsound.dll
    0x73ee0000 - 0x73ee4000      C:\WINDOWS\system32\KsUser.dll
    0x67760000 - 0x677f3000      C:\WINDOWS\system32\QuickTime\QuickTime3GPP.qtx
    0x67100000 - 0x67291000      C:\WINDOWS\system32\QuickTime\QuickTimeAuthoring.qtx
    0x672a0000 - 0x672e9000      C:\WINDOWS\system32\QuickTime\QuickTimeCapture.qtx
    0x672f0000 - 0x6736e000      C:\WINDOWS\system32\QuickTime\QuickTimeEffects.qtx
    0x67550000 - 0x675cd000      C:\WINDOWS\system32\QuickTime\QuickTimeEssentials.qtx
    0x67380000 - 0x67404000      C:\WINDOWS\system32\QuickTime\QuickTimeImage.qtx
    0x67020000 - 0x670f7000      C:\WINDOWS\system32\QuickTime\QuickTimeInternetExtras.qtx
    0x674e0000 - 0x6754a000      C:\WINDOWS\system32\QuickTime\QuickTimeMPEG.qtx
    VM Arguments:
    jvm_args: -Xbootclasspath/a:C:\PROGRA~1\Java\JRE15~2.0_0\lib\deploy.jar;C:\PROGRA~1\Java\JRE15~2.0_0\lib\plugin.jar -Xmx96m -Djavaplugin.maxHeapSize=96m -Xverify:remote -Djavaplugin.version=1.5.0_02 -Djavaplugin.nodotversion=150_02 -Dbrowser=sun.plugin -DtrustProxy=true -Dapplication.home=C:\PROGRA~1\Java\JRE15~2.0_0 -Djava.protocol.handler.pkgs=sun.plugin.net.protocol -Djavaplugin.vm.options=-Djava.class.path=C:\PROGRA~1\Java\JRE15~2.0_0\classes -Xbootclasspath/a:C:\PROGRA~1\Java\JRE15~2.0_0\lib\deploy.jar;C:\PROGRA~1\Java\JRE15~2.0_0\lib\plugin.jar -Xmx96m -Djavaplugin.maxHeapSize=96m -Xverify:remote -Djavaplugin.version=1.5.0_02 -Djavaplugin.nodotversion=150_02 -Dbrowser=sun.plugin -DtrustProxy=true -Dapplication.home=C:\PROGRA~1\Java\JRE15~2.0_0 -Djava.protocol.handler.pkgs=sun.plugin.net.protocol vfprintf
    java_command: <unknown>
    Environment Variables:
    PATH=C:\PROGRA~1\Java\JRE15~2.0_0\bin;C:\Program Files\Internet Explorer;;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;.
    USERNAME=a
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 1 Stepping 2, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 1 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 523760k(223640k free), swap 1278952k(977872k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_02-b09) for windows-x86, built on Mar 4 2005 01:53:53 by "java_re" with MS VC++ 6.0
    -- NEED HELP PELASE this is the error i get in an otepad file after my java freezes on my etc it has cost me $15,000 now :| I use to leave a java chat on while having other programes open and they do nto have a recovery option built into them as the java links me with other key partners. I get restarted, frozen anything Its been two weeks and I am falling behind each day. Please help me
    --Gabliaven                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             

    I was also facing this problem for the last 2 days. Today i removed all the version of JRE installed on my system from Control Panel & installed Java Platfor, Standard Edition 6 Version 1.6.0. Now my applications are working perfectly.
    thanks
    Sooraj

  • EXCEPTION_ACCESS_VIOLATION error with MS ACCESS database connection

    Hello,
    I got the EXCEPTION_ACCESS_VIOLATION error in the hs_err_pidXXXX.log file.
    I am using MS ACCESS and jdbc-odbc bridge to access to it.
    The problem is the tomcat server crashes every a couple of hours.
    The error log is attached.
    I searched this error on line and tried a couple of things that they suggested. But no helps.
    I tried increasing the heap size, and change the Java option to -Xint.
    But all no help.
    Would you take a look at the log file and suggest anythings?
    Thank you!!!
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c82f350, pid=4100, tid=1204
    # Java VM: Java HotSpot(TM) Client VM (1.5.0-b64 interpreted mode)
    # Problematic frame:
    # C [ntdll.dll+0x2f350]
    --------------- T H R E A D ---------------
    Current thread (0x490eeb08): JavaThread "TP-Processor2" daemon [_thread_in_native, id=1204]
    siginfo: ExceptionCode=0xc0000005, writing address 0x00000008
    Registers:
    EAX=0x00000000, EBX=0x00000000, ECX=0x00000008, EDX=0x00000004
    ESP=0x4d4ae9e0, EBP=0x4d4ae9ec, ESI=0x00000008, EDI=0x00000000
    EIP=0x7c82f350, EFLAGS=0x00010297
    Top of Stack: (sp=0x4d4ae9e0)
    0x4d4ae9e0: 00000000 00000000 00000008 4d4aea08
    0x4d4ae9f0: 4bfa4c16 00000004 497f150c 4bf727af
    0x4d4aea00: 497f150c 497f14e8 4d4aea40 4bf78af9
    0x4d4aea10: 497f150c 4bfa0000 490eebc4 43c06010
    0x4d4aea20: 00000001 00000000 4d4aea14 4d4ae60c
    0x4d4aea30: 4d4afce8 4bfa5705 4bf78ac8 ffffffff
    0x4d4aea40: 4d4aea58 4bf78a9d 497f14e8 4d4aea78
    0x4d4aea50: 49151ad8 490eebc4 4d4aea70 6d371157
    Instructions: (pc=0x7c82f350)
    0x7c82f340: 56 8d 72 04 57 89 75 fc b8 00 00 00 00 8b 4d fc
    0x7c82f350: f0 0f b3 01 0f 92 c0 84 c0 0f 84 95 0f 00 00 64
    Stack: [0x4d3b0000,0x4d4b0000), sp=0x4d4ae9e0, free space=1018k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [ntdll.dll+0x2f350]
    C [ODBC32.dll+0x34c16]
    C [ODBC32.dll+0x8af9]
    C [ODBC32.dll+0x8a9d]
    C [JdbcOdbc.dll+0x1157]
    j sun.jdbc.odbc.JdbcOdbc.allocConnect(J[B)J+0
    j sun.jdbc.odbc.JdbcOdbc.SQLAllocConnect(J)J+30
    j sun.jdbc.odbc.JdbcOdbcDriver.allocConnection(J)J+6
    j sun.jdbc.odbc.JdbcOdbcConnection.initialize(Ljava/lang/String;Ljava/util/Properties;I)V+37
    j sun.jdbc.odbc.JdbcOdbcDriver.connect(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+129
    j java.sql.DriverManager.getConnection(Ljava/lang/String;Ljava/util/Properties;Ljava/lang/ClassLoader;)Ljava/sql/Connection;+165
    j java.sql.DriverManager.getConnection(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/Connection;+41
    j gov.chi.oemc.pagegate.dao.jdbc.JdbcConnection.getConnection(Z)Ljava/sql/Connection;+18
    j gov.chi.oemc.pagegate.dao.jdbc.MessageDaoJdbc.getMsgHistories(Ljava/lang/String;Ljava/lang/String;ZI)Ljava/util/List;+13
    j gov.chi.oemc.pagegate.service.dwr.impl.MessageDwrManagerImpl.getMsgHistories(Ljava/lang/String;Ljava/lang/String;ZI)Ljava/util/List;+9
    j sun.reflect.GeneratedMethodAccessor79.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
    j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
    j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+111
    j org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+31
    j org.springframework.aop.framework.JdkDynamicAopProxy.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+318
    j $Proxy15.getMsgHistories(Ljava/lang/String;Ljava/lang/String;ZI)Ljava/util/List;+35
    j sun.reflect.GeneratedMethodAccessor80.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
    j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
    j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+111
    j uk.ltd.getahead.dwr.impl.ExecuteQuery.execute(Ljavax/servlet/http/HttpServletRequest;)Luk/ltd/getahead/dwr/Calls;+955
    j uk.ltd.getahead.dwr.impl.DefaultExecProcessor.handle(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+26
    j uk.ltd.getahead.dwr.impl.DefaultProcessor.handle(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+225
    j uk.ltd.getahead.dwr.AbstractDWRServlet.doPost(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+33
    j javax.servlet.http.HttpServlet.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+139
    j javax.servlet.http.HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+30
    j org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+362
    j org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
    j com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Ljavax/servlet/FilterChain;)Lcom/opensymphony/module/sitemesh/Page;+18
    j com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+84
    j org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+105
    j org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
    j org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+324
    j org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+105
    j org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
    j org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+65
    j org.acegisecurity.intercept.web.FilterSecurityInterceptor.invoke(Lorg/acegisecurity/intercept/web/FilterInvocation;)V+87
    j org.acegisecurity.intercept.web.FilterSecurityInterceptor.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+15
    j org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+185
    j org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+37
    j org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+185
    j org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+144
    j org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+185
    j org.acegisecurity.wrapper.SecurityContextHolderAwareRequestFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+143
    j org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+185
    j org.acegisecurity.ui.AbstractProcessingFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+141
    j org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+185
    j org.acegisecurity.ui.logout.LogoutFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+169
    j org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+185
    j org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+281
    j org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+185
    j org.acegisecurity.util.FilterChainProxy.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+172
    j org.acegisecurity.util.FilterToBeanProxy.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+18
    j org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+105
    j org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
    j org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Ljavax/servlet/FilterChain;)V+29
    j org.springframework.web.filter.OncePerRequestFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+90
    j org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+105
    j org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
    j org.apache.catalina.core.StandardWrapperValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+699
    j org.apache.catalina.core.StandardContextValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+285
    j org.apache.catalina.core.StandardHostValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+64
    j org.apache.catalina.valves.ErrorReportValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+6
    j org.apache.catalina.core.StandardEngineValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+42
    j org.apache.catalina.connector.CoyoteAdapter.service(Lorg/apache/coyote/Request;Lorg/apache/coyote/Response;)V+154
    j org.apache.jk.server.JkCoyoteHandler.invoke(Lorg/apache/jk/core/Msg;Lorg/apache/jk/core/MsgContext;)I+123
    j org.apache.jk.common.HandlerRequest.invoke(Lorg/apache/jk/core/Msg;Lorg/apache/jk/core/MsgContext;)I+327
    j org.apache.jk.common.ChannelSocket.invoke(Lorg/apache/jk/core/Msg;Lorg/apache/jk/core/MsgContext;)I+191
    j org.apache.jk.common.ChannelSocket.processConnection(Lorg/apache/jk/core/MsgContext;)V+105
    j org.apache.jk.common.ChannelSocket$SocketConnection.runIt([Ljava/lang/Object;)V+8
    j org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run()V+167
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    V [jvm.dll+0x8168d]
    V [jvm.dll+0xd4179]
    V [jvm.dll+0x8155e]
    V [jvm.dll+0x812bb]
    V [jvm.dll+0x9bbe9]
    V [jvm.dll+0xfe77f]
    V [jvm.dll+0xfe74d]
    C [MSVCRT.dll+0x2b530]
    C [kernel32.dll+0x2608b]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j sun.jdbc.odbc.JdbcOdbc.allocConnect(J[B)J+0
    j sun.jdbc.odbc.JdbcOdbc.SQLAllocConnect(J)J+30
    j sun.jdbc.odbc.JdbcOdbcDriver.allocConnection(J)J+6
    j sun.jdbc.odbc.JdbcOdbcConnection.initialize(Ljava/lang/String;Ljava/util/Properties;I)V+37
    j sun.jdbc.odbc.JdbcOdbcDriver.connect(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+129
    j java.sql.DriverManager.getConnection(Ljava/lang/String;Ljava/util/Properties;Ljava/lang/ClassLoader;)Ljava/sql/Connection;+165
    j java.sql.DriverManager.getConnection(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/Connection;+41
    j gov.chi.oemc.pagegate.dao.jdbc.JdbcConnection.getConnection(Z)Ljava/sql/Connection;+18
    j gov.chi.oemc.pagegate.dao.jdbc.MessageDaoJdbc.getMsgHistories(Ljava/lang/String;Ljava/lang/String;ZI)Ljava/util/List;+13
    j gov.chi.oemc.pagegate.service.dwr.impl.MessageDwrManagerImpl.getMsgHistories(Ljava/lang/String;Ljava/lang/String;ZI)Ljava/util/List;+9
    j sun.reflect.GeneratedMethodAccessor79.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
    j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
    j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+111
    j org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+31
    j org.springframework.aop.framework.JdkDynamicAopProxy.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+318
    j $Proxy15.getMsgHistories(Ljava/lang/String;Ljava/lang/String;ZI)Ljava/util/List;+35
    j sun.reflect.GeneratedMethodAccessor80.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
    j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
    j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+111
    j uk.ltd.getahead.dwr.impl.ExecuteQuery.execute(Ljavax/servlet/http/HttpServletRequest;)Luk/ltd/getahead/dwr/Calls;+955
    j uk.ltd.getahead.dwr.impl.DefaultExecProcessor.handle(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+26
    j uk.ltd.getahead.dwr.impl.DefaultProcessor.handle(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+225
    j uk.ltd.getahead.dwr.AbstractDWRServlet.doPost(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+33
    j javax.servlet.http.HttpServlet.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+139
    j javax.servlet.http.HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+30
    j org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+362
    j org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
    j com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Ljavax/servlet/FilterChain;)Lcom/opensymphony/module/sitemesh/Page;+18
    j com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+84
    j org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+105
    j org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
    j org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+324
    j org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+105
    j org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
    j org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+65
    j org.acegisecurity.intercept.web.FilterSecurityInterceptor.invoke(Lorg/acegisecurity/intercept/web/FilterInvocation;)V+87
    j org.acegisecurity.intercept.web.FilterSecurityInterceptor.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+15
    j org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+185
    j org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+37
    j org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+185
    j org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+144
    j org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+185
    j org.acegisecurity.wrapper.SecurityContextHolderAwareRequestFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+143
    j org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+185
    j org.acegisecurity.ui.AbstractProcessingFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+141
    j org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+185
    j org.acegisecurity.ui.logout.LogoutFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+169
    j org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+185
    j org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+281
    j org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+185
    j org.acegisecurity.util.FilterChainProxy.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+172
    j org.acegisecurity.util.FilterToBeanProxy.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+18
    j org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+105
    j org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
    j org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Ljavax/servlet/FilterChain;)V+29
    j org.springframework.web.filter.OncePerRequestFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+90
    j org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+105
    j org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
    j org.apache.catalina.core.StandardWrapperValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+699
    j org.apache.catalina.core.StandardContextValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+285
    j org.apache.catalina.core.StandardHostValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+64
    j org.apache.catalina.valves.ErrorReportValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+6
    j org.apache.catalina.core.StandardEngineValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+42
    j org.apache.catalina.connector.CoyoteAdapter.service(Lorg/apache/coyote/Request;Lorg/apache/coyote/Response;)V+154
    j org.apache.jk.server.JkCoyoteHandler.invoke(Lorg/apache/jk/core/Msg;Lorg/apache/jk/core/MsgContext;)I+123
    j org.apache.jk.common.HandlerRequest.invoke(Lorg/apache/jk/core/Msg;Lorg/apache/jk/core/MsgContext;)I+327
    j org.apache.jk.common.ChannelSocket.invoke(Lorg/apache/jk/core/Msg;Lorg/apache/jk/core/MsgContext;)I+191
    j org.apache.jk.common.ChannelSocket.processConnection(Lorg/apache/jk/core/MsgContext;)V+105
    j org.apache.jk.common.ChannelSocket$SocketConnection.runIt([Ljava/lang/Object;)V+8
    j org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run()V+167
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x4921e3d8 JavaThread "TP-Monitor" daemon [_thread_blocked, id=1264]
    0x48f8c7d8 JavaThread "TP-Processor4" daemon [_thread_in_native, id=5264]
    0x490e8168 JavaThread "TP-Processor3" daemon [_thread_in_Java, id=4632]
    =>0x490eeb08 JavaThread "TP-Processor2" daemon [_thread_in_native, id=1204]
    0x490cf398 JavaThread "TP-Processor1" daemon [_thread_in_native, id=3144]
    0x4935f3d0 JavaThread "http-8090-Monitor" [_thread_blocked, id=1128]
    0x490f2448 JavaThread "http-8090-Processor50" daemon [_thread_in_native, id=6052]
    0x49468c00 JavaThread "http-8090-Processor49" daemon [_thread_blocked, id=456]
    0x494680a8 JavaThread "http-8090-Processor48" daemon [_thread_blocked, id=3548]
    0x4921f440 JavaThread "http-8090-Processor47" daemon [_thread_blocked, id=4308]
    0x4944e8a8 JavaThread "http-8090-Processor46" daemon [_thread_blocked, id=4080]
    0x4902a1e8 JavaThread "http-8090-Processor45" daemon [_thread_blocked, id=3716]
    0x490295f0 JavaThread "http-8090-Processor44" daemon [_thread_blocked, id=5496]
    0x49121540 JavaThread "http-8090-Processor43" daemon [_thread_blocked, id=5284]
    0x492078a0 JavaThread "http-8090-Processor42" daemon [_thread_blocked, id=4232]
    0x490a2d48 JavaThread "http-8090-Processor41" daemon [_thread_blocked, id=2016]
    0x490a2290 JavaThread "http-8090-Processor40" daemon [_thread_blocked, id=4056]
    0x0080c0f0 JavaThread "http-8090-Processor39" daemon [_thread_blocked, id=4476]
    0x49337af0 JavaThread "http-8090-Processor38" daemon [_thread_blocked, id=3132]
    0x491f5be8 JavaThread "http-8090-Processor37" daemon [_thread_blocked, id=2976]
    0x491f5130 JavaThread "http-8090-Processor36" daemon [_thread_blocked, id=4772]
    0x49107408 JavaThread "http-8090-Processor35" daemon [_thread_blocked, id=4784]
    0x4920b9f8 JavaThread "http-8090-Processor34" daemon [_thread_blocked, id=5844]
    0x493163d0 JavaThread "http-8090-Processor33" daemon [_thread_blocked, id=5968]
    0x49315918 JavaThread "http-8090-Processor32" daemon [_thread_blocked, id=5048]
    0x492d11e0 JavaThread "http-8090-Processor31" daemon [_thread_blocked, id=4260]
    0x492c7628 JavaThread "http-8090-Processor30" daemon [_thread_blocked, id=4780]
    0x4936cd48 JavaThread "http-8090-Processor29" daemon [_thread_blocked, id=6136]
    0x4940b590 JavaThread "http-8090-Processor28" daemon [_thread_blocked, id=4612]
    0x00782630 JavaThread "http-8090-Processor27" daemon [_thread_blocked, id=4316]
    0x4927ab60 JavaThread "http-8090-Processor26" daemon [_thread_blocked, id=3964]
    0x4927a808 JavaThread "http-8090-Processor25" daemon [_thread_blocked, id=532]
    0x49354ab8 JavaThread "http-8090-Processor24" daemon [_thread_blocked, id=5040]
    0x4924bbd8 JavaThread "http-8090-Processor23" daemon [_thread_blocked, id=5640]
    0x490fb430 JavaThread "http-8090-Processor22" daemon [_thread_blocked, id=6096]
    0x4943fd90 JavaThread "http-8090-Processor21" daemon [_thread_blocked, id=4280]
    0x4916b8a0 JavaThread "http-8090-Processor20" daemon [_thread_blocked, id=3624]
    0x4914a8a8 JavaThread "http-8090-Processor19" daemon [_thread_blocked, id=1540]
    0x4939cc68 JavaThread "http-8090-Processor18" daemon [_thread_blocked, id=1324]
    0x4923f408 JavaThread "http-8090-Processor17" daemon [_thread_blocked, id=5900]
    0x49071188 JavaThread "http-8090-Processor16" daemon [_thread_blocked, id=5544]
    0x49071008 JavaThread "http-8090-Processor15" daemon [_thread_blocked, id=220]
    0x49460408 JavaThread "http-8090-Processor14" daemon [_thread_blocked, id=5796]
    0x492fbe80 JavaThread "http-8090-Processor13" daemon [_thread_blocked, id=3140]
    0x492fbd00 JavaThread "http-8090-Processor12" daemon [_thread_blocked, id=5876]
    0x49190e50 JavaThread "http-8090-Processor11" daemon [_thread_blocked, id=3128]
    0x49190cd0 JavaThread "http-8090-Processor10" daemon [_thread_blocked, id=5576]
    0x49108b28 JavaThread "http-8090-Processor9" daemon [_thread_blocked, id=5644]
    0x492d5d38 JavaThread "http-8090-Processor8" daemon [_thread_blocked, id=5296]
    0x4914e5c0 JavaThread "http-8090-Processor7" daemon [_thread_blocked, id=4556]
    0x49210708 JavaThread "http-8090-Processor6" daemon [_thread_blocked, id=4332]
    0x49106488 JavaThread "http-8090-Processor5" daemon [_thread_blocked, id=5164]
    0x4930e408 JavaThread "http-8090-Processor4" daemon [_thread_blocked, id=4736]
    0x49208008 JavaThread "http-8090-Processor3" daemon [_thread_blocked, id=4456]
    0x492263b8 JavaThread "http-8090-Processor2" daemon [_thread_blocked, id=4936]
    0x4905d008 JavaThread "http-8090-Processor1" daemon [_thread_blocked, id=4708]
    0x49130400 JavaThread "ContainerBackgroundProcessor[StandardEngine[Catalina]]" daemon [_thread_blocked, id=5468]
    0x007a6b10 JavaThread "Store userCache Expiry Thread" daemon [_thread_blocked, id=352]
    0x49016a08 JavaThread "Store userCache Spool Thread" daemon [_thread_blocked, id=5736]
    0x007f5530 JavaThread "Thread-1" [_thread_in_native, id=4996]
    0x007d09e8 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=5612]
    0x007cf640 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3112]
    0x007ce930 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1156]
    0x007c5d90 JavaThread "Finalizer" daemon [_thread_blocked, id=5456]
    0x003cfa18 JavaThread "Reference Handler" daemon [_thread_blocked, id=4444]
    0x003c5da0 JavaThread "main" [_thread_in_native, id=4520]
    Other Threads:
    0x007799f8 VMThread [id=5660]
    0x007d1cf8 WatcherThread [id=1764]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 18240K, used 3084K [0x02810000, 0x03bd0000, 0x076d0000)
    eden space 16256K, 16% used [0x02810000, 0x02aaa4b0, 0x037f0000)
    from space 1984K, 21% used [0x039e0000, 0x03a48eb0, 0x03bd0000)
    to space 1984K, 0% used [0x037f0000, 0x037f0000, 0x039e0000)
    tenured generation total 241984K, used 14251K [0x076d0000, 0x16320000, 0x42810000)
    the space 241984K, 5% used [0x076d0000, 0x084bac88, 0x084bae00, 0x16320000)
    compacting perm gen total 24064K, used 24061K [0x42810000, 0x43f90000, 0x46810000)
    the space 24064K, 99% used [0x42810000, 0x43f8f6f8, 0x43f8f800, 0x43f90000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x0040f000      C:\tomcats\Tomcat5.5\bin\tomcat5.exe
    0x7c800000 - 0x7c8c0000      C:\WINDOWS\system32\ntdll.dll
    0x77e40000 - 0x77f42000      C:\WINDOWS\system32\kernel32.dll
    0x77380000 - 0x77412000      C:\WINDOWS\system32\USER32.dll
    0x77c00000 - 0x77c49000      C:\WINDOWS\system32\GDI32.dll
    0x77f50000 - 0x77fec000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77c50000 - 0x77cef000      C:\WINDOWS\system32\RPCRT4.dll
    0x77ba0000 - 0x77bfa000      C:\WINDOWS\system32\MSVCRT.dll
    0x7c8d0000 - 0x7d0d4000      C:\WINDOWS\system32\SHELL32.dll
    0x77da0000 - 0x77df2000      C:\WINDOWS\system32\SHLWAPI.dll
    0x77420000 - 0x77523000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.3790.2778_x-ww_A8F04F11\comctl32.dll
    0x6d640000 - 0x6d7c5000      C:\Program Files\Java\jre1.5.0\bin\client\jvm.dll
    0x76aa0000 - 0x76acd000      C:\WINDOWS\system32\WINMM.dll
    0x6d280000 - 0x6d288000      C:\Program Files\Java\jre1.5.0\bin\hpi.dll
    0x76b70000 - 0x76b7b000      C:\WINDOWS\system32\PSAPI.DLL
    0x76f50000 - 0x76f63000      C:\WINDOWS\system32\Secur32.dll
    0x6d610000 - 0x6d61c000      C:\Program Files\Java\jre1.5.0\bin\verify.dll
    0x6d300000 - 0x6d31d000      C:\Program Files\Java\jre1.5.0\bin\java.dll
    0x6d630000 - 0x6d63f000      C:\Program Files\Java\jre1.5.0\bin\zip.dll
    0x6d4c0000 - 0x6d4d3000      C:\Program Files\Java\jre1.5.0\bin\net.dll
    0x71c00000 - 0x71c17000      C:\WINDOWS\system32\WS2_32.dll
    0x71bf0000 - 0x71bf8000      C:\WINDOWS\system32\WS2HELP.dll
    0x71b20000 - 0x71b61000      C:\WINDOWS\system32\mswsock.dll
    0x5f270000 - 0x5f2c9000      C:\WINDOWS\system32\hnetcfg.dll
    0x71ae0000 - 0x71ae8000      C:\WINDOWS\System32\wshtcpip.dll
    0x76ed0000 - 0x76eff000      C:\WINDOWS\system32\DNSAPI.dll
    0x76f70000 - 0x76f77000      C:\WINDOWS\System32\winrnr.dll
    0x76f10000 - 0x76f3e000      C:\WINDOWS\system32\WLDAP32.dll
    0x76f80000 - 0x76f88000      C:\WINDOWS\system32\rasadhlp.dll
    0x68000000 - 0x6802f000      C:\WINDOWS\system32\rsaenh.dll
    0x6d370000 - 0x6d37d000      C:\Program Files\Java\jre1.5.0\bin\JdbcOdbc.dll
    0x4bf70000 - 0x4bfad000      C:\WINDOWS\system32\ODBC32.dll
    0x77530000 - 0x775c7000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_5.82.3790.2778_x-ww_497C098C\COMCTL32.dll
    0x762b0000 - 0x762fa000      C:\WINDOWS\system32\comdlg32.dll
    0x49930000 - 0x49947000      C:\WINDOWS\system32\odbcint.dll
    0x77670000 - 0x777a4000      C:\WINDOWS\system32\ole32.dll
    0x77d00000 - 0x77d8c000      C:\WINDOWS\system32\OLEAUT32.dll
    0x777b0000 - 0x77833000      C:\WINDOWS\system32\CLBCatQ.DLL
    0x77010000 - 0x770d6000      C:\WINDOWS\system32\COMRes.dll
    0x77b90000 - 0x77b98000      C:\WINDOWS\system32\VERSION.dll
    0x4ae30000 - 0x4ae3b000      C:\WINDOWS\system32\VBAJET32.DLL
    VM Arguments:
    jvm_args: -Xint -Dcatalina.home=C:\tomcats\Tomcat5.5 -Dcatalina.base=C:\tomcats\Tomcat5.5 -Djava.endorsed.dirs=C:\tomcats\Tomcat5.5\common\endorsed -Djava.io.tmpdir=C:\tomcats\Tomcat5.5\temp -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=C:\tomcats\Tomcat5.5\conf\logging.properties -Djava.compiler=NONE vfprintf -Xms256m -Xmx1024m -Xss1024k
    java_command: <unknown>
    Environment Variables:
    JAVA_HOME=C:\Program Files\Java\jdk1.5.0
    PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 1, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows Server 2003 family Build 3790 Service Pack 1
    CPU:total 2 fami

    There are some other solutions possible.
    1. Get another driver. The only one known is java only so it wont crash. But is not not free.
    2. Use a proxy driver. That means that another app actually does the database work. If it crashes you just start it again (which you can do in your main code.) That way it won't take down your server. There are commercial jdbc drivers that claim MS Access but are are really just proxy implementations as an option in this area.

  • EXCEPTION_ACCESS_VIOLATION and msctfime.ime

    I've recently been getting reports from some users (all at the one office) of intermittent crashes with the JVM.
    I'm hoping that someone might be able to shed some light.
    The crash log is below. It seems related to msctfime.ime. I'm not exactly sure what this does but I'm pretty sure
    the users are not doing anything unusual. They are all using 1.5.0_05-b05 and I've asked them to upgrade to 1.5.0_06
    in the hope it might fix the problem, however I don't see something like this in the changle log so it may be to no avail.
    Note that I use foxtrot in this application but the crash occurs in the AWT-Windows thread so I don't think it is related
    (at least I hope not).
    Ideas?
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x755c5520, pid=1288, tid=188
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_05-b05 mixed mode)
    # Problematic frame:
    # C  [msctfime.ime+0x5520]
    ---------------  T H R E A D  ---------------
    Current thread (0x0083ce80):  JavaThread "AWT-Windows" daemon [_thread_in_native, id=188]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000078
    Registers:
    EAX=0x00000064, EBX=0x00000000, ECX=0x0008de00, EDX=0x00080608
    ESP=0x1dc1f7bc, EBP=0x1dc1f7c4, ESI=0x80004005, EDI=0x0008de00
    EIP=0x755c5520, EFLAGS=0x00010202
    Top of Stack: (sp=0x1dc1f7bc)
    0x1dc1f7bc:   0008de00 0008de00 1dc1f808 755c567c
    0x1dc1f7cc:   1dc1f800 1dc1f7f0 0008de00 000ad608
    0x1dc1f7dc:   755c1444 000fc828 00a60301 00000000
    0x1dc1f7ec:   00000000 755c1520 001148a0 003800ec
    0x1dc1f7fc:   00000000 755c62bf 000ad608 1dc1f858
    0x1dc1f80c:   755c62ce 000e4fd0 77d4c43c 00000000
    0x1dc1f81c:   00000000 00000000 1dc1f850 77d48709
    0x1dc1f82c:   0032027a 0000c186 00000000 00000000
    Instructions: (pc=0x755c5520)
    0x755c5510:   00 85 c0 75 0b 8b 4d 08 50 e8 4b fc ff ff eb 26
    0x755c5520:   ff 70 14 8d 4d f8 e8 3e fc ff ff 8b 4d 08 8d 45
    Stack: [0x1dbe0000,0x1dc20000),  sp=0x1dc1f7bc,  free space=253k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C  [msctfime.ime+0x5520]
    C  [msctfime.ime+0x567c]
    C  [msctfime.ime+0x62ce]
    C  [msctfime.ime+0x6f7a]
    C  [msctfime.ime+0x196e0]
    C  [IMM32.DLL+0x2ae3]
    C  [IMM32.DLL+0x2772]
    C  [awt.dll+0xc54ca]
    C  [USER32.dll+0x8709]
    C  [USER32.dll+0x87eb]
    C  [USER32.dll+0xb368]
    C  [USER32.dll+0xb3b4]
    C  [ntdll.dll+0xeae3]
    C  [USER32.dll+0x93df]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  sun.awt.windows.WToolkit.eventLoop()V+0
    j  sun.awt.windows.WToolkit.run()V+69
    j  java.lang.Thread.run()V+11
    v  ~StubRoutines::call_stub
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x21118b70 JavaThread "Thread-76" [_thread_blocked, id=1016]
      0x21116e80 JavaThread "Thread-75" [_thread_blocked, id=1072]
      0x2110f400 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=2496]
      0x008ba090 JavaThread "Foxtrot Default Worker Thread" daemon [_thread_blocked, id=2000]
      0x00883280 JavaThread "Thread-28" [_thread_blocked, id=3888]
      0x00880540 JavaThread "Thread-27" [_thread_in_native, id=1636]
      0x00874dc0 JavaThread "TimerQueue" daemon [_thread_blocked, id=1056]
      0x0084a0a0 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=3832]
      0x0084ae80 JavaThread "AWT-Shutdown" [_thread_blocked, id=344]
      0x0082d0a0 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=436]
      0x00842a80 JavaThread "DestroyJavaVM" [_thread_blocked, id=4088]
      0x0083d6b0 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=1316]
    =>0x0083ce80 JavaThread "AWT-Windows" daemon [_thread_in_native, id=188]
      0x00833b40 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=1828]
      0x00832e70 JavaThread "CompilerThread0" daemon [_thread_blocked, id=1836]
      0x00831d50 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1520]
      0x00830a00 JavaThread "Surrogate Locker Thread (CMS)" daemon [_thread_blocked, id=288]
      0x0082fde0 JavaThread "Finalizer" daemon [_thread_blocked, id=3920]
      0x0082eb20 JavaThread "Reference Handler" daemon [_thread_blocked, id=224]
    Other Threads:
      0x0082ddd0 VMThread [id=1272]
      0x00834700 WatcherThread [id=264]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation   total 4032K, used 2399K [0x02b90000, 0x02f90000, 0x02f90000)
      eden space 3968K,  60% used [0x02b90000, 0x02de7c68, 0x02f70000)
      from space 64K,   0% used [0x02f70000, 0x02f70000, 0x02f80000)
      to   space 64K,   0% used [0x02f80000, 0x02f80000, 0x02f90000)
    concurrent mark-sweep generation total 29244K, used 12140K [0x02f90000, 0x04c1f000, 0x0ab90000)
    concurrent-mark-sweep perm gen total 31876K, used 19148K [0x0ab90000, 0x0cab1000, 0x0eb90000)
    Dynamic libraries:
    0x00400000 - 0x0040c000            C:\Program Files\Java\jre1.5.0_05\bin\javaw.exe
    0x7c900000 - 0x7c9b0000            C:\WINNT\system32\ntdll.dll
    0x7c800000 - 0x7c8f4000            C:\WINNT\system32\kernel32.dll
    0x77dd0000 - 0x77e6b000            C:\WINNT\system32\ADVAPI32.dll
    0x77e70000 - 0x77f01000            C:\WINNT\system32\RPCRT4.dll
    0x77d40000 - 0x77dd0000            C:\WINNT\system32\USER32.dll
    0x77f10000 - 0x77f56000            C:\WINNT\system32\GDI32.dll
    0x77c10000 - 0x77c68000            C:\WINNT\system32\MSVCRT.dll
    0x76390000 - 0x763ad000            C:\WINNT\system32\IMM32.DLL
    0x629c0000 - 0x629c9000            C:\WINNT\system32\LPK.DLL
    0x74d90000 - 0x74dfb000            C:\WINNT\system32\USP10.dll
    0x6d640000 - 0x6d7cc000            C:\Program Files\Java\jre1.5.0_05\bin\client\jvm.dll
    0x76b40000 - 0x76b6d000            C:\WINNT\system32\WINMM.dll
    0x6d280000 - 0x6d288000            C:\Program Files\Java\jre1.5.0_05\bin\hpi.dll
    0x76bf0000 - 0x76bfb000            C:\WINNT\system32\PSAPI.DLL
    0x6d610000 - 0x6d61c000            C:\Program Files\Java\jre1.5.0_05\bin\verify.dll
    0x6d300000 - 0x6d31d000            C:\Program Files\Java\jre1.5.0_05\bin\java.dll
    0x6d630000 - 0x6d63f000            C:\Program Files\Java\jre1.5.0_05\bin\zip.dll
    0x6d000000 - 0x6d167000            C:\Program Files\Java\jre1.5.0_05\bin\awt.dll
    0x73000000 - 0x73026000            C:\WINNT\system32\WINSPOOL.DRV
    0x774e0000 - 0x7761c000            C:\WINNT\system32\ole32.dll
    0x5ad70000 - 0x5ada8000            C:\WINNT\system32\uxtheme.dll
    0x73760000 - 0x737a9000            C:\WINNT\system32\ddraw.dll
    0x73bc0000 - 0x73bc6000            C:\WINNT\system32\DCIMAN32.dll
    0x73940000 - 0x73a10000            C:\WINNT\system32\D3DIM700.DLL
    0x74720000 - 0x7476b000            C:\WINNT\system32\MSCTF.dll
    0x755c0000 - 0x755ee000            C:\WINNT\system32\msctfime.ime
    0x77fe0000 - 0x77ff1000            C:\WINNT\system32\Secur32.dll
    0x76fd0000 - 0x7704f000            C:\WINNT\system32\CLBCATQ.DLL
    0x77120000 - 0x771ac000            C:\WINNT\system32\OLEAUT32.dll
    0x77050000 - 0x77115000            C:\WINNT\system32\COMRes.dll
    0x77c00000 - 0x77c08000            C:\WINNT\system32\VERSION.dll
    0x6d1f0000 - 0x6d203000            C:\Program Files\Java\jre1.5.0_05\bin\deploy.dll
    0x771b0000 - 0x77256000            C:\WINNT\system32\WININET.dll
    0x77f60000 - 0x77fd6000            C:\WINNT\system32\SHLWAPI.dll
    0x77a80000 - 0x77b14000            C:\WINNT\system32\CRYPT32.dll
    0x77b20000 - 0x77b32000            C:\WINNT\system32\MSASN1.dll
    0x77260000 - 0x772fc000            C:\WINNT\system32\urlmon.dll
    0x7c9c0000 - 0x7d1d4000            C:\WINNT\system32\SHELL32.dll
    0x773d0000 - 0x774d2000            C:\WINNT\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
    0x5d090000 - 0x5d127000            C:\WINNT\system32\comctl32.dll
    0x6d5d0000 - 0x6d5ed000            C:\Program Files\Java\jre1.5.0_05\bin\RegUtils.dll
    0x7d1e0000 - 0x7d492000            C:\WINNT\system32\msi.dll
    0x769c0000 - 0x76a73000            C:\WINNT\system32\USERENV.dll
    0x76ee0000 - 0x76f1c000            C:\WINNT\system32\RASAPI32.DLL
    0x76e90000 - 0x76ea2000            C:\WINNT\system32\rasman.dll
    0x71ab0000 - 0x71ac7000            C:\WINNT\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000            C:\WINNT\system32\WS2HELP.dll
    0x5b860000 - 0x5b8b4000            C:\WINNT\system32\NETAPI32.dll
    0x76eb0000 - 0x76edf000            C:\WINNT\system32\TAPI32.dll
    0x76e80000 - 0x76e8e000            C:\WINNT\system32\rtutils.dll
    0x722b0000 - 0x722b5000            C:\WINNT\system32\sensapi.dll
    0x6d4c0000 - 0x6d4d3000            C:\Program Files\Java\jre1.5.0_05\bin\net.dll
    0x71a50000 - 0x71a8f000            C:\WINNT\system32\mswsock.dll
    0x662b0000 - 0x66308000            C:\WINNT\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000            C:\WINNT\System32\wshtcpip.dll
    0x71ad0000 - 0x71ad9000            C:\WINNT\system32\wsock32.dll
    0x6d240000 - 0x6d27d000            C:\Program Files\Java\jre1.5.0_05\bin\fontmanager.dll
    0x76f20000 - 0x76f47000            C:\WINNT\system32\DNSAPI.dll
    0x76fb0000 - 0x76fb8000            C:\WINNT\System32\winrnr.dll
    0x76f60000 - 0x76f8c000            C:\WINNT\system32\WLDAP32.dll
    0x76fc0000 - 0x76fc6000            C:\WINNT\system32\rasadhlp.dll
    0x6d4e0000 - 0x6d4e9000            C:\Program Files\Java\jre1.5.0_05\bin\nio.dll
    0x6d1c0000 - 0x6d1e3000            C:\Program Files\Java\jre1.5.0_05\bin\dcpr.dll
    0x763b0000 - 0x763f9000            C:\WINNT\system32\COMDLG32.DLL
    0x641a0000 - 0x64216000            C:\WINNT\System32\spool\DRIVERS\W32X86\2\DC405EU.DLL
    0x64100000 - 0x64134000            C:\WINNT\System32\spool\DRIVERS\W32X86\2\DC405EC.DLL
    0x1ea30000 - 0x1ea43000            C:\WINNT\System32\spool\DRIVERS\W32X86\2\DC405EL.DLL
    0x64150000 - 0x64169000            C:\WINNT\System32\spool\DRIVERS\W32X86\2\DC405EX.DLL
    0x64180000 - 0x64191000            C:\WINNT\System32\spool\DRIVERS\W32X86\2\DC405EF.DLL
    0x64000000 - 0x6403c000            C:\WINNT\System32\spool\DRIVERS\W32X86\2\DC405EBU.DLL
    0x77920000 - 0x77a13000            C:\WINNT\system32\SETUPAPI.dll
    VM Arguments:
    jvm_args: -Xmx128m -Xincgc -Xbootclasspath/a:C:\Program Files\Java\jre1.5.0_05\lib\javaws.jar;C:\Program Files\Java\jre1.5.0_05\lib\deploy.jar -Djnlpx.home=C:\Program Files\Java\jre1.5.0_05\bin -Djnlpx.splashport=1185 -Djnlpx.jvm="C:\Program Files\Java\jre1.5.0_05\bin\javaw.exe" -Djnlpx.remove=true -Djava.security.policy=file:C:\Program Files\Java\jre1.5.0_05\lib\security\javaws.policy -DtrustProxy=true -Xverify:remote -Djnlpx.heapsize=NULL,128m -Djnlpx.vmargs=" -Xincgc"
    java_command: com.sun.javaws.Main C:\DOCUME~1\DDBuser\LOCALS~1\Temp\javaws2
    Environment Variables:
    PATH=C:\Program Files\Java\jre1.5.0_05\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\system32\WBEM;"C:\Program Files\Java\jre1.5.0_05\bin"
    USERNAME=puaysang.kwek
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 4, GenuineIntel
    ---------------  S Y S T E M  ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 1 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 261108k(21240k free), swap 639356k(303236k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_05-b05) for windows-x86, built on Aug 26 2005 15:36:02 by "java_re" with MS VC++ 6.0

    Thanks for the suggestion, but I'm not using jni at all. From what I can tell,
    msctfime.ime is the microsoft text frame service used by input method editors
    (i.e. non english language data entry). This problem is appearing on 3 of 6 pcs
    in a Singapore office so it could be related to the way the jvm interacts with
    this service. I reconfigured my XP to use Chinese (singapore) locale and
    asian language support but I just can't reproduce this problem no matter what I try.
    If 1.5.0_06 does not fix the problem, I may end up forcing them to
    downgrade to 1.4.2 of the jvm. These problems have only appeared when
    they started using 1.5.0. If I could reproduce it myself, then at least I could file
    a bug report with sun.

  • EXCEPTION_ACCESS_VIOLATION

    I just published my first freeware application. It's 100% Java and targeted for Windows platforms. This speaks volumes about the power of Java since I know very little about Windows!
    One of the people who downloaded my program managed to crash the Java VM. She is running Windows XP Pro. I am unable to reproduce the problem on Windows 98 or Windows 2000. The error occurs when she does the following:
    My application presents a FileDialog (not a JFileChooser)
    She clicks twice on a file name in the list, so Windows thinks she wants to rename the file.
    She then changes the file name in the File Name window. That's when it crashes and does not return to my application.
    I have included the log that is created when this happens. Can someone tell me 1) how to try to diagnose this and 2) if there is something that I can do to bypass what is causing it?
    I really appreciate any help.
    Here's the log:
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6D364A4D
    Function=JVM_InitializeCompiler+0xF39B
    Library=D:\Mina dokument\MONICA\Brodyr\Program\Pccolor\jre\bin\client\jvm.dll
    Current Java thread:
         at sun.awt.windows.WToolkit.eventLoop(Native Method)
         at sun.awt.windows.WToolkit.run(WToolkit.java:240)
         at java.lang.Thread.run(Thread.java:536)
    Dynamic libraries:
    0x00400000 - 0x00406000      D:\Mina dokument\MONICA\Brodyr\Program\Pccolor\jre\bin\javaw.exe
    0x77F50000 - 0x77FFB000      C:\WINDOWS\System32\ntdll.dll
    0x77E60000 - 0x77F49000      C:\WINDOWS\system32\kernel32.dll
    0x77DC0000 - 0x77E5B000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77CB0000 - 0x77D25000      C:\WINDOWS\system32\RPCRT4.dll
    0x77D30000 - 0x77DBD000      C:\WINDOWS\system32\USER32.dll
    0x77C60000 - 0x77CA0000      C:\WINDOWS\system32\GDI32.dll
    0x77C00000 - 0x77C53000      C:\WINDOWS\system32\MSVCRT.dll
    0x6D330000 - 0x6D442000      D:\Mina dokument\MONICA\Brodyr\Program\Pccolor\jre\bin\client\jvm.dll
    0x76B30000 - 0x76B5D000      C:\WINDOWS\System32\WINMM.dll
    0x6D1D0000 - 0x6D1D7000      D:\Mina dokument\MONICA\Brodyr\Program\Pccolor\jre\bin\hpi.dll
    0x6D300000 - 0x6D30D000      D:\Mina dokument\MONICA\Brodyr\Program\Pccolor\jre\bin\verify.dll
    0x6D210000 - 0x6D228000      D:\Mina dokument\MONICA\Brodyr\Program\Pccolor\jre\bin\java.dll
    0x6D320000 - 0x6D32D000      D:\Mina dokument\MONICA\Brodyr\Program\Pccolor\jre\bin\zip.dll
    0x6D000000 - 0x6D0F6000      D:\Mina dokument\MONICA\Brodyr\Program\Pccolor\jre\bin\awt.dll
    0x72FD0000 - 0x72FF3000      C:\WINDOWS\System32\WINSPOOL.DRV
    0x76370000 - 0x7638A000      C:\WINDOWS\System32\IMM32.dll
    0x771A0000 - 0x772BA000      C:\WINDOWS\system32\ole32.dll
    0x6D180000 - 0x6D1D0000      D:\Mina dokument\MONICA\Brodyr\Program\Pccolor\jre\bin\fontmanager.dll
    0x73730000 - 0x73775000      C:\WINDOWS\System32\ddraw.dll
    0x73B90000 - 0x73B96000      C:\WINDOWS\System32\DCIMAN32.dll
    0x6D280000 - 0x6D29E000      D:\Mina dokument\MONICA\Brodyr\Program\Pccolor\jre\bin\jpeg.dll
    0x773C0000 - 0x77BB6000      C:\WINDOWS\system32\shell32.dll
    0x772C0000 - 0x77323000      C:\WINDOWS\system32\SHLWAPI.dll
    0x71950000 - 0x71A34000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_x-ww_1382d70a\comctl32.dll
    0x77330000 - 0x773BB000      C:\WINDOWS\system32\comctl32.dll
    0x71C10000 - 0x71C5F000      C:\WINDOWS\System32\netapi32.dll
    0x75F20000 - 0x75F3D000      C:\WINDOWS\system32\appHelp.dll
    0x10000000 - 0x10020000      C:\Program\Hewlett-Packard\HP Share-to-Web\HPGS2WNS.DLL
    0x0F530000 - 0x0F535000      C:\Program\Hewlett-Packard\HP Share-to-Web\S2WNSRES.DLL
    0x76660000 - 0x76746000      C:\WINDOWS\System32\SETUPAPI.dll
    0x76FC0000 - 0x77038000      C:\WINDOWS\System32\CLBCATQ.DLL
    0x77110000 - 0x7719B000      C:\WINDOWS\system32\OLEAUT32.dll
    0x77040000 - 0x77108000      C:\WINDOWS\System32\COMRes.dll
    0x77BF0000 - 0x77BF7000      C:\WINDOWS\system32\VERSION.dll
    0x76600000 - 0x7664F000      C:\WINDOWS\System32\cscui.dll
    0x765E0000 - 0x765FB000      C:\WINDOWS\System32\CSCDLL.dll
    0x0F620000 - 0x0F626000      C:\Program\Hewlett-Packard\HP Share-to-Web\HPGS2WNFPS.DLL
    0x71B10000 - 0x71B21000      C:\WINDOWS\system32\MPR.dll
    0x75F40000 - 0x75F46000      C:\WINDOWS\System32\drprov.dll
    0x71C00000 - 0x71C0D000      C:\WINDOWS\System32\ntlanman.dll
    0x71CC0000 - 0x71CD6000      C:\WINDOWS\System32\NETUI0.dll
    0x71C80000 - 0x71CBC000      C:\WINDOWS\System32\NETUI1.dll
    0x71C70000 - 0x71C76000      C:\WINDOWS\System32\NETRAP.dll
    0x71BE0000 - 0x71BF1000      C:\WINDOWS\System32\SAMLIB.dll
    0x75F50000 - 0x75F59000      C:\WINDOWS\System32\davclnt.dll
    0x73D40000 - 0x73D52000      C:\WINDOWS\System32\shgina.dll
    0x75950000 - 0x75A41000      C:\WINDOWS\System32\MSGINA.dll
    0x75A50000 - 0x75AF3000      C:\WINDOWS\system32\USERENV.dll
    0x76340000 - 0x7634F000      C:\WINDOWS\System32\WINSTA.dll
    0x1F7B0000 - 0x1F7E1000      C:\WINDOWS\System32\ODBC32.dll
    0x76390000 - 0x763D5000      C:\WINDOWS\system32\comdlg32.dll
    0x1F850000 - 0x1F867000      C:\WINDOWS\System32\odbcint.dll
    0x76F80000 - 0x76F90000      C:\WINDOWS\System32\Secur32.dll
    0x74740000 - 0x747CF000      C:\WINDOWS\System32\MLANG.dll
    0x5A9F0000 - 0x5AA7D000      C:\WINDOWS\System32\wiashext.dll
    0x0F860000 - 0x0FA01000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.0.1_x-ww_8d353f14\gdiplus.dll
    0x63000000 - 0x63094000      C:\WINDOWS\system32\WININET.dll
    0x762A0000 - 0x7632B000      C:\WINDOWS\system32\CRYPT32.dll
    0x76280000 - 0x7628F000      C:\WINDOWS\system32\MSASN1.dll
    0x73B70000 - 0x73B82000      C:\WINDOWS\System32\sti.dll
    0x74AB0000 - 0x74AB7000      C:\WINDOWS\System32\CFGMGR32.dll
    0x76980000 - 0x769A4000      C:\WINDOWS\System32\ntshrui.dll
    0x76B10000 - 0x76B25000      C:\WINDOWS\System32\ATL.DLL
    0x75F60000 - 0x7605C000      C:\WINDOWS\System32\browseui.dll
    0x5B270000 - 0x5B2A4000      C:\WINDOWS\System32\UxTheme.dll
    0x71700000 - 0x71848000      C:\WINDOWS\System32\shdocvw.dll
    0x76C80000 - 0x76CA2000      C:\WINDOWS\system32\imagehlp.dll
    0x6DAA0000 - 0x6DB1C000      C:\WINDOWS\system32\DBGHELP.dll
    0x76BE0000 - 0x76BEB000      C:\WINDOWS\System32\PSAPI.DLL
    Local Time = Sun Jan 19 11:35:29 2003
    Elapsed Time = 54
    # HotSpot Virtual Machine Error : EXCEPTION_ACCESS_VIOLATION
    # Error ID : 4F530E43505002D3
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Client VM (1.4.0-b92 mixed mode)

    I'll do that. I was hoping that someone might be able to suggest something that I can do to bypass the error in the meantime. (I truly know VERY LITTLE about Windows). I chose not to use the JFileChooser due to its very slow response time, so that's not a great option for me. Even if SUN fixes the problem it would probably require use of a newer version of the JRE. There are quite a few members of the community who use my software who don't know a floppy drive from a hard drive, so I need to make any updates as easy as possible. For ease of installation I distributed the JRE with my application. For some users, it would send them into a tailspin if I ask them to replace the JRE. (I know - whine, whine, whine). Anyway, if someone can give me ideas that I can try programmatically to get around this error, I would appreciate it.

  • EXCEPTION_ACCESS_VIOLATION with newest Sun JRE (1.4.2_02)

    Hello,
    please help me with this error! I installed on my IBM Thinkpad Windows
    XP and a Java RE from IBM. After that I also installed the newest JRE
    from Sun 1.4.2_02. I tried to run an application that also ran
    before.. But now it interrupts at the point where i try to use a
    JFileChooser!
    But the FileChooser isn't the prblem because I also got the same error
    message when i tried to run the install-routine of Suns Web Service
    Developer Pack.
    I also tried it with Suns 1.4.1_05 but it didn't solve the problem!
    The Message:
    An unexpected exception has been detected in native code outside the
    VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred
    at PC=0x70A1F30
    Function=Java_sun_awt_font_GlyphList_discardData+0x6500
    Library=D:\java\sun\java1.4.2_05\bin\fontmanager.dll
    Current Java thread:
         at sun.awt.font.NativeFontWrapper.registerFonts(Native Method)
         - locked <0x141d5000> (a java.lang.Class)
         at sun.java2d.SunGraphicsEnvironment.addPathFonts(Unknown Source)
         at sun.java2d.SunGraphicsEnvironment.registerFonts(Unknown Source)
         at sun.java2d.SunGraphicsEnvironment.access$200(Unknown Source)
         at sun.java2d.SunGraphicsEnvironment$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.java2d.SunGraphicsEnvironment.loadFonts(Unknown Source)
         - locked <0x1058e950> (a sun.awt.Win32GraphicsEnvironment)
         at sun.java2d.SunGraphicsEnvironment.mapFontName(Unknown Source)
         at java.awt.Font.initializeFont(Unknown Source)
         at java.awt.Font.<init>(Unknown Source)
         at sun.awt.windows.WDesktopProperties.setFontProperty(Unknown Source)
         - locked <0x100a0000> (a sun.awt.windows.WDesktopProperties)
         at sun.awt.windows.WDesktopProperties.getWindowsParameters(Native
    Method)
         at sun.awt.windows.WDesktopProperties.<init>(Unknown Source)
         at sun.awt.windows.WToolkit.initializeDesktopProperties(Unknown
    Source)
         at java.awt.Toolkit.getDesktopProperty(Unknown Source)
         - locked <0x100a00b8> (a sun.awt.windows.WToolkit)
         at sun.awt.shell.ShellFolder.<clinit>(Unknown Source)
         at javax.swing.filechooser.FileSystemView.getRoots(Unknown Source)
         at javax.swing.filechooser.WindowsFileSystemView.getHomeDirectory(Unknown
    Source)
         at javax.swing.plaf.metal.MetalFileChooserUI.installComponents(Unknown
    Source)
         at javax.swing.plaf.basic.BasicFileChooserUI.installUI(Unknown
    Source)
         at javax.swing.plaf.metal.MetalFileChooserUI.installUI(Unknown
    Source)
         at javax.swing.JComponent.setUI(Unknown Source)
         at javax.swing.JFileChooser.updateUI(Unknown Source)
         at javax.swing.JFileChooser.setup(Unknown Source)
         at javax.swing.JFileChooser.<init>(Unknown Source)
         at javax.swing.JFileChooser.<init>(Unknown Source)
         at com.ibm.de.ecm.tools.keywordutility.KeyWordUtilityWin.<init>(KeyWordUtilityWin.java:45)
         at com.ibm.de.ecm.tools.keywordutility.KeyWordUtility.run(KeyWordUtility.java:110)
         at com.ibm.de.ecm.tools.keywordutility.KeyWordUtility.main(KeyWordUtility.java:27)
    Dynamic libraries:
    0x00400000 - 0x00407000      D:\java\sun\java1.4.2_05\bin\javaw.exe
    0x77F50000 - 0x77FF7000      C:\WINDOWS\System32\ntdll.dll
    0x77E60000 - 0x77F46000      C:\WINDOWS\system32\kernel32.dll
    0x77DD0000 - 0x77E5D000      C:\WINDOWS\system32\ADVAPI32.dll
    0x78000000 - 0x78086000      C:\WINDOWS\system32\RPCRT4.dll
    0x77D40000 - 0x77DC6000      C:\WINDOWS\system32\USER32.dll
    0x77C70000 - 0x77CB0000      C:\WINDOWS\system32\GDI32.dll
    0x77C10000 - 0x77C63000      C:\WINDOWS\system32\MSVCRT.dll
    0x08000000 - 0x08138000      D:\java\sun\java1.4.2_05\bin\client\jvm.dll
    0x76B40000 - 0x76B6C000      C:\WINDOWS\System32\WINMM.dll
    0x10000000 - 0x10007000      D:\java\sun\java1.4.2_05\bin\hpi.dll
    0x00820000 - 0x0082E000      D:\java\sun\java1.4.2_05\bin\verify.dll
    0x00830000 - 0x00849000      D:\java\sun\java1.4.2_05\bin\java.dll
    0x00850000 - 0x0085D000      D:\java\sun\java1.4.2_05\bin\zip.dll
    0x02B40000 - 0x02B5C000      D:\java\sun\java1.4.2_05\bin\jdwp.dll
    0x06B60000 - 0x06B65000      D:\java\sun\java1.4.2_05\bin\dt_socket.dll
    0x71AB0000 - 0x71AC4000      C:\WINDOWS\System32\ws2_32.dll
    0x71AA0000 - 0x71AA8000      C:\WINDOWS\System32\WS2HELP.dll
    0x71A50000 - 0x71A8B000      C:\WINDOWS\System32\mswsock.dll
    0x76F20000 - 0x76F45000      C:\WINDOWS\System32\DNSAPI.dll
    0x76FB0000 - 0x76FB7000      C:\WINDOWS\System32\winrnr.dll
    0x76F60000 - 0x76F8C000      C:\WINDOWS\system32\WLDAP32.dll
    0x76FC0000 - 0x76FC5000      C:\WINDOWS\System32\rasadhlp.dll
    0x71A90000 - 0x71A98000      C:\WINDOWS\System32\wshtcpip.dll
    0x06D40000 - 0x06E4F000      D:\java\sun\java1.4.2_05\bin\awt.dll
    0x73000000 - 0x73023000      C:\WINDOWS\System32\WINSPOOL.DRV
    0x76390000 - 0x763AC000      C:\WINDOWS\System32\IMM32.dll
    0x771B0000 - 0x772D1000      C:\WINDOWS\system32\ole32.dll
    0x07070000 - 0x070C0000      D:\java\sun\java1.4.2_05\bin\fontmanager.dll
    0x51000000 - 0x51047000      C:\WINDOWS\System32\ddraw.dll
    0x73BC0000 - 0x73BC6000      C:\WINDOWS\System32\DCIMAN32.dll
    0x5C000000 - 0x5C0C8000      C:\WINDOWS\System32\D3DIM700.DLL
    0x74720000 - 0x74764000      C:\WINDOWS\System32\MSCTF.dll
    0x63000000 - 0x63014000      C:\WINDOWS\System32\SynTPFcs.dll
    0x77C00000 - 0x77C07000      C:\WINDOWS\system32\VERSION.dll
    0x76C90000 - 0x76CB2000      C:\WINDOWS\system32\imagehlp.dll
    0x6D510000 - 0x6D58D000      C:\WINDOWS\system32\DBGHELP.dll
    0x76BF0000 - 0x76BFB000      C:\WINDOWS\System32\PSAPI.DLL
    Heap at VM Abort:
    Heap
    def new generation total 576K, used 186K [0x10010000, 0x100b0000,
    0x104f0000)
    eden space 512K, 23% used [0x10010000, 0x1002e8b0, 0x10090000)
    from space 64K, 100% used [0x100a0000, 0x100b0000, 0x100b0000)
    to space 64K, 0% used [0x10090000, 0x10090000, 0x100a0000)
    tenured generation total 1408K, used 851K [0x104f0000, 0x10650000,
    0x14010000)
    the space 1408K, 60% used [0x104f0000, 0x105c4df8, 0x105c4e00,
    0x10650000)
    compacting perm gen total 4608K, used 4481K [0x14010000, 0x14490000,
    0x18010000)
    the space 4608K, 97% used [0x14010000, 0x14470468, 0x14470600,
    0x14490000)
    Local Time = Wed Nov 05 17:01:09 2003
    Elapsed Time = 114
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_02-b03 mixed mode)
    Please help
    Kind regards
    Tobias Niermann

    Don't [url http://forum.java.sun.com/thread.jsp?forum=31&thread=461537]crosspost
    Do [url http://search.java.sun.com/search/java/index.jsp?qp=&nh=10&qt=%2B%22Unexpected+Signal+%3A+EXCEPTION_ACCESS_VIOLATION%22+%2Bfontmanager.dll&col=javaforums]search

  • EXCEPTION_ACCESS_VIOLATION Library: awt.dll

    Hi to all! I've been searching in all the forums to try to find a fix or at least an explanation of an exception that I get, but until now I have not seen any answer, so... here it goes my problem:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6D0238F7
    Function=Java_sun_java2d_loops_MaskFill_MaskFill+0x1F4C7
    Library=C:\Archivos de programa\Java\j2re1.4.1_01\bin\awt.dll
    Current Java thread:
         at sun.java2d.loops.Blit.Blit(Native Method)
         at sun.java2d.pipe.DrawImage.blitSurfaceData(DrawImage.java:658)
         at sun.java2d.pipe.DrawImage.renderSurfaceData(DrawImage.java:386)
         at sun.java2d.pipe.DrawImage.clipAndRenderSurfaceData(DrawImage.java:364)
         at sun.java2d.pipe.DrawImage.copyImage(DrawImage.java:66)
         at sun.java2d.pipe.DrawImage.copyImage(DrawImage.java:50)
         at sun.java2d.pipe.DrawImage.copyImage(DrawImage.java:749)
         at sun.java2d.SunGraphics2D.drawImage(SunGraphics2D.java:2803)
         at sun.java2d.SunGraphics2D.drawImage(SunGraphics2D.java:2793)
         at javax.swing.plaf.metal.MetalIconFactory$FolderIcon16.paintIcon(MetalIconFactory.java:1417)
         at javax.swing.plaf.basic.BasicLabelUI.paint(BasicLabelUI.java:152)
         at javax.swing.plaf.ComponentUI.update(ComponentUI.java:142)
         at javax.swing.JComponent.paintComponent(JComponent.java:541)
         at javax.swing.JComponent.paint(JComponent.java:808)
         at javax.swing.tree.DefaultTreeCellRenderer.paint(DefaultTreeCellRenderer.java:397)
         at javax.swing.CellRendererPane.paintComponent(CellRendererPane.java:134)
         at javax.swing.plaf.basic.BasicTreeUI.paintRow(BasicTreeUI.java:1380)
         at javax.swing.plaf.basic.BasicTreeUI.paint(BasicTreeUI.java:1171)
         at javax.swing.plaf.metal.MetalTreeUI.paint(MetalTreeUI.java:143)
         at javax.swing.plaf.ComponentUI.update(ComponentUI.java:142)
         at javax.swing.JComponent.paintComponent(JComponent.java:541)
         at javax.swing.JComponent.paint(JComponent.java:808)
         at javax.swing.JComponent.paintChildren(JComponent.java:647)
         - locked <05C6CB78> (a java.awt.Component$AWTTreeLock)
         at javax.swing.JComponent.paint(JComponent.java:817)
         at javax.swing.JViewport.paint(JViewport.java:707)
         at javax.swing.JComponent.paintChildren(JComponent.java:647)
         - locked <05C6CB78> (a java.awt.Component$AWTTreeLock)
         at javax.swing.JComponent.paint(JComponent.java:817)
         at javax.swing.JComponent.paintChildren(JComponent.java:647)
         - locked <05C6CB78> (a java.awt.Component$AWTTreeLock)
         at javax.swing.JComponent.paint(JComponent.java:817)
         at javax.swing.JComponent.paintChildren(JComponent.java:647)
         - locked <05C6CB78> (a java.awt.Component$AWTTreeLock)
         at javax.swing.JComponent.paint(JComponent.java:817)
         at javax.swing.JLayeredPane.paint(JLayeredPane.java:552)
         at javax.swing.JComponent.paintChildren(JComponent.java:647)
         - locked <05C6CB78> (a java.awt.Component$AWTTreeLock)
         at javax.swing.JComponent.paintWithOffscreenBuffer(JComponent.java:4778)
         at javax.swing.JComponent.paintDoubleBuffered(JComponent.java:4724)
         at javax.swing.JComponent.paint(JComponent.java:798)
         at java.awt.GraphicsCallback$PaintCallback.run(GraphicsCallback.java:21)
         at sun.awt.SunGraphicsCallback.runOneComponent(SunGraphicsCallback.java:60)
         at sun.awt.SunGraphicsCallback.runComponents(SunGraphicsCallback.java:97)
         at java.awt.Container.paint(Container.java:1309)
         at sun.awt.RepaintArea.paint(RepaintArea.java:177)
         at sun.awt.windows.WComponentPeer.handleEvent(WComponentPeer.java:260)
         at java.awt.Component.dispatchEventImpl(Component.java:3658)
         at java.awt.Container.dispatchEventImpl(Container.java:1623)
         at java.awt.Component.dispatchEvent(Component.java:3439)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:450)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
    Dynamic libraries:
    0x00400000 - 0x00419000      C:\Archivos de programa\Internet Explorer\iexplore.exe
    0x77F40000 - 0x77FED000      C:\WINDOWS\System32\ntdll.dll
    0x77E40000 - 0x77F33000      C:\WINDOWS\system32\kernel32.dll
    0x77BE0000 - 0x77C33000      C:\WINDOWS\system32\msvcrt.dll
    0x77D10000 - 0x77D9C000      C:\WINDOWS\system32\USER32.dll
    0x77C40000 - 0x77C80000      C:\WINDOWS\system32\GDI32.dll
    0x77DA0000 - 0x77E3E000      C:\WINDOWS\system32\ADVAPI32.dll
    0x78000000 - 0x78086000      C:\WINDOWS\system32\RPCRT4.dll
    0x772A0000 - 0x77304000      C:\WINDOWS\system32\SHLWAPI.dll
    0x76980000 - 0x76ACA000      C:\WINDOWS\System32\SHDOCVW.dll
    0x78090000 - 0x78174000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.10.0_x-ww_f7fb5805\comctl32.dll
    0x773A0000 - 0x77BA1000      C:\WINDOWS\system32\SHELL32.dll
    0x77310000 - 0x7739B000      C:\WINDOWS\system32\comctl32.dll
    0x00900000 - 0x00A21000      C:\WINDOWS\system32\ole32.dll
    0x5B150000 - 0x5B184000      C:\WINDOWS\System32\uxtheme.dll
    0x75F30000 - 0x7602C000      C:\WINDOWS\System32\BROWSEUI.dll
    0x723D0000 - 0x723E3000      C:\WINDOWS\System32\browselc.dll
    0x75EF0000 - 0x75F0E000      C:\WINDOWS\system32\appHelp.dll
    0x76F90000 - 0x77008000      C:\WINDOWS\System32\CLBCATQ.DLL
    0x770F0000 - 0x7717B000      C:\WINDOWS\system32\OLEAUT32.dll
    0x77010000 - 0x770E0000      C:\WINDOWS\System32\COMRes.dll
    0x77BD0000 - 0x77BD7000      C:\WINDOWS\system32\VERSION.dll
    0x761B0000 - 0x76249000      C:\WINDOWS\system32\WININET.dll
    0x76270000 - 0x762FC000      C:\WINDOWS\system32\CRYPT32.dll
    0x76250000 - 0x7625F000      C:\WINDOWS\system32\MSASN1.dll
    0x76F50000 - 0x76F60000      C:\WINDOWS\System32\Secur32.dll
    0x765D0000 - 0x76620000      C:\WINDOWS\System32\cscui.dll
    0x765B0000 - 0x765CB000      C:\WINDOWS\System32\CSCDLL.dll
    0x76630000 - 0x7671B000      C:\WINDOWS\System32\SETUPAPI.dll
    0x10000000 - 0x1000B000      C:\Archivos de programa\Adobe\Acrobat 6.0\Reader\ActiveX\AcroIEHelper.dll
    0x00D50000 - 0x00D6C000      C:\Archivos de programa\Norton AntiVirus\NavShExt.dll
    0x00D70000 - 0x00D8A000      C:\WINDOWS\System32\ccTrust.dll
    0x76030000 - 0x76091000      C:\WINDOWS\System32\MSVCP60.dll
    0x76AE0000 - 0x76AF5000      C:\WINDOWS\System32\ATL.DLL
    0x760A0000 - 0x7611A000      C:\WINDOWS\system32\urlmon.dll
    0x76120000 - 0x761AC000      C:\WINDOWS\System32\shdoclc.dll
    0x74700000 - 0x7478F000      C:\WINDOWS\System32\mlang.dll
    0x71A50000 - 0x71A59000      C:\WINDOWS\System32\wsock32.dll
    0x71A30000 - 0x71A45000      C:\WINDOWS\System32\WS2_32.dll
    0x71A20000 - 0x71A28000      C:\WINDOWS\System32\WS2HELP.dll
    0x719D0000 - 0x71A0C000      C:\WINDOWS\system32\mswsock.dll
    0x71A10000 - 0x71A18000      C:\WINDOWS\System32\wshtcpip.dll
    0x76EA0000 - 0x76ED7000      C:\WINDOWS\System32\RASAPI32.DLL
    0x76E50000 - 0x76E61000      C:\WINDOWS\System32\rasman.dll
    0x71BC0000 - 0x71C0E000      C:\WINDOWS\System32\NETAPI32.dll
    0x76E70000 - 0x76E9B000      C:\WINDOWS\System32\TAPI32.dll
    0x76E40000 - 0x76E4D000      C:\WINDOWS\System32\rtutils.dll
    0x76B00000 - 0x76B2D000      C:\WINDOWS\System32\WINMM.dll
    0x72250000 - 0x72255000      C:\WINDOWS\System32\sensapi.dll
    0x01350000 - 0x01551000      C:\WINDOWS\System32\msi.dll
    0x75E40000 - 0x75EE8000      C:\WINDOWS\System32\SXS.DLL
    0x75A20000 - 0x75AC6000      C:\WINDOWS\system32\USERENV.dll
    0x76EE0000 - 0x76F05000      C:\WINDOWS\System32\DNSAPI.dll
    0x76F70000 - 0x76F77000      C:\WINDOWS\System32\winrnr.dll
    0x76F20000 - 0x76F4D000      C:\WINDOWS\system32\WLDAP32.dll
    0x76F80000 - 0x76F85000      C:\WINDOWS\System32\rasadhlp.dll
    0x747A0000 - 0x74A57000      C:\WINDOWS\System32\mshtml.dll
    0x513E0000 - 0x5140D000      C:\Archivos de programa\Archivos comunes\Microsoft Shared\VS7Debug\pdm.dll
    0x51300000 - 0x51328000      C:\Archivos de programa\Archivos comunes\Microsoft Shared\VS7Debug\msdbg2.dll
    0x74680000 - 0x746A6000      C:\WINDOWS\System32\msimtf.dll
    0x746B0000 - 0x746F4000      C:\WINDOWS\System32\MSCTF.dll
    0x74650000 - 0x74677000      C:\WINDOWS\System32\MSLS31.DLL
    0x76340000 - 0x7635C000      C:\WINDOWS\System32\IMM32.DLL
    0x32520000 - 0x32532000      C:\Archivos de programa\Microsoft Office\Office10\msohev.dll
    0x767B0000 - 0x767D4000      C:\WINDOWS\system32\schannel.dll
    0x020D0000 - 0x020EB000      C:\Archivos de programa\Archivos comunes\Symantec Shared\Script Blocking\scrauth.dll
    0x02200000 - 0x0221E000      C:\Archivos de programa\Archivos comunes\Symantec Shared\Script Blocking\ScrBlock.dll
    0x76BF0000 - 0x76C1B000      C:\WINDOWS\System32\wintrust.dll
    0x76C50000 - 0x76C72000      C:\WINDOWS\system32\IMAGEHLP.dll
    0x0FFD0000 - 0x0FFF3000      C:\WINDOWS\System32\rsaenh.dll
    0x73CD0000 - 0x73CE0000      C:\WINDOWS\System32\cryptnet.dll
    0x75C00000 - 0x75C91000      c:\windows\system32\jscript.dll
    0x74C40000 - 0x74CAF000      C:\WINDOWS\System32\mshtmled.dll
    0x72CA0000 - 0x72CA9000      C:\WINDOWS\System32\wdmaud.drv
    0x72C90000 - 0x72C98000      C:\WINDOWS\System32\msacm32.drv
    0x77BB0000 - 0x77BC4000      C:\WINDOWS\System32\MSACM32.dll
    0x02A80000 - 0x02A87000      C:\WINDOWS\System32\midimap.dll
    0x6D7E0000 - 0x6D7EF000      C:\Archivos de programa\Java\j2re1.4.1_01\bin\npjpi141_01.dll
    0x6D740000 - 0x6D752000      C:\Archivos de programa\Java\j2re1.4.1_01\bin\jpiexp32.dll
    0x6D780000 - 0x6D794000      C:\Archivos de programa\Java\j2re1.4.1_01\bin\jpishare.dll
    0x6D330000 - 0x6D45A000      C:\ARCHIV~1\Java\J2RE14~1.1_0\bin\client\jvm.dll
    0x6D1D0000 - 0x6D1D7000      C:\ARCHIV~1\Java\J2RE14~1.1_0\bin\hpi.dll
    0x6D300000 - 0x6D30D000      C:\ARCHIV~1\Java\J2RE14~1.1_0\bin\verify.dll
    0x6D210000 - 0x6D229000      C:\ARCHIV~1\Java\J2RE14~1.1_0\bin\java.dll
    0x6D320000 - 0x6D32D000      C:\ARCHIV~1\Java\J2RE14~1.1_0\bin\zip.dll
    0x6D000000 - 0x6D0FB000      C:\Archivos de programa\Java\j2re1.4.1_01\bin\awt.dll
    0x72F80000 - 0x72FA3000      C:\WINDOWS\System32\WINSPOOL.DRV
    0x6D180000 - 0x6D1D0000      C:\Archivos de programa\Java\j2re1.4.1_01\bin\fontmanager.dll
    0x736E0000 - 0x73724000      C:\WINDOWS\System32\ddraw.dll
    0x73B40000 - 0x73B46000      C:\WINDOWS\System32\DCIMAN32.dll
    0x6DE20000 - 0x6DE91000      C:\WINDOWS\System32\D3DIM.DLL
    0x6D6E0000 - 0x6D6F1000      C:\Archivos de programa\Java\j2re1.4.1_01\bin\jpicom32.dll
    0x6D2D0000 - 0x6D2DE000      C:\Archivos de programa\Java\j2re1.4.1_01\bin\net.dll
    0x6D130000 - 0x6D152000      C:\Archivos de programa\Java\j2re1.4.1_01\bin\dcpr.dll
    0x6DA20000 - 0x6DA9D000      C:\WINDOWS\system32\DBGHELP.dll
    0x76BB0000 - 0x76BBB000      C:\WINDOWS\System32\PSAPI.DLL
    Local Time = Fri Dec 05 18:20:37 2003
    Elapsed Time = 161
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.1_01-b01 mixed mode)
    Now let me tell you what I am doing. I have an applet which constructs a JTree with some leafs and parents. When I first load the applet (say coming from a link) it works perfectly, but if I reload the page then the application explodes! This is happening in Windows XP (SP1) with IE 6.0.2. The funny thing, is that I have tested in a lot of other Windows XP with the same configuration (software, not the same hardware) and all works perfectly! The PC where I'm getting the exception is a Compaq Evo laptop.
    If you have some idea of what is going on, or better than that, if you have an idea on how to fix this, please let me know.
    Feel fee to email me at:
    [email protected]

    I am also seeing this error but at UNIX. As soon as I invoke a call to the JTree constructor (TreeModel) , it explodes!! Can someone provide an clue?

  • EXCEPTION_ACCESS_VIOLATION when loading DB2 driver

    Hi,
    I'm currently developing an executable jar application. I've got a problem in connecting to the DB2 server after packaging the application into a jar file. Below is the error that I encountered:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d6c9a1f, pid=2296, tid=2260
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_05-b05 mixed mode, sharing)
    # Problematic frame:
    # V  [jvm.dll+0x89a1f]
    # An error report file with more information is saved as hs_err_pid2296.log
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    #And here's the detailed log:
    ---------------  T H R E A D  ---------------
    Current thread (0x02cc7e00):  JavaThread "AWT-EventQueue-0" [_thread_in_vm, id=2260]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
    Registers:
    EAX=0x00000000, EBX=0x00000000, ECX=0x02d12fe8, EDX=0x00ac2d60
    ESP=0x0742f090, EBP=0x0742f0c0, ESI=0x02cc7e00, EDI=0x00ac2d58
    EIP=0x6d6c9a1f, EFLAGS=0x00010206
    Top of Stack: (sp=0x0742f090)
    0x0742f090:   02cc7ebc 02cc7ebc 26b15cf0 02cc7ebc
    0x0742f0a0:   02cc7ebc 6d68086a 6d64aa71 02cc7e00
    0x0742f0b0:   0742f0e0 6d6c62ad 02cc7e00 00ac2d58
    0x0742f0c0:   0742f0e0 1000a647 02cc7ebc 00000000
    0x0742f0d0:   100130c8 00ac2d5c 02cc7e00 26b15cf0
    0x0742f0e0:   0742f100 100039b0 02cc7ebc 00000000
    0x0742f0f0:   00000000 00000000 02cc7e00 26b15cf0
    0x0742f100:   0742f130 00ad826f 02cc7ebc 0742f144
    Instructions: (pc=0x6d6c9a1f)
    0x6d6c9a0f:   a9 00 00 00 39 5d 14 0f 84 a0 00 00 00 8b 45 0c
    0x6d6c9a1f:   ff 30 e8 2a 97 ff ff 59 50 56 8d 4d 08 e8 da c3
    Stack: [0x073f0000,0x07430000),  sp=0x0742f090,  free space=252k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V  [jvm.dll+0x89a1f]
    C  [db2jdbc.dll+0xa647]
    C  [db2jdbc.dll+0x39b0]
    j  COM.ibm.db2.jdbc.app.DB2Driver.SQLAllocEnv([I)I+0
    j  COM.ibm.db2.jdbc.app.DB2Driver.<init>()V+628
    j  COM.ibm.db2.jdbc.app.DB2Driver.<clinit>()V+27
    v  ~StubRoutines::call_stub
    V  [jvm.dll+0x8295c]
    V  [jvm.dll+0xd752e]
    V  [jvm.dll+0x8282d]
    V  [jvm.dll+0x75a9c]
    V  [jvm.dll+0x7499d]
    V  [jvm.dll+0x9ff40]
    V  [jvm.dll+0x99269]
    C  [java.dll+0x13d8]
    j  java.lang.Class.forName0(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;+0
    j  java.lang.Class.forName(Ljava/lang/String;)Ljava/lang/Class;+5
    j  ort.cip.client.DB2Connection.connect_query(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Z)Lcom/jrefinery/data/XYDataset;+19
    j  ort.cip.client.ORT_Charting_Main.jButton1_ActionEvents()V+369
    j  ort.cip.client.ORT_Charting_Main.connEtoC2()V+1
    j  ort.cip.client.ORT_Charting_Main.access$5(Lort/cip/client/ORT_Charting_Main;)V+1
    j  ort.cip.client.ORT_Charting_Main$IvjEventHandler.actionPerformed(Ljava/awt/event/ActionEvent;)V+62
    j  javax.swing.AbstractButton.fireActionPerformed(Ljava/awt/event/ActionEvent;)V+84
    j  javax.swing.AbstractButton$Handler.actionPerformed(Ljava/awt/event/ActionEvent;)V+5
    j  javax.swing.DefaultButtonModel.fireActionPerformed(Ljava/awt/event/ActionEvent;)V+35
    j  javax.swing.DefaultButtonModel.setPressed(Z)V+117
    j  javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Ljava/awt/event/MouseEvent;)V+35
    j  java.awt.Component.processMouseEvent(Ljava/awt/event/MouseEvent;)V+64
    j  javax.swing.JComponent.processMouseEvent(Ljava/awt/event/MouseEvent;)V+23
    j  java.awt.Component.processEvent(Ljava/awt/AWTEvent;)V+81
    j  java.awt.Container.processEvent(Ljava/awt/AWTEvent;)V+18
    j  java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+477
    j  java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+42
    j  java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
    j  java.awt.LightweightDispatcher.retargetMouseEvent(Ljava/awt/Component;ILjava/awt/event/MouseEvent;)V+304
    j  java.awt.LightweightDispatcher.processMouseEvent(Ljava/awt/event/MouseEvent;)Z+139
    j  java.awt.LightweightDispatcher.dispatchEvent(Ljava/awt/AWTEvent;)Z+50
    j  java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+12
    j  java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V+19
    j  java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
    j  java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46
    j  java.awt.EventDispatchThread.pumpOneEventForHierarchy(ILjava/awt/Component;)Z+233
    j  java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+26
    j  java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
    j  java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
    j  java.awt.EventDispatchThread.run()V+9
    v  ~StubRoutines::call_stub
    V  [jvm.dll+0x8295c]
    V  [jvm.dll+0xd752e]
    V  [jvm.dll+0x8282d]
    V  [jvm.dll+0x8258a]
    V  [jvm.dll+0x9d476]
    V  [jvm.dll+0x1042ae]
    V  [jvm.dll+0x10427c]
    C  [MSVCRT.dll+0x2a3b0]
    C  [kernel32.dll+0xb50b]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  COM.ibm.db2.jdbc.app.DB2Driver.SQLAllocEnv([I)I+0
    j  COM.ibm.db2.jdbc.app.DB2Driver.<init>()V+628
    j  COM.ibm.db2.jdbc.app.DB2Driver.<clinit>()V+27
    v  ~StubRoutines::call_stub
    j  java.lang.Class.forName0(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;+0
    j  java.lang.Class.forName(Ljava/lang/String;)Ljava/lang/Class;+5
    j  ort.cip.client.DB2Connection.connect_query(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Z)Lcom/jrefinery/data/XYDataset;+19
    j  ort.cip.client.ORT_Charting_Main.jButton1_ActionEvents()V+369
    j  ort.cip.client.ORT_Charting_Main.connEtoC2()V+1
    j  ort.cip.client.ORT_Charting_Main.access$5(Lort/cip/client/ORT_Charting_Main;)V+1
    j  ort.cip.client.ORT_Charting_Main$IvjEventHandler.actionPerformed(Ljava/awt/event/ActionEvent;)V+62
    j  javax.swing.AbstractButton.fireActionPerformed(Ljava/awt/event/ActionEvent;)V+84
    j  javax.swing.AbstractButton$Handler.actionPerformed(Ljava/awt/event/ActionEvent;)V+5
    j  javax.swing.DefaultButtonModel.fireActionPerformed(Ljava/awt/event/ActionEvent;)V+35
    j  javax.swing.DefaultButtonModel.setPressed(Z)V+117
    j  javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Ljava/awt/event/MouseEvent;)V+35
    j  java.awt.Component.processMouseEvent(Ljava/awt/event/MouseEvent;)V+64
    j  javax.swing.JComponent.processMouseEvent(Ljava/awt/event/MouseEvent;)V+23
    j  java.awt.Component.processEvent(Ljava/awt/AWTEvent;)V+81
    j  java.awt.Container.processEvent(Ljava/awt/AWTEvent;)V+18
    j  java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+477
    j  java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+42
    j  java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
    j  java.awt.LightweightDispatcher.retargetMouseEvent(Ljava/awt/Component;ILjava/awt/event/MouseEvent;)V+304
    j  java.awt.LightweightDispatcher.processMouseEvent(Ljava/awt/event/MouseEvent;)Z+139
    j  java.awt.LightweightDispatcher.dispatchEvent(Ljava/awt/AWTEvent;)Z+50
    j  java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+12
    j  java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V+19
    j  java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
    j  java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46
    j  java.awt.EventDispatchThread.pumpOneEventForHierarchy(ILjava/awt/Component;)Z+233
    j  java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+26
    j  java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
    j  java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
    j  java.awt.EventDispatchThread.run()V+9
    v  ~StubRoutines::call_stub
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x000352e8 JavaThread "DestroyJavaVM" [_thread_blocked, id=832]
    =>0x02cc7e00 JavaThread "AWT-EventQueue-0" [_thread_in_vm, id=2260]
      0x02cc4618 JavaThread "AWT-Shutdown" [_thread_blocked, id=848]
      0x00aa1a38 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3720]
      0x02cac008 JavaThread "AWT-Windows" daemon [_thread_in_native, id=3756]
      0x00a699f0 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=4020]
      0x00a685c8 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3556]
      0x00a67860 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=880]
      0x00a62ad0 JavaThread "Finalizer" daemon [_thread_blocked, id=2364]
      0x00a615f0 JavaThread "Reference Handler" daemon [_thread_blocked, id=2796]
    Other Threads:
      0x00a5ed50 VMThread [id=2656]
      0x00a677a0 WatcherThread [id=3492]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation   total 576K, used 292K [0x22a80000, 0x22b20000, 0x22f60000)
      eden space 512K,  44% used [0x22a80000, 0x22ab9540, 0x22b00000)
      from space 64K,  99% used [0x22b00000, 0x22b0fd78, 0x22b10000)
      to   space 64K,   0% used [0x22b10000, 0x22b10000, 0x22b20000)
    tenured generation   total 1408K, used 1304K [0x22f60000, 0x230c0000, 0x26a80000)
       the space 1408K,  92% used [0x22f60000, 0x230a6278, 0x230a6400, 0x230c0000)
    compacting perm gen  total 8192K, used 640K [0x26a80000, 0x27280000, 0x2aa80000)
       the space 8192K,   7% used [0x26a80000, 0x26b20080, 0x26b20200, 0x27280000)
        ro space 8192K,  62% used [0x2aa80000, 0x2af8a3a0, 0x2af8a400, 0x2b280000)
        rw space 12288K,  46% used [0x2b280000, 0x2b8103d8, 0x2b810400, 0x2be80000)
    Dynamic libraries:
    0x00400000 - 0x0040c000      C:\WINDOWS\system32\java.exe
    0x7c900000 - 0x7c9b0000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f4000      C:\WINDOWS\system32\kernel32.dll
    0x77dd0000 - 0x77e6b000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f01000      C:\WINDOWS\system32\RPCRT4.dll
    0x77c10000 - 0x77c68000      C:\WINDOWS\system32\MSVCRT.dll
    0x6d640000 - 0x6d7cc000      C:\Program Files\Java\jre1.5.0_05\bin\client\jvm.dll
    0x77d40000 - 0x77dd0000      C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f56000      C:\WINDOWS\system32\GDI32.dll
    0x76b40000 - 0x76b6d000      C:\WINDOWS\system32\WINMM.dll
    0x6d280000 - 0x6d288000      C:\Program Files\Java\jre1.5.0_05\bin\hpi.dll
    0x76bf0000 - 0x76bfb000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d610000 - 0x6d61c000      C:\Program Files\Java\jre1.5.0_05\bin\verify.dll
    0x6d300000 - 0x6d31d000      C:\Program Files\Java\jre1.5.0_05\bin\java.dll
    0x6d630000 - 0x6d63f000      C:\Program Files\Java\jre1.5.0_05\bin\zip.dll
    0x6d000000 - 0x6d167000      C:\Program Files\Java\jre1.5.0_05\bin\awt.dll
    0x73000000 - 0x73026000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x76390000 - 0x763ad000      C:\WINDOWS\system32\IMM32.dll
    0x774e0000 - 0x7761d000      C:\WINDOWS\system32\ole32.dll
    0x5ad70000 - 0x5ada8000      C:\WINDOWS\system32\UxTheme.dll
    0x73760000 - 0x737a9000      C:\WINDOWS\system32\ddraw.dll
    0x73bc0000 - 0x73bc6000      C:\WINDOWS\system32\DCIMAN32.dll
    0x73940000 - 0x73a10000      C:\WINDOWS\system32\D3DIM700.DLL
    0x63000000 - 0x63014000      C:\WINDOWS\system32\SynTPFcs.dll
    0x77c00000 - 0x77c08000      C:\WINDOWS\system32\VERSION.dll
    0x7c9c0000 - 0x7d1d5000      C:\WINDOWS\system32\shell32.dll
    0x77f60000 - 0x77fd6000      C:\WINDOWS\system32\SHLWAPI.dll
    0x773d0000 - 0x774d2000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
    0x5d090000 - 0x5d127000      C:\WINDOWS\system32\comctl32.dll
    0x6d240000 - 0x6d27d000      C:\Program Files\Java\jre1.5.0_05\bin\fontmanager.dll
    0x6d4c0000 - 0x6d4d3000      C:\Program Files\Java\jre1.5.0_05\bin\net.dll
    0x71ab0000 - 0x71ac7000      C:\WINDOWS\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000      C:\WINDOWS\system32\WS2HELP.dll
    0x6d4e0000 - 0x6d4e9000      C:\Program Files\Java\jre1.5.0_05\bin\nio.dll
    0x10000000 - 0x10016000      C:\Program Files\SQLLIB\bin\db2jdbc.dll
    0x6c000000 - 0x6c236000      C:\PROGRA~1\SQLLIB\BIN\DB2CLI.dll
    0x6c770000 - 0x6ca25000      C:\PROGRA~1\SQLLIB\BIN\DB2SYS.dll
    0x6e260000 - 0x6e26b000      C:\PROGRA~1\SQLLIB\BIN\DB2WINT.dll
    0x07430000 - 0x07445000      C:\PROGRA~1\SQLLIB\BIN\DB2SYSP.dll
    0x6c240000 - 0x6c4e1000      C:\PROGRA~1\SQLLIB\BIN\DB2APP.dll
    0x6c620000 - 0x6c738000      C:\PROGRA~1\SQLLIB\BIN\DB2UTIL.dll
    0x6c4f0000 - 0x6c529000      C:\PROGRA~1\SQLLIB\BIN\DB2ABIND.dll
    0x07450000 - 0x07580000      C:\PROGRA~1\SQLLIB\BIN\db2osse.dll
    0x77120000 - 0x771ac000      C:\WINDOWS\system32\OLEAUT32.dll
    0x5b860000 - 0x5b8b4000      C:\WINDOWS\system32\NETAPI32.dll
    0x07580000 - 0x0758c000      C:\PROGRA~1\SQLLIB\BIN\db2locale.dll
    0x07590000 - 0x075c8000      C:\PROGRA~1\SQLLIB\BIN\db2trcapi.dll
    VM Arguments:
    java_command: Charting.jar
    Environment Variables:
    CLASSPATH=.;C:\PROGRA~1\SQLLIB\java\db2java.zip;C:\PROGRA~1\SQLLIB\java\db2jcc.jar;C:\PROGRA~1\SQLLIB\java\sqlj.zip;C:\PROGRA~1\SQLLIB\bin;C:\PROGRA~1\SQLLIB\java\common.jar
    PATH=C:\PROGRAM FILES\THINKPAD\UTILITIES;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\WINDOWS\Downloaded Program Files;C:\IBMTOOLS\Python22;C:\Program Files\PC-Doctor for Windows\services;C:\Program Files\IBM\Trace Facility;C:\Program Files\Personal Communications;C:\IMNnq_NT;C:\PROGRA~1\Tcl\bin;C:\PROGRA~1\SQLLIB\BIN;C:\PROGRA~1\SQLLIB\FUNCTION;C:\j2sdk1.4.2_10\bin;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\CMVC\exe;C:\CMVC\exe\bin;C:\CMVC\bin
    USERNAME=nugraha
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 13 Stepping 6, GenuineIntel
    ---------------  S Y S T E M  ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 1 family 6, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 261040k(31956k free), swap 639216k(137944k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_05-b05) for windows-x86, built on Aug 26 2005 15:36:02 by "java_re" with MS VC++ 6.0I found out that this error came out when the following part of the code was executed (see the one in bold):
    public static com.jrefinery.data.XYDataset connect_query(
        java.lang.String drive_SN,
        java.lang.String start_Date,
        java.lang.String end_Date,
        boolean[] checkBox_group) {
        TimeSeriesCollection collection = new TimeSeriesCollection();
        BasicTimeSeries[] param_value;
        try {
            // load the DB2 Driver
    Class.forName("COM.ibm.db2.jdbc.app.DB2Driver");
            // establish a connection to DB2
               Connection db2Conn = DriverManager.getConnection("jdbc:db2:FOXDBS_S","myID","mypass");    
            // use a statement to gather data from the database
            Statement st = db2Conn.createStatement();
            String myQuery = info_query;
            // execute the query
            ResultSet resultSet = st.executeQuery(myQuery);
            // clean up resources
            resultSet.close();
            st.close();
            db2Conn.close();
        } catch (ClassNotFoundException cnfe) {
            cnfe.printStackTrace();
        } catch (SQLException sqle) {
            sqle.printStackTrace();
        XYDataset data = collection;
        return data;
    }This code actually worked fine when I ran it from VisualAge for Java environment.
    I'm currently using J2SDK version 1.4.2_10 and J2RE version 1.4.2_10.
    Appreciate any help that you all can suggest. I've been looking for this error on the web. Seems like this has been a known and common problem but I couldn't find the working answer so far. Thank you in advance for any help.
    Chris

    Hi Russel,
    Thanks for the reply. I've executed the jar file using the -Xcheck:jni as follows:
    java -jar -Xcheck:jni Charting.jarand when I executed the function here's what appeared on the screen:
    FATAL ERROR in native method: JNI call made with exception pending
            at COM.ibm.db2.jdbc.app.DB2Driver.SQLAllocEnv(Native Method)
            at COM.ibm.db2.jdbc.app.DB2Driver.<init>(Unknown Source)
            at COM.ibm.db2.jdbc.app.DB2Driver.<clinit>(Unknown Source)
            at java.lang.Class.forName0(Native Method)
            at java.lang.Class.forName(Unknown Source)
            at ort.cip.client.DB2Connection.connect_query(DB2Connection.java:45)
            at ort.cip.client.ORT_Charting_Main.jButton1_ActionEvents(ORT_Charting_M
    ain.java:3159)
            at ort.cip.client.ORT_Charting_Main.connEtoC2(ORT_Charting_Main.java:244
            at ort.cip.client.ORT_Charting_Main.access$5(ORT_Charting_Main.java:240)
            at ort.cip.client.ORT_Charting_Main$IvjEventHandler.actionPerformed(ORT_
    Charting_Main.java:187)
            at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
            at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
            at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
            at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Sour
    ce)
            at java.awt.Component.processMouseEvent(Unknown Source)
            at javax.swing.JComponent.processMouseEvent(Unknown Source)
            at java.awt.Component.processEvent(Unknown Source)
            at java.awt.Container.processEvent(Unknown Source)
            at java.awt.Component.dispatchEventImpl(Unknown Source)
            at java.awt.Container.dispatchEventImpl(Unknown Source)
            at java.awt.Component.dispatchEvent(Unknown Source)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
            at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
            at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
            at java.awt.Container.dispatchEventImpl(Unknown Source)
            at java.awt.Window.dispatchEventImpl(Unknown Source)
            at java.awt.Component.dispatchEvent(Unknown Source)
            at java.awt.EventQueue.dispatchEvent(Unknown Source)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.run(Unknown Source)I recognized that the error appeared during the execution of function "forName(driver)", which is exactly what I predicted before. Strange that this function worked well when executed from the development software (before packaging it into jar file). Is there a difference in the way the program works as executable jar file and as the file in the development sofware?
    And regarding the JDBC driver, I did try another driver, which was the JDBC type 2 and 4 driver. But when I ran the application, there's an error saying that the DB2 server does not support type 2 or 4 JDBC driver. Seems like I have no other choice but to use this driver.
    Do you have any suggestion on how to make the driver work as an executable Jar file? Meanwhile, I'll try to report the bug for this driver. Thanks....

  • EXCEPTION_ACCESS_VIOLATION : MyEclipse + FlexBuilder 3 Plug-in

    Hi,
    I have MyEclipse 7.5 with FlexBuilder 3 Professional Plug-in installed.  Everything works fine except when I Edit a MXML file in Design mode, the  whole JVM exits with a EXCEPTION_ACCESS_VIOLATION.
    Looking at the call stack, I can see that the problem comes from SWT  that uses a DLL for drawing a rectangle.
    I copy here the full exception log to give you more information:
    # A fatal error has been detected by the Java Runtime Environment:
    #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6782bf5e, pid=236,  tid=2888
    # JRE version: 6.0_20-b02
    # Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode windows-x86 )
    # Problematic frame:
    # C  [gdiplus.dll+0x1bf5e]
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    ---------------  T H R E A D  ---------------
    Current thread (0x00396c00):  JavaThread "main" [_thread_in_native,  id=2888, stack(0x009c0000,0x00a10000)]
    siginfo: ExceptionCode=0xc0000005, writing address 0xa972b2e8
    Registers:
    EAX=0x67b5bfd0, EBX=0x00000001, ECX=0x41bcf318, EDX=0xfff7f7f8
    ESP=0x00a0e6c8, EBP=0x00a0e6c8, ESI=0x67ad30b0, EDI=0x67ad3078
    EIP=0x6782bf5e, EFLAGS=0x00250202
    Top of Stack: (sp=0x00a0e6c8)
    0x00a0e6c8:   00a0e6e4 6781f3a3 000001ce 67ad3078
    0x00a0e6d8:   a972b2e8 67ad3060 000004ba 00a0e73c
    0x00a0e6e8:   678eaaa2 a972b2e8 67b5bfd0 000001cf
    0x00a0e6f8:   000004ba 0000006d 00000000 67ad48a8
    0x00a0e708:   67ad3060 a9650000 67ad3060 a9650000
    0x00a0e718:   00000004 00000000 00000000 000001cf
    0x00a0e728:   00000000 00000004 00000001 000004ba
    0x00a0e738:   67b5bfd0 00a0e78c 678eac57 00002000 
    Instructions: (pc=0x6782bf5e)
    0x6782bf4e:   ec 83 7d 08 00 8b c2 74 13 2b c8 8b 10 ff 4d 08
    0x6782bf5e:   89 14 08 83 c0 04 83 7d 08 00 75 ef 5d c2 08 00 
    Stack: [0x009c0000,0x00a10000],  sp=0x00a0e6c8,  free space=13900a0e1fck
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code,  C=native code)
    C  [gdiplus.dll+0x1bf5e]
    C  [gdiplus.dll+0xf3a3]
    C  [gdiplus.dll+0xdaaa2]
    C  [gdiplus.dll+0xdac57]
    C  [gdiplus.dll+0x79c24]
    C  [gdiplus.dll+0x16d7b]
    C  [gdiplus.dll+0xf2c0]
    C  [gdiplus.dll+0x4d5d5]
    C  [gdiplus.dll+0x67e97]
    C  [gdiplus.dll+0x4ce1c]
    C  [gdiplus.dll+0x4d34b]
    C  [gdiplus.dll+0x6e46b]
    C  [gdiplus.dll+0x6e352]
    C  [gdiplus.dll+0x6e2eb]
    C  [gdiplus.dll+0x4d294]
    C  [swt-gdip-win32-3452.dll+0x219c]
    j  org.eclipse.swt.internal.gdip.Gdip.Graphics_FillRectangle(IIIIII)I+0
    j  org.eclipse.swt.graphics.GC.fillRectangle(IIII)V+74
    j   org.eclipse.swt.graphics.GC.fillRectangle(Lorg/eclipse/swt/graphics/Rectangle;)V+25
    j   com.adobe.flexbuilder.editors.common.ui.pi.form.SectionHeading.doPaintHeading(Lorg/eclips e/swt/events/PaintEvent;)V+61
    j   com.adobe.flexbuilder.editors.common.ui.pi.form.SectionHeading$1.paintControl(Lorg/eclips e/swt/events/PaintEvent;)V+5
    j   org.eclipse.swt.widgets.TypedListener.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+947
    J   org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V
    J   org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;Z)V
    j   org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;)V+4
    j   org.eclipse.swt.widgets.Composite.WM_PAINT(II)Lorg/eclipse/swt/internal/win32/LRESULT;+14 14
    J  org.eclipse.swt.widgets.Control.windowProc(IIII)I
    J  org.eclipse.swt.widgets.Display.windowProc(IIII)I
    v  ~StubRoutines::call_stub
    V  [jvm.dll+0xf049c]
    V  [jvm.dll+0x17fcf1]
    V  [jvm.dll+0xf051d]
    V  [jvm.dll+0xf9e0f]
    V  [jvm.dll+0xfbc37]
    C  [swt-win32-3452.dll+0x1465]
    C  0x677e0018
    C  [USER32.dll+0x8734]
    C  [USER32.dll+0x8816]
    C  [USER32.dll+0x18ea0]
    C  [USER32.dll+0x18eec]
    C  [ntdll.dll+0xe473]
    C  [USER32.dll+0x8a10]
    C  [swt-win32-3452.dll+0x35be]
    J   org.eclipse.swt.internal.win32.OS.DispatchMessageW(Lorg/eclipse/swt/internal/win32/MSG;)I
    J  org.eclipse.swt.widgets.Display.readAndDispatch()Z
    J   org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptio nHandler;Lorg/eclipse/swt/widgets/Display;)V
    j  org.eclipse.ui.internal.Workbench.runUI()I+393
    j   org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1
    j  org.eclipse.ui.internal.Workbench$5.run()V+23
    j   org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databindin g/observable/Realm;Ljava/lang/Runnable;)V+12
    j   org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display; Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18
    j   org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/ecl ipse/ui/application/WorkbenchAdvisor;)I+2
    j   org.eclipse.ui.internal.ide.application.IDEApplication.start(Lorg/eclipse/equinox/app/IAp plicationContext;)Ljava/lang/Object;+84
    j   org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Objec t;+135
    j   org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Ob ject;)Ljava/lang/Object;+103
    j   org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Lja va/lang/Object;+29
    j   org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object; +149
    j   org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnabl e;)Ljava/lang/Object;+183
    v  ~StubRoutines::call_stub
    V  [jvm.dll+0xf049c]
    V  [jvm.dll+0x17fcf1]
    V  [jvm.dll+0xf051d]
    V  [jvm.dll+0x199ceb]
    V  [jvm.dll+0x19a706]
    V  [jvm.dll+0x11bc03]
    C  [java.dll+0x714d]
    j   sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/l ang/Object;+87
    j   sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Lja va/lang/Object;+6
    j   java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+ 161
    j   org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+21 1
    j  org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+114
    j  org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
    j  org.eclipse.equinox.launcher.Main.main([Ljava/lang/String;)V+10
    v  ~StubRoutines::call_stub
    V  [jvm.dll+0xf049c]
    V  [jvm.dll+0x17fcf1]
    V  [jvm.dll+0xf051d]
    V  [jvm.dll+0xf9bc5]
    V  [jvm.dll+0x10181d]
    C  [javaw.exe+0x2155]
    C  [javaw.exe+0x8614]
    C  [kernel32.dll+0xb729]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  org.eclipse.swt.internal.gdip.Gdip.Graphics_FillRectangle(IIIIII)I+0
    j  org.eclipse.swt.graphics.GC.fillRectangle(IIII)V+74
    j   org.eclipse.swt.graphics.GC.fillRectangle(Lorg/eclipse/swt/graphics/Rectangle;)V+25
    j   com.adobe.flexbuilder.editors.common.ui.pi.form.SectionHeading.doPaintHeading(Lorg/eclips e/swt/events/PaintEvent;)V+61
    j   com.adobe.flexbuilder.editors.common.ui.pi.form.SectionHeading$1.paintControl(Lorg/eclips e/swt/events/PaintEvent;)V+5
    j   org.eclipse.swt.widgets.TypedListener.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+947
    J   org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V
    J   org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;Z)V
    j   org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;)V+4
    j   org.eclipse.swt.widgets.Composite.WM_PAINT(II)Lorg/eclipse/swt/internal/win32/LRESULT;+14 14
    J  org.eclipse.swt.widgets.Control.windowProc(IIII)I
    J  org.eclipse.swt.widgets.Display.windowProc(IIII)I
    v  ~StubRoutines::call_stub
    J   org.eclipse.swt.internal.win32.OS.DispatchMessageW(Lorg/eclipse/swt/internal/win32/MSG;)I
    J  org.eclipse.swt.widgets.Display.readAndDispatch()Z
    J   org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptio nHandler;Lorg/eclipse/swt/widgets/Display;)V
    j  org.eclipse.ui.internal.Workbench.runUI()I+393
    j   org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1
    j  org.eclipse.ui.internal.Workbench$5.run()V+23
    j   org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databindin g/observable/Realm;Ljava/lang/Runnable;)V+12
    j   org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display; Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18
    j   org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/ecl ipse/ui/application/WorkbenchAdvisor;)I+2
    j   org.eclipse.ui.internal.ide.application.IDEApplication.start(Lorg/eclipse/equinox/app/IAp plicationContext;)Ljava/lang/Object;+84
    j   org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Objec t;+135
    j   org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Ob ject;)Ljava/lang/Object;+103
    j   org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Lja va/lang/Object;+29
    j   org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object; +149
    j   org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnabl e;)Ljava/lang/Object;+183
    v  ~StubRoutines::call_stub
    j   sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object; [Ljava/lang/Object;)Ljava/lang/Object;+0
    j   sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/l ang/Object;+87
    j   sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Lja va/lang/Object;+6
    j   java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+ 161
    j   org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+21 1
    j  org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+114
    j  org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
    j  org.eclipse.equinox.launcher.Main.main([Ljava/lang/String;)V+10
    v  ~StubRoutines::call_stub
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
    0x7a05bc00 JavaThread "Design Model Updater" daemon [_thread_blocked,  id=3588, stack(0x6c420000,0x6c470000)]
    0x78ece000 JavaThread  "com.adobe.flexbuilder.editors.mxml.code.NamespaceChangedReconciler"  daemon [_thread_blocked, id=3228, stack(0x6c3d0000,0x6c420000)]
    0x79ed5400 JavaThread  "com.adobe.flexbuilder.editors.common.editor.IdleTypingReconciler"  daemon [_thread_blocked, id=2768, stack(0x6c330000,0x6c380000)]
    0x7a075800 JavaThread "Thread-15" daemon [_thread_blocked, id=308,  stack(0x6c380000,0x6c3d0000)]
    0x79e44400 JavaThread "AWT-Windows" daemon [_thread_in_native,  id=3872, stack(0x6c000000,0x6c050000)]
    0x79db5800 JavaThread "Java2D Disposer" daemon [_thread_blocked,  id=2272, stack(0x6bec0000,0x6bf10000)]
    0x789ff800 JavaThread "Worker-10" [_thread_blocked, id=2084,  stack(0x6bf60000,0x6bfb0000)]
    0x7aa20c00 JavaThread "Timer-3" daemon [_thread_blocked, id=1400,  stack(0x6be70000,0x6bec0000)]
    0x7a780000 JavaThread "Timer-2" daemon [_thread_blocked, id=1720,  stack(0x6be20000,0x6be70000)]
    0x787cd400 JavaThread "org.eclipse.jdt.debug: JDI Event Dispatcher"  daemon [_thread_blocked, id=3712, stack(0x6bc90000,0x6bce0000)]
    0x787cdc00 JavaThread "Packet Send Manager" daemon [_thread_blocked,  id=392, stack(0x6bd30000,0x6bd80000)]
    0x785a0400 JavaThread "Packet Receive Manager" daemon  [_thread_in_native, id=812, stack(0x6bce0000,0x6bd30000)]
    0x68bc3800 JavaThread "Process monitor" daemon [_thread_in_native,  id=3684, stack(0x6bc40000,0x6bc90000)]
    0x7857e400 JavaThread "Input Stream Monitor" daemon [_thread_blocked,  id=2144, stack(0x6bbf0000,0x6bc40000)]
    0x78071400 JavaThread "Output Stream Monitor" daemon  [_thread_in_native, id=3852, stack(0x6bba0000,0x6bbf0000)]
    0x69ec6c00 JavaThread "Output Stream Monitor" daemon  [_thread_in_native, id=3268, stack(0x6bb50000,0x6bba0000)]
    0x785b8400 JavaThread "Timer-1" [_thread_blocked, id=1140,  stack(0x6b3f0000,0x6b440000)]
    0x68bbb400 JavaThread "Timer-0" [_thread_blocked, id=3632,  stack(0x6b370000,0x6b3c0000)]
    0x68b8fc00 JavaThread "MyEclipse Thread" [_thread_blocked, id=3736,  stack(0x6b300000,0x6b350000)]
    0x780b1000 JavaThread "Cleanup" daemon [_thread_in_native, id=1604,  stack(0x6aec0000,0x6af10000)]
    0x78097400 JavaThread "Worker-8" [_thread_blocked, id=3396,  stack(0x6ae20000,0x6ae70000)]
    0x78133400 JavaThread "Worker-4" [_thread_blocked, id=3832,  stack(0x6ace0000,0x6ad30000)]
    0x78122400 JavaThread "Worker-3" [_thread_blocked, id=2812,  stack(0x6ac90000,0x6ace0000)]
    0x7811cc00 JavaThread "Worker-2" [_thread_blocked, id=1540,  stack(0x6ac40000,0x6ac90000)]
    0x78112400 JavaThread "JavaScript indexing" daemon [_thread_blocked,  id=3380, stack(0x6a880000,0x6a8d0000)]
    0x6a03fc00 JavaThread "Java indexing" daemon [_thread_blocked,  id=3468, stack(0x6a670000,0x6a6c0000)]
    0x68b80000 JavaThread "Worker-1" [_thread_blocked, id=2028,  stack(0x67e30000,0x67e80000)]
    0x69de8400 JavaThread "Provisioning Event Dispatcher" daemon  [_thread_blocked, id=3080, stack(0x67390000,0x673e0000)]
    0x64ec0400 JavaThread "Start Level Event Dispatcher" daemon  [_thread_blocked, id=3352, stack(0x656f0000,0x65740000)]
    0x651a6800 JavaThread "Framework Event Dispatcher" daemon  [_thread_blocked, id=208, stack(0x656a0000,0x656f0000)]
    0x64ea1000 JavaThread "Low Memory Detector" daemon [_thread_blocked,  id=732, stack(0x650f0000,0x65140000)]
    0x64e9bc00 JavaThread "CompilerThread0" daemon [_thread_blocked,  id=2200, stack(0x650a0000,0x650f0000)]
    0x64e99400 JavaThread "Attach Listener" daemon [_thread_blocked,  id=2880, stack(0x65050000,0x650a0000)]
    0x64e98000 JavaThread "Signal Dispatcher" daemon [_thread_blocked,  id=2308, stack(0x65000000,0x65050000)]
    0x64e87c00 JavaThread "Finalizer" daemon [_thread_blocked, id=2608,  stack(0x64fb0000,0x65000000)]
    0x64e83000 JavaThread "Reference Handler" daemon [_thread_blocked,  id=740, stack(0x64f60000,0x64fb0000)]
    =>0x00396c00 JavaThread "main" [_thread_in_native, id=2888,  stack(0x009c0000,0x00a10000)]
    Other Threads:
    0x64e80400 VMThread [stack: 0x64f10000,0x64f60000] [id=3260]
    0x64eabc00 WatcherThread [stack: 0x65140000,0x65190000] [id=772]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation   total 157248K, used 39685K [0x02a90000,  0x0d530000, 0x17fe0000)
    eden space 139776K,  15% used [0x02a90000, 0x04041620, 0x0b310000)
    from space 17472K, 100% used [0x0c420000, 0x0d530000, 0x0d530000)
    to   space 17472K,   0% used [0x0b310000, 0x0b310000, 0x0c420000)
    tenured generation   total 349568K, used 180984K [0x17fe0000,  0x2d540000, 0x42a90000)
    the space 349568K,  51% used [0x17fe0000, 0x2309e138, 0x2309e200,  0x2d540000)
    compacting perm gen  total 262144K, used 110140K [0x42a90000,  0x52a90000, 0x62a90000)
    the space 262144K,  42% used [0x42a90000, 0x4961f358, 0x4961f400,  0x52a90000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x00424000      C:\Program Files\Java\jdk1.6.0_20\bin\javaw.exe
    0x7c900000 - 0x7c9b2000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f6000      C:\WINDOWS\system32\kernel32.dll
    0x77dd0000 - 0x77e6b000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f02000      C:\WINDOWS\system32\RPCRT4.dll
    0x77fe0000 - 0x77ff1000      C:\WINDOWS\system32\Secur32.dll
    0x7e410000 - 0x7e4a1000      C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f59000      C:\WINDOWS\system32\GDI32.dll
    0x76390000 - 0x763ad000      C:\WINDOWS\system32\IMM32.DLL
    0x7c340000 - 0x7c396000      C:\Program  Files\Java\jdk1.6.0_20\jre\bin\msvcr71.dll
    0x6d8b0000 - 0x6db47000      C:\Program  Files\Java\jdk1.6.0_20\jre\bin\client\jvm.dll
    0x76b40000 - 0x76b6d000      C:\WINDOWS\system32\WINMM.dll
    0x6d860000 - 0x6d86c000      C:\Program  Files\Java\jdk1.6.0_20\jre\bin\verify.dll
    0x6d3e0000 - 0x6d3ff000      C:\Program  Files\Java\jdk1.6.0_20\jre\bin\java.dll
    0x6d340000 - 0x6d348000      C:\Program  Files\Java\jdk1.6.0_20\jre\bin\hpi.dll
    0x76bf0000 - 0x76bfb000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d8a0000 - 0x6d8af000      C:\Program  Files\Java\jdk1.6.0_20\jre\bin\zip.dll
    0x72000000 - 0x72014000      C:\Program  Files\Genuitec\Common\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v 20080731\eclipse_1115.dll
    0x773d0000 - 0x774d3000       C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x- ww_35d4ce83\COMCTL32.dll
    0x77c10000 - 0x77c68000      C:\WINDOWS\system32\msvcrt.dll
    0x77f60000 - 0x77fd6000      C:\WINDOWS\system32\SHLWAPI.dll
    0x77c00000 - 0x77c08000      C:\WINDOWS\system32\VERSION.dll
    0x74720000 - 0x7476c000      C:\WINDOWS\system32\MSCTF.dll
    0x755c0000 - 0x755ee000      C:\WINDOWS\system32\msctfime.ime
    0x774e0000 - 0x7761d000      C:\WINDOWS\system32\ole32.dll
    0x653f0000 - 0x65428000      C:\WINDOWS\system32\UxTheme.dll
    0x65430000 - 0x65439000      C:\WINDOWS\system32\mslbui.dll
    0x68000000 - 0x68036000      C:\WINDOWS\system32\rsaenh.dll
    0x769c0000 - 0x76a74000      C:\WINDOWS\system32\USERENV.dll
    0x65560000 - 0x655b5000      C:\WINDOWS\system32\netapi32.dll
    0x6d6c0000 - 0x6d6d3000      C:\Program  Files\Java\jdk1.6.0_20\jre\bin\net.dll
    0x71ab0000 - 0x71ac7000      C:\WINDOWS\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000      C:\WINDOWS\system32\WS2HELP.dll
    0x71a50000 - 0x71a8f000      C:\WINDOWS\System32\mswsock.dll
    0x76f20000 - 0x76f47000      C:\WINDOWS\system32\DNSAPI.dll
    0x76fb0000 - 0x76fb8000      C:\WINDOWS\System32\winrnr.dll
    0x76f60000 - 0x76f8c000      C:\WINDOWS\system32\WLDAP32.dll
    0x76fc0000 - 0x76fc6000      C:\WINDOWS\system32\rasadhlp.dll
    0x6d6e0000 - 0x6d6e9000      C:\Program  Files\Java\jdk1.6.0_20\jre\bin\nio.dll
    0x673e0000 - 0x67435000      C:\Program Files\Genuitec\MyEclipse  7.0\configuration\org.eclipse.osgi\bundles0 0x67810000 - 0x679bb000       C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.6001.22319_x-ww_f0b4 c2df\gdiplus.dll
    0x65650000 - 0x65658000      C:\Program Files\Genuitec\MyEclipse  7.0\configuration\org.eclipse.osgi\bundles1 0x76380000 - 0x76385000      C:\WINDOWS\system32\msimg32.dll
    0x65670000 - 0x6567f000      C:\Program Files\Genuitec\MyEclipse  7.0\configuration\org.eclipse.osgi\bundles4 0x6cae0000 - 0x6cf1a000      C:\Program Files\Genuitec\MyEclipse  7.0\configuration\org.eclipse.osgi\bundles Launcher Type: SUN_STANDARD
    Environment Variables:
    CLASSPATH=.;C:\Program Files\Java\jre6\lib\ext\QTJava.zip
    PATH=C:\oracle\product.2.0\client_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System3 2\Wbem;C:\Program  Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common  Files\Roxio  Shared.0\DLLShared\;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program  Files\QuickTime\QTSystem\;C:\WINDOWS\System32\Wbem
    USERNAME=ugod
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 37 Stepping 2, GenuineIntel
    ---------------  S Y S T E M  ---------------
    OS: Windows XP Build 2600 Service Pack 3
    CPU:total 2 (8 cores per cpu, 2 threads per core) family 6 model 37  stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1,  sse4.2, popcnt, ht
    Memory: 4k page, physical 3071160k(1668472k free), swap  5001108k(3356124k free)
    vm_info: Java HotSpot(TM) Client VM (16.3-b01) for windows-x86 JRE  (1.6.0_20-b02), built on Apr 12 2010 13:52:23 by "java_re" with MS VC++  7.1 (VS2003)
    time: Mon May 17 11:17:51 2010
    elapsed time: 2002 seconds
    Can someone suggestion me a work around or any kind of action I can  take?

    While we are actively pursuing upgrading the JVM, we are unable to reproduce the problem, so testing with a newer JVM is of little use in immediately understanding the source of the problem.
    We are planning on turning on -Xcheck:jni, but again we have to wait for the problem to reoccur and hope this option helps provide insight, so here too this option is of little use in immediately understanding the source of the problem.
    Based on above, I will reiterate my request: the jvm.pdb symbol file and / or the source code for 1.4.2-b28 is critical to finding out what native method is failing and in debugging this problem. Can you provide any assistance in obtaining the pdb file for analyzing this problem.

  • EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d779c9d, pid=3964, tid=37

    hello,
    i had this problem....when running my java application....
    can somebody help me?....what it's mean??
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d779c9d, pid=3964, tid=3760
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_06-b05 mixed mode, sharing)
    # Problematic frame:
    # V [jvm.dll+0x99c9d]
    --------------- T H R E A D ---------------
    Current thread (0x00ab2ce8): JavaThread "Thread-2" [_thread_in_vm, id=3760]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
    Registers:
    EAX=0x00000000, EBX=0x00ab8360, ECX=0x033ef9e4, EDX=0x0003fa3c
    ESP=0x033ef9c4, EBP=0x033efa10, ESI=0x033ef9e4, EDI=0x6d82f270
    EIP=0x6d779c9d, EFLAGS=0x00010246
    Top of Stack: (sp=0x033ef9c4)
    0x033ef9c4: 6d7685ec 00000000 00ab2ce8 6d76b432
    0x033ef9d4: 00ab2ce8 00000000 033efa24 00ab2da8
    0x033ef9e4: 0003fa3c 6d721631 00ab2ce8 033efa0c
    0x033ef9f4: 6d768aab 00ab2ce8 00000006 0000000e
    0x033efa04: 6d82f270 00ab2da8 0000003c 0000003c
    0x033efa14: 1000207d 00ab2da8 0003fa3c 00000000
    0x033efa24: 00000014 032b0098 03231f18 031ea63a
    0x033efa34: 00ab8360 032b0098 032b00ac 00000000
    Instructions: (pc=0x6d779c9d)
    0x6d779c8d: 44 24 04 24 fc 8b 00 8b 00 c3 8b 44 24 04 24 fc
    0x6d779c9d: 8b 00 ff 74 24 04 8b c8 e8 93 fe ff ff c3 8b 44
    Stack: [0x033b0000,0x033f0000), sp=0x033ef9c4, free space=254k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x99c9d]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j jpcap.Jpcap.processPacket(ILjpcap/JpcapHandler;)I+0
    j listener.Plistener$1.run()V+25
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    =>0x00ab2ce8 JavaThread "Thread-2" [_thread_in_vm, id=3760]
    0x02cccaf0 JavaThread "TimerQueue" daemon [_thread_blocked, id=3732]
    0x02cc52a0 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=1636]
    0x00036920 JavaThread "DestroyJavaVM" [_thread_blocked, id=3084]
    0x02c8fcc0 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=3992]
    0x02c8e8f8 JavaThread "AWT-Windows" daemon [_thread_in_native, id=2164]
    0x00acdd80 JavaThread "AWT-Shutdown" [_thread_blocked, id=3256]
    0x00a6f2a8 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3232]
    0x00a6dfa8 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3288]
    0x00a6d210 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1388]
    0x00a48018 JavaThread "Finalizer" daemon [_thread_blocked, id=260]
    0x0003faa0 JavaThread "Reference Handler" daemon [_thread_blocked, id=1928]
    Other Threads:
    0x00a68190 VMThread [id=4040]
    0x00a6cd78 WatcherThread [id=644]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 576K, used 522K [0x22a70000, 0x22b10000, 0x22f50000)
    eden space 512K, 95% used [0x22a70000, 0x22ae9ff8, 0x22af0000)
    from space 64K, 54% used [0x22af0000, 0x22af8af8, 0x22b00000)
    to space 64K, 0% used [0x22b00000, 0x22b00000, 0x22b10000)
    tenured generation total 1408K, used 1207K [0x22f50000, 0x230b0000, 0x26a70000)
    the space 1408K, 85% used [0x22f50000, 0x2307dce8, 0x2307de00, 0x230b0000)
    compacting perm gen total 8192K, used 1164K [0x26a70000, 0x27270000, 0x2aa70000)
    the space 8192K, 14% used [0x26a70000, 0x26b930a0, 0x26b93200, 0x27270000)
    ro space 8192K, 66% used [0x2aa70000, 0x2afcbcc0, 0x2afcbe00, 0x2b270000)
    rw space 12288K, 46% used [0x2b270000, 0x2b812060, 0x2b812200, 0x2be70000)
    Dynamic libraries:
    0x00400000 - 0x0040c000      C:\Program Files\Java\jdk1.5.0_06\bin\java.exe
    0x7c900000 - 0x7c9b0000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f4000      C:\WINDOWS\system32\kernel32.dll
    0x77dd0000 - 0x77e6b000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f01000      C:\WINDOWS\system32\RPCRT4.dll
    0x77c10000 - 0x77c68000      C:\WINDOWS\system32\MSVCRT.dll
    0x6d6e0000 - 0x6d874000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\client\jvm.dll
    0x77d40000 - 0x77dd0000      C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f57000      C:\WINDOWS\system32\GDI32.dll
    0x76b40000 - 0x76b6d000      C:\WINDOWS\system32\WINMM.dll
    0x6d2f0000 - 0x6d2f8000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\hpi.dll
    0x76bf0000 - 0x76bfb000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d6b0000 - 0x6d6bc000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\verify.dll
    0x6d370000 - 0x6d38d000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\java.dll
    0x6d6d0000 - 0x6d6df000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\zip.dll
    0x6d070000 - 0x6d1d7000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\awt.dll
    0x73000000 - 0x73026000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x76390000 - 0x763ad000      C:\WINDOWS\system32\IMM32.dll
    0x774e0000 - 0x7761d000      C:\WINDOWS\system32\ole32.dll
    0x5ad70000 - 0x5ada8000      C:\WINDOWS\system32\uxtheme.dll
    0x73760000 - 0x737a9000      C:\WINDOWS\system32\ddraw.dll
    0x73bc0000 - 0x73bc6000      C:\WINDOWS\system32\DCIMAN32.dll
    0x73940000 - 0x73a10000      C:\WINDOWS\system32\D3DIM700.DLL
    0x74720000 - 0x7476b000      C:\WINDOWS\system32\MSCTF.dll
    0x7c9c0000 - 0x7d1d5000      C:\WINDOWS\system32\shell32.dll
    0x77f60000 - 0x77fd6000      C:\WINDOWS\system32\SHLWAPI.dll
    0x773d0000 - 0x774d2000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
    0x5d090000 - 0x5d127000      C:\WINDOWS\system32\comctl32.dll
    0x6d2b0000 - 0x6d2ed000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\fontmanager.dll
    0x6d530000 - 0x6d543000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\net.dll
    0x71ab0000 - 0x71ac7000      C:\WINDOWS\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000      C:\WINDOWS\system32\WS2HELP.dll
    0x6d550000 - 0x6d559000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\nio.dll
    0x605d0000 - 0x605d9000      C:\WINDOWS\system32\mslbui.dll
    0x60300000 - 0x60307000      C:\PROGRA~1\Yahoo!\MESSEN~1\idle.dll
    0x7c340000 - 0x7c396000      C:\PROGRA~1\Yahoo!\MESSEN~1\MSVCR71.dll
    0x5b860000 - 0x5b8b4000      C:\WINDOWS\system32\netapi32.dll
    0x77120000 - 0x771ac000      C:\WINDOWS\system32\OLEAUT32.dll
    0x77b40000 - 0x77b62000      C:\WINDOWS\system32\appHelp.dll
    0x10000000 - 0x10012000      C:\Program Files\Java\jdk1.5.0_06\jre\lib\ext\jpcap.dll
    0x031e0000 - 0x03221000      C:\WINDOWS\system32\wpcap.dll
    0x03030000 - 0x03045000      C:\WINDOWS\system32\packet.dll
    0x03050000 - 0x03060000      C:\WINDOWS\system32\WanPacket.dll
    0x610f0000 - 0x61101000      C:\WINDOWS\system32\NPPTools.dll
    0x72830000 - 0x7292e000      C:\WINDOWS\system32\MFC42u.DLL
    0x76d60000 - 0x76d79000      C:\WINDOWS\system32\iphlpapi.dll
    0x77c00000 - 0x77c08000      C:\WINDOWS\system32\VERSION.dll
    0x5a700000 - 0x5a711000      C:\WINDOWS\system32\npp\ndisnpp.dll
    0x6d3e0000 - 0x6d3ed000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\JdbcOdbc.dll
    0x74320000 - 0x7435d000      C:\WINDOWS\system32\ODBC32.dll
    0x763b0000 - 0x763f9000      C:\WINDOWS\system32\comdlg32.dll
    0x20000000 - 0x20017000      C:\WINDOWS\system32\odbcint.dll
    0x77fe0000 - 0x77ff1000      C:\WINDOWS\system32\Secur32.dll
    0x76fd0000 - 0x7704f000      C:\WINDOWS\system32\CLBCATQ.DLL
    0x77050000 - 0x77115000      C:\WINDOWS\system32\COMRes.dll
    0x1b810000 - 0x1b84a000      C:\WINDOWS\System32\msjtes40.dll
    0x0f9a0000 - 0x0f9ab000      C:\WINDOWS\system32\VBAJET32.DLL
    0x0f9c0000 - 0x0fa22000      C:\WINDOWS\system32\expsrv.dll
    VM Arguments:
    java_command: listener.MainListener
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=C:\Program Files\Java\jdk1.5.0_06\
    PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\Nokia\Update_Manager\bin
    USERNAME=projek
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 9, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 2 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 522220k(90404k free), swap 3560908k(3129896k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_06-b05) for windows-x86, built on Nov 10 2005 11:12:14 by "java_re" with MS VC++ 6.0

    I'm having a similar problem. Is your computer freezing when you get this?

  • EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0b2da214, pid=876, tid=2584

    Hi everyone,
    I am having the problem shown below:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0b2da214, pid=876, tid=2584
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_10-b03 mixed mode)
    # Problematic frame:
    # C [libdbxml24.dll+0x4a214]
    --------------- T H R E A D ---------------
    Current thread (0x008497e0): JavaThread "E4JMS Session Dispatcher (66)" [_thread_in_native, id=2584]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
    Registers:
    EAX=0x00000000, EBX=0x0b9df76c, ECX=0x00aa54f8, EDX=0x00030001
    ESP=0x0b9df620, EBP=0x0b9df704, ESI=0x00aa54f0, EDI=0x00000000
    EIP=0x0b2da214, EFLAGS=0x00010206
    Top of Stack: (sp=0x0b9df620)
    0x0b9df620: 0b2d0e21 00000000 00000000 00000000
    0x0b9df630: 0b9df76c 00aa54f0 0b9df654 0b35a322
    0x0b9df640: 00000000 0b2dad56 00000000 008498a0
    0x0b9df650: 00aa54f0 0b9df6f8 0b35b19b 00000000
    0x0b9df660: 0b244c22 0b9df690 008497e0 06df1ad0
    0x0b9df670: 06df1ad8 00bd29e3 00000000 00bd6509
    0x0b9df680: 00000002 00000000 030d43c0 030ce350
    0x0b9df690: 0b9df690 06c5ef9c 0b9df6c0 06c5ff08
    Instructions: (pc=0x0b2da214)
    0x0b2da204: c2 04 00 cc cc cc cc cc cc cc cc cc 8b 44 24 04
    0x0b2da214: 8b 00 56 8b f1 8d 48 04 89 06 8b 11 ff 52 04 8b
    Stack: [0x0b9a0000,0x0b9e0000), sp=0x0b9df620, free space=253k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [libdbxml24.dll+0x4a214]
    j com.sleepycat.dbxml.dbxml_javaJNI.XmlContainer_putDocument__SWIG_0(JLcom/sleepycat/dbxml/XmlContainer;Ljava/lang/String;Ljava/lang/String;JI)Ljava/lang/String;+0
    j com.sleepycat.dbxml.XmlContainer.putDocument(Ljava/lang/String;Ljava/lang/String;Lcom/sleepycat/dbxml/XmlUpdateContext;I)Ljava/lang/String;+13
    j com.sleepycat.dbxml.XmlContainer.putDocument(Lcom/sleepycat/dbxml/XmlTransaction;Ljava/lang/String;Ljava/lang/String;Lcom/sleepycat/dbxml/XmlUpdateContext;Lcom/sleepycat/dbxml/XmlDocumentConfig;)Ljava/lang/String;+57
    j com.sleepycat.dbxml.XmlContainer.putDocument(Ljava/lang/String;Ljava/lang/String;Lcom/sleepycat/dbxml/XmlDocumentConfig;)Ljava/lang/String;+6
    j ag.SaveMessageinDB.addXMLDocument(Ljava/lang/String;Ljava/lang/String;)V+21
    j ag.SaveMessageinDB.saveMessage(Ljava/lang/String;Ljava/lang/String;)V+3
    j example.TextListener.onMessage(Ljavax/jms/Message;)V+53
    j com.tibco.tibjms.TibjmsSession._submit(Ljavax/jms/MessageListener;Lcom/tibco/tibjms/TibjmsMessage;)V+10
    j com.tibco.tibjms.TibjmsSession._dispatchAsyncMessage(Lcom/tibco/tibjms/TibjmsSession$Dispatcher;Z)Z+310
    j com.tibco.tibjms.TibjmsSession$Dispatcher.run()V+9
    v ~StubRoutines::call_stub
    V [jvm.dll+0x8757c]
    V [jvm.dll+0xde804]
    V [jvm.dll+0x8744d]
    V [jvm.dll+0x871aa]
    V [jvm.dll+0xa1de8]
    V [jvm.dll+0x10fad4]
    V [jvm.dll+0x10faa2]
    C [MSVCRT.dll+0x2a3b0]
    C [kernel32.dll+0xb683]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j com.sleepycat.dbxml.dbxml_javaJNI.XmlContainer_putDocument__SWIG_0(JLcom/sleepycat/dbxml/XmlContainer;Ljava/lang/String;Ljava/lang/String;JI)Ljava/lang/String;+0
    j com.sleepycat.dbxml.XmlContainer.putDocument(Ljava/lang/String;Ljava/lang/String;Lcom/sleepycat/dbxml/XmlUpdateContext;I)Ljava/lang/String;+13
    j com.sleepycat.dbxml.XmlContainer.putDocument(Lcom/sleepycat/dbxml/XmlTransaction;Ljava/lang/String;Ljava/lang/String;Lcom/sleepycat/dbxml/XmlUpdateContext;Lcom/sleepycat/dbxml/XmlDocumentConfig;)Ljava/lang/String;+57
    j com.sleepycat.dbxml.XmlContainer.putDocument(Ljava/lang/String;Ljava/lang/String;Lcom/sleepycat/dbxml/XmlDocumentConfig;)Ljava/lang/String;+6
    j ag.SaveMessageinDB.addXMLDocument(Ljava/lang/String;Ljava/lang/String;)V+21
    j ag.SaveMessageinDB.saveMessage(Ljava/lang/String;Ljava/lang/String;)V+3
    j example.TextListener.onMessage(Ljavax/jms/Message;)V+53
    j com.tibco.tibjms.TibjmsSession._submit(Ljavax/jms/MessageListener;Lcom/tibco/tibjms/TibjmsMessage;)V+10
    j com.tibco.tibjms.TibjmsSession._dispatchAsyncMessage(Lcom/tibco/tibjms/TibjmsSession$Dispatcher;Z)Z+310
    j com.tibco.tibjms.TibjmsSession$Dispatcher.run()V+9
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    =>0x008497e0 JavaThread "E4JMS Session Dispatcher (66)" [_thread_in_native, id=2584]
    0x008499f0 JavaThread "E4JMS TCPLink Reader (66)" daemon [_thread_in_native, id=3236]
    0x00847950 JavaThread "E4JMS Connections Pinger" daemon [_thread_blocked, id=5492]
    0x008318d0 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3712]
    0x00830d80 JavaThread "CompilerThread0" daemon [_thread_blocked, id=1620]
    0x0082f940 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1296]
    0x0082ee70 JavaThread "Finalizer" daemon [_thread_blocked, id=416]
    0x0082dcf0 JavaThread "Reference Handler" daemon [_thread_blocked, id=6048]
    0x00824e50 JavaThread "main" [_thread_in_native, id=3872]
    Other Threads:
    0x0082b060 VMThread [id=2968]
    0x00834ac0 WatcherThread [id=3436]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 576K, used 461K [0x02bd0000, 0x02c70000, 0x030b0000)
    eden space 512K, 82% used [0x02bd0000, 0x02c39228, 0x02c50000)
    from space 64K, 63% used [0x02c60000, 0x02c6a2b0, 0x02c70000)
    to space 64K, 0% used [0x02c50000, 0x02c50000, 0x02c60000)
    tenured generation total 1408K, used 283K [0x030b0000, 0x03210000, 0x06bd0000)
    the space 1408K, 20% used [0x030b0000, 0x030f6e58, 0x030f7000, 0x03210000)
    compacting perm gen total 8192K, used 3290K [0x06bd0000, 0x073d0000, 0x0abd0000)
    the space 8192K, 40% used [0x06bd0000, 0x06f06a28, 0x06f06c00, 0x073d0000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x0040d000      C:\Documents and Settings\ukhew1\Desktop\jdk1.5.0_10\jdk1.5.0_10\bin\javaw.exe
    0x7c900000 - 0x7c9b0000      C:\WINNT\system32\ntdll.dll
    0x7c800000 - 0x7c8f5000      C:\WINNT\system32\kernel32.dll
    0x77dd0000 - 0x77e6b000      C:\WINNT\system32\ADVAPI32.dll
    0x77e70000 - 0x77f01000      C:\WINNT\system32\RPCRT4.dll
    0x7e410000 - 0x7e4a1000      C:\WINNT\system32\USER32.dll
    0x77f10000 - 0x77f58000      C:\WINNT\system32\GDI32.dll
    0x77c10000 - 0x77c68000      C:\WINNT\system32\MSVCRT.dll
    0x76390000 - 0x763ad000      C:\WINNT\system32\IMM32.DLL
    0x629c0000 - 0x629c9000      C:\WINNT\system32\LPK.DLL
    0x74d90000 - 0x74dfb000      C:\WINNT\system32\USP10.dll
    0x10000000 - 0x10011000      C:\WINNT\system32\AMInit.dll
    0x6d730000 - 0x6d8cc000      C:\Documents and Settings\ukhew1\Desktop\jdk1.5.0_10\jdk1.5.0_10\jre\bin\client\jvm.dll
    0x76b40000 - 0x76b6d000      C:\WINNT\system32\WINMM.dll
    0x6d2f0000 - 0x6d2f8000      C:\Documents and Settings\ukhew1\Desktop\jdk1.5.0_10\jdk1.5.0_10\jre\bin\hpi.dll
    0x76bf0000 - 0x76bfb000      C:\WINNT\system32\PSAPI.DLL
    0x6d700000 - 0x6d70c000      C:\Documents and Settings\ukhew1\Desktop\jdk1.5.0_10\jdk1.5.0_10\jre\bin\verify.dll
    0x6d370000 - 0x6d38d000      C:\Documents and Settings\ukhew1\Desktop\jdk1.5.0_10\jdk1.5.0_10\jre\bin\java.dll
    0x6d720000 - 0x6d72f000      C:\Documents and Settings\ukhew1\Desktop\jdk1.5.0_10\jdk1.5.0_10\jre\bin\zip.dll
    0x003e0000 - 0x003fd000      H:\Program Files\Oracle\Berkeley DB XML 2.4.16\bin\libdb_java46.dll
    0x0af90000 - 0x0b071000      H:\Program Files\Oracle\Berkeley DB XML 2.4.16\bin\libdb46.dll
    0x71ab0000 - 0x71ac7000      C:\WINNT\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000      C:\WINNT\system32\WS2HELP.dll
    0x7c340000 - 0x7c396000      C:\WINNT\system32\MSVCR71.dll
    0x7c3a0000 - 0x7c41b000      C:\WINNT\system32\MSVCP71.dll
    0x0b230000 - 0x0b286000      H:\Program Files\Oracle\Berkeley DB XML 2.4.16\bin\libdbxml_java24.dll
    0x0b290000 - 0x0b3d4000      H:\Program Files\Oracle\Berkeley DB XML 2.4.16\bin\libdbxml24.dll
    0x0b3e0000 - 0x0b626000      H:\Program Files\Oracle\Berkeley DB XML 2.4.16\bin\xqilla21.dll
    0x12000000 - 0x121ac000      H:\Program Files\Oracle\Berkeley DB XML 2.4.16\bin\xerces-c_2_8.dll
    0x6d530000 - 0x6d543000      C:\Documents and Settings\ukhew1\Desktop\jdk1.5.0_10\jdk1.5.0_10\jre\bin\net.dll
    0x71a50000 - 0x71a8f000      C:\WINNT\System32\mswsock.dll
    0x76f20000 - 0x76f47000      C:\WINNT\system32\DNSAPI.dll
    0x76fb0000 - 0x76fb8000      C:\WINNT\System32\winrnr.dll
    0x76f60000 - 0x76f8c000      C:\WINNT\system32\WLDAP32.dll
    0x76fc0000 - 0x76fc6000      C:\WINNT\system32\rasadhlp.dll
    0x662b0000 - 0x66308000      C:\WINNT\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000      C:\WINNT\System32\wshtcpip.dll
    VM Arguments:
    jvm_args: -Dfile.encoding=Cp1252
    java_command: ag.Aggregator
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=C:\Documents and Settings\ukhew1\Desktop\jdk1.5.0_10\jdk1.5.0_10\
    CLASSPATH=H:\jdk1.5.0_10\jre\lib\rt.jar;H:\Program Files\Oracle\Berkeley DB XML 2.4.16\jar\dbxmlexamples.jar;H:\Program Files\Oracle\Berkeley DB XML 2.4.16\jar\dbxml.jar;H:\Program Files\Oracle\Berkeley DB XML 2.4.16\jar\db.jar
    PATH=C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\CSsystem;C:\Utils;C:\Program Files\Sybase.12\OCS-12_0\bin;C:\Program Files\Sybase.12\OCS-12_0\dll;C:\Program Files\Rational\common;C:\Program Files\Rational\ClearCase\bin;C:\Program Files\Rational\ClearCase\Bin;C:\local\oracle\clients\9203.2\bin;H:\jdk1.5.0_10\bin;H:\Program Files\Oracle\Berkeley DB XML 2.4.16\bin
    USERNAME=ukhew1
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 7, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 1 (cores per cpu 1, threads per core 1) family 15 model 2 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 2096624k(1129700k free), swap 2992216k(2041352k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_10-b03) for windows-x86, built on Nov 9 2006 13:13:34 by "java_re" with MS VC++ 6.0
    I am totally lost and would require some assistance... Thank you so much!
    Best regards,
    Khew

    Hi, it looks like you're using DBXML. This should be posted in the DBXML forum:
    Berkeley DB XML
    Ben Schmeckpeper

  • EXCEPTION_ACCESS_VIOLATION in WL8.1.0.3

    We are using WL8.1 sp3. The web application works fine under jdk 1.4.2 but
    gives an EXCEPTION_ACCESS_VIOLATION error when used with the same web
    application compiled using JDK 1.5. This happens even when I switched WL to
    run using JDK 1.5.
    Does anybody have any idea how to fix this.....
    "Anoop Kumar V" <[email protected]> wrote in message
    news:<[email protected]>...
    Hi All,
    Everytime I start the weblogic Application server I get an
    EXCEPTION_ACCESS_VIOLATION error. This happens about a min after the app
    server is started. All had been running fine so far. The most recent
    change
    made was to compile the classes using jdk1.5.0_05.
    The jdk used for weblogic is 1.4.2.
    Does anybody know how to solve this problem?? I even tried to start WL
    using
    jdk1.5.0_05 by modifying the startserver.cmd scripts - but I still get the
    same issue.>
    >
    Please HELP!!!>
    >
    >
    >
    Here is the output on startup:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at
    PC=0x84503C3 Function=[Unknown.]
    Library=(N/A)
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
    at java.lang.Class.getClassLoader0(Native Method)
    at java.lang.Class.getClassLoader(Class.java:508)
    at com.capitalone.sara.Constants.initialize(Constants.java:39)
    at com.capitalone.sara.InitServlet.init(InitServlet.java:21)
    at
    weblogic.servlet.internal.ServletStubImpl$ServletInitAction.run(ServletStubImpl.java:1018)
    at
    weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at
    weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at
    weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:894)
    - locked <0x11af4710> (a weblogic.servlet.internal.ServletStubImpl)
    at
    weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java:873)
    at
    weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:812)
    - locked <0x11af4710> (a weblogic.servlet.internal.ServletStubImpl)
    at
    weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:3281)
    at
    weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebAppServletContext.java:3238)
    at
    weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebAppServletContext.java:3224)
    at
    weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:3207)
    - locked <0x119dd2b0> (a weblogic.servlet.internal.WebAppServletContext)
    at
    weblogic.servlet.internal.HttpServer.preloadResources(HttpServer.java:694)
    at
    weblogic.servlet.internal.WebService.preloadResources(WebService.java:483)
    at
    weblogic.servlet.internal.ServletInitService.resume(ServletInitService.java:30)
    at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
    at weblogic.Server.main(Server.java:32)
    Dynamic libraries:
    0x00400000 - 0x00406000 C:\tools\bea\JDK142~1\bin\java.exe
    0x7C900000 - 0x7C9B0000 C:\WINDOWS\system32\ntdll.dll
    0x7C800000 - 0x7C8F4000 C:\WINDOWS\system32\kernel32.dll
    0x77DD0000 - 0x77E6B000 C:\WINDOWS\system32\ADVAPI32.dll
    0x77E70000 - 0x77F01000 C:\WINDOWS\system32\RPCRT4.dll
    0x77C10000 - 0x77C68000 C:\WINDOWS\system32\MSVCRT.dll
    0x08000000 - 0x08138000 C:\tools\bea\JDK142~1\jre\bin\client\jvm.dll
    0x77D40000 - 0x77DD0000 C:\WINDOWS\system32\USER32.dll
    0x77F10000 - 0x77F56000 C:\WINDOWS\system32\GDI32.dll
    0x76B40000 - 0x76B6D000 C:\WINDOWS\system32\WINMM.dll
    0x10000000 - 0x10007000 C:\tools\bea\JDK142~1\jre\bin\hpi.dll
    0x00390000 - 0x0039E000 C:\tools\bea\JDK142~1\jre\bin\verify.dll
    0x003B0000 - 0x003C9000 C:\tools\bea\JDK142~1\jre\bin\java.dll
    0x003D0000 - 0x003DD000 C:\tools\bea\JDK142~1\jre\bin\zip.dll
    0x02F80000 - 0x02F8F000 C:\tools\bea\jdk142_04\jre\bin\net.dll
    0x71AB0000 - 0x71AC7000 C:\WINDOWS\system32\WS2_32.dll
    0x71AA0000 - 0x71AA8000 C:\WINDOWS\system32\WS2HELP.dll
    0x71A50000 - 0x71A8F000 C:\WINDOWS\System32\mswsock.dll
    0x76F20000 - 0x76F47000 C:\WINDOWS\system32\DNSAPI.dll
    0x76FB0000 - 0x76FB8000 C:\WINDOWS\System32\winrnr.dll
    0x76F60000 - 0x76F8C000 C:\WINDOWS\system32\WLDAP32.dll
    0x76FC0000 - 0x76FC6000 C:\WINDOWS\system32\rasadhlp.dll
    0x030A0000 - 0x030A8000 C:\tools\bea\jdk142_04\jre\bin\nio.dll
    0x030B0000 - 0x030B6000 C:\tools\bea\jdk142_04\jre\bin\ioser12.dll
    0x662B0000 - 0x66308000 C:\WINDOWS\system32\hnetcfg.dll
    0x71A90000 - 0x71A98000 C:\WINDOWS\System32\wshtcpip.dll
    0x76C90000 - 0x76CB8000 C:\WINDOWS\system32\imagehlp.dll
    0x59A60000 - 0x59B01000 C:\WINDOWS\system32\DBGHELP.dll
    0x77C00000 - 0x77C08000 C:\WINDOWS\system32\VERSION.dll
    0x76BF0000 - 0x76BFB000 C:\WINDOWS\system32\PSAPI.DLL
    Heap at VM Abort:
    Heap
    def new generation total 2304K, used 450K [0x10010000, 0x10290000,
    0x10f70000)
    eden space 2048K, 9% used [0x10010000, 0x10042118, 0x10210000)
    from space 256K, 97% used [0x10250000, 0x1028e908, 0x10290000)
    to space 256K, 0% used [0x10210000, 0x10210000, 0x10250000)
    tenured generation total 30272K, used 12777K [0x10f70000, 0x12d00000,
    0x1c810000)
    the space 30272K, 42% used [0x10f70000, 0x11bea408, 0x11bea600,
    0x12d00000)
    compacting perm gen total 18944K, used 18826K [0x1c810000, 0x1da90000,
    0x24810000)
    the space 18944K, 99% used [0x1c810000, 0x1da72bc0, 0x1da72c00,
    0x1da90000)
    Local Time = Tue Nov 08 20:05:50 2005
    Elapsed Time = 191
    # The exception above was detected in native code outside the VM # # Java
    VM: Java HotSpot(TM) Client VM (1.4.2_04-b05 mixed mode) # # An error
    report
    file has been saved as hs_err_pid5996.log.
    # Please refer to the file for further information.
    The only place I use any sort of classloader code is in the following
    Constants.java
    I use this line:
    InputStream is =
    Constants.class.getClassLoader().getResourceAsStream(propertyFileName);
    This used to work perfectly fine in jdk 1.3 and 1.4 (if that is somewhere
    close to the problem)
    THE PROBLEM WAS REPRODUCIBLE WITH -Xint FLAG: Yes
    THE PROBLEM WAS REPRODUCIBLE WITH -server FLAG: Yes
    ERROR MESSAGES/STACK TRACES THAT OCCUR :
    The contents of the file hs_err_pid.log is:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d0e78b9, pid=4192,
    tid=5140 # # Java VM: Java HotSpot(TM) Client VM (1.5.0_05-b05 mixed mode)
    Problematic frame:
    # C [awt.dll+0xe78b9]
    --------------- T H R E A D ---------------
    Current thread (0x03987d80): JavaThread "AWT-EventQueue-0"
    [_thread_in_native, id=5140]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000004
    Registers:
    EAX=0x00000000, EBX=0x03922ee8, ECX=0x03987e3c, EDX=0x0389f748
    ESP=0x0389f750, EBP=0x0389f7b4, ESI=0x03987e3c, EDI=0x00000000
    EIP=0x6d0e78b9, EFLAGS=0x00010246
    Top of Stack: (sp=0x0389f750)
    0x0389f750: 03922ee8 03987e3c 00000000 6d0c7c9d
    0x0389f760: 03987d80 161bce48 161bce48 00000001
    0x0389f770: 00000200 00000000 0082018a 0400f64e
    0x0389f780: 0000018a 00000082 0389f7a0 00000000
    0x0389f790: 107f1850 00000000 00000000 00000000
    0x0389f7a0: 000001f7 0389f760 0389fae4 6d0f32d8
    0x0389f7b0: 00000000 0389f7e4 0403826f 000001f7
    0x0389f7c0: 0389f7f8 0389f7f4 0389f7c8 00000000
    Instructions: (pc=0x6d0e78b9)
    0x6d0e78a9: 56 8b 0e ff 51 68 85 c0 7d 06 5f 33 c0 5e 59 c3
    0x6d0e78b9: 8b 47 04 85 c0 74 15 8b 0d e8 fa 12 6d 8b 16 51
    Stack: [0x037a0000,0x038a0000), sp=0x0389f750, free space=1021k Native
    frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C
    [awt.dll+0xe78b9] j
    sun.awt.windows.WComponentPeer.nativeHandleEvent(Ljava/awt/AWTEvent;)V+0
    j sun.awt.windows.WComponentPeer.handleEvent(Ljava/awt/AWTEvent;)V+69
    j java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+765
    j java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+42
    j java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
    j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46
    J
    java.awt.EventDispatchThread.pumpOneEventForHierarchy(ILjava/awt/Component;)Z
    v ~RuntimeStub::alignment_frame_return Runtime1 stub j
    java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+26
    j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
    j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
    j java.awt.EventDispatchThread.run()V+9
    v ~StubRoutines::call_stub
    V [jvm.dll+0x8295c]
    V [jvm.dll+0xd752e]
    V [jvm.dll+0x8282d]
    V [jvm.dll+0x8258a]
    V [jvm.dll+0x9d476]
    V [jvm.dll+0x1042ae]
    V [jvm.dll+0x10427c]
    C [msvcrt.dll+0x2a3b0]
    C [kernel32.dll+0xb50b]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j
    sun.awt.windows.WComponentPeer.nativeHandleEvent(Ljava/awt/AWTEvent;)V+0
    j sun.awt.windows.WComponentPeer.handleEvent(Ljava/awt/AWTEvent;)V+69
    j java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+765
    j java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+42
    j java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
    j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46
    J
    java.awt.EventDispatchThread.pumpOneEventForHierarchy(ILjava/awt/Component;)Z
    v ~RuntimeStub::alignment_frame_return Runtime1 stub j
    java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+26
    j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
    j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
    j java.awt.EventDispatchThread.run()V+9
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x06ed0e78 JavaThread "AWT-EventQueue-23" [_thread_blocked, id=5352]
    0x038ba360 JavaThread "Thread-132" [_thread_blocked, id=5100] =>0x03987d80
    JavaThread "AWT-EventQueue-0" [_thread_in_native, id=5140]
    0x03f11b60 JavaThread "AWT-Shutdown" [_thread_blocked, id=5608]
    0x038bd4d0 JavaThread "Thread-87" [_thread_blocked, id=2964]
    0x03ef5918 JavaThread "traceMsgQueueThread" daemon [_thread_blocked,
    id=6108]
    0x03eef590 JavaThread "AWT-Windows" daemon [_thread_in_native, id=4312]
    0x03ee7ed0 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3964]
    0x03917018 JavaThread "Low Memory Detector" daemon [_thread_blocked,
    id=5992]
    0x03980560 JavaThread "CompilerThread0" daemon [_thread_blocked, id=5224]
    0x0397f9a8 JavaThread "Signal Dispatcher" daemon [_thread_blocked,
    id=4880]
    0x038b0c80 JavaThread "Finalizer" daemon [_thread_blocked, id=4500]
    0x038c8ba0 JavaThread "Reference Handler" daemon [_thread_blocked,
    id=5592]
    0x038a5748 JavaThread "main" [_thread_blocked, id=3508]
    Other Threads:
    0x038d7a08 VMThread [id=3212]
    0x038a61e8 WatcherThread [id=5576]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 576K, used 211K [0x10020000, 0x100c0000,
    0x10780000)
    eden space 512K, 28% used [0x10020000, 0x10044cb0, 0x100a0000)
    from space 64K, 100% used [0x100b0000, 0x100c0000, 0x100c0000)
    to space 64K, 0% used [0x100a0000, 0x100a0000, 0x100b0000)
    tenured generation total 1408K, used 1225K [0x10780000, 0x108e0000,
    0x16020000)
    the space 1408K, 87% used [0x10780000, 0x108b2720, 0x108b2800, 0x108e0000)
    compacting perm gen total 8192K, used 6450K [0x16020000, 0x16820000,
    0x1a020000)
    the space 8192K, 78% used [0x16020000, 0x1666ca88, 0x1666cc00, 0x16820000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x00419000 C:\Program Files\Internet Explorer\iexplore.exe
    0x7c900000 - 0x7c9b0000 C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f4000 C:\WINDOWS\system32\kernel32.dll
    0x77c10000 - 0x77c68000 C:\WINDOWS\system32\msvcrt.dll
    0x77d40000 - 0x77dd0000 C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f56000 C:\WINDOWS\system32\GDI32.dll
    0x77f60000 - 0x77fd6000 C:\WINDOWS\system32\SHLWAPI.dll
    0x77dd0000 - 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f01000 C:\WINDOWS\system32\RPCRT4.dll
    0x77760000 - 0x778cc000 C:\WINDOWS\system32\SHDOCVW.dll
    0x77a80000 - 0x77b14000 C:\WINDOWS\system32\CRYPT32.dll
    0x77b20000 - 0x77b32000 C:\WINDOWS\system32\MSASN1.dll
    0x754d0000 - 0x75550000 C:\WINDOWS\system32\CRYPTUI.dll
    0x76c30000 - 0x76c5e000 C:\WINDOWS\system32\WINTRUST.dll
    0x76c90000 - 0x76cb8000 C:\WINDOWS\system32\IMAGEHLP.dll
    0x77120000 - 0x771ac000 C:\WINDOWS\system32\OLEAUT32.dll
    0x774e0000 - 0x7761d000 C:\WINDOWS\system32\ole32.dll
    0x5b860000 - 0x5b8b4000 C:\WINDOWS\system32\NETAPI32.dll
    0x771b0000 - 0x77256000 C:\WINDOWS\system32\WININET.dll
    0x76f60000 - 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll
    0x77c00000 - 0x77c08000 C:\WINDOWS\system32\VERSION.dll
    0x10000000 - 0x1001f000 C:\PROGRA~1\Google\GOOGLE~1\GOEC62~1.DLL
    0x71ab0000 - 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
    0x773d0000 - 0x774d2000
    C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
    0x62000000 - 0x62084000
    C:\PROGRA~1\Google\GOOGLE~1\GoogleDesktopResources_en.dll
    0x71a50000 - 0x71a8f000 C:\WINDOWS\system32\mswsock.dll
    0x7c9c0000 - 0x7d1d5000 C:\WINDOWS\system32\SHELL32.dll
    0x5d090000 - 0x5d127000 C:\WINDOWS\system32\comctl32.dll
    0x74720000 - 0x7476b000 C:\WINDOWS\system32\MSCTF.dll
    0x63000000 - 0x63014000 C:\WINDOWS\system32\SynTPFcs.dll
    0x75f80000 - 0x7607d000 C:\WINDOWS\system32\BROWSEUI.dll
    0x20000000 - 0x20012000 C:\WINDOWS\system32\browselc.dll
    0x77b40000 - 0x77b62000 C:\WINDOWS\system32\appHelp.dll
    0x76fd0000 - 0x7704f000 C:\WINDOWS\system32\CLBCATQ.DLL
    0x77050000 - 0x77115000 C:\WINDOWS\system32\COMRes.dll
    0x41000000 - 0x4101c000 C:\PROGRA~1\Google\GOOGLE~1\GOA66E~1.DLL
    0x60000000 - 0x60066000 C:\Program Files\Google\Google Desktop
    Search\GoogleDesktopAPI2.dll
    0x77260000 - 0x772ff000 C:\WINDOWS\system32\urlmon.dll
    0x5ad70000 - 0x5ada8000 C:\WINDOWS\system32\UxTheme.dll
    0x77fe0000 - 0x77ff1000 C:\WINDOWS\system32\Secur32.dll
    0x77920000 - 0x77a13000 C:\WINDOWS\system32\SETUPAPI.dll
    0x769c0000 - 0x76a73000 C:\WINDOWS\system32\USERENV.dll
    0x77a20000 - 0x77a74000 C:\WINDOWS\System32\cscui.dll
    0x76600000 - 0x7661d000 C:\WINDOWS\System32\CSCDLL.dll
    0x01160000 - 0x01284000 c:\program files\google\googletoolbar1.dll
    0x71ad0000 - 0x71ad9000 C:\WINDOWS\system32\WSOCK32.dll
    0x76b40000 - 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
    0x76380000 - 0x76385000 C:\WINDOWS\system32\MSIMG32.dll
    0x59a60000 - 0x59b01000 C:\WINDOWS\system32\DBGHELP.DLL
    0x76ee0000 - 0x76f1c000 C:\WINDOWS\system32\RASAPI32.DLL
    0x76e90000 - 0x76ea2000 C:\WINDOWS\system32\rasman.dll
    0x76eb0000 - 0x76edf000 C:\WINDOWS\system32\TAPI32.dll
    0x76e80000 - 0x76e8e000 C:\WINDOWS\system32\rtutils.dll
    0x77c70000 - 0x77c93000 C:\WINDOWS\system32\msv1_0.dll
    0x76d60000 - 0x76d79000 C:\WINDOWS\system32\iphlpapi.dll
    0x722b0000 - 0x722b5000 C:\WINDOWS\system32\sensapi.dll
    0x01530000 - 0x0153b000 C:\Program Files\Adobe\Acrobat
    6.0\Reader\ActiveX\AcroIEHelper.dll
    0x015a0000 - 0x015bf000 C:\WINDOWS\system32\dla\tfswshx.dll
    0x015c0000 - 0x015cf000 C:\WINDOWS\system32\tfswapi.dll
    0x015d0000 - 0x0160b000 C:\WINDOWS\system32\dla\tfswcres.dll
    0x01650000 - 0x01668000 C:\Program Files\Norton AntiVirus\NavShExt.dll
    0x76b20000 - 0x76b31000 C:\WINDOWS\system32\ATL.DLL
    0x7c080000 - 0x7c0f7000 C:\WINDOWS\system32\MSVCP70.dll
    0x7c000000 - 0x7c054000 C:\WINDOWS\system32\MSVCR70.dll
    0x75e90000 - 0x75f40000 C:\WINDOWS\system32\SXS.DLL
    0x016b0000 - 0x01738000 C:\WINDOWS\system32\shdoclc.dll
    0x01740000 - 0x01a05000 C:\WINDOWS\system32\xpsp2res.dll
    0x75cf0000 - 0x75d81000 C:\WINDOWS\system32\mlang.dll
    0x662b0000 - 0x66308000 C:\WINDOWS\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000 C:\WINDOWS\System32\wshtcpip.dll
    0x76fc0000 - 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll
    0x76f20000 - 0x76f47000 C:\WINDOWS\system32\DNSAPI.dll
    0x76fb0000 - 0x76fb8000 C:\WINDOWS\System32\winrnr.dll
    0x65af0000 - 0x65af7000 C:\WINDOWS\system32\jsproxy.dll
    0x01a40000 - 0x01a5e000 C:\Program Files\Common Files\Symantec
    Shared\Script
    Blocking\scrauth.dll
    0x01a70000 - 0x01a90000 C:\Program Files\Common Files\Symantec
    Shared\Script
    Blocking\ScrBlock.dll
    0x0ffd0000 - 0x0fff8000 C:\WINDOWS\system32\rsaenh.dll
    0x022b0000 - 0x02576000 C:\WINDOWS\system32\msi.dll
    0x60300000 - 0x60307000 C:\Program Files\Yahoo!\Messenger\idle.dll
    0x7c340000 - 0x7c396000 C:\Program Files\Yahoo!\Messenger\MSVCR71.dll
    0x75c50000 - 0x75cbe000 c:\windows\system32\jscript.dll
    0x45000000 - 0x4500c000 C:\Program Files\Google\Google Desktop
    Search\gzlib.dll
    0x7d4a0000 - 0x7d787000 C:\WINDOWS\System32\mshtml.dll
    0x746c0000 - 0x746e7000 C:\WINDOWS\System32\msls31.dll
    0x746f0000 - 0x7471a000 C:\WINDOWS\System32\msimtf.dll
    0x325c0000 - 0x325d2000 C:\Program Files\Microsoft
    Office\OFFICE11\msohev.dll
    0x76390000 - 0x763ad000 C:\WINDOWS\system32\IMM32.DLL
    0x66e50000 - 0x66e90000 C:\WINDOWS\System32\iepeers.dll
    0x73000000 - 0x73026000 C:\WINDOWS\System32\WINSPOOL.DRV
    0x76200000 - 0x76271000 C:\WINDOWS\System32\mshtmled.dll
    0x71b20000 - 0x71b32000 C:\WINDOWS\system32\MPR.dll
    0x75f60000 - 0x75f67000 C:\WINDOWS\System32\drprov.dll
    0x71c10000 - 0x71c1e000 C:\WINDOWS\System32\ntlanman.dll
    0x71cd0000 - 0x71ce7000 C:\WINDOWS\System32\NETUI0.dll
    0x71c90000 - 0x71cd0000 C:\WINDOWS\System32\NETUI1.dll
    0x71c80000 - 0x71c87000 C:\WINDOWS\System32\NETRAP.dll
    0x71bf0000 - 0x71c03000 C:\WINDOWS\System32\SAMLIB.dll
    0x75f70000 - 0x75f79000 C:\WINDOWS\System32\davclnt.dll
    0x72d20000 - 0x72d29000 C:\WINDOWS\system32\wdmaud.drv
    0x72d10000 - 0x72d18000 C:\WINDOWS\system32\msacm32.drv
    0x77be0000 - 0x77bf5000 C:\WINDOWS\system32\MSACM32.dll
    0x77bd0000 - 0x77bd7000 C:\WINDOWS\system32\midimap.dll
    0x6d590000 - 0x6d5a1000 C:\tools\jre1.5.0_05\bin\npjpi150_05.dll
    0x5edd0000 - 0x5ede7000 C:\WINDOWS\system32\OLEPRO32.DLL
    0x6d400000 - 0x6d417000 C:\tools\jre1.5.0_05\bin\jpiexp32.dll
    0x6d450000 - 0x6d468000 C:\tools\jre1.5.0_05\bin\jpishare.dll
    0x6d640000 - 0x6d7cc000 C:\tools\JRE15~1.0_0\bin\client\jvm.dll
    0x6d280000 - 0x6d288000 C:\tools\JRE15~1.0_0\bin\hpi.dll
    0x76bf0000 - 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
    0x6d610000 - 0x6d61c000 C:\tools\JRE15~1.0_0\bin\verify.dll
    0x6d300000 - 0x6d31d000 C:\tools\JRE15~1.0_0\bin\java.dll
    0x6d630000 - 0x6d63f000 C:\tools\JRE15~1.0_0\bin\zip.dll
    0x6d000000 - 0x6d167000 C:\tools\jre1.5.0_05\bin\awt.dll
    0x73760000 - 0x737a9000 C:\WINDOWS\system32\ddraw.dll
    0x73bc0000 - 0x73bc6000 C:\WINDOWS\system32\DCIMAN32.dll
    0x73940000 - 0x73a10000 C:\WINDOWS\system32\D3DIM700.DLL
    0x6d240000 - 0x6d27d000 C:\tools\jre1.5.0_05\bin\fontmanager.dll
    0x6d1f0000 - 0x6d203000 C:\tools\jre1.5.0_05\bin\deploy.dll
    0x6d5d0000 - 0x6d5ed000 C:\tools\jre1.5.0_05\bin\RegUtils.dll
    0x6d3e0000 - 0x6d3f4000 C:\tools\jre1.5.0_05\bin\jpicom32.dll
    0x6d4c0000 - 0x6d4d3000 C:\tools\jre1.5.0_05\bin\net.dll
    0x6d4e0000 - 0x6d4e9000 C:\tools\jre1.5.0_05\bin\nio.dll
    VM Arguments:
    jvm_args: -Xbootclasspath/a:C:\tools\JRE15~1.0_0\lib\deploy.jar;C:\tools\JRE15~1.0_0\lib\plugin.jar
    -Xmx96m -Djavaplugin.maxHeapSize=96m -Xverify:remote -Djavaplugin.version=1.5.0_05
    -Djavaplugin.nodotversion=150_05 -Dbrowser=sun.plugin -DtrustProxy=true -Dapplication.home=C:\tools\JRE15~1.0_0
    -Djava.protocol.handler.pkgs=sun.plugin.net.protocol -Djavaplugin.vm.options=-Djava.class.path=C:\tools\JRE15~1.0_0\classes
    -Xbootclasspath/a:C:\tools\JRE15~1.0_0\lib\deploy.jar;C:\tools\JRE15~1.0_0\lib\plugin.jar
    -Xmx96m -Djavaplugin.maxHeapSize=96m -Xverify:remote -Djavaplugin.version=1.5.0_05
    -Djavaplugin.nodotversion=150_05 -Dbrowser=sun.plugin -DtrustProxy=true -Dapplication.home=C:\tools\JRE15~1.0_0
    -Djava.protocol.handler.pkgs=sun.plugin.net.protocol
    vfprintfjava_command: <unknown>Environment
    Variables:JAVA_HOME=C:\tools\jdk1.5.0_05PATH=C:\tools\JRE15~1.0_0\bin;C:\Program
    Files\InternetExplorer;;C:\tools\oracle\ora92\b
    in;C:\ProgramFiles\Oracle\jre\1.3.1\bin;C:\ProgramFiles\Oracle\jre\1.1.8\bin;C:\tools\jdk1.5.0_05\bin;C:\PROGRAMFILES\THINKPAD\UTILITIES;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
    Files\ATI Technologies\ATI ControlPanel;C:\WINDOWS\Downloaded Program
    Files;C:\IBMTOOLS\Python22;C:\ProgramFiles\PC-Doctor
    forWindows\services;C:\tools\bea\weblogic81\server\bin;C:\tools\jdk1.5.0_05\bin;C:\Program
    Files\SSH;C:\tools\mysql\bin;.USERNAME=akumarOS=Windows_NTPROCESSOR_IDENTIFIER=x86
    Family 6
    Model 13 Stepping 6, GenuineIntel--------------- S Y S T E
    M ---------------OS: Windows XP Build 2600 Service Pack 2CPU:total 1
    family 6, cmov, cx8, fxsr, mmx, sse, sse2Memory: 4k page, physical
    1047472k(185784k free), swap 2518988k(1506344kfree)vm_info: Java
    HotSpot(TM) Client VM (1.5.0_05-b05) for windows-x86, built onAug 26 2005
    15:36:02 by "java_re" with MS VC++
    6.0*****************************************************---------- BEGIN
    SOURCE ----------import java.io.InputStream;import java.util.Enumera
    tion;import java.util.HashMap;import java.util.Properties;public class
    Constants {public static final String SIMS_DB = "Sun Identity Manager
    System";public static final String SIMS_DB_URL = "ROA";public static final
    String ROA_TABLE_NAME = "record_of_access";public static final String
    TRANSITION_TABLE_NAME = "transition";public static final String
    PROFILE_TO_DEPARTMENT_TABLE_NAME ="profiletodepartment";public static
    final String ACCESSCODE_TABLE_NAME = "accesscode";public static final
    String PROFILE_TO_AC
    > CESS_TABLE_NAME = "profiletoaccess";public static final String > PROFILE_TABLE_NAME = "profile";public static final String > DEPARTMENT_TABLE_NAME = "department";public static final String > MVS_RESOURCE_TABLE_NAME = "mvs_resource";public static final String > MVS_RESOURCE_OWNER_TABLE_NAME ="mvs_resourceowner";public static final > String MVS_OWNER_TABLE_NAME = "mvs_owner";public static final String > REPORT_AUDIT_TABLE_NAME = "RPTAUDIT";public static final String > REPORT_LIMIT = "REPORT_LIMIT";public static HashMap c> aponeProperties = new HashMap();public static void initialize(String > propertyFileName) throwsjava.io.IOException {InputStream is > =Constants.class.getClassLoader().getResourceAsStream(propertyFileName);if > (is == null) {System.out.println("Could not locate property file " + > propertyFileName);else {Properties p = new
    Properties();p.load(is);is.close();Enumeration enumeration =
    p.keys();while (enumeration.hasMoreElements()) {String key = (String)
    enumeration.nextElement();caponeProperties.put(key, p.getPrope
    > rty(key));}}public static String getAttribute(String key) {String value =
    (String) caponeProperties.get(key); the key value pair in theproperties
    file, key and we are not going to have that in the propertiesfile Systems
    goes back as the value.if (value == null || "".equals(value)){value =
    key;}return value;}}---------- END SOURCE ----------

    We are using WL8.1 sp3. The web application works fine under jdk 1.4.2 but
    gives an EXCEPTION_ACCESS_VIOLATION error when used with the same web
    application compiled using JDK 1.5. This happens even when I switched WL to
    run using JDK 1.5.
    Does anybody have any idea how to fix this.....
    "Anoop Kumar V" <[email protected]> wrote in message
    news:<[email protected]>...
    Hi All,
    Everytime I start the weblogic Application server I get an
    EXCEPTION_ACCESS_VIOLATION error. This happens about a min after the app
    server is started. All had been running fine so far. The most recent
    change
    made was to compile the classes using jdk1.5.0_05.
    The jdk used for weblogic is 1.4.2.
    Does anybody know how to solve this problem?? I even tried to start WL
    using
    jdk1.5.0_05 by modifying the startserver.cmd scripts - but I still get the
    same issue.>
    >
    Please HELP!!!>
    >
    >
    >
    Here is the output on startup:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at
    PC=0x84503C3 Function=[Unknown.]
    Library=(N/A)
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
    at java.lang.Class.getClassLoader0(Native Method)
    at java.lang.Class.getClassLoader(Class.java:508)
    at com.capitalone.sara.Constants.initialize(Constants.java:39)
    at com.capitalone.sara.InitServlet.init(InitServlet.java:21)
    at
    weblogic.servlet.internal.ServletStubImpl$ServletInitAction.run(ServletStubImpl.java:1018)
    at
    weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at
    weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at
    weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:894)
    - locked <0x11af4710> (a weblogic.servlet.internal.ServletStubImpl)
    at
    weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java:873)
    at
    weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:812)
    - locked <0x11af4710> (a weblogic.servlet.internal.ServletStubImpl)
    at
    weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:3281)
    at
    weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebAppServletContext.java:3238)
    at
    weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebAppServletContext.java:3224)
    at
    weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:3207)
    - locked <0x119dd2b0> (a weblogic.servlet.internal.WebAppServletContext)
    at
    weblogic.servlet.internal.HttpServer.preloadResources(HttpServer.java:694)
    at
    weblogic.servlet.internal.WebService.preloadResources(WebService.java:483)
    at
    weblogic.servlet.internal.ServletInitService.resume(ServletInitService.java:30)
    at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
    at weblogic.Server.main(Server.java:32)
    Dynamic libraries:
    0x00400000 - 0x00406000 C:\tools\bea\JDK142~1\bin\java.exe
    0x7C900000 - 0x7C9B0000 C:\WINDOWS\system32\ntdll.dll
    0x7C800000 - 0x7C8F4000 C:\WINDOWS\system32\kernel32.dll
    0x77DD0000 - 0x77E6B000 C:\WINDOWS\system32\ADVAPI32.dll
    0x77E70000 - 0x77F01000 C:\WINDOWS\system32\RPCRT4.dll
    0x77C10000 - 0x77C68000 C:\WINDOWS\system32\MSVCRT.dll
    0x08000000 - 0x08138000 C:\tools\bea\JDK142~1\jre\bin\client\jvm.dll
    0x77D40000 - 0x77DD0000 C:\WINDOWS\system32\USER32.dll
    0x77F10000 - 0x77F56000 C:\WINDOWS\system32\GDI32.dll
    0x76B40000 - 0x76B6D000 C:\WINDOWS\system32\WINMM.dll
    0x10000000 - 0x10007000 C:\tools\bea\JDK142~1\jre\bin\hpi.dll
    0x00390000 - 0x0039E000 C:\tools\bea\JDK142~1\jre\bin\verify.dll
    0x003B0000 - 0x003C9000 C:\tools\bea\JDK142~1\jre\bin\java.dll
    0x003D0000 - 0x003DD000 C:\tools\bea\JDK142~1\jre\bin\zip.dll
    0x02F80000 - 0x02F8F000 C:\tools\bea\jdk142_04\jre\bin\net.dll
    0x71AB0000 - 0x71AC7000 C:\WINDOWS\system32\WS2_32.dll
    0x71AA0000 - 0x71AA8000 C:\WINDOWS\system32\WS2HELP.dll
    0x71A50000 - 0x71A8F000 C:\WINDOWS\System32\mswsock.dll
    0x76F20000 - 0x76F47000 C:\WINDOWS\system32\DNSAPI.dll
    0x76FB0000 - 0x76FB8000 C:\WINDOWS\System32\winrnr.dll
    0x76F60000 - 0x76F8C000 C:\WINDOWS\system32\WLDAP32.dll
    0x76FC0000 - 0x76FC6000 C:\WINDOWS\system32\rasadhlp.dll
    0x030A0000 - 0x030A8000 C:\tools\bea\jdk142_04\jre\bin\nio.dll
    0x030B0000 - 0x030B6000 C:\tools\bea\jdk142_04\jre\bin\ioser12.dll
    0x662B0000 - 0x66308000 C:\WINDOWS\system32\hnetcfg.dll
    0x71A90000 - 0x71A98000 C:\WINDOWS\System32\wshtcpip.dll
    0x76C90000 - 0x76CB8000 C:\WINDOWS\system32\imagehlp.dll
    0x59A60000 - 0x59B01000 C:\WINDOWS\system32\DBGHELP.dll
    0x77C00000 - 0x77C08000 C:\WINDOWS\system32\VERSION.dll
    0x76BF0000 - 0x76BFB000 C:\WINDOWS\system32\PSAPI.DLL
    Heap at VM Abort:
    Heap
    def new generation total 2304K, used 450K [0x10010000, 0x10290000,
    0x10f70000)
    eden space 2048K, 9% used [0x10010000, 0x10042118, 0x10210000)
    from space 256K, 97% used [0x10250000, 0x1028e908, 0x10290000)
    to space 256K, 0% used [0x10210000, 0x10210000, 0x10250000)
    tenured generation total 30272K, used 12777K [0x10f70000, 0x12d00000,
    0x1c810000)
    the space 30272K, 42% used [0x10f70000, 0x11bea408, 0x11bea600,
    0x12d00000)
    compacting perm gen total 18944K, used 18826K [0x1c810000, 0x1da90000,
    0x24810000)
    the space 18944K, 99% used [0x1c810000, 0x1da72bc0, 0x1da72c00,
    0x1da90000)
    Local Time = Tue Nov 08 20:05:50 2005
    Elapsed Time = 191
    # The exception above was detected in native code outside the VM # # Java
    VM: Java HotSpot(TM) Client VM (1.4.2_04-b05 mixed mode) # # An error
    report
    file has been saved as hs_err_pid5996.log.
    # Please refer to the file for further information.
    The only place I use any sort of classloader code is in the following
    Constants.java
    I use this line:
    InputStream is =
    Constants.class.getClassLoader().getResourceAsStream(propertyFileName);
    This used to work perfectly fine in jdk 1.3 and 1.4 (if that is somewhere
    close to the problem)
    THE PROBLEM WAS REPRODUCIBLE WITH -Xint FLAG: Yes
    THE PROBLEM WAS REPRODUCIBLE WITH -server FLAG: Yes
    ERROR MESSAGES/STACK TRACES THAT OCCUR :
    The contents of the file hs_err_pid.log is:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d0e78b9, pid=4192,
    tid=5140 # # Java VM: Java HotSpot(TM) Client VM (1.5.0_05-b05 mixed mode)
    Problematic frame:
    # C [awt.dll+0xe78b9]
    --------------- T H R E A D ---------------
    Current thread (0x03987d80): JavaThread "AWT-EventQueue-0"
    [_thread_in_native, id=5140]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000004
    Registers:
    EAX=0x00000000, EBX=0x03922ee8, ECX=0x03987e3c, EDX=0x0389f748
    ESP=0x0389f750, EBP=0x0389f7b4, ESI=0x03987e3c, EDI=0x00000000
    EIP=0x6d0e78b9, EFLAGS=0x00010246
    Top of Stack: (sp=0x0389f750)
    0x0389f750: 03922ee8 03987e3c 00000000 6d0c7c9d
    0x0389f760: 03987d80 161bce48 161bce48 00000001
    0x0389f770: 00000200 00000000 0082018a 0400f64e
    0x0389f780: 0000018a 00000082 0389f7a0 00000000
    0x0389f790: 107f1850 00000000 00000000 00000000
    0x0389f7a0: 000001f7 0389f760 0389fae4 6d0f32d8
    0x0389f7b0: 00000000 0389f7e4 0403826f 000001f7
    0x0389f7c0: 0389f7f8 0389f7f4 0389f7c8 00000000
    Instructions: (pc=0x6d0e78b9)
    0x6d0e78a9: 56 8b 0e ff 51 68 85 c0 7d 06 5f 33 c0 5e 59 c3
    0x6d0e78b9: 8b 47 04 85 c0 74 15 8b 0d e8 fa 12 6d 8b 16 51
    Stack: [0x037a0000,0x038a0000), sp=0x0389f750, free space=1021k Native
    frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C
    [awt.dll+0xe78b9] j
    sun.awt.windows.WComponentPeer.nativeHandleEvent(Ljava/awt/AWTEvent;)V+0
    j sun.awt.windows.WComponentPeer.handleEvent(Ljava/awt/AWTEvent;)V+69
    j java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+765
    j java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+42
    j java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
    j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46
    J
    java.awt.EventDispatchThread.pumpOneEventForHierarchy(ILjava/awt/Component;)Z
    v ~RuntimeStub::alignment_frame_return Runtime1 stub j
    java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+26
    j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
    j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
    j java.awt.EventDispatchThread.run()V+9
    v ~StubRoutines::call_stub
    V [jvm.dll+0x8295c]
    V [jvm.dll+0xd752e]
    V [jvm.dll+0x8282d]
    V [jvm.dll+0x8258a]
    V [jvm.dll+0x9d476]
    V [jvm.dll+0x1042ae]
    V [jvm.dll+0x10427c]
    C [msvcrt.dll+0x2a3b0]
    C [kernel32.dll+0xb50b]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j
    sun.awt.windows.WComponentPeer.nativeHandleEvent(Ljava/awt/AWTEvent;)V+0
    j sun.awt.windows.WComponentPeer.handleEvent(Ljava/awt/AWTEvent;)V+69
    j java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+765
    j java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+42
    j java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
    j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46
    J
    java.awt.EventDispatchThread.pumpOneEventForHierarchy(ILjava/awt/Component;)Z
    v ~RuntimeStub::alignment_frame_return Runtime1 stub j
    java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+26
    j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
    j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
    j java.awt.EventDispatchThread.run()V+9
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x06ed0e78 JavaThread "AWT-EventQueue-23" [_thread_blocked, id=5352]
    0x038ba360 JavaThread "Thread-132" [_thread_blocked, id=5100] =>0x03987d80
    JavaThread "AWT-EventQueue-0" [_thread_in_native, id=5140]
    0x03f11b60 JavaThread "AWT-Shutdown" [_thread_blocked, id=5608]
    0x038bd4d0 JavaThread "Thread-87" [_thread_blocked, id=2964]
    0x03ef5918 JavaThread "traceMsgQueueThread" daemon [_thread_blocked,
    id=6108]
    0x03eef590 JavaThread "AWT-Windows" daemon [_thread_in_native, id=4312]
    0x03ee7ed0 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3964]
    0x03917018 JavaThread "Low Memory Detector" daemon [_thread_blocked,
    id=5992]
    0x03980560 JavaThread "CompilerThread0" daemon [_thread_blocked, id=5224]
    0x0397f9a8 JavaThread "Signal Dispatcher" daemon [_thread_blocked,
    id=4880]
    0x038b0c80 JavaThread "Finalizer" daemon [_thread_blocked, id=4500]
    0x038c8ba0 JavaThread "Reference Handler" daemon [_thread_blocked,
    id=5592]
    0x038a5748 JavaThread "main" [_thread_blocked, id=3508]
    Other Threads:
    0x038d7a08 VMThread [id=3212]
    0x038a61e8 WatcherThread [id=5576]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 576K, used 211K [0x10020000, 0x100c0000,
    0x10780000)
    eden space 512K, 28% used [0x10020000, 0x10044cb0, 0x100a0000)
    from space 64K, 100% used [0x100b0000, 0x100c0000, 0x100c0000)
    to space 64K, 0% used [0x100a0000, 0x100a0000, 0x100b0000)
    tenured generation total 1408K, used 1225K [0x10780000, 0x108e0000,
    0x16020000)
    the space 1408K, 87% used [0x10780000, 0x108b2720, 0x108b2800, 0x108e0000)
    compacting perm gen total 8192K, used 6450K [0x16020000, 0x16820000,
    0x1a020000)
    the space 8192K, 78% used [0x16020000, 0x1666ca88, 0x1666cc00, 0x16820000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x00419000 C:\Program Files\Internet Explorer\iexplore.exe
    0x7c900000 - 0x7c9b0000 C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f4000 C:\WINDOWS\system32\kernel32.dll
    0x77c10000 - 0x77c68000 C:\WINDOWS\system32\msvcrt.dll
    0x77d40000 - 0x77dd0000 C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f56000 C:\WINDOWS\system32\GDI32.dll
    0x77f60000 - 0x77fd6000 C:\WINDOWS\system32\SHLWAPI.dll
    0x77dd0000 - 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f01000 C:\WINDOWS\system32\RPCRT4.dll
    0x77760000 - 0x778cc000 C:\WINDOWS\system32\SHDOCVW.dll
    0x77a80000 - 0x77b14000 C:\WINDOWS\system32\CRYPT32.dll
    0x77b20000 - 0x77b32000 C:\WINDOWS\system32\MSASN1.dll
    0x754d0000 - 0x75550000 C:\WINDOWS\system32\CRYPTUI.dll
    0x76c30000 - 0x76c5e000 C:\WINDOWS\system32\WINTRUST.dll
    0x76c90000 - 0x76cb8000 C:\WINDOWS\system32\IMAGEHLP.dll
    0x77120000 - 0x771ac000 C:\WINDOWS\system32\OLEAUT32.dll
    0x774e0000 - 0x7761d000 C:\WINDOWS\system32\ole32.dll
    0x5b860000 - 0x5b8b4000 C:\WINDOWS\system32\NETAPI32.dll
    0x771b0000 - 0x77256000 C:\WINDOWS\system32\WININET.dll
    0x76f60000 - 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll
    0x77c00000 - 0x77c08000 C:\WINDOWS\system32\VERSION.dll
    0x10000000 - 0x1001f000 C:\PROGRA~1\Google\GOOGLE~1\GOEC62~1.DLL
    0x71ab0000 - 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
    0x773d0000 - 0x774d2000
    C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
    0x62000000 - 0x62084000
    C:\PROGRA~1\Google\GOOGLE~1\GoogleDesktopResources_en.dll
    0x71a50000 - 0x71a8f000 C:\WINDOWS\system32\mswsock.dll
    0x7c9c0000 - 0x7d1d5000 C:\WINDOWS\system32\SHELL32.dll
    0x5d090000 - 0x5d127000 C:\WINDOWS\system32\comctl32.dll
    0x74720000 - 0x7476b000 C:\WINDOWS\system32\MSCTF.dll
    0x63000000 - 0x63014000 C:\WINDOWS\system32\SynTPFcs.dll
    0x75f80000 - 0x7607d000 C:\WINDOWS\system32\BROWSEUI.dll
    0x20000000 - 0x20012000 C:\WINDOWS\system32\browselc.dll
    0x77b40000 - 0x77b62000 C:\WINDOWS\system32\appHelp.dll
    0x76fd0000 - 0x7704f000 C:\WINDOWS\system32\CLBCATQ.DLL
    0x77050000 - 0x77115000 C:\WINDOWS\system32\COMRes.dll
    0x41000000 - 0x4101c000 C:\PROGRA~1\Google\GOOGLE~1\GOA66E~1.DLL
    0x60000000 - 0x60066000 C:\Program Files\Google\Google Desktop
    Search\GoogleDesktopAPI2.dll
    0x77260000 - 0x772ff000 C:\WINDOWS\system32\urlmon.dll
    0x5ad70000 - 0x5ada8000 C:\WINDOWS\system32\UxTheme.dll
    0x77fe0000 - 0x77ff1000 C:\WINDOWS\system32\Secur32.dll
    0x77920000 - 0x77a13000 C:\WINDOWS\system32\SETUPAPI.dll
    0x769c0000 - 0x76a73000 C:\WINDOWS\system32\USERENV.dll
    0x77a20000 - 0x77a74000 C:\WINDOWS\System32\cscui.dll
    0x76600000 - 0x7661d000 C:\WINDOWS\System32\CSCDLL.dll
    0x01160000 - 0x01284000 c:\program files\google\googletoolbar1.dll
    0x71ad0000 - 0x71ad9000 C:\WINDOWS\system32\WSOCK32.dll
    0x76b40000 - 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
    0x76380000 - 0x76385000 C:\WINDOWS\system32\MSIMG32.dll
    0x59a60000 - 0x59b01000 C:\WINDOWS\system32\DBGHELP.DLL
    0x76ee0000 - 0x76f1c000 C:\WINDOWS\system32\RASAPI32.DLL
    0x76e90000 - 0x76ea2000 C:\WINDOWS\system32\rasman.dll
    0x76eb0000 - 0x76edf000 C:\WINDOWS\system32\TAPI32.dll
    0x76e80000 - 0x76e8e000 C:\WINDOWS\system32\rtutils.dll
    0x77c70000 - 0x77c93000 C:\WINDOWS\system32\msv1_0.dll
    0x76d60000 - 0x76d79000 C:\WINDOWS\system32\iphlpapi.dll
    0x722b0000 - 0x722b5000 C:\WINDOWS\system32\sensapi.dll
    0x01530000 - 0x0153b000 C:\Program Files\Adobe\Acrobat
    6.0\Reader\ActiveX\AcroIEHelper.dll
    0x015a0000 - 0x015bf000 C:\WINDOWS\system32\dla\tfswshx.dll
    0x015c0000 - 0x015cf000 C:\WINDOWS\system32\tfswapi.dll
    0x015d0000 - 0x0160b000 C:\WINDOWS\system32\dla\tfswcres.dll
    0x01650000 - 0x01668000 C:\Program Files\Norton AntiVirus\NavShExt.dll
    0x76b20000 - 0x76b31000 C:\WINDOWS\system32\ATL.DLL
    0x7c080000 - 0x7c0f7000 C:\WINDOWS\system32\MSVCP70.dll
    0x7c000000 - 0x7c054000 C:\WINDOWS\system32\MSVCR70.dll
    0x75e90000 - 0x75f40000 C:\WINDOWS\system32\SXS.DLL
    0x016b0000 - 0x01738000 C:\WINDOWS\system32\shdoclc.dll
    0x01740000 - 0x01a05000 C:\WINDOWS\system32\xpsp2res.dll
    0x75cf0000 - 0x75d81000 C:\WINDOWS\system32\mlang.dll
    0x662b0000 - 0x66308000 C:\WINDOWS\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000 C:\WINDOWS\System32\wshtcpip.dll
    0x76fc0000 - 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll
    0x76f20000 - 0x76f47000 C:\WINDOWS\system32\DNSAPI.dll
    0x76fb0000 - 0x76fb8000 C:\WINDOWS\System32\winrnr.dll
    0x65af0000 - 0x65af7000 C:\WINDOWS\system32\jsproxy.dll
    0x01a40000 - 0x01a5e000 C:\Program Files\Common Files\Symantec
    Shared\Script
    Blocking\scrauth.dll
    0x01a70000 - 0x01a90000 C:\Program Files\Common Files\Symantec
    Shared\Script
    Blocking\ScrBlock.dll
    0x0ffd0000 - 0x0fff8000 C:\WINDOWS\system32\rsaenh.dll
    0x022b0000 - 0x02576000 C:\WINDOWS\system32\msi.dll
    0x60300000 - 0x60307000 C:\Program Files\Yahoo!\Messenger\idle.dll
    0x7c340000 - 0x7c396000 C:\Program Files\Yahoo!\Messenger\MSVCR71.dll
    0x75c50000 - 0x75cbe000 c:\windows\system32\jscript.dll
    0x45000000 - 0x4500c000 C:\Program Files\Google\Google Desktop
    Search\gzlib.dll
    0x7d4a0000 - 0x7d787000 C:\WINDOWS\System32\mshtml.dll
    0x746c0000 - 0x746e7000 C:\WINDOWS\System32\msls31.dll
    0x746f0000 - 0x7471a000 C:\WINDOWS\System32\msimtf.dll
    0x325c0000 - 0x325d2000 C:\Program Files\Microsoft
    Office\OFFICE11\msohev.dll
    0x76390000 - 0x763ad000 C:\WINDOWS\system32\IMM32.DLL
    0x66e50000 - 0x66e90000 C:\WINDOWS\System32\iepeers.dll
    0x73000000 - 0x73026000 C:\WINDOWS\System32\WINSPOOL.DRV
    0x76200000 - 0x76271000 C:\WINDOWS\System32\mshtmled.dll
    0x71b20000 - 0x71b32000 C:\WINDOWS\system32\MPR.dll
    0x75f60000 - 0x75f67000 C:\WINDOWS\System32\drprov.dll
    0x71c10000 - 0x71c1e000 C:\WINDOWS\System32\ntlanman.dll
    0x71cd0000 - 0x71ce7000 C:\WINDOWS\System32\NETUI0.dll
    0x71c90000 - 0x71cd0000 C:\WINDOWS\System32\NETUI1.dll
    0x71c80000 - 0x71c87000 C:\WINDOWS\System32\NETRAP.dll
    0x71bf0000 - 0x71c03000 C:\WINDOWS\System32\SAMLIB.dll
    0x75f70000 - 0x75f79000 C:\WINDOWS\System32\davclnt.dll
    0x72d20000 - 0x72d29000 C:\WINDOWS\system32\wdmaud.drv
    0x72d10000 - 0x72d18000 C:\WINDOWS\system32\msacm32.drv
    0x77be0000 - 0x77bf5000 C:\WINDOWS\system32\MSACM32.dll
    0x77bd0000 - 0x77bd7000 C:\WINDOWS\system32\midimap.dll
    0x6d590000 - 0x6d5a1000 C:\tools\jre1.5.0_05\bin\npjpi150_05.dll
    0x5edd0000 - 0x5ede7000 C:\WINDOWS\system32\OLEPRO32.DLL
    0x6d400000 - 0x6d417000 C:\tools\jre1.5.0_05\bin\jpiexp32.dll
    0x6d450000 - 0x6d468000 C:\tools\jre1.5.0_05\bin\jpishare.dll
    0x6d640000 - 0x6d7cc000 C:\tools\JRE15~1.0_0\bin\client\jvm.dll
    0x6d280000 - 0x6d288000 C:\tools\JRE15~1.0_0\bin\hpi.dll
    0x76bf0000 - 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
    0x6d610000 - 0x6d61c000 C:\tools\JRE15~1.0_0\bin\verify.dll
    0x6d300000 - 0x6d31d000 C:\tools\JRE15~1.0_0\bin\java.dll
    0x6d630000 - 0x6d63f000 C:\tools\JRE15~1.0_0\bin\zip.dll
    0x6d000000 - 0x6d167000 C:\tools\jre1.5.0_05\bin\awt.dll
    0x73760000 - 0x737a9000 C:\WINDOWS\system32\ddraw.dll
    0x73bc0000 - 0x73bc6000 C:\WINDOWS\system32\DCIMAN32.dll
    0x73940000 - 0x73a10000 C:\WINDOWS\system32\D3DIM700.DLL
    0x6d240000 - 0x6d27d000 C:\tools\jre1.5.0_05\bin\fontmanager.dll
    0x6d1f0000 - 0x6d203000 C:\tools\jre1.5.0_05\bin\deploy.dll
    0x6d5d0000 - 0x6d5ed000 C:\tools\jre1.5.0_05\bin\RegUtils.dll
    0x6d3e0000 - 0x6d3f4000 C:\tools\jre1.5.0_05\bin\jpicom32.dll
    0x6d4c0000 - 0x6d4d3000 C:\tools\jre1.5.0_05\bin\net.dll
    0x6d4e0000 - 0x6d4e9000 C:\tools\jre1.5.0_05\bin\nio.dll
    VM Arguments:
    jvm_args: -Xbootclasspath/a:C:\tools\JRE15~1.0_0\lib\deploy.jar;C:\tools\JRE15~1.0_0\lib\plugin.jar
    -Xmx96m -Djavaplugin.maxHeapSize=96m -Xverify:remote -Djavaplugin.version=1.5.0_05
    -Djavaplugin.nodotversion=150_05 -Dbrowser=sun.plugin -DtrustProxy=true -Dapplication.home=C:\tools\JRE15~1.0_0
    -Djava.protocol.handler.pkgs=sun.plugin.net.protocol -Djavaplugin.vm.options=-Djava.class.path=C:\tools\JRE15~1.0_0\classes
    -Xbootclasspath/a:C:\tools\JRE15~1.0_0\lib\deploy.jar;C:\tools\JRE15~1.0_0\lib\plugin.jar
    -Xmx96m -Djavaplugin.maxHeapSize=96m -Xverify:remote -Djavaplugin.version=1.5.0_05
    -Djavaplugin.nodotversion=150_05 -Dbrowser=sun.plugin -DtrustProxy=true -Dapplication.home=C:\tools\JRE15~1.0_0
    -Djava.protocol.handler.pkgs=sun.plugin.net.protocol
    vfprintfjava_command: <unknown>Environment
    Variables:JAVA_HOME=C:\tools\jdk1.5.0_05PATH=C:\tools\JRE15~1.0_0\bin;C:\Program
    Files\InternetExplorer;;C:\tools\oracle\ora92\b
    in;C:\ProgramFiles\Oracle\jre\1.3.1\bin;C:\ProgramFiles\Oracle\jre\1.1.8\bin;C:\tools\jdk1.5.0_05\bin;C:\PROGRAMFILES\THINKPAD\UTILITIES;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
    Files\ATI Technologies\ATI ControlPanel;C:\WINDOWS\Downloaded Program
    Files;C:\IBMTOOLS\Python22;C:\ProgramFiles\PC-Doctor
    forWindows\services;C:\tools\bea\weblogic81\server\bin;C:\tools\jdk1.5.0_05\bin;C:\Program
    Files\SSH;C:\tools\mysql\bin;.USERNAME=akumarOS=Windows_NTPROCESSOR_IDENTIFIER=x86
    Family 6
    Model 13 Stepping 6, GenuineIntel--------------- S Y S T E
    M ---------------OS: Windows XP Build 2600 Service Pack 2CPU:total 1
    family 6, cmov, cx8, fxsr, mmx, sse, sse2Memory: 4k page, physical
    1047472k(185784k free), swap 2518988k(1506344kfree)vm_info: Java
    HotSpot(TM) Client VM (1.5.0_05-b05) for windows-x86, built onAug 26 2005
    15:36:02 by "java_re" with MS VC++
    6.0*****************************************************---------- BEGIN
    SOURCE ----------import java.io.InputStream;import java.util.Enumera
    tion;import java.util.HashMap;import java.util.Properties;public class
    Constants {public static final String SIMS_DB = "Sun Identity Manager
    System";public static final String SIMS_DB_URL = "ROA";public static final
    String ROA_TABLE_NAME = "record_of_access";public static final String
    TRANSITION_TABLE_NAME = "transition";public static final String
    PROFILE_TO_DEPARTMENT_TABLE_NAME ="profiletodepartment";public static
    final String ACCESSCODE_TABLE_NAME = "accesscode";public static final
    String PROFILE_TO_AC
    > CESS_TABLE_NAME = "profiletoaccess";public static final String > PROFILE_TABLE_NAME = "profile";public static final String > DEPARTMENT_TABLE_NAME = "department";public static final String > MVS_RESOURCE_TABLE_NAME = "mvs_resource";public static final String > MVS_RESOURCE_OWNER_TABLE_NAME ="mvs_resourceowner";public static final > String MVS_OWNER_TABLE_NAME = "mvs_owner";public static final String > REPORT_AUDIT_TABLE_NAME = "RPTAUDIT";public static final String > REPORT_LIMIT = "REPORT_LIMIT";public static HashMap c> aponeProperties = new HashMap();public static void initialize(String > propertyFileName) throwsjava.io.IOException {InputStream is > =Constants.class.getClassLoader().getResourceAsStream(propertyFileName);if > (is == null) {System.out.println("Could not locate property file " + > propertyFileName);else {Properties p = new
    Properties();p.load(is);is.close();Enumeration enumeration =
    p.keys();while (enumeration.hasMoreElements()) {String key = (String)
    enumeration.nextElement();caponeProperties.put(key, p.getPrope
    > rty(key));}}public static String getAttribute(String key) {String value =
    (String) caponeProperties.get(key); the key value pair in theproperties
    file, key and we are not going to have that in the propertiesfile Systems
    goes back as the value.if (value == null || "".equals(value)){value =
    key;}return value;}}---------- END SOURCE ----------

Maybe you are looking for

  • Plug-in PDF, Internet Explorer, unable to open a pdf file from web site. Question mark

    Hello, A computer where Acrobat 9 Standard and Acrobat Reader 9 have been installed. When I try to read a pdf file from a web site and read it in IE, I get a popup whith a question mark and no text. The pdf file is not open. I have try to reinstall t

  • How to find cluster ID

    Hi, I am new to hr abap. i want to know which cluster id is using in my project. like RQ for Australia payroll results . like which one is using here for payroll results. and more over can any breif me about macros rp-imp-c2-xx and rp-exp-c2-xx when

  • Updating content in a curriculum

    Hello I have created and deployed a curriculum to Adobe Connect. I have since made changes to the curriculum and reuploaded the content. However, my users including the ones who havent yet taken the course, get the Not Required icon. Can anyone tell

  • W2008R2 trust with W2012R2: Synology diskstation asks for credentials

    Hi, I have a 2 way trust between a Windows 2008 R2 and a W 2012 R2 server which works fine. I can access shares on both sites without a problem. Then I have this Synology diskstation which is added to one of both domains. I can access the shares of i

  • Need Jars

    HI All, I need the following JAR. com.sapportals.htmlb.page.DynPage I have created a sample application and it is giving a compile error. It says -The project was not built since its classpath is incomplete. Cannot find the class file for com.sapport