A HotSpot Virtual Machine error  when i stop save file!

private DataSink filewriter = null;
saveProcessor  = Manager.createProcessor(source);
          saveProcessor.configure();
          if(!waitForState(saveProcessor,saveProcessor.Configured))
               dm.writeLog(DataManager.DEBUG,"config fail");
          saveProcessor.setContentDescriptor(new FileTypeDescriptor(FileTypeDescriptor.MPEG_AUDIO));
          saveProcessor.realize();
          if(!waitForState(saveProcessor,saveProcessor.Realized))
               dm.writeLog(DataManager.DEBUG,"realize fail");
          saveDataSource = saveProcessor.getDataOutput();//存储音频文件
          String nowTime  = df.format(new java.util.Date()); // 取当前时间
          saveAudioToFile(saveDataSource,nowTime);
          saveProcessor.start();
private void saveAudioToFile(DataSource ds,String nowTime){
          String time = nowTime.replace("-", "").replace(":", "").replace(" ", "");
          //定义存储该媒体文件的路径
          String filePath = this.getClass().getClassLoader().getResource("").getPath();
          try {
               filePath = java.net.URLDecoder.decode(filePath,"utf-8");
          } catch (UnsupportedEncodingException e1) {
               // TODO Auto-generated catch block
               e1.printStackTrace();
          if (filePath == null || filePath.equals("")) {
               JOptionPane.showMessageDialog(null,
                         "无法获取系统路径,请联系系统维护人员!");
               return;
          filePath = filePath.replaceAll("bin/", "");
          if (filePath.indexOf("config/") > 0) {
               filePath = filePath.replaceAll(
                         "config/", "");
          // 获取文件路径
          filePath = "file://"+filePath + "record/" +line.lineName+ "" + time
                    + ".mpg";
          MediaLocator dest = new MediaLocator((filePath));
          dm.writeLog(DataManager.DEBUG,"path:"+filePath);
          //创建一个数据池,用于保存数据
          try{
               filewriter = Manager.createDataSink(ds, dest);
               filewriter.open();
               dm.writeLog(DataManager.INFO, "调度台向**"+line.lineName+"**的实时通话##",nowTime);
          } catch (NoDataSinkException e) {
               e.printStackTrace();
          } catch (IOException e) {
               e.printStackTrace();
          } catch (SecurityException e) {
               e.printStackTrace();
          try {
               filewriter.start();
          } catch (IOException e) {
               e.printStackTrace();
if(filewriter!=null){
                              filewriter.stop();
                              filewriter.close();
                              saveProcessor.stop();          
                                                                                                saveProcessor.close();
                              saveProcessor = null;
                         }when i stop to save file,the HotSpot Virtual Machine will error
Edited by: allen_gong on Jan 6, 2010 1:14 AM

# An unexpected error has been detected by Java Runtime Environment:
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x11d089cd, pid=3304, tid=6296
# Java VM: Java HotSpot(TM) Client VM (11.3-b02 mixed mode, sharing windows-x86)
# Problematic frame:
# C 0x11d089cd
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
--------------- T H R E A D ---------------
Current thread (0x03f2e400): JavaThread "Thread-160" [_thread_in_native, id=6296, stack(0x08250000,0x082a0000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x11d089cd
Registers:
EAX=0x090c5d58, EBX=0x08150140, ECX=0x090c55d8, EDX=0x0829f9b0
ESP=0x0829f99c, EBP=0x0829fa08, ESI=0x08150140, EDI=0x03f2e400
EIP=0x11d089cd, EFLAGS=0x00010246
Top of Stack: (sp=0x0829f99c)
0x0829f99c: 056212f8 090c5d58 0829f9b0 0829f9b8
0x0829f9ac: 7c802446 7c802413 056211b9 08150140
0x0829f9bc: 0829f9f4 00000000 03f2e400 00000000
0x0829f9cc: 00000000 00000005 00c1bc38 03f2e514
0x0829f9dc: 0829f9f4 08150140 00000000 0829f9f8
0x0829f9ec: 00000000 00002274 25cc2c10 25d32900
0x0829f9fc: 03f2e40d 25cc2c10 0829fa54 0829fa68
0x0829fa0c: 00c0ee2c 08150140 00000000 00000000
Instructions: (pc=0x11d089cd)
0x11d089bd:
[error occurred during error reporting (printing registers, top of stack, instructions near pc), id 0xc0000005]
Stack: [0x08250000,0x082a0000], sp=0x0829f99c, free space=318k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C 0x11d089cd
J com.sun.media.protocol.dsound.DSoundST.run()V
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J com.sun.media.protocol.dsound.DSound.nRead(J[BII)I
J com.sun.media.protocol.dsound.DSoundST.run()V
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x03f9a000 JavaThread "Thread-166" [_thread_blocked, id=9764, stack(0x093f0000,0x09440000)]
0x040fec00 JavaThread "Thread-165" [_thread_blocked, id=7824, stack(0x07bf0000,0x07c40000)]
0x02b86c00 JavaThread "Thread-164" [_thread_blocked, id=9440, stack(0x045b0000,0x04600000)]
0x041ac800 JavaThread "Loop thread" [_thread_blocked, id=3536, stack(0x09fb0000,0x0a000000)]
0x04151800 JavaThread "Loop thread" [_thread_blocked, id=7056, stack(0x09580000,0x095d0000)]
0x041ad400 JavaThread "Thread-163" [_thread_blocked, id=5328, stack(0x094e0000,0x09530000)] 0x0405b400 JavaThread "Thread-113" [_thread_in_native, id=5312, stack(0x07470000,0x074c0000)]
0x04057400 JavaThread "Thread-112" [_thread_blocked, id=9524, stack(0x074c0000,0x07510000)]
0x04058800 JavaThread "Loop thread" [_thread_blocked, id=5972, stack(0x07560000,0x075b0000)]
0x03ec4000 JavaThread "Thread-107" [_thread_blocked, id=3760, stack(0x05190000,0x051e0000)]
0x03f94c00 JavaThread "Loop thread" [_thread_blocked, id=1420, stack(0x05320000,0x05370000)]
0x03ec9c00 JavaThread "Thread-106" [_thread_blocked, id=5612, stack(0x07420000,0x07470000)]
0x03f0dc00 JavaThread "JMF thread: SendEventQueue: com.sun.media.PlaybackEngine" [_thread_blocked, id=7932, stack(0x063d0000,0x06420000)]
0x03e92c00 JavaThread "JMF thread: SendEventQueue: com.sun.media.content.unknown.Handler" [_thread_blocked, id=2256, stack(0x05a20000,0x05a70000)]
0x02b07400 JavaThread "Attach Listener" daemon [_thread_blocked, id=4328, stack(0x02ce0000,0x02d30000)]
0x02b23400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=6832, stack(0x02c90000,0x02ce0000)]
0x02ac0c00 JavaThread "Finalizer" daemon [_thread_blocked, id=6012, stack(0x02c40000,0x02c90000)]
0x02abf800 JavaThread "Reference Handler" daemon [_thread_blocked, id=7788, stack(0x02bf0000,0x02c40000)]
Other Threads:
0x02abdc00 VMThread [stack: 0x02ba0000,0x02bf0000] [id=6488]
0x02b14000 WatcherThread [stack: 0x02dd0000,0x02e20000] [id=8020]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 4544K, used 2132K [0x24020000, 0x24500000, 0x24500000)
eden space 4096K, 50% used [0x24020000, 0x24220930, 0x24420000)
from space 448K, 18% used [0x24420000, 0x24434800, 0x24490000)
to space 448K, 0% used [0x24490000, 0x24490000, 0x24500000)
tenured generation total 56852K, used 25055K [0x24500000, 0x27c85000, 0x28020000)
the space 56852K, 44% used [0x24500000, 0x25d77f68, 0x25d78000, 0x27c85000)
compacting perm gen total 12288K, used 6671K [0x28020000, 0x28c20000, 0x2c020000)
the space 12288K, 54% used [0x28020000, 0x286a3c00, 0x286a3c00, 0x28c20000)
ro space 8192K, 63% used [0x2c020000, 0x2c538810, 0x2c538a00, 0x2c820000)
rw space 12288K, 53% used [0x2c820000, 0x2ce8d300, 0x2ce8d400, 0x2d420000)
Dynamic libraries:
0x73640000 - 0x7366e000      C:\windows\system32\msctfime.ime
0x03840000 - 0x0384c000      C:\WINDOWS\system32\jmdaud.dll
0x73e70000 - 0x73ecc000      C:\windows\system32\DSOUND.dll
0x6d230000 - 0x6d284000      C:\Program Files\Java\jre6\bin\fontmanager.dll
0x4b640000 - 0x4b7e6000      C:\windows\system32\d3d9.dll
0x6dd20000 - 0x6dd26000      C:\windows\system32\d3d8thk.dll
0x6d610000 - 0x6d623000      C:\Program Files\Java\jre6\bin\net.dll
0x6d630000 - 0x6d639000      C:\Program Files\Java\jre6\bin\nio.dll
0x719c0000 - 0x719fe000      C:\windows\system32\mswsock.dll
0x60fd0000 - 0x61025000      C:\windows\system32\hnetcfg.dll
VM Arguments:
java_command: com.wiogarden.netbroadspeak.framework.MainStarter
Launcher Type: SUN_STANDARD
Environment Variables:
CLASSPATH=.;.;C:\PROGRA~1\JMF21~1.1E\lib\sound.jar;C:\PROGRA~1\JMF21~1.1E\lib\jmf.jar;C:\PROGRA~1\JMF21~1.1E\lib;C:\WINDOWS\java\classes;.
PATH=d:\oracle\product\10.2.0\db_1\bin;C:\Program Files\Borland\Delphi7\Bin;C:\Program Files\Borland\Delphi7\Projects\Bpl\;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;C:\Program Files\Common Files\Thunder Network\KanKan\Codecs;;C:\Program Files\NTP\bin;C:\Program Files\CVSNT\
USERNAME=Administrator
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 13, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows XP Build 2600 Service Pack 3
CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 15 stepping 13, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3
Memory: 4k page, physical 2096300k(292696k free), swap 4036208k(1482000k free)
vm_info: Java HotSpot(TM) Client VM (11.3-b02) for windows-x86 JRE (1.6.0_13-b03), built on Mar 9 2009 01:15:24 by "java_re" with MS VC++ 7.1
time: Wed Jan 06 14:13:33 2010
elapsed time: 175 seconds
who can help me to solve this problem,Thank you very much!

Similar Messages

  • Urgent! HotSpot Virtual Machine Error,

    I got this HotSpot virtual machine error when running my program. Does anyone know how to fix it? Thanks!
    HotSpot Virtual Machine Error, EXCEPTION_ACCESS_VIOLATION
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Error ID: 4F533F57494E13120E43505002D4

    what code caused the error? I've come accross access violations before when I didn't create an object correctly in Java which eventually got passed to an external DLL. The external dll then crashed giving me a similar error.

  • Getting "HotSpot Virtual Machine Error, Internal Error" when trying to start WLS 7

    <Feb 17, 2003 12:41:18 PM EST> <Notice> <WebLogicServer> <000360> <Server started
    in RUNNING mode>
    # HotSpot Virtual Machine Error, Internal Error
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Error ID: 53484152454432554E54494D450E435050017B 01
    # Problematic Thread: prio=5 tid=0x5e5828 nid=0x4d runnable
    Abort - core dumped

    Michael,
    Would you please tell me how to chnage to weblogic JRockit? or point me to the
    web site? Thanks.
    WE have HotSpot crash when installing wl70sp2 in a Sun Solaris (no problem in
    Windows), please see the attachment for the log.
    Thank you very much in advance.
    -Ju
    "Michael" <[email protected]> wrote:
    >
    Hi Yakov,
    we expirenced a similar problem when we changed our development environment
    from
    WLS6.1sp4 to WLS7.0sp2.
    When we run our web application together with the WebLogic console we
    had a kind
    of deadlock and after a view minutes the whole AppServer crash with the
    VM HotSpot
    error message your mentioned.
    We replaced our VM with WebLogic's JRockit VM (version 7.0) and the problem
    seems
    to be solved.
    Michael
    "Yakov Sobolev" <[email protected]> wrote:
    <Feb 17, 2003 12:41:18 PM EST> <Notice> <WebLogicServer> <000360> <Server
    started
    in RUNNING mode>
    # HotSpot Virtual Machine Error, Internal Error
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Error ID: 53484152454432554E54494D450E435050017B 01
    # Problematic Thread: prio=5 tid=0x5e5828 nid=0x4d runnable
    Abort - core dumped
    [wl70_install_error.txt]

  • Getting "HotSpot Virtual Machine Error, Internal Error" when trying to start WLS7

    <Feb 17, 2003 12:41:18 PM EST> <Notice> <WebLogicServer> <000360> <Server started
    in RUNNING mode>
    # HotSpot Virtual Machine Error, Internal Error
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Error ID: 53484152454432554E54494D450E435050017B 01
    # Problematic Thread: prio=5 tid=0x5e5828 nid=0x4d runnable
    Abort - core dumped

    I am running WLS7 on:
    System = SunOS
    Release = 5.6
    NumCPU = 2

  • HotSpot Virtual Machine Error, Internal Error

    HI ,
    When i am starting my weblogic server instance it displays following error .
    Pls. advice me.
    thanks
    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.1_05-b01 mixed mode)
    rror occured during error reporting]
    Error ID: 43113F32554E54494D45110E4350500305
    Problematic Thread: prio=5 tid=0x0ED54660 nid=0x728 runnable

    same problems reported:
    http://forum.java.sun.com/thread.jspa?messageID=3546152
    I would recomend you to update to latest update release for 1.4.1 or 1.4.2, because bug database states some fixes available for this problem.

  • Solaris HotSpot Virtual Machine Error, Unexpected Signal 11 NEED HELP

    Hi all
    We are running a thin jsp application for video streaming live event running
    on a BEA WebLogic Personalization Server 3.2 on Solaris (streaming servers
    are separate and do not affect the server). After putting it in production
    we have experienced serious memory problems with our environment. When the
    servers are running under heavy load, they eat all available memory until
    they finally crash, please see log message below. We can see that the
    garbage collection is running but it doesn't seem to keep up with the memory
    consumption. The problem is described in a bug report at SUN, but it is
    marked as a "no fix" with the reasoning that programming resources are now
    allocated to jdk1.4?
    Log message:
    # HotSpot Virtual Machine Error, Unexpected Signal 11
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Error happened during: scavenge
    # Error ID: 4F533F534F4C415249530E435050079A 01
    # Problematic Thread: prio=5 tid=0xdbea8 nid=0x4 runnable
    When this occured we ran JDK 1.3.0 with HotSpot Server VM on Solaris 8. WLS
    5.1, SP 9 and WLPS 3.2.
    WLS is started with the following parameters.
    #----------- Start WebLogic with the above parameters -----------
    $JDK_HOME/bin/java -server -ms512m -mx512m -Duser.timezone=ECT -classpath
    $JAVA_CLASSPATH -Dweblogic.system.bindAddr=10.122.114.4 -Dweblogic.cluster.m
    ulticastAddress=224.0.0.100 -Dweblogic.cluster.enable=true -Dweblogic.cluste
    r.name=iccluster -Dweblogic.class.path=$WEBLOGIC_CLASSPATH -Dweblogic.system
    .name=$SYSTEM_NAME
    weblogic.system.home=$SYSTEM_HOME -Dweblogic.home=$WEBLOGIC_HOME -Djava.secu
    rity.manager -Djava.security.policy=$WEBLOGIC_HOME/weblogic.policy -Dcommerc
    e.properties=$WL_COMMERCE_HOME/weblogiccommerce.properties -Dweblogic.proper
    ties=$WL_COMMERCE_HOME/weblogic.properties -Dpipeline.properties=$WL_COMMERC
    E_HOME/pipeline.properties -Dwebflow.properties=$WL_COMMERCE_HOME/webflow.pr
    operties -Dwlcs.home=$WL_COMMERCE_HOME weblogic.Server &
    We have now upgraded to jdk1.3.1_02 B02 but still have a problem with memory
    leaks. We have so far been able to restart the server before memory is
    exhausted and has hence not seen the same error message after the upgrade.
    The memory is not freed when Weblogic aborts, the SUN server has to be
    rebooted to free the memory. We now have to restart our 3 servers aprox.
    every 6 hours. The servers are equiped with 2G physical memory each. We have
    also tried setting hotspot to -client and setting -XX:MaxPerm.
    The HW configuration is as follows:
    1 Foundry Server Iron load balancer (with one hot stand by).
    3 Sun E420R, 2 x 440MHz CPU, 2GB RAM. Running in a cluster with one apache
    and one WLPS instance on each
    The SW configuration is as follows:
    JDK 1.3.1_02 B02 with HotSpot Server VM
    Solaris 8.
    WLS 5.1, SP 9
    WLPS 3.2.
    Oracle server 8.1.7
    Oracle client 8.1.6?
    This bug is described in
    http://developer.java.sun.com/developer/bugParade/bugs/4408730.html.
    It is also described as a known problem in
    http://www.weblogic.com/platforms/sun/index.html.
    It has also been described by SUN as a problem arising from multiple nested
    try/catch blocks appearing in generated java code from servlets, especially
    on WebLogic and Apache.
    As SUN has said that they will not fix this bug we are trying to find a
    workaround, but have yet found one. We have been looking into changing the
    heap size and setting GC options on the JVM, but haven't found the optimal
    solution. We would be very interested in experiences with tuning gc
    parameters, documentation on solaris patches for JVMs, JVM tuning, WebLogic
    tuning, HotSpot tuning.
    Has anyone experienced similar problems and found a workaround. We would be
    very happy to hear any suggestions as soon as possible,
    thanks
    Kris

    Perhaps the -noTryBlocks option to jspc might help you. See here:
    http://e-docs.bea.com/wls/docs61/////jsp/reference.html
    simon.

  • WebLogic6.1 SP3/Solaris5.7: "HotSpot Virtual Machine Error, Internal Error"

    Hello,
    I get the following error when I try to start up the
    BEA Weblogic (6.1+SP3) server, running the petstore demo...
    # HotSpot Virtual Machine Error, Internal Error
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Error ID: 53484152454432554E54494D450E43505000EA 01
    # Problematic Thread: prio=5 tid=0x283a8 nid=0x1 runnable
    Abort - core dumped
    I get this crash during the startup sequence,
    #> uname -a
    SunOS xxxxxx 5.7 Generic_106541-06 sun4u sparc SUNW,Ultra-250
    #> java -version
    java version "1.3.1_03"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_03-b03)
    Java HotSpot(TM) Client VM (build 1.3.1_03-b03, mixed mode)
    This machine has 2 CPUs.
    Any ideas or suggestions?
    thanks,
    Steve_O

    Update:
    I checked the OS patch level and then installed a set of recommended patches from:
    http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/J2SE
    This appears to have fixed the problem.
    /Steve

  • HotSpot Virtual Machine Error, Internal Error Help Required.

    We are getting the below error from past five months on the production application. Application gets killed when it encounters this error.
    # HotSpot Virtual Machine Error, Internal Error
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Error ID: 47454E45524154452F4F502D41500E4350500842 01
    # Problematic Thread: prio=5 tid=0x134ba40 nid=0x38d runnable
    Can any body help me in this regard what may be the reasons for this and how to avoid this?

    Update your JDK to 1.4.1_03 , see bug 4799414 .
    http://developer.java.sun.com/developer/bugParade/bugs/4799414.html

  • HotSpot Virtual Machine Error, Intenal Error on Windows XP

    I have unzipped the JBoss 3.2.3 to C: drive in JBoss-3.2.3 directory. When I clicked on the run.bat file in bin directory, DOS window popped and showed some messages proceeding until the following error occurred:
    22:46:07,211 INFO [MainDeployer]Starting deployment of package: file:C:/jboss-3.2.3/server/default/conf/jboss-service.xml
    #HotSpot Virtual Machine Error, Intenal Error
    #Please report this error at
    #http://java.sun.com/cgi-bin/bugreport.cgi
    #Error ID: 43113F32554E54494D45110E4350500290
    This application has requested the Runtime to terminate it in an unusual way.Please contact the application's support team for more information.
    Press any key to continue...
    I am not getting what this error is? Please help me to solve this problem.
    Bye.

    Update your JDK to 1.4.1_03 , see bug 4799414 .
    http://developer.java.sun.com/developer/bugParade/bugs/4799414.html

  • An HotSpot Virtual Machine Error !

    Well I tried to instanciate a very simple Context :
    All parameter are OK.
    public boolean authenticate(String user, String password) {
    Hashtable env2 = new Hashtable();
    env2.put(Context.INITIAL_CONTEXT_FACTORY, INITCTX);
    env2.put(Context.PROVIDER_URL, MY_HOST);
    env2.put(Context.SECURITY_AUTHENTICATION, "simple");
    env2.put(Context.SECURITY_PRINCIPAL,user+","+MY_SEARCHBASE);
    env2.put(Context.SECURITY_CREDENTIALS,password);
    try
    DirContext initialdircontext = new InitialDirContext(env2);
    initialdircontext.close();
    } catch(AuthenticationException e){
    errorAuthenticate = "username or password is invalid";
    return false;
    } catch(Exception e) {
    e.printStackTrace();
    return false;
    errorAuthenticate = "authenticate successfull";
    return true;
    In JBUILDER there's no problem, all is working correctly, but when I try on my server (I call this method in a jsp) the system wait a long time and I got this message :
    # Java version:
    # HotSpot VM (mixed mode)
    # HotSpot Virtual Machine Error, Internal Error
    # Fatal: exception happened outside interpreter, nmethods and vtable stubs (1)
    # Error ID: /CLO/Components/JAVA_HOTSPOT/Src/build/hp-ux/../../src/share/vm/runtime/sharedRuntime.cpp, 267
    It's not the first time I create an InitialDirContext with this VM.
    Help me please.
    What's happened ?

    If you think you have found a bug in HotSpot, submit bug to BugParade in Java Developer Connection. Other suggestions are:
    - Try run program on another computer (I found that hardware problems affect sometimes);
    - Try reinstall JDK;
    - Try using another compiler to compile files (old JBuilder 2 sometimes produced bad classfiles).
    If problem is reproducible, feel free submitting a bug. Otherwise, your bug will be closed as not reproducible.
    When submitting, please specify:
    - specific FULL java version;
    - place in a code (URL to the library would be good, too).
    - Environment (hardware, OS, settings...)
    Also narrow offending code.

  • HotSpot Virtual Machine Error : 11 Error ID : 4F530E43505002EF; RedHat ES3

    All
    we are using tomcat 4.1.30 with apache 2.0.49(and mod_jk 1.2.5)
    for our application.
    Our OS is as follows,
    Red Hat Enterprise Linux ES release 3 (Taroon)
    Kernel 2.4.21-4.0.1.EL on an i686
    We are experiencing JVM crashes wherein the VM crashes with the
    following information in the error id file
    Has anybody experienced this error before or has any information
    on this. please let me know
    takae3
    <><><><><>
    Unexpected Signal : 11 occurred at PC=0xB715B69C
    Function=(null)
    Library=/usr/java/j2sdk1.4.2_04/jre/lib/i386/server/libjvm.so
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
         at com.hogehoge.testtool.common.JniConv.jniGetString(Native Method)
         at com.hogehoge.testtool.common.ConvUtil.decodeWord(ConvUtil.java:2203)
         at com.hogehoge.testtool.common.ConvUtil.getDecodeStringJNI(ConvUtil.java:1988)
         at com.hogehoge.testtool.common.ConvString.receiveString(ConvString.java:1968)
         at com.hogehoge.testtool.TTOOL.execute(TTOOL.java:67)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:480)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1420)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:502)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at com.hogehoge.testtool.util.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:57)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:163)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.ajp.tomcat4.Ajp13Processor.process(Ajp13Processor.java:457)
         at org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Processor.java:576)
         at java.lang.Thread.run(Thread.java:534)
    Dynamic libraries:
    08048000-0804e000 r-xp 00000000 03:02 1033766 /usr/java/j2sdk1.4.2_04/bin/java
    0804e000-0804f000 rw-p 00005000 03:02 1033766 /usr/java/j2sdk1.4.2_04/bin/java
    9cdad000-9cdbd000 r-xp 00000000 03:02 1099223 /usr/java/j2sdk1.4.2_04/jre/lib/i386/libnet.so
    9cdbd000-9cdbe000 rw-p 0000f000 03:02 1099223 /usr/java/j2sdk1.4.2_04/jre/lib/i386/libnet.so
    9ce4e000-9ce6d000 r--s 00000000 03:04 65479 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/xml-apis.jar
    9ce6d000-9cf50000 r--s 00000000 03:04 65478 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/xercesImpl.jar
    9cf50000-9cf66000 r--s 00000000 03:04 65477 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/velocity-tools-1.1-rc1.jar
    9cf66000-9cfe7000 r--s 00000000 03:04 65476 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/velocity-dep-1.4-rc1.jar
    9cfe7000-9d05f000 r--s 00000000 03:04 65475 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/struts.jar
    9d05f000-9d072000 r--s 00000000 03:04 65474 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/slide-stores.jar
    9d072000-9d073000 r--s 00000000 03:04 65473 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/slide-roles.jar
    9d073000-9d0e5000 r--s 00000000 03:04 65472 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/slide-kernel.jar
    9d0f9000-9d14f000 r--s 00000000 03:04 65480 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/testtoolapi-1.0.12.jar
    9d14f000-9d154000 r--s 00000000 03:04 65466 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/jta.jar
    9d154000-9d16e000 r--s 00000000 03:04 65465 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/jdom.jar
    9d16e000-9d170000 r--s 00000000 03:04 65464 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/jdbc2_0-stdext.jar
    9d170000-9d17f000 r--s 00000000 03:04 65463 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/jaxp-api.jar
    9d17f000-9d18f000 r--s 00000000 03:04 65462 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/jakarta-oro.jar
    9d18f000-9d19b000 r--s 00000000 03:04 65461 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/commons-validator.jar
    9d19b000-9d1a4000 r--s 00000000 03:04 65460 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/commons-resources.jar
    9d1a4000-9d1ae000 r--s 00000000 03:04 65459 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/commons-pool-1.1.jar
    9d1ae000-9d1b6000 r--s 00000000 03:04 65458 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/commons-logging.jar
    9d1b6000-9d1e6000 r--s 00000000 03:04 65457 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/commons-lang.jar
    9d1e6000-9d1ea000 r--s 00000000 03:04 65456 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/commons-fileupload.jar
    9d1ea000-9d205000 r--s 00000000 03:04 65455 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/commons-digester.jar
    9d205000-9d21e000 r--s 00000000 03:04 65454 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/commons-dbcp-1.1.jar
    9d233000-9d24b000 r-xp 00000000 03:02 1081550 /usr/lib/gconv/libJIS.so
    9d24b000-9d24c000 rw-p 00017000 03:02 1081550 /usr/lib/gconv/libJIS.so
    9d24c000-9d284000 r--s 00000000 03:04 65470 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/mysql-connector-java-3.0.9-stable-bin.jar
    9d284000-9d2cd000 r--s 00000000 03:04 65453 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/commons-collections.jar
    9d2cd000-9d2eb000 r--s 00000000 03:04 65452 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/commons-beanutils.jar
    9d2ff000-9d34f000 r--s 00000000 03:04 65469 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/mail.jar
    9d353000-9d362000 r-xp 00000000 03:02 524390 /lib/libresolv-2.3.2.so
    9d362000-9d363000 rw-p 0000f000 03:02 524390 /lib/libresolv-2.3.2.so
    9d365000-9d369000 r-xp 00000000 03:02 524375 /lib/libnss_dns-2.3.2.so
    9d369000-9d36a000 rw-p 00003000 03:02 524375 /lib/libnss_dns-2.3.2.so
    9d3fc000-9d3ff000 r-xp 00000000 03:02 1081404 /usr/lib/gconv/EUC-JP.so
    9d3ff000-9d400000 rw-p 00002000 03:02 1081404 /usr/lib/gconv/EUC-JP.so
    9d400000-9d457000 r--s 00000000 03:04 65468 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/log4j-1.2.8.jar
    9d457000-9d475000 r--s 00000000 03:04 65467 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/junit.jar
    9d477000-9d47d000 r--s 00000000 03:02 1081553 /usr/lib/gconv/gconv-modules.cache
    9d47d000-9d52d000 r--s 00000000 03:04 65451 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/ant.jar
    9d52d000-9d539000 r--s 00000000 03:04 65450 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/activation.jar
    9d539000-9d585000 r--s 00000000 03:04 2600002 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/testtoolapi-1.0.7.jar
    9d585000-9d598000 r--s 00000000 03:04 2600001 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/slide-stores.jar
    9d598000-9d599000 r--s 00000000 03:04 2600000 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/slide-roles.jar
    9d599000-9d60b000 r--s 00000000 03:04 2599999 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/slide-kernel.jar
    9d60b000-9d60f000 r--s 00000000 03:04 2599998 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/slide-catalinawrapper.jar
    9d60f000-9d615000 r--s 00000000 03:04 2599997 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/tomcat-warp.jar
    9d615000-9d643000 r--s 00000000 03:04 2599996 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/tomcat-util.jar
    9d643000-9d65c000 r--s 00000000 03:04 2599995 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/tomcat-jk2.jar
    9d65c000-9d66c000 r--s 00000000 03:04 2599994 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/tomcat-jk.jar
    9d66c000-9d679000 r--s 00000000 03:04 2599993 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/tomcat-http11.jar
    9d679000-9d68a000 r--s 00000000 03:04 2599992 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/tomcat-coyote.jar
    9d68a000-9d690000 r--s 00000000 03:04 2599991 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/servlets-webdav.jar
    9d690000-9d695000 r--s 00000000 03:04 2599989 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/servlets-manager.jar
    9d695000-9d697000 r--s 00000000 03:04 2599988 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/servlets-invoker.jar
    9d697000-9d69c000 r--s 00000000 03:04 2599987 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/servlets-default.jar
    9d69c000-9d69e000 r--s 00000000 03:04 2599986 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/servlets-common.jar
    9d69e000-9d6f2000 r--s 00000000 03:04 2599983 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/mx4j-jmx.jar
    9d6f2000-9d6f9000 r--s 00000000 03:04 2599982 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/jakarta-regexp-1.3.jar
    9d6f9000-9d713000 r--s 00000000 03:04 2599981 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/jaas.jar
    9d713000-9d72e000 r--s 00000000 03:04 2599980 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/commons-modeler.jar
    9d72e000-9d736000 r--s 00000000 03:04 2599979 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/commons-logging.jar
    9d736000-9d73c000 r--s 00000000 03:04 2599978 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/commons-fileupload-1.0.jar
    9d73c000-9d757000 r--s 00000000 03:04 2599977 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/commons-digester.jar
    9d757000-9d774000 r--s 00000000 03:04 2599976 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/commons-beanutils.jar
    9d774000-9d82c000 r--s 00000000 03:04 2599975 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/catalina.jar
    9d82c000-9d830000 r--s 00000000 03:04 2599974 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/catalina-ant.jar
    9d830000-9d831000 r--s 00000000 03:04 670523 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/testtoolconv-0.0.1.jar
    9d831000-9d869000 r--s 00000000 03:04 670459 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/mysql-connector-java-3.0.9-stable-bin.jar
    9d869000-9d87d000 r--s 00000000 03:04 670458 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/servlet.jar
    9d87d000-9d887000 r--s 00000000 03:04 670457 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/naming-resources.jar
    9d887000-9d88c000 r--s 00000000 03:04 670456 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/naming-factory.jar
    9d88c000-9d893000 r--s 00000000 03:04 670455 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/naming-common.jar
    9d893000-9d896000 r--s 00000000 03:04 670453 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/jta.jar
    9d896000-9d8af000 r--s 00000000 03:04 670452 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/jndi.jar
    9d8af000-9d8b1000 r--s 00000000 03:04 670451 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/jdbc2_0-stdext.jar
    9d8b1000-9d8c3000 r--s 00000000 03:04 670450 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/jasper-runtime.jar
    9d8c3000-9d8f0000 r--s 00000000 03:04 670449 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/jasper-compiler.jar
    9d8f0000-9d8fa000 r--s 00000000 03:04 670448 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/commons-pool-1.1.jar
    9d8fa000-9d900000 r--s 00000000 03:04 670447 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/commons-logging-api.jar
    9d900000-9d919000 r--s 00000000 03:04 670446 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/commons-dbcp-1.1.jar
    9d919000-9d942000 r--s 00000000 03:04 670445 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/commons-collections.jar
    9d942000-9da2b000 r--s 00000000 03:04 670444 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/ant.jar
    9da2b000-9da2e000 r--s 00000000 03:04 441519 /data/usr/local/jakarta-tomcat-4.1.30/bin/commons-daemon.jar
    9da2e000-9da34000 r--s 00000000 03:04 441517 /data/usr/local/jakarta-tomcat-4.1.30/bin/bootstrap.jar
    9da34000-9df10000 r--s 00000000 03:02 328991 /usr/java/j2sdk1.4.2_04/lib/tools.jar
    9df10000-9df2c000 r--s 00000000 03:02 328980 /usr/java/j2sdk1.4.2_04/jre/lib/ext/sunjce_provider.jar
    9df2c000-9dfe8000 r--s 00000000 03:02 328989 /usr/java/j2sdk1.4.2_04/jre/lib/ext/localedata.jar
    9dfe8000-9dff5000 r--s 00000000 03:02 328978 /usr/java/j2sdk1.4.2_04/jre/lib/ext/ldapsec.jar
    9dff5000-9dff8000 r--s 00000000 03:02 328977 /usr/java/j2sdk1.4.2_04/jre/lib/ext/dnsns.jar
    9e6be000-9e799000 r--p 00e76000 03:02 688189 /usr/lib/locale/locale-archive
    9e799000-9e999000 r--p 00000000 03:02 688189 /usr/lib/locale/locale-archive
    b2bd4000-b2bd7000 r-xp 00000000 03:02 1033731 /usr/java/j2sdk1.4.2_04/jre/lib/i386/libMiconv.so
    b2bd7000-b2bd8000 rw-p 00002000 03:02 1033731 /usr/java/j2sdk1.4.2_04/jre/lib/i386/libMiconv.so
    b4c80000-b51d9000 r--s 00000000 03:02 1033867 /usr/java/j2sdk1.4.2_04/jre/lib/charsets.jar
    b51d9000-b51ea000 r--s 00000000 03:02 1033866 /usr/java/j2sdk1.4.2_04/jre/lib/jce.jar
    b51ea000-b52c5000 r--s 00000000 03:02 1033874 /usr/java/j2sdk1.4.2_04/jre/lib/jsse.jar
    b52c5000-b52db000 r--s 00000000 03:02 1033875 /usr/java/j2sdk1.4.2_04/jre/lib/sunrsasign.jar
    b5325000-b6cc5000 r--s 00000000 03:02 1033877 /usr/java/j2sdk1.4.2_04/jre/lib/rt.jar
    b6cc5000-b6ce4000 r--s 00000000 03:04 654087 /data/usr/local/jakarta-tomcat-4.1.30/common/endorsed/xmlParserAPIs.jar
    b6ce4000-b6dc7000 r--s 00000000 03:04 654086 /data/usr/local/jakarta-tomcat-4.1.30/common/endorsed/xercesImpl.jar
    b6dc7000-b6ddb000 r-xp 00000000 03:02 1099227 /usr/java/j2sdk1.4.2_04/jre/lib/i386/libzip.so
    b6ddb000-b6dde000 rw-p 00013000 03:02 1099227 /usr/java/j2sdk1.4.2_04/jre/lib/i386/libzip.so
    b6dde000-b6dfe000 r-xp 00000000 03:02 1099212 /usr/java/j2sdk1.4.2_04/jre/lib/i386/libjava.so
    b6dfe000-b6e00000 rw-p 0001f000 03:02 1099212 /usr/java/j2sdk1.4.2_04/jre/lib/i386/libjava.so
    b6e00000-b6e10000 r-xp 00000000 03:02 1099226 /usr/java/j2sdk1.4.2_04/jre/lib/i386/libverify.so
    b6e10000-b6e12000 rw-p 0000f000 03:02 1099226 /usr/java/j2sdk1.4.2_04/jre/lib/i386/libverify.so
    b6e12000-b6e1d000 r-xp 00000000 03:02 524378 /lib/libnss_files-2.3.2.so
    b6e1d000-b6e1e000 rw-p 0000a000 03:02 524378 /lib/libnss_files-2.3.2.so
    b6e29000-b6e2d000 rw-s 00000000 03:02 836887 /tmp/hsperfdata_servlet/2490 (deleted)
    b6e2d000-b6e4e000 r-xp 00000000 03:02 1015865 /lib/tls/libm-2.3.2.so
    b6e4e000-b6e4f000 rw-p 00020000 03:02 1015865 /lib/tls/libm-2.3.2.so
    b6e4f000-b6e61000 r-xp 00000000 03:02 524362 /lib/libnsl-2.3.2.so
    b6e61000-b6e62000 rw-p 00011000 03:02 524362 /lib/libnsl-2.3.2.so
    b6e6a000-b6e72000 r-xp 00000000 03:02 214756 /usr/java/j2sdk1.4.2_04/jre/lib/i386/native_threads/libhpi.so
    b6e72000-b6e73000 rw-p 00007000 03:02 214756 /usr/java/j2sdk1.4.2_04/jre/lib/i386/native_threads/libhpi.so
    b6e73000-b7423000 r-xp 00000000 03:02 705976 /usr/java/j2sdk1.4.2_04/jre/lib/i386/server/libjvm.so
    b7423000-b747c000 rw-p 005af000 03:02 705976 /usr/java/j2sdk1.4.2_04/jre/lib/i386/server/libjvm.so
    b7491000-b75c2000 r-xp 00000000 03:02 1015863 /lib/tls/libc-2.3.2.so
    b75c2000-b75c5000 rw-p 00130000 03:02 1015863 /lib/tls/libc-2.3.2.so
    b75c8000-b75ca000 r-xp 00000000 03:02 524358 /lib/libdl-2.3.2.so
    b75ca000-b75cb000 rw-p 00001000 03:02 524358 /lib/libdl-2.3.2.so
    b75cb000-b75d8000 r-xp 00000000 03:02 1015867 /lib/tls/libpthread-0.60.so
    b75d8000-b75d9000 rw-p 0000c000 03:02 1015867 /lib/tls/libpthread-0.60.so
    b75eb000-b7600000 r-xp 00000000 03:02 524345 /lib/ld-2.3.2.so
    b7600000-b7601000 rw-p 00015000 03:02 524345 /lib/ld-2.3.2.so
    Heap at VM Abort:
    Heap
    def new generation total 26240K, used 5707K [0x9ebd0000, 0xa0840000, 0xa0840000)
    eden space 23360K, 18% used [0x9ebd0000, 0x9effb010, 0xa02a0000)
    from space 2880K, 49% used [0xa0570000, 0xa06d7db0, 0xa0840000)
    to space 2880K, 0% used [0xa02a0000, 0xa02a0000, 0xa0570000)
    tenured generation total 233024K, used 137618K [0xa0840000, 0xaebd0000, 0xaebd0000)
    the space 233024K, 59% used [0xa0840000, 0xa8ea4ac8, 0xa8ea4c00, 0xaebd0000)
    compacting perm gen total 16384K, used 13385K [0xaebd0000, 0xafbd0000, 0xb2bd0000)
    the space 16384K, 81% used [0xaebd0000, 0xaf8e2698, 0xaf8e2800, 0xafbd0000)
    Local Time = Tue Sep 14 18:37:28 2004
    Elapsed Time = 1034644
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002EF
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Server VM (1.4.2_04-b05 mixed mode)

    We have seen numerous of these. Here are some hints. Hope this helps. -Dustin
    1) We see lots of OutOfMemory exceptions being thrown, so we believe this is the real root issue.
    2) We are using log4j 1.2.8. Stack dump almost ALWAYS shows that the unexpected signal occurred in a log4j method as shown in stack trace snippet below.
    Current Java thread:
    at java.lang.Throwable.getStackTraceDepth(Native Method)
    at java.lang.Throwable.getOurStackTrace(Throwable.java:588)
    - locked <0x4e5792d8> (a java.lang.Throwable)
    at java.lang.Throwable.printStackTrace(Throwable.java:510)
    - locked <0x511ad738> (a java.io.PrintWriter)
    at org.apache.log4j.spi.LocationInfo.<init>(LocationInfo.java:96)
    - locked <0x511ad708> (a java.io.StringWriter)
    at org.apache.log4j.spi.LoggingEvent.getLocationInformation(LoggingEvent
    .java:182)
    at org.apache.log4j.helpers.PatternParser$LocationPatternConverter.conve
    rt(PatternParser.java:475)
    at org.apache.log4j.helpers.PatternConverter.format(PatternConverter.jav
    a:56)
    at org.apache.log4j.PatternLayout.format(PatternLayout.java:495)
    at org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:292)
    at org.apache.log4j.RollingFileAppender.subAppend(RollingFileAppender.ja
    va:225)
    at org.apache.log4j.WriterAppender.append(WriterAppender.java:150)
    at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:221)
    - locked <0x511ba128> (a org.apache.log4j.RollingFileAppender)
    at org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders
    (AppenderAttachableImpl.java:57)
    at org.apache.log4j.Category.callAppenders(Category.java:187)
    - locked <0x51059af8> (a org.apache.log4j.Logger)
    at org.apache.log4j.Category.forcedLog(Category.java:372)
    at org.apache.log4j.Category.log(Category.java:864)
    at org.apache.commons.logging.impl.Log4JLogger.info(Log4JLogger.java:152
    at com.qwest.ccad.utils.SQLPreparedStatementWrapper.execute(SQLPreparedS
    tatementWrapper.java:97)

  • Core dump:HotSpot Virtual Machine Error : 11

    hi
    i got the core dump with "HotSpot Virtual Machine Error : 11" error in the "log file" while running a j2ee application on solaris platform.
    could any one help me on this . the following log is part of the error.
    [08/Feb/2005 15:42:00:7] info: REQ-013: thread del
    Unexpected Signal : 11 occurred at PC=0xfeb3db58
    Function name=JNI_CreateJavaVM
    Library=/app/iplanet/B2B46_new/ias65/ias/usr/java/jre/lib/sparc/server/libjvm.so
    Current Java thread:
         at com.kivasoft.ebfp.FPRequest.invokenative(Native Method)
         at com.kivasoft.ebfp.FPRequest.invoke(Unknown Source)
         at com.netscape.pm.model.ejb_kcp_stub_IPMCluster.getConnection(ejb_kcp_stub_IPMCluster.java:991)
         at com.netscape.pm.model.ejb_stub_IPMCluster.getConnection(ejb_stub_IPMCluster.java:115)
         at com.netscape.pm.model.ConnectionFactory.getXAppConnection(ConnectionFactory.java:135)
         at com.netscape.pm.model.Finder.findExpiredWorkItems(Finder.java:816)
         at com.netscape.pm.htmlFE.OnPerformScheduledEventInternal.expireWorkItems(OnPerformScheduledEventInternal.java:101)
         at com.netscape.pm.htmlFE.OnPerformScheduledEventInternal.handleEventInternal(OnPerformScheduledEventInternal.java:71)
         at com.netscape.pm.htmlFE.BaseUIEventHandler.handleEvent(BaseUIEventHandler.java:538)
         at com.netscape.pm.BasePMServlet.execute(BasePMServlet.java:183)
         at com.netscape.pm.BasePMServlet.doRequest(BasePMServlet.java:155)
         at com.netscape.pm.Engine.service(Engine.java:59)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown Source)
         at com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unknown Source)
         at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
         at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
         at com.kivasoft.thread.ThreadBasic.run(Native Method)
         at java.lang.Thread.run(Thread.java:479)
    Dynamic libraries:
    0x10000      /app/iplanet/B2B46_new/ias65/ias/bin/.kjs
    0xff360000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libshare.so
    0xff340000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxidl.so
    0xff320000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxmodule.so
    0xff2c0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxutil.so
    0xff280000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxgds.so
    0xff250000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxconn.so
    0xff230000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libplds3.so
    0xff210000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libplc3.so
    0xff1c0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libnspr3.so
    0xff1a0000      /lib/libpthread.so.1
    0xff180000      /lib/libsocket.so.1
    0xff080000      /lib/libnsl.so.1
    0xff150000      /lib/libm.so.1
    0xff040000      /app/iplanet/B2B46_new/ias65/ias/usr/java/jre/lib/sparc/libjava.so
    0xfe800000      /app/iplanet/B2B46_new/ias65/ias/usr/java/jre/lib/sparc/server/libjvm.so
    0xff010000      /lib/libCrun.so.1
    0xfee00000      /lib/libCstd.so.1
    0xfe700000      /lib/libc.so.1
    0xfefc0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libldap41.so
    0xfedd0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxagent.so
    0xfeda0000      /usr/lib/lwp/libthread.so.1
    0xfed80000      /lib/libposix4.so.1
    0xff390000      /lib/libdl.so.1
    0xfe7e0000      /lib/libmp.so.2
    0xfe6d0000      /app/iplanet/B2B46_new/ias65/ias/usr/java/jre/lib/sparc/libverify.so
    0xfed70000      /lib/libw.so.1
    0xfe680000      /lib/libresolv.so.2
    0xfe640000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxnls.so
    0xfe620000      /lib/libaio.so.1
    0xfe5d0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libnsres31.so
    0xfe560000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libnsuni31.so
    0xfe4e0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libnsfmt31.so
    0xfe490000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libnscnv31.so
    0xfed50000      /usr/platform/SUNW,Sun-Fire/lib/libc_psr.so.1
    0xfe450000      /usr/lib/cpu/sparcv8plus/libCstd_isa.so.1
    0xfe3d0000      /app/iplanet/B2B46_new/ias65/ias/usr/java/jre/lib/sparc/native_threads/libhpi.so
    0xfe3a0000      /app/iplanet/B2B46_new/ias65/ias/usr/java/jre/lib/sparc/libzip.so
    0xb5150000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2util.so
    0xb59e0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2types.so
    0xb4fe0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2context.so
    0xb4de0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxbind.so
    0xb5130000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxcontext.so
    0xb49d0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2bind.so
    0xb4860000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2gds.so
    0xb4840000      /app/iplanet/B2B46_new/ias65/ias/usr/java/jre/lib/sparc/libnet.so
    0xb4810000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2thread.so
    0xb4730000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxeb.so
    0xb4710000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxmonitor.so
    0xb46f0000      /app/iplanet/B2B46_new/ias65/ias/usr/java/jre/lib/sparc/libioser12.so
    0xb46a0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2eb.so
    0xb45e0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxevent.so
    0xb45b0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2data.so
    0xb44d0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxdata.so
    0xb4590000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2log.so
    0xb44a0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxlog.so
    0xb4480000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2lcycmgr.so
    0xb4460000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxlcycmgr.so
    0xb4430000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2conn.so
    0xb4410000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxprot.so
    0xb43e0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2req.so
    0xb43b0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxreq.so
    0xb4390000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2reqp.so
    0xb42d0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxreqp.so
    0xb42b0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxreqstep.so
    0xb4290000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxnsapicli.so
    0xb41e0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxadmincli.so
    0xb41a0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxdsync.so
    0xb40e0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxdsync_services.so
    0xb40b0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxdsync_messenger.so
    0xb3fd0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxdsync_failover.so
    0xb3fa0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxdsync_timeout.so
    0xb3ec0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxdsync_token.so
    0xb4090000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2state.so
    0xb3ea0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxstate.so
    0xb3de0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2session.so
    0xb3dc0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxsession.so
    0xb3d90000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2dsync.so
    0xb3cc0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2tmpl.so
    0xb3c90000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxtmpl.so
    0xb3bd0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2eval.so
    0xb3ba0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxeval.so
    0xb3ad0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2datap.so
    0xb3aa0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxdatap.so
    0xb39e0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2loadq.so
    0xb39c0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxloadq.so
    0xb39a0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2trans.so
    0xb38e0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxtrans.so
    0xb38b0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2principal.so
    0xb37c0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxprincipal.so
    0xb3890000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2principal2.so
    0xb37a0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxsecurity.so
    0xb36e0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxacl.so
    0xb36c0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxacldomain.so
    0xb36a0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2mailbox.so
    0xb35e0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxmailbox.so
    0xb35b0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxappevent.so
    0xb34d0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxappevent2.so
    0xb3590000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxsvcload.so
    0xb34b0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2svcload.so
    0xb33d0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2ebfp.so
    0xb33a0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxebfp.so
    0xb32e0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2txnmgr.so
    0xb32b0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxtxnmgr.so
    0xb3290000      /lib/nss_files.so.1
    0xb31e0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2sqlparser.so
    0xb30a0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxsqlparse.so
    0xb31a0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2data2.so
    0xb2fb0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxdata2.so
    0xb2ed0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxdbutil.so
    0xb2ea0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2dlm.so
    0xb2f90000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2appevent2.so
    0xb2de0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2datasrcmgrmodule.so
    0xb2db0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxdatasrcmgr.so
    0xb2d90000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxextmgr.so
    0xb2ce0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2gxextdata.so
    0xb2cc0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libketgxidl.so
    0xb2ca0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libkdidl.so
    0xb2be0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxextdata.so
    0xb2bc0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libketutil.so
    0xb2ba0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2gxlockmgr.so
    0xb2ae0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxlockmgr.so
    0xb2ab0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2gxrlop.so
    0xb29d0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libgxrlopmgr.so
    0xb29a0000      /app/iplanet/B2B46_new/ias65/ias/gxlib/libjx2applogic.so
    0xb28e0000      /app/iplanet/B2B46_new/ias65/ias/usr/java/jre/lib/sparc/libawt.so
    0xaed80000      /app/iplanet/B2B46_new/ias65/ias/usr/java/jre/lib/sparc/motif21/libmawt.so
    0xb27b0000      /app/iplanet/B2B46_new/ias65/ias/usr/java/jre/lib/sparc/libmlib_image.so
    0xaeb00000      /lib/libXm.so.4
    0xb2690000      /lib/libXt.so.4
    0xb28a0000      /lib/libXext.so.0
    0xb2790000      /usr/openwin/lib/libXtst.so.1
    0xb0800000      /lib/libX11.so.4
    0xb25e0000      /lib/libSM.so.6
    0xb25b0000      /lib/libICE.so.6
    Local Time = Tue Feb 8 15:42:00 2005
    Elapsed Time = 75329
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002BD 01
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Server VM (1.3.1_04-b02 mixed mode)
    /app/iplanet/B2B46_new/ias65/ias/bin/kjs[86]: 23014 Abort(coredump)
    Starting Java Engine

    I got the following error.
    # HotSpot Virtual Machine Error, Internal Error
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    #

  • HotSpot Virtual Machine Error

    Hi all.
              One happy morning I had found a WLS6sp1 at Sun shutdown with a message:
              # HotSpot Virtual Machine Error, Internal Error
              # Please report this error at
              # http://java.sun.com/cgi-bin/bugreport.cgi
              # Error ID: 4349254E560E43505000F4 01
              # Problematic Thread: prio=5 tid=0x97d88 nid=0xa runnable
              Abort - core dumped
              What would it be?
              BTW, what version of WLS uses Amazon.com?
              Thanks.
              Vik.
              

              WL 6 is not supported on JDK 1.2.1
              http://e-docs.bea.com/wls/platforms/index.html#solaris
              Mike
              "Vik" <[email protected]> wrote:
              >I'm using
              >
              >java version "1.2.1"
              >Solaris VM (build Solaris_JDK_1.2.1_04c, native threads, sunwjit)
              >
              >My programs don't use any native drivers, it's just a Web application
              >(JSP,
              >servlets) using EJB (session, entity) and Oracle JDBC thin driver.
              >
              >As I see now, the problem was arised after the date was changed 1 month
              >back
              >in order to extend evaluation licence. The remove all applications and
              >EJB
              >you are using and their new deployment helps.
              >
              >I think in this case increase of Java heap to 128m wouldn't help, though
              >no
              >problem to get more memory at Sun server.
              > Thans for help.
              >
              >Vik.
              >
              >"Mettu Kumar" <[email protected]> wrote in message
              >news:[email protected]...
              >> What version of J2SE are you using?
              >> ARe you using Native drivers?
              >>
              >> Kumar.
              >>
              >> Vik wrote:
              >>
              >> > Hi all.
              >> >
              >> > One happy morning I had found a WLS6sp1 at Sun shutdown with a message:
              >> >
              >> > #
              >> > # HotSpot Virtual Machine Error, Internal Error
              >> >
              >> > # Please report this error at
              >> >
              >> > # http://java.sun.com/cgi-bin/bugreport.cgi
              >> > #
              >> >
              >> > # Error ID: 4349254E560E43505000F4 01
              >> > #
              >> >
              >> > # Problematic Thread: prio=5 tid=0x97d88 nid=0xa runnable
              >> >
              >> > #
              >> > Abort - core dumped
              >> >
              >> > What would it be?
              >> >
              >> > BTW, what version of WLS uses Amazon.com?
              >> >
              >> > Thanks.
              >> >
              >> > Vik.
              >>
              >
              >
              

  • JVM crash with HotSpot Virtual Machine Error, Internal Error

    I got following error after hours' running of weblogic:
    # HotSpot Virtual Machine Error, Internal Error
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Error ID: 4349254E560E43505000F4
    # Problematic Thread: prio=1 tid=0x808e1d8 nid=0x29db runnable
    my sever environment
    OS: Redhat6.2(Kernel 2.2.14-5.0 on an i686)
    JDK: java version "1.3.1_01"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01)
    Java HotSpot(TM) Client VM (build 1.3.1_01, mixed mode)
    WLS: weblogic6.1 sp2
    could you help me? very urgent. thanks.

    it works well now . thanks
    "Bernie Wong" <[email protected]> wrote:
    Try this. I was helping a friend who had the same error id/internal error
    on
    WLS 6.1 SP2, 1.3.1_01 on W2K. He was consistently getting the Error ID:
    4349254E560E43505000F4 five minutes into testing his appl.
    Set -XX:MaxPermSize=128m.
    The problem disappeared.
    Please let me know if that helped you.
    "shang zhengjun" <[email protected]> wrote in message
    news:3cfdab48$[email protected]..
    I got following error after hours' running of weblogic:
    # HotSpot Virtual Machine Error, Internal Error
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Error ID: 4349254E560E43505000F4
    # Problematic Thread: prio=1 tid=0x808e1d8 nid=0x29db runnable
    my sever environment
    OS: Redhat6.2(Kernel 2.2.14-5.0 on an i686)
    JDK: java version "1.3.1_01"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01)
    Java HotSpot(TM) Client VM (build 1.3.1_01, mixed mode)
    WLS: weblogic6.1 sp2
    could you help me? very urgent. thanks.

  • Stuck with HotSpot Virtual Machine Error, Internal Error in struts

    Hi i use to get this the following error message in my page ,while i am using struts and cann't understand why this error is raised can any body help me in this regard,as i have check nearly all the other possibilities of error.
    # 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: 52454C4F4341544F520E43505001E7
    # Problematic Thread: prio=5 tid=0x035dd210 nid=0x7dc runnable
    Heap at VM Abort:
    Heap
    def new generation total 1728K, used 464K [0x10010000, 0x101e0000, 0x104f0000)
    eden space 1600K, 21% used [0x10010000, 0x10064218, 0x101a0000)
    from space 128K, 99% used [0x101c0000, 0x101dfff8, 0x101e0000)
    to space 128K, 0% used [0x101a0000, 0x101a0000, 0x101c0000)
    tenured generation total 41916K, used 40307K [0x104f0000, 0x12ddf000, 0x14010000)
    the space 41916K, 96% used [0x104f0000, 0x12c4ceb8, 0x12c4d000, 0x12ddf000)
    compacting perm gen total 38656K, used 35140K [0x14010000, 0x165d0000, 0x18010000)
    the space 38656K, 90% used [0x14010000, 0x16261230, 0x16261400, 0x165d0000)

    I have ealso tried to increase my pages buffer size to 1000K but still getting the same error

Maybe you are looking for