<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Exception access violation while executing Java ArcObject application in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/exception-access-violation-while-executing-java/m-p/81353#M2131</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For information, I run the program from Eclipse but the error also occurs running outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any configuration used by this ntvinv.dll such as registry key or environment variable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This problem is very blocking for me, so I would be very grateful to get any help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jun 2015 15:48:24 GMT</pubDate>
    <dc:creator>KevinLECOCQ</dc:creator>
    <dc:date>2015-06-10T15:48:24Z</dc:date>
    <item>
      <title>Exception access violation while executing Java ArcObject application</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/exception-access-violation-while-executing-java/m-p/81352#M2130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have developed an visual application using ArcObjects SDK for Java 10.2 which worked well until yesterday.&lt;/P&gt;&lt;P&gt;Since, I'm facing a fatal error (full trace below) while I don't feel I have changed anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The crash occurs when a JFrame is created containing a PageLayoutBean, then the JVM calls NativeObjRef.getJdk13WindowsHandleNative(), and then the ntvinv.dll calls &lt;STRONG&gt;Java_com_esri_arcgis_system_EngineInitializer_initLicensing&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;According to the description of the file, Ntvinv.dll is 'Native Invocation Library for ArcGIS Java Interop'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't see where licensing could be a problem as ArcMap starts well, and the other ArcObjects calls also work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just discovered that there was a similar function available in Java:&lt;/P&gt;&lt;PRE class="jive-pre"&gt;public static void &lt;STRONG&gt;initLicensing&lt;/STRONG&gt;(int product, &lt;A href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"&gt;String&lt;/A&gt; pathToBin)&lt;/PRE&gt;&lt;DL&gt;&lt;DD&gt;Initialize the ArcObjects for ArcGIS Server with options optimal for usage in a ArcGIS Server&lt;/DD&gt;&lt;/DL&gt;&lt;P&gt;Maybe parameters are wrong..&lt;/P&gt;&lt;P&gt;Any idea where to look?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The trace:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;P&gt;# A fatal error has been detected by the Java Runtime Environment:&lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;P&gt;#&amp;nbsp; EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7ce71790, pid=3848, tid=6472&lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;P&gt;# JRE version: 6.0_43-b01&lt;/P&gt;&lt;P&gt;# Java VM: Java HotSpot(TM) Client VM (20.14-b01 mixed mode windows-x86 )&lt;/P&gt;&lt;P&gt;# Problematic frame:&lt;/P&gt;&lt;P&gt;# C&amp;nbsp; [ntvinv.dll+0x11790]&lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;P&gt;# If you would like to submit a bug report, please visit:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;#&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://java.sun.com/webapps/bugreport/crash.jsp" rel="nofollow" target="_blank"&gt;http://java.sun.com/webapps/bugreport/crash.jsp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;# The crash happened outside the Java Virtual Machine in native code.&lt;/P&gt;&lt;P&gt;# See problematic frame for where to report the bug.&lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---------------&amp;nbsp; T H R E A D&amp;nbsp; ---------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current thread (0x0262a800):&amp;nbsp; JavaThread "main" [_thread_in_native, id=6472, stack(0x00430000,0x00480000)]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;siginfo: ExceptionCode=0xc0000005, reading address 0x00000000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Registers:&lt;/P&gt;&lt;P&gt;EAX=0x00000000, EBX=0x00000000, ECX=0xbc5bb6fa, EDX=0x0047f51c&lt;/P&gt;&lt;P&gt;ESP=0x0047f3ec, EBP=0x0047f644, ESI=0x0262a928, EDI=0x00000000&lt;/P&gt;&lt;P&gt;EIP=0x7ce71790, EFLAGS=0x00010202&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Top of Stack: (sp=0x0047f3ec)&lt;/P&gt;&lt;P&gt;0x0047f3ec:&amp;nbsp;&amp;nbsp; 14864e80 0262a928 14864e80 0047f694&lt;/P&gt;&lt;P&gt;0x0047f3fc:&amp;nbsp;&amp;nbsp; 0047f6a4 0047f660 6a5c2e2e 625c6572&lt;/P&gt;&lt;P&gt;0x0047f40c:&amp;nbsp;&amp;nbsp; 6a5c6e69 2e747761 006c6c64 415c3a43&lt;/P&gt;&lt;P&gt;0x0047f41c:&amp;nbsp;&amp;nbsp; 49476372 65445c53 6f6c6576 4b726570&lt;/P&gt;&lt;P&gt;0x0047f42c:&amp;nbsp;&amp;nbsp; 30317469 6a5c322e 5c617661 5c65726a&lt;/P&gt;&lt;P&gt;0x0047f43c:&amp;nbsp;&amp;nbsp; 5c65726a 5c6e6962 7477616a 6c6c642e&lt;/P&gt;&lt;P&gt;0x0047f44c:&amp;nbsp;&amp;nbsp; 00540000 005904d8 00000000 0262a800&lt;/P&gt;&lt;P&gt;0x0047f45c:&amp;nbsp;&amp;nbsp; 0262b060 00000000 00000007 0047f554&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instructions: (pc=0x7ce71790)&lt;/P&gt;&lt;P&gt;0x7ce71770:&amp;nbsp;&amp;nbsp; 60 90 eb 7c 8b f8 85 ff 75 7a 53 e8 20 fd ff ff&lt;/P&gt;&lt;P&gt;0x7ce71780:&amp;nbsp;&amp;nbsp; 8b d8 8d 94 24 30 01 00 00 2b d3 eb 03 8d 49 00&lt;/P&gt;&lt;P&gt;0x7ce71790:&amp;nbsp;&amp;nbsp; 8a 08 88 0c 02 40 84 c9 75 f6 8d 94 24 30 01 00&lt;/P&gt;&lt;P&gt;0x7ce717a0:&amp;nbsp;&amp;nbsp; 00 52 ff 15 60 90 eb 7c 53 8b f8 e8 88 3f 02 00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Register to memory mapping:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EAX=0x00000000 is an unknown value&lt;/P&gt;&lt;P&gt;EBX=0x00000000 is an unknown value&lt;/P&gt;&lt;P&gt;ECX=0xbc5bb6fa is an unknown value&lt;/P&gt;&lt;P&gt;EDX=0x0047f51c is pointing into the stack for thread: 0x0262a800&lt;/P&gt;&lt;P&gt;ESP=0x0047f3ec is pointing into the stack for thread: 0x0262a800&lt;/P&gt;&lt;P&gt;EBP=0x0047f644 is pointing into the stack for thread: 0x0262a800&lt;/P&gt;&lt;P&gt;ESI=0x0262a928 is an unknown value&lt;/P&gt;&lt;P&gt;EDI=0x00000000 is an unknown value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stack: [0x00430000,0x00480000],&amp;nbsp; sp=0x0047f3ec,&amp;nbsp; free space=316k&lt;/P&gt;&lt;P&gt;Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)&lt;/P&gt;&lt;P&gt;C&amp;nbsp; [&lt;STRONG&gt;ntvinv.dll&lt;/STRONG&gt;+0x11790]&amp;nbsp; &lt;STRONG&gt;Java_com_esri_arcgis_system_EngineInitializer_initLicensing&lt;/STRONG&gt;+0x1020&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)&lt;/P&gt;&lt;P&gt;j&amp;nbsp; com.esri.arcgis.interop.NativeObjRef.&lt;STRONG&gt;getJdk13WindowsHandleNative&lt;/STRONG&gt;(Ljava/awt/Canvas;)J+0&lt;/P&gt;&lt;P&gt;j&amp;nbsp; com.esri.arcgis.interop.NativeObjRef.a(Ljava/awt/Canvas;)J+1&lt;/P&gt;&lt;P&gt;j&amp;nbsp; com.esri.arcgis.interop.r.getHandleForCanvas(Ljava/awt/Canvas;)J+1&lt;/P&gt;&lt;P&gt;j&amp;nbsp; com.esri.arcgis.interop.Ocx.a()J+48&lt;/P&gt;&lt;P&gt;j&amp;nbsp; com.esri.arcgis.interop.Ocx.addNotify()V+94&lt;/P&gt;&lt;P&gt;j&amp;nbsp; com.esri.arcgis.controls.PageLayoutControl.addNotify()V+5&lt;/P&gt;&lt;P&gt;j&amp;nbsp; java.awt.Container.addNotify()V+61&lt;/P&gt;&lt;P&gt;j&amp;nbsp; javax.swing.JComponent.addNotify()V+1&lt;/P&gt;&lt;P&gt;j&amp;nbsp; java.awt.Container.addNotify()V+61&lt;/P&gt;&lt;P&gt;j&amp;nbsp; javax.swing.JComponent.addNotify()V+1&lt;/P&gt;&lt;P&gt;j&amp;nbsp; java.awt.Container.addNotify()V+61&lt;/P&gt;&lt;P&gt;j&amp;nbsp; javax.swing.JComponent.addNotify()V+1&lt;/P&gt;&lt;P&gt;j&amp;nbsp; java.awt.Container.addNotify()V+61&lt;/P&gt;&lt;P&gt;j&amp;nbsp; javax.swing.JComponent.addNotify()V+1&lt;/P&gt;&lt;P&gt;j&amp;nbsp; javax.swing.JRootPane.addNotify()V+1&lt;/P&gt;&lt;P&gt;j&amp;nbsp; java.awt.Container.addNotify()V+61&lt;/P&gt;&lt;P&gt;j&amp;nbsp; java.awt.Window.addNotify()V+73&lt;/P&gt;&lt;P&gt;j&amp;nbsp; java.awt.Frame.addNotify()V+70&lt;/P&gt;&lt;P&gt;j&amp;nbsp; java.awt.Window.show()V+8&lt;/P&gt;&lt;P&gt;j&amp;nbsp; java.awt.Component.show(Z)V+5&lt;/P&gt;&lt;P&gt;j&amp;nbsp; java.awt.Component.setVisible(Z)V+2&lt;/P&gt;&lt;P&gt;j&amp;nbsp; java.awt.Window.setVisible(Z)V+2&lt;/P&gt;&lt;P&gt;j&amp;nbsp; latitude.arcobjects.utils.MapWindow.setPageLayout(Lcom/esri/arcgis/carto/IPageLayout;)V+51&lt;/P&gt;&lt;P&gt;j&amp;nbsp; latitude.arcobjects.proxy.PageProxy.startVisualMode(Lcom/esri/arcgis/geometry/IEnvelope;)V+20&lt;/P&gt;&lt;P&gt;j&amp;nbsp; latitude.application.export.Export.main([Ljava/lang/String;)V+2519&lt;/P&gt;&lt;P&gt;v&amp;nbsp; ~StubRoutines::call_stub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---------------&amp;nbsp; P R O C E S S&amp;nbsp; ---------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Java Threads: ( =&amp;gt; current thread )&lt;/P&gt;&lt;P&gt;&amp;nbsp; 0x192f5400 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=6220, stack(0x2b5d0000,0x2b620000)]&lt;/P&gt;&lt;P&gt;&amp;nbsp; 0x19352800 JavaThread "AWT-Shutdown" [_thread_blocked, id=5696, stack(0x21870000,0x218c0000)]&lt;/P&gt;&lt;P&gt;&amp;nbsp; 0x19252c00 JavaThread "Thread-3" daemon [_thread_in_native, id=6980, stack(0x1a7f0000,0x1a840000)]&lt;/P&gt;&lt;P&gt;&amp;nbsp; 0x19281000 JavaThread "J-Integra COM initialization thread (please don't touch)" daemon [_thread_blocked, id=468, stack(0x19710000,0x19760000)]&lt;/P&gt;&lt;P&gt;&amp;nbsp; 0x19280800 JavaThread "ArcGIS VisualBean Mode STA Thread" daemon [_thread_in_native, id=2652, stack(0x19680000,0x196d0000)]&lt;/P&gt;&lt;P&gt;&amp;nbsp; 0x1927f800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=6760, stack(0x195b0000,0x19600000)]&lt;/P&gt;&lt;P&gt;&amp;nbsp; 0x1927a800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2632, stack(0x19490000,0x194e0000)]&lt;/P&gt;&lt;P&gt;&amp;nbsp; 0x0253f400 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3088, stack(0x18cd0000,0x18d20000)]&lt;/P&gt;&lt;P&gt;&amp;nbsp; 0x0253c800 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=3256, stack(0x18c00000,0x18c50000)]&lt;/P&gt;&lt;P&gt;&amp;nbsp; 0x0253a400 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=5640, stack(0x18b60000,0x18bb0000)]&lt;/P&gt;&lt;P&gt;&amp;nbsp; 0x02534400 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=976, stack(0x18b10000,0x18b60000)]&lt;/P&gt;&lt;P&gt;&amp;nbsp; 0x02532000 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=700, stack(0x18a30000,0x18a80000)]&lt;/P&gt;&lt;P&gt;&amp;nbsp; 0x02528000 JavaThread "Attach Listener" daemon [_thread_blocked, id=6232, stack(0x188d0000,0x18920000)]&lt;/P&gt;&lt;P&gt;&amp;nbsp; 0x02524c00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=6240, stack(0x18840000,0x18890000)]&lt;/P&gt;&lt;P&gt;&amp;nbsp; 0x024f5000 JavaThread "Finalizer" daemon [_thread_blocked, id=6616, stack(0x187b0000,0x18800000)]&lt;/P&gt;&lt;P&gt;&amp;nbsp; 0x024f3800 JavaThread "Reference Handler" daemon [_thread_blocked, id=6708, stack(0x18720000,0x18770000)]&lt;/P&gt;&lt;P&gt;=&amp;gt;0x0262a800 JavaThread "main" [_thread_in_native, id=6472, stack(0x00430000,0x00480000)]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other Threads:&lt;/P&gt;&lt;P&gt;&amp;nbsp; 0x024ef000 VMThread [stack: 0x18690000,0x186e0000] [id=3836]&lt;/P&gt;&lt;P&gt;&amp;nbsp; 0x1917b800 WatcherThread [stack: 0x18d60000,0x18db0000] [id=3320]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VM state:not at safepoint (normal execution)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VM Mutex/Monitor currently owned by a thread: None&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Heap&lt;/P&gt;&lt;P&gt;def new generation&amp;nbsp;&amp;nbsp; total 4928K, used 3885K [0x04630000, 0x04b80000, 0x09b80000)&lt;/P&gt;&lt;P&gt;&amp;nbsp; eden space 4416K,&amp;nbsp; 76% used [0x04630000, 0x0497d6f0, 0x04a80000)&lt;/P&gt;&lt;P&gt;&amp;nbsp; from space 512K,&amp;nbsp; 98% used [0x04a80000, 0x04afe058, 0x04b00000)&lt;/P&gt;&lt;P&gt;&amp;nbsp; to&amp;nbsp;&amp;nbsp; space 512K,&amp;nbsp;&amp;nbsp; 0% used [0x04b00000, 0x04b00000, 0x04b80000)&lt;/P&gt;&lt;P&gt;tenured generation&amp;nbsp;&amp;nbsp; total 10944K, used 2157K [0x09b80000, 0x0a630000, 0x14630000)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; the space 10944K,&amp;nbsp; 19% used [0x09b80000, 0x09d9b5d8, 0x09d9b600, 0x0a630000)&lt;/P&gt;&lt;P&gt;compacting perm gen&amp;nbsp; total 16384K, used 16187K [0x14630000, 0x15630000, 0x18630000)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; the space 16384K,&amp;nbsp; 98% used [0x14630000, 0x155fee48, 0x155ff000, 0x15630000)&lt;/P&gt;&lt;P&gt;No shared spaces configured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code Cache&amp;nbsp; [0x02630000, 0x02798000, 0x04630000)&lt;/P&gt;&lt;P&gt;total_blobs=721 nmethods=477 adapters=187 free_code_cache=32092160 largest_free_block=1216&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dynamic libraries:&lt;/P&gt;&lt;P&gt;0x00400000 - 0x00425000 C:\ArcGIS\DeveloperKit10.2\java\jre\bin\javaw.exe&lt;/P&gt;&lt;P&gt;0x77240000 - 0x773c0000 C:\Windows\SysWOW64\ntdll.dll&lt;/P&gt;&lt;P&gt;0x75ec0000 - 0x75fd0000 C:\Windows\syswow64\kernel32.dll&lt;/P&gt;&lt;P&gt;0x76100000 - 0x76147000 C:\Windows\syswow64\KERNELBASE.dll&lt;/P&gt;&lt;P&gt;0x76d00000 - 0x76da1000 C:\Windows\syswow64\ADVAPI32.dll&lt;/P&gt;&lt;P&gt;0x76930000 - 0x769dc000 C:\Windows\syswow64\msvcrt.dll&lt;/P&gt;&lt;P&gt;0x76520000 - 0x76539000 C:\Windows\SysWOW64\sechost.dll&lt;/P&gt;&lt;P&gt;0x76bb0000 - 0x76ca0000 C:\Windows\syswow64\RPCRT4.dll&lt;/P&gt;&lt;P&gt;0x74bc0000 - 0x74c20000 C:\Windows\syswow64\SspiCli.dll&lt;/P&gt;&lt;P&gt;0x74bb0000 - 0x74bbc000 C:\Windows\syswow64\CRYPTBASE.dll&lt;/P&gt;&lt;P&gt;0x75d70000 - 0x75e70000 C:\Windows\syswow64\USER32.dll&lt;/P&gt;&lt;P&gt;0x75fd0000 - 0x76060000 C:\Windows\syswow64\GDI32.dll&lt;/P&gt;&lt;P&gt;0x76150000 - 0x7615a000 C:\Windows\syswow64\LPK.dll&lt;/P&gt;&lt;P&gt;0x76060000 - 0x760fd000 C:\Windows\syswow64\USP10.dll&lt;/P&gt;&lt;P&gt;0x769f0000 - 0x76a50000 C:\Windows\system32\IMM32.DLL&lt;/P&gt;&lt;P&gt;0x76540000 - 0x7660c000 C:\Windows\syswow64\MSCTF.dll&lt;/P&gt;&lt;P&gt;0x7c340000 - 0x7c396000 C:\ArcGIS\DeveloperKit10.2\java\jre\bin\msvcr71.dll&lt;/P&gt;&lt;P&gt;0x6d8c0000 - 0x6db70000 C:\ArcGIS\DeveloperKit10.2\java\jre\bin\client\jvm.dll&lt;/P&gt;&lt;P&gt;0x70500000 - 0x70532000 C:\Windows\system32\WINMM.dll&lt;/P&gt;&lt;P&gt;0x73790000 - 0x737dc000 C:\Windows\system32\apphelp.dll&lt;/P&gt;&lt;P&gt;0x6d870000 - 0x6d87c000 C:\ArcGIS\DeveloperKit10.2\java\jre\bin\verify.dll&lt;/P&gt;&lt;P&gt;0x6d3d0000 - 0x6d3ef000 C:\ArcGIS\DeveloperKit10.2\java\jre\bin\java.dll&lt;/P&gt;&lt;P&gt;0x6d420000 - 0x6d449000 C:\ArcGIS\DeveloperKit10.2\java\jre\bin\jdwp.dll&lt;/P&gt;&lt;P&gt;0x6d740000 - 0x6d746000 C:\ArcGIS\DeveloperKit10.2\java\jre\bin\npt.dll&lt;/P&gt;&lt;P&gt;0x6d8b0000 - 0x6d8bf000 C:\ArcGIS\DeveloperKit10.2\java\jre\bin\zip.dll&lt;/P&gt;&lt;P&gt;0x6d2b0000 - 0x6d2b7000 C:\ArcGIS\DeveloperKit10.2\java\jre\bin\dt_socket.dll&lt;/P&gt;&lt;P&gt;0x75e80000 - 0x75eb5000 C:\Windows\syswow64\WS2_32.dll&lt;/P&gt;&lt;P&gt;0x75e70000 - 0x75e76000 C:\Windows\syswow64\NSI.dll&lt;/P&gt;&lt;P&gt;0x70b50000 - 0x70b60000 C:\Windows\system32\NLAapi.dll&lt;/P&gt;&lt;P&gt;0x70b40000 - 0x70b50000 C:\Windows\system32\napinsp.dll&lt;/P&gt;&lt;P&gt;0x70b20000 - 0x70b32000 C:\Windows\system32\pnrpnsp.dll&lt;/P&gt;&lt;P&gt;0x70db0000 - 0x70dec000 C:\Windows\System32\mswsock.dll&lt;/P&gt;&lt;P&gt;0x73800000 - 0x73844000 C:\Windows\system32\DNSAPI.dll&lt;/P&gt;&lt;P&gt;0x70b10000 - 0x70b18000 C:\Windows\System32\winrnr.dll&lt;/P&gt;&lt;P&gt;0x70ae0000 - 0x70b07000 C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL&lt;/P&gt;&lt;P&gt;0x769e0000 - 0x769e5000 C:\Windows\syswow64\PSAPI.DLL&lt;/P&gt;&lt;P&gt;0x762c0000 - 0x76317000 C:\Windows\syswow64\SHLWAPI.dll&lt;/P&gt;&lt;P&gt;0x74520000 - 0x7453c000 C:\Windows\system32\IPHLPAPI.DLL&lt;/P&gt;&lt;P&gt;0x74510000 - 0x74517000 C:\Windows\system32\WINNSI.DLL&lt;/P&gt;&lt;P&gt;0x70aa0000 - 0x70ad8000 C:\Windows\System32\fwpuclnt.dll&lt;/P&gt;&lt;P&gt;0x70a90000 - 0x70a96000 C:\Windows\system32\rasadhlp.dll&lt;/P&gt;&lt;P&gt;0x70cb0000 - 0x70cb5000 C:\Windows\System32\wshtcpip.dll&lt;/P&gt;&lt;P&gt;0x6d6b0000 - 0x6d6c3000 C:\ArcGIS\DeveloperKit10.2\java\jre\bin\net.dll&lt;/P&gt;&lt;P&gt;0x70a80000 - 0x70a86000 C:\Windows\System32\wship6.dll&lt;/P&gt;&lt;P&gt;0x6d0b0000 - 0x6d1fc000 C:\ArcGIS\DeveloperKit10.2\java\jre\bin\awt.dll&lt;/P&gt;&lt;P&gt;0x74a80000 - 0x74ad1000 C:\Windows\system32\WINSPOOL.DRV&lt;/P&gt;&lt;P&gt;0x76160000 - 0x762bc000 C:\Windows\syswow64\ole32.dll&lt;/P&gt;&lt;P&gt;0x71000000 - 0x7119e000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18807_none_41e554362bd82458\COMCTL32.dll&lt;/P&gt;&lt;P&gt;0x6f1f0000 - 0x6f203000 C:\Windows\system32\DWMAPI.DLL&lt;/P&gt;&lt;P&gt;0x6ee30000 - 0x6eeb0000 C:\Windows\system32\uxtheme.dll&lt;/P&gt;&lt;P&gt;0x6d2e0000 - 0x6d32f000 C:\ArcGIS\DeveloperKit10.2\java\jre\bin\fontmanager.dll&lt;/P&gt;&lt;P&gt;0x7ce60000 - 0x7ced5000 C:\ArcGIS\Desktop10.2\bin\ntvinv.dll&lt;/P&gt;&lt;P&gt;0x76db0000 - 0x76e3f000 C:\Windows\syswow64\OLEAUT32.dll&lt;/P&gt;&lt;P&gt;0x76b20000 - 0x76ba3000 C:\Windows\syswow64\CLBCatQ.DLL&lt;/P&gt;&lt;P&gt;0x71ea0000 - 0x71eb1000 C:\Program Files (x86)\Common Files\ArcGIS\bin\ArcGISVersion.dll&lt;/P&gt;&lt;P&gt;0x64530000 - 0x6455b000 C:\Windows\WinSxS\x86_microsoft.vc90.atl_1fc8b3b9a1e18e3b_9.0.30729.7523_none_51c8dd18bbe8adec\ATL90.DLL&lt;/P&gt;&lt;P&gt;0x644a0000 - 0x6452e000 C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.7523_none_508f21ccbcbbb7a8\MSVCP90.dll&lt;/P&gt;&lt;P&gt;0x711a0000 - 0x71243000 C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.7523_none_508f21ccbcbbb7a8\MSVCR90.dll&lt;/P&gt;&lt;P&gt;0x732f0000 - 0x73307000 C:\Windows\system32\CRYPTSP.dll&lt;/P&gt;&lt;P&gt;0x731c0000 - 0x731fb000 C:\Windows\system32\rsaenh.dll&lt;/P&gt;&lt;P&gt;0x73220000 - 0x7322e000 C:\Windows\system32\RpcRtRemote.dll&lt;/P&gt;&lt;P&gt;0x617b0000 - 0x61987000 C:\ARCGIS\DESKTOP10.2\BIN\DADFLib.dll&lt;/P&gt;&lt;P&gt;0x74ae0000 - 0x74ae9000 C:\Windows\system32\VERSION.dll&lt;/P&gt;&lt;P&gt;0x74ff0000 - 0x75c3b000 C:\Windows\syswow64\SHELL32.dll&lt;/P&gt;&lt;P&gt;0x64480000 - 0x64497000 C:\ARCGIS\DESKTOP10.2\BIN\AoInitializer.dll&lt;/P&gt;&lt;P&gt;0x74a10000 - 0x74a20000 C:\ARCGIS\DESKTOP10.2\BIN\AppInitializerLib.dll&lt;/P&gt;&lt;P&gt;0x61510000 - 0x617a2000 C:\ARCGIS\DESKTOP10.2\BIN\AfCore.dll&lt;/P&gt;&lt;P&gt;0x70580000 - 0x70591000 C:\Windows\system32\NETAPI32.dll&lt;/P&gt;&lt;P&gt;0x70570000 - 0x70579000 C:\Windows\system32\netutils.dll&lt;/P&gt;&lt;P&gt;0x70550000 - 0x70569000 C:\Windows\system32\srvcli.dll&lt;/P&gt;&lt;P&gt;0x70540000 - 0x7054f000 C:\Windows\system32\wkscli.dll&lt;/P&gt;&lt;P&gt;0x704e0000 - 0x704f2000 C:\Windows\system32\MPR.dll&lt;/P&gt;&lt;P&gt;0x74d70000 - 0x74deb000 C:\Windows\syswow64\COMDLG32.dll&lt;/P&gt;&lt;P&gt;0x61060000 - 0x61501000 C:\ARCGIS\DESKTOP10.2\BIN\AfCore_libFNP.dll&lt;/P&gt;&lt;P&gt;0x72d10000 - 0x72d19000 C:\Windows\system32\snmpapi.dll&lt;/P&gt;&lt;P&gt;0x76320000 - 0x764bd000 C:\Windows\syswow64\SETUPAPI.dll&lt;/P&gt;&lt;P&gt;0x76900000 - 0x76927000 C:\Windows\syswow64\CFGMGR32.dll&lt;/P&gt;&lt;P&gt;0x76a70000 - 0x76a82000 C:\Windows\syswow64\DEVOBJ.dll&lt;/P&gt;&lt;P&gt;0x74560000 - 0x74567000 C:\Windows\system32\WSOCK32.dll&lt;/P&gt;&lt;P&gt;0x72be0000 - 0x72c1c000 C:\Windows\system32\OLEACC.dll&lt;/P&gt;&lt;P&gt;0x6f140000 - 0x6f14a000 C:\Windows\system32\wbem\wbemprox.dll&lt;/P&gt;&lt;P&gt;0x6f150000 - 0x6f1ac000 C:\Windows\system32\wbemcomn.dll&lt;/P&gt;&lt;P&gt;0x6f050000 - 0x6f05f000 C:\Windows\system32\wbem\wbemsvc.dll&lt;/P&gt;&lt;P&gt;0x6ef70000 - 0x6f006000 C:\Windows\system32\wbem\fastprox.dll&lt;/P&gt;&lt;P&gt;0x6ef50000 - 0x6ef68000 C:\Windows\system32\NTDSAPI.dll&lt;/P&gt;&lt;P&gt;0x76680000 - 0x766af000 C:\Windows\syswow64\WINTRUST.dll&lt;/P&gt;&lt;P&gt;0x75c40000 - 0x75d61000 C:\Windows\syswow64\CRYPT32.dll&lt;/P&gt;&lt;P&gt;0x766b0000 - 0x766bc000 C:\Windows\syswow64\MSASN1.dll&lt;/P&gt;&lt;P&gt;0x728b0000 - 0x728b3000 C:\Windows\system32\icmp.Dll&lt;/P&gt;&lt;P&gt;0x70b90000 - 0x70b9d000 C:\Windows\system32\dhcpcsvc6.DLL&lt;/P&gt;&lt;P&gt;0x70b70000 - 0x70b82000 C:\Windows\system32\dhcpcsvc.DLL&lt;/P&gt;&lt;P&gt;0x6d590000 - 0x6d5ac000 c:\arcgis\desktop10.2\bin\ccjw.dll&lt;/P&gt;&lt;P&gt;0x60ed0000 - 0x61060000 C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.18834_none_72d38c5186679d48\gdiplus.dll&lt;/P&gt;&lt;P&gt;0x7e690000 - 0x7e69f000 c:\arcgis\desktop10.2\bin\reghelp.dll&lt;/P&gt;&lt;P&gt;0x64390000 - 0x6447a000 C:\ARCGIS\DESKTOP10.2\BIN\BGLAPI.dll&lt;/P&gt;&lt;P&gt;0x60e00000 - 0x60ec6000 C:\ARCGIS\DESKTOP10.2\BIN\BGLGeomChestLib.dll&lt;/P&gt;&lt;P&gt;0x72830000 - 0x728a9000 C:\Windows\system32\mscms.dll&lt;/P&gt;&lt;P&gt;0x76a50000 - 0x76a67000 C:\Windows\syswow64\USERENV.dll&lt;/P&gt;&lt;P&gt;0x76670000 - 0x7667b000 C:\Windows\syswow64\profapi.dll&lt;/P&gt;&lt;P&gt;0x7a130000 - 0x7a180000 C:\ARCGIS\DESKTOP10.2\BIN\LCMS117LIB.DLL&lt;/P&gt;&lt;P&gt;0x60d20000 - 0x60df2000 C:\ARCGIS\DESKTOP10.2\BIN\BGLFontEngine.dll&lt;/P&gt;&lt;P&gt;0x79540000 - 0x7965f000 C:\ARCGIS\DESKTOP10.2\BIN\icuuc44.dll&lt;/P&gt;&lt;P&gt;0x781d0000 - 0x79011000 C:\ARCGIS\DESKTOP10.2\BIN\icudt44.dll&lt;/P&gt;&lt;P&gt;0x79350000 - 0x79383000 C:\ARCGIS\DESKTOP10.2\BIN\icule44.dll&lt;/P&gt;&lt;P&gt;0x64360000 - 0x6438f000 C:\ARCGIS\DESKTOP10.2\BIN\BGLAPILib.dll&lt;/P&gt;&lt;P&gt;0x60c80000 - 0x60d1f000 C:\ARCGIS\DESKTOP10.2\BIN\ImageAccessLib.dll&lt;/P&gt;&lt;P&gt;0x60be0000 - 0x60c73000 C:\ARCGIS\DESKTOP10.2\BIN\BGLRasterizerLib.dll&lt;/P&gt;&lt;P&gt;0x79300000 - 0x7930f000 C:\ARCGIS\DESKTOP10.2\BIN\icuio44.dll&lt;/P&gt;&lt;P&gt;0x79160000 - 0x792e5000 C:\ARCGIS\DESKTOP10.2\BIN\icuin44.dll&lt;/P&gt;&lt;P&gt;0x73610000 - 0x73705000 C:\Windows\system32\propsys.dll&lt;/P&gt;&lt;P&gt;0x74a50000 - 0x74a71000 C:\Windows\system32\ntmarta.dll&lt;/P&gt;&lt;P&gt;0x76cb0000 - 0x76cf5000 C:\Windows\syswow64\WLDAP32.dll&lt;/P&gt;&lt;P&gt;0x60b60000 - 0x60bd6000 C:\ARCGIS\DESKTOP10.2\BIN\BGLToGDIHelper.dll&lt;/P&gt;&lt;P&gt;0x64330000 - 0x64358000 C:\ARCGIS\DESKTOP10.2\BIN\BGLSymbolsLib.dll&lt;/P&gt;&lt;P&gt;0x60ab0000 - 0x60b5c000 C:\ARCGIS\DESKTOP10.2\BIN\BGLImageCoders.dll&lt;/P&gt;&lt;P&gt;0x637f0000 - 0x63828000 C:\Windows\system32\icm32.dll&lt;/P&gt;&lt;P&gt;0x60950000 - 0x60aa7000 C:\Windows\System32\msxml6.dll&lt;/P&gt;&lt;P&gt;0x60900000 - 0x60944000 C:\ARCGIS\DESKTOP10.2\BIN\BGLCache.dll&lt;/P&gt;&lt;P&gt;0x60620000 - 0x608f6000 C:\ARCGIS\DESKTOP10.2\BIN\Geometry.dll&lt;/P&gt;&lt;P&gt;0x605f0000 - 0x60612000 C:\Windows\system32\GLU32.dll&lt;/P&gt;&lt;P&gt;0x60520000 - 0x605e8000 C:\Windows\system32\OPENGL32.dll&lt;/P&gt;&lt;P&gt;0x60430000 - 0x60517000 C:\Windows\system32\DDRAW.dll&lt;/P&gt;&lt;P&gt;0x71de0000 - 0x71de6000 C:\Windows\system32\DCIMAN32.dll&lt;/P&gt;&lt;P&gt;0x7d3a0000 - 0x7d79b000 C:\ARCGIS\DESKTOP10.2\BIN\pe.dll&lt;/P&gt;&lt;P&gt;0x1c350000 - 0x1c3ad000 C:\ARCGIS\DESKTOP10.2\BIN\sg.dll&lt;/P&gt;&lt;P&gt;0x60220000 - 0x60425000 C:\ARCGIS\DESKTOP10.2\BIN\ExtTopoEngine.dll&lt;/P&gt;&lt;P&gt;0x1d060000 - 0x1d4be000 C:\ARCGIS\DESKTOP10.2\BIN\sde.dll&lt;/P&gt;&lt;P&gt;0x6f3d0000 - 0x6f3df000 C:\Windows\system32\SAMCLI.DLL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VM Arguments:&lt;/P&gt;&lt;P&gt;jvm_args: -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:49309 -Dfile.encoding=Cp1252&lt;/P&gt;&lt;P&gt;java_command: latitude.application.export.Export&lt;/P&gt;&lt;P&gt;Launcher Type: SUN_STANDARD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Environment Variables:&lt;/P&gt;&lt;P&gt;PATH=C:\Python27\ArcGIS10.2\;C:\ARCGIS\DESKTOP10.2\BIN;C:\ArcGIS\DeveloperKit10.2\java\jre\bin;C:\PROGRA~2\Fiery\COMMAN~1\plugins;C:\PROGRA~2\COMMON~1\EFI;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Perl64\site\bin;C:\Perl64\bin;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\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;C:\apache-maven-3.2.1\bin;C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v1.0\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Windows Kits\8.0\Windows Performance Toolkit\;C:\Program Files\nodejs\;C:\Python27\ArcGISx6410.2;C:\Program Files\TortoiseGit\bin;C:\Program Files (x86)\Git\cmd;C:\Program Files (x86)\GeoConcept SA\GeoConcept;C:\Program Files (x86)\GeoConcept SA\GeoLib\Data;C:\Program Files (x86)\GeoConcept SA\GeoConcept;C:\Users\Kevin\AppData\Roaming\npm;C:\MinGW\bin;C:\Program Files (x86)\Inkscape&lt;/P&gt;&lt;P&gt;USERNAME=Kevin&lt;/P&gt;&lt;P&gt;OS=Windows_NT&lt;/P&gt;&lt;P&gt;PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 60 Stepping 3, GenuineIntel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---------------&amp;nbsp; S Y S T E M&amp;nbsp; ---------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OS: Windows 7 , 64 bit Build 7601 Service Pack 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 60 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Memory: 4k page, physical 8322424k(5368132k free), swap 16643012k(13279444k free)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vm_info: Java HotSpot(TM) Client VM (20.14-b01) for windows-x86 JRE (1.6.0_43-b01), built on Mar&amp;nbsp; 1 2013 02:51:23 by "java_re" with MS VC++ 7.1 (VS2003)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;time: Wed Jun 10 11:52:47 2015&lt;/P&gt;&lt;P&gt;elapsed time: 98 seconds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 10:44:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/exception-access-violation-while-executing-java/m-p/81352#M2130</guid>
      <dc:creator>KevinLECOCQ</dc:creator>
      <dc:date>2015-06-10T10:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Exception access violation while executing Java ArcObject application</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/exception-access-violation-while-executing-java/m-p/81353#M2131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For information, I run the program from Eclipse but the error also occurs running outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any configuration used by this ntvinv.dll such as registry key or environment variable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This problem is very blocking for me, so I would be very grateful to get any help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 15:48:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/exception-access-violation-while-executing-java/m-p/81353#M2131</guid>
      <dc:creator>KevinLECOCQ</dc:creator>
      <dc:date>2015-06-10T15:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Exception access violation while executing Java ArcObject application</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/exception-access-violation-while-executing-java/m-p/81354#M2132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try running the application with the following vm argument, -Xss2m; if you still see the crash try increasing the size value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2016 14:05:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/exception-access-violation-while-executing-java/m-p/81354#M2132</guid>
      <dc:creator>KwasiAsante1</dc:creator>
      <dc:date>2016-03-25T14:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Exception access violation while executing Java ArcObject application</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/exception-access-violation-while-executing-java/m-p/81355#M2133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try increasing JVM heap size like following:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-J-Xss4m -J-Xms128m -J-Xmx768m&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 02:22:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/exception-access-violation-while-executing-java/m-p/81355#M2133</guid>
      <dc:creator>BatbayarBazarragchaa</dc:creator>
      <dc:date>2016-12-19T02:22:55Z</dc:date>
    </item>
  </channel>
</rss>

