Win a copy of Java Persistence with Spring Data and Hibernate this week in the Spring forum!
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

netbean crashing everytime because of JVM

 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
Whenever I start NetBeans 5.5 it sarts normally but just after (1-2 secs.) starting up the JVM crashes shutting down the IDE. this is happening everytime. The same thing happens with jBoss 4.0.4 GA also but not everytime. I know the problem is JVM but couldn't get solution anywhere.

A log file is created by jvm: "hs_err_pid*.log" (* denotes some number)

------------------------------------------------------------
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d77e08c, pid=1476, tid=1720
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_08-b03 mixed mode, sharing)
# Problematic frame:
# V [jvm.dll+0x4e08c]
#

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

Current thread (0x032b90f8): JavaThread "Default RequestProcessor" daemon [_thread_in_vm, id=1720]

siginfo: ExceptionCode=0xc0000005, reading address 0x03d89000
.
.
.(and much more stuff)
-----------------------------------------------------------------------

Can anybody please help, I am using jdk 1.5 update 8.

Thanks.
Lalit
 
Ranch Hand
Posts: 180
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You might try upgrading to 1.5 update 11, or whatever the most recent verison is now. You might also try adding more memory to the heap, like -X128M for 128 MB... it doesnt seem like a memory issue though.

What OS are you running on and are you sure that you installed the proper JVM for your OS. Maybe reinstalling the version you have (or upgrading as I mentioned above)

Not sure what else it could be.
 
What's wrong? Where are you going? Stop! Read this tiny ad:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic