aspose file tools
The moose likes Java in General and the fly likes EXCEPTION_ACCESS_VIOLATION Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "EXCEPTION_ACCESS_VIOLATION" Watch "EXCEPTION_ACCESS_VIOLATION" New topic
Author

EXCEPTION_ACCESS_VIOLATION

Grzegorz Novvak
Greenhorn

Joined: Nov 12, 2009
Posts: 12
I get this error while using applications such as Eclipse, Glassfish, JBoss, NetBeans. It happens quite often, during applications startup or after some time.
What's the cause of this? How to get rid of it?

Sebastian Janisch
Ranch Hand

Joined: Feb 23, 2009
Posts: 1183
It's a bug in java. That happens sometimes especially when debugging in eclipse (at least to me).


JDBCSupport - An easy to use, light-weight JDBC framework -
Grzegorz Novvak
Greenhorn

Joined: Nov 12, 2009
Posts: 12
OK, but is there a fix for it or something like that? Or do I just have to live with it?
Sebastian Janisch
Ranch Hand

Joined: Feb 23, 2009
Posts: 1183
you'll just have to live with it unfortunately ...
Henry Wong
author
Sheriff

Joined: Sep 28, 2004
Posts: 16684
    
  19

Sebastian Janisch wrote:you'll just have to live with it unfortunately ...


Your two options are...

1. If you can, upgrade to a later version of Java. It may be a bug that has been fixed.

2. File a bug report with Sun. There is little chance that it will be fixed, unless someone knows about it -- so help Sun out.

Henry


Books: Java Threads, 3rd Edition, Jini in a Nutshell, and Java Gems (contributor)
Grzegorz Novvak
Greenhorn

Joined: Nov 12, 2009
Posts: 12
I've already done those two things, but thanks for the tips
SambathKumar Palanisamy
Greenhorn

Joined: Nov 21, 2012
Posts: 2
We have faced the same issue in 1.7_07 JRE.
After many unsuccessful attempts to fix / resolve the issue, we have upgraded to 1.7_09 JRE and the problem disappeared.

Thanks,
Sambath.
Ivan Jozsef Balazs
Ranch Hand

Joined: May 22, 2012
Posts: 380
SambathKumar Palanisamy wrote:
After many unsuccessful attempts to fix / resolve the issue, we have upgraded to 1.7_09 JRE and the problem disappeared.


Bugfix releases are exactly meant for such purposes, aren't they?
SambathKumar Palanisamy
Greenhorn

Joined: Nov 21, 2012
Posts: 2
I agree.
But when I search for the solution, I couldn't find it anywhere in the bug database or in any other forums mentioning this issue is fixed in 1.7.0_09.
So, I replied this post to help others.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: EXCEPTION_ACCESS_VIOLATION
 
Similar Threads
Trouble in starting eclipse in Windows XP
eclipse Error. JVM terminated. Exit code = 1
JVM Hot Spot issue (in 1.6)
JVM crash due to perm gen space 99% in use
Problems running eclipse