Signed Applet vs Editing Java Policy file3297 (5/14/2010 9:59:26 AM) comp.lang.java.programmer Hi All,
We are using Applet in our jsf/jsp application to do just ONE thing :
print into local printer.
To avoid the user confirmation dialog , two possible approach are :
- signed the applet
- add 'perm... Krist
Creating Heap dump , jmap or any other way ?160 (2/26/2010 2:04:24 AM) comp.lang.java.programmer Hi gurus, I want to do heap dump analysis to find out what comsume our 3GB heap. We areusing Linux and SUn JVM 1.5.0_15 64 bit I try to use jmap, but it gave me this error : Error attaching to process sun.... Krist
Am I short of memory for the JVMs ?428 (2/18/2010 7:59:38 AM) comp.lang.java.programmer Hi all, In our apps server, we are running 4 JVMs with the following settings : JVM_1 : -ms3072M -mx3072M -XX:MaxPermSize=1024M JVM_2 : -ms3072M -mx3072M -XX:MaxPermSize=1024M JVM_3 : -ms1024M -mx1536M -XX... Krist
Is this GC.log summary indicating memory leak ?1828 (2/18/2010 7:38:01 AM) comp.lang.java.programmer Hi All, I am trying to find out whether our app is experiencing memory leak by doing verbose gc on 4 days , here is the summary : (the detail is too long too attached) I use 2 JVMs with thi setting : -ms3072... Krist
Preventing Memory Leak when using HashMap925 (2/11/2010 8:32:12 AM) comp.lang.java.programmer Hi all, Two classes below pass HashMap to each other, I want to avoid the memory leak, other than using HashMap.remove(key), how to avoid memory leak in my code below ? FormInv class get return value from a l... Krist
basic GC question related with String objects1417 (1/17/2009 2:05:34 AM) comp.lang.java.programmer Hi All, As we know, dynamic String assigment will cause ineffecient resources usage, eg : String sample1 =3D new String(=93Builder.com=94); sample1 +=3D =93 is =93; sample1 +=3D =93the place =93; sample1 +=3D... krislioe(119)
What index do I need for this query ?1130 (3/24/2009 11:04:46 PM) comp.databases.oracle.server Hi gurus, I have the query like below : SELECT INVH.REGS_CODE, INVH.CUST_CODE, INVH.TAXDATE, INVH.TAXNO, INVH.INV_ID, INVH.INV_NO, INVH.INV_DATE, INVH.LOC_CODE, INVH.LOCGRP_CODE, NVL(INVH.DISCBM_RP,0) ... krislioe(119)
Preventing Memory Leak when using HashMap925 (2/11/2010 8:32:12 AM) comp.lang.java.programmer Hi all, Two classes below pass HashMap to each other, I want to avoid the memory leak, other than using HashMap.remove(key), how to avoid memory leak in my code below ? FormInv class get return value from a l... krislioe(119)
Is this GC.log summary indicating memory leak ?1828 (2/18/2010 7:38:01 AM) comp.lang.java.programmer Hi All, I am trying to find out whether our app is experiencing memory leak by doing verbose gc on 4 days , here is the summary : (the detail is too long too attached) I use 2 JVMs with thi setting : -ms3072... krislioe(119)
Am I short of memory for the JVMs ?428 (2/18/2010 7:59:38 AM) comp.lang.java.programmer Hi all, In our apps server, we are running 4 JVMs with the following settings : JVM_1 : -ms3072M -mx3072M -XX:MaxPermSize=1024M JVM_2 : -ms3072M -mx3072M -XX:MaxPermSize=1024M JVM_3 : -ms1024M -mx1536M -XX... krislioe(119)