The Artima Developer Community
Sponsored Link

Java Answers Forum
"EXCEPTION_ACCESS_VIOLATION" Error

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Nayan

Posts: 1
Nickname: nayan
Registered: Nov, 2003

"EXCEPTION_ACCESS_VIOLATION" Error Posted: Nov 10, 2003 4:32 AM
Reply to this message Reply
Advertisement
I am getting following error while executing the application, Pl give the solution

An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x1000209D
Function=[Unknown.]
Library=C:\VSS-Tool\vssscript.dll

NOTE: We are unable to locate the function name symbol for the error
just occurred. Please refer to release documentation for possible
reason and solutions.


Current Java thread:
at gui.Nativecreation.test(Native Method)
at gui.Nativecreation.passingValue(Nativecreation.java:99)
at gui.vssscriptgeneration$valuethread.runcprogram(vssscriptgeneration.java:483)
at gui.vssscriptgeneration$valuethread.run(vssscriptgeneration.java:458)

Dynamic libraries:
0x00400000 - 0x00406000 C:\VSS-Tool\jre\bin\java.exe
0x77F60000 - 0x77FBF000 C:\WINNT\System32\ntdll.dll
0x77DC0000 - 0x77DFF000 C:\WINNT\system32\ADVAPI32.dll
0x77F00000 - 0x77F5F000 C:\WINNT\system32\KERNEL32.dll
0x77E70000 - 0x77EC2000 C:\WINNT\system32\USER32.dll
0x77ED0000 - 0x77EFC000 C:\WINNT\system32\GDI32.dll
0x77E10000 - 0x77E67000 C:\WINNT\system32\RPCRT4.dll
0x78000000 - 0x78044000 C:\WINNT\system32\MSVCRT.dll
0x6D330000 - 0x6D45A000 C:\VSS-Tool\jre\bin\client\jvm.dll
0x77FD0000 - 0x77FFA000 C:\WINNT\System32\WINMM.dll
0x6D1D0000 - 0x6D1D7000 C:\VSS-Tool\jre\bin\hpi.dll
0x6D300000 - 0x6D30D000 C:\VSS-Tool\jre\bin\verify.dll
0x6D210000 - 0x6D229000 C:\VSS-Tool\jre\bin\java.dll
0x6D320000 - 0x6D32D000 C:\VSS-Tool\jre\bin\zip.dll
0x6D000000 - 0x6D0FB000 C:\VSS-Tool\jre\bin\awt.dll
0x77C00000 - 0x77C18000 C:\WINNT\System32\WINSPOOL.DRV
0x76AB0000 - 0x76AB5000 C:\WINNT\System32\IMM32.dll
0x77B20000 - 0x77BD1000 C:\WINNT\system32\ole32.dll
0x6D180000 - 0x6D1D0000 C:\VSS-Tool\jre\bin\fontmanager.dll
0x77130000 - 0x77156000 C:\WINNT\System32\ddraw.dll
0x71190000 - 0x71197000 C:\WINNT\system32\MSIDLE.DLL
0x10000000 - 0x1000E000 C:\VSS-Tool\vssscript.dll
0x6D130000 - 0x6D152000 C:\VSS-Tool\jre\bin\dcpr.dll
0x76AC0000 - 0x76ADD000 C:\WINNT\System32\imagehlp.dll
0x731B0000 - 0x731BA000 C:\WINNT\System32\PSAPI.DLL

Local Time = Fri Nov 07 14:33:28 2003
Elapsed Time = 31
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.4.1_01-b01 mixed mode)
#

Topic: How to use the jdbc driver to connect to mySQL?? Previous Topic   Next Topic Topic: package com.bruceeckel.simpletest does not exist

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use