Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Fatal Error : EXCEPTION_ACCESS_VIOLATION (0xc0000005).

998487Mar 22 2013 — edited Mar 26 2013
Hi All,

I am trying to migrate one of the Enterprise Application to another enterprise application using the migrator tool, But i am getting the error.................

A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006d9d238b, pid=4940, tid=5584
#
# 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+0x12238b]
#
# 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 (0x00000000004fc800): JavaThread "main" [_thread_in_vm, id=5584, stack(0x00000000024d0000,0x00000000025d0000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000000

Registers:
RAX=0x0000000000000000, RBX=0x00000000004fc800, RCX=0x00000000004fc9d0, RDX=0x0000000000000000
RSP=0x00000000025cedd0, RBP=0x00000000025cf018, RSI=0x00000000004fc9d0, RDI=0x0000000000000000
R8 =0x000000000000002f, R9 =0x00000000721419cf, R10=0x000000000000002f, R11=0x000000009aee2418
R12=0x00000000025cf020, R13=0x0000000000000000, R14=0x0000000000000000, R15=0x0000000000000000
RIP=0x000000006d9d238b, EFLAGS=0x0000000000010202

Top of Stack: (sp=0x00000000025cedd0)
0x00000000025cedd0: 00000000004fc800 00000000025cf018
0x00000000025cede0: 00000000721419a0 00000000004fc9d0
0x00000000025cedf0: 00000000004fc800 0000000000000000
0x00000000025cee00: 00000000004fd770 0000000000000000
0x00000000025cee10: 00000000004fc800 0000000072144c47
0x00000000025cee20: 00000000004fc9d0 00000000025cf018
0x00000000025cee30: 0000000000000000 00000000005bca30
0x00000000025cee40: 00000000004fc800 00000000025cf020
0x00000000025cee50: 00000000fbea1078 0000000000000000
0x00000000025cee60: 00000000004fc800 000000006d946956
0x00000000025cee70: 0000000002619156 00000000004fd770
0x00000000025cee80: 0000000000000000 0000000000000000
0x00000000025cee90: 0000000000000000 0000000000000000
0x00000000025ceea0: 0000000000000000 00000000025e11d2
0x00000000025ceeb0: 00000000004fc800 00000000025cf020
0x00000000025ceec0: 00000000fbea1078 0000000000000000

Instructions: (pc=0x000000006d9d238b)
0x000000006d9d236b: 89 5c 24 20 48 c7 44 24 28 00 00 00 00 74 0a 48
0x000000006d9d237b: 8d 4c 24 20 e8 8c 64 12 00 80 3d f5 84 61 00 00
0x000000006d9d238b: 48 8b 17 74 16 8b 52 08 0f b6 0d 96 2e 5e 00 48
0x000000006d9d239b: d3 e2 48 03 15 84 2e 5e 00 eb 04 48 8b 52 08 48


Register to memory mapping:

RAX=0x0000000000000000 is an unknown value
RBX=0x00000000004fc800 is a thread
RCX=0x00000000004fc9d0 is an unknown value
RDX=0x0000000000000000 is an unknown value
RSP=0x00000000025cedd0 is pointing into the stack for thread: 0x00000000004fc800
RBP=0x00000000025cf018 is pointing into the stack for thread: 0x00000000004fc800
RSI=0x00000000004fc9d0 is an unknown value
RDI=0x0000000000000000 is an unknown value
R8 =0x000000000000002f is an unknown value
R9 =0x00000000721419cf is an unknown value
R10=0x000000000000002f is an unknown value
R11=0x000000009aee2418 is an oop
[C
- klass: {type array char}
- length: 47
R12=0x00000000025cf020 is pointing into the stack for thread: 0x00000000004fc800
R13=0x0000000000000000 is an unknown value
R14=0x0000000000000000 is an unknown value
R15=0x0000000000000000 is an unknown value


Stack: [0x00000000024d0000,0x00000000025d0000], sp=0x00000000025cedd0, free space=1019k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x12238b]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j com.microsoft.sqlserver.jdbc.AuthenticationJNI.SNISecGenClientContext([B[I[BI[B[I[ZLjava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/util/logging/Logger;)I+0
j com.microsoft.sqlserver.jdbc.AuthenticationJNI.GenerateClientContext([B[Z)[B+68
j com.microsoft.sqlserver.jdbc.SQLServerConnection.sendLogon(Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$LogonCommand;Lcom/microsoft/sqlserver/jdbc/SSPIAuthentication;)V+160
j com.microsoft.sqlserver.jdbc.SQLServerConnection.logon(Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$LogonCommand;)V+85
j com.microsoft.sqlserver.jdbc.SQLServerConnection.access$000(Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$LogonCommand;)V+2
j com.microsoft.sqlserver.jdbc.SQLServerConnection$LogonCommand.doExecute()Z+5
j com.microsoft.sqlserver.jdbc.TDSCommand.execute(Lcom/microsoft/sqlserver/jdbc/TDSWriter;Lcom/microsoft/sqlserver/jdbc/TDSReader;)Z+30
j com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(Lcom/microsoft/sqlserver/jdbc/TDSCommand;)Z+45
j com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(Lcom/microsoft/sqlserver/jdbc/ServerPortPlaceHolder;IIZ)V+216
j com.microsoft.sqlserver.jdbc.SQLServerConnection.login(Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;Lcom/microsoft/sqlserver/jdbc/FailoverInfo;IJ)V+469
j com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(Ljava/util/Properties;Lcom/microsoft/sqlserver/jdbc/SQLServerPooledConnection;)Ljava/sql/Connection;+2174
j com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+45
j java.sql.DriverManager.getConnection(Ljava/lang/String;Ljava/util/Properties;Ljava/lang/ClassLoader;)Ljava/sql/Connection;+210
j java.sql.DriverManager.getConnection(Ljava/lang/String;)Ljava/sql/Connection;+15
j com.ptc.windchill.migration.wbm.wppm.util.SqlServerHelper.getConnection(Ljava/lang/String;)Ljava/sql/Connection;+9
j com.ptc.windchill.migration.wbm.wppm.MigrationSettings.<init>(Ljava/lang/String;)V+597
j com.ptc.windchill.migration.wbm.wppm.WppLoader.main([Ljava/lang/String;)V+439
v ~StubRoutines::call_stub

--------------- P R O C E S S ---------------

Java Threads: ( => current thread )
0x0000000006694000 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=2092, stack(0x0000000007cd0000,0x0000000007dd0000)]
0x00000000066d4000 JavaThread "RMI RenewClean-[vs011.softcell.com:5003]" daemon [_thread_blocked, id=3284, stack(0x0000000007bd0000,0x0000000007cd0000)]
0x0000000006a1f000 JavaThread "GC Daemon" daemon [_thread_blocked, id=4360, stack(0x00000000077d0000,0x00000000078d0000)]
0x000000000694a000 JavaThread "RMI RenewClean-[vs011.softcell.com:5002]" daemon [_thread_blocked, id=3084, stack(0x00000000076d0000,0x00000000077d0000)]
0x0000000006dd7800 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=1496, stack(0x00000000075d0000,0x00000000076d0000)]
0x00000000005f4000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=4376, stack(0x0000000006420000,0x0000000006520000)]
0x00000000005f1800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=5896, stack(0x0000000006320000,0x0000000006420000)]
0x00000000005e0000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=4344, stack(0x0000000006220000,0x0000000006320000)]
0x00000000005de800 JavaThread "Attach Listener" daemon [_thread_blocked, id=5764, stack(0x0000000006120000,0x0000000006220000)]
0x00000000005da800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3852, stack(0x0000000006020000,0x0000000006120000)]
0x00000000005c9800 JavaThread "Finalizer" daemon [_thread_blocked, id=5716, stack(0x0000000005d20000,0x0000000005e20000)]
0x00000000005c2000 JavaThread "Reference Handler" daemon [_thread_blocked, id=5228, stack(0x0000000005c20000,0x0000000005d20000)]
=>0x00000000004fc800 JavaThread "main" [_thread_in_vm, id=5584, stack(0x00000000024d0000,0x00000000025d0000)]

Other Threads:
0x00000000005bb800 VMThread [stack: 0x0000000005b20000,0x0000000005c20000] [id=4616]
0x00000000005fa000 WatcherThread [stack: 0x0000000006520000,0x0000000006620000] [id=5468]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
def new generation total 29888K, used 20818K [0x0000000099e00000, 0x000000009be60000, 0x00000000ba350000)
eden space 26624K, 65% used [0x0000000099e00000, 0x000000009af249e8, 0x000000009b800000)
from space 3264K, 99% used [0x000000009bb30000, 0x000000009be5fff8, 0x000000009be60000)
to space 3264K, 0% used [0x000000009b800000, 0x000000009b800000, 0x000000009bb30000)
tenured generation total 66240K, used 4245K [0x00000000ba350000, 0x00000000be400000, 0x00000000fae00000)
the space 66240K, 6% used [0x00000000ba350000, 0x00000000ba775490, 0x00000000ba775600, 0x00000000be400000)
compacting perm gen total 21248K, used 18007K [0x00000000fae00000, 0x00000000fc2c0000, 0x0000000100000000)
the space 21248K, 84% used [0x00000000fae00000, 0x00000000fbf95ee8, 0x00000000fbf96000, 0x00000000fc2c0000)
No shared spaces configured.

Code Cache [0x00000000025d0000, 0x0000000002840000, 0x00000000055d0000)
total_blobs=469 nmethods=169 adapters=253 free_code_cache=49423360 largest_free_block=16256

Dynamic libraries:
0x0000000000400000 - 0x000000000042f000 E:\PTC\Windchill_10.1\Java\jre\bin\java.exe
0x0000000077ae0000 - 0x0000000077c8b000 C:\Windows\SYSTEM32\ntdll.dll
0x00000000779c0000 - 0x0000000077adf000 C:\Windows\system32\kernel32.dll
0x000007fefdb50000 - 0x000007fefdbbb000 C:\Windows\system32\KERNELBASE.dll
0x000007fefdfd0000 - 0x000007fefe0ab000 C:\Windows\system32\ADVAPI32.dll
0x000007feff680000 - 0x000007feff71f000 C:\Windows\system32\msvcrt.dll
0x000007fefdfb0000 - 0x000007fefdfcf000 C:\Windows\SYSTEM32\sechost.dll
0x000007feff720000 - 0x000007feff84e000 C:\Windows\system32\RPCRT4.dll
0x000000006d8b0000 - 0x000000006e068000 E:\PTC\Windchill_10.1\Java\jre\bin\server\jvm.dll
0x00000000778c0000 - 0x00000000779ba000 C:\Windows\system32\USER32.dll
0x000007feffb40000 - 0x000007feffba7000 C:\Windows\system32\GDI32.dll
0x000007feffde0000 - 0x000007feffdee000 C:\Windows\system32\LPK.dll
0x000007fefde60000 - 0x000007fefdf2a000 C:\Windows\system32\USP10.dll
0x000007fef83a0000 - 0x000007fef83db000 C:\Windows\system32\WINMM.dll
0x000007feff010000 - 0x000007feff03e000 C:\Windows\system32\IMM32.DLL
0x000007feffa30000 - 0x000007feffb39000 C:\Windows\system32\MSCTF.dll
0x000000006d820000 - 0x000000006d82e000 E:\PTC\Windchill_10.1\Java\jre\bin\verify.dll
0x000000006d450000 - 0x000000006d477000 E:\PTC\Windchill_10.1\Java\jre\bin\java.dll
0x000000006d870000 - 0x000000006d882000 E:\PTC\Windchill_10.1\Java\jre\bin\zip.dll
0x000000006d5f0000 - 0x000000006d5fa000 E:\PTC\Windchill_10.1\Java\jre\bin\management.dll
0x000000006d6b0000 - 0x000000006d6c7000 E:\PTC\Windchill_10.1\Java\jre\bin\net.dll
0x000007fefde10000 - 0x000007fefde5d000 C:\Windows\system32\WS2_32.dll
0x000007feffdd0000 - 0x000007feffdd8000 C:\Windows\system32\NSI.dll
0x000007fefd270000 - 0x000007fefd2c4000 C:\Windows\system32\mswsock.dll
0x000007fefd260000 - 0x000007fefd267000 C:\Windows\System32\wship6.dll
0x000007fefc170000 - 0x000007fefc185000 C:\Windows\system32\NLAapi.dll
0x000007fefd0f0000 - 0x000007fefd14b000 C:\Windows\system32\DNSAPI.dll
0x000007fef4730000 - 0x000007fef473b000 C:\Windows\System32\winrnr.dll
0x000007fef4710000 - 0x000007fef4725000 C:\Windows\system32\napinsp.dll
0x000007fefcc70000 - 0x000007fefcc77000 C:\Windows\System32\wshtcpip.dll
0x000007fefbb30000 - 0x000007fefbb57000 C:\Windows\system32\IPHLPAPI.DLL
0x000007fefbaf0000 - 0x000007fefbafb000 C:\Windows\system32\WINNSI.DLL
0x000007fef69b0000 - 0x000007fef69b8000 C:\Windows\system32\rasadhlp.dll
0x000007fefba80000 - 0x000007fefbad3000 C:\Windows\System32\fwpuclnt.dll
0x000007fefd8d0000 - 0x000007fefd927000 C:\Windows\system32\apphelp.dll
0x000007fefd2d0000 - 0x000007fefd2e7000 C:\Windows\system32\CRYPTSP.dll
0x000007fefcfd0000 - 0x000007fefd017000 C:\Windows\system32\rsaenh.dll
0x000007fefcd80000 - 0x000007fefcd9e000 C:\Windows\system32\USERENV.dll
0x000007fefda40000 - 0x000007fefda4f000 C:\Windows\system32\profapi.dll
0x000007fefd930000 - 0x000007fefd93f000 C:\Windows\system32\CRYPTBASE.dll
0x000000006d750000 - 0x000000006d756000 E:\PTC\Windchill_10.1\Java\jre\bin\rmi.dll
0x0000000072140000 - 0x0000000072159000 E:\PTC\Windchill_10.1\Java\bin\sqljdbc_auth.dll
0x000007fefd580000 - 0x000007fefd58b000 C:\Windows\system32\secur32.dll
0x000007fefd8a0000 - 0x000007fefd8c5000 C:\Windows\system32\SSPICLI.DLL
0x000007fefced0000 - 0x000007fefced9000 C:\Windows\system32\credssp.dll
0x000007fefd2f0000 - 0x000007fefd3a3000 C:\Windows\system32\kerberos.DLL
0x000007fefd620000 - 0x000007fefd634000 C:\Windows\system32\cryptdll.dll
0x000007fefdae0000 - 0x000007fefdaef000 C:\Windows\system32\MSASN1.dll
0x000007fefd200000 - 0x000007fefd251000 C:\Windows\system32\msv1_0.DLL
0x000007fef6cb0000 - 0x000007fef6cd7000 C:\Windows\system32\ntdsapi.dll
0x0000000077ca0000 - 0x0000000077ca7000 C:\Windows\system32\PSAPI.DLL

VM Arguments:
java_command: com.ptc.windchill.migration.wbm.wppm.WppLoader -USER=wcadmin -PASSWORD=wcadmin -SETTINGS=E:\WppMigration\loader.properties.txt
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=E:\PTC\Windchill_10.1\Java
CLASSPATH=E:\PTC\Windchill_10.1\Windchill\codebase;E:\PTC\Windchill_10.1\Windchill\codebase\WEB-INF\lib\*;E:\PTC\Windchill_10.1\Windchill\lib\*;E:\PTC\Windchill_10.1\Java\lib\tools.jar;E:\PTC\Windchill_10.1\Windchill\tomcat\bin\bootstrap.jar;E:\PTC\Windchill_10.1\Windchill\tomcat\bin\tomcat-juli.jar
PATH=E:\PTC\Windchill_10.1\Windchill\bin;E:\PTC\Windchill_10.1\Windchill\ant\bin;E:\PTC\Windchill_10.1\Java\jre\bin;E:\PTC\Windchill_10.1\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;E:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;E:\Program Files\Microsoft SQL Server\100\Tools\Binn\;E:\Program Files\Microsoft SQL Server\100\DTS\Binn\;E:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\;E:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;E:\PTC\Windchill_10.1\Java\jre\bin
USERNAME=Administrator
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 10, GenuineIntel



--------------- S Y S T E M ---------------

OS: Windows NT 6.1 , 64 bit Build 7600

CPU:total 1 (1 cores per cpu, 1 threads per core) family 6 model 23 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3

Memory: 4k page, physical 6356536k(1529432k free), swap 12711176k(1606280k 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: Thu Mar 21 17:36:30 2013
elapsed time: 426 seconds


Please help me to resolve the error.

Regards
Ankit Agrawal
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 23 2013
Added on Mar 22 2013
5 comments
5,898 views