Question

EXCEPTION_ACCESS_VIOLATION (0xc0000005)

Asked by: krishnasaikarthik

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,
krishnasaikarthik

This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.

Subscribe now for full access to Experts Exchange and get

Instant Access to this Solution

  • Plus...
  • 30 Day FREE access, no risk, no obligation
  • Collaborate with the world's top tech experts
  • Unlimited access to our exclusive solution database
  • Never be left without tech help again

Subscribe Now

Asked On
2006-03-04 at 02:55:56ID21760524
Tags

exception_access_violation

Topics

Java Programming Language

,

New to Java Programming

Participating Experts
4
Points
250
Comments
21

Trusted by hundreds of thousands everyday for fast, accurate and reliable tech support.

  • "The time we save is the biggest benefit of Experts Exchange to Warner Bros. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange." Mike Kapnisakis, Warner Bros.
  • "Our team likes having a resource that is more secure than just using Google and most experts using this service really know their stuff. It's nice to look here first versus using Google." Dayna Sellner, Lockheed Martin
  • "Anytime that I've been stumped with a problem, 9 out of 10 times Experts Exchange has either the accepted solution or an open discussion of the potential solution to the problem." Kenny Red, eBay Inc.

See what Experts Exchange can do for you.

Got a question?

We've got the answer.

Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.

Screenshot of Experts Exchange Knowledgebase

Need individual assistance?

Our experts are ready to help.

If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.

Screenshot of Experts Exchange Knowledgebase

Want to learn from the best?

Read articles from industry experts.

Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.

Screenshot of an Article

Working on a long term project?

Store your work and research.

Save solutions to your questions, answers you’ve discovered through searching plus helpful articles in your personal knowledgebase for easy future access.

Screenshot of Experts Exchange Knowledgebase

Access the answers to your technology questions today.

Subscribe Now

30-day free trial. Register in 60 seconds.

What Makes Experts Exchange Unique?

Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Trusted by the world's most respected brands.

image of each brand's logo

Faithfully serving IT professionals since 1996.

Experts Exchange Logo

Try it out and discover for yourself.

Subscribe Now

30-day free trial. Register in 60 seconds.

Related Solutions

  1. Many VMs in one Tomcat
    Is it possible to run different web applicatins in Tomcat in different VMs? How do I do that?
  2. Servlet exception...
    I am running my servlet in NetBean 3.4.1, i got this error... how to sovle... /* * servlet1.java * * Created on June 11, 2003, 10:04 AM */ import java.io.*; import java.net.*; import javax.servlet.*; import javax.servlet.http.*; /** * * @author administrator * @ve...
  3. Inheritance in servlets on tomcat server
    We're working on a project where we develop a allocation system using JSP and servlets on a Apache -> tomcat server with a mySQL server for storage. We use servlets to access the database to retreive or store data, and we wrote a parentServlet that had common functions lik...

Free Tech Articles

  1. WARNING: 5 Reasons why you should NEVER fix a computer for free.
    It is in our nature to love the puzzle. We are obsessed. The lot of us. We love puzzles. We love the challenge. We thrive on finding the answer. We hate disarray. It bothers us deep in our soul. W...
  2. SCCM OSD Basic troubleshooting
    SCCM 2007 OSD is a fantastic way to deploy operating systems, however, like most things SCCM issues can sometimes be difficult to resolve due to the sheer volume of logs to sift through and the dispe...
  3. Migrate Small Business Server 2003 to Exchange 2010 and Windows 2008 R2
    This guide is intended to provide step by step instructions on how to migrate from Small Business Server 2003 to Windows 2008 R2 with Exchange 2010. For this migration to work you will need the fo...
  4. Create a Win7 Gadget
    This article shows you how to create a simple "Gadget" -- a sort of mini-application supported by Windows 7 and Vista. Gadgets can be dropped anywhere on the desktop to provide instant information, ...
  5. Outlook continually prompting for username and password
    There have been a lot of questions recently regarding Outlook prompting for a username and password whilst using Exchange 2007. There are a few reasons why this would happen and I will try to cover t...
  6. Backup Exchange 2010 Information Store using Windows Backup
    There seems to be quite a lot of confusion around the ability to backup Exchange 2010 using the built in Windows Backup feature. This stems from the omission of this feature prior to Exchange 2007 s...

Cloud Class Webinars

  1. Avoiding Bugs in Microsoft Access
    Alison Balter takes and in-depth look at avoiding bugs in Access. In this webinar you will learn about using the immediate window to debug your applications, invoking the debugger, using breakpoints to troubleshoot, stepping through code, setting the next statement to execute, ...
  2. Top 10 Best New Features in Visio 2010
    Scott Helmers gives live demonstrations of the top 10 new features in Visio 2010. This webinar will teach you how to create compelling diagrams by adding shapes to the page with a single click, linking the shapes in a diagram to data in Excel (or SQL Server, or SharePoint), ...
  3. IT Consultant Business Secrets Revealed
    Michael Munger, Experts Exchange tech pro and IT consultant, pulls back the curtain on his very successful businesses and answers question on every IT consultant and business owner should know about. He shares secrets on what he did to solve the 5 most common problems in IT, ...
  4. Disaster Recovery and Business Continuity
    Quest CTO, Mike Billon, gives an overview of the steps involved in building a dunamic disaster recovery plan. Through case studies and an examination of software/hardware tooles for monitoring and testing, you'll gain a better understandin of where you are, where you want ...
  5. Organize Your Visio Diagrams with Containers and Lists
    Scott Helmers uses cross functional flowcharts, wireframe diagrams, data graphic legends and seating charts to teach you: how to ustilize all three new structured diagram components in Visio 2010, the best practices for organizeing shapes in previous version of Visio, how to organize ...
  6. How to Us Objects, Properties, Events and Methods in Microsoft Access
    Alison Dalter gives an in-depbth look at objects, properties, events and methods in Microsoft Access. In this webinar you will learn about using the object browser, referring to objects, working with properties and methods, working with object variables, understanding the ...

Join the Community

Give a Little. Get a Lot.

Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.

Join the Community

Answers

 

by: CEHJPosted on 2006-03-04 at 02:57:32ID: 16102956

Try reinstalling Java with an upgrade

 

by: StillUnAwarePosted on 2006-03-04 at 03:01:06ID: 16102975

It looks like after the jdk installation, the system's resource access has changed in the way, that java can not access them any more. I can only suggest reinstall the jdk, or even better upgrade to jdk 1.5.0_06.

 

by: krishnasaikarthikPosted on 2006-03-04 at 03:17:35ID: 16103011

Yes,

I re-install the jdk with several times and also i tried with jdk 1.5.0_06.
But the problem is same.

In my system Macfee Enterprise Edition is running. Is there any problem with this?

thanks
krishnasaikarthik

 

by: mayankeaglePosted on 2006-03-04 at 03:17:53ID: 16103013

 

by: mayankeaglePosted on 2006-03-04 at 03:18:50ID: 16103016

>> I re-install the jdk with several times and also i tried with jdk 1.5.0_06.

Did you remove all the other versions? Try doing that - maybe one of them is corrupt.

 

by: CEHJPosted on 2006-03-04 at 03:20:06ID: 16103020

Uninstalling, running Windows update and then reinstalling

 

by: CEHJPosted on 2006-03-04 at 03:21:24ID: 16103024

The first word 'Try' was missing from my last comment ;-)

 

by: CEHJPosted on 2006-03-04 at 03:22:42ID: 16103027

As an added precaution you could use RegClean before reinstalling

 

by: mayankeaglePosted on 2006-03-04 at 03:23:09ID: 16103029

>> In my system Macfee Enterprise Edition is running. Is there any problem with this?

I don't think so. Which service-pack of Windows do you have?

 

by: mayankeaglePosted on 2006-03-04 at 03:24:13ID: 16103033

So CEHJ, enjoying the weekend at home? I'm in office :(

 

by: CEHJPosted on 2006-03-04 at 03:25:50ID: 16103038

Well home is often the office for me ;-)

 

by: mayankeaglePosted on 2006-03-04 at 03:27:31ID: 16103044

:-)

 

by: krishnasaikarthikPosted on 2006-03-04 at 03:48:24ID: 16103071

We are using W2k SP4

 

by: AmodKrPosted on 2006-03-04 at 03:51:55ID: 16103074

I guess there is no problem with ur JRE as you are getting it when u run ur code from eclipse or use ant. How much is ur RAM? They need sufficient RAM when they run.

 

by: krishnasaikarthikPosted on 2006-03-04 at 03:53:52ID: 16103079

Mine 512MB and for eclipse I am allocating 350MB

 

by: AmodKrPosted on 2006-03-04 at 03:58:46ID: 16103084

Just check the memory uses from the task manager. Restart ur system and run minimal applications and try with ur application. I holpe it will help you.

 

by: mayankeaglePosted on 2006-03-04 at 04:01:48ID: 16103088

Are you able to run any basic Java application from the command-line?

 

by: CEHJPosted on 2006-03-04 at 04:02:05ID: 16103089

I doubt this has got anything to do with insufficient memory

 

by: krishnasaikarthikPosted on 2006-03-13 at 21:25:54ID: 16180951

we changed the RAM in our system.
then from last 5 days we are not getting any problems..

any way thanks for experts
km

 

by: AmodKrPosted on 2006-03-13 at 22:34:41ID: 16181225

;-) Thanks

 

by: mayankeaglePosted on 2006-03-14 at 05:18:12ID: 16183132

>> Mine 512MB and for eclipse I am allocating 350MB

I have the same, and it works.

20120131-EE-VQP-002

3 Ways to Join

30-Day Free Trial

The Experts

98% positive feedback on 31,087 answers since March 2000. angeliii is a Microsoft Most Valuable Professional for his work with MS SQL Server & Develoment.

He has also proven his knowledge of Visual Basic Programming, PHP Scripting and Oracle Databases.

The Experts

97% positive feedback on 10,752 answers since July 2000. lrmoore has more than 18 years experience in the networking industry.

The six-time Mircosoft MVPs specialties include firewalls, virtual private networking, and network management.

Testimonials

"...and excellent source for support... Kind of like having your very own IT dept." Electriciansnet

Testimonials

"I was apprehensive at signing up at first. However... it has already made my life as an IT administrator much easier." JaCrews

Testimonials

"WOW! You guys have great, active, and knowledgeable people on here." moore50

Business Clients

Business Clients

In the Press

"If you’ve got a question... Experts Exchange can supply an answer.”

In the Press

"...an invaluable aid for both IT professionals and those who require tech support."

In the Press

"where IT professionals provide quick answers on just about any topic"

Business Account Plans

Loading Advertisement...