[ https://issues.apache.org/jira/browse/OFBIZ-6535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14614176#comment-14614176 ] Paul Foxworthy commented on OFBIZ-6535: --------------------------------------- Hi Wangqiang, JDWP is the Java Debugging Wire Protocol. DestroyJavaVM is on the call stack. I think there was a failure while the OFBiz Java Virtual Machine was shutting down and trying to detach from a debugger. To my mind this is not a major problem. In a production situation there will not be a debugger, and if the OFBiz JVM is shutting down anyway, it hardly matters if it fails to communicate with the debugger on the way out. Could the problem be that you shut down the debugger first? If you are trying to run OFBiz while using a debugging tool like Eclipse, see if you can reproduce the problem when there is no debugger involved. Hope that helps. Paul Foxworthy > EXCEPTION_ACCESS_VIOLATION zip.dll > ---------------------------------- > > Key: OFBIZ-6535 > URL: https://issues.apache.org/jira/browse/OFBIZ-6535 > Project: OFBiz > Issue Type: Bug > Components: ALL APPLICATIONS > Affects Versions: 12.04.05 > Environment: OS: Windows 7 , 64 bit Build 7601 Service Pack 1 > CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt > Memory: 4k page, physical 8059132k(4174380k free), swap 16116428k(12087620k free) > vm_info: Java HotSpot(TM) 64-Bit Server VM (20.6-b01) for windows-amd64 JRE (1.6.0_31-b05), built on Feb 3 2012 18:34:57 by "java_re" with MS VC++ 8.0 (VS2005) > Reporter: wangqiang > Priority: Minor > > # > # A fatal error has been detected by the Java Runtime Environment: > # > # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006da9c5c2, pid=3472, tid=1496 > # > # JRE version: 6.0_31-b05 > # Java VM: Java HotSpot(TM) 64-Bit Server VM (20.6-b01 mixed mode windows-amd64 compressed oops) > # Problematic frame: > # V [jvm.dll+0x1ec5c2] > # > # If you would like to submit a bug report, please visit: > # http://java.sun.com/webapps/bugreport/crash.jsp > # > --------------- T H R E A D --------------- > Current thread (0x000000000601a000): JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_in_vm, id=1496, stack(0x0000000006620000,0x0000000006720000)] > siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000258 > Registers: > RAX=0x0000000000000200, RBX=0x0000000000000200, RCX=0x0000000000000000, RDX=0x0000000008eeb460 > RSP=0x000000000671f670, RBP=0x0000000000000000, RSI=0x000000000b5c6800, RDI=0x0000000008eeb460 > R8 =0x0000000000000200, R9 =0x000000000601a000, R10=0x0000000000000000, R11=0x0000000000000000 > R12=0x0000000000000006, R13=0x000000000671f7a8, R14=0x0000000000000000, R15=0x0000000000000000 > RIP=0x000000006da9c5c2, EFLAGS=0x0000000000010206 > Top of Stack: (sp=0x000000000671f670) > 0x000000000671f670: 0000000000000004 000000006da9c81b > 0x000000000671f680: 000000000601a000 0000000008cbab38 > 0x000000000671f690: 000000000b5c6800 0000000000000005 > 0x000000000671f6a0: 000000000b5c6800 000000006da311b3 > 0x000000000671f6b0: 0000000008cbab38 000000000671fed0 > 0x000000000671f6c0: 0000000008eeb460 0000000008cbab00 > 0x000000000671f6d0: 0000000000000000 0000000000000000 > 0x000000000671f6e0: 000000000671f7a8 000000000020e0e0 > 0x000000000671f6f0: 0000000008cbab38 000000006dbbbb45 > 0x000000000671f700: 000000000601a1d0 000000000601a000 > 0x000000000671f710: 000000000020e0e0 000000000601a000 > 0x000000000671f720: 000000000601a000 0000000000000000 > 0x000000000671f730: 0000000000000000 0000000000000000 > 0x000000000671f740: 000000000671f7f8 000000006d4dbd58 > 0x000000000671f750: 000000000671f7f8 0000000008cbab38 > 0x000000000671f760: 0000000008cbab38 000000000671f7f0 > Instructions: (pc=0x000000006da9c5c2) > 0x000000006da9c5a2: ca 5e 00 00 4c 8b 1f 49 f7 c3 fe ff ff ff 74 32 > 0x000000006da9c5b2: 41 f6 c3 01 74 98 eb 2a 48 83 e3 fe 48 89 5f 10 > 0x000000006da9c5c2: 48 8b 43 58 48 89 47 10 48 89 5f 18 e8 9d 5e 00 > 0x000000006da9c5d2: 00 4c 8b 1f 41 f6 c3 01 75 08 48 8b cb e8 8c e6 > Register to memory mapping: > RAX=0x0000000000000200 is an unknown value > RBX=0x0000000000000200 is an unknown value > RCX=0x0000000000000000 is an unknown value > RDX=0x0000000008eeb460 is an unknown value > RSP=0x000000000671f670 is pointing into the stack for thread: 0x000000000601a000 > RBP=0x0000000000000000 is an unknown value > RSI=0x000000000b5c6800 is a thread > RDI=0x0000000008eeb460 is an unknown value > R8 =0x0000000000000200 is an unknown value > R9 =0x000000000601a000 is a thread > R10=0x0000000000000000 is an unknown value > R11=0x0000000000000000 is an unknown value > R12=0x0000000000000006 is an unknown value > R13=0x000000000671f7a8 is pointing into the stack for thread: 0x000000000601a000 > R14=0x0000000000000000 is an unknown value > R15=0x0000000000000000 is an unknown value > Stack: [0x0000000006620000,0x0000000006720000], sp=0x000000000671f670, free space=1021k > Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) > V [jvm.dll+0x1ec5c2] > [error occurred during error reporting (printing native stack), id 0xc0000005] > --------------- P R O C E S S --------------- > Java Threads: ( => current thread ) > 0x000000000b5c6800 JavaThread "GenericXaResource-Thread" daemon [_thread_blocked, id=1892, stack(0x000000000d480000,0x000000000d580000)] > 0x000000000b5c4800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=852, stack(0x00000000105a0000,0x00000000106a0000)] > 0x000000000b5c3000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=936, stack(0x0000000010260000,0x0000000010360000)] > 0x000000000b5c2800 JavaThread "http-0.0.0.0-80-6" daemon [_thread_blocked, id=3444, stack(0x0000000010160000,0x0000000010260000)] > 0x000000000b5c1800 JavaThread "http-0.0.0.0-80-5" daemon [_thread_blocked, id=2148, stack(0x0000000010060000,0x0000000010160000)] > 0x000000000b5c1000 JavaThread "http-0.0.0.0-80-4" daemon [_thread_blocked, id=2628, stack(0x000000000ff60000,0x0000000010060000)] > 0x000000000b5c0000 JavaThread "http-0.0.0.0-80-3" daemon [_thread_blocked, id=1792, stack(0x000000000ed90000,0x000000000ee90000)] > 0x0000000009edf800 JavaThread "ReferenceCleaner" daemon [_thread_blocked, id=3668, stack(0x000000000ec90000,0x000000000ed90000)] > 0x0000000009ed8800 JavaThread "http-0.0.0.0-80-2" daemon [_thread_in_native, id=3660, stack(0x000000000eb90000,0x000000000ec90000)] > 0x000000000856f800 JavaThread "http-0.0.0.0-80-1" daemon [_thread_blocked, id=1872, stack(0x000000000ea90000,0x000000000eb90000)] > 0x0000000009edf000 JavaThread "DestroyJavaVM" [_thread_blocked, id=320, stack(0x0000000002500000,0x0000000002600000)] > 0x0000000009ede000 JavaThread "http-0.0.0.0-443-Acceptor-0" daemon [_thread_in_native, id=1016, stack(0x000000000e990000,0x000000000ea90000)] > 0x0000000009edd800 JavaThread "http-0.0.0.0-80-Acceptor-0" daemon [_thread_in_native, id=3048, stack(0x000000000e890000,0x000000000e990000)] > 0x0000000009edc800 JavaThread "TP-Monitor" daemon [_thread_blocked, id=1128, stack(0x000000000e790000,0x000000000e890000)] > 0x0000000009edc000 JavaThread "TP-Processor4" daemon [_thread_in_native, id=3348, stack(0x000000000e690000,0x000000000e790000)] > 0x0000000009edb000 JavaThread "TP-Processor3" daemon [_thread_blocked, id=968, stack(0x000000000e590000,0x000000000e690000)] > 0x0000000009eda800 JavaThread "TP-Processor2" daemon [_thread_blocked, id=2908, stack(0x000000000e490000,0x000000000e590000)] > 0x0000000009eda000 JavaThread "TP-Processor1" daemon [_thread_blocked, id=3216, stack(0x000000000e390000,0x000000000e490000)] > 0x0000000009ed9000 JavaThread "ContainerBackgroundProcessor[StandardEngine[default-server]]" daemon [_thread_blocked, id=4040, stack(0x000000000e290000,0x000000000e390000)] > 0x0000000008577800 JavaThread "ExecutionPoolPulseWorker(1)" daemon [_thread_blocked, id=3404, stack(0x000000000e190000,0x000000000e290000)] > 0x0000000008576800 JavaThread "ExecutionPoolPulseWorker(0)" daemon [_thread_blocked, id=2388, stack(0x000000000e090000,0x000000000e190000)] > 0x0000000008574800 JavaThread "RMI RenewClean-[188.188.81.152:51961,org.ofbiz.service.rmi.socket.ssl.SSLClientSocketFactory@522dc2b4]" daemon [_thread_blocked, id=3868, stack(0x000000000dce0000,0x000000000dde0000)] > 0x0000000008573800 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=1624, stack(0x000000000dbe0000,0x000000000dce0000)] > 0x0000000008572800 JavaThread "GC Daemon" daemon [_thread_blocked, id=3776, stack(0x000000000d9e0000,0x000000000dae0000)] > 0x0000000008571800 JavaThread "RMI Reaper" [_thread_blocked, id=3584, stack(0x000000000d8e0000,0x000000000d9e0000)] > 0x0000000008571000 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=3088, stack(0x000000000d7e0000,0x000000000d8e0000)] > 0x0000000008570000 JavaThread "RMI TCP Accept-8099" daemon [_thread_in_native, id=3220, stack(0x000000000d580000,0x000000000d680000)] > 0x000000000856e800 JavaThread "org.ofbiz.service.job.JobPoller@244ff48e" [_thread_blocked, id=3432, stack(0x000000000d280000,0x000000000d380000)] > 0x000000000856e000 JavaThread "default-invoker-Thread-11" [_thread_blocked, id=3648, stack(0x000000000d180000,0x000000000d280000)] > 0x000000000856d000 JavaThread "default-invoker-Thread-10" [_thread_blocked, id=3628, stack(0x000000000d080000,0x000000000d180000)] > 0x000000000856c800 JavaThread "default-invoker-Thread-9" [_thread_blocked, id=1420, stack(0x000000000cf80000,0x000000000d080000)] > 0x000000000856c000 JavaThread "default-invoker-Thread-8" [_thread_blocked, id=3964, stack(0x000000000ce80000,0x000000000cf80000)] > 0x000000000856b000 JavaThread "default-invoker-Thread-7" [_thread_blocked, id=3552, stack(0x000000000cd80000,0x000000000ce80000)] > 0x000000000856a800 JavaThread "Timer-0" daemon [_thread_blocked, id=476, stack(0x000000000d380000,0x000000000d480000)] > 0x0000000008569000 JavaThread "Thread-4" daemon [_thread_blocked, id=4036, stack(0x0000000009ce0000,0x0000000009de0000)] > 0x0000000008568000 JavaThread "Dispatcher-Thread-3" daemon [_thread_blocked, id=284, stack(0x0000000009be0000,0x0000000009ce0000)] > 0x0000000006036000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=4044, stack(0x0000000006e40000,0x0000000006f40000)] > 0x000000000052f800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=3732, stack(0x0000000006d40000,0x0000000006e40000)] > 0x000000000052b800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=1868, stack(0x0000000006c40000,0x0000000006d40000)] > 0x0000000006021800 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=4032, stack(0x0000000006b40000,0x0000000006c40000)] > 0x0000000006020000 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=3784, stack(0x0000000006a40000,0x0000000006b40000)] > =>0x000000000601a000 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_in_vm, id=1496, stack(0x0000000006620000,0x0000000006720000)] > 0x000000000600a000 JavaThread "Attach Listener" daemon [_thread_blocked, id=3692, stack(0x00000000062c0000,0x00000000063c0000)] > 0x0000000006009000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3936, stack(0x00000000061c0000,0x00000000062c0000)] > 0x0000000000516000 JavaThread "Finalizer" daemon [_thread_blocked, id=1108, stack(0x0000000005ec0000,0x0000000005fc0000)] > 0x000000000050d000 JavaThread "Reference Handler" daemon [_thread_blocked, id=1864, stack(0x0000000005dc0000,0x0000000005ec0000)] > Other Threads: > 0x0000000000506800 VMThread [stack: 0x0000000005cc0000,0x0000000005dc0000] [id=2952] > 0x0000000006052800 WatcherThread [stack: 0x0000000006f40000,0x0000000007040000] [id=3288] > VM state:not at safepoint (normal execution) > VM Mutex/Monitor currently owned by a thread: None > Heap > PSYoungGen total 136000K, used 96977K [0x00000000f5560000, 0x0000000100000000, 0x0000000100000000) > eden space 100352K, 70% used [0x00000000f5560000,0x00000000f9a0cc10,0x00000000fb760000) > from space 35648K, 74% used [0x00000000fdd30000,0x00000000ff737a00,0x0000000100000000) > to space 37184K, 0% used [0x00000000fb760000,0x00000000fb760000,0x00000000fdbb0000) > PSOldGen total 146624K, used 93979K [0x00000000e0000000, 0x00000000e8f30000, 0x00000000f5560000) > object space 146624K, 64% used [0x00000000e0000000,0x00000000e5bc6dd8,0x00000000e8f30000) > PSPermGen total 72448K, used 64149K [0x00000000d8000000, 0x00000000dc6c0000, 0x00000000e0000000) > object space 72448K, 88% used [0x00000000d8000000,0x00000000dbea5620,0x00000000dc6c0000) > Code Cache [0x0000000002600000, 0x0000000002ec0000, 0x0000000005600000) > total_blobs=2596 nmethods=1801 adapters=755 free_code_cache=41289088 largest_free_block=12928 > Dynamic libraries: > 0x0000000000400000 - 0x000000000042f000 D:\Java\jdk1.6.0_31\bin\javaw.exe > 0x00000000774f0000 - 0x0000000077699000 C:\Windows\SYSTEM32\ntdll.dll > 0x00000000773d0000 - 0x00000000774ef000 C:\Windows\system32\kernel32.dll > 0x000007fefd170000 - 0x000007fefd1dc000 C:\Windows\system32\KERNELBASE.dll > 0x000007fefebc0000 - 0x000007fefec9b000 C:\Windows\system32\ADVAPI32.dll > 0x000007fefd740000 - 0x000007fefd7df000 C:\Windows\system32\msvcrt.dll > 0x000007fefeba0000 - 0x000007fefebbf000 C:\Windows\SYSTEM32\sechost.dll > 0x000007fefd7e0000 - 0x000007fefd90d000 C:\Windows\system32\RPCRT4.dll > 0x00000000772d0000 - 0x00000000773ca000 C:\Windows\system32\USER32.dll > 0x000007fefdb20000 - 0x000007fefdb87000 C:\Windows\system32\GDI32.dll > 0x000007fefd730000 - 0x000007fefd73e000 C:\Windows\system32\LPK.dll > 0x000007fefd660000 - 0x000007fefd729000 C:\Windows\system32\USP10.dll > 0x000007feff7d0000 - 0x000007feff7fe000 C:\Windows\system32\IMM32.DLL > 0x000007feff070000 - 0x000007feff179000 C:\Windows\system32\MSCTF.dll > 0x000000006d8b0000 - 0x000000006e068000 D:\Java\jdk1.6.0_31\jre\bin\server\jvm.dll > 0x000007fefd380000 - 0x000007fefd3bb000 C:\Windows\system32\WINMM.dll > 0x000000006d820000 - 0x000000006d82e000 D:\Java\jdk1.6.0_31\jre\bin\verify.dll > 0x000000006d450000 - 0x000000006d477000 D:\Java\jdk1.6.0_31\jre\bin\java.dll > 0x000000006d4c0000 - 0x000000006d4f4000 D:\Java\jdk1.6.0_31\jre\bin\jdwp.dll > 0x000000006d6e0000 - 0x000000006d6e8000 D:\Java\jdk1.6.0_31\jre\bin\npt.dll > 0x000000006d870000 - 0x000000006d882000 D:\Java\jdk1.6.0_31\jre\bin\zip.dll > 0x000000006d310000 - 0x000000006d319000 D:\Java\jdk1.6.0_31\jre\bin\dt_socket.dll > 0x000007fefda30000 - 0x000007fefda7d000 C:\Windows\system32\WS2_32.dll > 0x000007fefdda0000 - 0x000007fefdda8000 C:\Windows\system32\NSI.dll > 0x000007fefb7b0000 - 0x000007fefb7c5000 C:\Windows\system32\NLAapi.dll > 0x000007fef8a10000 - 0x000007fef8a25000 C:\Windows\system32\napinsp.dll > 0x000007fef8550000 - 0x000007fef8569000 C:\Windows\system32\pnrpnsp.dll > 0x000007fefc8a0000 - 0x000007fefc8f5000 C:\Windows\System32\mswsock.dll > 0x000007fefc720000 - 0x000007fefc77b000 C:\Windows\system32\DNSAPI.dll > 0x000007fef8540000 - 0x000007fef854b000 C:\Windows\System32\winrnr.dll > 0x000007fefb370000 - 0x000007fefb397000 C:\Windows\system32\IPHLPAPI.DLL > 0x000007fefb360000 - 0x000007fefb36b000 C:\Windows\system32\WINNSI.DLL > 0x000007fefb220000 - 0x000007fefb273000 C:\Windows\System32\fwpuclnt.dll > 0x000007fef8a30000 - 0x000007fef8a38000 C:\Windows\system32\rasadhlp.dll > 0x000007fefc2c0000 - 0x000007fefc2c7000 C:\Windows\System32\wshtcpip.dll > 0x000000006d6b0000 - 0x000000006d6c7000 D:\Java\jdk1.6.0_31\jre\bin\net.dll > 0x000007fefc890000 - 0x000007fefc897000 C:\Windows\System32\wship6.dll > 0x000000006d5f0000 - 0x000000006d5fa000 D:\Java\jdk1.6.0_31\jre\bin\management.dll > 0x000007fefc900000 - 0x000007fefc918000 C:\Windows\system32\CRYPTSP.dll > 0x000007fefc600000 - 0x000007fefc647000 C:\Windows\system32\rsaenh.dll > 0x000007fefd140000 - 0x000007fefd15e000 C:\Windows\system32\USERENV.dll > 0x000007fefd100000 - 0x000007fefd10f000 C:\Windows\system32\profapi.dll > 0x000007fefcfa0000 - 0x000007fefcfaf000 C:\Windows\system32\CRYPTBASE.dll > 0x000000006d750000 - 0x000000006d756000 D:\Java\jdk1.6.0_31\jre\bin\rmi.dll > 0x000000006d0a0000 - 0x000000006d264000 D:\Java\jdk1.6.0_31\jre\bin\awt.dll > 0x000007fef8260000 - 0x000007fef82d1000 C:\Windows\system32\WINSPOOL.DRV > 0x000007fefdb90000 - 0x000007fefdd93000 C:\Windows\system32\ole32.dll > 0x000007fefde10000 - 0x000007fefeb99000 C:\Windows\system32\SHELL32.dll > 0x000007fefeff0000 - 0x000007feff061000 C:\Windows\system32\SHLWAPI.dll > 0x000007fefb8d0000 - 0x000007fefbac4000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18807_none_fa381d5f175bfb52\COMCTL32.dll > 0x000000006d340000 - 0x000000006d3a7000 D:\Java\jdk1.6.0_31\jre\bin\fontmanager.dll > 0x000007fefd360000 - 0x000007fefd378000 C:\Windows\system32\DWMAPI.DLL > 0x000007fefb5c0000 - 0x000007fefb616000 C:\Windows\system32\uxtheme.dll > 0x000000006d6d0000 - 0x000000006d6db000 D:\Java\jdk1.6.0_31\jre\bin\nio.dll > 0x000000006d570000 - 0x000000006d5a5000 D:\Java\jdk1.6.0_31\jre\bin\jpeg.dll > 0x00000000776b0000 - 0x00000000776b7000 C:\Windows\system32\PSAPI.DLL > 0x000007fef0270000 - 0x000007fef0395000 C:\Windows\system32\dbghelp.dll > VM Arguments: > jvm_args: -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:51954 -Xms128M -Xmx512M -XX:MaxPermSize=128m -Dfile.encoding=UTF-8 > java_command: org.ofbiz.base.start.Start > Launcher Type: SUN_STANDARD > Environment Variables: > JAVA_HOME=D:\Java\jdk1.6.0_31 > CLASSPATH=.;D:\Java\jdk1.6.0_31\lib > PATH=D:\Java\jdk1.6.0_31\jre\bin;D:\gradle-2.1\bin;D:\apache-maven-3.0.5\bin;D:\MySQL\bin;D:\oracle11g\product\11.2.0\dbhome_1\bin;D:\Java\jdk1.6.0_31\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;D:\TortoiseSVN\bin;D:\SSH > USERNAME=ZYYW-152 > OS=Windows_NT > PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 42 Stepping 7, GenuineIntel > --------------- S Y S T E M --------------- > OS: Windows 7 , 64 bit Build 7601 Service Pack 1 > CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt > Memory: 4k page, physical 8059132k(4174380k free), swap 16116428k(12087620k free) > vm_info: Java HotSpot(TM) 64-Bit Server VM (20.6-b01) for windows-amd64 JRE (1.6.0_31-b05), built on Feb 3 2012 18:34:57 by "java_re" with MS VC++ 8.0 (VS2005) > time: Fri May 29 16:52:57 2015 > elapsed time: 276 seconds -- This message was sent by Atlassian JIRA (v6.3.4#6332) |
Free forum by Nabble | Edit this page |