JRockit 1.5.0_06-b05 incorrect running xalan (1.3 bytecode)

Hi,
JRockit seems to be broken running 1.3 bytecode from Xalan (either 2.6 or 2.7). Doing the same transformation in a loop will after some time start producing different (and incorrect) results.
Recompiling xalan (2.7) with a higher version jdk seems to solve this problem. Also, switching to a Sun VM solves the problem.
I noticed an old jrockit issue solved for 1.4.2: "CR229176
A rare error when using apache-xalan xml/xslt transforms is fixed. Xalan uses the swap bytecode (seldom used by javac) which triggered bad behavior within BEA JRockit."
Although it might be similar I suppose it should also be fixed in the jrockit 1.5 version
I have derived a test case that demonstrates the problem.
Is there any place where these details are best sent to?
Version used:
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
EA JRockit(R) (build R26.4.0-63-63688-1.5.0_06-20060626-2259-win-ia32, )
Thanks

Thanks for the reproducer. It appears that JRockit has a bug when optimizing the following method:
org/apache/xpath/axes/LocPathIterator.execute(Lorg/apac
he/xpath/XPathContext;)Lorg/apache/xpath/objects/XObject;
Running with -Xnoopt will avoid the issue (at a performance loss).
It is not reproducible with the upcoming JRockit R27.1, so it looks like it has been fixed. If you have a support contract and need a patch for R26.4, contact BEA Support referring to this forum thread and ask for a fix for CR295469.

Similar Messages

  • I've got JVM(1.5.0_06-b05) crash in solaris.

    hi . everyone.
    i have problem like this..and i have no idea what to do.
    My program is Mailserver.
    It was looked like no problem util before this error.
    * OS: solaris 9 (sparc)
    * JVM: Java HotSpot(TM) Server VM (1.5.0_06-b05)
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #  SIGSEGV (0xb) at pc=0xb45b8e6c, pid=23724, tid=67
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_06-b05 mixed mode)
    # Problematic frame:
    # C  [libresolv.so.2+0x18e6c]
    ---------------  T H R E A D  ---------------
    Current thread (0x002d0a08):  JavaThread "2121610473" [_thread_in_native, id=67]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x00000028
    Registers:
    O0=0x00000010 O1=0x00000000 O2=0x00000000 O3=0x00000000
    O4=0x00000000 O5=0x00000000 O6=0xb087ca70 O7=0xb45b8e44
    G1=0xff385150 G2=0x00000001 G3=0x00001ffc G4=0x000b4282
    G5=0xff0123c0 G6=0x00000000 G7=0xfb134200 Y=0x00000000
    PC=0xb45b8e6c nPC=0xb45b8e70
    Top of Stack: (sp=0xb087ca70)
    0xb087ca70:   00000000 f8e90040 00000000 00000000
    0xb087ca80:   00000000 00000000 00000000 00000000
    0xb087ca90:   00000000 00000000 00000000 00000000
    0xb087caa0:   00000000 00000000 b087cad0 b45b785c
    0xb087cab0:   b4690d44 00000001 00000000 00000000
    0xb087cac0:   00000000 00000000 b087caf0 b46a4094
    0xb087cad0:   00000000 00000000 00000000 00000000
    0xb087cae0:   00000000 00000000 00000000 00000000
    Instructions: (pc=0xb45b8e6c)
    0xb45b8e5c:   80 a2 20 00 12 80 00 23 01 00 00 00 d0 04 60 00
    0xb45b8e6c:   e0 02 20 18 9f c4 00 00 01 00 00 00 90 90 00 08
    Stack: [0xb0800000,0xb0880000),  sp=0xb087ca70,  free space=498k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C  [libresolv.so.2+0x18e6c]
    C  [libresolv.so.2+0x17864]  res_gethostbyaddr+0xc
    C  [nss_dns.so.1+0xd4c]
    C  [nss_dns.so.1+0xfa4]
    C  [libc.so.1+0x4e844]  _nss_search+0x1e0
    C  [libnsl.so.1+0x39004]  _switch_gethostbyaddr_r+0x58
    C  [libnsl.so.1+0x356b4]
    C  [libnsl.so.1+0x386cc]  _get_hostserv_inetnetdir_byaddr+0x1dc
    C  [libnsl.so.1+0x34b60]  gethostbyaddr_r+0xa0
    C  [libnet.so+0x5124]  Java_java_net_Inet4AddressImpl_getHostByAddr+0xb8
    j  java.net.Inet4AddressImpl.getHostByAddr([B)Ljava/lang/String;+1185420064
    j  java.net.Inet4AddressImpl.getHostByAddr([B)Ljava/lang/String;+0
    j  java.net.InetAddress$1.getHostByAddr([B)Ljava/lang/String;+4
    j  java.net.InetAddress.getHostFromNameService(Ljava/net/InetAddress;Z)Ljava/lang/String;+7
    v  ~C2IAdapter
    J  com.r3s.spambreaker.XFSmtpMessageFilterHandler2.initialize()V
    J  com.r3s.spambreaker.XFSmtpMessageFilterHandler2.handle()V
    v  ~I2CAdapter
    j  com.r3s.xdk.xserver.connection.HandlerWorker.run(Ljava/lang/Object;)V+6
    j  com.r3s.xdk.xserver.thread.Pool$WorkerThread.run()V+71
    v  ~StubRoutines::call_stub
    V  [libjvm.so+0x19a810]
    V  [libjvm.so+0x2c31a4]
    V  [libjvm.so+0x2e2708]
    V  [libjvm.so+0x2de2a4]
    V  [libjvm.so+0x664248]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  java.net.Inet4AddressImpl.getHostByAddr([B)Ljava/lang/String;+0
    j  java.net.InetAddress$1.getHostByAddr([B)Ljava/lang/String;+4
    j  java.net.InetAddress.getHostFromNameService(Ljava/net/InetAddress;Z)Ljava/lang/String;+7
    v  ~C2IAdapter
    J  com.r3s.spambreaker.XFSmtpMessageFilterHandler2.initialize()V
    J  com.r3s.spambreaker.XFSmtpMessageFilterHandler2.handle()V
    v  ~I2CAdapter
    j  com.r3s.xdk.xserver.connection.HandlerWorker.run(Ljava/lang/Object;)V+6
    j  com.r3s.xdk.xserver.thread.Pool$WorkerThread.run()V+71
    v  ~StubRoutines::call_stub
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x00036538 JavaThread "DestroyJavaVM" [_thread_blocked, id=1]
      0x00a72f38 JavaThread "Thread-10" [_thread_in_native, id=84]
      0x00a71558 JavaThread "7450855021" [_thread_in_native, id=83]
      0x00a71860 JavaThread "1516534536" [_thread_in_native, id=82]
      0x00a707f0 JavaThread "9393897576" [_thread_in_native, id=81]
      0x00a6f130 JavaThread "2865377159" [_thread_in_native, id=80]
      0x00a6f4c8 JavaThread "7529729961" [_thread_in_native, id=79]
      0x0053eee8 JavaThread "9926731816" [_thread_in_native, id=78]
      0x0053ff00 JavaThread "5532499574" [_thread_in_native, id=77]
      0x0053ddb0 JavaThread "7225846510" [_thread_in_native, id=76]
      0x0079b090 JavaThread "4442919985" [_thread_in_native, id=75]
      0x0079a458 JavaThread "7010700011" [_thread_blocked, id=74]
      0x00799800 JavaThread "8642132835" [_thread_in_native, id=73]
      0x007979d0 JavaThread "7923489016" [_thread_in_native, id=71]
      0x00796510 JavaThread "3555877246" [_thread_in_native, id=70]
      0x00a6e2b0 JavaThread "5154279132" [_thread_in_native, id=69]
      0x005411e0 JavaThread "3508530752" [_thread_in_native, id=68]
    =>0x002d0a08 JavaThread "2121610473" [_thread_in_native, id=67]
      0x00554e28 JavaThread "7350886324" [_thread_blocked, id=66]
      0x00555e08 JavaThread "9290136554" [_thread_in_native, id=65]
      0x00555010 JavaThread "8984066911" [_thread_in_native, id=64]
      0x00553b90 JavaThread "5845618266" [_thread_in_native, id=63]
      0x002d1b30 JavaThread "3165077244" [_thread_in_native, id=62]
      0x002d0d38 JavaThread "2443537654" [_thread_in_native, id=61]
      0x00be8820 JavaThread "7659714069" [_thread_blocked, id=60]
      0x00be7e70 JavaThread "0625812199" [_thread_in_native, id=59]
      0x00500cc8 JavaThread "6676120183" [_thread_in_native, id=58]
      0x00be2750 JavaThread "5601035221" [_thread_in_native, id=57]
      0x00bcada8 JavaThread "5438351717" [_thread_in_native, id=56]
      0x00502bd8 JavaThread "4309035462" [_thread_in_native, id=54]
      0x00be5598 JavaThread "0683183092" [_thread_in_native, id=53]
      0x00be3958 JavaThread "5277114581" [_thread_in_native, id=52]
      0x00bce7c0 JavaThread "3794078786" [_thread_in_native, id=51]
      0x00bcc940 JavaThread "2690904115" [_thread_in_native, id=50]
      0x00bca190 JavaThread "4845582462" [_thread_in_native, id=49]
      0x00bc9e20 JavaThread "1523908325" [_thread_in_native, id=48]
      0x00501cd0 JavaThread "3061514810" [_thread_in_native, id=47]
      0x00500ea8 JavaThread "5960813302" [_thread_in_native, id=46]
      0x002d3668 JavaThread "0713414766" [_thread_in_native, id=45]
      0x0043d0e8 JavaThread "6123599388" [_thread_in_native, id=44]
      0x00503388 JavaThread "8383254679" [_thread_in_native, id=43]
      0x00bd19d8 JavaThread "Worker#0" [_thread_blocked, id=42]
      0x002ceeb8 JavaThread "RETRY" [_thread_blocked, id=37]
      0x0043c328 JavaThread "1067633602" [_thread_blocked, id=36]
      0x0043b430 JavaThread "7679054645" [_thread_blocked, id=35]
      0x0043ab38 JavaThread "3312633360" [_thread_blocked, id=34]
      0x00833428 JavaThread "8517838827" [_thread_blocked, id=33]
      0x008326d0 JavaThread "8741043287" [_thread_blocked, id=32]
      0x008319a8 JavaThread "2569843374" [_thread_blocked, id=31]
      0x00b33c08 JavaThread "4072676748" [_thread_in_native, id=30]
      0x00b32eb0 JavaThread "1615745334" [_thread_blocked, id=29]
      0x00830d68 JavaThread "6548460102" [_thread_blocked, id=28]
      0x00831640 JavaThread "2955677343" [_thread_blocked, id=27]
      0x006bad28 JavaThread "1067633602" [_thread_blocked, id=26]
      0x0068d188 JavaThread "3312633360" [_thread_blocked, id=25]
      0x00ad1ca0 JavaThread "2569843374" [_thread_blocked, id=24]
      0x00ad17e8 JavaThread "4072676748" [_thread_blocked, id=23]
      0x00a65770 JavaThread "6548460102" [_thread_blocked, id=22]
      0x002f43d0 JavaThread "BOARD_UPDATER_IP" [_thread_blocked, id=21]
      0x003595a8 JavaThread "Thread-3" [_thread_blocked, id=20]
      0x0081db18 JavaThread "Thread-2" [_thread_blocked, id=19]
      0x004656d8 JavaThread "Thread-1" [_thread_blocked, id=18]
      0x0030dbe8 JavaThread "Thread-0" [_thread_blocked, id=17]
      0x00172a20 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=15]
      0x00171970 JavaThread "CompilerThread1" daemon [_thread_blocked, id=14]
      0x001702f8 JavaThread "CompilerThread0" daemon [_thread_blocked, id=13]
      0x0016f488 JavaThread "AdapterThread" daemon [_thread_blocked, id=12]
      0x0016e680 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=11]
      0x0015c400 JavaThread "Finalizer" daemon [_thread_blocked, id=10]
      0x0015b8b8 JavaThread "Reference Handler" daemon [_thread_blocked, id=9]
    Other Threads:
      0x001597d8 VMThread [id=8]
      0x001740b0 WatcherThread [id=16]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen      total 278016K, used 78638K [0xe3400000, 0xf8c00000, 0xf8c00000)
      eden space 217600K, 30% used [0xe3400000,0xe756e748,0xf0880000)
      from space 60416K, 19% used [0xf5100000,0xf5c5d458,0xf8c00000)
      to   space 67328K, 0% used [0xf0880000,0xf0880000,0xf4a40000)
    PSOldGen        total 700416K, used 289865K [0xb8800000, 0xe3400000, 0xe3400000)
      object space 700416K, 41% used [0xb8800000,0xca3125c0,0xe3400000)
    PSPermGen       total 20480K, used 9345K [0xb4800000, 0xb5c00000, 0xb8800000)
      object space 20480K, 45% used [0xb4800000,0xb5120548,0xb5c00000)
    Dynamic libraries:
    0x00010000      /khu0/resurge/spambreaker/tools/jdk1.5.0/bin/java
    0xff370000      /usr/lib/libthread.so.1
    0xff3fa000      /usr/lib/libdl.so.1
    0xff280000      /usr/lib/libc.so.1
    0xff3a0000      /usr/platform/FJSV,GPUS/lib/libc_psr.so.1
    0xfe800000      /khu0/resurge/spambreaker/tools/jdk1.5.0/jre/lib/sparc/server/libjvm.so
    0xff240000      /usr/lib/libsocket.so.1
    0xff220000      /usr/lib/libsched.so.1
    0xff1f0000      /usr/lib/libCrun.so.1
    0xff1a0000      /usr/lib/libm.so.1
    0xff080000      /usr/lib/libnsl.so.1
    0xff170000      /usr/lib/libmp.so.2
    0xfe7e0000      /khu0/resurge/spambreaker/tools/jdk1.5.0/jre/lib/sparc/native_threads/libhpi.so
    0xfe7b0000      /khu0/resurge/spambreaker/tools/jdk1.5.0/jre/lib/sparc/libverify.so
    0xfe770000      /khu0/resurge/spambreaker/tools/jdk1.5.0/jre/lib/sparc/libjava.so
    0xfe740000      /khu0/resurge/spambreaker/tools/jdk1.5.0/jre/lib/sparc/libzip.so
    0xfe600000      /usr/lib/locale/ko/ko.so.2
    0xfbfe0000      /usr/lib/locale/ko/methods_ko.so.2
    0xf8c10000      /khu0/resurge/spambreaker/tools/jdk1.5.0/jre/lib/sparc/libnet.so
    0xfb110000      /khu0/resurge/spambreaker/tools/xvaccine-2.0.0/v3/lib/libjv3e.so
    0xb3600000      /khu0/resurge/spambreaker/tools/xvaccine/v3/lib/libv3e.so
    0xf8f90000      /khu0/resurge/spambreaker/tools/jdk1.5.0/jre/lib/sparc/libnio.so
    0xf8d90000      /usr/lib/librt.so.1
    0xb47e0000      /usr/lib/libaio.so.1
    0xb47c0000      /usr/lib/libmd5.so.1
    0xb47a0000      /usr/lib/libsendfile.so.1
    0xb46c0000      /usr/lib/nss_files.so.1
    0xb4690000      /usr/lib/nss_dns.so.1
    0xb45a0000      /usr/lib/libresolv.so.2
    VM Arguments:
    jvm_args: -Dsb.name=xfilter -Djava.ext.dirs=/khu0/resurge/spambreaker/xfilter/lib -Xmx1024m -Xms512m -Dxfilter.home=/khu0/resurge/spambreaker/xfilter -Djava.io.tmpdir=/khu0/resurge/spambreaker/xfilter/temp
    java_command: /khu0/resurge/spambreaker/xfilter/bin/xfilter.jar -c /khu0/resurge/spambreaker/conf/spambreaker.properties
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=/khu0/resurge/spambreaker/tools/java
    PATH=/:/usr/local/bin:/usr/sbin:/bin:/sbin:/usr/bin:/usr/ucb:/etc:.:/usr/openwin/bin
    LD_LIBRARY_PATH=/khu0/resurge/spambreaker/tools/jdk1.5.0/jre/lib/sparc/server:/khu0/resurge/spambreaker/tools/jdk1.5.0/jre/lib/sparc:/khu0/resurge/spambreaker/tools/jdk1.5.0/jre/../lib/sparc:/khu0/resurge/spambreaker/tools/xvaccine/v3/lib:
    SHELL=/bin/ksh
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x6f0ca8], sa_mask[0]=0x7fbffeff, sa_flags=0x00000004
    SIGBUS: [libjvm.so+0x6f0ca8], sa_mask[0]=0x7fbffeff, sa_flags=0x00000004
    SIGFPE: [libjvm.so+0x275d94], sa_mask[0]=0x7fbffeff, sa_flags=0x0000000c
    SIGPIPE: [libjvm.so+0x275d94], sa_mask[0]=0x7fbffeff, sa_flags=0x0000000c
    SIGILL: [libjvm.so+0x275d94], sa_mask[0]=0x7fbffeff, sa_flags=0x0000000c
    SIGUSR1: [libjvm.so+0x666744], sa_mask[0]=0x00000000, sa_flags=0x00000008
    SIGUSR2: [libjvm.so+0x275d94], sa_mask[0]=0x7fbffeff, sa_flags=0x0000000c
    SIGHUP: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGINT: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGQUIT: [libjvm.so+0x665424], sa_mask[0]=0x7fbffeff, sa_flags=0x00000004
    SIGTERM: [libjvm.so+0x665424], sa_mask[0]=0x7fbffeff, sa_flags=0x00000004
    ---------------  S Y S T E M  ---------------
    OS:                        Solaris 9 9/04 s9s_u7wos_09 SPARC
               Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
                            Use is subject to license terms.
                                 Assembled 29 June 2004
    uname:SunOS 5.9 Generic_118558-22 sun4us  (T2 libthread)
    rlimit: STACK 8192k, CORE infinity, NOFILE 5120, AS infinity
    load average:0.53 0.38 0.44
    CPU:total 6 has_v8, has_v9, has_vis1
    Memory: 8k page, physical 4194304k(668616k free)
    vm_info: Java HotSpot(TM) Server VM (1.5.0_06-b05) for solaris-sparc, built on Nov 10 2005 11:24:16 by unknown with unknown Workshop:0x550----------------------------------------------------------------------------
    thanks in your help.
    Best regards.
    wani.

    hi . everyone.
    i have problem like this..and i have no idea what to do.
    My program is Mailserver.
    It was looked like no problem util before this error.
    * OS: solaris 9 (sparc)
    * JVM: Java HotSpot(TM) Server VM (1.5.0_06-b05)
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #  SIGSEGV (0xb) at pc=0xb45b8e6c, pid=23724, tid=67
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_06-b05 mixed mode)
    # Problematic frame:
    # C  [libresolv.so.2+0x18e6c]
    ---------------  T H R E A D  ---------------
    Current thread (0x002d0a08):  JavaThread "2121610473" [_thread_in_native, id=67]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x00000028
    Registers:
    O0=0x00000010 O1=0x00000000 O2=0x00000000 O3=0x00000000
    O4=0x00000000 O5=0x00000000 O6=0xb087ca70 O7=0xb45b8e44
    G1=0xff385150 G2=0x00000001 G3=0x00001ffc G4=0x000b4282
    G5=0xff0123c0 G6=0x00000000 G7=0xfb134200 Y=0x00000000
    PC=0xb45b8e6c nPC=0xb45b8e70
    Top of Stack: (sp=0xb087ca70)
    0xb087ca70:   00000000 f8e90040 00000000 00000000
    0xb087ca80:   00000000 00000000 00000000 00000000
    0xb087ca90:   00000000 00000000 00000000 00000000
    0xb087caa0:   00000000 00000000 b087cad0 b45b785c
    0xb087cab0:   b4690d44 00000001 00000000 00000000
    0xb087cac0:   00000000 00000000 b087caf0 b46a4094
    0xb087cad0:   00000000 00000000 00000000 00000000
    0xb087cae0:   00000000 00000000 00000000 00000000
    Instructions: (pc=0xb45b8e6c)
    0xb45b8e5c:   80 a2 20 00 12 80 00 23 01 00 00 00 d0 04 60 00
    0xb45b8e6c:   e0 02 20 18 9f c4 00 00 01 00 00 00 90 90 00 08
    Stack: [0xb0800000,0xb0880000),  sp=0xb087ca70,  free space=498k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C  [libresolv.so.2+0x18e6c]
    C  [libresolv.so.2+0x17864]  res_gethostbyaddr+0xc
    C  [nss_dns.so.1+0xd4c]
    C  [nss_dns.so.1+0xfa4]
    C  [libc.so.1+0x4e844]  _nss_search+0x1e0
    C  [libnsl.so.1+0x39004]  _switch_gethostbyaddr_r+0x58
    C  [libnsl.so.1+0x356b4]
    C  [libnsl.so.1+0x386cc]  _get_hostserv_inetnetdir_byaddr+0x1dc
    C  [libnsl.so.1+0x34b60]  gethostbyaddr_r+0xa0
    C  [libnet.so+0x5124]  Java_java_net_Inet4AddressImpl_getHostByAddr+0xb8
    j  java.net.Inet4AddressImpl.getHostByAddr([B)Ljava/lang/String;+1185420064
    j  java.net.Inet4AddressImpl.getHostByAddr([B)Ljava/lang/String;+0
    j  java.net.InetAddress$1.getHostByAddr([B)Ljava/lang/String;+4
    j  java.net.InetAddress.getHostFromNameService(Ljava/net/InetAddress;Z)Ljava/lang/String;+7
    v  ~C2IAdapter
    J  com.r3s.spambreaker.XFSmtpMessageFilterHandler2.initialize()V
    J  com.r3s.spambreaker.XFSmtpMessageFilterHandler2.handle()V
    v  ~I2CAdapter
    j  com.r3s.xdk.xserver.connection.HandlerWorker.run(Ljava/lang/Object;)V+6
    j  com.r3s.xdk.xserver.thread.Pool$WorkerThread.run()V+71
    v  ~StubRoutines::call_stub
    V  [libjvm.so+0x19a810]
    V  [libjvm.so+0x2c31a4]
    V  [libjvm.so+0x2e2708]
    V  [libjvm.so+0x2de2a4]
    V  [libjvm.so+0x664248]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  java.net.Inet4AddressImpl.getHostByAddr([B)Ljava/lang/String;+0
    j  java.net.InetAddress$1.getHostByAddr([B)Ljava/lang/String;+4
    j  java.net.InetAddress.getHostFromNameService(Ljava/net/InetAddress;Z)Ljava/lang/String;+7
    v  ~C2IAdapter
    J  com.r3s.spambreaker.XFSmtpMessageFilterHandler2.initialize()V
    J  com.r3s.spambreaker.XFSmtpMessageFilterHandler2.handle()V
    v  ~I2CAdapter
    j  com.r3s.xdk.xserver.connection.HandlerWorker.run(Ljava/lang/Object;)V+6
    j  com.r3s.xdk.xserver.thread.Pool$WorkerThread.run()V+71
    v  ~StubRoutines::call_stub
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x00036538 JavaThread "DestroyJavaVM" [_thread_blocked, id=1]
      0x00a72f38 JavaThread "Thread-10" [_thread_in_native, id=84]
      0x00a71558 JavaThread "7450855021" [_thread_in_native, id=83]
      0x00a71860 JavaThread "1516534536" [_thread_in_native, id=82]
      0x00a707f0 JavaThread "9393897576" [_thread_in_native, id=81]
      0x00a6f130 JavaThread "2865377159" [_thread_in_native, id=80]
      0x00a6f4c8 JavaThread "7529729961" [_thread_in_native, id=79]
      0x0053eee8 JavaThread "9926731816" [_thread_in_native, id=78]
      0x0053ff00 JavaThread "5532499574" [_thread_in_native, id=77]
      0x0053ddb0 JavaThread "7225846510" [_thread_in_native, id=76]
      0x0079b090 JavaThread "4442919985" [_thread_in_native, id=75]
      0x0079a458 JavaThread "7010700011" [_thread_blocked, id=74]
      0x00799800 JavaThread "8642132835" [_thread_in_native, id=73]
      0x007979d0 JavaThread "7923489016" [_thread_in_native, id=71]
      0x00796510 JavaThread "3555877246" [_thread_in_native, id=70]
      0x00a6e2b0 JavaThread "5154279132" [_thread_in_native, id=69]
      0x005411e0 JavaThread "3508530752" [_thread_in_native, id=68]
    =>0x002d0a08 JavaThread "2121610473" [_thread_in_native, id=67]
      0x00554e28 JavaThread "7350886324" [_thread_blocked, id=66]
      0x00555e08 JavaThread "9290136554" [_thread_in_native, id=65]
      0x00555010 JavaThread "8984066911" [_thread_in_native, id=64]
      0x00553b90 JavaThread "5845618266" [_thread_in_native, id=63]
      0x002d1b30 JavaThread "3165077244" [_thread_in_native, id=62]
      0x002d0d38 JavaThread "2443537654" [_thread_in_native, id=61]
      0x00be8820 JavaThread "7659714069" [_thread_blocked, id=60]
      0x00be7e70 JavaThread "0625812199" [_thread_in_native, id=59]
      0x00500cc8 JavaThread "6676120183" [_thread_in_native, id=58]
      0x00be2750 JavaThread "5601035221" [_thread_in_native, id=57]
      0x00bcada8 JavaThread "5438351717" [_thread_in_native, id=56]
      0x00502bd8 JavaThread "4309035462" [_thread_in_native, id=54]
      0x00be5598 JavaThread "0683183092" [_thread_in_native, id=53]
      0x00be3958 JavaThread "5277114581" [_thread_in_native, id=52]
      0x00bce7c0 JavaThread "3794078786" [_thread_in_native, id=51]
      0x00bcc940 JavaThread "2690904115" [_thread_in_native, id=50]
      0x00bca190 JavaThread "4845582462" [_thread_in_native, id=49]
      0x00bc9e20 JavaThread "1523908325" [_thread_in_native, id=48]
      0x00501cd0 JavaThread "3061514810" [_thread_in_native, id=47]
      0x00500ea8 JavaThread "5960813302" [_thread_in_native, id=46]
      0x002d3668 JavaThread "0713414766" [_thread_in_native, id=45]
      0x0043d0e8 JavaThread "6123599388" [_thread_in_native, id=44]
      0x00503388 JavaThread "8383254679" [_thread_in_native, id=43]
      0x00bd19d8 JavaThread "Worker#0" [_thread_blocked, id=42]
      0x002ceeb8 JavaThread "RETRY" [_thread_blocked, id=37]
      0x0043c328 JavaThread "1067633602" [_thread_blocked, id=36]
      0x0043b430 JavaThread "7679054645" [_thread_blocked, id=35]
      0x0043ab38 JavaThread "3312633360" [_thread_blocked, id=34]
      0x00833428 JavaThread "8517838827" [_thread_blocked, id=33]
      0x008326d0 JavaThread "8741043287" [_thread_blocked, id=32]
      0x008319a8 JavaThread "2569843374" [_thread_blocked, id=31]
      0x00b33c08 JavaThread "4072676748" [_thread_in_native, id=30]
      0x00b32eb0 JavaThread "1615745334" [_thread_blocked, id=29]
      0x00830d68 JavaThread "6548460102" [_thread_blocked, id=28]
      0x00831640 JavaThread "2955677343" [_thread_blocked, id=27]
      0x006bad28 JavaThread "1067633602" [_thread_blocked, id=26]
      0x0068d188 JavaThread "3312633360" [_thread_blocked, id=25]
      0x00ad1ca0 JavaThread "2569843374" [_thread_blocked, id=24]
      0x00ad17e8 JavaThread "4072676748" [_thread_blocked, id=23]
      0x00a65770 JavaThread "6548460102" [_thread_blocked, id=22]
      0x002f43d0 JavaThread "BOARD_UPDATER_IP" [_thread_blocked, id=21]
      0x003595a8 JavaThread "Thread-3" [_thread_blocked, id=20]
      0x0081db18 JavaThread "Thread-2" [_thread_blocked, id=19]
      0x004656d8 JavaThread "Thread-1" [_thread_blocked, id=18]
      0x0030dbe8 JavaThread "Thread-0" [_thread_blocked, id=17]
      0x00172a20 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=15]
      0x00171970 JavaThread "CompilerThread1" daemon [_thread_blocked, id=14]
      0x001702f8 JavaThread "CompilerThread0" daemon [_thread_blocked, id=13]
      0x0016f488 JavaThread "AdapterThread" daemon [_thread_blocked, id=12]
      0x0016e680 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=11]
      0x0015c400 JavaThread "Finalizer" daemon [_thread_blocked, id=10]
      0x0015b8b8 JavaThread "Reference Handler" daemon [_thread_blocked, id=9]
    Other Threads:
      0x001597d8 VMThread [id=8]
      0x001740b0 WatcherThread [id=16]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen      total 278016K, used 78638K [0xe3400000, 0xf8c00000, 0xf8c00000)
      eden space 217600K, 30% used [0xe3400000,0xe756e748,0xf0880000)
      from space 60416K, 19% used [0xf5100000,0xf5c5d458,0xf8c00000)
      to   space 67328K, 0% used [0xf0880000,0xf0880000,0xf4a40000)
    PSOldGen        total 700416K, used 289865K [0xb8800000, 0xe3400000, 0xe3400000)
      object space 700416K, 41% used [0xb8800000,0xca3125c0,0xe3400000)
    PSPermGen       total 20480K, used 9345K [0xb4800000, 0xb5c00000, 0xb8800000)
      object space 20480K, 45% used [0xb4800000,0xb5120548,0xb5c00000)
    Dynamic libraries:
    0x00010000      /khu0/resurge/spambreaker/tools/jdk1.5.0/bin/java
    0xff370000      /usr/lib/libthread.so.1
    0xff3fa000      /usr/lib/libdl.so.1
    0xff280000      /usr/lib/libc.so.1
    0xff3a0000      /usr/platform/FJSV,GPUS/lib/libc_psr.so.1
    0xfe800000      /khu0/resurge/spambreaker/tools/jdk1.5.0/jre/lib/sparc/server/libjvm.so
    0xff240000      /usr/lib/libsocket.so.1
    0xff220000      /usr/lib/libsched.so.1
    0xff1f0000      /usr/lib/libCrun.so.1
    0xff1a0000      /usr/lib/libm.so.1
    0xff080000      /usr/lib/libnsl.so.1
    0xff170000      /usr/lib/libmp.so.2
    0xfe7e0000      /khu0/resurge/spambreaker/tools/jdk1.5.0/jre/lib/sparc/native_threads/libhpi.so
    0xfe7b0000      /khu0/resurge/spambreaker/tools/jdk1.5.0/jre/lib/sparc/libverify.so
    0xfe770000      /khu0/resurge/spambreaker/tools/jdk1.5.0/jre/lib/sparc/libjava.so
    0xfe740000      /khu0/resurge/spambreaker/tools/jdk1.5.0/jre/lib/sparc/libzip.so
    0xfe600000      /usr/lib/locale/ko/ko.so.2
    0xfbfe0000      /usr/lib/locale/ko/methods_ko.so.2
    0xf8c10000      /khu0/resurge/spambreaker/tools/jdk1.5.0/jre/lib/sparc/libnet.so
    0xfb110000      /khu0/resurge/spambreaker/tools/xvaccine-2.0.0/v3/lib/libjv3e.so
    0xb3600000      /khu0/resurge/spambreaker/tools/xvaccine/v3/lib/libv3e.so
    0xf8f90000      /khu0/resurge/spambreaker/tools/jdk1.5.0/jre/lib/sparc/libnio.so
    0xf8d90000      /usr/lib/librt.so.1
    0xb47e0000      /usr/lib/libaio.so.1
    0xb47c0000      /usr/lib/libmd5.so.1
    0xb47a0000      /usr/lib/libsendfile.so.1
    0xb46c0000      /usr/lib/nss_files.so.1
    0xb4690000      /usr/lib/nss_dns.so.1
    0xb45a0000      /usr/lib/libresolv.so.2
    VM Arguments:
    jvm_args: -Dsb.name=xfilter -Djava.ext.dirs=/khu0/resurge/spambreaker/xfilter/lib -Xmx1024m -Xms512m -Dxfilter.home=/khu0/resurge/spambreaker/xfilter -Djava.io.tmpdir=/khu0/resurge/spambreaker/xfilter/temp
    java_command: /khu0/resurge/spambreaker/xfilter/bin/xfilter.jar -c /khu0/resurge/spambreaker/conf/spambreaker.properties
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=/khu0/resurge/spambreaker/tools/java
    PATH=/:/usr/local/bin:/usr/sbin:/bin:/sbin:/usr/bin:/usr/ucb:/etc:.:/usr/openwin/bin
    LD_LIBRARY_PATH=/khu0/resurge/spambreaker/tools/jdk1.5.0/jre/lib/sparc/server:/khu0/resurge/spambreaker/tools/jdk1.5.0/jre/lib/sparc:/khu0/resurge/spambreaker/tools/jdk1.5.0/jre/../lib/sparc:/khu0/resurge/spambreaker/tools/xvaccine/v3/lib:
    SHELL=/bin/ksh
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x6f0ca8], sa_mask[0]=0x7fbffeff, sa_flags=0x00000004
    SIGBUS: [libjvm.so+0x6f0ca8], sa_mask[0]=0x7fbffeff, sa_flags=0x00000004
    SIGFPE: [libjvm.so+0x275d94], sa_mask[0]=0x7fbffeff, sa_flags=0x0000000c
    SIGPIPE: [libjvm.so+0x275d94], sa_mask[0]=0x7fbffeff, sa_flags=0x0000000c
    SIGILL: [libjvm.so+0x275d94], sa_mask[0]=0x7fbffeff, sa_flags=0x0000000c
    SIGUSR1: [libjvm.so+0x666744], sa_mask[0]=0x00000000, sa_flags=0x00000008
    SIGUSR2: [libjvm.so+0x275d94], sa_mask[0]=0x7fbffeff, sa_flags=0x0000000c
    SIGHUP: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGINT: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGQUIT: [libjvm.so+0x665424], sa_mask[0]=0x7fbffeff, sa_flags=0x00000004
    SIGTERM: [libjvm.so+0x665424], sa_mask[0]=0x7fbffeff, sa_flags=0x00000004
    ---------------  S Y S T E M  ---------------
    OS:                        Solaris 9 9/04 s9s_u7wos_09 SPARC
               Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
                            Use is subject to license terms.
                                 Assembled 29 June 2004
    uname:SunOS 5.9 Generic_118558-22 sun4us  (T2 libthread)
    rlimit: STACK 8192k, CORE infinity, NOFILE 5120, AS infinity
    load average:0.53 0.38 0.44
    CPU:total 6 has_v8, has_v9, has_vis1
    Memory: 8k page, physical 4194304k(668616k free)
    vm_info: Java HotSpot(TM) Server VM (1.5.0_06-b05) for solaris-sparc, built on Nov 10 2005 11:24:16 by unknown with unknown Workshop:0x550----------------------------------------------------------------------------
    thanks in your help.
    Best regards.
    wani.

  • Java VM: Java HotSpot(TM) Server VM (1.5.0_06-b05 mixed mode) error

    Hi there,
    Can somebody please help me?
    I'm new to java and recieving the following error in JDeveloper application on Oracle 10g Application server.
    Because of this error, the application's oc4j was down and users were forcefully logged out.
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xf783c10c, pid=19837, tid=2847853472
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_06-b05 mixed mode)
    # Problematic frame:
    # V [libjvm.so+0x3d910c]
    # An error report file with more information is saved as hs_err_pid19837.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    The following is the hs_err_pid19837.log
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xf783c10c, pid=19837, tid=2847853472
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_06-b05 mixed mode)
    # Problematic frame:
    # V [libjvm.so+0x3d910c]
    --------------- T H R E A D ---------------
    Current thread (0x0810deb8): JavaThread "CompilerThread0" daemon [_thread_in_native, id=19845]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x00000004
    Registers:
    EAX=0x00000000, EBX=0xf7a0e7f0, ECX=0x00000e00, EDX=0x00000000
    ESP=0xa9beaed0, EBP=0xa9beaf08, ESI=0xa9beb0a0, EDI=0xa0d5ecf0
    EIP=0xf783c10c, CR2=0x00000004, EFLAGS=0x00210283
    Top of Stack: (sp=0xa9beaed0)
    0xa9beaed0: 00000400 f7a0e7f0 00000000 a818db5d
    0xa9beaee0: a8142d88 a0d80bbd a0d80bbc a818dba1
    0xa9beaef0: 00000964 a9beb0a0 00000080 f7a0e7f0
    0xa9beaf00: 00000121 00000001 a9beaf58 f783bdef
    0xa9beaf10: a9beb090 a8ea1b18 00000000 a0bc9528
    0xa9beaf20: a9beb090 0000001d a8ec2510 00000000
    0xa9beaf30: 00000010 f7a0e7f0 00000000 00000012
    0xa9beaf40: a59ba8d4 00000001 a8ea1b18 f7a0e7f0
    Instructions: (pc=0xf783c10c)
    0xf783c0fc: 8d 74 26 00 8b 45 08 8b 78 58 8b 45 d0 8b 14 87
    0xf783c10c: 8b 42 04 8b 00 85 c0 75 22 8b 4e 04 8b 52 1c 39
    Stack: [0xa9b6c000,0xa9bed000), sp=0xa9beaed0, free space=507k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x3d910c]
    V [libjvm.so+0x3d8def]
    V [libjvm.so+0x3d699f]
    V [libjvm.so+0x1a17db]
    V [libjvm.so+0x19e432]
    V [libjvm.so+0x1474b3]
    V [libjvm.so+0x1a6929]
    V [libjvm.so+0x1a6281]
    V [libjvm.so+0x4c8366]
    V [libjvm.so+0x4c2ba3]
    V [libjvm.so+0x424338]
    C [libpthread.so.0+0x52ab]
    Current CompileTask:
    opto:3386 oracle.sql.NUMBER.toBytes(Ljava/lang/String;I)[B (1034 bytes)
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0xa3c77748 JavaThread "Timer-48" daemon [_thread_blocked, id=2363]
    0x09241c18 JavaThread "TimerThread300000" daemon [_thread_blocked, id=7808]
    0x084f6230 JavaThread "oracle.dms.aggregator.Timer@15000" daemon [_thread_blocked, id=7802]
    0x08fd3280 JavaThread "oracle.dms.aggregator.Timer@300000" daemon [_thread_blocked, id=7800]
    0x080be700 JavaThread "oracle.dms.aggregator.Timer@30000" daemon [_thread_blocked, id=7799]
    0x08271a20 JavaThread "RMIConnectionThread" [_thread_in_native, id=8322]
    0x0834cb88 JavaThread "RMICallHandler-9" [_thread_blocked, id=4277]
    0x0927ade0 JavaThread "RMICallHandler-8" [_thread_blocked, id=4276]
    0x083aba50 JavaThread "RMICallHandler-7" [_thread_blocked, id=20311]
    0x082bc2f8 JavaThread "RMICallHandler-6" [_thread_blocked, id=19952]
    0x0830c538 JavaThread "AJPRequestHandler-RMICallHandler-5" [_thread_in_Java, id=19933]
    0x0805db88 JavaThread "RMICallHandler-4" [_thread_blocked, id=19903]
    0xa5fa35d8 JavaThread "DestroyJavaVM" [_thread_blocked, id=19837]
    0xa0df9d20 JavaThread "TaskManager" [_thread_blocked, id=19902]
    0x08327938 JavaThread "OC4JMonitorThread" daemon [_thread_blocked, id=19901]
    0x090015c8 JavaThread "Thread-18" daemon [_thread_blocked, id=19900]
    0x084be600 JavaThread "Thread-17" daemon [_thread_in_native, id=19899]
    0xa8e8e110 JavaThread "SystemThreadGroup-6" [_thread_in_native, id=19897]
    0xa5fa4c80 JavaThread "SystemThreadGroup-5" [_thread_in_native, id=19896]
    0x082236a0 JavaThread "SystemThreadGroup-4" [_thread_blocked, id=19895]
    0x084b72c0 JavaThread "Timer-5" [_thread_blocked, id=19894]
    0x08489760 JavaThread "Timer-4" [_thread_blocked, id=19893]
    0x08410540 JavaThread "Timer-1" daemon [_thread_blocked, id=19890]
    0x0841d968 JavaThread "WorkExecutorWorkerThread-1" daemon [_thread_blocked, id=19889]
    0x08501638 JavaThread "Thread-11" daemon [_thread_blocked, id=19888]
    0x083f4478 JavaThread "Thread-9" daemon [_thread_blocked, id=19886]
    0x083f4790 JavaThread "Timer-0" [_thread_blocked, id=19884]
    0xa46bd340 JavaThread "RMIServer [0.0.0.0:12704] count:1" [_thread_in_native, id=19881]
    0xa46bd7d0 JavaThread "RMIServer [0.0.0.0:12404] count:1" [_thread_in_native, id=19880]
    0xa46b6758 JavaThread "JMSServer[asusdb02:12604]" [_thread_in_native, id=19879]
    0xa58176d0 JavaThread "WsMgmtWorkScheduler" daemon [_thread_blocked, id=19878]
    0xa596df78 JavaThread "WsMgmtWorkScheduler" daemon [_thread_blocked, id=19877]
    0xa5842038 JavaThread "Scheduler ServiceThread" [_thread_blocked, id=19876]
    0xa5841b00 JavaThread "Timer ServiceThread" [_thread_blocked, id=19875]
    0xa5947748 JavaThread "Event ServiceThread" [_thread_blocked, id=19874]
    0x08281b50 JavaThread "LogFlusher" daemon [_thread_blocked, id=19872]
    0x082aff58 JavaThread "LogFlusher" daemon [_thread_blocked, id=19871]
    0x083c7408 JavaThread "LogFlusher" daemon [_thread_blocked, id=19870]
    0x081f43b8 JavaThread "LogFlusher" daemon [_thread_blocked, id=19869]
    0x08110430 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=19847]
    0x0810ef60 JavaThread "CompilerThread1" daemon [_thread_blocked, id=19846]
    =>0x0810deb8 JavaThread "CompilerThread0" daemon [_thread_in_native, id=19845]
    0x0810cd30 JavaThread "AdapterThread" daemon [_thread_blocked, id=19844]
    0x0810bee0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=19843]
    0x08100f70 JavaThread "Finalizer" daemon [_thread_blocked, id=19842]
    0x08100a28 JavaThread "Reference Handler" daemon [_thread_blocked, id=19841]
    Other Threads:
    0x080fe540 VMThread [id=19840]
    0x08111918 WatcherThread [id=19848]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen total 25600K, used 20464K [0xeb230000, 0xecf00000, 0xf23f0000)
    eden space 21824K, 88% used [0xeb230000,0xec510078,0xec780000)
    from space 3776K, 30% used [0xecb50000,0xecc6c250,0xecf00000)
    to space 3840K, 0% used [0xec780000,0xec780000,0xecb40000)
    PSOldGen total 527808K, used 454745K [0xb23f0000, 0xd2760000, 0xeb230000)
    object space 527808K, 86% used [0xb23f0000,0xce0064e8,0xd2760000)
    PSPermGen total 120448K, used 55280K [0xaa3f0000, 0xb1990000, 0xb23f0000)
    object space 120448K, 45% used [0xaa3f0000,0xad9ec340,0xb1990000)
    Dynamic libraries:
    08048000-08057000 r-xp 00000000 08:06 108945 /opt/oracle/product/10.1.3.1/OracleAS_1/jdk/bin/java
    08057000-08059000 rwxp 0000e000 08:06 108945 /opt/oracle/product/10.1.3.1/OracleAS_1/jdk/bin/java
    08059000-0929e000 rwxp 08059000 00:00 0 [heap]
    9f300000-9f3fc000 rwxp 9f300000 00:00 0
    9f3fc000-9f400000 ---p 9f3fc000 00:00 0
    9f42d000-9f430000 ---p 9f42d000 00:00 0
    9f430000-9f4ae000 rwxp 9f430000 00:00 0
    9f800000-9f8f6000 rwxp 9f800000 00:00 0
    9f8f6000-9f900000 ---p 9f8f6000 00:00 0
    9f97f000-9f982000 rwxp 9f97f000 00:00 0
    9f982000-9fb00000 rwxp 9f982000 00:00 0
    9fb7f000-9fb82000 rwxp 9fb7f000 00:00 0
    9fb82000-9fe00000 rwxp 9fb82000 00:00 0
    9fe00000-a0000000 rwxp 9fe00000 00:00 0
    a0000000-a0100000 rwxp a0000000 00:00 0
    a017f000-a0182000 ---p a017f000 00:00 0
    a0182000-a0300000 rwxp a0182000 00:00 0
    a0500000-a05fe000 rwxp a0500000 00:00 0
    a05fe000-a0600000 ---p a05fe000 00:00 0
    a0600000-a06fd000 rwxp a0600000 00:00 0
    a06fd000-a0700000 ---p a06fd000 00:00 0
    a077f000-a0782000 ---p a077f000 00:00 0
    a0782000-a08fc000 rwxp a0782000 00:00 0
    a08fc000-a0900000 ---p a08fc000 00:00 0
    a097d000-a0980000 ---p a097d000 00:00 0
    a0980000-a09fe000 rwxp a0980000 00:00 0
    a09fe000-a0a01000 ---p a09fe000 00:00 0
    a0a01000-a0a7f000 rwxp a0a01000 00:00 0
    a0a7f000-a0a82000 ---p a0a7f000 00:00 0
    a0a82000-a0bf9000 rwxp a0a82000 00:00 0
    a0bf9000-a0c00000 ---p a0bf9000 00:00 0
    a0c7f000-a0c82000 ---p a0c7f000 00:00 0
    a0c82000-a0dfa000 rwxp a0c82000 00:00 0
    a0dfa000-a0e00000 ---p a0dfa000 00:00 0
    a1a29000-a1a2c000 rwxp a1a29000 00:00 0
    a1a2c000-a1aaa000 rwxp a1a2c000 00:00 0
    a1aaa000-a1bd9000 r-xs 00000000 08:06 140291 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/xmlparserv2.jar
    a1bd9000-a1c14000 r-xs 00000000 08:06 140260 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/bc4jdatum.jar
    a1c14000-a1cd7000 r-xs 00000000 08:06 140277 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/jsf-impl.jar
    a1cd7000-a1cde000 r-xs 00000000 08:06 140271 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/commons-logging-api.jar
    a1cde000-a1d6f000 r-xs 00000000 08:06 140283 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/ojc.jar
    a1d6f000-a212d000 r-xs 00000000 08:06 140250 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/adf-faces-impl.jar
    a212d000-a21e1000 r-xs 00000000 08:06 140249 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/adf-faces-api.jar
    a21e1000-a22d2000 r-xs 00000000 08:06 140265 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/cache.jar
    a22d2000-a22f2000 r-xs 00000000 08:06 140256 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/adftags.jar
    a22f2000-a231b000 r-xs 00000000 08:06 140268 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/commons-collections.jar
    a231b000-a2410000 r-xs 00000000 08:06 140262 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/bc4jhtml.jar
    a2410000-a2768000 r-xs 00000000 08:06 140245 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/ModelCSMT.jar
    a2768000-a2808000 r-xs 00000000 08:06 140286 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/ojsputil.jar
    a2808000-a2920000 r-xs 00000000 08:06 126211 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/home/lib/jgroups-core.jar
    a2920000-a29e3000 r-xs 00000000 08:06 126243 /opt/oracle/product/10.1.3.1/OracleAS_1/lib/dsv2.jar
    a29e3000-a2bc6000 r-xs 00000000 08:06 126254 /opt/oracle/product/10.1.3.1/OracleAS_1/sqlj/lib/translator.jar
    a2bc6000-a2e00000 r-xs 00000000 08:06 126275 /opt/oracle/product/10.1.3.1/OracleAS_1/webservices/lib/wsclient.jar
    a2e00000-a2eff000 rwxp a2e00000 00:00 0
    a2eff000-a2f00000 ---p a2eff000 00:00 0
    a2f7f000-a2f82000 ---p a2f7f000 00:00 0
    a2f82000-a3121000 rwxp a2f82000 00:00 0
    a3121000-a3200000 ---p a3121000 00:00 0
    a3200000-a3300000 rwxp a3200000 00:00 0
    a3379000-a337c000 ---p a3379000 00:00 0
    a337c000-a33fa000 rwxp a337c000 00:00 0
    a33fa000-a33fd000 ---p a33fa000 00:00 0
    a33fd000-a347b000 rwxp a33fd000 00:00 0
    a347b000-a347e000 ---p a347b000 00:00 0
    a347e000-a34fc000 rwxp a347e000 00:00 0
    a34fc000-a34ff000 ---p a34fc000 00:00 0
    a34ff000-a357d000 rwxp a34ff000 00:00 0
    a357d000-a3580000 ---p a357d000 00:00 0
    a3580000-a35fe000 rwxp a3580000 00:00 0
    a35fe000-a3601000 ---p a35fe000 00:00 0
    a3601000-a367f000 rwxp a3601000 00:00 0
    a367f000-a3682000 ---p a367f000 00:00 0
    a3682000-a37f4000 rwxp a3682000 00:00 0
    a37f4000-a3800000 ---p a37f4000 00:00 0
    a387d000-a3880000 ---p a387d000 00:00 0
    a3880000-a38fe000 rwxp a3880000 00:00 0
    a38fe000-a3901000 ---p a38fe000 00:00 0
    a3901000-a397f000 rwxp a3901000 00:00 0
    a397f000-a3982000 ---p a397f000 00:00 0
    a3982000-a3af8000 rwxp a3982000 00:00 0
    a3af8000-a3b00000 ---p a3af8000 00:00 0
    a3b2a000-a3b2d000 ---p a3b2a000 00:00 0
    a3b2d000-a3bab000 rwxp a3b2d000 00:00 0
    a3c00000-a3cf9000 rwxp a3c00000 00:00 0
    a3cf9000-a3d00000 ---p a3cf9000 00:00 0
    a3d14000-a3d7f000 r-xs 00000000 08:06 140288 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/quartz-all-1.6.0.jar
    a3d7f000-a3d82000 ---p a3d7f000 00:00 0
    a3d82000-a3efa000 rwxp a3d82000 00:00 0
    a3efa000-a3f00000 ---p a3efa000 00:00 0
    a3f0b000-a3f44000 r-xs 00000000 08:06 125845 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/home/applications/jmsrouter-ejb.jar
    a3f8e000-a4054000 r-xp 00000000 08:06 109470 /opt/oracle/product/10.1.3.1/OracleAS_1/jdk/jre/lib/i386/libmlib_image.so
    a4054000-a4055000 rwxp 000c5000 08:06 109470 /opt/oracle/product/10.1.3.1/OracleAS_1/jdk/jre/lib/i386/libmlib_image.so
    a407f000-a4082000 ---p a407f000 00:00 0
    a4082000-a4100000 rwxp a4082000 00:00 0
    a411e000-a4123000 r-xs 00000000 08:06 125841 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/home/applications/admin_ejb.jar
    a4164000-a41d9000 r-xp 00000000 08:06 109493 /opt/oracle/product/10.1.3.1/OracleAS_1/jdk/jre/lib/i386/libawt.so
    a41d9000-a41df000 rwxp 00074000 08:06 109493 /opt/oracle/product/10.1.3.1/OracleAS_1/jdk/jre/lib/i386/libawt.so
    a41df000-a4203000 rwxp a41df000 00:00 0
    a4203000-a4206000 ---p a4203000 00:00 0
    a4206000-a4284000 rwxp a4206000 00:00 0
    a429f000-a42a2000 ---p a429f000 00:00 0
    a42a2000-a4320000 rwxp a42a2000 00:00 0
    a433e000-a439f000 r-xs 00000000 08:06 140290 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/standard.jar
    a439f000-a43a2000 ---p a439f000 00:00 0
    a43a2000-a4420000 rwxp a43a2000 00:00 0
    a4467000-a446a000 ---p a4467000 00:00 0
    a446a000-a44e8000 rwxp a446a000 00:00 0
    a44f9000-a4600000 r-xs 00000000 08:06 126291 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/home/jsp/lib/taglib/ojsputil.jar
    a4600000-a46fd000 rwxp a4600000 00:00 0
    a46fd000-a4700000 ---p a46fd000 00:00 0
    a4708000-a470e000 r-xp 00000000 08:06 109512 /opt/oracle/product/10.1.3.1/OracleAS_1/jdk/jre/lib/i386/headless/libmawt.so
    a470e000-a470f000 rwxp 00005000 08:06 109512 /opt/oracle/product/10.1.3.1/OracleAS_1/jdk/jre/lib/i386/headless/libmawt.so
    a4755000-a4c78000 r-xs 00000000 08:06 123808 /opt/oracle/product/10.1.3.1/OracleAS_1/toplink/jlib/toplink.jar
    a4c78000-a4c7b000 ---p a4c78000 00:00 0
    a4c7b000-a4cf9000 rwxp a4c7b000 00:00 0
    a4cfe000-a4d4f000 r-xs 00000000 08:06 140244 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/ModelCSCommon.jar
    a4d4f000-a4d52000 ---p a4d4f000 00:00 0
    a4d52000-a4dd0000 rwxp a4d52000 00:00 0
    a4dd2000-a4e2b000 r-xs 00000000 08:06 140276 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/jsf-api.jar
    a4e2b000-a5081000 r-xs 00000000 08:06 123813 /opt/oracle/product/10.1.3.1/OracleAS_1/toplink/jlib/toplink-essentials.jar
    a5081000-a5084000 ---p a5081000 00:00 0
    a5084000-a5102000 rwxp a5084000 00:00 0
    a5102000-a5105000 ---p a5102000 00:00 0
    a5105000-a5183000 rwxp a5105000 00:00 0
    a5183000-a5186000 ---p a5183000 00:00 0
    a5186000-a5204000 rwxp a5186000 00:00 0
    a5204000-a5207000 ---p a5204000 00:00 0
    a5207000-a5285000 rwxp a5207000 00:00 0
    a5285000-a5288000 ---p a5285000 00:00 0
    a5288000-a5306000 rwxp a5288000 00:00 0
    a5306000-a5309000 ---p a5306000 00:00 0
    a5309000-a5387000 rwxp a5309000 00:00 0
    a5387000-a538a000 ---p a5387000 00:00 0
    a538a000-a5408000 rwxp a538a000 00:00 0
    a5408000-a540b000 ---p a5408000 00:00 0
    a540b000-a5489000 rwxp a540b000 00:00 0
    a5489000-a548c000 ---p a5489000 00:00 0
    a548c000-a550a000 rwxp a548c000 00:00 0
    a550a000-a553f000 r-xs 00000000 08:06 98266 /var/run/nscd/dbPbmhVH (deleted)
    a553f000-a57f6000 rwxp a553f000 00:00 0
    a57f6000-a5800000 ---p a57f6000 00:00 0
    a5800000-a58ff000 rwxp a5800000 00:00 0
    a58ff000-a5900000 ---p a58ff000 00:00 0
    a5900000-a59f9000 rwxp a5900000 00:00 0
    a59f9000-a5a00000 ---p a59f9000 00:00 0
    a5a1f000-a5a3a000 r-xs 00000000 08:06 140247 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/adf-controller.jar
    a5a3a000-a5a3d000 ---p a5a3a000 00:00 0
    a5a3d000-a5abb000 rwxp a5a3d000 00:00 0
    a5abb000-a5acf000 r-xp 00000000 08:06 109468 /opt/oracle/product/10.1.3.1/OracleAS_1/jdk/jre/lib/i386/libnet.so
    a5acf000-a5ad0000 rwxp 00013000 08:06 109468 /opt/oracle/product/10.1.3.1/OracleAS_1/jdk/jre/lib/i386/libnet.so
    a5ad8000-a5b1e000 r-xs 00000000 08:06 140273 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/datatags.jar
    a5b1e000-a5b6f000 r-xs 00000000 08:06 126205 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/home/lib/http_client.jar
    a5b6f000-a5bbc000 r-xs 00000000 08:06 126267 /opt/oracle/product/10.1.3.1/OracleAS_1/webservices/lib/orawsdl.jar
    a5bbc000-a5c00000 r-xs 00000000 08:06 126252 /opt/oracle/product/10.1.3.1/OracleAS_1/sqlj/lib/runtime12.jar
    a5c00000-a5cff000 rwxp a5c00000 00:00 0
    a5cff000-a5d00000 ---p a5cff000 00:00 0
    a5d0b000-a5d28000 r-xs 00000000 08:06 140267 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/commons-beanutils.jar
    a5d28000-a5d43000 r-xs 00000000 08:06 140269 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/commons-digester.jar
    a5d43000-a5d98000 r-xs 00000000 08:06 126272 /opt/oracle/product/10.1.3.1/OracleAS_1/webservices/lib/soap.jar
    a5d98000-a5db8000 r-xs 00000000 08:06 119839 /opt/oracle/product/10.1.3.1/OracleAS_1/lib/xschema.jar
    a5db8000-a5ea8000 r-xs 00000000 08:06 125471 /opt/oracle/product/10.1.3.1/OracleAS_1/javacache/lib/cache.jar
    a5ea8000-a5f00000 r-xs 00000000 08:06 123807 /opt/oracle/product/10.1.3.1/OracleAS_1/toplink/jlib/antlr.jar
    a5f00000-a5ffc000 rwxp a5f00000 00:00 0
    a5ffc000-a6000000 ---p a5ffc000 00:00 0
    a6002000-a601e000 r-xs 00000000 08:06 140270 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/commons-el.jar
    a601e000-a603a000 r-xs 00000000 08:06 124985 /opt/oracle/product/10.1.3.1/OracleAS_1/jlib/oraclepki.jar
    a603a000-a608e000 r-xs 00000000 08:06 123751 /opt/oracle/product/10.1.3.1/OracleAS_1/jlib/ojpse.jar
    a608e000-a60a5000 r-xs 00000000 08:06 125608 /opt/oracle/product/10.1.3.1/OracleAS_1/jlib/osdt_saml.jar
    a60a5000-a60cd000 r-xs 00000000 08:06 125609 /opt/oracle/product/10.1.3.1/OracleAS_1/jlib/osdt_wss.jar
    a60cd000-a612d000 r-xs 00000000 08:06 125606 /opt/oracle/product/10.1.3.1/OracleAS_1/jlib/osdt_xmlsec.jar
    a612d000-a616d000 r-xs 00000000 08:06 125599 /opt/oracle/product/10.1.3.1/OracleAS_1/jlib/osdt_cert.jar
    a616d000-a61e1000 r-xs 00000000 08:06 125598 /opt/oracle/product/10.1.3.1/OracleAS_1/jlib/osdt_core.jar
    a61e1000-a6286000 r-xs 00000000 08:06 126245 /opt/oracle/product/10.1.3.1/OracleAS_1/lib/xquery.jar
    a6286000-a62b6000 r-xs 00000000 08:06 126247 /opt/oracle/product/10.1.3.1/OracleAS_1/lib/xsu12.jar
    a62b6000-a6351000 r-xs 00000000 08:06 119844 /opt/oracle/product/10.1.3.1/OracleAS_1/lib/xmlmesg.jar
    a6351000-a63d7000 r-xs 00000000 08:06 119846 /opt/oracle/product/10.1.3.1/OracleAS_1/lib/xml.jar
    a63d7000-a6506000 r-xs 00000000 08:06 119840 /opt/oracle/product/10.1.3.1/OracleAS_1/lib/xmlparserv2.jar
    a6506000-a69e6000 r-xs 00000000 08:06 117429 /opt/oracle/product/10.1.3.1/OracleAS_1/jdbc/lib/orai18n.jar
    a69e6000-a69ea000 r-xs 00000000 08:06 126224 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/home/lib/ojms-provider.jar
    a69ea000-a6ab4000 r-xs 00000000 08:06 126249 /opt/oracle/product/10.1.3.1/OracleAS_1/rdbms/jlib/aqapi.jar
    a6ab4000-a6ac2000 r-xs 00000000 08:06 117428 /opt/oracle/product/10.1.3.1/OracleAS_1/jdbc/lib/ocrs12.jar
    a6ac2000-a6ad0000 r-xs 00000000 08:06 110701 /opt/oracle/product/10.1.3.1/OracleAS_1/opmn/lib/ons.jar
    a6ad0000-a6c23000 r-xs 00000000 08:06 125713 /opt/oracle/product/10.1.3.1/OracleAS_1/jdbc/lib/ojdbc14dms.jar
    a6c23000-a6c6a000 r-xs 00000000 08:06 123853 /opt/oracle/product/10.1.3.1/OracleAS_1/lib/dms.jar
    a6c6a000-a6c7c000 r-xs 00000000 08:06 123858 /opt/oracle/product/10.1.3.1/OracleAS_1/diagnostics/lib/ojdl.jar
    a6c7c000-a6c7d000 r-xs 00000000 08:06 126246 /opt/oracle/product/10.1.3.1/OracleAS_1/lib/xsqlserializers.jar
    a6c7d000-a6c95000 r-xs 00000000 08:06 126478 /opt/oracle/product/10.1.3.1/OracleAS_1/jlib/jdev-cm.jar
    a6c95000-a6caa000 r-xs 00000000 08:06 123828 /opt/oracle/product/10.1.3.1/OracleAS_1/ord/jlib/ordhttp.jar
    a6caa000-a6cc0000 r-xs 00000000 08:06 123827 /opt/oracle/product/10.1.3.1/OracleAS_1/ord/jlib/ordim.jar
    a6cc0000-a6cdb000 r-xs 00000000 08:06 126473 /opt/oracle/product/10.1.3.1/OracleAS_1/BC4J/jlib/dc-adapters.jar
    a6cdb000-a6cf4000 r-xs 00000000 08:06 126472 /opt/oracle/product/10.1.3.1/OracleAS_1/BC4J/jlib/adf-connections.jar
    a6cf4000-a6d97000 r-xs 00000000 08:06 126471 /opt/oracle/product/10.1.3.1/OracleAS_1/BC4J/jlib/adfui.jar
    a6d97000-a6d9c000 r-xs 00000000 08:06 126469 /opt/oracle/product/10.1.3.1/OracleAS_1/BC4J/jlib/adfmtl.jar
    a6d9c000-a6e49000 r-xs 00000000 08:06 126488 /opt/oracle/product/10.1.3.1/OracleAS_1/jlib/xmlef.jar
    a6e49000-a6e51000 r-xs 00000000 08:06 123780 /opt/oracle/product/10.1.3.1/OracleAS_1/jlib/regexp.jar
    a6e51000-a6e5f000 r-xs 00000000 08:06 110690 /opt/oracle/product/10.1.3.1/OracleAS_1/jlib/share.jar
    a6e5f000-a6ee9000 r-xs 00000000 08:06 126486 /opt/oracle/product/10.1.3.1/OracleAS_1/mds/lib/mdsrt.jar
    a6ee9000-a6f17000 r-xs 00000000 08:06 126487 /opt/oracle/product/10.1.3.1/OracleAS_1/mds/lib/concurrent.jar
    a6f17000-a6f1f000 r-xs 00000000 08:06 126479 /opt/oracle/product/10.1.3.1/OracleAS_1/jlib/commons-cli-1.0.jar
    a6f1f000-a6f6c000 r-xs 00000000 08:06 126460 /opt/oracle/product/10.1.3.1/OracleAS_1/BC4J/lib/adfshare.jar
    a6f6c000-a70cb000 r-xs 00000000 08:06 126461 /opt/oracle/product/10.1.3.1/OracleAS_1/BC4J/lib/bc4jct.jar
    a70cb000-a729f000 r-xs 00000000 08:06 126458 /opt/oracle/product/10.1.3.1/OracleAS_1/BC4J/lib/adfm.jar
    a729f000-a72bd000 r-xs 00000000 08:06 126480 /opt/oracle/product/10.1.3.1/OracleAS_1/BC4J/lib/adfbinding.jar
    a72bd000-a72d7000 r-xs 00000000 08:06 126464 /opt/oracle/product/10.1.3.1/OracleAS_1/BC4J/lib/bc4jimdomains.jar
    a72d7000-a72dd000 r-xs 00000000 08:06 126462 /opt/oracle/product/10.1.3.1/OracleAS_1/BC4J/lib/bc4jctejb.jar
    a72dd000-a72e9000 r-xs 00000000 08:06 126457 /opt/oracle/product/10.1.3.1/OracleAS_1/BC4J/lib/adfcm.jar
    a72e9000-a72ff000 r-xs 00000000 08:06 126463 /opt/oracle/product/10.1.3.1/OracleAS_1/BC4J/lib/bc4jdomorcl.jar
    a72ff000-a7309000 r-xs 00000000 08:06 126466 /opt/oracle/product/10.1.3.1/OracleAS_1/BC4J/lib/bc4jmtejb.jar
    a7309000-a7349000 r-xs 00000000 08:06 126467 /opt/oracle/product/10.1.3.1/OracleAS_1/BC4J/lib/collections.jar
    a7349000-a7350000 r-xs 00000000 08:06 126459 /opt/oracle/product/10.1.3.1/OracleAS_1/BC4J/lib/adfmweb.jar
    a7350000-a7569000 r-xs 00000000 08:06 126465 /opt/oracle/product/10.1.3.1/OracleAS_1/BC4J/lib/bc4jmt.jar
    a7569000-a75b3000 r-xs 00000000 08:06 108180 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/connectors/OracleASjms/OracleASjms/gjra.jar
    a75b3000-a75b4000 r-xs 00000000 08:06 108174 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/connectors/datasources/datasources/datasources.jar
    a75b4000-a7609000 r-xs 00000000 08:06 126227 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/home/lib/scheduler.jar
    a7609000-a764a000 r-xs 00000000 08:06 123854 /opt/oracle/product/10.1.3.1/OracleAS_1/lib/dmsapp.jar
    a764a000-a7651000 r-xs 00000000 08:06 126258 /opt/oracle/product/10.1.3.1/OracleAS_1/webservices/lib/JMXSoapAdapterShared.jar
    a7651000-a7654000 r-xs 00000000 08:06 133214 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/home/lib/ext/esbprotocol.jar
    a7654000-a7655000 r-xs 00000000 08:06 126475 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/home/lib/ext/adfperfhandler.jar
    a7655000-a767d000 r-xs 00000000 08:06 111507 /opt/oracle/product/10.1.3.1/OracleAS_1/xqs/lib/xds.jar
    a767d000-a769a000 r-xs 00000000 08:06 111506 /opt/oracle/product/10.1.3.1/OracleAS_1/xqs/lib/xqs-api.jar
    a769a000-a76cc000 r-xs 00000000 08:06 123859 /opt/oracle/product/10.1.3.1/OracleAS_1/diagnostics/lib/ojdl2.jar
    a76cc000-a76e1000 r-xs 00000000 08:06 123809 /opt/oracle/product/10.1.3.1/OracleAS_1/toplink/jlib/toplink-oc4j.jar
    a76e1000-a76e7000 r-xs 00000000 08:06 123749 /opt/oracle/product/10.1.3.1/OracleAS_1/jlib/ojmisc.jar
    a76e7000-a76f9000 r-xs 00000000 08:06 128099 /opt/oracle/product/10.1.3.1/OracleAS_1/jlib/repository.jar
    a76f9000-a7705000 r-xs 00000000 08:06 123768 /opt/oracle/product/10.1.3.1/OracleAS_1/jlib/jssl-1_1.jar
    a7705000-a77d2000 r-xs 00000000 08:06 126265 /opt/oracle/product/10.1.3.1/OracleAS_1/webservices/lib/orajaxr.jar
    a77d2000-a8100000 r-xs 00000000 08:06 126216 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/home/lib/oc4j-internal.jar
    a8100000-a81fa000 rwxp a8100000 00:00 0
    a81fa000-a8200000 ---p a81fa000 00:00 0
    a8203000-a8209000 r-xp 00000000 08:06 109467 /opt/oracle/product/10.1.3.1/OracleAS_1/jdk/jre/lib/i386/libnio.so
    a8209000-a820a000 rwxp 00005000 08:06 109467 /opt/oracle/product/10.1.3.1/OracleAS_1/jdk/jre/lib/i386/libnio.so
    a8219000-a8223000 r-xs 00000000 08:06 140272 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/commons-logging.jar
    a8223000-a825f000 r-xs 00000000 08:06 126286 /opt/oracle/product/10.1.3.1/OracleAS_1/webservices/lib/xsdlib.jar
    a825f000-a826d000 r-xs 00000000 08:06 126268 /opt/oracle/product/10.1.3.1/OracleAS_1/webservices/lib/orawsmetadata.jar
    a826d000-a82d0000 r-xs 00000000 08:06 126278 /opt/oracle/product/10.1.3.1/OracleAS_1/webservices/lib/wsif.jar
    a82d0000-a8489000 r-xs 00000000 08:06 122296 /opt/oracle/product/10.1.3.1/OracleAS_1/jlib/ldapjclnt10.jar
    a8489000-a84a3000 r-xs 00000000 08:06 125597 /opt/oracle/product/10.1.3.1/OracleAS_1/jlib/ospnego.jar
    a84a3000-a84c2000 r-xs 00000000 08:06 128092 /opt/oracle/product/10.1.3.1/OracleAS_1/jlib/infratool.jar
    a84c2000-a851a000 r-xs 00000000 08:06 126187 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/home/jazn.jar
    a851a000-a8637000 r-xs 00000000 08:06 126198 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/home/jazncore.jar
    a8637000-a88f9000 r-xs 00000000 08:06 126200 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/home/lib/adminclient.jar
    a88f9000-a8b00000 r-xs 00000000 08:06 126220 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/home/lib/oc4j_orb.jar
    a8b00000-a8bf8000 rwxp a8b00000 00:00 0
    a8bf8000-a8c00000 ---p a8bf8000 00:00 0
    a8c00000-a8d00000 rwxp a8c00000 00:00 0
    a8d00000-a8d05000 r-xs 00000000 08:06 126270 /opt/oracle/product/10.1.3.1/OracleAS_1/webservices/lib/relaxngDatatype.jar
    a8d05000-a8d2c000 r-xs 00000000 08:06 126264 /opt/oracle/pro

    Beware with this jvm options:
    -Xms2048m -Xmx2048m -XX:MaxPermSize=2048m
    You ask the JVM to allocate 2Go of Heap size and you allow it to allocate up to 2Go of Perm Size. So in this case, you need to have at least 4Go of free memory.
    If you change -XX:MaxPermSize=2048m to -XX:MaxPermSize=256m, it is ok ?
    note: 256 M of PermSize is already a high value.

  • Core dumps with 1.5.0_06-b05... any idea why?

    I am trying to run 1.5.0_06-b05 with Tomcat 5.5.9, and the application keeps producing core dumps from the JVM after some period of use. The hs_err file says the following:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xfee32868, pid=17413, tid=10
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_06-b05 mixed mode)
    # Problematic frame:
    # V [libjvm.so+0x632868]
    --------------- T H R E A D ---------------
    Current thread (0x00148aa8): JavaThread "CompilerThread1" daemon [_thread_in_native, id=10]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x00000000
    Registers:
    O0=0x00000000 O1=0x001e2af0 O2=0x001e2ad0 O3=0xfe9130bc
    O4=0x001e4140 O5=0x00000003 O6=0x7097e620 O7=0xfee3283c
    G1=0x001e44bc G2=0xfeffe43c G3=0x001e4520 G4=0x00000001
    G5=0xfec07fc8 G6=0x00000000 G7=0xff351200 Y=0x00000000
    PC=0xfee32868 nPC=0xfee3286c
    Top of Stack: (sp=0x7097e620)
    0x7097e620: 001e4494 001e4118 fefbe000 7097e680
    0x7097e630: 00000001 00000000 001e415c 00000000
    0x7097e640: feffea58 7097ebdc 00000000 001e415c
    0x7097e650: 7097ebdc 001e44f8 7097e690 fe8f887c
    0x7097e660: 7097e688 7097e68c 7097e684 00000002
    0x7097e670: 0121d230 00000000 00000000 7097ebdc
    0x7097e680: 00000000 00000002 021c9458 00000000
    0x7097e690: 00001000 7097ec04 fe90d5a4 ff001e84
    Instructions: (pc=0xfee32868)
    0xfee32858: 12 40 00 08 90 10 20 00 d2 02 a0 04 d0 02 60 08
    0xfee32868: ca 02 20 00 c8 01 60 30 9f c1 00 00 01 00 00 00
    Stack: [0x70900000,0x70980000), sp=0x7097e620, free space=505k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x632868]
    V [libjvm.so+0xf8884]
    V [libjvm.so+0x1e3ba0]
    V [libjvm.so+0x27f9f4]
    V [libjvm.so+0x282748]
    V [libjvm.so+0x278700]
    V [libjvm.so+0x2793bc]
    V [libjvm.so+0x335f28]
    V [libjvm.so+0x2de2a4]
    V [libjvm.so+0x664248]
    Current CompileTask:
    opto:5496 s! com.sun.mail.imap.IMAPStore.protocolConnect(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)Z (415 bytes)
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x00feec18 JavaThread "Thread-353085" daemon [_thread_in_native, id=407147]
    0x006fe240 JavaThread "Thread-353060" daemon [_thread_in_native, id=407116]
    0x016ebad0 JavaThread "Thread-351745" daemon [_thread_in_native, id=405360]
    0x00a5ef78 JavaThread "Thread-346549" daemon [_thread_in_native, id=398309]
    0x0047c168 JavaThread "Thread-296436" daemon [_thread_in_native, id=334376]
    0x003c8a60 JavaThread "Thread-296431" daemon [_thread_in_native, id=334371]
    0x00ef1138 JavaThread "Thread-290124" daemon [_thread_in_native, id=327269]
    0x01974680 JavaThread "Thread-290066" daemon [_thread_in_native, id=327208]
    0x0110bf00 JavaThread "Thread-290064" daemon [_thread_in_native, id=327206]
    0x0120d890 JavaThread "Thread-273644" daemon [_thread_in_native, id=308308]
    0x017d6110 JavaThread "http-8083-Processor3731" daemon [_thread_blocked, id=87638]
    0x005b2478 JavaThread "http-8083-Processor3730" daemon [_thread_blocked, id=87637]
    0x019e4320 JavaThread "http-8083-Processor3729" daemon [_thread_blocked, id=87636]
    0x01091e80 JavaThread "http-8083-Processor3728" daemon [_thread_blocked, id=87635]
    0x0196fa30 JavaThread "http-8083-Processor3727" daemon [_thread_blocked, id=87634]
    0x00660b18 JavaThread "http-8083-Processor3726" daemon [_thread_blocked, id=87633]
    0x009f9ba0 JavaThread "http-8083-Processor3725" daemon [_thread_blocked, id=87632]
    0x0139b060 JavaThread "http-8083-Processor3724" daemon [_thread_blocked, id=87631]
    0x00d4f760 JavaThread "http-8083-Processor3723" daemon [_thread_blocked, id=87630]
    0x00ab73d8 JavaThread "http-8083-Processor3722" daemon [_thread_blocked, id=87629]
    0x005895d8 JavaThread "http-8083-Processor3721" daemon [_thread_blocked, id=87628]
    0x024632c0 JavaThread "http-8083-Processor3720" daemon [_thread_blocked, id=87627]
    0x00b91378 JavaThread "http-8083-Processor3719" daemon [_thread_blocked, id=87626]
    0x009361d8 JavaThread "http-8083-Processor3718" daemon [_thread_blocked, id=87625]
    0x005b1278 JavaThread "http-8083-Processor3717" daemon [_thread_blocked, id=87623]
    0x016dfa00 JavaThread "http-8083-Processor3716" daemon [_thread_blocked, id=87622]
    0x006369b0 JavaThread "http-8083-Processor3715" daemon [_thread_blocked, id=87621]
    0x01960708 JavaThread "http-8083-Processor3714" daemon [_thread_blocked, id=87620]
    0x00ffe7c0 JavaThread "http-8083-Processor3713" daemon [_thread_blocked, id=87619]
    0x01115038 JavaThread "http-8083-Processor3712" daemon [_thread_blocked, id=87618]
    0x002b7a18 JavaThread "http-8083-Processor3711" daemon [_thread_blocked, id=87617]
    0x007556f8 JavaThread "http-8083-Processor3710" daemon [_thread_blocked, id=87616]
    0x013f6d18 JavaThread "http-8083-Processor3709" daemon [_thread_blocked, id=87615]
    0x0112b4d8 JavaThread "http-8083-Processor3708" daemon [_thread_blocked, id=87614]
    0x00501d50 JavaThread "http-8083-Processor3707" daemon [_thread_blocked, id=87613]
    0x005eda70 JavaThread "http-8083-Processor3706" daemon [_thread_blocked, id=87612]
    0x00226d90 JavaThread "http-8083-Processor3705" daemon [_thread_blocked, id=87611]
    0x00e788e8 JavaThread "http-8083-Processor3704" daemon [_thread_blocked, id=87610]
    0x024729f0 JavaThread "http-8083-Processor3703" daemon [_thread_blocked, id=87608]
    0x02447798 JavaThread "http-8083-Processor3702" daemon [_thread_blocked, id=87607]
    0x00c61780 JavaThread "http-8083-Processor3701" daemon [_thread_blocked, id=87606]
    0x004d6228 JavaThread "http-8083-Processor3700" daemon [_thread_blocked, id=87605]
    0x012348f8 JavaThread "http-8083-Processor3699" daemon [_thread_blocked, id=87604]
    0x010ebf10 JavaThread "http-8083-Processor3698" daemon [_thread_blocked, id=87603]
    0x01651848 JavaThread "http-8083-Processor3697" daemon [_thread_blocked, id=87602]
    0x00eae520 JavaThread "http-8083-Processor3696" daemon [_thread_blocked, id=87601]
    0x0124ce68 JavaThread "http-8083-Processor3695" daemon [_thread_blocked, id=87600]
    0x0190d170 JavaThread "http-8083-Processor3694" daemon [_thread_blocked, id=87599]
    0x00c5b5c0 JavaThread "http-8083-Processor3693" daemon [_thread_blocked, id=87598]
    0x00ffc9a8 JavaThread "http-8083-Processor3692" daemon [_thread_blocked, id=87597]
    0x010602f8 JavaThread "http-8083-Processor3691" daemon [_thread_blocked, id=87596]
    0x00c4c580 JavaThread "http-8083-Processor3690" daemon [_thread_blocked, id=87595]
    0x01381190 JavaThread "http-8083-Processor3689" daemon [_thread_blocked, id=87594]
    0x019a3e58 JavaThread "http-8083-Processor3688" daemon [_thread_blocked, id=87593]
    0x0199a7a8 JavaThread "http-8083-Processor3687" daemon [_thread_blocked, id=87592]
    0x01116db8 JavaThread "http-8083-Processor3686" daemon [_thread_blocked, id=87591]
    0x019247e0 JavaThread "http-8083-Processor3685" daemon [_thread_blocked, id=87590]
    0x018fc608 JavaThread "http-8083-Processor3684" daemon [_thread_blocked, id=87589]
    0x014ce6c0 JavaThread "http-8083-Processor3683" daemon [_thread_blocked, id=87588]
    0x004900a0 JavaThread "http-8083-Processor3682" daemon [_thread_blocked, id=87587]
    0x00daaf88 JavaThread "http-8083-Processor3681" daemon [_thread_blocked, id=87514]
    0x0117f358 JavaThread "http-8083-Processor3680" daemon [_thread_blocked, id=87513]
    0x0110fc60 JavaThread "http-8083-Processor3677" daemon [_thread_blocked, id=87510]
    0x015fc320 JavaThread "http-8083-Processor3676" daemon [_thread_blocked, id=87509]
    0x00e93b40 JavaThread "http-8083-Processor3675" daemon [_thread_blocked, id=87508]
    0x00d604d0 JavaThread "http-8083-Processor3674" daemon [_thread_blocked, id=87507]
    0x00ff3ba0 JavaThread "http-8083-Processor3673" daemon [_thread_blocked, id=87506]
    0x00d61dc0 JavaThread "http-8083-Processor3670" daemon [_thread_in_native, id=87503]
    0x01969e78 JavaThread "http-8083-Processor3669" daemon [_thread_blocked, id=87502]
    0x007c3820 JavaThread "http-8083-Processor3667" daemon [_thread_blocked, id=87500]
    0x007ecb48 JavaThread "http-8083-Processor3665" daemon [_thread_blocked, id=87498]
    0x004e8710 JavaThread "http-8083-Processor3664" daemon [_thread_blocked, id=87497]
    0x0090bfc8 JavaThread "http-8083-Processor3663" daemon [_thread_blocked, id=87496]
    0x011102b8 JavaThread "http-8083-Processor3662" daemon [_thread_blocked, id=87495]
    0x00ff4738 JavaThread "http-8083-Processor3661" daemon [_thread_in_native, id=87494]
    0x004d9940 JavaThread "http-8083-Processor3660" daemon [_thread_blocked, id=87493]
    0x00a56798 JavaThread "http-8083-Processor3657" daemon [_thread_blocked, id=87490]
    0x0011b318 JavaThread "http-8083-Processor3656" daemon [_thread_blocked, id=87489]
    0x00c8bc68 JavaThread "http-8083-Processor3655" daemon [_thread_blocked, id=87488]
    0x011a4d28 JavaThread "http-8083-Processor3654" daemon [_thread_blocked, id=87487]
    0x01063680 JavaThread "http-8083-Processor3653" daemon [_thread_blocked, id=87486]
    0x0195d108 JavaThread "http-8083-Processor3652" daemon [_thread_blocked, id=87485]
    0x018da648 JavaThread "http-8083-Processor3651" daemon [_thread_blocked, id=87484]
    0x005f45f0 JavaThread "http-8083-Processor3650" daemon [_thread_blocked, id=87483]
    0x013cfa08 JavaThread "http-8083-Processor3649" daemon [_thread_blocked, id=87482]
    0x00667d30 JavaThread "http-8083-Processor3648" daemon [_thread_blocked, id=87481]
    0x01d47740 JavaThread "http-8083-Processor3647" daemon [_thread_blocked, id=87480]
    0x01251628 JavaThread "http-8083-Processor3646" daemon [_thread_blocked, id=87479]
    0x005769d8 JavaThread "http-8083-Processor3645" daemon [_thread_blocked, id=87478]
    0x016c1798 JavaThread "http-8083-Processor3644" daemon [_thread_blocked, id=87477]
    0x00ef6208 JavaThread "http-8083-Processor3643" daemon [_thread_blocked, id=87476]
    0x00221b60 JavaThread "http-8083-Processor3642" daemon [_thread_blocked, id=87475]
    0x016a2b88 JavaThread "http-8083-Processor3641" daemon [_thread_blocked, id=87474]
    0x0198dc20 JavaThread "http-8083-Processor3640" daemon [_thread_blocked, id=87473]
    0x00e61ff0 JavaThread "http-8083-Processor3639" daemon [_thread_blocked, id=87472]
    0x00957df0 JavaThread "http-8083-Processor3638" daemon [_thread_blocked, id=87471]
    0x011a8df0 JavaThread "http-8083-Processor3637" daemon [_thread_blocked, id=87470]
    0x0059d3a0 JavaThread "http-8083-Processor3636" daemon [_thread_blocked, id=87469]
    0x0124b068 JavaThread "http-8083-Processor3635" daemon [_thread_blocked, id=87468]
    0x0238a5b0 JavaThread "http-8083-Processor3634" daemon [_thread_blocked, id=87467]
    0x00a61a60 JavaThread "http-8083-Processor3633" daemon [_thread_blocked, id=87466]
    0x019db810 JavaThread "http-8083-Processor3632" daemon [_thread_blocked, id=87465]
    0x0199f968 JavaThread "http-8083-Processor3605" daemon [_thread_in_vm, id=87339]
    0x019cac68 JavaThread "http-8083-Processor3596" daemon [_thread_blocked, id=87330]
    0x0075d8a0 JavaThread "http-8083-Processor3586" daemon [_thread_blocked, id=87320]
    0x0120f898 JavaThread "http-8083-Processor3585" daemon [_thread_blocked, id=87319]
    0x00e6fcc0 JavaThread "http-8083-Processor3577" daemon [_thread_blocked, id=76622]
    0x00ab1330 JavaThread "http-8083-Processor3528" daemon [_thread_blocked, id=76496]
    0x01650d58 JavaThread "Thread-68062" daemon [_thread_in_native, id=73772]
    0x0199b8e0 JavaThread "http-8083-Processor2576" daemon [_thread_blocked, id=64785]
    0x01993158 JavaThread "http-8083-Processor2565" daemon [_thread_blocked, id=64774]
    0x01409740 JavaThread "http-8083-Processor1700" daemon [_thread_blocked, id=58821]
    0x00934000 JavaThread "MS UI IMAP Connection Reaper" daemon [_thread_blocked, id=100]
    0x01812260 JavaThread "Thread-60" daemon [_thread_blocked, id=74]
    0x00ebf9b8 JavaThread "Directory Cleaner Thread" daemon [_thread_blocked, id=73]
    0x014895f0 JavaThread "TimerDirContext.TimerWatcher" daemon [_thread_blocked, id=71]
    0x0161c7a0 JavaThread "MultiThreadedHttpConnectionManager cleanup" daemon [_thread_blocked, id=70]
    0x00ee4988 JavaThread "RequestWatcher" daemon [_thread_blocked, id=69]
    0x014eb550 JavaThread "http-8083-Monitor" [_thread_blocked, id=68]
    0x0075c0e0 JavaThread "ContainerBackgroundProcessor[StandardEngine[Catalina]]" daemon [_thread_blocked, id=17]
    0x00e1f870 JavaThread "JspRuntimeContext[ROOT]" daemon [_thread_blocked, id=16]
    0x01636a40 JavaThread "Thread-2" [_thread_blocked, id=15]
    0x0116f510 JavaThread "CronDaemon" daemon [_thread_blocked, id=14]
    0x018cd3b0 JavaThread "JspRuntimeContext[WebRoot]" daemon [_thread_blocked, id=13]
    0x0014a360 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=11]
    =>0x00148aa8 JavaThread "CompilerThread1" daemon [_thread_in_native, id=10]
    0x00147210 JavaThread "CompilerThread0" daemon [_thread_blocked, id=9]
    0x001463a0 JavaThread "AdapterThread" daemon [_thread_blocked, id=8]
    0x00145598 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=7]
    0x00139308 JavaThread "Finalizer" daemon [_thread_blocked, id=6]
    0x00138dc8 JavaThread "Reference Handler" daemon [_thread_blocked, id=5]
    0x00036c50 JavaThread "main" [_thread_in_native, id=1]
    Other Threads:
    0x00136ce8 VMThread [id=4]
    0x0014b5e8 WatcherThread [id=12]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen total 756672K, used 559590K [0xc6c00000, 0xf8c00000, 0xf8c00000)
    eden space 713472K, 72% used [0xc6c00000,0xe6452e18,0xf24c0000)
    from space 43200K, 99% used [0xf24c0000,0xf4ee6c38,0xf4ef0000)
    to space 54208K, 0% used [0xf5710000,0xf5710000,0xf8c00000)
    PSOldGen total 262144K, used 182087K [0x78c00000, 0x88c00000, 0xc6c00000)
    object space 262144K, 69% used [0x78c00000,0x83dd1e78,0x88c00000)
    PSPermGen total 61440K, used 52943K [0x70c00000, 0x74800000, 0x78c00000)
    object space 61440K, 86% used [0x70c00000,0x73fb3f98,0x74800000)
    Dynamic libraries:
    0x00010000 /ps/jdk1.5.0_06/bin/java
    0xff370000 /usr/lib/libthread.so.1
    0xff3fa000 /usr/lib/libdl.so.1
    0xff280000 /usr/lib/libc.so.1
    0xff3a0000 /usr/platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1
    0xfe800000 /ps/jdk1.5.0_06/jre/lib/sparc/server/libjvm.so
    0xff250000 /usr/lib/libsocket.so.1
    0xff230000 /usr/lib/libsched.so.1
    0xff200000 /usr/lib/libCrun.so.1
    0xff1b0000 /usr/lib/libm.so.1
    0xff080000 /usr/lib/libnsl.so.1
    0xff180000 /usr/lib/libmp.so.2
    0xff060000 /ps/jdk1.5.0_06/jre/lib/sparc/native_threads/libhpi.so
    0xfe7d0000 /ps/jdk1.5.0_06/jre/lib/sparc/libverify.so
    0xfe790000 /ps/jdk1.5.0_06/jre/lib/sparc/libjava.so
    0xfe760000 /ps/jdk1.5.0_06/jre/lib/sparc/libzip.so
    0xf8dd0000 /ps/jdk1.5.0_06/jre/lib/sparc/libnet.so
    0x6e800000 /ps/Webmail/WebRoot/WEB-INF/cplib/libcp_pabclient_native.so.solaris
    0xf8cb0000 /usr/lib/libpam.so.1
    0xf8c90000 /usr/lib/librt.so.1
    0xf8c70000 /usr/lib/libpthread.so.1
    0xf8c40000 /usr/lib/libcmd.so.1
    0x6fbf0000 /usr/lib/libaio.so.1
    0x6fbd0000 /usr/lib/libmd5.so.1
    VM Arguments:
    jvm_args: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=/ps/tomcat/conf/logging.properties -Xmx2048m -XX:+UseParallelGC -Dsun.rmi.dgc.server.gcInterval=Long.MAX_VALUE -Dsun.rmi.dgc.client.gcInterval=Long.MAX_VALUE -XX:NewSize=800m -XX:MaxNewSize=800m -XX:SurvivorRatio=8 -XX:+MaxFDLimit -XX:SoftRefLRUPolicyMSPerMB=800 -XX:MaxPermSize=128m -Djava.endorsed.dirs=/ps/tomcat/common/endorsed -Dcatalina.base=/ps/tomcat -Dcatalina.home=/ps/tomcat -Djava.io.tmpdir=/ps/tomcat/temp
    java_command: org.apache.catalina.startup.Bootstrap start
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=/ps/java
    PATH=/usr/bin:/usr/sbin:/usr/ccs/bin:/usr/bin:/usr/sbin:/usr/ccs/bin:/usr/sbin:/usr/bin
    LD_LIBRARY_PATH=/ps/jdk1.5.0_06/jre/lib/sparc/server:/ps/jdk1.5.0_06/jre/lib/sparc:/ps/jdk1.5.0_06/jre/../lib/sparc:/ps/Webmail/WebRoot/WEB-INF/cplib:
    SHELL=/sbin/sh
    HOSTTYPE=sun4
    OSTYPE=solaris
    MACHTYPE=sparc
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x6f0ca8], sa_mask[0]=0x7fbffeff, sa_flags=0x00000004
    SIGBUS: [libjvm.so+0x6f0ca8], sa_mask[0]=0x7fbffeff, sa_flags=0x00000004
    SIGFPE: [libjvm.so+0x275d94], sa_mask[0]=0x7fbffeff, sa_flags=0x0000000c
    SIGPIPE: [libjvm.so+0x275d94], sa_mask[0]=0x7fbffeff, sa_flags=0x0000000c
    SIGILL: [libjvm.so+0x275d94], sa_mask[0]=0x7fbffeff, sa_flags=0x0000000c
    SIGUSR1: [libjvm.so+0x666744], sa_mask[0]=0x00000000, sa_flags=0x00000008
    SIGUSR2: [libjvm.so+0x275d94], sa_mask[0]=0x7fbffeff, sa_flags=0x0000000c
    SIGHUP: [libjvm.so+0x665424], sa_mask[0]=0x7fbffeff, sa_flags=0x00000004
    SIGINT: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGQUIT: [libjvm.so+0x665424], sa_mask[0]=0x7fbffeff, sa_flags=0x00000004
    SIGTERM: [libjvm.so+0x665424], sa_mask[0]=0x7fbffeff, sa_flags=0x00000004
    --------------- S Y S T E M ---------------
    OS: Solaris 9 9/04 s9s_u7wos_09 SPARC
    Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 29 June 2004
    uname:SunOS 5.9 Generic_118558-23 sun4u (T2 libthread)
    rlimit: STACK 8192k, CORE infinity, NOFILE 65536, AS infinity
    load average:0.07 0.21 0.20
    CPU:total 2 has_v8, has_v9, has_vis1, has_vis2, is_ultra3
    Memory: 8k page, physical 8388608k(5653656k free)
    vm_info: Java HotSpot(TM) Server VM (1.5.0_06-b05) for solaris-sparc, built on Nov 10 2005 11:24:16 by unknown with unknown Workshop:0x550
    I am wandering if anyone can shed some light on the following lines:
    Current CompileTask:
    opto:5496 s! com.sun.mail.imap.IMAPStore.protocolConnect(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)Z (415 bytes)
    What exactly is meant by the Current Compile Task? This is a runtime environment, so I don't understand why classes in the com.sun.mail package would need to be compiled at this time.
    Thanks,
    Filip
    Filip

    The JVM has as just-in-time (JIT) compiler, which translates bytecodes into machine instructions for frequently used methods. The Current Compile Task is the method being compiled by the HotSpot JIT when the crash occurred.
    The crash is most likely bug 6346871, which was fixed in 1.5.0_07. Your problem should go away if you migrate to that version.

  • Runitme error after uninstalling 1.5.0_06-b05

    We used v 1.5.0_01-b08 to run our app that connects to a server. Java got updated to 1.5.0_06-b05 and we got some runtime errors. I've uninstalled all versions and reloaded the 01b-08 but ther errors are still there. One thing - I have no problems running if a domain admin is logged on. The problem is an end user (regardless of having local admin) or not, the runtime errors pop up!
    Any ways on fixing this?
    THANKS!!

    That's fixed in 5.0u7; see http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6346871 .
    The current compile task is the method the VM's optimizing JIT was working on when it crashed. (The VM compiles Java bytecodes to machine code in the "hot spot" of your application.)
    When you get a crash like that, you can try, as a temporary workaround, excluding the current compile task method from compilation. See http://forum.java.sun.com/thread.jspa?messageID=4273845 .

  • Java Version 1.5.0 (build 1.5.0_06-b05)

    hi
    i'm working on windows xp and i've got problem with java Version 1.5.0 (build 1.5.0_06-b05) it s just not working. al the time there was an error that page cannot find java enviropment on my computer
    is there anybody who can help

    Make sure that you installed the development product (the JDK). Then search for the java.exe file and note where it is. Then read #5 of the Java Installation Instructions that tell you how to set your operating system's PATH environment. (Instructions available from where you downloaded Java.)

  • JRE 1.5.0_06-b05 Problem

    Hi All,
    I am using the version mentioned below
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
    Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing)
    Applet is downloaded from an url and when it is double-clicked another application frame is born from this frame. All the application lives in this frame actually.The Applet is only the container. My problem is while clicking the applet. When I use proxy server in my browser setting i will have to wait about 15 minutes after clicking the applet to see application frame.But if i not use proxy from adsl or dial-up connection it is fine.The application frame exists in 5 seconds. I could not find anything. Any help?
    Thanks in advance
    Ozalp

    Hi All;
    Proxy settings still causes delays abour 10 ten minutes after clicking the applet link on the web page.And i could not find anything please help me about this problem.
    Thanks

  • Filtering transactions resulting in incorrect running balance.

    Hi ,I am back with another simple problem.
    I have a list of transactions which are with dates out of order.
    The last column is a running balance(starts off with a balance of 2, ending with a balance of 41)
    2
    5 Apr 2008 Charles Food 8 10
    5 Apr 2008 Harry Food 2 12
    1 Apr 2008 Barry petrol 2 14
    1 Apr 2008 Jim Petrol 6 20
    1 Apr 2008 Steven Petrol 9 29
    1 Jan 2008 Jack Food 12 41
    However when I run a filter on ascending dates, I get the following
    Which gives an incorrect balance.
    What am I doing Wrong?
    1 Jan 2008 Jack food 12 41
    1 Apr 2008 Barry petrol 2 14
    1 Apr 2008 Jim Petrol 6 20
    1 Apr 2008 Steven Petrol 9 29
    5 Apr 2008 Charles Food 8 10
    5 Apr 2008 Harry Food 2 12
    2
    By the way I tried to insert a copy of the spreadsheet to show exactly what I am doing, without success.
    How do I insert pictures on the discussion group?
    Thanks-chatch

    pw1840 wrote:
    Yvan's revised formula works beautifully when the E is replaced with another INDIRECT/ADDRESS segment:
    =INDIRECT(ADDRESS(ROW()-1,COLUMN()))+INDIRECT(ADDRESS(ROW(),COLUMN()-1))
    my late formula
    =INDIRECT(ADDRESS(ROW()-1.COLUMN()))+E
    works flawlessly
    No need for indirect addressing for the value grabbed from the current row.
    It's a side effect of the use of the single column letter in the cell reference.
    One issue that has not been dealt with is the starting balance "2" which sorts to the bottom of the list. The final balance is correct, of course, but the intermediate cumulations do not reflect that value as one might expect. Placing an early, out of range date in the "2" row along with some statement like "Prior Balance" in column B would solve this problem.
    Of course, I didn't insert the row containing the 2 in the range to sort;-)
    Yvan KOENIG (from FRANCE mardi 17 juin 2008 21:41:31)

  • Table of Contents incorrect running times

    I'm using Captivate 5 to create a module with slide video and lots of other video clips integrated into frames. The Table of Contents is providing inaccurate running time information about the slides. Much of the video seems not to be registering when it runs. Here's a link to an online preview version of the module.
    http://www.paaap.org/headbumpsmatter/Headbumpsmatter.htm
    Any way to correct this problem?
    Dan
    [email protected]

    Yes, thanks for the clear description of my problem. Your description hints at the solution. I was able to get the Table of Contents to show the correct running times for the slide and the project by manually lengthening the slide running time to match the actual length of the slide. It didn't register correctly when I had a combination of slide audio (narration) and inserted video. The slide would play the audio and then the video as set up in the timeline for the slide but would only record the running time up until the video started. By adding up the the audio and video and them manually changing the length of the slide in the timeline, I got the TOC to show the correct times. Thanks for your help,
    Dan Huber

  • Run-time debugging of bytecode

    Good morning to all, do you know if there does exists any tool that allows to run and debug a Java bytecode without having the corresponding Java source files?
    Thanks in advance,
    Umberto Ferraro

    Hi Rajesh,
      Here are the attributes.
    1.FIXED_COLS
    2.LINES
    3.TOP_LINE
    4.CURRENT_LINE
    5.LEFT_COL
    6.LINE_SEL_MODE
    7.COL_SEL_MODE
    8.LINE_SELECTOR
    9.V_SCROLL
    10.H_GRID
    11.V_GRID
    12.COLS
    13.INVISIBLE
    Edited by: Vigneswaran S on May 16, 2008 12:26 AM

  • I keep getting a message that itunes incorrectly tried to run the C runtime library and now itunes won't work anyone know how to fix it?

    My computer keeps telling me that itunes tried to incorrectly run the C runtime library and now I can't get into it, I've tried uninstalling and reinstalling it but nothing is working

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • ZipException running sconadm register on Solaris 10 1/06

    I'm trying to register a system. Here is some diagnostic commands followed by the sconadm command that throws a stack trace.
    #cat /var/opt/opsware/RegistrationProfile.properties
    userName=plyonsopsware
    password=XXXXXXXXXX
    hostName=m304.dev.opsware.com
    proxyHostName=
    proxyPort=
    proxyUserName=
    proxyPassword=
    #uname -a
    SunOS m304.dev.opsware.com 5.10 Generic_118822-25 sun4u sparc SUNW,UltraAX-i2
    #cat /etc/release
                           Solaris 10 1/06 s10s_u1wos_19a SPARC
               Copyright 2005 Sun Microsystems, Inc.  All Rights Reserved.
                            Use is subject to license terms.
                               Assembled 07 December 2005
    #java -version
    java version "1.5.0_06"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
    Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing)
    #sconadm register -a -r /var/opt/opsware/RegistrationProfile.properties
    sconadm is running
    Authenticating user ...
    Collecting asset ...
    java.util.zip.ZipException: No such file or directory
            at java.util.zip.ZipFile.open(Native Method)
            at java.util.zip.ZipFile.<init>(ZipFile.java:203)
            at java.util.jar.JarFile.<init>(JarFile.java:132)
            at java.util.jar.JarFile.<init>(JarFile.java:70)
            at com.sun.cns.basicreg.adapter.DataCollectorAdapter.<init>(DataCollectorAdapter.java:43)
            at com.sun.cns.basicreg.adapter.DataCollectorAdapter.getInstance(DataCollectorAdapter.java:59)
            at com.sun.cns.basicreg.MiniAdvertisement.<init>(MiniAdvertisement.java:272)
            at com.sun.cns.basicreg.MiniAdvertisement.getInstance(MiniAdvertisement.java:291)
            at com.sun.cns.basicreg.BasicRegCLI.run(BasicRegCLI.java:689)
            at com.sun.cns.basicreg.BasicRegCLI.main(BasicRegCLI.java:548)
    java.lang.NullPointerException
            at com.sun.cns.basicreg.adapter.DataCollectorAdapter.collectValue(DataCollectorAdapter.java:71)
            at com.sun.cns.basicreg.MiniAdvertisement.collectSIValue(MiniAdvertisement.java:2450)
            at com.sun.cns.basicreg.MiniAdvertisement.collectSISystemModel(MiniAdvertisement.java:2235)
            at com.sun.cns.basicreg.MiniAdvertisement.initNodeCollectionData(MiniAdvertisement.java:2618)
            at com.sun.cns.basicreg.MiniAdvertisement.<init>(MiniAdvertisement.java:285)
            at com.sun.cns.basicreg.MiniAdvertisement.getInstance(MiniAdvertisement.java:291)
            at com.sun.cns.basicreg.BasicRegCLI.run(BasicRegCLI.java:689)
            at com.sun.cns.basicreg.BasicRegCLI.main(BasicRegCLI.java:548)
    java.lang.NullPointerException
            at com.sun.cns.basicreg.adapter.DataCollectorAdapter.collectValue(DataCollectorAdapter.java:71)
            at com.sun.cns.basicreg.MiniAdvertisement.collectSIValue(MiniAdvertisement.java:2450)
            at com.sun.cns.basicreg.MiniAdvertisement.collectSISerialNumber(MiniAdvertisement.java:2252)
            at com.sun.cns.basicreg.MiniAdvertisement.initNodeCollectionData(MiniAdvertisement.java:2619)
            at com.sun.cns.basicreg.MiniAdvertisement.<init>(MiniAdvertisement.java:285)
            at com.sun.cns.basicreg.MiniAdvertisement.getInstance(MiniAdvertisement.java:291)
            at com.sun.cns.basicreg.BasicRegCLI.run(BasicRegCLI.java:689)
            at com.sun.cns.basicreg.BasicRegCLI.main(BasicRegCLI.java:548)
    java.lang.NullPointerException
            at com.sun.cns.basicreg.adapter.DataCollectorAdapter.collectValue(DataCollectorAdapter.java:71)
            at com.sun.cns.basicreg.MiniAdvertisement.collectSIValue(MiniAdvertisement.java:2450)
            at com.sun.cns.basicreg.MiniAdvertisement.collectSIHostID(MiniAdvertisement.java:2272)
            at com.sun.cns.basicreg.MiniAdvertisement.initNodeCollectionData(MiniAdvertisement.java:2620)
            at com.sun.cns.basicreg.MiniAdvertisement.<init>(MiniAdvertisement.java:285)
            at com.sun.cns.basicreg.MiniAdvertisement.getInstance(MiniAdvertisement.java:291)
            at com.sun.cns.basicreg.BasicRegCLI.run(BasicRegCLI.java:689)
            at com.sun.cns.basicreg.BasicRegCLI.main(BasicRegCLI.java:548)
    java.lang.NullPointerException
            at com.sun.cns.basicreg.adapter.DataCollectorAdapter.collectValue(DataCollectorAdapter.java:71)
            at com.sun.cns.basicreg.MiniAdvertisement.collectSIValue(MiniAdvertisement.java:2450)
            at com.sun.cns.basicreg.MiniAdvertisement.collectSIHostAliases(MiniAdvertisement.java:2288)
            at com.sun.cns.basicreg.MiniAdvertisement.initNodeCollectionData(MiniAdvertisement.java:2621)
            at com.sun.cns.basicreg.MiniAdvertisement.<init>(MiniAdvertisement.java:285)
            at com.sun.cns.basicreg.MiniAdvertisement.getInstance(MiniAdvertisement.java:291)
            at com.sun.cns.basicreg.BasicRegCLI.run(BasicRegCLI.java:689)
            at com.sun.cns.basicreg.BasicRegCLI.main(BasicRegCLI.java:548)
    java.lang.NullPointerException
            at com.sun.cns.basicreg.adapter.DataCollectorAdapter.collectValue(DataCollectorAdapter.java:71)
            at com.sun.cns.basicreg.MiniAdvertisement.collectSIValue(MiniAdvertisement.java:2450)
            at com.sun.cns.basicreg.MiniAdvertisement.collectSIHostAddresses(MiniAdvertisement.java:2297)
            at com.sun.cns.basicreg.MiniAdvertisement.initNodeCollectionData(MiniAdvertisement.java:2622)
            at com.sun.cns.basicreg.MiniAdvertisement.<init>(MiniAdvertisement.java:285)
            at com.sun.cns.basicreg.MiniAdvertisement.getInstance(MiniAdvertisement.java:291)
            at com.sun.cns.basicreg.BasicRegCLI.run(BasicRegCLI.java:689)
            at com.sun.cns.basicreg.BasicRegCLI.main(BasicRegCLI.java:548)
    java.lang.NullPointerException
            at com.sun.cns.basicreg.adapter.DataCollectorAdapter.collectValue(DataCollectorAdapter.java:71)
            at com.sun.cns.basicreg.MiniAdvertisement.collectSIValue(MiniAdvertisement.java:2450)
            at com.sun.cns.basicreg.MiniAdvertisement.collectSIDnsDomain(MiniAdvertisement.java:2306)
            at com.sun.cns.basicreg.MiniAdvertisement.initNodeCollectionData(MiniAdvertisement.java:2623)
            at com.sun.cns.basicreg.MiniAdvertisement.<init>(MiniAdvertisement.java:285)
            at com.sun.cns.basicreg.MiniAdvertisement.getInstance(MiniAdvertisement.java:291)
            at com.sun.cns.basicreg.BasicRegCLI.run(BasicRegCLI.java:689)
            at com.sun.cns.basicreg.BasicRegCLI.main(BasicRegCLI.java:548)
    java.lang.NullPointerException
            at com.sun.cns.basicreg.adapter.DataCollectorAdapter.collectValue(DataCollectorAdapter.java:71)
            at com.sun.cns.basicreg.MiniAdvertisement.collectSIValue(MiniAdvertisement.java:2450)
            at com.sun.cns.basicreg.MiniAdvertisement.collectSINisDomain(MiniAdvertisement.java:2319)
            at com.sun.cns.basicreg.MiniAdvertisement.initNodeCollectionData(MiniAdvertisement.java:2624)
            at com.sun.cns.basicreg.MiniAdvertisement.<init>(MiniAdvertisement.java:285)
            at com.sun.cns.basicreg.MiniAdvertisement.getInstance(MiniAdvertisement.java:291)
            at com.sun.cns.basicreg.BasicRegCLI.run(BasicRegCLI.java:689)
            at com.sun.cns.basicreg.BasicRegCLI.main(BasicRegCLI.java:548)
    java.lang.NullPointerException
            at com.sun.cns.basicreg.adapter.DataCollectorAdapter.collectValue(DataCollectorAdapter.java:71)
            at com.sun.cns.basicreg.MiniAdvertisement.collectSIValue(MiniAdvertisement.java:2450)
            at com.sun.cns.basicreg.MiniAdvertisement.collectSIMacAddress(MiniAdvertisement.java:2332)
            at com.sun.cns.basicreg.MiniAdvertisement.initNodeCollectionData(MiniAdvertisement.java:2625)
            at com.sun.cns.basicreg.MiniAdvertisement.<init>(MiniAdvertisement.java:285)
            at com.sun.cns.basicreg.MiniAdvertisement.getInstance(MiniAdvertisement.java:291)
            at com.sun.cns.basicreg.BasicRegCLI.run(BasicRegCLI.java:689)
            at com.sun.cns.basicreg.BasicRegCLI.main(BasicRegCLI.java:548)
    java.lang.NullPointerException
            at com.sun.cns.basicreg.adapter.DataCollectorAdapter.getNumCPUs(DataCollectorAdapter.java:185)
            at com.sun.cns.basicreg.MiniAdvertisement.collectSINumCpu(MiniAdvertisement.java:2341)
            at com.sun.cns.basicreg.MiniAdvertisement.initNodeCollectionData(MiniAdvertisement.java:2626)
            at com.sun.cns.basicreg.MiniAdvertisement.<init>(MiniAdvertisement.java:285)
            at com.sun.cns.basicreg.MiniAdvertisement.getInstance(MiniAdvertisement.java:291)
            at com.sun.cns.basicreg.BasicRegCLI.run(BasicRegCLI.java:689)
            at com.sun.cns.basicreg.BasicRegCLI.main(BasicRegCLI.java:548)
    java.lang.NullPointerException
            at com.sun.cns.basicreg.adapter.DataCollectorAdapter.getCPUStatus(DataCollectorAdapter.java:167)
            at com.sun.cns.basicreg.MiniAdvertisement.collectSICpuStatusAll(MiniAdvertisement.java:2369)
            at com.sun.cns.basicreg.MiniAdvertisement.initNodeCollectionData(MiniAdvertisement.java:2627)
            at com.sun.cns.basicreg.MiniAdvertisement.<init>(MiniAdvertisement.java:285)
            at com.sun.cns.basicreg.MiniAdvertisement.getInstance(MiniAdvertisement.java:291)
            at com.sun.cns.basicreg.BasicRegCLI.run(BasicRegCLI.java:689)
            at com.sun.cns.basicreg.BasicRegCLI.main(BasicRegCLI.java:548)
    Exception in thread "main" java.lang.NumberFormatException: For input string: ""
            at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
            at java.lang.Integer.parseInt(Integer.java:468)
            at java.lang.Integer.parseInt(Integer.java:497)
            at com.sun.cns.basicreg.MiniAdvertisement.collectCPUDeviceIds(MiniAdvertisement.java:2552)
            at com.sun.cns.basicreg.MiniAdvertisement.initNodeCollectionData(MiniAdvertisement.java:2628)
            at com.sun.cns.basicreg.MiniAdvertisement.<init>(MiniAdvertisement.java:285)
            at com.sun.cns.basicreg.MiniAdvertisement.getInstance(MiniAdvertisement.java:291)
            at com.sun.cns.basicreg.BasicRegCLI.run(BasicRegCLI.java:689)
            at com.sun.cns.basicreg.BasicRegCLI.main(BasicRegCLI.java:548)

    Thanks for the prompt reply. Adding the -s to my sconadm still gets the same exception.
    Here is the showrev output:
    showrev -p | egrep -e '121453|121118|120335|121081|121563|122231|11
    9788'
    Patch: 121453-02 Obsoletes: 120776-03, 121086-02, 119107-07 Requires: 119574-02, 119254-06 Incompatibles:  Packages: SUNWcsu, SUNWcsr, SUNWbreg, SUNWppror, SUNWccccrr, SUNWccccr, SUNWccsign, SUNWpprou
    Patch: 120335-04 Obsoletes:  Requires: 121453-01 Incompatibles:  Packages: SUNWpprouSo I guess I have incorrect/old versions of the software. However, it is very difficult to determine exactly what I should be installing from the documentation. I downloaded the update connection software from Sun yesterday, but when I try to install it, it seems to indicate I don't have most of the needed packages installed (and there are many of them).
    -bash-3.00# ./installUpdateConnection
    Adding patch 119107-06
    Validating patches...
    Loading patches installed on the system...
    Done!
    Loading patches requested to install.
    Done!
    The following requested patches have packages not installed on the system
    Package SUNWccfw from directory SUNWccfw in patch 119107-06 is not installed on the system.
    Package SUNWswupcl from directory SUNWswupcl in patch 119107-06 is not installed on the system.
    Package SUNWppro-plugin-sunos-base from directory SUNWppro-plugin-sunos-base in patch 119107-06 is not installed on the system.
    Package SUNWupdatemgrr from directory SUNWupdatemgrr in patch 119107-06 is not installed on the system.
    Package SUNWdc from directory SUNWdc in patch 119107-06 is not installed on the system.
    Package SUNWccccfg from directory SUNWccccfg in patch 119107-06 is not installed on the system.
    Package SUNWupdatemgru from directory SUNWupdatemgru in patch 119107-06 is not installed on the system.
    Package SUNWccfwctrl from directory SUNWccfwctrl in patch 119107-06 is not installed on the system.
    Package SUNWccinv from directory SUNWccinv in patch 119107-06 is not installed on the system.
    Package SUNWcctpx from directory SUNWcctpx in patch 119107-06 is not installed on the system.
    Package SUNWcsmauth from directory SUNWcsmauth in patch 119107-06 is not installed on the system.
    Checking patches that you specified for installation.
    Done!
    The following requested patches will not be installed because
    the packages they patch are not installed on this system.
               0 All packages from patch 119107-06 are patched by higher revision patches.I guess I will try installing all of those packages from my base OS media and then running the installUpdateConnection again.
    Please advise if there are other packages/patches I should install or if you need any other diagnostic information.
    Thank you.

  • Hibernate or Spring error since using jrockit

    Hi,
    <p>I've just started trying out jrockit but I'm now getting a few errors. The project compiles with no problems using Sun JVM but I get the following error when running tests using:
    <br><br>
    <b>java -version</b>
    java version "1.5.0_06"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
    BEA JRockit(R) (build R26.4.0-63-63688-1.5.0_06-20060626-2259-win-ia32, )
    </p>
    <p>
    <b>error</b>
    <br>
    Testcase:
    <br>
    testNewActionDisabled(com.xxxx.capa.systemconfig.unittest.SystemConfigUT):     Caused an ERROR
    Pre-bound JDBC Connection found - HibernateTransactionManager does not support running within DataSourceTransactionManager if told to manage the DataSource itself. It is recommended to use a single HibernateTransactionManager for all transactions on a single DataSource, no matter whether Hibernate or JDBC access.
    org.springframework.transaction.IllegalTransactionStateException: Pre-bound JDBC Connection found - HibernateTransactionManager does not support running within DataSourceTransactionManager if told to manage the DataSource itself. It is recommended to use a single HibernateTransactionManager for all transactions on a single DataSource, no matter whether Hibernate or JDBC access.
         at org.springframework.orm.hibernate3.HibernateTransactionManager.doBegin(HibernateTransactionManager.java:433)
         at org.springframework.transaction.support.AbstractPlatformTransactionManager.getTransaction(AbstractPlatformTransactionManager.java:283)
         at org.springframework.test.AbstractTransactionalSpringContextTests.startNewTransaction(AbstractTransactionalSpringContextTests.java:263)
         at org.springframework.test.AbstractTransactionalSpringContextTests.onSetUp(AbstractTransactionalSpringContextTests.java:140)
         at org.springframework.test.AbstractDependencyInjectionSpringContextTests.setUp(AbstractDependencyInjectionSpringContextTests.java:206)
         at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
         at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
         at junit.extensions.TestSetup.run(TestSetup.java:23)
    </p>

    Hi,
    We have Spring and Hibernate users within BEA and I have asked around to see if anyone had seen this before. Unfortunately, no responses so far. Did you use the same JDK level from Sun for your tests with their JVM (1.5.0_06)?

  • Unable to launch the Java Virtual Machine - jrockit

    OS: Windows XP SP2 (English w/ Czech MUI)
    java version "1.5.0_06"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
    BEA JRockit(R) (build R26.3.0-32-58710-1.5.0_06-20060308-2022-win-ia32, )
    I have read thread about similar topic but neither regional settings nor AddVMOption change helped.
    I am able to run sqldeveloper with included jdk but this option is something I would like to avoid because of disk space. Included jdk itself is 70MB. Changing disk is not an option in this case.

    If you launch from the command line, what do you get for a stack trace?
    Eric

  • Problem with JVM running in Windows XP

    Hello guys,
    I am having a problem running my JVM on my Windows XP machine as the default JavaScript handler for both IE and Firefox.
    Basically, each time I run any webpage with Java Script of some kind, my browser window just closes off completely and I have this error log appear on my desktop:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d6f4da4, pid=2604, tid=2984
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_06-b05 mixed mode, sharing)
    # Problematic frame:
    # C  0x6d6f4da4
    ---------------  T H R E A D  ---------------
    Current thread (0x068f1120):  JavaThread "main" [_thread_in_vm, id=2984]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000008
    Registers:
    EAX=0x00000000, EBX=0x00000000, ECX=0x00000008, EDX=0x00000000
    ESP=0x0bdb5e18, EBP=0x0bdb5e48, ESI=0x068f1120, EDI=0x00000000
    EIP=0x6d6f4da4, EFLAGS=0x00010246
    Top of Stack: (sp=0x0bdb5e18)
    0x0bdb5e18:   6d6f75fd 00000000 00000000 068f11e0
    0x0bdb5e28:   6d31775b 0000000c 20aadcb8 00000000
    0x0bdb5e38:   0bdb5e38 00000000 091d02e4 00000000
    0x0bdb5e48:   0bdb5e6c 6d304d43 068f11e0 6d31776c
    0x0bdb5e58:   00000000 068f11e0 00000000 00000000
    0x0bdb5e68:   068f11e0 0bdb5e94 6d305543 068f11e0
    0x0bdb5e78:   0bdb5e9f 6d31776c 6d317760 6d317748
    0x0bdb5e88:   067a152c 068f11e0 068f11e0 0bdb5eac
    Instructions: (pc=0x6d6f4da4)
    0x6d6f4d94:   e8 aa 1e ff ff c3 8b 44 24 04 8b 0d 58 42 7e 6d
    0x6d6f4da4:   8b 04 01 c3 8b 44 24 04 8b 0d 54 42 7e 6d 8b 04
    Stack: [0x0bcc0000,0x0bdc0000),  sp=0x0bdb5e18,  free space=983k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C  0x6d6f4da4
    C  0x6d304d43
    C  0x6d305543
    C  0x6d3055dc
    C  0x6d3018ba
    j  java.lang.ClassLoader$NativeLibrary.load(Ljava/lang/String;)V+0
    j  java.lang.ClassLoader.loadLibrary0(Ljava/lang/Class;Ljava/io/File;)Z+300
    j  java.lang.ClassLoader.loadLibrary(Ljava/lang/Class;Ljava/lang/String;Z)V+48
    j  java.lang.Runtime.load0(Ljava/lang/Class;Ljava/lang/String;)V+57
    j  java.lang.System.load(Ljava/lang/String;)V+7
    v  ~StubRoutines::call_stub
    C  0x6d6f45a9
    C  0x6d749317
    C  0x6d6f447a
    C  0x6d6fb4b3
    C  [jpishare.dll+0x43cf]
    C  [jpishare.dll+0x1eb2]
    C  [jpiexp32.dll+0x5a1d]
    C  [npjpi150_06.dll+0x1aae]
    C  [ssv.dll+0xa627]
    C  [ole32.dll+0x2180a]
    C  [ole32.dll+0x4d6cc]
    C  [ole32.dll+0x4d3e6]
    C  [ole32.dll+0x36212]
    C  [ole32.dll+0x360fe]
    C  [ole32.dll+0x362e4]
    C  [ole32.dll+0x36290]
    C  [ole32.dll+0x4ddf4]
    C  [ole32.dll+0x4ddab]
    C  [ole32.dll+0x36337]
    C  [ole32.dll+0x360fe]
    C  [ole32.dll+0x36118]
    C  [ole32.dll+0x360fe]
    C  [ole32.dll+0x35f92]
    C  [ole32.dll+0x35e4b]
    C  [ole32.dll+0x35dcd]
    C  [urlmon.dll+0x30212]
    C  [urlmon.dll+0x3e0ef]
    C  [mshtml.dll+0x279071]
    C  [mshtml.dll+0x279412]
    C  [mshtml.dll+0x2728c5]
    C  [mshtml.dll+0x27ccab]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  java.lang.ClassLoader$NativeLibrary.load(Ljava/lang/String;)V+0
    j  java.lang.ClassLoader.loadLibrary0(Ljava/lang/Class;Ljava/io/File;)Z+300
    j  java.lang.ClassLoader.loadLibrary(Ljava/lang/Class;Ljava/lang/String;Z)V+48
    j  java.lang.Runtime.load0(Ljava/lang/Class;Ljava/lang/String;)V+57
    j  java.lang.System.load(Ljava/lang/String;)V+7
    v  ~StubRoutines::call_stub
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x091cc528 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=3504]
      0x091ccd48 JavaThread "AWT-Windows" daemon [_thread_in_native, id=1416]
      0x069d3268 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3816]
      0x093c2cc8 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2136]
      0x067fae10 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2980]
      0x0932ae08 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2332]
      0x091dce08 JavaThread "Finalizer" daemon [_thread_blocked, id=820]
      0x091e4e08 JavaThread "Reference Handler" daemon [_thread_blocked, id=2324]
    =>0x068f1120 JavaThread "main" [_thread_in_vm, id=2984]
    Other Threads:
      0x067ea7a8 VMThread [id=488]
      0x09130b38 WatcherThread [id=3420]
    VM state:synchronizing (normal execution)
    VM Mutex/Monitor currently owned by a thread:  ([mutex/lock_event])
    [0x06a00a20/0x00000d84] Threads_lock - owner thread: 0x067ea7a8
    Heap
    def new generation   total 576K, used 322K [0x20a70000, 0x20b10000, 0x211d0000)
      eden space 512K,  50% used [0x20a70000, 0x20ab0af0, 0x20af0000)
      from space 64K, 100% used [0x20b00000, 0x20b10000, 0x20b10000)
      to   space 64K,   0% used [0x20af0000, 0x20af0000, 0x20b00000)
    tenured generation   total 1408K, used 190K [0x211d0000, 0x21330000, 0x26a70000)
       the space 1408K,  13% used [0x211d0000, 0x211ff9b8, 0x211ffa00, 0x21330000)
    compacting perm gen  total 8192K, used 586K [0x26a70000, 0x27270000, 0x2aa70000)
       the space 8192K,   7% used [0x26a70000, 0x26b02898, 0x26b02a00, 0x27270000)
        ro space 8192K,  63% used [0x2aa70000, 0x2af7b178, 0x2af7b200, 0x2b270000)
        rw space 12288K,  46% used [0x2b270000, 0x2b809fa8, 0x2b80a000, 0x2be70000)
    Dynamic libraries:
    0x00400000 - 0x00419000      C:\Program Files\Internet Explorer\IEXPLORE.EXE
    0x7c900000 - 0x7c9b0000      C:\WINNT\system32\ntdll.dll
    0x7c800000 - 0x7c8f4000      C:\WINNT\system32\kernel32.dll
    0x77c10000 - 0x77c68000      C:\WINNT\system32\msvcrt.dll
    0x77d40000 - 0x77dd0000      C:\WINNT\system32\USER32.dll
    0x77f10000 - 0x77f57000      C:\WINNT\system32\GDI32.dll
    0x77f60000 - 0x77fd6000      C:\WINNT\system32\SHLWAPI.dll
    0x77dd0000 - 0x77e6b000      C:\WINNT\system32\ADVAPI32.dll
    0x77e70000 - 0x77f01000      C:\WINNT\system32\RPCRT4.dll
    0x77760000 - 0x778d0000      C:\WINNT\system32\SHDOCVW.dll
    0x77a80000 - 0x77b14000      C:\WINNT\system32\CRYPT32.dll
    0x77b20000 - 0x77b32000      C:\WINNT\system32\MSASN1.dll
    0x754d0000 - 0x75550000      C:\WINNT\system32\CRYPTUI.dll
    0x76c30000 - 0x76c5e000      C:\WINNT\system32\WINTRUST.dll
    0x76c90000 - 0x76cb8000      C:\WINNT\system32\IMAGEHLP.dll
    0x77120000 - 0x771ac000      C:\WINNT\system32\OLEAUT32.dll
    0x774e0000 - 0x7761d000      C:\WINNT\system32\ole32.dll
    0x5b860000 - 0x5b8b4000      C:\WINNT\system32\NETAPI32.dll
    0x771b0000 - 0x77259000      C:\WINNT\system32\WININET.dll
    0x76f60000 - 0x76f8c000      C:\WINNT\system32\WLDAP32.dll
    0x77c00000 - 0x77c08000      C:\WINNT\system32\VERSION.dll
    0x76390000 - 0x763ad000      C:\WINNT\system32\IMM32.DLL
    0x629c0000 - 0x629c9000      C:\WINNT\system32\LPK.DLL
    0x74d90000 - 0x74dfb000      C:\WINNT\system32\USP10.dll
    0x773d0000 - 0x774d2000      C:\WINNT\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
    0x37000000 - 0x37013000      C:\WINNT\system32\EntApi.dll
    0x76bf0000 - 0x76bfb000      C:\WINNT\system32\PSAPI.DLL
    0x71ab0000 - 0x71ac7000      C:\WINNT\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000      C:\WINNT\system32\WS2HELP.dll
    0x7c9c0000 - 0x7d1d5000      C:\WINNT\system32\SHELL32.dll
    0x5d090000 - 0x5d127000      C:\WINNT\system32\comctl32.dll
    0x74720000 - 0x7476b000      C:\WINNT\system32\MSCTF.dll
    0x75f80000 - 0x7607d000      C:\WINNT\system32\BROWSEUI.dll
    0x20000000 - 0x20012000      C:\WINNT\system32\browselc.dll
    0x77b40000 - 0x77b62000      C:\WINNT\system32\appHelp.dll
    0x76fd0000 - 0x7704f000      C:\WINNT\system32\CLBCATQ.DLL
    0x77050000 - 0x77115000      C:\WINNT\system32\COMRes.dll
    0x755c0000 - 0x755ee000      C:\WINNT\system32\msctfime.ime
    0x77260000 - 0x77300000      C:\WINNT\system32\urlmon.dll
    0x5ad70000 - 0x5ada8000      C:\WINNT\system32\UxTheme.dll
    0x77fe0000 - 0x77ff1000      C:\WINNT\system32\Secur32.dll
    0x77a20000 - 0x77a74000      C:\WINNT\System32\cscui.dll
    0x76600000 - 0x7661d000      C:\WINNT\System32\CSCDLL.dll
    0x77920000 - 0x77a13000      C:\WINNT\system32\SETUPAPI.dll
    0x769c0000 - 0x76a73000      C:\WINNT\system32\USERENV.dll
    0x10000000 - 0x1012a000      c:\program files\google\googletoolbar1.dll
    0x71ad0000 - 0x71ad9000      C:\WINNT\system32\WSOCK32.dll
    0x76b40000 - 0x76b6d000      C:\WINNT\system32\WINMM.dll
    0x76380000 - 0x76385000      C:\WINNT\system32\MSIMG32.dll
    0x59a60000 - 0x59b01000      C:\WINNT\system32\DBGHELP.DLL
    0x76ee0000 - 0x76f1c000      C:\WINNT\system32\RASAPI32.DLL
    0x76e90000 - 0x76ea2000      C:\WINNT\system32\rasman.dll
    0x76eb0000 - 0x76edf000      C:\WINNT\system32\TAPI32.dll
    0x76e80000 - 0x76e8e000      C:\WINNT\system32\rtutils.dll
    0x76990000 - 0x769b5000      C:\WINNT\system32\ntshrui.dll
    0x76b20000 - 0x76b31000      C:\WINNT\system32\ATL.DLL
    0x77c70000 - 0x77c93000      C:\WINNT\system32\msv1_0.dll
    0x76d60000 - 0x76d79000      C:\WINNT\system32\iphlpapi.dll
    0x722b0000 - 0x722b5000      C:\WINNT\system32\sensapi.dll
    0x01770000 - 0x01790000      C:\Program Files\TechSmith\SnagIt 8\SnagItIEAddin.dll
    0x01790000 - 0x017a1000      C:\Program Files\TechSmith\SnagIt 8\SnagItIEAddinRes.dll
    0x7c340000 - 0x7c396000      C:\Program Files\TechSmith\SnagIt 8\MSVCR71.dll
    0x71b20000 - 0x71b32000      C:\WINNT\system32\MPR.dll
    0x017e0000 - 0x017ec000      C:\Program Files\TechSmith\SnagIt 8\SnagItBHO.dll
    0x01900000 - 0x0190c000      C:\Program Files\Adobe\Acrobat 6.0\Reader\ActiveX\AcroIEHelper.dll
    0x01910000 - 0x019e5000      C:\PROGRA~1\SPYBOT~1\SDHelper.dll
    0x5edd0000 - 0x5ede7000      C:\WINNT\system32\olepro32.dll
    0x6d600000 - 0x6d62d000      C:\Program Files\Java\jre1.5.0_06\bin\ssv.dll
    0x7dc30000 - 0x7df20000      C:\WINNT\system32\mshtml.dll
    0x746c0000 - 0x746e7000      C:\WINNT\system32\msls31.dll
    0x75e90000 - 0x75f40000      C:\WINNT\system32\SXS.DLL
    0x01550000 - 0x015d8000      C:\WINNT\system32\shdoclc.dll
    0x01f00000 - 0x021c5000      C:\WINNT\system32\xpsp2res.dll
    0x75cf0000 - 0x75d81000      C:\WINNT\system32\MLANG.dll
    0x025d0000 - 0x02896000      C:\WINNT\system32\msi.dll
    0x746f0000 - 0x7471a000      C:\WINNT\system32\msimtf.dll
    0x325c0000 - 0x325d2000      C:\Program Files\Microsoft Office\OFFICE11\msohev.dll
    0x71a50000 - 0x71a8f000      C:\WINNT\system32\mswsock.dll
    0x662b0000 - 0x66308000      C:\WINNT\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000      C:\WINNT\System32\wshtcpip.dll
    0x76f20000 - 0x76f47000      C:\WINNT\system32\DNSAPI.dll
    0x76fc0000 - 0x76fc6000      C:\WINNT\system32\rasadhlp.dll
    0x767f0000 - 0x76817000      C:\WINNT\system32\schannel.dll
    0x0ffd0000 - 0x0fff8000      C:\WINNT\system32\rsaenh.dll
    0x68100000 - 0x68124000      C:\WINNT\system32\dssenh.dll
    0x18030000 - 0x1803b000      C:\Program Files\Network Associates\VirusScan\scriptproxy.dll
    0x12400000 - 0x12465000      C:\Program Files\Network Associates\VirusScan\mytilus.dll
    0x12580000 - 0x12585000      C:\Program Files\Network Associates\VirusScan\Res09\McShield.dll
    0x12000000 - 0x121e0000      C:\Program Files\Common Files\Network Associates\Engine\mcscan32.dll
    0x75c50000 - 0x75cbe000      C:\WINNT\system32\JScript.dll
    0x73300000 - 0x73367000      C:\WINNT\system32\VBScript.dll
    0x73dd0000 - 0x73ece000      C:\WINNT\system32\MFC42.DLL
    0x76200000 - 0x76271000      C:\WINNT\system32\mshtmled.dll
    0x76fb0000 - 0x76fb8000      C:\WINNT\System32\winrnr.dll
    0x74980000 - 0x74ab0000      C:\WINNT\system32\msxml3.dll
    0x4d4f0000 - 0x4d548000      C:\WINNT\system32\WINHTTP.dll
    0x30000000 - 0x30224000      C:\WINNT\system32\Macromed\Flash\Flash8b.ocx
    0x763b0000 - 0x763f9000      C:\WINNT\system32\comdlg32.dll
    0x72d20000 - 0x72d29000      C:\WINNT\system32\wdmaud.drv
    0x72d10000 - 0x72d18000      C:\WINNT\system32\msacm32.drv
    0x77be0000 - 0x77bf5000      C:\WINNT\system32\MSACM32.dll
    0x77bd0000 - 0x77bd7000      C:\WINNT\system32\midimap.dll
    0x69000000 - 0x6900e000      C:\WINNT\system32\Macromed\Common\SwSupport.dll
    0x66880000 - 0x6688c000      C:\WINNT\system32\ImgUtil.dll
    0x6d430000 - 0x6d43a000      C:\WINNT\system32\ddrawex.dll
    0x73760000 - 0x737a9000      C:\WINNT\system32\DDRAW.dll
    0x73bc0000 - 0x73bc6000      C:\WINNT\system32\DCIMAN32.dll
    0x71d40000 - 0x71d5c000      C:\WINNT\system32\actxprxy.dll
    0x6cc60000 - 0x6cc6b000      C:\WINNT\system32\dispex.dll
    0x6bdd0000 - 0x6be06000      C:\WINNT\system32\dxtrans.dll
    0x5e310000 - 0x5e31c000      C:\WINNT\system32\pngfilt.dll
    0x6be10000 - 0x6be6a000      C:\WINNT\system32\dxtmsft.dll
    0x75f60000 - 0x75f67000      C:\WINNT\System32\drprov.dll
    0x71c10000 - 0x71c1e000      C:\WINNT\System32\ntlanman.dll
    0x71cd0000 - 0x71ce7000      C:\WINNT\System32\NETUI0.dll
    0x71c90000 - 0x71cd0000      C:\WINNT\System32\NETUI1.dll
    0x71c80000 - 0x71c87000      C:\WINNT\System32\NETRAP.dll
    0x71bf0000 - 0x71c03000      C:\WINNT\System32\SAMLIB.dll
    0x75f70000 - 0x75f79000      C:\WINNT\System32\davclnt.dll
    0x08c00000 - 0x08c21000      C:\WINNT\system32\pelscrll.dll
    0x00f40000 - 0x00f4d000      C:\WINNT\system32\PELCOMM.dll
    0x09040000 - 0x09055000      C:\WINNT\system32\PELHOOKS.dll
    0x76980000 - 0x76988000      C:\WINNT\system32\LINKINFO.dll
    0x506a0000 - 0x50713000      C:\WINNT\system32\wuapi.dll
    0x76c60000 - 0x76c8a000      C:\WINNT\system32\sfc_os.dll
    0x6d590000 - 0x6d5a2000      C:\Program Files\Java\jre1.5.0_06\bin\npjpi150_06.dll
    0x6d400000 - 0x6d417000      C:\Program Files\Java\jre1.5.0_06\bin\jpiexp32.dll
    0x6d450000 - 0x6d468000      C:\Program Files\Java\jre1.5.0_06\bin\jpishare.dll
    VM Arguments:
    jvm_args: -Xbootclasspath/a:C:\PROGRA~1\Java\JRE15~2.0_0\lib\deploy.jar;C:\PROGRA~1\Java\JRE15~2.0_0\lib\plugin.jar -Xmx96m -Djavaplugin.maxHeapSize=96m -Xverify:remote -Djavaplugin.version=1.5.0_06 -Djavaplugin.nodotversion=150_06 -Dbrowser=sun.plugin -DtrustProxy=true -Dapplication.home=C:\PROGRA~1\Java\JRE15~2.0_0 -Djava.protocol.handler.pkgs=sun.plugin.net.protocol -Djavaplugin.vm.options=-Djava.class.path=C:\PROGRA~1\Java\JRE15~2.0_0\classes -Xbootclasspath/a:C:\PROGRA~1\Java\JRE15~2.0_0\lib\deploy.jar;C:\PROGRA~1\Java\JRE15~2.0_0\lib\plugin.jar -Xmx96m -Djavaplugin.maxHeapSize=96m -Xverify:remote -Djavaplugin.version=1.5.0_06 -Djavaplugin.nodotversion=150_06 -Dbrowser=sun.plugin -DtrustProxy=true -Dapplication.home=C:\PROGRA~1\Java\JRE15~2.0_0 -Djava.protocol.handler.pkgs=sun.plugin.net.protocol  vfprintf
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    PATH=C:\PROGRA~1\Java\JRE15~2.0_0\bin;C:\Program Files\Internet Explorer;;C:\sapdb\programs\bin;C:\sapdb\programs\pgm;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Utility.Adp;c:\;C:\Program Files\Common Files\Lenovo;C:\Program Files\Lenovo\Client Security Solution;C:\Program Files\UltraEdit-32;C:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C:\Program Files\Microsoft Visual Studio\Common\Tools;C:\Program Files\Microsoft Visual Studio\VC98\bin;.
    USERNAME=zhua
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 3, GenuineIntel
    ---------------  S Y S T E M  ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 2 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 514476k(45852k free), swap 1258600k(587000k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_06-b05) for windows-x86, built on Nov 10 2005 11:12:14 by "java_re" with MS VC++ 6.0The process ID changes all the time obviously but the error remains the same.
    Anyone has any suggestions?
    Thanks a lot!
    Regards,
    Anyi Zhu

    Fisrt of all, thanks for your reply Sandra.
    I wrote the following commads in cmd.exe
    --------> Compiling <--------
    $:> g++ -c examp_1.cpp -I "C:\Program Files\Oracle\Berkeley DB 4.5.20\include"
    and all did corectly i get my examp_1.o object file.
    -------> Linking <--------
    $:> g++ -o exampl_1 examp_1.o -L "C:\Program Files\Oracle\Berkeley DB 4.5.20\lib" -I "C:\Program Files\Oracle\Berkeley DB 4.5.20\db-4.5.20"
    but i still get the same error.
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    As i understand without know enough about linking it's impossible for g++ (MINGW) to understand in linking step the .lib file which is Berkley DB's library for C/C++ API. The only that g++ tackles is .so or .a libraries and no .lib.
    If you don't aggree with this I want to know your opinion.
    As a result the only way to link correct an DB application with g++ is to Build the Berkley DB again with g++ something that is not so easy for me.
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    I Builded DB in Fedora 6 Linux Distribution. I did the make and the .libs directory inside the build_unix directory was created.
    But I have similar problem to build my DB application.
    I do the following 2 steps:
    1. Compiling
    g++ -c example_1.cpp
    and I get the example.o object file. I don't understand why g++ didn't complain to include the .h files that demands Berkley DB.
    2. Linking
    g++ -o example example_1.o -L my_path/build_unix/.libs
    And I get the known messages the same i get with MinGW's g++.
    What does it happen in Linux environment? what arguments i don't give?
    And one last question how s.o could find the default path that a linker automaticaly include its libraries? Is this standar for all GNU linux distibution.
    I am writting this cause in Fedora there is in old DB distribution and i found it in /etc/libs (db-3XX.so) so I don't know what happens.
    Thanks for your help and for your support I really appreciate it.

Maybe you are looking for

  • HT1459 HI! I WANT IOS 7 ON MY IPOD TOUCH 4G WHAT CAN I DO?

    hi i want ios 7 in ipod 4 what can i do

  • I've got nothing(gray screen, question mark folder) Please Help!

    This problem is on my girlfriend’s computer, about the same as mine, PB G4 800mhz 768mb RAM, 10.4.x I am a competent user and this one has me worried… Problem Last night she goes to the computer sends an IM checks her e mail, watch some tv, goes back

  • Output device option in smartform

    Hi, I am getting the below error in a program which calls a smartform. 'Output device LOCL is not defined'.  As the output device LOCL is not maintained in the system through tcode SPAD, ia m getting this. My doubt is if i remove the option of giving

  • MDX Question - roll up to parent value

    Hi, I have a relatively simple issue that I am not able to solve. I have the following calculation as a calculated member in my cube: SUM([Territory].[State - City Hierarchy].[City].CurrentMember.Parent, [Measures].[Total Sales]) What I would expect

  • Refiling a folder

    Embarrassed as I am to admit it, I can not figure out how to move a folder out of one folder and put it into another. The only move folder option I can find is to the trash. Forever grateful. pete