mikeha
2014-05-08 05:10:47 UTC
Hi, I'm trying to get a Netbeans Plaform application to connect to a SQL Server 2012 database using JDBC with Windows Authentication.
I'm getting a EXCEPTION_ACCESS_VIOLATION (0xc0000005) from the JRE. I realize this may not be a Netbeans problem - but I'm hoping that at least someone here who's implemented JDBC Windows Authentication into their NB Platform app can help me or tell me how they got it to work.
I've followed all the instructions I could find on the web.
I'm on Windows 7. Basically, I've tried both JDK 1.6 & 1.7. I've downloaded the JDBC drivers from Microsoft (sqljdbc_4.0.2206.100) and have no problems connecting to SQL Server without integrated security (Windows Authentication). I have put the "sqljdbc_auth.dll" (x64) in C:\Windows\System32.
I have tried connection strings:
jdbc:sqlserver://192.168.1.200:2012;databaseName=dbtest;integratedSecurity=true;
jdbc:sqlserver://192.168.1.200:2012;databaseName=dbtest;integratedSecurity=true;authenticationScheme=JavaKerberos;
jdbc:sqlserver://192.168.1.200:2012;databaseName=dbtest;integratedSecurity=true;authenticationScheme=NativeAuthentication;
All result with EXCEPTION_ACCESS_VIOLATION.
Can someone tell if if there's a special module (or something) that I'm meant to bundle with my NB application?
I couldn't attached the complete error log, but I've pasted a few of what seem like the more relevant parts below.
Anybody got JDBC Windows Authentication to work from their NB Platform app?
Thanks in advance.
Code:
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006c75f1a1, pid=2240, tid=4040
#
# JRE version: Java(TM) SE Runtime Environment (7.0_55-b13) (build 1.7.0_55-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.55-b03 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# V [jvm.dll+0x11f1a1]
Code:
Stack: [0x00000000145c0000,0x00000000147c0000], sp=0x00000000147be540, free space=2041k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x11f1a1]
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;Ljava/lang/String;Ljava/lang/String;Ljava/util/logging/Logger;)I+0
j com.microsoft.sqlserver.jdbc.AuthenticationJNI.GenerateClientContext([BI[B[I[Z)I+24
j com.microsoft.sqlserver.jdbc.SQLServerConnection.SSPIData([B[B[I[ZLcom/microsoft/sqlserver/jdbc/AuthenticationJNI;)V+13
j com.microsoft.sqlserver.jdbc.SQLServerConnection.sendLogon(Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$LogonCommand;Lcom/microsoft/sqlserver/jdbc/AuthenticationJNI;)V+151
j com.microsoft.sqlserver.jdbc.SQLServerConnection.logon(Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$LogonCommand;)V+20
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;II)V+284
j com.microsoft.sqlserver.jdbc.SQLServerConnection.login(Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;Lcom/microsoft/sqlserver/jdbc/FailoverInfo;IJ)V+399
j com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(Ljava/util/Properties;Lcom/microsoft/sqlserver/jdbc/SQLServerPooledConnection;)Ljava/sql/Connection;+1736
j com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+45
Code:
VM Arguments:
jvm_args: -Dnetbeans.logger.console=true -ea -Djdk.home=C:\Program Files\Java\jdk1.7.0_55 -splash:C:\Users\dbtest\Desktop\MyTest\NetbeansProjects\MyTest\build\testuserdir\var\cache\splash.png -Dnetbeans.home=C:\Program Files\NetBeans 7.3.1\platform -Dnetbeans.user=C:\Users\dbtest\Desktop\MyTest\NetbeansProjects\MyTest\build\testuserdir -Dnetbeans.default_userdir_root= -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=C:\Users\dbtest\Desktop\MyTest\NetbeansProjects\MyTest\build\testuserdir\var\log\heapdump.hprof -Dnetbeans.system_http_proxy=DIRECT -Dsun.awt.keepWorkingSetOnMinimize=true -Dnetbeans.dirs=C:\Users\dbtest\Desktop\MyTest\NetbeansProjects\MyTest\build\cluster;C:\Program Files\NetBeans 7.3.1\platform exit
java_command: <unknown>
Launcher Type: generic
Environment Variables:
PATH=C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\EgisTec MyWinLocker\x64;C:\Program Files (x86)\EgisTec MyWinLocker\;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management
Engine Components\IPT
USERNAME=dbtest
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 42 Stepping 7, GenuineIntel
Code:
Dynamic libraries:
0x0000000000400000 - 0x000000000043a000 C:\Program Files\NetBeans 7.3.1\platform\lib\nbexec64.exe
0x0000000077070000 - 0x0000000077219000 C:\Windows\SYSTEM32\ntdll.dll
0x0000000076e50000 - 0x0000000076f6f000 C:\Windows\system32\kernel32.dll
0x000007fefced0000 - 0x000007fefcf3b000 C:\Windows\system32\KERNELBASE.dll
0x000007fefd250000 - 0x000007fefd32b000 C:\Windows\system32\ADVAPI32.dll
0x000007fefe410000 - 0x000007fefe4af000 C:\Windows\system32\msvcrt.dll
0x000007feff330000 - 0x000007feff34f000 C:\Windows\SYSTEM32\sechost.dll
0x000007fefe2e0000 - 0x000007fefe40d000 C:\Windows\system32\RPCRT4.dll
0x0000000076f70000 - 0x000000007706a000 C:\Windows\system32\USER32.dll
0x000007fefd4e0000 - 0x000007fefd547000 C:\Windows\system32\GDI32.dll
0x000007fefd340000 - 0x000007fefd34e000 C:\Windows\system32\LPK.dll
0x000007fefef00000 - 0x000007fefefc9000 C:\Windows\system32\USP10.dll
0x000007feff350000 - 0x000007feff37e000 C:\Windows\system32\IMM32.DLL
0x000007fefd350000 - 0x000007fefd459000 C:\Windows\system32\MSCTF.dll
0x0000000063c80000 - 0x0000000063dd4000 C:\Program Files\NetBeans 7.3.1\platform\lib\nbexec64.dll
0x000000006c640000 - 0x000000006ce09000 C:\Program Files\Java\jdk1.7.0_55\jre\bin\server\jvm.dll
0x000007fef3680000 - 0x000007fef3689000 C:\Windows\system32\WSOCK32.dll
0x000007fefeeb0000 - 0x000007fefeefd000 C:\Windows\system32\WS2_32.dll
0x000007fefd330000 - 0x000007fefd338000 C:\Windows\system32\NSI.dll
0x000007fefa660000 - 0x000007fefa69b000 C:\Windows\system32\WINMM.dll
0x0000000077230000 - 0x0000000077237000 C:\Windows\system32\PSAPI.DLL
0x0000000073920000 - 0x00000000739f2000 C:\Program Files\Java\jdk1.7.0_55\jre\bin\MSVCR100.dll
0x0000000073b50000 - 0x0000000073b8f000 C:\Program Files\Java\jdk1.7.0_55\jre\bin\splashscreen.dll
0x000007fefb5b0000 - 0x000007fefb606000 C:\Windows\system32\uxtheme.dll
0x0000000073b40000 - 0x0000000073b4f000 C:\Program Files\Java\jdk1.7.0_55\jre\bin\verify.dll
0x0000000073b10000 - 0x0000000073b38000 C:\Program Files\Java\jdk1.7.0_55\jre\bin\java.dll
0x0000000073af0000 - 0x0000000073b05000 C:\Program Files\Java\jdk1.7.0_55\jre\bin\zip.dll
0x000007fefe750000 - 0x000007fefe953000 C:\Windows\system32\ole32.dll
0x000007fefcd50000 - 0x000007fefcd5f000 C:\Windows\system32\CRYPTBASE.dll
0x0000000073ac0000 - 0x0000000073ad9000 C:\Program Files\Java\jdk1.7.0_55\jre\bin\net.dll
0x000007fefc670000 - 0x000007fefc6c5000 C:\Windows\system32\mswsock.dll
0x000007fefc660000 - 0x000007fefc667000 C:\Windows\System32\wship6.dll
0x0000000073aa0000 - 0x0000000073ab1000 C:\Program Files\Java\jdk1.7.0_55\jre\bin\nio.dll
0x000007fef9820000 - 0x000007fef9847000 C:\Windows\system32\IPHLPAPI.DLL
0x000007fef9810000 - 0x000007fef981b000 C:\Windows\system32\WINNSI.DLL
0x000007fef95b0000 - 0x000007fef95c8000 C:\Windows\system32\dhcpcsvc.DLL
0x000007fef9590000 - 0x000007fef95a1000 C:\Windows\system32\dhcpcsvc6.DLL
0x0000000180000000 - 0x000000018004a000 C:\Program Files\Acer\Acer ePower Management\SysHook.dll
0x000007fef8690000 - 0x000007fef8701000 C:\Windows\system32\WINSPOOL.DRV
0x000007fefd460000 - 0x000007fefd4d1000 C:\Windows\system32\SHLWAPI.dll
0x000007fefe960000 - 0x000007fefea37000 C:\Windows\system32\OLEAUT32.dll
0x00000000700e0000 - 0x0000000070275000 C:\Program Files\Java\jdk1.7.0_55\jre\bin\awt.dll
0x000007fefc6d0000 - 0x000007fefc6e7000 C:\Windows\system32\CRYPTSP.dll
0x000007fefc3d0000 - 0x000007fefc417000 C:\Windows\system32\rsaenh.dll
0x000007fefc120000 - 0x000007fefc13e000 C:\Windows\system32\USERENV.dll
0x000007fefce20000 - 0x000007fefce2f000 C:\Windows\system32\profapi.dll
0x000007fefb180000 - 0x000007fefb198000 C:\Windows\system32\DWMAPI.DLL
0x000007fef9a90000 - 0x000007fef9aa5000 C:\Windows\system32\NLAapi.dll
0x000007fef6f80000 - 0x000007fef6f95000 C:\Windows\system32\napinsp.dll
0x000007fef6f60000 - 0x000007fef6f79000 C:\Windows\system32\pnrpnsp.dll
0x000007fefc4f0000 - 0x000007fefc54b000 C:\Windows\system32\DNSAPI.dll
0x000007fef6f50000 - 0x000007fef6f5b000 C:\Windows\System32\winrnr.dll
0x000007fef7510000 - 0x000007fef753f000 C:\Program Files\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
0x000007fef6f40000 - 0x000007fef6f50000 C:\Windows\system32\wshbth.dll
0x000007fefc000000 - 0x000007fefc007000 C:\Windows\System32\wshtcpip.dll
0x000007fef7500000 - 0x000007fef7508000 C:\Windows\system32\rasadhlp.dll
0x000007fef9650000 - 0x000007fef96a3000 C:\Windows\System32\fwpuclnt.dll
0x000007fefb790000 - 0x000007fefb984000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
0x0000000073a50000 - 0x0000000073a97000 C:\Program Files\Java\jdk1.7.0_55\jre\bin\fontmanager.dll
0x0000000073a00000 - 0x0000000073a41000 C:\Program Files\Java\jdk1.7.0_55\jre\bin\t2k.dll
0x0000000001fc0000 - 0x0000000001ff8000 C:\Program Files\NetBeans 7.3.1\platform\modules\lib\amd64\jnidispatch-340.dll
0x000007fefd550000 - 0x000007fefe2d8000 C:\Windows\system32\SHELL32.dll
0x000007fef8110000 - 0x000007fef81b0000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.18201_none_a4d3b9377117c3df\comctl32.dll
0x000007fefee10000 - 0x000007fefeea9000 C:\Windows\system32\CLBCatQ.DLL
0x000007fefafd0000 - 0x000007fefb131000 C:\Windows\system32\WindowsCodecs.dll
0x000007fefccf0000 - 0x000007fefcd47000 C:\Windows\system32\apphelp.dll
0x000007fef61d0000 - 0x000007fef6205000 C:\Windows\system32\EhStorShell.dll
0x000007fefefd0000 - 0x000007feff1a7000 C:\Windows\system32\SETUPAPI.dll
0x000007fefd0c0000 - 0x000007fefd0f6000 C:\Windows\system32\CFGMGR32.dll
0x000007fefd1f0000 - 0x000007fefd20a000 C:\Windows\system32\DEVOBJ.dll
0x000007fefb610000 - 0x000007fefb73c000 C:\Windows\system32\PROPSYS.dll
0x000007fef6150000 - 0x000007fef61d0000 C:\Windows\system32\ntshrui.dll
0x000007fefc990000 - 0x000007fefc9b3000 C:\Windows\system32\srvcli.dll
0x000007fef6510000 - 0x000007fef651f000 C:\Windows\system32\cscapi.dll
0x000007fef9a20000 - 0x000007fef9a2b000 C:\Windows\system32\slc.dll
0x000007fefbc80000 - 0x000007fefbcad000 C:\Windows\system32\ntmarta.dll
0x000007fefe6f0000 - 0x000007fefe742000 C:\Windows\system32\WLDAP32.dll
0x000007fef34c0000 - 0x000007fef365c000 C:\Windows\system32\NetworkExplorer.dll
0x000007fef5e70000 - 0x000007fef5ea4000 C:\Windows\System32\shdocvw.dll
0x000007fef6ce0000 - 0x000007fef6cf8000 C:\Windows\system32\MPR.dll
0x000007fef5910000 - 0x000007fef591a000 C:\Windows\System32\drprov.dll
0x000007fefc210000 - 0x000007fefc24d000 C:\Windows\System32\WINSTA.dll
0x000007fef58e0000 - 0x000007fef5902000 C:\Windows\System32\ntlanman.dll
0x000007fef58c0000 - 0x000007fef58dd000 C:\Windows\System32\davclnt.dll
0x000007fef58b0000 - 0x000007fef58ba000 C:\Windows\System32\DAVHLPR.dll
0x000007fefae60000 - 0x000007fefae75000 C:\Windows\system32\wkscli.dll
0x000007fefae80000 - 0x000007fefae8c000 C:\Windows\system32\netutils.dll
0x000007fee8c40000 - 0x000007fee8eb1000 C:\Windows\system32\wpdshext.dll
0x000007fefb390000 - 0x000007fefb5a6000 C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.18120_none_2b25b14c71ebf230\gdiplus.dll
0x000007fef7350000 - 0x000007fef740d000 C:\Windows\system32\PortableDeviceApi.dll
0x000007fefd210000 - 0x000007fefd24a000 C:\Windows\system32\WINTRUST.dll
0x000007fefcf50000 - 0x000007fefd0bc000 C:\Windows\system32\CRYPT32.dll
0x000007fefcec0000 - 0x000007fefcecf000 C:\Windows\system32\MSASN1.dll
0x000007feef970000 - 0x000007feef9a9000 C:\Windows\system32\PortableDeviceTypes.dll
0x000007fee8c10000 - 0x000007fee8c37000 C:\Windows\system32\EhStorAPI.dll
0x000007fef5e60000 - 0x000007fef5e6c000 C:\Windows\system32\LINKINFO.dll
0x000007fefcaf0000 - 0x000007fefcafb000 C:\Windows\system32\Secur32.dll
0x000007fefccc0000 - 0x000007fefcce5000 C:\Windows\system32\SSPICLI.DLL
0x000007fefae40000 - 0x000007fefae54000 C:\Windows\system32\samcli.dll
0x000007fefb740000 - 0x000007fefb75d000 C:\Windows\system32\SAMLIB.dll
0x00000000738b0000 - 0x00000000738d4000 C:\Program Files\Java\jdk1.7.0_55\jre\bin\sunec.dll
0x0000000073910000 - 0x000000007391b000 C:\Program Files\Java\jdk1.7.0_55\jre\bin\management.dll
0x00000000738a0000 - 0x00000000738ab000 C:\Program Files\Java\jdk1.7.0_55\jre\bin\sunmscapi.dll
0x000000006db20000 - 0x000000006db37000 C:\Windows\System32\sqljdbc_auth.dll
0x000007fefc250000 - 0x000007fefc25a000 C:\Windows\system32\credssp.dll
0x000007fefc6f0000 - 0x000007fefc7a4000 C:\Windows\system32\kerberos.DLL
0x000007fefc970000 - 0x000007fefc984000 C:\Windows\system32\cryptdll.dll
0x000007fefc600000 - 0x000007fefc651000 C:\Windows\system32\msv1_0.DLL
0x000007fef7cf0000 - 0x000007fef7d17000 C:\Windows\system32\ntdsapi.dll
0x000007fef8770000 - 0x000007fef8895000 C:\Windows\system32\dbghelp.dll
I'm getting a EXCEPTION_ACCESS_VIOLATION (0xc0000005) from the JRE. I realize this may not be a Netbeans problem - but I'm hoping that at least someone here who's implemented JDBC Windows Authentication into their NB Platform app can help me or tell me how they got it to work.
I've followed all the instructions I could find on the web.
I'm on Windows 7. Basically, I've tried both JDK 1.6 & 1.7. I've downloaded the JDBC drivers from Microsoft (sqljdbc_4.0.2206.100) and have no problems connecting to SQL Server without integrated security (Windows Authentication). I have put the "sqljdbc_auth.dll" (x64) in C:\Windows\System32.
I have tried connection strings:
jdbc:sqlserver://192.168.1.200:2012;databaseName=dbtest;integratedSecurity=true;
jdbc:sqlserver://192.168.1.200:2012;databaseName=dbtest;integratedSecurity=true;authenticationScheme=JavaKerberos;
jdbc:sqlserver://192.168.1.200:2012;databaseName=dbtest;integratedSecurity=true;authenticationScheme=NativeAuthentication;
All result with EXCEPTION_ACCESS_VIOLATION.
Can someone tell if if there's a special module (or something) that I'm meant to bundle with my NB application?
I couldn't attached the complete error log, but I've pasted a few of what seem like the more relevant parts below.
Anybody got JDBC Windows Authentication to work from their NB Platform app?
Thanks in advance.
Code:
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006c75f1a1, pid=2240, tid=4040
#
# JRE version: Java(TM) SE Runtime Environment (7.0_55-b13) (build 1.7.0_55-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.55-b03 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# V [jvm.dll+0x11f1a1]
Code:
Stack: [0x00000000145c0000,0x00000000147c0000], sp=0x00000000147be540, free space=2041k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x11f1a1]
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;Ljava/lang/String;Ljava/lang/String;Ljava/util/logging/Logger;)I+0
j com.microsoft.sqlserver.jdbc.AuthenticationJNI.GenerateClientContext([BI[B[I[Z)I+24
j com.microsoft.sqlserver.jdbc.SQLServerConnection.SSPIData([B[B[I[ZLcom/microsoft/sqlserver/jdbc/AuthenticationJNI;)V+13
j com.microsoft.sqlserver.jdbc.SQLServerConnection.sendLogon(Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$LogonCommand;Lcom/microsoft/sqlserver/jdbc/AuthenticationJNI;)V+151
j com.microsoft.sqlserver.jdbc.SQLServerConnection.logon(Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$LogonCommand;)V+20
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;II)V+284
j com.microsoft.sqlserver.jdbc.SQLServerConnection.login(Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;Lcom/microsoft/sqlserver/jdbc/FailoverInfo;IJ)V+399
j com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(Ljava/util/Properties;Lcom/microsoft/sqlserver/jdbc/SQLServerPooledConnection;)Ljava/sql/Connection;+1736
j com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+45
Code:
VM Arguments:
jvm_args: -Dnetbeans.logger.console=true -ea -Djdk.home=C:\Program Files\Java\jdk1.7.0_55 -splash:C:\Users\dbtest\Desktop\MyTest\NetbeansProjects\MyTest\build\testuserdir\var\cache\splash.png -Dnetbeans.home=C:\Program Files\NetBeans 7.3.1\platform -Dnetbeans.user=C:\Users\dbtest\Desktop\MyTest\NetbeansProjects\MyTest\build\testuserdir -Dnetbeans.default_userdir_root= -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=C:\Users\dbtest\Desktop\MyTest\NetbeansProjects\MyTest\build\testuserdir\var\log\heapdump.hprof -Dnetbeans.system_http_proxy=DIRECT -Dsun.awt.keepWorkingSetOnMinimize=true -Dnetbeans.dirs=C:\Users\dbtest\Desktop\MyTest\NetbeansProjects\MyTest\build\cluster;C:\Program Files\NetBeans 7.3.1\platform exit
java_command: <unknown>
Launcher Type: generic
Environment Variables:
PATH=C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\EgisTec MyWinLocker\x64;C:\Program Files (x86)\EgisTec MyWinLocker\;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management
Engine Components\IPT
USERNAME=dbtest
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 42 Stepping 7, GenuineIntel
Code:
Dynamic libraries:
0x0000000000400000 - 0x000000000043a000 C:\Program Files\NetBeans 7.3.1\platform\lib\nbexec64.exe
0x0000000077070000 - 0x0000000077219000 C:\Windows\SYSTEM32\ntdll.dll
0x0000000076e50000 - 0x0000000076f6f000 C:\Windows\system32\kernel32.dll
0x000007fefced0000 - 0x000007fefcf3b000 C:\Windows\system32\KERNELBASE.dll
0x000007fefd250000 - 0x000007fefd32b000 C:\Windows\system32\ADVAPI32.dll
0x000007fefe410000 - 0x000007fefe4af000 C:\Windows\system32\msvcrt.dll
0x000007feff330000 - 0x000007feff34f000 C:\Windows\SYSTEM32\sechost.dll
0x000007fefe2e0000 - 0x000007fefe40d000 C:\Windows\system32\RPCRT4.dll
0x0000000076f70000 - 0x000000007706a000 C:\Windows\system32\USER32.dll
0x000007fefd4e0000 - 0x000007fefd547000 C:\Windows\system32\GDI32.dll
0x000007fefd340000 - 0x000007fefd34e000 C:\Windows\system32\LPK.dll
0x000007fefef00000 - 0x000007fefefc9000 C:\Windows\system32\USP10.dll
0x000007feff350000 - 0x000007feff37e000 C:\Windows\system32\IMM32.DLL
0x000007fefd350000 - 0x000007fefd459000 C:\Windows\system32\MSCTF.dll
0x0000000063c80000 - 0x0000000063dd4000 C:\Program Files\NetBeans 7.3.1\platform\lib\nbexec64.dll
0x000000006c640000 - 0x000000006ce09000 C:\Program Files\Java\jdk1.7.0_55\jre\bin\server\jvm.dll
0x000007fef3680000 - 0x000007fef3689000 C:\Windows\system32\WSOCK32.dll
0x000007fefeeb0000 - 0x000007fefeefd000 C:\Windows\system32\WS2_32.dll
0x000007fefd330000 - 0x000007fefd338000 C:\Windows\system32\NSI.dll
0x000007fefa660000 - 0x000007fefa69b000 C:\Windows\system32\WINMM.dll
0x0000000077230000 - 0x0000000077237000 C:\Windows\system32\PSAPI.DLL
0x0000000073920000 - 0x00000000739f2000 C:\Program Files\Java\jdk1.7.0_55\jre\bin\MSVCR100.dll
0x0000000073b50000 - 0x0000000073b8f000 C:\Program Files\Java\jdk1.7.0_55\jre\bin\splashscreen.dll
0x000007fefb5b0000 - 0x000007fefb606000 C:\Windows\system32\uxtheme.dll
0x0000000073b40000 - 0x0000000073b4f000 C:\Program Files\Java\jdk1.7.0_55\jre\bin\verify.dll
0x0000000073b10000 - 0x0000000073b38000 C:\Program Files\Java\jdk1.7.0_55\jre\bin\java.dll
0x0000000073af0000 - 0x0000000073b05000 C:\Program Files\Java\jdk1.7.0_55\jre\bin\zip.dll
0x000007fefe750000 - 0x000007fefe953000 C:\Windows\system32\ole32.dll
0x000007fefcd50000 - 0x000007fefcd5f000 C:\Windows\system32\CRYPTBASE.dll
0x0000000073ac0000 - 0x0000000073ad9000 C:\Program Files\Java\jdk1.7.0_55\jre\bin\net.dll
0x000007fefc670000 - 0x000007fefc6c5000 C:\Windows\system32\mswsock.dll
0x000007fefc660000 - 0x000007fefc667000 C:\Windows\System32\wship6.dll
0x0000000073aa0000 - 0x0000000073ab1000 C:\Program Files\Java\jdk1.7.0_55\jre\bin\nio.dll
0x000007fef9820000 - 0x000007fef9847000 C:\Windows\system32\IPHLPAPI.DLL
0x000007fef9810000 - 0x000007fef981b000 C:\Windows\system32\WINNSI.DLL
0x000007fef95b0000 - 0x000007fef95c8000 C:\Windows\system32\dhcpcsvc.DLL
0x000007fef9590000 - 0x000007fef95a1000 C:\Windows\system32\dhcpcsvc6.DLL
0x0000000180000000 - 0x000000018004a000 C:\Program Files\Acer\Acer ePower Management\SysHook.dll
0x000007fef8690000 - 0x000007fef8701000 C:\Windows\system32\WINSPOOL.DRV
0x000007fefd460000 - 0x000007fefd4d1000 C:\Windows\system32\SHLWAPI.dll
0x000007fefe960000 - 0x000007fefea37000 C:\Windows\system32\OLEAUT32.dll
0x00000000700e0000 - 0x0000000070275000 C:\Program Files\Java\jdk1.7.0_55\jre\bin\awt.dll
0x000007fefc6d0000 - 0x000007fefc6e7000 C:\Windows\system32\CRYPTSP.dll
0x000007fefc3d0000 - 0x000007fefc417000 C:\Windows\system32\rsaenh.dll
0x000007fefc120000 - 0x000007fefc13e000 C:\Windows\system32\USERENV.dll
0x000007fefce20000 - 0x000007fefce2f000 C:\Windows\system32\profapi.dll
0x000007fefb180000 - 0x000007fefb198000 C:\Windows\system32\DWMAPI.DLL
0x000007fef9a90000 - 0x000007fef9aa5000 C:\Windows\system32\NLAapi.dll
0x000007fef6f80000 - 0x000007fef6f95000 C:\Windows\system32\napinsp.dll
0x000007fef6f60000 - 0x000007fef6f79000 C:\Windows\system32\pnrpnsp.dll
0x000007fefc4f0000 - 0x000007fefc54b000 C:\Windows\system32\DNSAPI.dll
0x000007fef6f50000 - 0x000007fef6f5b000 C:\Windows\System32\winrnr.dll
0x000007fef7510000 - 0x000007fef753f000 C:\Program Files\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
0x000007fef6f40000 - 0x000007fef6f50000 C:\Windows\system32\wshbth.dll
0x000007fefc000000 - 0x000007fefc007000 C:\Windows\System32\wshtcpip.dll
0x000007fef7500000 - 0x000007fef7508000 C:\Windows\system32\rasadhlp.dll
0x000007fef9650000 - 0x000007fef96a3000 C:\Windows\System32\fwpuclnt.dll
0x000007fefb790000 - 0x000007fefb984000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
0x0000000073a50000 - 0x0000000073a97000 C:\Program Files\Java\jdk1.7.0_55\jre\bin\fontmanager.dll
0x0000000073a00000 - 0x0000000073a41000 C:\Program Files\Java\jdk1.7.0_55\jre\bin\t2k.dll
0x0000000001fc0000 - 0x0000000001ff8000 C:\Program Files\NetBeans 7.3.1\platform\modules\lib\amd64\jnidispatch-340.dll
0x000007fefd550000 - 0x000007fefe2d8000 C:\Windows\system32\SHELL32.dll
0x000007fef8110000 - 0x000007fef81b0000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.18201_none_a4d3b9377117c3df\comctl32.dll
0x000007fefee10000 - 0x000007fefeea9000 C:\Windows\system32\CLBCatQ.DLL
0x000007fefafd0000 - 0x000007fefb131000 C:\Windows\system32\WindowsCodecs.dll
0x000007fefccf0000 - 0x000007fefcd47000 C:\Windows\system32\apphelp.dll
0x000007fef61d0000 - 0x000007fef6205000 C:\Windows\system32\EhStorShell.dll
0x000007fefefd0000 - 0x000007feff1a7000 C:\Windows\system32\SETUPAPI.dll
0x000007fefd0c0000 - 0x000007fefd0f6000 C:\Windows\system32\CFGMGR32.dll
0x000007fefd1f0000 - 0x000007fefd20a000 C:\Windows\system32\DEVOBJ.dll
0x000007fefb610000 - 0x000007fefb73c000 C:\Windows\system32\PROPSYS.dll
0x000007fef6150000 - 0x000007fef61d0000 C:\Windows\system32\ntshrui.dll
0x000007fefc990000 - 0x000007fefc9b3000 C:\Windows\system32\srvcli.dll
0x000007fef6510000 - 0x000007fef651f000 C:\Windows\system32\cscapi.dll
0x000007fef9a20000 - 0x000007fef9a2b000 C:\Windows\system32\slc.dll
0x000007fefbc80000 - 0x000007fefbcad000 C:\Windows\system32\ntmarta.dll
0x000007fefe6f0000 - 0x000007fefe742000 C:\Windows\system32\WLDAP32.dll
0x000007fef34c0000 - 0x000007fef365c000 C:\Windows\system32\NetworkExplorer.dll
0x000007fef5e70000 - 0x000007fef5ea4000 C:\Windows\System32\shdocvw.dll
0x000007fef6ce0000 - 0x000007fef6cf8000 C:\Windows\system32\MPR.dll
0x000007fef5910000 - 0x000007fef591a000 C:\Windows\System32\drprov.dll
0x000007fefc210000 - 0x000007fefc24d000 C:\Windows\System32\WINSTA.dll
0x000007fef58e0000 - 0x000007fef5902000 C:\Windows\System32\ntlanman.dll
0x000007fef58c0000 - 0x000007fef58dd000 C:\Windows\System32\davclnt.dll
0x000007fef58b0000 - 0x000007fef58ba000 C:\Windows\System32\DAVHLPR.dll
0x000007fefae60000 - 0x000007fefae75000 C:\Windows\system32\wkscli.dll
0x000007fefae80000 - 0x000007fefae8c000 C:\Windows\system32\netutils.dll
0x000007fee8c40000 - 0x000007fee8eb1000 C:\Windows\system32\wpdshext.dll
0x000007fefb390000 - 0x000007fefb5a6000 C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.18120_none_2b25b14c71ebf230\gdiplus.dll
0x000007fef7350000 - 0x000007fef740d000 C:\Windows\system32\PortableDeviceApi.dll
0x000007fefd210000 - 0x000007fefd24a000 C:\Windows\system32\WINTRUST.dll
0x000007fefcf50000 - 0x000007fefd0bc000 C:\Windows\system32\CRYPT32.dll
0x000007fefcec0000 - 0x000007fefcecf000 C:\Windows\system32\MSASN1.dll
0x000007feef970000 - 0x000007feef9a9000 C:\Windows\system32\PortableDeviceTypes.dll
0x000007fee8c10000 - 0x000007fee8c37000 C:\Windows\system32\EhStorAPI.dll
0x000007fef5e60000 - 0x000007fef5e6c000 C:\Windows\system32\LINKINFO.dll
0x000007fefcaf0000 - 0x000007fefcafb000 C:\Windows\system32\Secur32.dll
0x000007fefccc0000 - 0x000007fefcce5000 C:\Windows\system32\SSPICLI.DLL
0x000007fefae40000 - 0x000007fefae54000 C:\Windows\system32\samcli.dll
0x000007fefb740000 - 0x000007fefb75d000 C:\Windows\system32\SAMLIB.dll
0x00000000738b0000 - 0x00000000738d4000 C:\Program Files\Java\jdk1.7.0_55\jre\bin\sunec.dll
0x0000000073910000 - 0x000000007391b000 C:\Program Files\Java\jdk1.7.0_55\jre\bin\management.dll
0x00000000738a0000 - 0x00000000738ab000 C:\Program Files\Java\jdk1.7.0_55\jre\bin\sunmscapi.dll
0x000000006db20000 - 0x000000006db37000 C:\Windows\System32\sqljdbc_auth.dll
0x000007fefc250000 - 0x000007fefc25a000 C:\Windows\system32\credssp.dll
0x000007fefc6f0000 - 0x000007fefc7a4000 C:\Windows\system32\kerberos.DLL
0x000007fefc970000 - 0x000007fefc984000 C:\Windows\system32\cryptdll.dll
0x000007fefc600000 - 0x000007fefc651000 C:\Windows\system32\msv1_0.DLL
0x000007fef7cf0000 - 0x000007fef7d17000 C:\Windows\system32\ntdsapi.dll
0x000007fef8770000 - 0x000007fef8895000 C:\Windows\system32\dbghelp.dll