1

Java 6 regularly crashes

28043 byte By OGGYa at 2007-11-27 10:17:29
Hi !I use JDK6 (with JRE) and when i try to run netbeans (and not only with netbeans !) it results in following error: ## An unexpected error has been detected by Java Runtime Environment:## SIGSEGV (0xb) at pc=0x00002ba542d1dcf4, pid=2307, tid=1092860240## Java VM: Java HotSpot(TM) 64-Bit Server ...

EXCEPTION_STACK_OVERFLOW with Tomcat - service shuts down

3272 byte By TimmyMillera at 2007-11-27 9:16:30
Hello,I get the following error periodically which causes my Tomcat service to stop. There do not seem to be any exceptions listed in my log files, only the "An unrecoverable stack overflow has occurred." error listed in the jakarta_service_yyyymmdd.log file.I am running tomcat5.5.23 on a ...

HotSpot internal threads

330 byte By snovgorodskya at 2007-11-27 8:29:04
Apparently, HotSpot starts some number of internal threads.In my environment (SUSE Linux 10.1, JDK 5, Intel Dual Core) , when I run a simple single-threaded test program(just your basic 'hello world'), I see 12 threads running. There are probably 2 GC threads, 1 main thread, what are the ...

Can the Perm Heap shrink?

348 byte By PaulFranza at 2007-11-27 6:30:14
I am running JDK 1.4.2 and I was wondering, can the "Perm Heap" can actually shrink or not?If not in the JDK 1.4.2 is it available later?If so, then what determines if the class info is no longer referenced and therefore can be garbage collected. Is it after all of the objects of that type no ...

HOT Spot error Code 11 VM crash - Program terminated with signal 6, Aborted

37991 byte By Sushma_Sharma789a at 2007-11-27 6:22:05
Our application server weblogic8.1 sp6 has been crashing in production every week with HotSpot Virtual Machine Error : 11 and Error ID : 4F530E43505002EF. There is no consistent pattern which tells us what is causing this problem. When I gdb the core file, it tells that "Program terminated with ...

max and min heap to same value, fixed memory leak problem !?

608 byte By john_ma at 2007-11-27 5:48:59
Hello,Recently, we have had a memory leak problem in an application server. We had the jvm parameters -Xms1024m -Xmx2048m.To simplify the analysis, I changed this to -Xms2048m -Xmx2048m. So, no heap resizing. (we have jdk 1.4.2_05)Weird thing is, since doing this, we don't see the problem. ...

GC dynamic generation resizing

1306 byte By Lediona at 2007-11-27 5:31:59
Does anyone know if the young/old/permanent heap sections are dynamically resized during the life of an application ? By resizing I mean something different than ramp-up to the correct size, or increase/decrease as the whole heap changes in size. I've been reading gc tuning docs and it seems ...

URGENT: Frequent expensive full GCs(after first full GC)with JDK_1.5.0_06

1761 byte By SRENGAN123a at 2007-11-27 5:15:22
On load testing the application we see that - everything works fine for the first 35 minutes till we hit the first full GC after the first full GC, which happened after 35 minutes (after about 500 minor GCs), strangely the full GCs happen very frequently, once about every 2-3 minutes (once ...

Synchronization regression in 1.6.0_01-b06

31016 byte By DavidLennerta at 2007-11-27 4:36:29
There appears to be a regression in 1.6.0_01-b06 vs. 1.5.0_09-b03: modifications made to an instance field while in a synchronized block are not visible in a subsequent synchronized block. I.e. register or processor memory caches are not being flushed and/or reloaded.A hacky workaround can be ...

EXCEPTION_ACCESS_VIOLATION occured while 2 remote machines were connected

890 byte By vineet_mita at 2007-11-27 3:26:52
two remote machines were connected and application was developed to enable chat but after a random period of time the application exists leaving an error message in the console window...T]he following is the error message## An unexpected error has been detected by HotSpot Virtual Machine:## ...

No Windows Server Mode -- Rationale?

258 byte By liminal1a at 2007-11-26 22:57:43
I just upgraded to 6.0 and noticed that its no longer possible to use the server VM on 32 bit windows.Can someone please explain the rationale for this design decision?Also, what sort of performance penalty can I expect?Thank you.

Full GC question

291 byte By jevans123a at 2007-11-26 21:18:11
referencing document,https://java.sun.com/j2se/reference/whitepapers/memorymanagement_whitepaper.pdfwith the flags:XX:+UseParallelGCXX:+UseParallelOldGCWhen a full GC occurs, does the mark-sweep-compact algorithm get applied to the young generation?

HotSpot Virtual Machine Error, Internal Error

1024 byte By localhost_log.2006-10-19a at 2007-11-26 20:05:42
# HotSpot Virtual Machine Error, Internal Error# Please report this error at# http://java.sun.com/cgi-bin/bugreport.cgi## Java VM: Java HotSpot(TM) Client VM (1.4.2_01-b06 mixed mode)## Error ID: 4E4D4554484F440E435050019E## Problematic Thread: prio=1 tid=0x556f8b18 nid=0x7f2f runnable#Heap at ...

Unnexpected error - Please help!

14427 byte By Soquinna at 2007-11-26 18:10:33
I need help please! Below is the error message I get when, suddenly, any and all windows on my computer close out by themselves leaving me at my desktop. I did the java test and found that I was running on an older version of java. I downloaded the latest version but to no avail! This happens ...

Hot Spot Vitual Machine errors

14773 byte By SamQa at 2007-11-26 15:01:01
I've posted a message on the Hot Spot Internals forum regarding this error I've been seeing fairly often now, it's happening when in Internet Explorer on the Web usually playing some game. This is the error message I get after it just drops me out of the Internet........Is this a known ...

Can't register Tomcat as Windows service on some computers, under Java6

1015 byte By irek_ma at 2007-11-26 14:06:12
When I use Java 1.6.0:Tomcat started using startup.bat works fine.When started using tomcat5.exe does nothing, and exits.When registered as a Windows service, and started using:net start tomcat5There is a meaningless error message on the console, but injakarta_service.log I find:[2006-12-21 ...

HotSpot crashes

1384 byte By briscoa at 2007-11-26 13:55:17
Hi there!I am very sorry for loosing your precious "mind resources" but some help is necessary. I am relatively new to java, though I have some programming knowledge. I am making a school project, which is a lame simulation of galacitc motion, i. e. you have a plane (galaxy), you add stars, you ...

Unexpected Signal : EXCEPTION_ACCESS_VIOLATION

7511 byte By ravindraraa at 2007-11-26 13:15:12
Hi AllI am getting this error log in hs_err_pid3284 log fileUnexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x8077C52Function=[Unknown.]Library=C:\j2sdk1.4.2_05\jre\bin\client\jvm.dllNOTE: We are unable to locate the function name symbol for the errorjust occurred. ...

JAVA HOTSPOT Error with SAPGUI 7.0 and JDK 1.5.0_03 Problematic frame

23565 byte By chotadona at 2007-11-26 12:32:33
It Clearly says GetLocalName What is the this its is lokking for ?Regards## An unexpected error has been detected by HotSpot Virtual Machine:## SIGILL (0x4) at pc=0xb0985fa7, pid=3297, tid=2978110384## Java VM: Java HotSpot(TM) Client VM (1.5.0_03-b07 mixed mode, sharing)# Problematic frame:# C ...

CMS very long pauses

512 byte By haimya at 2007-10-3 11:45:16
We are using JRE1.4._10 on Windows with large heaps min=max=1400MWe are also using CMS in order to reduce pauses.Two problems are experienced:On startup we see a GC pause which takes more than an hour (it happens in one every four restarts)On heavy load from time to time there are 2-3 minutes ...

class structure

454 byte By shashank_tulsyana at 2007-10-3 11:37:21
I have two java class files which are about 1MB in size. When I decompile them I get a file of size about 30KB. When these classes are run they show an iconified frame, but there is no icon in the folder (The class has been copied to a new location). It seems that the class has embedded files ...

Very long full GCs cause audio glitches due to memory and disk thrashing

935 byte By volley_sea at 2007-10-3 11:23:10
Hi,I've written a small application which plays audio in real time. Everything works fine, except when I use it on a computer where memory is scarce. In particular, I get audio glitches whenever a full garbage collection occurs.I suspect this happens because most of the heap has been swapped ...

Compilation decision

1291 byte By com.stevebrechera at 2007-10-3 11:03:49
(Context: I'm new to Java, not to development)I would like to have my frequently-executed code in a long-running enumeration/calculation application compiled and to have methods inlined. I can't seem to achieve this except in cases that are unpredictable (to me).I am running jre 5.0.90.3 on ...

Frequent VM Crashes

24669 byte By damian_penneya at 2007-10-3 10:33:03
I've been getting a lot of JVM crashes, upgraded from Java 5 to Java 6 and still no dice. Looks as though it crashes during GC and this affects both JVMs. Included are my first and latest crash logs (there are many more!) The app that is crashing is Intellij 5.1Here is my first crash log## An ...

Hotspot access violation running Eclipse on Windows Vista

23448 byte By Nick_Radova at 2007-10-3 10:23:44
I am experiencing repeated Hotspot crashes with JDK 1.5.0_09-b03 when using Eclipse 3.2.1. The crashes began when I upgraded from Windows XP to Vista (x86) so I assume that there is a compatibility problem. (Yes, I am running the final release version of Vista, not a beta). Most of the crashes ...

Help needed on explaining JVM thrashing behavior

26152 byte By AXUa at 2007-10-3 8:54:56
Hi there,We run a webapp on Tomcat 4.1.29 + JDK 1.4.2_02-b03. We've been seeing memory issues in our production environment. It's not an OutOfMemoryError or StackOverflowError or anything of that sort. The symptoms are described below:Stage 1: GC running normally with Minor GC mostly, with ...

How To Make Setup/exe file for Swing based Project

180 byte By PERFORMANCEa at 2007-10-3 8:28:07
hello everybody,i completed a swing project and i want to make its as a setup file so i installed in any computer, how this posiible.......... plz help its urgent....

ClassLoader constraints changes in Java 6?

401 byte By Pakka-Pakkaa at 2007-10-3 7:51:50
The "Features and Enhancements" page lists "Class-loader constraints" as a feature/enhancement for Java 6, without providing details or a link: http://java.sun.com/javase/6/webnotes/features.html(near the bottom of the list)So, what was actually done? Code inspection/cleanup? Writing up an ...

VM errors

43018 byte By jordan.stewarta at 2007-10-3 7:44:55
I've been sent a couple of error files which were generated when a couple of processes crashed (one file for each process), and I don't really know what could be causing the issue. They both look to be database related, but the errors occur within libjvm.so. Is this a problem with the ...

OutOfMemoryError when Eden space only 1/3 full

1087 byte By RGibsona at 2007-10-3 7:33:40
Hi,I've been reading up on the inner workings of the different GC algorithms and I thought I had a good handle on them all, but I'm a bit baffled with the behaviour I'm seeing. I'm running a server process on RH Linux, AMD 64-bit. The machine has 4G of physical memory and two processors. My ...

IE 6 auto close by Java Hotspot and error msg generated

16036 byte By WWCWa at 2007-10-3 6:08:55
I am using IE version: 6.0.2900.2180.xpsp.050928-1517; and Windows XP Professional Version 2002 Service Pack 2I was opening a link from the ESD HKgov website, the page was checking my settings to verify compatibility to their program (Window Titled: Check Client Config).Here is the link: ...

Strange performance issue

1051 byte By JudgeJa at 2007-10-3 3:57:07
Hi,I've been programming Java professionally for 10 years and I've seen som weird sh*t over the years, but this one takes the cake:I have a huge complex application that does all kinds of funny stuff with doubles. In a specific test case, one method is called ~3000 times and covers 25% of ...

Frequent VM Crashes

10672 byte By theShticka at 2007-10-3 3:55:51
The JVM on my computer crashes alot. (Meaning, I almost never get to keep my programs running for more than an hour unless I'm not using them while they run. Frequently the crash will occur while my programs, Eclipse/NetBeans are starting up.) Originally I noticed the problem using Eclipse, ...

JVM Hotspot error and Core dump

5402 byte By ssr075a at 2007-10-3 3:35:20
Here is the output from gdb against the error. If anyone has an idea of what could be causing it, please let me know.ThanksShankarGNU gdb Red Hat Linux (6.3.0.0-1.90rh)Copyright 2004 Free Software Foundation, Inc.GDB is free software, covered by the GNU General Public License, and you ...

Hot Spot JVM Crashes Urgent pls help

32301 byte By jagdishraoa at 2007-10-3 3:27:38
Hellow expertsconfig-Java 1.5.0.08tomcat 5.5.17Os :Ubuntu Dapper Linux and Windows Xp PofessionalJasperreports1.2.2.jar for reportsMysql Databse 5.0i am working on a Swings based Java appl where i am using jasper reports.the database is Mysql.i have some reports which are simple listing of ...

Consistently high YoungGen (ParScavenge) GC times

922 byte By zarnovicana at 2007-10-3 2:52:10
Expected YGC times are around 0.1s. "Sometimes" my YGC times jump to 10s level and stay there. Because the YGC is long and frequent JVM spends high portion (10%+) of time in GC. It is not a lonely GC peak, it is a GC duration that is consistenly above some level (3s, 5s, 10s or even 20s).Our ...

Maximum Heap Size

692 byte By BobBaron2a at 2007-10-3 2:25:18
I go through this every year or so - why is it so hard to find out what the maximum memory that can be used for each JRE?My very simple question is "what is the maximum amount of memory that my application can use?"Ideally someone has found this elusive table that would at least report the ...

Understanding the implementation of synchronization in Hotspot

1085 byte By quasiquotea at 2007-10-3 2:18:37
I am a graduate student looking into alternative synchronization implementations for the Hotspot JVM. I am perusing the source code for Java 1.4, in particular for Solaris and the SPARC ISA. Thus far I have found the following files that deal with locking and ...

VC8 clients and native invocation API

458 byte By zhangrusia at 2007-10-3 1:50:18
Hi,Could someone from Sun tell me whether JNI invocation API for the 1.5.0_07 Windows JVM supports .NET clients compiled with Visual C++ 8?I have an ASP.NET application that calls into the JVM through the JNI invocation API. I know that there were problems with VC7 clients calling into the 1.3 ...

Java VM: Java HotSpot(TM) Client VM (1.4.2_11-b06 mixed mode) jvm.dll

19308 byte By vishal_usaa at 2007-10-3 1:50:11
Hi ,I Migrated an application from Weblogic 6.1 to Weblogic 8.1. It is deployed properly and I am able to start the server. When I try to open login page it gives the following error as shown below:I tried many ways changing the memory settings, etc. but still i get the same error. It might be ...

Understanding Xss- java stack internals

986 byte By rhea at 2007-10-3 1:41:08
Cross posting from http://forum.java.sun.com/thread.jspa?threadID=756193I am using jdk 1.4.2.07 and run into the following error with the VM crashing with a defunct process:"Fatal: Stack size too small. Use 'java -Xss' to increase default stack size." on Linux. Does this imply a JVM bug given ...

unexpected error HotSpot Virtual Machine EXCEPTION_ACCESS_VIOLATION

16729 byte By LBBachmana at 2007-10-3 1:38:25
Has anyone seen this? The dll in question is usually ntdll.dll or awt.dll.Thank you in advance.## An unexpected error has been detected by HotSpot Virtual Machine:## EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c9010f3, pid=3856, tid=5344## Java VM: Java HotSpot(TM) Client VM (1.5.0_07-b03 ...

"An unexpected error has been detected by HotSpot Virtual Machine: "

670 byte By Kalyani.Vadapallia at 2007-10-3 1:18:46
## An unexpected error has been detected by HotSpot Virtual Machine:## EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x74346183, pid=3252, tid=2956## Java VM: Java HotSpot(TM) Client VM (1.5.0_07-b03 mixed mode, sharing)# Problematic frame:# C [ODBC32.dll+0x26183]## An error report file with ...

How to format posts in this forum.

2314 byte By cotton.ma at 2007-10-3 0:40:01
As you may have noticed posts in this form lose all formatting when you post even when you use formatting tags. Unfortunatley this well known yet mysteriously unresolved issue is true for almost all of the recently added forums, which seems a pity because several, like this one seem to be in ...

Releasing tenure space explicitly?

2568 byte By Szilarda at 2007-10-3 0:36:28
Hi,It might sound sacrilege, but I would like to have better, may I say explicit control over memory handling, especially garbage collection.I am working on an application which has to read 120+ million data records from a file, sort and summarize them (and write them into another file). I ...

I need some memory/heap clarification

479 byte By dan.powera at 2007-10-2 23:30:52
Hello all,I am trying to figure out what is the difference between perm space, perm gen, old gen and tenure. On a lot of sights they use different combinations of these as synonyms. I find that difficult to believe when ...

JVM thread signals on Solaris?

991 byte By drmacdona at 2007-10-2 23:29:05
When monitoring a process with prstat -Lmap <pid> on 1.4.2_09/Solaris 9 sun4u, with the default sampling rate I see signals ranging from 1-10K on the hotter threads. I've seen this on a 1.5.0 JVM as well in a different process but was curious what types of JVM activities cause a thread ...

Printing method being compiled when Hotspot crashes

279 byte By samueltoa at 2007-10-2 23:15:57
I'm trying to workaround a JVM crash issue by disabling hotspot compilation for the method that's causing the crash.In Sun's JVM There is a -XX:+PrintCompilation switch which tells me what method is being compiled. Is there a equivalent JVM option for HP's JVM?

HotSpot Server VM crash (core dump) when my Java app calls a native library

6250 byte By jnan-prasad_chukka@tcsa at 2007-10-2 21:43:36
Unexpected Signal : 11 occurred at PC=0xC56DDCD0Function=_shlInitLibrary=/opt/java1.4/jre/lib/PA_RISC2.0/server/libjvm.slCurrent Java thread:"main" prio=2 tid=00059ba8 nid=1 lwp_id=7172319 runnable [0x77ff2000..0x77ff1910]at oracle.jdbc.driver.T2CConnection.t2cCreateState(Native Method)at ...

Unexpected Signal : 11 occurred at PC=0xFEDE14F8

1287 byte By Maya--Raja79a at 2007-10-2 21:08:10
Im getting this error in hs_err log file when my application is crashing.Unexpected Signal : 11 occurred at PC=0xFEDE14F8Function=[Unknown. Nearest: JVM_FillInStackTrace+0x4D70]Current Java thread:Dynamic ...