Skip to Main Content

Analytics Software

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!

A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0x

3c7652bc-58d2-4566-9395-0398e5b6425aNov 10 2016 — edited Mar 2 2017

Good day! Folks!

I have problem with ODI 11g.

when I try to do reverse engineering in the model created for the download of data from excel files, the application automatically closes

#

# A fatal error has been detected by the Java Runtime Environment:

#

#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x53de65f5, pid=6588, tid=6472

#

# JRE version: 6.0_45-b06

# Java VM: Java HotSpot(TM) Client VM (20.45-b01 mixed mode windows-x86 )

# Problematic frame:

# C  [mso40uiwin32client.dll+0x1665f5]

#

# 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 (0x40760000):  JavaThread "pool-1-thread-2" [_thread_in_native, id=6472, stack(0x43780000,0x43880000)]

siginfo: ExceptionCode=0xc0000005, writing address 0x00000000

Registers:

EAX=0x53de65f3, EBX=0x4387d8c4, ECX=0x00000000, EDX=0x00000000

ESP=0x4387d608, EBP=0x4387deb4, ESI=0x541ab9f8, EDI=0x4387dea8

EIP=0x53de65f5, EFLAGS=0x00010246

Top of Stack: (sp=0x4387d608)

0x4387d608:   6a1fd637 4387dea8 541ab9f8 4387d624

0x4387d618:   4387dea8 4387d8c4 4387deb4 4387d650

0x4387d628:   6a1fe892 53de65f3 4387dea8 00000100

0x4387d638:   4387d6bc 6a1fea80 622bb1c2 541ab9d4

0x4387d648:   4387dea8 00000001 4387d6cc 6a1f3708

0x4387d658:   4387dea8 541ab9d4 53de65f3 00000000

0x4387d668:   00000100 622bb136 4387dea8 541ab9f8

0x4387d678:   4387d8c4 4387de4c 00000000 00000001

Instructions: (pc=0x53de65f5)

0x53de65d5:   ea ff e8 15 f6 e9 ff 85 c0 0f 85 dc 06 ea ff 40

0x53de65e5:   c3 8b 0e 89 0f 8b 01 ff 10 e9 c1 fc e9 ff 33 c9

0x53de65f5:   c7 05 00 00 00 00 01 00 00 00 cd 29 33 c0 83 f9

0x53de6605:   01 0f 94 c0 c3 e8 cf e0 0a 00 e9 53 87 eb ff e8

Register to memory mapping:

EAX=0x53de65f3 is an unknown value

EBX=0x4387d8c4 is pointing into the stack for thread: 0x40760000

ECX=0x00000000 is an unknown value

EDX=0x00000000 is an unknown value

ESP=0x4387d608 is pointing into the stack for thread: 0x40760000

EBP=0x4387deb4 is pointing into the stack for thread: 0x40760000

ESI=0x541ab9f8 is an unknown value

EDI=0x4387dea8 is pointing into the stack for thread: 0x40760000

Stack: [0x43780000,0x43880000],  sp=0x4387d608,  free space=1013k

Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)

C  [mso40uiwin32client.dll+0x1665f5]  Ordinal3986+0x4b581

C  [mso40uiwin32client.dll+0x5910]  Ordinal3205+0x1bf6

C  [mso40uiwin32client.dll+0x54aa]  Ordinal3205+0x1790

C  [mso99Lwin32client.dll+0x9935]

C  [mso.dll+0xd25f]  Ordinal469+0x108

C  [mso.dll+0xd233]  Ordinal469+0xdc

C  [mso.dll+0xd17b]  Ordinal469+0x24

C  [ACECORE.DLL+0x2071]

C  [ACECORE.DLL+0x1fa1]

C  0x581a402e  SQLGetConnectAttrW+0x919

C  0x581a3689  SQLDriverConnectW+0x3c

C  [ODBC32.dll+0x2fe0f]  SQLFetch+0x4fa

C  [ODBC32.dll+0x3b4b2]  SQLSetEnvAttr+0x7722

C  [ODBC32.dll+0x2a31c]  SQLDisconnect+0x6f4

C  [JdbcOdbc.dll+0x4df2]  Java_sun_jdbc_odbc_JdbcOdbc_driverConnect+0x50

j  sun.jdbc.odbc.JdbcOdbc.driverConnect(J[B[B)V+0

j  sun.jdbc.odbc.JdbcOdbc.SQLDriverConnect(JLjava/lang/String;)V+93

j  sun.jdbc.odbc.JdbcOdbcConnection.initialize(Ljava/lang/String;Ljava/util/Properties;I)V+984

j  sun.jdbc.odbc.JdbcOdbcDriver.connect(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+129

j  oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriver(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+147

j  oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriver(Ljava/lang/String;[C)Ljava/sql/Connection;+114

j  oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriver()Ljava/sql/Connection;+9

j  oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnection()Ljava/sql/Connection;+1

j  oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter$ConnectionProcessor.run()V+42

j  java.util.concurrent.Executors$RunnableAdapter.call()Ljava/lang/Object;+4

j  java.util.concurrent.FutureTask$Sync.innerRun()V+30

j  java.util.concurrent.FutureTask.run()V+4

j  java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Ljava/lang/Runnable;)V+66

j  java.util.concurrent.ThreadPoolExecutor$Worker.run()V+33

j  java.lang.Thread.run()V+11

v  ~StubRoutines::call_stub

V  [jvm.dll+0xfb88b]

V  [jvm.dll+0x18d551]

V  [jvm.dll+0xfba31]

V  [jvm.dll+0xfba8b]

V  [jvm.dll+0xb5e89]

V  [jvm.dll+0x119b74]

V  [jvm.dll+0x14217c]

C  [msvcr71.dll+0x9565]  endthreadex+0xa0

C  [kernel32.dll+0x1338a]  BaseThreadInitThunk+0x12

C  [ntdll.dll+0x39f72]  RtlInitializeExceptionChain+0x63

C  [ntdll.dll+0x39f45]  RtlInitializeExceptionChain+0x36

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)

j  sun.jdbc.odbc.JdbcOdbc.driverConnect(J[B[B)V+0

j  sun.jdbc.odbc.JdbcOdbc.SQLDriverConnect(JLjava/lang/String;)V+93

j  sun.jdbc.odbc.JdbcOdbcConnection.initialize(Ljava/lang/String;Ljava/util/Properties;I)V+984

j  sun.jdbc.odbc.JdbcOdbcDriver.connect(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+129

j  oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriver(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+147

j  oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriver(Ljava/lang/String;[C)Ljava/sql/Connection;+114

j  oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriver()Ljava/sql/Connection;+9

j  oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnection()Ljava/sql/Connection;+1

j  oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter$ConnectionProcessor.run()V+42

j  java.util.concurrent.Executors$RunnableAdapter.call()Ljava/lang/Object;+4

j  java.util.concurrent.FutureTask$Sync.innerRun()V+30

j  java.util.concurrent.FutureTask.run()V+4

j  java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Ljava/lang/Runnable;)V+66

j  java.util.concurrent.ThreadPoolExecutor$Worker.run()V+33

j  java.lang.Thread.run()V+11

v  ~StubRoutines::call_stub

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

Java Threads: ( => current thread )

  0x40760800 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=6728, stack(0x3f020000,0x3f120000)]

  0x4075fc00 JavaThread "BaseTreeExplorer.NodeOpeningExecutor" [_thread_blocked, id=5140, stack(0x438c0000,0x439c0000)]

  0x4075b400 JavaThread "WaitCursor-Timer" [_thread_blocked, id=6356, stack(0x425c0000,0x426c0000)]

=>0x40760000 JavaThread "pool-1-thread-2" [_thread_in_native, id=6472, stack(0x43780000,0x43880000)]

  0x4075f400 JavaThread "UCP-worker-thread-4" daemon [_thread_blocked, id=5492, stack(0x43640000,0x43740000)]

  0x4075f000 JavaThread "UCP-worker-thread-3" daemon [_thread_blocked, id=7152, stack(0x43500000,0x43600000)]

  0x4075e800 JavaThread "Timer-3" daemon [_thread_blocked, id=2632, stack(0x433c0000,0x434c0000)]

  0x4075e000 JavaThread "Timer-2" daemon [_thread_blocked, id=2488, stack(0x43280000,0x43380000)]

  0x4075dc00 JavaThread "QueryPoolManager" daemon [_thread_blocked, id=3016, stack(0x43140000,0x43240000)]

  0x4075d400 JavaThread "UCP-worker-thread-2" daemon [_thread_blocked, id=6636, stack(0x43000000,0x43100000)]

  0x4075d000 JavaThread "UCP-worker-thread-1" daemon [_thread_blocked, id=852, stack(0x42ec0000,0x42fc0000)]

  0x4075c800 JavaThread "Timer-1" daemon [_thread_blocked, id=4224, stack(0x42dc0000,0x42ec0000)]

  0x4075c400 JavaThread "Timer-0" daemon [_thread_blocked, id=5064, stack(0x42cc0000,0x42dc0000)]

  0x4075bc00 JavaThread "pool-1-thread-1" [_thread_blocked, id=6616, stack(0x42bc0000,0x42cc0000)]

  0x4075a800 JavaThread "Log Poller" [_thread_blocked, id=6560, stack(0x42ac0000,0x42bc0000)]

  0x40855800 JavaThread "TimerQueue" daemon [_thread_blocked, id=5280, stack(0x415d0000,0x416d0000)]

  0x3dea5800 JavaThread "Thread-5" daemon [_thread_in_native, id=6416, stack(0x41710000,0x41810000)]

  0x3dce1c00 JavaThread "TimedCache-Timer" daemon [_thread_blocked, id=2008, stack(0x3f800000,0x3f900000)]

  0x3dcd8800 JavaThread "JarIndex Timer" daemon [_thread_blocked, id=2456, stack(0x3f6c0000,0x3f7c0000)]

  0x3d6e4000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=2516, stack(0x3f160000,0x3f260000)]

  0x3d6e0000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=6320, stack(0x3e3e0000,0x3e4e0000)]

  0x3d6df800 JavaThread "AWT-Shutdown" [_thread_blocked, id=4816, stack(0x3e2a0000,0x3e3a0000)]

  0x3dcce000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=4700, stack(0x3e160000,0x3e260000)]

  0x3d618400 JavaThread "LogFlusher" daemon [_thread_blocked, id=5984, stack(0x3db00000,0x3dc00000)]

  0x02505400 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2552, stack(0x3d2b0000,0x3d3b0000)]

  0x02500000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=6188, stack(0x3d170000,0x3d270000)]

  0x024ff000 JavaThread "Attach Listener" daemon [_thread_blocked, id=6024, stack(0x3d030000,0x3d130000)]

  0x024fc000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5000, stack(0x3cef0000,0x3cff0000)]

  0x024cbc00 JavaThread "Finalizer" daemon [_thread_blocked, id=5920, stack(0x3cdb0000,0x3ceb0000)]

  0x024ca400 JavaThread "Reference Handler" daemon [_thread_blocked, id=1820, stack(0x3cc70000,0x3cd70000)]

  0x002bb000 JavaThread "main" [_thread_blocked, id=4756, stack(0x00090000,0x00190000)]

Other Threads:

  0x024c5c00 VMThread [stack: 0x3cb30000,0x3cc30000] [id=4740]

  0x02516c00 WatcherThread [stack: 0x3d3f0000,0x3d4f0000] [id=2436]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap

def new generation   total 39424K, used 20020K [0x048d0000, 0x07390000, 0x11e20000)

  eden space 35072K,  44% used [0x048d0000, 0x0581d0a8, 0x06b10000)

  from space 4352K, 100% used [0x06b10000, 0x06f50000, 0x06f50000)

  to   space 4352K,   0% used [0x06f50000, 0x06f50000, 0x07390000)

tenured generation   total 87424K, used 34711K [0x11e20000, 0x17380000, 0x2c8d0000)

   the space 87424K,  39% used [0x11e20000, 0x14005d58, 0x14005e00, 0x17380000)

compacting perm gen  total 57088K, used 56927K [0x2c8d0000, 0x30090000, 0x3c8d0000)

   the space 57088K,  99% used [0x2c8d0000, 0x30067ea0, 0x30068000, 0x30090000)

No shared spaces configured.

Code Cache  [0x028d0000, 0x02e18000, 0x048d0000)

total_blobs=3068 nmethods=2753 adapters=248 free_code_cache=28041664 largest_free_block=256

Dynamic libraries:

0x00400000 - 0x00405000     E:\app\oracle\product\11.1.1\Oracle_ODI_1\oracledi\client\odi.exe

0x77cc0000 - 0x77e40000     C:\Windows\SysWOW64\ntdll.dll

0x76c60000 - 0x76d70000     C:\Windows\syswow64\kernel32.dll

0x75ed0000 - 0x75f17000     C:\Windows\syswow64\KERNELBASE.dll

0x75ac0000 - 0x75bc0000     C:\Windows\syswow64\USER32.dll

0x76e00000 - 0x76e90000     C:\Windows\syswow64\GDI32.dll

0x76c50000 - 0x76c5a000     C:\Windows\syswow64\LPK.dll

0x77640000 - 0x776dd000     C:\Windows\syswow64\USP10.dll

0x772a0000 - 0x7734c000     C:\Windows\syswow64\msvcrt.dll

0x776e0000 - 0x77780000     C:\Windows\syswow64\ADVAPI32.dll

0x75aa0000 - 0x75ab9000     C:\Windows\SysWOW64\sechost.dll

0x75db0000 - 0x75ea0000     C:\Windows\syswow64\RPCRT4.dll

0x756f0000 - 0x75750000     C:\Windows\syswow64\SspiCli.dll

0x756e0000 - 0x756ec000     C:\Windows\syswow64\CRYPTBASE.dll

0x75890000 - 0x758f0000     C:\Windows\system32\IMM32.DLL

0x77570000 - 0x7763c000     C:\Windows\syswow64\MSCTF.dll

0x00220000 - 0x00243000     E:\app\oracle\product\11.1.1\Oracle_ODI_1\oracledi\client\ide\bin\launcher.dll

0x75f70000 - 0x76bba000     C:\Windows\syswow64\SHELL32.dll

0x75cf0000 - 0x75d47000     C:\Windows\syswow64\SHLWAPI.dll

0x75750000 - 0x757cb000     C:\Windows\syswow64\COMDLG32.dll

0x69860000 - 0x698e4000     C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.18201_none_ec80f00e8593ece5\COMCTL32.dll

0x77380000 - 0x774dc000     C:\Windows\syswow64\ole32.dll

0x71a20000 - 0x71aa0000     C:\Windows\system32\uxtheme.dll

0x7c340000 - 0x7c396000     E:\x32\jdk1.6.0_45\bin\msvcr71.dll

0x71880000 - 0x71893000     C:\Windows\system32\dwmapi.dll

0x6d8e0000 - 0x6db90000     E:\x32\jdk1.6.0_45\jre\bin\client\jvm.dll

0x731f0000 - 0x73222000     C:\Windows\system32\WINMM.dll

0x73760000 - 0x737ac000     C:\Windows\system32\apphelp.dll

0x6d890000 - 0x6d89c000     E:\x32\jdk1.6.0_45\jre\bin\verify.dll

0x6d3e0000 - 0x6d3ff000     E:\x32\jdk1.6.0_45\jre\bin\java.dll

0x6d8d0000 - 0x6d8df000     E:\x32\jdk1.6.0_45\jre\bin\zip.dll

0x6d6c0000 - 0x6d6d3000     E:\x32\jdk1.6.0_45\jre\bin\net.dll

0x75f20000 - 0x75f55000     C:\Windows\syswow64\WS2_32.dll

0x77c90000 - 0x77c96000     C:\Windows\syswow64\NSI.dll

0x73090000 - 0x730cc000     C:\Windows\system32\mswsock.dll

0x732e0000 - 0x732e6000     C:\Windows\System32\wship6.dll

0x73010000 - 0x73020000     C:\Windows\system32\NLAapi.dll

0x73000000 - 0x73010000     C:\Windows\system32\napinsp.dll

0x72fe0000 - 0x72ff2000     C:\Windows\system32\pnrpnsp.dll

0x72f90000 - 0x72fd4000     C:\Windows\system32\DNSAPI.dll

0x72f80000 - 0x72f88000     C:\Windows\System32\winrnr.dll

0x73080000 - 0x73085000     C:\Windows\System32\wshtcpip.dll

0x737c0000 - 0x737dc000     C:\Windows\system32\IPHLPAPI.DLL

0x737b0000 - 0x737b7000     C:\Windows\system32\WINNSI.DLL

0x72f30000 - 0x72f36000     C:\Windows\system32\rasadhlp.dll

0x72f40000 - 0x72f78000     C:\Windows\System32\fwpuclnt.dll

0x6d0b0000 - 0x6d1fc000     E:\x32\jdk1.6.0_45\jre\bin\awt.dll

0x72d50000 - 0x72da1000     C:\Windows\system32\WINSPOOL.DRV

0x6d2e0000 - 0x6d336000     E:\x32\jdk1.6.0_45\jre\bin\fontmanager.dll

0x003e0000 - 0x003fb000     E:\app\oracle\product\11.1.1\Oracle_ODI_1\oracledi\client\ide\lib\idenative.dll

0x757e0000 - 0x7586f000     C:\Windows\syswow64\OLEAUT32.dll

0x6d610000 - 0x6d619000     E:\x32\jdk1.6.0_45\jre\bin\management.dll

0x6d6e0000 - 0x6d6e9000     E:\x32\jdk1.6.0_45\jre\bin\nio.dll

0x76ec0000 - 0x7707d000     C:\Windows\syswow64\WININET.DLL

0x75870000 - 0x75874000     C:\Windows\syswow64\api-ms-win-downlevel-user32-l1-1-0.dll

0x774f0000 - 0x774f4000     C:\Windows\syswow64\api-ms-win-downlevel-shlwapi-l1-1-0.dll

0x75d50000 - 0x75d54000     C:\Windows\syswow64\api-ms-win-downlevel-version-l1-1-0.dll

0x72ce0000 - 0x72ce9000     C:\Windows\system32\version.DLL

0x75a90000 - 0x75a93000     C:\Windows\syswow64\api-ms-win-downlevel-normaliz-l1-1-0.dll

0x75f60000 - 0x75f63000     C:\Windows\syswow64\normaliz.DLL

0x77080000 - 0x77299000     C:\Windows\syswow64\iertutil.dll

0x77560000 - 0x77565000     C:\Windows\syswow64\api-ms-win-downlevel-advapi32-l1-1-0.dll

0x73bd0000 - 0x73bd8000     C:\Windows\system32\Secur32.dll

0x74780000 - 0x7478b000     C:\Windows\system32\profapi.dll

0x6e5f0000 - 0x6e5f4000     C:\Windows\system32\api-ms-win-downlevel-advapi32-l2-1-0.dll

0x75880000 - 0x75884000     C:\Windows\syswow64\api-ms-win-downlevel-ole32-l1-1-0.dll

0x6e4e0000 - 0x6e4e4000     C:\Windows\system32\api-ms-win-downlevel-shlwapi-l2-1-0.dll

0x6d620000 - 0x6d6b3000     E:\x32\jdk1.6.0_45\jre\bin\mlib_image.dll

0x6d250000 - 0x6d273000     E:\x32\jdk1.6.0_45\jre\bin\dcpr.dll

0x739e0000 - 0x739f6000     C:\Windows\system32\CRYPTSP.dll

0x739a0000 - 0x739db000     C:\Windows\system32\rsaenh.dll

0x74790000 - 0x747a7000     C:\Windows\system32\USERENV.dll

0x6d870000 - 0x6d878000     E:\x32\jdk1.6.0_45\jre\bin\sunmscapi.dll

0x77780000 - 0x778a0000     C:\Windows\syswow64\CRYPT32.dll

0x774e0000 - 0x774ec000     C:\Windows\syswow64\MSASN1.dll

0x6d420000 - 0x6d42d000     E:\x32\jdk1.6.0_45\jre\bin\JdbcOdbc.dll

0x58260000 - 0x582ec000     C:\Windows\system32\ODBC32.dll

0x6f500000 - 0x6f538000     C:\Windows\system32\odbcint.dll

0x703c0000 - 0x703d7000     C:\Windows\system32\bcrypt.dll

0x70380000 - 0x703bd000     C:\Windows\SysWOW64\bcryptprimitives.dll

0x6a1f0000 - 0x6a205000     C:\Windows\system32\VCRUNTIME140.dll

0x6bd30000 - 0x6bd34000     C:\Windows\system32\api-ms-win-crt-runtime-l1-1-0.dll

0x64910000 - 0x649ec000     C:\Windows\system32\ucrtbase.DLL

0x69980000 - 0x69983000     C:\Windows\system32\api-ms-win-core-timezone-l1-1-0.dll

0x69970000 - 0x69973000     C:\Windows\system32\api-ms-win-core-file-l2-1-0.dll

0x69960000 - 0x69963000     C:\Windows\system32\api-ms-win-core-localization-l1-2-0.dll

0x68640000 - 0x68643000     C:\Windows\system32\api-ms-win-core-synch-l1-2-0.dll

0x68630000 - 0x68633000     C:\Windows\system32\api-ms-win-core-processthreads-l1-1-1.dll

0x67480000 - 0x67483000     C:\Windows\system32\api-ms-win-core-file-l1-2-0.dll

0x67470000 - 0x67474000     C:\Windows\system32\api-ms-win-crt-string-l1-1-0.dll

0x65c90000 - 0x65c93000     C:\Windows\system32\api-ms-win-crt-heap-l1-1-0.dll

0x65c80000 - 0x65c84000     C:\Windows\system32\api-ms-win-crt-stdio-l1-1-0.dll

0x65c70000 - 0x65c74000     C:\Windows\system32\api-ms-win-crt-convert-l1-1-0.dll

0x6f900000 - 0x6f903000     C:\Windows\system32\api-ms-win-crt-utility-l1-1-0.dll

0x6f8d0000 - 0x6f8d3000     C:\Windows\system32\api-ms-win-crt-filesystem-l1-1-0.dll

0x6f8c0000 - 0x6f8c5000     C:\Windows\system32\api-ms-win-crt-math-l1-1-0.dll

0x6f4f0000 - 0x6f4f3000     C:\Windows\system32\api-ms-win-crt-environment-l1-1-0.dll

0x6f4e0000 - 0x6f4e3000     C:\Windows\system32\api-ms-win-crt-time-l1-1-0.dll

0x6f4c0000 - 0x6f4c3000     C:\Windows\system32\api-ms-win-crt-locale-l1-1-0.dll

0x546b0000 - 0x54885000     C:\Program Files (x86)\Common Files\Microsoft Shared\Office16\mso20win32client.dll

0x581f0000 - 0x5825d000     C:\Windows\system32\MSVCP140.dll

0x6f4d0000 - 0x6f4d5000     C:\Windows\system32\api-ms-win-crt-multibyte-l1-1-0.dll

0x543a0000 - 0x546a2000     C:\Program Files (x86)\Common Files\Microsoft Shared\Office16\mso30win32client.dll

0x53c80000 - 0x54395000     C:\Program Files (x86)\Common Files\Microsoft Shared\Office16\mso40uiwin32client.dll

0x71aa0000 - 0x71c30000     C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.18120_none_72d2e82386681b36\gdiplus.dll

0x536e0000 - 0x53c78000     C:\Program Files (x86)\Common Files\Microsoft Shared\Office16\mso99Lwin32client.dll

0x6fff0000 - 0x6fff5000     C:\Windows\system32\MSIMG32.dll

0x69a70000 - 0x69a7a000     C:\Windows\system32\SLC.dll

0x6e450000 - 0x6e471000     C:\Windows\system32\SPPC.DLL

0x52920000 - 0x536d2000     C:\Program Files (x86)\Common Files\Microsoft Shared\Office16\mso.dll

0x73d80000 - 0x73fc0000     C:\Windows\system32\msi.dll

0x52770000 - 0x52920000     C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE16\ACECORE.DLL

0x68f20000 - 0x69267000     C:\Windows\system32\d2d1.dll

0x71c30000 - 0x71dce000     C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\Comctl32.dll

0x74610000 - 0x7461d000     C:\Windows\system32\WTSAPI32.dll

0x72c70000 - 0x72c99000     C:\Windows\system32\WINSTA.dll

0x6be10000 - 0x6be5c000     C:\Windows\system32\dxgi.dll

0x77350000 - 0x7737e000     C:\Windows\syswow64\WINTRUST.dll

0x6a290000 - 0x6a3c5000     C:\Windows\system32\DWrite.dll

0x6c980000 - 0x6c9ac000     C:\Windows\system32\d3d10_1.dll

0x6bdc0000 - 0x6be01000     C:\Windows\system32\d3d10_1core.dll

0x69270000 - 0x693e5000     C:\Windows\system32\d3d11.dll

0x675c0000 - 0x677a9000     C:\Windows\system32\D3D10Warp.dll

0x6f8e0000 - 0x6f8f7000     C:\Windows\system32\davclnt.dll

0x6f910000 - 0x6f918000     C:\Windows\system32\DAVHLPR.dll

0x48f40000 - 0x49159000     C:\Windows\system32\nvspcap.dll

0x69a80000 - 0x69ab8000     C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE16\1049\ACEINTL.DLL

0x5acd0000 - 0x5acff000     C:\Windows\system32\XmlLite.dll

VM Arguments:

jvm_args: -Xbootclasspath/a:E:\x32\jdk1.6.0_45\lib\tools.jar;E:\x32\jdk1.6.0_45\lib\dt.jar -Xmx640M -Xms128M -Xverify:none -XX:MaxPermSize=256M -Doracle.core.ojdl.logging.config.file=ODI-logging-config.xml -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djava.util.logging.config.class=oracle.core.ojdl.logging.LoggingConfiguration -Dnative.canonicalization=false -Doracle.security.jps.config=./jps-config.xml -Doracle.odi.studio.ess=false -Dide.AssertCheckingDisabled=true -Dide.AssertTracingDisabled=true -DLOG_FILE=studio.log -Dsun.java2d.noddraw=true -Dide.startingArg0=E:\app\oracle\product\11.1.1\Oracle_ODI_1\oracledi\client\odi.exe -Dide.launcherProcessId=6588 -Dide.config_pathname=E:\app\oracle\product\11.1.1\Oracle_ODI_1\oracledi\client\odi\bin\odi.conf -Dide.startingcwd=E:\app\oracle\product\11.1.1\Oracle_ODI_1\oracledi\client -Dide.shell.enableFileTypeAssociation=E:\app\oracle\product\11.1.1\Oracle_ODI_1\oracledi\client\odi.exe -Dide.pref.dir.base=C:\Users\malhasyan_ra\AppData\Roaming -Dide.work.dir.base=C:\Users\malhasyan_ra\Documents

java_command: <unknown>

Launcher Type: generic

Environment Variables:

PATH=C:\Program Files (x86)\Teradata\Client\13.10\ODBC Driver for Teradata\Lib;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\Teradata\Client\13.10\Shared ICU Libraries for Teradata\lib\;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;e:\Oracle\Client;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:\Program Files (x86)\Intel\OpenCL SDK\3.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\3.0\bin\x64;C:\Program Files (x86)\Kaspersky Lab\Kaspersky Endpoint Security 10 for Windows SP1\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn;C:\Program Files\TortoiseSVN\bin

USERNAME=malhasyan_ra

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 4 (2 cores per cpu, 2 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht

Memory: 4k page, physical 3077604k(1292104k free), swap 7079072k(4737080k free)

vm_info: Java HotSpot(TM) Client VM (20.45-b01) for windows-x86 JRE (1.6.0_45-b06), built on Mar 26 2013 13:40:03 by "java_re" with MS VC++ 7.1 (VS2003)

time: Wed Nov 09 15:45:20 2016

elapsed time: 44 seconds

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 30 2017
Added on Nov 10 2016
2 comments
2,304 views