Advertisement

03.04.2006 at 02:55AM PST, ID: 21760524
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

5.8

EXCEPTION_ACCESS_VIOLATION (0xc0000005)

Asked by krishnasaikarthik in Java Programming Language, New to Java Programming

Tags:

Hi all,

 Everytime JVM in my machine is getting crashed when I am trying run any java program (e.g. eclipse, ant script etc.). The following trace is logged in a log file each time:

#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x080578e5, pid=1476, tid=1648
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_10-b03 mixed mode)
# Problematic frame:
# V  [jvm.dll+0x578e5]
#

---------------  T H R E A D  ---------------

Current thread (0x0096fff8):  VMThread [id=1648]

siginfo: ExceptionCode=0xc0000005, reading address 0x00800000

Registers:
EAX=0x00800000, EBX=0x1225dfd0, ECX=0x241afcb4, EDX=0x1225dfcc
ESP=0x241afa84, EBP=0x241afab0, ESI=0x1225dfcc, EDI=0x241afcb4
EIP=0x080578e5, EFLAGS=0x00010287

Top of Stack: (sp=0x241afa84)
0x241afa84:   1225dfcc 201311b8 08066b9c 1225dfcc
0x241afa94:   08066b6b 1225dfcc 1225dfd0 1225dfc0
0x241afaa4:   1225de00 201310d0 201311bc 241afacc
0x241afab4:   080bdfd5 1225dfc0 241afaf0 080ee054
0x241afac4:   00970100 080ee054 241afb00 080bdeda
0x241afad4:   1225de00 00000202 1225dde8 1225e608
0x241afae4:   241afaf0 1225de00 00970100 080ee040
0x241afaf4:   00246670 113c0000 241afcb4 241afb2c

Instructions: (pc=0x080578e5)
0x080578d5:   24 08 57 8b f9 8b 06 85 c0 74 2f 3b 47 1c 73 2a
0x080578e5:   8b 08 83 e1 03 80 f9 03 75 06 8b 00 24 fc eb 0a


Stack: [0x24170000,0x241b0000),  sp=0x241afa84,  free space=254k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [jvm.dll+0x578e5]
V  [jvm.dll+0xbdfd5]
V  [jvm.dll+0xbdeda]
V  [jvm.dll+0xbdddb]
V  [jvm.dll+0x3c933]
V  [jvm.dll+0x3bd5b]
V  [jvm.dll+0x3bc29]
V  [jvm.dll+0x3c88c]
V  [jvm.dll+0x62cfc]
V  [jvm.dll+0x58208]
V  [jvm.dll+0x5e79d]
V  [jvm.dll+0x48dec]
V  [jvm.dll+0x5e931]
V  [jvm.dll+0xe07cd]
V  [jvm.dll+0xe0975]
V  [jvm.dll+0xe06de]
C  [MSVCRT.dll+0x85bc]
C  [KERNEL32.dll+0xb388]

VM_Operation (0x0006f840): generation collection for allocation, mode: safepoint, requested by thread 0x00248ef0


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

Java Threads: ( => current thread )
  0x0092fe28 JavaThread "CompilerThread0" daemon [_thread_blocked, id=1596]
  0x0092f068 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1200]
  0x00971cd8 JavaThread "Finalizer" daemon [_thread_blocked, id=624]
  0x00971118 JavaThread "Reference Handler" daemon [_thread_blocked, id=788]
  0x00248ef0 JavaThread "main" [_thread_blocked, id=1148]

Other Threads:
=>0x0096fff8 VMThread [id=1648]
  0x00931ab0 WatcherThread [id=888]

VM state:at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread:  ([mutex/lock_event])
[0x00248490/0x00000b20] Threads_lock - owner thread: 0x0096fff8
[0x00248658/0x00000ae4] Heap_lock - owner thread: 0x00248ef0

Heap
 def new generation   total 1664K, used 1113K [0x10010000, 0x101d0000, 0x113c0000)
  eden space 1536K,  64% used [0x10010000, 0x10106538, 0x10190000)
  from space 128K, 100% used [0x101b0000, 0x101d0000, 0x101d0000)
  to   space 128K,   0% used [0x10190000, 0x101900d8, 0x101b0000)
 tenured generation   total 20976K, used 15352K [0x113c0000, 0x1283c000, 0x20010000)
   the space 20976K,  73% used [0x113c0000, 0x122be270, 0x122be400, 0x1283c000)
 compacting perm gen  total 4096K, used 1763K [0x20010000, 0x20410000, 0x24010000)
   the space 4096K,  43% used [0x20010000, 0x201c8c20, 0x201c8e00, 0x20410000)

Dynamic libraries:
0x00400000 - 0x0040b000       D:\j2sdk1.4.2_10\bin\javac.exe
0x77f80000 - 0x77ffc000       C:\WINNT\system32\ntdll.dll
0x7c2d0000 - 0x7c335000       C:\WINNT\system32\ADVAPI32.dll
0x7c570000 - 0x7c623000       C:\WINNT\system32\KERNEL32.dll
0x77d30000 - 0x77da8000       C:\WINNT\system32\RPCRT4.dll
0x78000000 - 0x78045000       C:\WINNT\system32\MSVCRT.dll
0x75030000 - 0x75044000       C:\WINNT\system32\WS2_32.DLL
0x75020000 - 0x75028000       C:\WINNT\system32\WS2HELP.DLL
0x08000000 - 0x0813e000       D:\j2sdk1.4.2_10\jre\bin\client\jvm.dll
0x77e10000 - 0x77e79000       C:\WINNT\system32\USER32.dll
0x77f40000 - 0x77f7c000       C:\WINNT\system32\GDI32.dll
0x77570000 - 0x775a0000       C:\WINNT\system32\WINMM.dll
0x10000000 - 0x10007000       D:\j2sdk1.4.2_10\jre\bin\hpi.dll
0x690a0000 - 0x690ab000       C:\WINNT\system32\PSAPI.DLL
0x007c0000 - 0x007ce000       D:\j2sdk1.4.2_10\jre\bin\verify.dll
0x007d0000 - 0x007e9000       D:\j2sdk1.4.2_10\jre\bin\java.dll
0x007f0000 - 0x007fe000       D:\j2sdk1.4.2_10\jre\bin\zip.dll

VM Arguments:
jvm_args: -Denv.class.path=.\MedPlexusBuild.jar;.\MedPlexusBuild.jar;.\MedPlexusBuild.jar;.\MedPlexusBuild.jar;.;D:\j2sdk1.4.2_10\lib\tools.jar;D:\j2sdk1.4.2_10\jre\lib\rt.jar;D:\Tomcat 5.0\common\lib\servlet-api.jar;D:\Tomcat 5.0\common\lib\jsp-api;D:\JClass50K\lib\jchigridK;D:\dashooe\Obfuscator.jar;D:\jboss-4.0.3SP1\client\jboss-j2ee.jar;D:\jboss-4.0.3SP1\client\jboss-client.jar;D:\jboss-4.0.3SP1\client\jbossall-client.jar;D:\apache-ant-1.6.5\lib\ant.jar; -Dapplication.home=D:\j2sdk1.4.2_10 -Xms8m -Xmx256m
java_command: com.sun.tools.javac.Main -nowarn -d C:\POMS7.6.0.0\Client\classes -classpath C:\POMS7.6.0.0\Client\classes;C:\POMS7.6.0.0\Client\thirdpartyjars\ACJDependencies__V1.0.jar;C:\POMS7.6.0.0\Client\thirdpartyjars\ACJDesigner__V1.0.jar;C:\POMS7.6.0.0\Client\thirdpartyjars\ACJMain__V1.0.jar;C:\POMS7.6.0.0\Client\thirdpartyjars\ACJRuntime__V1.0.jar;C:\POMS7.6.0.0\Client\thirdpartyjars\J2PrinterWorks__V1.0.jar;C:\POMS7.6.0.0\Client\thirdpartyjars\barbecue-1.0.6d__V1.0.jar;C:\POMS7.6.0.0\Client\thirdpartyjars\build.bat;C:\POMS7.6.0.0\Client\thirdpartyjars\build.xml;C:\POMS7.6.0.0\Client\thirdpartyjars\clientresources__V1.0.jar;C:\POMS7.6.0.0\Client\thirdpartyjars\hsqldb__V1.0.jar;C:\POMS7.6.0.0\Client\thirdpartyjars\itrust.jar;C:\POMS7.6.0.0\Client\thirdpartyjars\jRegistryKey__V1.0.jar;C:\POMS7.6.0.0\Client\thirdpartyjars\jaxp__V1.0.jar;C:\POMS7.6.0.0\Client\thirdpartyjars\jcdatasourceK__V1.0.jar;C:\POMS7.6.0.0\Client\thirdpartyjars\jchigrid__V1.0.jar;C:\POMS7.6.0.0\Client\thirdpartyjars\jnlp.jar;C:\POMS7.6.0.0\Client\thirdpartyjars\jxl__V1.0.jar;C:\POMS7.6.0.0\Client\thirdpartyjars\labelprinting__V1.0.jar;C:\POMS7.6.0.0\Client\thirdpartyjars\medplexussecurity.jar;C:\POMS7.6.0.0\Client\thirdpartyjars\migcalendar__V1.0.jar;C:\POMS7.6.0.0\Client\thirdpartyjars\myitext__V1.0.jar;C:\POMS7.6.0.0\Client\thirdpartyjars\parser__V1.0.jar;C:\POMS7.6.0.0\Client\thirdpartyjars\settings.jar;C:\POMS7.6.0.0\Client\thirdpartyjars\sfc__V1.0.jar;C:\POMS7.6.0.0\Client\thirdpartyjars\symbeans__V1.0.jar;C:\POMS7.6.0.0\Client\thirdpartyjars\symtools__V1.0.jar;C:\POMS7.6.0.0\Client\thirdpartyjars\xerces__V1.0.jar;D:\apache-ant-1.6.5\lib\ant-launcher.jar;C:\POMS7.6.0.0\Client\src\MedPlexusBuild.jar;C:\POMS7.6.0.0\Client\src;D:\j2sdk1.4.2_10\lib\tools.jar;D:\j2sdk1.4.2_10\jre\lib\rt.jar;D:\Tomcat 5.0\common\lib\servlet-api.jar;D:\dashooe\Obfuscator.jar;D:\jboss-4.0.3SP1\client\jboss-j2ee.jar;D:\jboss-4.0.3SP1\client\jboss-client.jar;D:\jboss-4.0.3SP1\client\jbossall-client.jar;D:\apach
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=D:\j2sdk1.4.2_10
CLASSPATH=.\MedPlexusBuild.jar;.\MedPlexusBuild.jar;.\MedPlexusBuild.jar;.\MedPlexusBuild.jar;.;D:\j2sdk1.4.2_10\lib\tools.jar;D:\j2sdk1.4.2_10\jre\lib\rt.jar;D:\Tomcat 5.0\common\lib\servlet-api.jar;D:\Tomcat 5.0\common\lib\jsp-api;D:\JClass50K\lib\jchigridK;D:\dashooe\Obfuscator.jar;D:\jboss-4.0.3SP1\client\jboss-j2ee.jar;D:\jboss-4.0.3SP1\client\jboss-client.jar;D:\jboss-4.0.3SP1\client\jbossall-client.jar;D:\apache-ant-1.6.5\lib\ant.jar;
PATH=C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;D:\pcAnywhere\;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;D:\j2sdk1.4.2_10\bin;D:\apache-ant-1.6.5\bin;
USERNAME=dsateesh
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 15 Model 1 Stepping 3, GenuineIntel


---------------  S Y S T E M  ---------------

OS: Windows 2000 Build 2195 Service Pack 4

CPU:total 1 family 15, cmov, cx8, fxsr, mmx, sse, sse2

Memory: 4k page, physical 514864k(92620k free), swap 1253948k(738392k free)

vm_info: Java HotSpot(TM) Client VM (1.4.2_10-b03) for windows-x86, built on Oct 10 2005 14:53:46 by "java_re" with MS VC++ 6.0


Thanks in advance,
krishnasaikarthikStart Free Trial
[+][-]03.04.2006 at 02:57AM PST, ID: 16102956

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.04.2006 at 03:01AM PST, ID: 16102975

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.04.2006 at 03:17AM PST, ID: 16103011

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03.04.2006 at 03:17AM PST, ID: 16103013

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.04.2006 at 03:18AM PST, ID: 16103016

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.04.2006 at 03:20AM PST, ID: 16103020

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.04.2006 at 03:21AM PST, ID: 16103024

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.04.2006 at 03:22AM PST, ID: 16103027

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.04.2006 at 03:23AM PST, ID: 16103029

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.04.2006 at 03:24AM PST, ID: 16103033

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.04.2006 at 03:25AM PST, ID: 16103038

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.04.2006 at 03:27AM PST, ID: 16103044

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.04.2006 at 03:48AM PST, ID: 16103071

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03.04.2006 at 03:51AM PST, ID: 16103074

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Java Programming Language, New to Java Programming
Tags: exception_access_violation
Sign Up Now!
Solution Provided By: AmodKr
Participating Experts: 4
Solution Grade: A
 
 
[+][-]03.04.2006 at 03:53AM PST, ID: 16103079

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03.04.2006 at 03:58AM PST, ID: 16103084

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.04.2006 at 04:01AM PST, ID: 16103088

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.04.2006 at 04:02AM PST, ID: 16103089

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.13.2006 at 09:25PM PST, ID: 16180951

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03.13.2006 at 10:34PM PST, ID: 16181225

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.14.2006 at 05:18AM PST, ID: 16183132

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32