facebook

EXCEPTION_ACCESS_VIOLATION

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #320962 Reply

    bijurk
    Participant

    While trying to run a JUnit test case on MyEclipse 9.1 64-bit on Windows 7 64-bit with jdk1.6.0_29 64-bit, we get an EXCEPTION_ACCESS_VIOLATION that goes like this:
    #
    # An unexpected error has been detected by Java Runtime Environment:
    #
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007fefe0f1137, pid=7944, tid=4948
    #
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (11.3-b02 mixed mode windows-amd64)
    # Problematic frame:
    # C [msvcrt.dll+0x1137]
    #
    # An error report file with more information is saved as:
    # C:\Workspaces\Onelink8Services\hs_err_pid7944.log
    #
    # 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.

    Anyone has experienced this issue?
    If so, are there any workarounds?

    Thanks,
    Biju

    #320964 Reply

    bijurk
    Participant

    Thought of adding more information from the dump file:

    ————— T H R E A D —————
    Current thread (0x000000000058ec00): JavaThread “main” [_thread_in_native, id=4948, stack(0x0000000002860000,0x0000000002960000)]

    siginfo: ExceptionCode=0xc0000005, writing address 0x0000000160b850f8

    Registers:
    EAX=0xb10600b5012a5757, EBX=0x00000000084305e0, ECX=0x0000000160b850f8, EDX=0xfffffffea78ab52e
    ESP=0x000000000295de28, EBP=0x0000000000000004, ESI=0x0000000077b477b4, EDI=0x0000000160b850fc
    EIP=0x000007fefe0f1137, EFLAGS=0x0000000000010246

    Top of Stack: (sp=0x000000000295de28)
    0x000000000295de28: 0000000062f07e92 0000000150af50b8
    0x000000000295de38: 0000000077b477b4 0000000000000000
    0x000000000295de48: 0000000000000000 00000000084305e0
    0x000000000295de58: 0000000000000000 0000000000000000
    0x000000000295de68: 0000000000000000 0000000000000000
    0x000000000295de78: 0000000000000000 0000000000000000
    0x000000000295de88: 0000000000000000 0000000000000000
    0x000000000295de98: 0000000000000000 000000000295e002
    0x000000000295dea8: 0000000000000000 0000000000000000
    0x000000000295deb8: 0000000000000000 0000000000000000
    0x000000000295dec8: 00009fac00000000 0000000000000000
    0x000000000295ded8: 0000000000000000 0000000000000000
    0x000000000295dee8: 0000000000000000 0000000000000000
    0x000000000295def8: 000000000295e608 0000000000000000
    0x000000000295df08: 0000000000000000 0000000000000000
    0x000000000295df18: 000000000295e360 000000000295e730

    Instructions: (pc=0x000007fefe0f1137)
    0x000007fefe0f1127: c1 e9 03 74 14 48 83 e9 08 48 8b 04 0a 49 ff c9
    0x000007fefe0f1137: 48 89 01 75 f0 49 83 e0 07 4d 85 c0 0f 85 ff 00

    Stack: [0x0000000002860000,0x0000000002960000], sp=0x000000000295de28, free space=1015k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [msvcrt.dll+0x1137]

    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j oracle.jdbc.driver.T2CStatement.t2cParseExecuteDescribe(Loracle/jdbc/driver/OracleStatement;JIIIZZZZ[BIBII[SI[B[CII[SII[B[CII[I[S[BIIIIZZ[Loracle/jdbc/driver/Accessor;[[[B[J[BI[CI[SIZ)I+0
    j oracle.jdbc.driver.T2CCallableStatement.executeForDescribe()V+271
    j oracle.jdbc.driver.T2CCallableStatement.executeForRows(Z)V+41
    j oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout()V+271
    j oracle.jdbc.driver.OraclePreparedStatement.executeInternal()I+94
    j oracle.jdbc.driver.OraclePreparedStatement.executeQuery()Ljava/sql/ResultSet;+17
    j test.com.ipacc.services.VinLookupService.polkcommercialvin.VinOracleOCIConnectionPoolTest.testVinOracleOCIConnectionPoolStoredProcedure()V+52
    v ~StubRoutines::call_stub
    j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
    j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
    j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
    j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
    j org.junit.runners.model.FrameworkMethod$1.runReflectiveCall()Ljava/lang/Object;+15
    j org.junit.internal.runners.model.ReflectiveCallable.run()Ljava/lang/Object;+1
    j org.junit.runners.model.FrameworkMethod.invokeExplosively(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+10
    j org.junit.internal.runners.statements.InvokeMethod.evaluate()V+12
    j org.junit.runners.BlockJUnit4ClassRunner.runChild(Lorg/junit/runners/model/FrameworkMethod;Lorg/junit/runner/notification/RunNotifier;)V+31
    j org.junit.runners.BlockJUnit4ClassRunner.runChild(Ljava/lang/Object;Lorg/junit/runner/notification/RunNotifier;)V+6
    j org.junit.runners.ParentRunner$3.run()V+12
    j org.junit.runners.ParentRunner$1.schedule(Ljava/lang/Runnable;)V+1
    j org.junit.runners.ParentRunner.runChildren(Lorg/junit/runner/notification/RunNotifier;)V+40
    j org.junit.runners.ParentRunner.access$000(Lorg/junit/runners/ParentRunner;Lorg/junit/runner/notification/RunNotifier;)V+2
    j org.junit.runners.ParentRunner$2.evaluate()V+8
    j org.junit.internal.runners.statements.RunBefores.evaluate()V+49
    j org.junit.runners.ParentRunner.run(Lorg/junit/runner/notification/RunNotifier;)V+20
    j org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(Lorg/eclipse/jdt/internal/junit/runner/TestExecution;)V+72
    j org.eclipse.jdt.internal.junit.runner.TestExecution.run([Lorg/eclipse/jdt/internal/junit/runner/ITestReference;)V+17
    j org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests([Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/jdt/internal/junit/runner/TestExecution;)V+61
    j org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(Lorg/eclipse/jdt/internal/junit/runner/TestExecution;)V+10
    j org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run()V+70
    j org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main([Ljava/lang/String;)V+14
    v ~StubRoutines::call_stub

    ————— P R O C E S S —————

    Java Threads: ( => current thread )
    0x000000000801c000 JavaThread “ReaderThread” [_thread_in_native, id=5928, stack(0x00000000091b0000,0x00000000092b0000)]
    0x0000000006c11000 JavaThread “Low Memory Detector” daemon [_thread_blocked, id=7344, stack(0x0000000007280000,0x0000000007380000)]
    0x0000000006c0ec00 JavaThread “CompilerThread1” daemon [_thread_blocked, id=5188, stack(0x0000000007180000,0x0000000007280000)]
    0x0000000006c06000 JavaThread “CompilerThread0” daemon [_thread_blocked, id=3200, stack(0x0000000007080000,0x0000000007180000)]
    0x0000000006c01800 JavaThread “Attach Listener” daemon [_thread_blocked, id=7972, stack(0x0000000006f80000,0x0000000007080000)]
    0x0000000006c00800 JavaThread “Signal Dispatcher” daemon [_thread_blocked, id=5600, stack(0x0000000006e80000,0x0000000006f80000)]
    0x0000000006be0c00 JavaThread “Finalizer” daemon [_thread_blocked, id=7200, stack(0x0000000006d80000,0x0000000006e80000)]
    0x0000000006bd6c00 JavaThread “Reference Handler” daemon [_thread_blocked, id=2596, stack(0x0000000006c80000,0x0000000006d80000)]
    =>0x000000000058ec00 JavaThread “main” [_thread_in_native, id=4948, stack(0x0000000002860000,0x0000000002960000)]

    Other Threads:
    0x000000000052f000 VMThread [stack: 0x00000000068f0000,0x00000000069f0000] [id=364]
    0x0000000006c3e000 WatcherThread [stack: 0x0000000007380000,0x0000000007480000] [id=7696]

    VM state:not at safepoint (normal execution)

    VM Mutex/Monitor currently owned by a thread: None

    Heap
    PSYoungGen total 37696K, used 22119K [0x00000000d96a0000, 0x00000000dc0b0000, 0x00000001037f0000)
    eden space 32320K, 68% used [0x00000000d96a0000,0x00000000dac39d18,0x00000000db630000)
    from space 5376K, 0% used [0x00000000dbb70000,0x00000000dbb70000,0x00000000dc0b0000)
    to space 5376K, 0% used [0x00000000db630000,0x00000000db630000,0x00000000dbb70000)
    PSOldGen total 86144K, used 0K [0x00000000853f0000, 0x000000008a810000, 0x00000000d96a0000)
    object space 86144K, 0% used [0x00000000853f0000,0x00000000853f0000,0x000000008a810000)
    PSPermGen total 21248K, used 9730K [0x000000007fff0000, 0x00000000814b0000, 0x00000000853f0000)
    object space 21248K, 45% used [0x000000007fff0000,0x00000000809708b8,0x00000000814b0000)

    Dynamic libraries:
    0x0000000000400000 – 0x000000000042e000 C:\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_64_1.6.0.013\bin\javaw.exe
    0x00000000778c0000 – 0x0000000077a69000 C:\Windows\SYSTEM32\ntdll.dll
    0x0000000077330000 – 0x000000007744f000 C:\Windows\system32\kernel32.dll
    0x000007fefe040000 – 0x000007fefe0ac000 C:\Windows\system32\KERNELBASE.dll
    0x000007fefe3c0000 – 0x000007fefe49b000 C:\Windows\system32\ADVAPI32.dll
    0x000007fefe0f0000 – 0x000007fefe18f000 C:\Windows\system32\msvcrt.dll
    0x000007feffbb0000 – 0x000007feffbcf000 C:\Windows\SYSTEM32\sechost.dll
    0x000007feff6c0000 – 0x000007feff7ed000 C:\Windows\system32\RPCRT4.dll
    0x00000000775b0000 – 0x00000000776aa000 C:\Windows\system32\USER32.dll
    0x000007fefe4b0000 – 0x000007fefe517000 C:\Windows\system32\GDI32.dll
    0x000007feff6b0000 – 0x000007feff6be000 C:\Windows\system32\LPK.dll
    0x000007feff540000 – 0x000007feff609000 C:\Windows\system32\USP10.dll
    0x000007fefe5a0000 – 0x000007fefe5ce000 C:\Windows\system32\IMM32.DLL
    0x000007fefe230000 – 0x000007fefe339000 C:\Windows\system32\MSCTF.dll
    0x000007fefdce0000 – 0x000007fefdd1c000 C:\Windows\system32\nvinitx.dll
    0x000000000f000000 – 0x000000000f006000 C:\Program Files\NVIDIA Corporation\CoProcManager\_etoured.dll
    0x000007fef70f0000 – 0x000007fef7134000 C:\Program Files\NVIDIA Corporation\CoProcManager\nvd3d9wrapx.dll
    0x000007feff360000 – 0x000007feff537000 C:\Windows\system32\SETUPAPI.dll
    0x000007fefdf60000 – 0x000007fefdf96000 C:\Windows\system32\CFGMGR32.dll
    0x000007feffad0000 – 0x000007feffba7000 C:\Windows\system32\OLEAUT32.dll
    0x000007feff840000 – 0x000007feffa43000 C:\Windows\system32\ole32.dll
    0x000007fefdf40000 – 0x000007fefdf5a000 C:\Windows\system32\DEVOBJ.dll
    0x000007fef6cd0000 – 0x000007fef6d12000 C:\Program Files\NVIDIA Corporation\CoProcManager\nvdxgiwrapx.dll
    0x000000006d890000 – 0x000000006de48000 C:\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_64_1.6.0.013\jre\bin\server\jvm.dll
    0x000007fefc000000 – 0x000007fefc03b000 C:\Windows\system32\WINMM.dll
    0x000000006d3b0000 – 0x000000006d3ba000 C:\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_64_1.6.0.013\jre\bin\hpi.dll
    0x0000000077a90000 – 0x0000000077a97000 C:\Windows\system32\PSAPI.DLL
    0x000000006d800000 – 0x000000006d80e000 C:\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_64_1.6.0.013\jre\bin\verify.dll
    0x000000006d450000 – 0x000000006d477000 C:\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_64_1.6.0.013\jre\bin\java.dll
    0x000000006d850000 – 0x000000006d862000 C:\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_64_1.6.0.013\jre\bin\zip.dll
    0x000000006d6a0000 – 0x000000006d6b7000 C:\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_64_1.6.0.013\jre\bin\net.dll
    0x000007feff7f0000 – 0x000007feff83d000 C:\Windows\system32\WS2_32.dll
    0x000007fefe4a0000 – 0x000007fefe4a8000 C:\Windows\system32\NSI.dll
    0x000007fefd4a0000 – 0x000007fefd4f5000 C:\Windows\system32\mswsock.dll
    0x000007fefd490000 – 0x000007fefd497000 C:\Windows\System32\wship6.dll
    0x000007fefce90000 – 0x000007fefce97000 C:\Windows\System32\wshtcpip.dll
    0x0000000062f00000 – 0x0000000062f16000 C:\oracle\product.2.0\client_1\BIN\ocijdbc10.dll
    0x0000000010000000 – 0x0000000010087000 C:\oracle\product.2.0\client_1\bin\OCI.dll
    0x0000000009370000 – 0x0000000009653000 C:\oracle\product.2.0\client_1\bin\OraClient10.Dll
    0x0000000009660000 – 0x00000000097a7000 C:\oracle\product.2.0\client_1\bin\oracore10.dll
    0x00000000097b0000 – 0x00000000098a5000 C:\oracle\product.2.0\client_1\bin\oranls10.dll
    0x00000000003b0000 – 0x00000000003cd000 C:\oracle\product.2.0\client_1\bin\oraunls10.dll
    0x0000000000390000 – 0x0000000000397000 C:\oracle\product.2.0\client_1\bin\orauts.dll
    0x00000000003d0000 – 0x00000000003d7000 C:\oracle\product.2.0\client_1\bin\oravsn10.dll
    0x00000000098b0000 – 0x00000000099e2000 C:\oracle\product.2.0\client_1\bin\oracommon10.dll
    0x0000000000530000 – 0x0000000000562000 C:\oracle\product.2.0\client_1\bin\orasnls10.dll
    0x00000000099f0000 – 0x000000000a0ba000 C:\oracle\product.2.0\client_1\bin\orageneric10.dll
    0x000000000a0c0000 – 0x000000000a2a5000 C:\oracle\product.2.0\client_1\bin\oraxml10.dll
    0x000007fefb440000 – 0x000007fefb457000 C:\Windows\system32\msvcirt.dll
    0x000000000a2b0000 – 0x000000000a41b000 C:\oracle\product.2.0\client_1\bin\orannzsbb10.dll
    0x000000000a420000 – 0x000000000a58a000 C:\oracle\product.2.0\client_1\bin\oran10.dll
    0x0000000002400000 – 0x000000000244b000 C:\oracle\product.2.0\client_1\bin\oranl10.dll
    0x00000000003e0000 – 0x00000000003fb000 C:\oracle\product.2.0\client_1\bin\oranldap10.dll
    0x00000000069f0000 – 0x0000000006a6a000 C:\oracle\product.2.0\client_1\bin\oraldapclnt10.dll
    0x0000000001db0000 – 0x0000000001dd2000 C:\oracle\product.2.0\client_1\bin\orancrypt10.dll
    0x000007fefaba0000 – 0x000007fefaba9000 C:\Windows\system32\WSOCK32.dll
    0x0000000009050000 – 0x00000000090aa000 C:\oracle\product.2.0\client_1\bin\oranro10.dll
    0x0000000000570000 – 0x0000000000579000 C:\oracle\product.2.0\client_1\bin\oranhost10.dll
    0x0000000001de0000 – 0x0000000001de7000 C:\oracle\product.2.0\client_1\bin\orancds10.dll
    0x00000000022e0000 – 0x00000000022ea000 C:\oracle\product.2.0\client_1\bin\orantns10.dll
    0x000000000a590000 – 0x000000000a9f9000 C:\oracle\product.2.0\client_1\bin\orapls10.dll
    0x0000000002450000 – 0x000000000245c000 C:\oracle\product.2.0\client_1\bin\oraslax10.dll
    0x000000000aa00000 – 0x000000000ae19000 C:\oracle\product.2.0\client_1\bin\oraplp10.dll
    0x00000000090b0000 – 0x0000000009127000 C:\oracle\product.2.0\client_1\bin\orahasgen10.dll
    0x000000000ae20000 – 0x000000000aea5000 C:\oracle\product.2.0\client_1\bin\oraocr10.dll
    0x000000000aeb0000 – 0x000000000af09000 C:\oracle\product.2.0\client_1\bin\oraocrb10.dll
    0x000007fefbc20000 – 0x000007fefbc36000 C:\Windows\system32\NETAPI32.dll
    0x000007fefd650000 – 0x000007fefd65c000 C:\Windows\system32\netutils.dll
    0x000007fefd910000 – 0x000007fefd933000 C:\Windows\system32\srvcli.dll
    0x000007fefbc00000 – 0x000007fefbc15000 C:\Windows\system32\wkscli.dll
    0x000007fefbbe0000 – 0x000007fefbbf4000 C:\Windows\system32\SAMCLI.DLL
    0x000007fefd2f0000 – 0x000007fefd320000 C:\Windows\system32\LOGONCLI.DLL
    0x0000000002460000 – 0x0000000002474000 C:\oracle\product.2.0\client_1\bin\orantcp10.dll
    0x000000000af10000 – 0x000000000af74000 C:\oracle\product.2.0\client_1\bin\orasql10.dll
    0x000007fefdc10000 – 0x000007fefdc1f000 C:\Windows\system32\CRYPTBASE.dll
    0x000007fefc5e0000 – 0x000007fefc636000 C:\Windows\system32\uxtheme.dll
    0x000007fefdb80000 – 0x000007fefdba5000 C:\Windows\system32\SspiCli.dll
    0x000007fefb8a0000 – 0x000007fefb8b5000 C:\Windows\system32\NLAapi.dll
    0x000007fef9730000 – 0x000007fef9745000 C:\Windows\system32\napinsp.dll
    0x000007fef96f0000 – 0x000007fef9709000 C:\Windows\system32\pnrpnsp.dll
    0x000007fefd320000 – 0x000007fefd37b000 C:\Windows\system32\DNSAPI.dll
    0x000007fef9720000 – 0x000007fef972b000 C:\Windows\System32\winrnr.dll
    0x000007fef9ea0000 – 0x000007fef9ecf000 C:\Program Files\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
    0x000007fefe340000 – 0x000007fefe3b1000 C:\Windows\system32\SHLWAPI.dll
    0x000007fefac90000 – 0x000007fefacb7000 C:\Windows\system32\IPHLPAPI.DLL
    0x000007fefac80000 – 0x000007fefac8b000 C:\Windows\system32\WINNSI.DLL
    0x000007fefa6e0000 – 0x000007fefa733000 C:\Windows\System32\fwpuclnt.dll
    0x000007fef9bd0000 – 0x000007fef9bd8000 C:\Windows\system32\rasadhlp.dll
    0x000007fef7940000 – 0x000007fef794f000 C:\Windows\system32\cscapi.dll

    VM Arguments:
    jvm_args: -Dfile.encoding=Cp1252 -Xbootclasspath/a:C:\MyEclipse\Common\plugins\com.genuitec.eclipse.j2eedt.core_9.0.0.me201106292137\data\libraryset<!– [.4\activation.jar;C:\MyEclipse\Common\plugins\com.genuitec.eclipse.j2eedt.core_9.0.0.me201106292137\data\libraryset<!– [.4\javax.servlet.jar;C:\MyEclipse\Common\plugins\com.genuitec.eclipse.j2eedt.core_9.0.0.me201106292137\data\libraryset<!– [.4\javax.servlet.jsp.jar;C:\MyEclipse\Common\plugins\com.genuitec.eclipse.j2eedt.core_9.0.0.me201106292137\data\libraryset<!– [.4\jboss-j2ee.jar;C:\MyEclipse\Common\plugins\com.genuitec.eclipse.j2eedt.core_9.0.0.me201106292137\data\libraryset<!– [.4\jboss-jaxrpc.jar;C:\MyEclipse\Common\plugins\com.genuitec.eclipse.j2eedt.core_9.0.0.me201106292137\data\libraryset<!– [.4\jboss-jsr77.jar;C:\MyEclipse\Common\plugins\com.genuitec.eclipse.j2eedt.core_9.0.0.me201106292137\data\libraryset<!– [.4\jboss-saaj.jar;C:\MyEclipse\Common\plugins\com.genuitec.eclipse.j2eedt.core_9.0.0.me201106292137\data\libraryset<!– [.4\mail.jar;C:\MyEclipse\Common\plugins\com.genuitec.eclipse.j2eedt.core_9.0.0.me201106292137\data\libraryset<!– [.4\namespace.jar;C:\MyEclipse\Common\plugins\com.genuitec.eclipse.j2eedt.core_9.0.0.me201106292137\data\libraryset<!– [.4\xml-apis.jar
    java_command: org.eclipse.jdt.internal.junit.runner.RemoteTestRunner -version 3 -port 50501 -testLoaderClass org.eclipse.jdt.internal.junit4.runner.JUnit4TestLoader -loaderpluginname org.eclipse.jdt.junit4.runtime -classNames test.com.ipacc.services.VinLookupService.polkcommercialvin.VinOracleOCIConnectionPoolTest
    Launcher Type: SUN_STANDARD

    Environment Variables:
    PATH=C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\oracle\product.2.0\client_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\Windows Live\Shared
    USERNAME=NairB
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 42 Stepping 7, GenuineIntel

    ————— S Y S T E M —————
    OS: Windows NT 6.1 Build 7601 Service Pack 1

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

    Memory: 4k page, physical 8266648k(4986972k free), swap 16531448k(11198816k free)

    vm_info: Java HotSpot(TM) 64-Bit Server VM (11.3-b02) for windows-amd64 JRE (1.6.0_13-b03), built on Mar 9 2009 10:50:19 by “java_re” with MS VC++ 8.0

    time: Wed Nov 09 09:05:39 2011
    elapsed time: 1 seconds

    #321012 Reply

    support-swapna
    Moderator

    bijurk ,

    Sorry that you are seeing this issue.

    Can you answer some more questions for us to understand the issue better ?

    1) Which version of Oracle are you working with ?

    2) Are you seeing this issue only in JUnit test case or also with code trying to access the database elsewhere ? Can you recheck the same ?

    3) Can you check the .log file which is located at <workspace dir>/.metadata/.log for any errors of interest logged. If yes then paste them here for us.

    #321016 Reply

    bijurk
    Participant

    Swapna:

    Thanks for your reply and sorry I did not post this earlier.
    This was a problem with Oracle 64-bit JDBC driver not being in the classpath. Once I debugged each line I realized that the 32-bit driver sitting in the classpath was causing this issue. Replacing that with the 64-bit OJDBC14.jar fixed the issue.

    On another note of logs, could you please let me know where the integrated sandbox MyEclipse Tomcat webserver logs are written. I currently see logs only on the console not in any log files.

    Thanks,
    Biju

    #321038 Reply

    support-swapna
    Moderator

    bijurk ,

    Glad that the issue is resolved.

    Regarding log files for integrated tomcat, please take a look at this link :
    http://www.myeclipseide.com/PNphpBB2-viewtopic-t-22850-postdays-0-postorder-asc-start-0.html

    Hope this helps.

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: EXCEPTION_ACCESS_VIOLATION

You must be logged in to post in the forum log in