JRE 1.3.1 & JDK1.3.0

I've discovered that because of some third party software problems that I need to upgrade my jre to 1.3.1. This is no problem for the machine that runs this 3rd party software because during the reinstall of this 3rd party software I can associate the jre 1.3.1 with the software.
Since I am a developer using jdk 1.3.0 I assume that I am currently using jre 1.3.0 on my development machines. My question: if I install the jre 1.3.1 on a machine that currently has jdk 1.3.0, how do I know for sure that my jdk is using this updated runtime environment? Can I check something like a system property in the API to get the version of jre I am using? Does the installation of jre 1.3.1 automatically override the older jre 1.3.0 that comes with jdk 1.3.0?
Thanks in advance for you time and efforts.
Dan

Hi,
If you're on Windows, then you can always switch between the different versions by modifying the registry key HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\CurrentVersion
During the installation, make sure you don't install it into the same folder. They can normally run side-by-side without a problem.
Hope this helps,
Kurt.

Similar Messages

  • Glassfish3.1 cannot start up with jdk1.6.0.24 ?

    Hello all,
    root@sv1:/opt/glassfish3/glassfish/bin# sh asadmin start-domain domain1
    Waiting for domain1 to start .Error starting domain domain1.
    The server exited prematurely with exit code 1.
    Before it died, it produced the following output:
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Could not create the Java virtual machine.
    Command start-domain failed.root@sv1:/opt/glassfish3/glassfish/bin# cat /proc/meminfo
    MemTotal:       524288 kB
    MemFree:        305256 kB
    Buffers:             0 kB
    Cached:              0 kB
    SwapCached:          0 kB
    Active:              0 kB
    Inactive:            0 kB
    HighTotal:           0 kB
    HighFree:            0 kB
    LowTotal:       524288 kB
    LowFree:        305256 kB
    SwapTotal:           0 kB
    SwapFree:            0 kB
    Dirty:               0 kB
    Writeback:           0 kB
    AnonPages:           0 kB
    Mapped:              0 kB
    Slab:                0 kB
    PageTables:          0 kB
    NFS_Unstable:        0 kB
    Bounce:              0 kB
    CommitLimit:         0 kB
    Committed_AS:        0 kB
    VmallocTotal:        0 kB
    VmallocUsed:         0 kB
    VmallocChunk:        0 kB
    HugePages_Total:     0
    HugePages_Free:      0
    HugePages_Rsvd:      0
    Hugepagesize:     2048 kBCould you tell me, what is this error come from?
    Note: I use the default configuration file of glassfish3 (config\domain.xml)
    Thanks.

    I follow your instructions. and I have tried : 1024, 512, 128, 64, 32.
    The same results, cannot initialize JVM.
    root@sv1:/opt/glassfish3/glassfish/bin# sh asadmin start-domain domain1
    Waiting for domain1 to start .Error starting domain domain1.
    The server exited prematurely with exit code 1.
    Before it died, it produced the following output:
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Could not create the Java virtual machine.
    Command start-domain failed.here server log for 32m:
    INFO: JVM invocation command line:
    /home/jdk1.6.0_24/bin/java
    -cp
    /opt/glassfish3/glassfish/modules/glassfish.jar
    -XX:+UnlockDiagnosticVMOptions
    -XX:MaxPermSize=32m
    -XX:NewRatio=2
    -Xmx32m
    -client
    -javaagent:/opt/glassfish3/glassfish/lib/monitor/btrace-agent.jar=unsafe=true,noServer=true
    -Dosgi.shell.telnet.maxconn=1
    -Dfelix.fileinstall.disableConfigSave=false
    -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
    -Dfelix.fileinstall.dir=/opt/glassfish3/glassfish/modules/autostart/
    -Djavax.net.ssl.keyStore=/opt/glassfish3/glassfish/domains/domain1/config/keystore.jks
    -Dosgi.shell.telnet.port=6666
    -Djava.security.policy=/opt/glassfish3/glassfish/domains/domain1/config/server.policy
    -Dfelix.fileinstall.log.level=2
    -Dfelix.fileinstall.poll=5000
    -Dcom.sun.aas.instanceRoot=/opt/glassfish3/glassfish/domains/domain1
    -Dosgi.shell.telnet.ip=127.0.0.1
    -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
    -Djava.endorsed.dirs=/opt/glassfish3/glassfish/modules/endorsed:/opt/glassfish3/glassfish/lib/endorsed
    -Dcom.sun.aas.installRoot=/opt/glassfish3/glassfish
    -Dfelix.fileinstall.bundles.startTransient=true
    -Djava.ext.dirs=/home/jdk1.6.0_24/lib/ext:/home/jdk1.6.0_24/jre/lib/ext:/opt/glassfish3/glassfish/domains/domain1/lib/ext
    -Dfelix.fileinstall.bundles.new.start=true
    -Djavax.net.ssl.trustStore=/opt/glassfish3/glassfish/domains/domain1/config/cacerts.jks
    -Dorg.glassfish.additionalOSGiBundlesToStart=org.apache.felix.shell,org.apache.felix.gogo.runtime,org.apache.felix.gogo.shell,org.apache.felix.gogo.command
    -Dcom.sun.enterprise.security.httpsOutboundKeyAlias=s1as
    -Djava.security.auth.login.config=/opt/glassfish3/glassfish/domains/domain1/config/login.conf
    -DANTLR_USE_DIRECT_CLASS_LOADING=true
    -Dgosh.args=--nointeractive
    -Djava.library.path=/opt/glassfish3/glassfish/lib:/home/jdk1.6.0_24/jre/lib/i386/client:/home/jdk1.6.0_24/jre/lib/i386:/home/jdk1.6.0_24/lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib
    com.sun.enterprise.glassfish.bootstrap.ASMain
    -domainname
    domain1
    -asadmin-args
    --host,,,localhost,,,--port,,,4848,,,--secure=false,,,--terse=false,,,--echo=false,,,--interactive=true,,,start-domain,,,--verbose=false,,,--debug=false,,,--domaindir,,,/opt/glassfish3/glassfish/domains,,,domain1
    -instancename
    server
    -verbose
    false
    -debug
    false
    -asadmin-classpath
    /opt/glassfish3/glassfish/modules/admin-cli.jar
    -asadmin-classname
    com.sun.enterprise.admin.cli.AsadminMain
    -upgrade
    false
    -type
    DAS
    -domaindir
    /opt/glassfish3/glassfish/domains/domain1
    -read-stdin
    true
    Mar 31, 2011 7:09:55 AM com.sun.enterprise.admin.launcher.GFLauncherLogger info
    INFO: Successfully launched in 5 msec.

  • Javaws part of JRE 5.0?

    I'm trying to re-create and old development environment for some legacy software and I needed JDK 1.5.0_22 but I also need Java Web Start.
    http://www.java.com/en/download/faq/java_webstart.xml claims that
    "Java Web Start is included in the Java Runtime Environment (JRE) since release of Java 5.0."
    Which would be great, except I've installed JRE 1.5.0_22 and there is now javaws to be found.
    Any idea where I can find the right Java Web Start to use with JRE 1.5.0_22?

    I've tried the JDK and JRE both no javaws.
    jdk1.5.0_22/bin# ls
    appletviewer  java    jdb       jstat    native2ascii  rmiregistry
    apt          javac    jinfo       jstatd   orbd      serialver
    extcheck      javadoc    jmap       keytool  pack200      servertool
    idlj          javah    jps       kinit    policytool      tnameserv
    jar          javap    jsadebugd  klist    rmic      unpack200
    jarsigner     jconsole    jstack       ktab     rmid
    /tmp/jre1.5.0_22/bin# ls
    java     kinit    ktab  pack200      rmid           servertool  unpack200
    keytool  klist    orbd  policytool  rmiregistry  tnameserv
    /tmp# md5sum jre-1_5_0_22-linux-amd64.bin
    248cc464ed6a88baa8c8ff43f0296e97  jre-1_5_0_22-linux-amd64.bin
    /tmp# md5sum jdk-1_5_0_22-linux-amd64.bin
    b62abcaf9ea8617c50fa213bbc88824a  jdk-1_5_0_22-linux-amd64.bin

  • Configure JRE/JDK Problem

    PROBLEM:
    Any .jsp I try to invoke returns with blank/empty values. The HTML code displays in the browser by there are blank values for the <DISPLAY property=request:*> ???
    SETTINGS:
    Using IPlanet 4.1sp8
    JDK Path = c:\jdk1.2.2
    JDK Runime Libary = <blank>
    JDK Runtime Classpath = <blank>
    In Windows (Environment Variable) CLASSPATH =
    CLASSPATH=C:/jdk1.2.2/jre/bin/classic;C:/jdk1.2.2/jre/lib;rt.jar;C:/jdk1.2.2/lib/dt.jar;C:/jdk1.2.2/lib/tools.jar
    JSP FILE:
    <html>
    <h1> Request Information </h1>
    JSP Request Method: <DISPLAY property=request:method>
    <br>
    Request URI: <DISPLAY property=request:requestURI>
    <br>
    Request Protocol: <DISPLAY property=request:protocol>
    <br>
    Servlet path: <DISPLAY property=request:servletPath>
    <br>
    Path info: <DISPLAY property=request:pathInfo>
    <br>
    Path translated: <DISPLAY property=request:pathTranslated>
    <br>
    Query string: <DISPLAY property=request:queryString>
    <br>
    Content length: <DISPLAY property=request:contentLength>
    <br>
    Content type: <DISPLAY property=request:contentType>
    <br>
    Server name: <DISPLAY property=request:serverName>
    <br>
    Server port: <DISPLAY property=request:serverPort>
    <br>
    Remote user: <DISPLAY property=request:remoteUser>
    <br>
    Remote address: <DISPLAY property=request:remoteAddr>
    <br>
    Remote host: <DISPLAY property=request:remoteHost>
    <br>
    Authorization scheme: <DISPLAY property=request:authType>
    <hr>
    The foo parameter value is <DISPLAY property=request:params:foo placeholder="NoValueGiven">
    </html>
    WEB SERVER ERROR LOG:
    [17/Sep/2002:08:41:57] info ( 452): iPlanet-WebServer-Enterprise/4.1SP9 BB1-08/23/2001 05:52
    [17/Sep/2002:08:41:58] info ( 452): Loading Simple Session Manager by default. Specify MMapSessionManager in servlets.properties to load persistent session manager
    [17/Sep/2002:08:41:58] info ( 452): SimpleSessionManager: Default values for maximum number of sessions is 1000 with a time out value of 1800 seconds
    [17/Sep/2002:08:41:58] info ( 452): SimpleSessionManager: Maximum number of sessions (1000) with a time out value of (1800) seconds
    [17/Sep/2002:08:42:06] info ( 452): Internal Info: loading servlet /TMP3uzow2l1y6.jsp
    HELP!!

    Hi,
    You have not set the jspengine path to your environment. add the two line to your environment variable.
    Remember, the directory structure for the following line may vary. use your directory structre. i have used iws6.0
    c:/iPlanet/Servers/bin/https/jar/servlet.jar;
    c:/iPlanet/Servers/bin/https/jar/jspengine.jar *.java; { there must be a space after the jar }..
    Also in your web administration server, under global settings/configure jdk/jre paths, make sure the radio button JDK is checked.
    Once you made all the settings,restart the server and try.
    Good Luck,
    Ramkumar

  • Error while installing Informatica 8.6.1 - Require Help

    Hi,
    I'm trying to install Informatica 8.6.1 in Solaris SPARC 64-bit machine.
    The installation fails with the following error when trying to create domains.
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xffffffff1b213a2c, pid=6794, tid=1
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_11-b03 mixed mode)
    # Problematic frame:
    # C [libpmi18n.so+0x13a2c]
    # An error report file with more information is saved as hs_err_pid6794.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    Error: Abort - core dumped
    ExitCode: 134
    Has anyone encountered this issue before ? Is there any workaround for this ?
    I've posted "Informatica_Installation_Server_Debug.log" and the error log "hs_err_pid6794.log" below.
    All the environmental variables set are listed in the file "Informatica_Installation_Server_Debug.log"
    Thanks,
    Seetharam
    Informatica_Installation_Server_Debug.log
    Time : 2010-10-26 12:22:32.257
    This log was generated during installation.
    Note: For status WARNING and ERROR, please see the PowerCenter_8.6.1_InstallLog.log at the installation directory.
    Environment variables used by installation program
    =============================================
    LANG = C
    LC_CTYPE = C
    LC_ALL = C
    PATH = /usr/bin:/usr/xpg4/bin:/OBIEE/biapps/products/Db/11.1.0/product/11.1.0/db_1/bin:/usr/jdk/jdk1.6.0_22/jre/bin/:/usr/jdk/jdk1.6.0_22/bin/:/OBIEE/biapps/products/Db/11.1.0/product/11.1.0/db_1/bin:/OBIEE/biapps/products/Db/11.1.0/product/11.1.0/db_1/bin:/usr/bin:/OBIEE/biapps/products/BIEE/OracleBI/server/Bin:/usr/sbin:/sbin:/OBIEE/biapps/products/BIEE/OracleBI/server/Bin:/usr/sbin:/sbin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin
    LD_LIBRARY_PATH = /OBIEE/biapps/products/Db/11.1.0/product/11.1.0/db_1/lib:/OBIEE/biapps/products/Db/11.1.0/product/11.1.0/db_1/lib32:/usr/lib:/usr/lib/64:/OBIEE/biapps/products/BIEE/OracleBI/server/Bin:/OBIEE/biapps/products/BIEE/OracleBI/odbc/lib
    ORACLE_HOME = /OBIEE/biapps/products/Db/11.1.0/product/11.1.0/db_1
    NLS_LANG = American_America.AL32UTF8
    System Environment Variables
    ===============================
    XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt
    J2EE_HOME=/OBIEE/biapps/products/BIEE/OracleBI/oc4j_bi/j2ee/home
    LANG=C
    ORACLE_BASE=/OBIEE/biapps/products/Db/11.1.0/
    THREADS_FLAG=
    LC_CTYPE=C
    PWD=/OBIEE/biapps/installables/informatica/extract/server
    _=./install.sh
    ORACLE_SID=BIDEV
    USER=biapps
    NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat
    CLASSPATH=/tmp/install.dir.27937/InstallerData:/tmp/install.dir.27937/InstallerData/installer.zip:
    NLS_LANG=American_America.AL32UTF8
    HOME=/OBIEE/biapps
    SATEMPDIR=/OBIEE/biapps/products/BIEE/OracleBIData/tmp
    SSH_CONNECTION=192.168.40.193 1417 192.168.40.31 22
    LD_LIBRARY_PATH=/tmp/install.dir.27937/Solaris/resource/jre/jre/lib/sparcv9/server:/tmp/install.dir.27937/Solaris/resource/jre/jre/lib/sparcv9:/tmp/install.dir.27937/Solaris/resource/jre/jre/../lib/sparcv9:/OBIEE/biapps/products/Db/11.1.0/product/11.1.0/db_1/lib:/OBIEE/biapps/products/Db/11.1.0/product/11.1.0/db_1/lib32:/usr/lib:/usr/lib/64:/OBIEE/biapps/products/BIEE/OracleBI/server/Bin:/OBIEE/biapps/products/BIEE/OracleBI/odbc/lib
    IATEMPDIR=/tmp
    SHELL=/bin/sh
    LOGNAME=biapps
    ORACLE_HOME=/OBIEE/biapps/products/Db/11.1.0/product/11.1.0/db_1
    ENV=
    SSH_TTY=/dev/pts/1
    PM_CODEPAGENAME=UTF8
    SHLVL=1
    SSH_CLIENT=192.168.40.193 1417 22
    MAIL=/usr/mail/biapps
    INFA_CODEPAGENAME=UTF8
    TZ=Asia/Calcutta
    SADATADIR=/OBIEE/biapps/products/BIEE/OracleBIData
    JAVA_HOME=/tmp/install.dir.27937/Solaris/resource/jre
    OLDPWD=/OBIEE/biapps
    SAROOTDIR=/OBIEE/biapps/products/BIEE/OracleBI
    LC_ALL=C
    TERM=xterm
    PATH=/usr/bin:/usr/xpg4/bin:/OBIEE/biapps/products/Db/11.1.0/product/11.1.0/db_1/bin:/usr/jdk/jdk1.6.0_22/jre/bin/:/usr/jdk/jdk1.6.0_22/bin/:/OBIEE/biapps/products/Db/11.1.0/product/11.1.0/db_1/bin:/OBIEE/biapps/products/Db/11.1.0/product/11.1.0/db_1/bin:/usr/bin:/OBIEE/biapps/products/BIEE/OracleBI/server/Bin:/usr/sbin:/sbin:/OBIEE/biapps/products/BIEE/OracleBI/server/Bin:/usr/sbin:/sbin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin
    License Key
    ===========
    License key file location: /OBIEE/biapps/installables/informatica/extract/Oracle_All_OS_Prod.key
    File Contents
    Serial number: 9567
    Key type: Original
    Edition: PowerCenter Standard
    Software Version: 8.1.1
    Distributed by: Siebel
    Issued on: 2007-Jul-02 12:56:17.705
    Validity period: Non-Expiry
    Deployment level: Production
    List of supported platforms are:
    Adding [255] logical CPUs for [AIX 32]
    Adding [255] logical CPUs for [AIX 64]
    Adding [255] logical CPUs for [All operating systems]
    Adding [255] logical CPUs for [HP-UX PA-RISC 32]
    Adding [255] logical CPUs for [HP-UX IPF 64]
    Adding [255] logical CPUs for [HP-UX PA-RISC 64]
    Adding [255] logical CPUs for [Linux 32]
    Adding [255] logical CPUs for [Linux 64]
    Adding [255] logical CPUs for [Solaris 32]
    Adding [255] logical CPUs for [Solaris 64]
    Adding [255] logical CPUs for [Windows 32]
    Adding [255] logical CPUs for [Windows 64]
    Number of authorized repository instances: 1
    Number of authorized Metadata Manager users: 0
    List of PowerCenter options are:
    Adding [Data Analyzer]
    Adding [Team Based Development]
    List of connectivities are:
    Adding [DB2]
    Adding [Informix]
    Adding [Microsoft SQL Server]
    Adding [ODBC]
    Adding [Oracle]
    Adding [SyBase]
    Adding [Teradata]
    Adding [PowerExchange for IBM MQ Series]
    Adding [PowerExchange for Oracle E-Business Suite]
    Adding [PowerExchange for PeopleSoft]
    Adding [PowerExchange for SAP NetWeaver - BW]
    Adding [PowerExchange for SAP NetWeaver - BW (Real-Time)]
    Adding [PowerExchange for SAP NetWeaver - mySAP]
    Adding [PowerExchange for SAP NetWeaver - mySAP (Real-Time)]
    Adding [PowerExchange for Siebel]
    Installation directory selection
    ================================
    /OBIEE/biapps/products/Informatica
    Disk Space validation
    ======================
    true
    Enough Disk space is available for this Installation.
    Available Disk Space: 368691
    Required Disk Space: 1560
    HTTPS Selection
    ===========
    Do not enable HTTPS: 1
    Use installer generated keystore: 0
    Use existing keystore file: 0
    Copying files
    =============
    Copied the installer utillity files to /tmp/install.dir.27937
    Informatica Installation Server Debug log
    ================================
    Informatica Installation Server Debug log moved successfully to user installation directory : /OBIEE/biapps/products/Informatica
    Copying files
    =============
    server to /OBIEE/biapps/products/Informatica
    Copying files
    =============
    ODBC5.2 to /OBIEE/biapps/products/Informatica
    Copying files
    ============
    Orchestration server to /OBIEE/biapps/products/Informatica/OrchestrationServer
    ================================
    Copying folders from /OBIEE/biapps/installables/informatica/extract/server/Update/ to /OBIEE/biapps/products/Informatica
    ===============================
    PowerCenter Pre-Installation Tasks
    ==================================
    Create or Join Domain selection: Create Domain
    PowerCenter Repository Configuration (JDBC Test Connection)
    ===========================================================
    In PowerCenter Repository Configuration Panel (JDBC Test Connection)
    Database type:: <Default:1>Oracle
    Database URL:test:1521
    Database user ID:infa_config
    Database service name:BIDEV
    Configure Domain Panel
    Domain name:Domain_test
    Domain host name:test
    Node name:node01_test
    Domain port no:6001
    Domain user name:admin
    Advanced configuration for PowerCenter
    ======================================
    These are the minimum and maximum port numbers for the node. Application services on the node use a port in this range.
    Minimum Port : 6005
    Maximum Port : 6105
    Define Domain, Node and Resources
    =====================================
    Current time:
    Command Executed
    cd "/OBIEE/biapps/products/Informatica/server"
    ./infasetup.sh defineDomain -dn "Domain_test" -ad "admin" -pd "*****" -ld \"/OBIEE/biapps/products/Informatica/server/infa_shared/log\" -nn "node01_test" -na "test:6001" -mi 6005 -ma 6105 -sv 6002 -bd \"/OBIEE/biapps/products/Informatica/server/infa_shared/Backup\" -rf nodeoptions.xml -da "test:1521" -du infa_config -dp infa_config -dt Oracle -ds BIDEV -f
    Output of execution
    Output: #
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xffffffff1b213a2c, pid=6794, tid=1
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_11-b03 mixed mode)
    # Problematic frame:
    # C [libpmi18n.so+0x13a2c]
    # An error report file with more information is saved as hs_err_pid6794.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    Error: Abort - core dumped
    ExitCode: 134
    hs_err_pid6794.log
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xffffffff1b213a2c, pid=6794, tid=1
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_11-b03 mixed mode)
    # Problematic frame:
    # C [libpmi18n.so+0x13a2c]
    --------------- T H R E A D ---------------
    Current thread (0x000000010011fea0): JavaThread "main" [_thread_in_native, id=1]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x0000000000000020
    Registers:
    O0=0x0000000000000020 O1=0x0000000100fcbfd8 O2=0x00000000000000f5 O3=0x0000000000128a80
    O4=0x0000000000000000 O5=0xffffffff1b347fd8 O6=0xffffffff7fffa181 O7=0xffffffff1b213a24
    G1=0xffffffff1b21e718 G2=0x000000000000ffff G3=0x000000000000fc00 G4=0x0000000000000000
    G5=0xffffffff7f736c60 G6=0x0000000000000000 G7=0xffffffff7f400200 Y=0x0000000000000000
    PC=0xffffffff1b213a2c nPC=0xffffffff1b213a30
    Top of Stack: (sp=0xffffffff7fffa980)
    0xffffffff7fffa980: ffffffff1b23fb36 0000000000000000
    0xffffffff7fffa990: 0000000100fb8f5b 0000000100fb8f56
    0xffffffff7fffa9a0: 0000000000000000 ffffffff7fffaaa8
    0xffffffff7fffa9b0: 0000000000000065 ffffffff1b347fd8
    0xffffffff7fffa9c0: ffffffff7fffabe0 0000000100fb8f20
    0xffffffff7fffa9d0: 000000010100d760 ffffffff1b34ba50
    0xffffffff7fffa9e0: 0000000000000000 0000000000000000
    0xffffffff7fffa9f0: ffffffff7fffa311 ffffffff1b214024
    0xffffffff7fffaa00: ffffffff7fffa241 ffffffff1b215f98
    0xffffffff7fffaa10: ffffffff7f400200 0000000000000000
    0xffffffff7fffaa20: ffffffff7fffa261 ffffffff1b2160c0
    0xffffffff7fffaa30: 0000000100f5ae4a 0000000100ecbd90
    0xffffffff7fffaa40: 000000007f60ac00 0000000000000001
    0xffffffff7fffaa50: ffffffff1ca01230 ffffffff1b47542d
    0xffffffff7fffaa60: 0000000000000000 0000000000000000
    0xffffffff7fffaa70: 000000000ef77f9f 0000000100fcbfd8
    Instructions: (pc=0xffffffff1b213a2c)
    0xffffffff1b213a1c: 40 04 d5 69 90 10 00 1b 40 04 d5 6f b8 10 00 08
    0xffffffff1b213a2c: d0 5a 20 00 40 04 d5 74 01 00 00 00 a4 10 00 08
    Stack: [0xffffffff7fefe000,0xffffffff80000000), sp=0xffffffff7fffa980, free space=1010k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [libpmi18n.so+0x13a2c]
    C [libpmi18n.so+0x1402c]
    C [libpmuti.so+0x24b83c]
    C [libpmuti.so+0x23cfd0]
    C [libpmuti.so+0x23ce18]
    C [libpmsdkcmn.so+0x1e07c]
    C [libpmsdkcmn.so+0x1e650]
    C [libpmjrepn.so+0x318c4]
    j com.informatica.powercenter.sdkint.repository.ILocaleManager._init(Ljava/lang/String;)I+1584578032
    j com.informatica.powercenter.sdkint.repository.ILocaleManager._init(Ljava/lang/String;)I+0
    j com.informatica.powercenter.sdkint.repository.ILocaleManager.init(Ljava/lang/String;)I+9
    j com.informatica.pcsf.infacmd.InfaCmdMainLoop.mainLoop([Ljava/lang/String;)V+21
    j com.informatica.pcsf.infacmd.InfaSetupMain.main([Ljava/lang/String;)V+15
    v ~StubRoutines::call_stub
    V [libjvm.so+0x29b810]
    V [libjvm.so+0x2ae788]
    V [libjvm.so+0x3e69c8]
    C [java+0x285c]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j com.informatica.powercenter.sdkint.repository.ILocaleManager._init(Ljava/lang/String;)I+0
    j com.informatica.powercenter.sdkint.repository.ILocaleManager.init(Ljava/lang/String;)I+9
    j com.informatica.pcsf.infacmd.InfaCmdMainLoop.mainLoop([Ljava/lang/String;)V+21
    j com.informatica.pcsf.infacmd.InfaSetupMain.main([Ljava/lang/String;)V+15
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0000000100ae0e00 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=137]
    0x0000000100ade6c0 JavaThread "CompilerThread1" daemon [_thread_blocked, id=136]
    0x0000000100add570 JavaThread "CompilerThread0" daemon [_thread_blocked, id=135]
    0x0000000100adc6a0 JavaThread "AdapterThread" daemon [_thread_blocked, id=134]
    0x0000000100adb690 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=133]
    0x0000000100ac7660 JavaThread "Finalizer" daemon [_thread_blocked, id=132]
    0x0000000100ac53d0 JavaThread "Reference Handler" daemon [_thread_blocked, id=131]
    =>0x000000010011fea0 JavaThread "main" [_thread_in_native, id=1]
    Other Threads:
    0x0000000100ac1660 VMThread [id=130]
    0x0000000100197b70 WatcherThread [id=138]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen total 154112K, used 2641K [0xffffffff50000000, 0xffffffff5ac00000, 0xffffffff65800000)
    eden space 132096K, 2% used [0xffffffff50000000,0xffffffff502947c0,0xffffffff58100000)
    from space 22016K, 0% used [0xffffffff59680000,0xffffffff59680000,0xffffffff5ac00000)
    to space 22016K, 0% used [0xffffffff58100000,0xffffffff58100000,0xffffffff59680000)
    PSOldGen total 348160K, used 0K [0xffffffff25400000, 0xffffffff3a800000, 0xffffffff50000000)
    object space 348160K, 0% used [0xffffffff25400000,0xffffffff25400000,0xffffffff3a800000)
    PSPermGen total 24576K, used 3792K [0xffffffff20000000, 0xffffffff21800000, 0xffffffff25400000)
    object space 24576K, 15% used [0xffffffff20000000,0xffffffff203b42d8,0xffffffff21800000)
    Dynamic libraries:
    0x0000000100000000      /OBIEE/biapps/products/Informatica/java/bin/java
    0xffffffff7f700000      /usr/lib/64/libthread.so.1
    0xffffffff7f200000      /usr/lib/64/libdl.so.1
    0xffffffff7ef00000      /usr/lib/64/libc.so.1
    0xffffffff7ee00000      /platform/SUNW,T5240/lib/sparcv9/libc_psr.so.1
    0xffffffff7e000000      /OBIEE/biapps/products/Informatica/java/jre/lib/sparcv9/server/libjvm.so
    0xffffffff7de00000      /usr/lib/64/libsocket.so.1
    0xffffffff7ec00000      /usr/lib/64/libsched.so.1
    0xffffffff7dc00000      /usr/lib/64/libCrun.so.1
    0xffffffff7da00000      /usr/lib/64/libm.so.1
    0xffffffff7d800000      /usr/lib/64/libnsl.so.1
    0xffffffff7d600000      /usr/lib/64/libm.so.2
    0xffffffff7d400000      /usr/lib/64/libscf.so.1
    0xffffffff7d200000      /usr/lib/64/libdoor.so.1
    0xffffffff7d000000      /usr/lib/64/libuutil.so.1
    0xffffffff7ce00000      /usr/lib/64/libgen.so.1
    0xffffffff7cc00000      /usr/lib/64/libmd.so.1
    0xffffffff7ca00000      /platform/SUNW,T5240/lib/sparcv9/libmd_psr.so.1
    0xffffffff7c800000      /usr/lib/64/libmp.so.2
    0xffffffff7c600000      /OBIEE/biapps/products/Informatica/java/jre/lib/sparcv9/native_threads/libhpi.so
    0xffffffff7c400000      /OBIEE/biapps/products/Informatica/java/jre/lib/sparcv9/libverify.so
    0xffffffff7c200000      /OBIEE/biapps/products/Informatica/java/jre/lib/sparcv9/libjava.so
    0xffffffff7c000000      /OBIEE/biapps/products/Informatica/java/jre/lib/sparcv9/libzip.so
    0xffffffff1ce00000      /OBIEE/biapps/products/Informatica/server/bin/libpmjrepn.so
    0xffffffff1cc00000      /OBIEE/biapps/products/Informatica/server/bin/libpmsdkcmn.so
    0xffffffff1c800000      /OBIEE/biapps/products/Informatica/server/bin/libACE.so.5.4.7
    0xffffffff1c600000      /usr/lib/64/librt.so.1
    0xffffffff1c400000      /usr/lib/64/libadm.so.1
    0xffffffff1c200000      /usr/lib/64/libaio.so.1
    0xffffffff1c000000      /OBIEE/biapps/products/Informatica/server/bin/libpmasrt.so
    0xffffffff1be00000      /OBIEE/biapps/products/Informatica/server/bin/libpmICE.so
    0xffffffff1bc00000      /OBIEE/biapps/products/Informatica/server/bin/libpmdec.so
    0xffffffff1ba00000      /OBIEE/biapps/products/Informatica/server/bin/libpmser.so
    0xffffffff1b400000      /OBIEE/biapps/products/Informatica/server/bin/libpmuti.so
    0xffffffff1b200000      /OBIEE/biapps/products/Informatica/server/bin/libpmi18n.so
    0xffffffff1af00000      /OBIEE/biapps/products/Informatica/server/bin/libpmicui18n.so.32
    0xffffffff1ac00000      /OBIEE/biapps/products/Informatica/server/bin/libpmicuuc.so.32
    0xffffffff19c00000      /OBIEE/biapps/products/Informatica/server/bin/libpmicudata.so.32
    0xffffffff1d000000      /usr/lib/64/libpthread.so.1
    0xffffffff19800000      /OBIEE/biapps/products/Informatica/server/bin/libpmxml.so
    0xffffffff19000000      /OBIEE/biapps/products/Informatica/server/bin/libpmxerces-c.so.27
    0xffffffff1aa00000      /OBIEE/biapps/products/Informatica/server/bin/libpmcmnvar.so
    0xffffffff18e00000      /OBIEE/biapps/products/Informatica/server/bin/libpmcmnvari.so
    0xffffffff18c00000      /OBIEE/biapps/products/Informatica/server/bin/libpmcmnxcontext.so
    0xffffffff18a00000      /OBIEE/biapps/products/Informatica/server/bin/libpmcmnexpr.so
    0xffffffff16000000      /OBIEE/biapps/products/Informatica/server/bin/libpmcmnrep.so
    0xffffffff18600000      /OBIEE/biapps/products/Informatica/server/bin/libpmcrep.so
    0xffffffff18400000      /OBIEE/biapps/products/Informatica/server/bin/libpmodl.so
    0xffffffff15e00000      /OBIEE/biapps/products/Informatica/server/bin/libpmesapi.so
    0xffffffff15c00000      /OBIEE/biapps/products/Informatica/server/bin/libpminfapi.so
    0xffffffff15900000      /OBIEE/biapps/products/Informatica/server/bin/libpmrepsdk.so
    0xffffffff14c00000      /OBIEE/biapps/products/Informatica/server/bin/libpcsfcmn.so
    0xffffffff15700000      /OBIEE/biapps/products/Informatica/server/bin/libpcsfprtcl.so
    0xffffffff14900000      /OBIEE/biapps/products/Informatica/server/bin/libpmsrvexpr.so
    0xffffffff14700000      /OBIEE/biapps/products/Informatica/server/bin/libpmlicense.so
    0xffffffff14500000      /OBIEE/biapps/products/Informatica/server/bin/libpmsso.so
    0xffffffff14200000      /usr/lib/64/libCstd.so.1
    0xffffffff14000000      /OBIEE/biapps/products/Informatica/server/bin/libpmicuio.so.32
    0xffffffff13e00000      /OBIEE/biapps/products/Informatica/server/bin/libpmproctasklib.so
    0xffffffff13c00000      /OBIEE/biapps/products/Informatica/server/bin/libpmcuti.so
    0xffffffff13a00000      /usr/lib/64/libcrypt_i.so.1
    0xffffffff13800000      /OBIEE/biapps/products/Informatica/server/bin/libz.so
    0xffffffff13600000      /usr/lib/64/libkstat.so.1
    0xffffffff13300000      /OBIEE/biapps/products/Informatica/server/bin/libcrypto.so.0.9.7
    0xffffffff13100000      /OBIEE/biapps/products/Informatica/server/bin/libcurl.so.3
    0xffffffff12f00000      /OBIEE/biapps/products/Informatica/server/bin/libssl.so.0.9.7
    VM Arguments:
    jvm_args: -DINFA_HOME=/OBIEE/biapps/products/Informatica -DINFA_DEV_LOG_DIR= -Duser.dir=/OBIEE/biapps/products/Informatica/server -DCATALINA_HOME=/OBIEE/biapps/products/Informatica/server/tomcat -DINFA_DOMAINS_FILE=/OBIEE/biapps/products/Informatica/domains.infa -DINFA_DEFAULT_DOMAIN= -DINFA_DEFAULT_DOMAIN_USER= -DINFA_DEFAULT_DOMAIN_PASSWORD= -DINFA_DEFAULT_DATABASE_PASSWORD=
    java_command: com.informatica.pcsf.infacmd.InfaSetupMain defineDomain -dn Domain_test -ad admin -pd admin -ld "/OBIEE/biapps/products/Informatica/server/infa_shared/log" -nn node01_test -na test:6001 -mi 6005 -ma 6105 -sv 6002 -bd "/OBIEE/biapps/products/Informatica/server/infa_shared/Backup" -rf nodeoptions.xml -da test:1521 -du infa_config -dp infa_config -dt Oracle -ds BIDEV -f
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=/tmp/install.dir.27937/Solaris/resource/jre
    CLASSPATH=/tmp/install.dir.27937/InstallerData:/tmp/install.dir.27937/InstallerData/installer.zip:
    PATH=/OBIEE/biapps/products/Informatica/server/bin:/usr/bin:/usr/xpg4/bin:/OBIEE/biapps/products/Db/11.1.0/product/11.1.0/db_1/bin:/usr/jdk/jdk1.6.0_22/jre/bin/:/usr/jdk/jdk1.6.0_22/bin/:/OBIEE/biapps/products/Db/11.1.0/product/11.1.0/db_1/bin:/OBIEE/biapps/products/Db/11.1.0/product/11.1.0/db_1/bin:/usr/bin:/OBIEE/biapps/products/BIEE/OracleBI/server/Bin:/usr/sbin:/sbin:/OBIEE/biapps/products/BIEE/OracleBI/server/Bin:/usr/sbin:/sbin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin
    LD_LIBRARY_PATH=/OBIEE/biapps/products/Informatica/java/jre/lib/sparcv9/server:/OBIEE/biapps/products/Informatica/java/jre/lib/sparcv9:/OBIEE/biapps/products/Informatica/java/jre/../lib/sparcv9:/OBIEE/biapps/products/Informatica/server/bin:/tmp/install.dir.27937/Solaris/resource/jre/jre/lib/sparcv9/server:/tmp/install.dir.27937/Solaris/resource/jre/jre/lib/sparcv9:/tmp/install.dir.27937/Solaris/resource/jre/jre/../lib/sparcv9:/OBIEE/biapps/products/Db/11.1.0/product/11.1.0/db_1/lib:/OBIEE/biapps/products/Db/11.1.0/product/11.1.0/db_1/lib32:/usr/lib:/usr/lib/64:/OBIEE/biapps/products/BIEE/OracleBI/server/Bin:/OBIEE/biapps/products/BIEE/OracleBI/odbc/lib
    SHELL=/bin/sh
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x8525a4], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIGBUS: [libjvm.so+0x8525a4], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIGFPE: [libjvm.so+0x36ddb0], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGPIPE: [libjvm.so+0x36ddb0], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGILL: [libjvm.so+0x36ddb0], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGHUP: [libjvm.so+0x7bbac0], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIGINT: [libjvm.so+0x7bbac0], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIGQUIT: [libjvm.so+0x7bbac0], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIGTERM: [libjvm.so+0x7bbac0], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    --------------- S Y S T E M ---------------
    OS: Solaris 10 10/09 s10s_u8wos_08a SPARC
    Copyright 2009 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 16 September 2009
    uname:SunOS 5.10 Generic_141444-09 sun4v (T2 libthread)
    rlimit: STACK 8192k, CORE infinity, NOFILE 65536, AS infinity
    load average:1.23 1.35 1.04
    CPU:total 128 has_v8, has_v9, has_vis1, has_vis2, is_ultra3, is_sun4v, is_niagara1
    Memory: 8k page, physical 33325056k(20724936k free)
    vm_info: Java HotSpot(TM) 64-Bit Server VM (1.5.0_11-b03) for solaris-sparc, built on Dec 15 2006 01:13:09 by unknown with unknown Workshop:0x550

    Hi Seetharam,
    I am getting the same issue when trying to install a different BI application in Solaris sparc 64bit environment. Were you able to resolve the issue?? If so, could you please explain what the problem was and how you resolved it.
    Thanks

  • EXCEPTION_ACCESS_VIOLATION trying to import existing project into eclipse

    Eclipse Europa version 3.3, Java 1.6
    No problems using Eclipse on other projects
    But trying to import an existing project into Eclipse.
    File->Import->General->Existing Projects into Workspace
    Import Projects box-> Select root directory-> browse to path
    In Projects Box : Project appears with check in checkbox -> click Finish
    Eclipse closes
    A new file is created in eclipse directory titled hs_err_pid
    In the file :
    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x083e7bfc, pid=4092, tid=6076
    # Java VM: Java HotSpot(TM) Client VM (1.6.0-b105 mixed mode)
    # Problematic frame:
    # C [libapr-1.dll+0x7bfc]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x05f63c00): JavaThread "ModalContext" [_thread_in_native, id=6076]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
    Registers:
    EAX=0x013ca070, EBX=0x00000000, ECX=0x00000000, EDX=0x00000000
    ESP=0x08af8730, EBP=0x08af873c, ESI=0x0014ef10, EDI=0x00000000
    EIP=0x083e7bfc, EFLAGS=0x00010246
    Top of Stack: (sp=0x08af8730)
    0x08af8730: 00000000 0014ef10 013ca070 08afa768
    0x08af8740: 083d1f32 08afa764 013ca070 00000000
    0x08af8750: 00000000 00000000 0014ef10 013ca070
    0x08af8760: 00000000 013ca070 00000000 013ca070
    0x08af8770: 013ca110 6eec84f1 013ca070 00000010
    0x08af8780: 6ee40000 6eec11f2 013ca070 013ca110
    0x08af8790: 6eec1210 6eec8610 013ca070 013ca0c0
    0x08af87a0: 013ca070 013ca070 00000001 003a0043
    Instructions: (pc=0x083e7bfc)
    0x083e7bec: 89 55 10 53 8b 5d 14 56 57 85 db 75 03 8b 58 18
    0x083e7bfc: 8b 03 bf 01 00 00 00 3b c7 0f 82 19 01 00 00 8b
    Stack: [0x08a00000,0x08b00000), sp=0x08af8730, free space=993k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [libapr-1.dll+0x7bfc]
    C [libapriconv-1.dll+0x1f32]
    C [libapriconv-1.dll+0x1da4]
    C [_tbl_simple.so+0x123b]
    C [_tbl_simple.so+0x11c4]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j org.tigris.subversion.javahl.SVNClient.status(Ljava/lang/String;ZZZZZ)[Lorg/tigris/subversion/javahl/Status;+0
    j org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getStatus(Ljava/io/File;ZZZZ)[Lorg/tigris/subversion/svnclientadapter/ISVNStatus;+83
    j org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getStatus(Ljava/io/File;ZZZ)[Lorg/tigris/subversion/svnclientadapter/ISVNStatus;+7
    j org.tigris.subversion.subclipse.core.client.PeekStatusCommand.execute(Lorg/tigris/subversion/svnclientadapter/ISVNClientAdapter;)V+61
    j org.tigris.subversion.subclipse.core.resources.SVNWorkspaceRoot.peekResourceStatusFor(Lorg/eclipse/core/runtime/IPath;)Lorg/tigris/subversion/subclipse/core/resources/LocalResourceStatus;+16
    j org.tigris.subversion.subclipse.core.SVNProviderPlugin.isManagedBySubversion(Lorg/eclipse/core/runtime/IPath;)Z+37
    j org.tigris.subversion.subclipse.core.SVNProviderPlugin.isManagedBySubversion(Lorg/eclipse/core/resources/IContainer;)Z+29
    j org.tigris.subversion.subclipse.core.SVNTeamProviderType.metaFilesDetected(Lorg/eclipse/core/resources/IProject;[Lorg/eclipse/core/resources/IContainer;)V+9
    j org.eclipse.team.internal.core.TeamResourceChangeListener.handleUnsharedProjectChanges(Lorg/eclipse/core/resources/IProject;Lorg/eclipse/core/resources/IResourceDelta;)V+217
    j org.eclipse.team.internal.core.TeamResourceChangeListener.resourceChanged(Lorg/eclipse/core/resources/IResourceChangeEvent;)V+53
    j org.eclipse.core.internal.events.NotificationManager$2.run()V+8
    J org.eclipse.core.runtime.SafeRunner.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V
    j org.eclipse.core.internal.events.NotificationManager.notify([Lorg/eclipse/core/internal/events/ResourceChangeListenerList$ListenerEntry;Lorg/eclipse/core/resources/IResourceChangeEvent;Z)V+79
    j org.eclipse.core.internal.events.NotificationManager.broadcastChanges(Lorg/eclipse/core/internal/watson/ElementTree;Lorg/eclipse/core/internal/events/ResourceChangeEvent;Z)V+97
    j org.eclipse.core.internal.resources.Workspace.broadcastPostChange()V+22
    j org.eclipse.core.internal.resources.Workspace.endOperation(Lorg/eclipse/core/runtime/jobs/ISchedulingRule;ZLorg/eclipse/core/runtime/IProgressMonitor;)V+150
    j org.eclipse.core.internal.resources.Workspace.run(Lorg/eclipse/core/resources/IWorkspaceRunnable;Lorg/eclipse/core/runtime/jobs/ISchedulingRule;ILorg/eclipse/core/runtime/IProgressMonitor;)V+182
    j org.eclipse.ui.actions.WorkspaceModifyOperation.run(Lorg/eclipse/core/runtime/IProgressMonitor;)V+25
    j org.eclipse.jface.operation.ModalContext$ModalContextThread.run()V+15
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    =>0x05f63c00 JavaThread "ModalContext" [_thread_in_native, id=6076]
    0x05f65c00 JavaThread "Thread-6" [_thread_blocked, id=5348]
    0x05f65800 JavaThread "Timer-2" [_thread_blocked, id=2336]
    0x05f65000 JavaThread "Timer-1" [_thread_blocked, id=5900]
    0x05f64400 JavaThread "Timer-0" [_thread_blocked, id=4932]
    0x05f64000 JavaThread "Worker-7" [_thread_blocked, id=1732]
    0x05f62800 JavaThread "Worker-3" [_thread_blocked, id=1648]
    0x05f62400 JavaThread "Worker-2" [_thread_blocked, id=1380]
    0x05db1c00 JavaThread "Java indexing" daemon [_thread_blocked, id=5812]
    0x05e5fc00 JavaThread "Worker-1" [_thread_blocked, id=5956]
    0x0453b400 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=4172]
    0x0453a800 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=5728]
    0x0453a000 JavaThread "State Data Manager" daemon [_thread_blocked, id=2704]
    0x017b5400 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=6104]
    0x017b4400 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2604]
    0x017b3c00 JavaThread "Attach Listener" daemon [_thread_blocked, id=4820]
    0x017b3400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5232]
    0x017a1400 JavaThread "Finalizer" daemon [_thread_blocked, id=2824]
    0x01798800 JavaThread "Reference Handler" daemon [_thread_blocked, id=6060]
    0x01898400 JavaThread "main" [_thread_blocked, id=5148]
    Other Threads:
    0x01795800 VMThread [id=328]
    0x017d0800 WatcherThread [id=5936]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 2944K, used 296K [0x10020000, 0x10350000, 0x12780000)
    eden space 2624K, 3% used [0x10020000, 0x10036378, 0x102b0000)
    from space 320K, 64% used [0x10300000, 0x10333de8, 0x10350000)
    to space 320K, 0% used [0x102b0000, 0x102b0000, 0x10300000)
    tenured generation total 37824K, used 18827K [0x12780000, 0x14c70000, 0x30020000)
    the space 37824K, 49% used [0x12780000, 0x139e2d70, 0x139e2e00, 0x14c70000)
    compacting perm gen total 36352K, used 36332K [0x30020000, 0x323a0000, 0x38020000)
    the space 36352K, 99% used [0x30020000, 0x3239b1d8, 0x3239b200, 0x323a0000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x0040d000      C:\eclipse-3.3\eclipse.exe
    0x775f0000 - 0x7770e000      C:\Windows\system32\ntdll.dll
    0x76260000 - 0x76338000      C:\Windows\system32\kernel32.dll
    0x77550000 - 0x775ee000      C:\Windows\system32\USER32.dll
    0x777e0000 - 0x7782b000      C:\Windows\system32\GDI32.dll
    0x761a0000 - 0x7625f000      C:\Windows\system32\ADVAPI32.dll
    0x77710000 - 0x777d3000      C:\Windows\system32\RPCRT4.dll
    0x73460000 - 0x734e6000      C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.6000.16386_none_87e0cb09378714f1\COMCTL32.dll
    0x774a0000 - 0x7754a000      C:\Windows\system32\MSVCRT.dll
    0x711f0000 - 0x7120e000      C:\Windows\system32\ShimEng.dll
    0x75c90000 - 0x75cbc000      C:\Windows\system32\apphelp.dll
    0x70eb0000 - 0x70f37000      C:\Windows\AppPatch\AcLayers.dll
    0x76370000 - 0x76e3e000      C:\Windows\system32\SHELL32.dll
    0x75ff0000 - 0x76045000      C:\Windows\system32\SHLWAPI.dll
    0x77350000 - 0x77494000      C:\Windows\system32\ole32.dll
    0x76e40000 - 0x76ecc000      C:\Windows\system32\OLEAUT32.dll
    0x75d60000 - 0x75d7e000      C:\Windows\system32\USERENV.dll
    0x75d40000 - 0x75d54000      C:\Windows\system32\Secur32.dll
    0x73000000 - 0x73041000      C:\Windows\system32\WINSPOOL.DRV
    0x758e0000 - 0x758f4000      C:\Windows\system32\MPR.dll
    0x6fd90000 - 0x6ffa0000      C:\Windows\AppPatch\AcGenral.DLL
    0x74f50000 - 0x74f8f000      C:\Windows\system32\UxTheme.dll
    0x749e0000 - 0x74a13000      C:\Windows\system32\WINMM.dll
    0x749a0000 - 0x749d8000      C:\Windows\system32\OLEACC.dll
    0x75b60000 - 0x75bca000      C:\Windows\system32\NETAPI32.dll
    0x75ea0000 - 0x75ea7000      C:\Windows\system32\PSAPI.DLL
    0x74520000 - 0x74535000      C:\Windows\system32\MSACM32.dll
    0x75580000 - 0x75588000      C:\Windows\system32\VERSION.dll
    0x732a0000 - 0x732a5000      C:\Windows\system32\sfc.dll
    0x71df0000 - 0x71dfd000      C:\Windows\system32\sfc_os.DLL
    0x77140000 - 0x772c9000      C:\Windows\system32\SETUPAPI.dll
    0x73140000 - 0x7314c000      C:\Windows\system32\dwmapi.dll
    0x76070000 - 0x76197000      C:\Windows\system32\urlmon.dll
    0x76ee0000 - 0x76f25000      C:\Windows\system32\iertutil.dll
    0x741e0000 - 0x741e5000      C:\Windows\system32\SHUNIMPL.dll
    0x75eb0000 - 0x75ece000      C:\Windows\system32\IMM32.DLL
    0x75f20000 - 0x75fe7000      C:\Windows\system32\MSCTF.dll
    0x76ed0000 - 0x76ed9000      C:\Windows\system32\LPK.DLL
    0x77030000 - 0x770ad000      C:\Windows\system32\USP10.dll
    0x77000000 - 0x7702d000      C:\Windows\system32\WS2_32.dll
    0x76060000 - 0x76066000      C:\Windows\system32\NSI.dll
    0x75d10000 - 0x75d31000      C:\Windows\system32\NTMARTA.DLL
    0x75ed0000 - 0x75f19000      C:\Windows\system32\WLDAP32.dll
    0x75cf0000 - 0x75d01000      C:\Windows\system32\SAMLIB.dll
    0x74c50000 - 0x74de4000      C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.6000.16386_none_5d07289e07e1d100\comctl32.dll
    0x10000000 - 0x10011000      C:\eclipse-3.3\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.0.v20070523\eclipse_1017a.dll
    0x003e0000 - 0x003e6000      C:\Users\ERIKHA~1.ALF\AppData\Local\Temp\IadHide5.dll
    0x6d7c0000 - 0x6da07000      C:\jdk1.6.0\jre\bin\client\jvm.dll
    0x7c340000 - 0x7c396000      C:\Windows\system32\MSVCR71.dll
    0x6d310000 - 0x6d318000      C:\jdk1.6.0\jre\bin\hpi.dll
    0x6d770000 - 0x6d77c000      C:\jdk1.6.0\jre\bin\verify.dll
    0x6d3b0000 - 0x6d3cf000      C:\jdk1.6.0\jre\bin\java.dll
    0x6d7b0000 - 0x6d7bf000      C:\jdk1.6.0\jre\bin\zip.dll
    0x6d570000 - 0x6d583000      C:\jdk1.6.0\jre\bin\net.dll
    0x75510000 - 0x7554b000      C:\Windows\system32\mswsock.dll
    0x75570000 - 0x75576000      C:\Windows\System32\wship6.dll
    0x6d590000 - 0x6d599000      C:\jdk1.6.0\jre\bin\nio.dll
    0x00fa0000 - 0x00fef000      C:\eclipse-3.3\configuration\org.eclipse.osgi\bundles\405\1\.cp\swt-win32-3346.dll
    0x772d0000 - 0x77344000      C:\Windows\system32\comdlg32.dll
    0x76f30000 - 0x77000000      C:\Windows\system32\WININET.dll
    0x76050000 - 0x76053000      C:\Windows\system32\Normaliz.dll
    0x052a0000 - 0x052b4000      C:\eclipse-3.3\configuration\org.eclipse.osgi\bundles\405\1\.cp\swt-gdip-win32-3346.dll
    0x74700000 - 0x748aa000      C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.6000.16386_none_9ea0ac9ec96e7127\gdiplus.dll
    0x75270000 - 0x752a8000      C:\Windows\system32\rsaenh.dll
    0x751f0000 - 0x751f5000      C:\Windows\system32\msimg32.dll
    0x770b0000 - 0x77134000      C:\Windows\system32\CLBCatQ.DLL
    0x6f290000 - 0x6f2c0000      C:\Windows\system32\mlang.dll
    0x6eec0000 - 0x6eee1000      C:\eclipse-3.3\plugins\org.tigris.subversion.javahl.win32_1.2.4\libapr.dll
    0x6ee50000 - 0x6ee59000      C:\eclipse-3.3\plugins\org.tigris.subversion.javahl.win32_1.2.4\libapriconv.dll
    0x06e90000 - 0x06f98000      C:\eclipse-3.3\plugins\org.tigris.subversion.javahl.win32_1.2.4\libeay32.dll
    0x71de0000 - 0x71de7000      C:\Windows\system32\WSOCK32.dll
    0x058b0000 - 0x05974000      C:\eclipse-3.3\plugins\org.tigris.subversion.javahl.win32_1.2.4\libdb44.dll
    0x70dd0000 - 0x70e36000      C:\Windows\system32\MSVCP60.dll
    0x04d40000 - 0x04d71000      C:\eclipse-3.3\plugins\org.tigris.subversion.javahl.win32_1.2.4\ssleay32.dll
    0x6ee60000 - 0x6ee89000      C:\eclipse-3.3\plugins\org.tigris.subversion.javahl.win32_1.2.4\libaprutil.dll
    0x04d80000 - 0x04d92000      C:\eclipse-3.3\plugins\org.tigris.subversion.javahl.win32_1.2.4\intl3_svn.dll
    0x06fa0000 - 0x070a9000      C:\eclipse-3.3\plugins\org.tigris.subversion.javahl.win32_1.2.4\libsvnjavahl-1.dll
    0x71fe0000 - 0x71fe5000      C:\Windows\system32\SHFOLDER.dll
    0x728b0000 - 0x729b7000      C:\Windows\system32\shdocvw.dll
    0x73b80000 - 0x73c32000      C:\Windows\system32\WindowsCodecs.dll
    0x72480000 - 0x72515000      C:\Windows\System32\cscui.dll
    0x73ce0000 - 0x73d97000      C:\Windows\System32\PROPSYS.dll
    0x72ac0000 - 0x72ac9000      C:\Windows\System32\CSCDLL.dll
    0x72ab0000 - 0x72aba000      C:\Windows\System32\CSCAPI.dll
    0x05350000 - 0x054d3000      C:\Program Files\TortoiseCVS\TortoiseShell.dll
    0x723f0000 - 0x72477000      C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.762_none_10b2f55f9bffb8f8\MSVCP80.dll
    0x721b0000 - 0x7224b000      C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.762_none_10b2f55f9bffb8f8\MSVCR80.dll
    0x72760000 - 0x728a5000      C:\Windows\system32\browseui.dll
    0x74f20000 - 0x74f50000      C:\Windows\system32\DUser.dll
    0x6c240000 - 0x6c2a0000      C:\Program Files\Common Files\microsoft shared\ink\tiptsf.dll
    0x71f10000 - 0x71f22000      C:\Windows\System32\ntlanman.dll
    0x71fd0000 - 0x71fd8000      C:\Windows\System32\drprov.dll
    0x71fc0000 - 0x71fcf000      C:\Windows\System32\davclnt.dll
    0x71ef0000 - 0x71f04000      C:\Windows\system32\LMIRfsClientNP.dll
    0x6e540000 - 0x6e586000      C:\Windows\system32\PortableDeviceApi.dll
    0x75050000 - 0x7507d000      C:\Windows\system32\WINTRUST.dll
    0x757e0000 - 0x758d1000      C:\Windows\system32\CRYPT32.dll
    0x75930000 - 0x75942000      C:\Windows\system32\MSASN1.dll
    0x76340000 - 0x76369000      C:\Windows\system32\imagehlp.dll
    0x71ae0000 - 0x71d03000      C:\Windows\system32\NetworkExplorer.dll
    0x70e40000 - 0x70e8a000      C:\Windows\system32\ntshrui.dll
    0x757a0000 - 0x757d9000      C:\Windows\system32\slc.dll
    0x083b0000 - 0x083b8000      C:\eclipse-3.3\configuration\org.eclipse.osgi\bundles\85\1\.cp\os\win32\x86\localfile_1_0_0.dll
    0x6ee40000 - 0x6ee45000      C:\Program Files\Subversion\iconv\_tbl_simple.so
    0x083d0000 - 0x083d9000      C:\Program Files\Subversion\bin\libapriconv-1.dll
    0x083e0000 - 0x08400000      C:\Program Files\Subversion\bin\libapr-1.dll
    VM Arguments:
    jvm_args: -Xms40m -Xmx512m -XX:MaxPermSize=128M
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    JAVA_HOME=C:\jdk1.6.0
    CLASSPATH=c:\mysql-connector-java-5.1.6\mysql-connector-java-5.1.6-bin
    PATH=C:\jdk1.6.0\bin\..\jre\bin\client;C:\jdk1.6.0\bin\..\jre\bin;C:\jdk1.6.0\bin;C:\Programme\PHP\;c:\Program Files\Sun\JavaES5\WebServer7\lib;c:\Program Files\Sun\JavaES5\share\lib;c:\Program Files\Sun\JavaES5\share\bin;C:\Java\JDK15~1.0_0\bin;c:\Program Files\Sun\JavaES5\share\ant\bin;c:\Program Files\Sun\JavaES5\share\cacao_2\bin;c:\Program Files\Sun\JavaES5\appserver\lib;c:\Program Files\Sun\JavaES5\appserver\bin;c:\program files\imagemagick-6.2.8-q16;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;d:\Programme\alfa\oracle\BIN;C:\Program Files\Common Files\Adobe\AGL;c:\program files\OpenOffice.org 2.0\program\;YBASE\DLL;C:\Program Files\QuickTime\QTSystem;d:\Programme\alfa\dll\de;C:\jdk1.6.0\bin;c:\Program Files\apache-ant-1.7.0\bin;$CATALINA_HOME/bin;c:\mysql-5.0.51a-win32\bin;C:\Program Files\Subversion\bin;C:\Program Files\CVSNT\;C:\Program Files\IDM Computer Solutions\UltraEdit\;C:\Program Files\IDM Computer Solutions\UltraCompare;C:\Program Files\Common Files\Ahead\Lib\
    USERNAME=doug.scovill
    SHELL=d:\Programme\alfa\PageOneXT32\unixbin\sh.exe
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 6 Stepping 4, 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 1048575k(902316k free), swap 2097151k(1048575k free)
    vm_info: Java HotSpot(TM) Client VM (1.6.0-b105) for windows-x86, built on Nov 29 2006 00:48:48 by "java_re" with unknown MS VC++:1310

    Have you got subversion commandline tools installed? And if so, did you install the version that was built against Apache 2.2. Subclipse is built against ver 2.0 and if you have the wrong version of the APR libraries included in your path then this causes eclipse to crash.
    My solution was to uninstall the commandline tools built against Apache 2.2 and reinstall those that are built against version 2.0
    Thats what I found anyway.

  • Sample JAVA Mobile Server Publish code, and technical questions

    Dear Oracle technical representative, or user:
    I need to programmatically create, and remove publications using the pure JAVA classes of Consolidator, ConsolidatorManager, and ResourceManager for the Mobile Server in OracleLite 9i Release 5.0.1. On the creation side I have managed to get the example found in the directory OraLite501\Mobile\Server\Sample\Sample11 functioning using my installation parameters. I had a very difficult time of it because (1) the sample11 code fails to open an jdbc connection to the Mobile Server Repository Schema with the function Consolidator.OpenConnection, and (2) the ResourceManager function openConnection will not work unless the Webtogo.ora file is in the current working directory. The ConsolidatorManager function OpenConnection may also not work unless the Webtogo.ora file is in the current working directory, but I did test the hypothesis. Both of these problems need to be addressed in the sample11 code, and documentation to save other software developers from wasting hours of their valuable time. See line 223, 386, and 448 in the Publish.Java code that follows this problem description.
    With the above two problems resolved, I can now programmatically create publications, but no hints on how to programmatically remove a publication exist in the documentation. The application I am developing will require the dynamic creation, and removal of publications. Also, when developing applications the complete removal of a publication is absolutely necessary when you have botched a publication. Thus my first question is What sequence of ResourceManager, and ConsolidatorManager function calls will completely remove a Publication?.
    I also have two issues remaining with the code that I have so far developed. These issues will most likely be resolved, when I obtain instructions on how to completely remove a publication, and associated users. But, perhaps not. Referencing the Publish.java file that follows this problem description,
         1. The ResourceManager function dropUser does not drop a user. See my comments, and code beginning at line 277 in Publish.java. Do I need to de-instantiate all subscriptions, and unsubscribe all subscription users before calling this function.? I think, I tried the de-instantiate, unsubscribe sequence without success, but in the confusion I may not have made the try.
         2. How do I get rid of an index created with the ConsolidatorManager function DropPublicationItemIndex?. My comments on this problem begin at line 522 in Publish.java. For some reason the DropPublicationItemIndex function call made below line 448 does not work. What function calls are required prior to calling the DropPublicationItemIndex function?
    Throughout the Publish.java code, I have made comments about some of the problems that I have had in getting the sample11 code working for my installation parameters. I think these comments should help the programmers maintaining the ResourceManager, and ConsolidatorManager code improve the stability of the programs. Please pass these comments, and attached files to the appropriate individuals,
    if you are in a position to do so.
    The other files that follow the Publish.java code are
         1. Compile.bat - Compiles Publish.java using j2sdk1.4.0.
         2. Run.bat - Executes Publish using \ j2sdk1.4.0\jre\server\jvm.dll.
         3. Webtogo.ora
         4. tnsnames.ora for the Mobile Server.
         5. tnsnames.ora for the Database.
    Feel free to access my server if you need to do so in resolving my problems. The parameters you will need to gain access can be found at the top of Publish.java, and in the included *.ora files.
    Thanks,
    Thomas G. Matney
    [email protected]
    (662)325-2791
    //Start of Publish.java code
    // Oracle HTTP Server URL = http://yggdrasill.cfr.msstate.edu:7778
    // = http://130.18.168.225:7778
    // Mobile Server URL = http://yggdrasill.cfr.msstate.edu/webtogo/startup
    // = http://130.18.168.225/webtogo/startup
    // Mobile Server Control Center URL = http://yggdrasill.cfr.msstate.edu/webtogo
    // = http://130.18.168.225/webtogo
    // Mobile Server Control Center URL = http://yggdrasill.cfr.msstate.edu/webtogo
    // = http://130.18.168.225/webtogo
    // Mobile Server Control Center username = administrator
    // Mobile Server Control Center password = admin
    // Mobile Server URL = http://yggdrasill.cfr.msstate.edu/webtogo/startup
    // = http://130.18.168.225/webtogo/startup
    // Mobile administrator username = fiafield // Schema FIAFIELD on FIA.CFR.MSSTATE.EDU
    // Mobile administrator password = fiafield // Username and password are the same
    import java.sql.SQLException;
    import java.sql.*;
    import oracle.lite.sync.Consolidator;
    import oracle.lite.sync.ConsolidatorManager;
    import oracle.mobile.admin.ResourceManager;
    import oracle.mobile.admin.ResException;
    import oracle.sql.*;
    import oracle.jdbc.*;
    import oracle.mobile.admin.*;
    public class Publish
    // Schema names and usernames are not case sensitive.
    // UN fiafield = FIAFIELD
    // SCHEMA fiafield = FIAFIELD
    // Schema name/Username, and password used on creation of Mobile Repository
    static String CONS_SCHEMA = "fiafield";
    static String DEFAULT_PASSWORD = "fiafield";
    static String admin_jdbc_url = "jdbc:oracle:oci8:@WEBTOGO.WORLD";
    static String thin_jdbc_url =
    "jdbc:oracle:thin:@YGGDRASILL:1521:FIA.YGGDRASILL.CFR.MSSTATE.EDU";
    static String Publication;
    static String CreateTreeTableShortNames =
    "CREATE TABLE FIAFIELD.ZMTR1TBL("
    + "id FLOAT,"
    + "subp FLOAT,"
    + "rnum FLOAT,"
    + "st FLOAT,"
    + "unit FLOAT,"
    + "cnty FLOAT,"
    + "plot FLOAT,"
    + "cyc FLOAT,"
    + "scyc FLOAT,"
    + "tree FLOAT,"
    + "ncpt FLOAT NULL,"
    + "dist FLOAT NULL,"
    + "diam FLOAT NULL,"
    + "dmht FLOAT NULL,"
    + "dmck FLOAT NULL,"
    + "spec FLOAT NULL,"
    + "lang FLOAT NULL,"
    + "nctc FLOAT NULL,"
    + "stat FLOAT NULL,"
    + "util FLOAT NULL,"
    + "deca FLOAT NULL,"
    + "crat FLOAT NULL,"
    + "ccls FLOAT NULL,"
    + "az FLOAT NULL,"
    + "cond FLOAT NULL,"
    + "tlen FLOAT NULL,"
    + "alen FLOAT NULL,"
    + "lmet FLOAT NULL,"
    + "nctg FLOAT NULL,"
    + "rcul FLOAT NULL,"
    + "ncpd FLOAT NULL,"
    + "dead FLOAT NULL,"
    + "mor FLOAT NULL,"
    + "modm FLOAT NULL,"
    + "dml1 FLOAT NULL,"
    + "dmt1 FLOAT NULL,"
    + "dms1 FLOAT NULL,"
    + "dma1 FLOAT NULL,"
    + "dml2 FLOAT NULL,"
    + "dmt2 FLOAT NULL,"
    + "dms2 FLOAT NULL,"
    + "dma2 FLOAT NULL,"
    + "dml3 FLOAT NULL,"
    + "dmt3 FLOAT NULL,"
    + "dms3 FLOAT NULL,"
    + "dma3 FLOAT NULL,"
    + "dbtr FLOAT NULL,"
    + "dbsp FLOAT NULL,"
    + "nxtn FLOAT NULL,"
    + "dbds FLOAT NULL,"
    + "dbaz FLOAT NULL,"
    + "psta FLOAT NULL,"
    + "fiat FLOAT NULL,"
    + "fhmt FLOAT NULL"
    + ")";
    static String CreateTreeTableLongNames =
    "CREATE TABLE FIAFIELD.ZMTR1TBL("
    + "ID FLOAT,"
    + "SUBPLOT FLOAT,"
    + "RECORD_NUMBER FLOAT,"
    + "STATE FLOAT,"
    + "UNIT FLOAT,"
    + "COUNTY FLOAT,"
    + "PLOT FLOAT,"
    + "CYCLE FLOAT,"
    + "SUBCYCLE FLOAT,"
    + "TREE FLOAT,"
    + "NC_PLOT_TYPE FLOAT,"
    + "DISTANCE FLOAT NULL,"
    + "DIAMETER FLOAT NULL,"
    + "DIAMETER_HEIGHT FLOAT NULL,"
    + "DIAMETER_CHECK FLOAT NULL,"
    + "SPECIES FLOAT NULL,"
    + "LEAN_ANGLE FLOAT NULL,"
    + "NC_TREE_CLASS FLOAT NULL,"
    + "STATUS FLOAT NULL,"
    + "UTILIZATION FLOAT NULL,"
    + "DECAY FLOAT NULL,"
    + "CROWN_RATIO FLOAT NULL,"
    + "CROWN_CLASS FLOAT NULL,"
    + "AZIMUTH FLOAT NULL,"
    + "CONDITION FLOAT NULL,"
    + "TOTAL_LENGTH FLOAT NULL,"
    + "ACTUAL_LENGTH FLOAT NULL,"
    + "LENGTH_METHOD FLOAT NULL,"
    + "NC_TREE_GRADE FLOAT NULL,"
    + "ROTTEN_CULL FLOAT NULL,"
    + "NC_PREVIOUS_DBH FLOAT NULL,"
    + "CAUSE_OF_DEATH FLOAT NULL,"
    + "MORTALITY_YEAR FLOAT NULL,"
    + "MO_DAMAGE FLOAT NULL,"
    + "DAMAGE_LOCATION1 FLOAT NULL,"
    + "DAMAGE_TYPE1 FLOAT NULL,"
    + "DAMAGE_SEVERITY1 FLOAT NULL,"
    + "NC_DAMAGE_AGENT1 FLOAT NULL,"
    + "DAMAGE_LOCATION2 FLOAT NULL,"
    + "DAMAGE_TYPE2 FLOAT NULL,"
    + "DAMAGE_SEVERITY2 FLOAT NULL,"
    + "NC_DAMAGE_AGENT2 FLOAT NULL,"
    + "DAMAGE_LOCATION3 FLOAT NULL,"
    + "DAMAGE_TYPE3 FLOAT NULL,"
    + "DAMAGE_SEVERITY3 FLOAT NULL,"
    + "NC_DAMAGE_AGENT3 FLOAT NULL,"
    + "DB_TREE FLOAT NULL,"
    + "DB_SPECIES FLOAT NULL,"
    + "NEXT_NUMBER FLOAT NULL,"
    + "DB_DISTANCE FLOAT NULL,"
    + "DB_AZIMUTH FLOAT NULL,"
    + "PREVIOUS_STATUS FLOAT NULL,"
    + "FIA_TREE_NUMBER FLOAT NULL,"
    + "FHM_TREE FLOAT NULL"
    + ")";
    public static void main(String argv[]) throws Throwable
    // Publish - an OKAPI sample
    if(argv.length == 2)
    CONS_SCHEMA = argv[0] ;
    DEFAULT_PASSWORD = argv[1] ;
    //create required tables using standard jdbc
    //DriverManager.registerDriver ((Driver)Class.forName ("oracle.jdbc.driver.OracleDriver").newInstance ());
    DriverManager.registerDriver (new oracle.jdbc.driver.OracleDriver());
    Connection c = null;
    Statement s = null;
    try
    // Open connection to Mobile Repositoty/FIAFIELD schema as SYSTEM.
    // Need the ability to grant resources, and connection to Mobile Repository user
    //c = DriverManager.getConnection ("jdbc:oracle:oci8:@WEBTOGO.WORLD", "SYSTEM", "phwphw" );
    // Remote connection. See attached webtogo.ora.
    c = DriverManager.getConnection ("jdbc:oracle:oci8:@WEBTOGO.WORLD.YGG",
    "SYSTEM", "phwphw");
    s = c.createStatement ();
    try
    s.executeUpdate("DROP table FIAFIELD.ZMTR1TBL");
    catch (SQLException ee)
    ee.printStackTrace ();
    try
    s.executeUpdate(CreateTreeTableShortNames);
    catch (SQLException ee)
    ee.printStackTrace ();
    try
    s.executeUpdate("alter table FIAFIELD.ZMTR1TBL add constraint"
    +" zmtr1tbl_pk primary key(subp, tree)");
    catch (SQLException ee)
    ee.printStackTrace ();
    // Line 223 // create consolidator publications.
    try
    // *****!!!!! Unless the Webtogo.ora file is in the current working
    // directory the connection is not made. This version of the resource
    // manager must be looking for the file in the old 8i Mobile default
    // directory. This is a definite problem. If the code was working, the
    // addition of the webtogo.ora should have affect on the functionality
    // of the code.
    // The connection is made to the Mobile Server. At least no exceptions
    // are thrown, provided the webtogo.ora is in the current working
    // directory.
    //oracle.mobile.admin.ResourceManager.openConnection(CONS_SCHEMA, DEFAULT_PASSWORD);
    // I tried making a direct connect to possibly avoid needing to have the
    // webtogo.ora file in the current directory. The direct coonect did not work.
    // You can quickly convince yourself that the webtogo.ora file must
    // be in the current working directory, by running the code with and
    // without the webtogo.ora in the current working directory.
    // The directory OraLiteHome\Mobile\Server\bin is in the PATH after
    // after installation but the extension .ora is not in PATHEXT. The
    // OraLite installer should put .ora in PATHEXT. I tried adding .ora
    // to the PATHEXT, but it still could not find thw webtogo.ora file,
    // and it should have. What is going on? I am a bit rusty on DOS so
    // I may not have thing right.
    // OraLiteHome\Mobile\Server\bin is the residing directory for
    // the functional copy of the webtogo.ora file.
    oracle.mobile.admin.ResourceManager.openConnection(
    CONS_SCHEMA,
    DEFAULT_PASSWORD,
    "jdbc:oracle:oci8:@WEBTOGO.WORLD");
    catch(ResException ee)
    ee.printStackTrace (); // NULL Pointer Exception?
    // The Mobile user is created, and then the function throws a resource exception.
    // This is a serious problem with the code. One would assume that the user
    // is not created if and exception is thrown.
    // This appears to be a bug in the createUser code. The function should return
    // false if the user is not created, and handle, or not throw the exception.
    // The function always returns false. It does return true when a user is created
    // because it throws an exception.
    boolean bIsCreated;
    System.out.println("Begin of why is ResourceManager not dropping users?");
    // Line 277
    try
    // The dropUser function will not drop a user. I have tested the function
    // by creating the user ZMPT1UA in the Mobile Server Control Center
    // http://Yggdrasill.cfr.msstate.edu/webtogo
    // so I know that the user exist.
    // This function throws a ResException but it is not declared correctly
    // since you cannot trap the exception as a ResException. It always tells
    // me the view does not exist. What steps are required to get the function
    // to work? What function calls need to be made prior to calling the dropUser
    // function.
    oracle.mobile.admin.ResourceManager.dropUser("ZMPT1UA");
    catch (Throwable ee)
    ee.printStackTrace (); // NULL Pointer Exception?
    System.out.println("End of why is ResourceManager not dropping users?");
    try
    bIsCreated = oracle.mobile.admin.ResourceManager.createUser(
    "ZMPT1UA",
    DEFAULT_PASSWORD,
    "ZMPT1UA", "S");
    catch (Throwable ee)
    ee.printStackTrace (); // Ignore exception
    // Obsolete or depreciated function, according to documentation?
    oracle.mobile.admin.ResourceManager.commitTransaction();
    // Create CONS_SCHEMA user on the database with the same username, and
    // password as the user on the Mobile Server side. This is why the
    // DriverManager connection was made as SYSTEM/phwphw.
    // Grant ALL to repository, and user on replicated database
    // On the database side there is a user with un = fiafield,
    // and pw = fiafield, which is the same as the Mobile Repository
    // schema name/password pair fiafield/fiafield. Can this duality
    // create a problem? Probably not.
    // Need SYSTEM ADMIN privilages for the next two steps, and that is
    // why the coonection was established as SYSTEM/phwphw.
    // Make user, and grants for Publish to user CONS_SCHEMA, and ZMPT1UA
    System.out.println("Pargress point D");
    try
    s.execute("Create user " + "ZMPT1UA" + " identified by " + DEFAULT_PASSWORD);
    catch (SQLException ee)
    ee.printStackTrace (); // ignore
    try
    s.execute("GRANT ALL ON FIAFIELD.ZMTR1TBL to " + CONS_SCHEMA + " WITH GRANT OPTION");
    catch (SQLException ee)
    ee.printStackTrace (); // ignore
    try
    s.execute("GRANT ALL ON FIAFIELD.ZMTR1TBL to " + "ZMPT1UA" + " WITH GRANT OPTION");
    catch (SQLException ee)
    ee.printStackTrace (); // ignore
    /* This code is not needed to test the code
    // Insert items into table FIAFIELD.ZMTR1TBL from FIAFIELD.HUSKY_TREE
    String Statement =
    "INSERT INTO FIAFIELD.ZMTR1TBL SELECT * from FIAFIELD.HUSKY_TREE WHERE PLOT = 1";
    try
    s.execute(Statement);
    catch (SQLException ee)
    System.out.println("FIAFIELD.HUSKY_TREE was not inserted into FIAFIELD.ZMTR1TBL");
    ee.printStackTrace (); // ignore
    c.commit ();
    catch (SQLException ee)
    ee.printStackTrace ();
    finally
    if (s!= null) try {s.close ();}catch (SQLException e1){}
    if (c!= null) try {c.close ();}catch (SQLException e2){}
    // The Consolidator class is not thread safe, and I will eventually
    // need thread safety. The ConsolidatorManage class is thread safe.
    //Consolidator ConsolidatorXX = new Consolidator();
    ConsolidatorManager ConsolidatorXX = new ConsolidatorManager();
    // Line 386
    // Try opening a connection. Sample11 does not open a connection, but it seems
    // like a logical first thing to do.
    // At least with this connection the DropPublication, and AddPublication functions
    // appear to work, or at least they do not throw exceptions. The DropPublication
    // throws an exception if a publication does not exist? I tested this and indeed
    // if I call the DropPublication function, and do not create the Publication again
    // when I reenter the program the DropPublication function throws an exception, and
    // produces the correct error message(The publication does not exist). There is hope.
    // It is very disturbing that the program fails unless the webtogo.ora file is not
    // in the current working directory. Because the OpenConnection functions of both
    // the ResourceManager, and ConsolidatorManager both appear to need access to the
    // webtogo.ora file, and they are finding them in the current directory, the
    // logical conclusion is that both of the classes are attempting to open the
    // webtogo.ora with the relative path webtogo.ora, and not the absolute path
    // OraHomeLite/Mobile/Server/Bin/webtogo.ora. As this has to be the case, why
    // is this very important fact not in the documentation? Or, am I wrong?
    Connection conn = null;
    try
    //ConsolidatorXX.OpenConnection(CONS_SCHEMA,
    //DEFAULT_PASSWORD);
    //ConsolidatorXX.OpenConnection(CONS_SCHEMA,
    //DEFAULT_PASSWORD,
    //"jdbc:oracle:oci8:@WEBTOGO.WORLD");
    conn = DriverManager.getConnection
    ("jdbc:oracle:oci8:@WEBTOGO.WORLD",
    CONS_SCHEMA,DEFAULT_PASSWORD);
    //conn = DriverManager.getConnection
    //("jdbc:oracle:oci8:@WEBTOGO.WORLD",
    //"SYSTEM","phwphw");
    ConsolidatorXX.OpenConnection(conn);
    catch (Throwable e)
    e.printStackTrace(); //ignore error
    // Publication name
    Publication = "ZMTR1PUB";
    try
    ConsolidatorXX.DeinstantiateSubscription(Publication, "ZMPT1UA");
    catch (Throwable e)
    System.out.println("Could not Deinstantiate Subscription ZMPT1UA");
    e.printStackTrace(); //ignore error
    // Line 448
    // There is no Consolidator.OpenConnection in the orginal sample11.java code.
    // Why?. It appears to be neccessary. The only way I can make the sample11 code
    // or this program work is to open a jdbc connection with the Consolidator.OpenConnection
    // function. I assume that somehow the Consolidator.OpenConnection function was
    // deleted from sample11.java.
    // This try to drop a publication index does not work, because when I try
    // to recreate the index in the following code it warns me that I have a
    // bad column name for the index. So it thinks the index still exist.
    // Why?. How do I get rid of the index?
    try
    ConsolidatorXX.DropPublicationItemIndex("ZMTR1IX1");
    catch (Throwable e)
    e.printStackTrace(); //ignore error
    try
    ConsolidatorXX.DropPublicationItem("ZMTR1ITM");
    catch (Throwable e)
    e.printStackTrace(); //ignore error
    try
    ConsolidatorXX.DropPublication(Publication);
    catch (Throwable e)
    e.printStackTrace(); //ignore error
    try
    //ConsolidatorXX.CreatePublication(Publication, Consolidator.OKPI_CREATOR_ID,
    //"zMTR1.%s", null);
    ConsolidatorXX.CreatePublication(Publication, Consolidator.OKAPI_WINCE,
    "zMTR1.%s", null);
    catch (Throwable e)
    e.printStackTrace(); //ignore error
    try
    ConsolidatorXX.DropPublicationItemIndex("ZMTR1IX1");
    catch (Throwable e)
    e.printStackTrace(); //ignore error
    try
    ConsolidatorXX.CreatePublicationItem("ZMTR1ITM","FIAFIELD","ZMTR1TBL", "F",
    "SELECT * FROM FIAFIELD.ZMTR1TBL", null, null);
    catch (Throwable e)
    e.printStackTrace();
    System.out.println("Begin of how can drop this index and get rid of the warning?");
    // Line 522
    // I defined the index ZMTR1IX1 originally on the variable subp, and did not get
    // any warning. I then changed the index variable for the index to id, and started
    // receiving the warning to check the index column for typographical errors. Even
    // if I change the index variable back to subp, I continue to receive the warning.
    // How do I get rid of the index and the warning, so I can recreate the index for
    // another variable? I quess the real question is "How to I completely remove a
    // publication, and all of its parts so I can start over?
    try
    ConsolidatorXX.CreatePublicationItemIndex(
    "ZMTR1IX1", "ZMTR1ITM", "I", "id");
    catch (Throwable e)
    e.printStackTrace ();
    System.out.println("End of how can drop this index and get rid of the warning?");
    try
    ConsolidatorXX.AddPublicationItem(
    Publication, "ZMTR1ITM", null, null, "S", null, null);
    catch (Throwable e)
    e.printStackTrace ();
    try
    ConsolidatorXX.CreateSubscription(Publication, "ZMPT1UA");
    catch (Throwable e)
    e.printStackTrace ();
    try
    ConsolidatorXX.InstantiateSubscription(Publication, "ZMPT1UA");
    catch (Throwable e)
    e.printStackTrace ();
    try
    ConsolidatorXX.CloseConnection();
    if(conn != null)
    conn.close();
    catch (Throwable e)
    e.printStackTrace(); //ignore error
    // Obsolete or depreciated function, according to documentation?
    oracle.mobile.admin.ResourceManager.commitTransaction();
    oracle.mobile.admin.ResourceManager.closeConnection();
    End of Publish.java code     
    Begin Compile.bat
    set CLASSPATH = .;D:\jdk1.4.0\lib\tools.jar;D:\OraLite501\MOBILE\classes\CONSOLIDATOR.JAR;D:\OraLite501\MOBILE\SERVER\BIN\WEBTOGO.JAR;D:\OraLite501\jdbc\lib\classes12.zip;D:\OraLite501\MOBILE\classes\classgen.jar;D:\OraLite501\MOBILE\classes\servlet.jar;D:\OraLite501\MOBILE\CLASSES\OLITE40.JAR
    set PATH= d:\jdk1.4.0\jre\bin\server;d:\jdk1.4.0\bin;D:\OraLite501\bin;D:\OraLite501\Mobile\Server\bin;D:\oracle\ora92\bin;D:\OraLite501\MOBILE\sdk\bin
    d:\jdk1.4.0\bin\javac Publish.java
    End Compile.bat          
    Begin Run.bat
    set CLASSPATH= .;D:\jdk1.4.0\lib\tools.jar;D:\OraLite501\MOBILE\classes\CONSOLIDATOR.JAR;D:\OraLite501\MOBILE\SERVER\BIN\WEBTOGO.JAR;D:\OraLite501\jdbc\lib\classes12.zip;D:\OraLite501\MOBILE\classes\classgen.jar;D:\OraLite501\MOBILE\classes\servlet.jar;D:\OraLite501\MOBILE\CLASSES\OLITE40.JAR
    set PATH= d:\jdk1.4.0\jre\bin\server;d:\jdk1.4.0\bin;D:\OraLite501\bin;D:\OraLite501\Mobile\Server\bin;D:\oracle\ora92\bin;D:\OraLite501\MOBILE\sdk\bin
    d:\jdk1.4.0\bin\java Publish
    End Run.bat
    Begin webtogo.ora
    USE_SYSTEM_CLASSPATH = NO
    MODE = SERVER
    PORT = 80
    BASE_URL=/webtogo
    ADMIN_TNS_NAME=WEBTOGO.WORLD
    ADMIN_JDBC_URL=jdbc:oracle:oci8:@WEBTOGO.WORLD
    APPLET_USE_THIN_JDBC = YES
    THIN_JDBC_URL=jdbc:oracle:thin:@YGGDRASILL:1521:FIA.YGGDRASILL.CFR.MSSTATE.EDU
    SITE_OFFLINE_PERIOD=0
    CUSTOM_WORKSPACE=no
    CUSTOM_DIRECTORY=myworkspace
    DEFAULT_PAGE=myfirstpage.html
    ADMIN_USER=8B37E78535B55525292A3A2929292999
    ADMIN_PASSWORD=873515A838B85828292A3A2929292999
    [EXTERNAL_AUTHENTICATION]
    #CLASS=com.acme.SampleAuthenticator
    # Web-to-go workspace's font
    FONT_NAME=Arial
    [FILESYSTEM]
    #ROOT_DIR=%WEBTOGO_HOME%\server
    #TYPE=O8
    #TYPE=OL
    #TYPE=OS
    # Cache size in MBs
    #CACHE_SIZE=10
    MAX_CONNECTIONS=4
    [DEBUG]
    #ENABLE=YES
    # The log file name.
    #LOG_FILE=test.log
    # Machine name and port where wsh.exe -m is running. Web-to-go
    # will send debug output to that machine.
    #MACHINE=
    #PORT=100
    [APPLICATIONS]
    XMLFILE = ws1.xml
    PACK_HELP=D:\OraLite501\mobile\doc\wtg\html\wtgdep.htm
    [PUBLIC]
    oracle.lite.sync.ConsolidatorServlet=/Consolidator
    [CONSOLIDATOR]
    # Installer will change these values
    SERVER_VERSION=8.1.5
    # 8.0.5 or 8.1.5
    # Installer won't change these values
    MAX_THREADS=3
    JDBC_DRIVER=oracle.jdbc.driver.OracleDriver
    CREATE_USER_OPTIONS_O8I=PROFILE CONSOLIDATOR_CLIENT_P DEFAULT TABLESPACE USERS QUOTA UNLIMITED ON USERS TEMPORARY TABLESPACE INDX QUOTA UNLIMITED ON INDX
    CREATE_USER_OPTIONS_O8=PROFILE CONSOLIDATOR_CLIENT_P DEFAULT TABLESPACE USR QUOTA UNLIMITED ON USR
    TEMPORARY TABLESPACE TEMPORARY QUOTA UNLIMITED ON TEMPORARY
    TEMP=c:\\temp
    WTG_PROXY_PORT=80
    TRACE=NO
    TRACE_ALL=NO
    End webtogo.ora
    Begin Mobile Server tnsnames.ora file
    # TNSNAMES.ORA Network Configuration File: D:\OraLite501\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    WEBTOGO.WORLD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = YGGDRASILL.CFR.MSSTATE.EDU)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = FIA.YGGDRASILL.CFR.MSSTATE.EDU)
    WEBTOGO.WORLD.YGG =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = YGGDRASILL.CFR.MSSTATE.EDU)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = FIA.YGGDRASILL.CFR.MSSTATE.EDU)
    End Mobile Server tnsnames.ora file
    Begin Database tnsnames.ora file
    # TNSNAMES.ORA Network Configuration File: D:\oracle\ora92\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    INST1_HTTP.CFR.MSSTATE.EDU =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = yggdrasill)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = SHARED)
    (SERVICE_NAME = MODOSE)
    (PRESENTATION = http://HRService)
    FIA.CFR.MSSTATE.EDU =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = yggdrasill)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = FIA.YGGDRASILL.CFR.MSSTATE.EDU)
    FIA.YGGDRASILL.CFR.MSSTATE.EDU =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = yggdrasill.cfr.msstate.edu)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = FIA.YGGDRASILL.CFR.MSSTATE.EDU)
    FIA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = yggdrasill)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = FIA.YGGDRASILL.CFR.MSSTATE.EDU)
    FIA.YGG =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = yggdrasill.cfr.msstate.edu)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = FIA.YGGDRASILL.CFR.MSSTATE.EDU)
    EXTPROC_CONNECTION_DATA.CFR.MSSTATE.EDU =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    End Database tnsnames.ora file

    Dear Oracle technical representative, or user:
    I need to programmatically create, and remove publications using the pure JAVA classes of Consolidator, ConsolidatorManager, and ResourceManager for the Mobile Server in OracleLite 9i Release 5.0.1. On the creation side I have managed to get the example found in the directory OraLite501\Mobile\Server\Sample\Sample11 functioning using my installation parameters. I had a very difficult time of it because (1) the sample11 code fails to open an jdbc connection to the Mobile Server Repository Schema with the function Consolidator.OpenConnection, and (2) the ResourceManager function openConnection will not work unless the Webtogo.ora file is in the current working directory. The ConsolidatorManager function OpenConnection may also not work unless the Webtogo.ora file is in the current working directory, but I did test the hypothesis. Both of these problems need to be addressed in the sample11 code, and documentation to save other software developers from wasting hours of their valuable time. See line 223, 386, and 448 in the Publish.Java code that follows this problem description.
    With the above two problems resolved, I can now programmatically create publications, but no hints on how to programmatically remove a publication exist in the documentation. The application I am developing will require the dynamic creation, and removal of publications. Also, when developing applications the complete removal of a publication is absolutely necessary when you have botched a publication. Thus my first question is What sequence of ResourceManager, and ConsolidatorManager function calls will completely remove a Publication?.
    I also have two issues remaining with the code that I have so far developed. These issues will most likely be resolved, when I obtain instructions on how to completely remove a publication, and associated users. But, perhaps not. Referencing the Publish.java file that follows this problem description,
         1. The ResourceManager function dropUser does not drop a user. See my comments, and code beginning at line 277 in Publish.java. Do I need to de-instantiate all subscriptions, and unsubscribe all subscription users before calling this function.? I think, I tried the de-instantiate, unsubscribe sequence without success, but in the confusion I may not have made the try.
         2. How do I get rid of an index created with the ConsolidatorManager function DropPublicationItemIndex?. My comments on this problem begin at line 522 in Publish.java. For some reason the DropPublicationItemIndex function call made below line 448 does not work. What function calls are required prior to calling the DropPublicationItemIndex function?
    Throughout the Publish.java code, I have made comments about some of the problems that I have had in getting the sample11 code working for my installation parameters. I think these comments should help the programmers maintaining the ResourceManager, and ConsolidatorManager code improve the stability of the programs. Please pass these comments, and attached files to the appropriate individuals,
    if you are in a position to do so.
    The other files that follow the Publish.java code are
         1. Compile.bat - Compiles Publish.java using j2sdk1.4.0.
         2. Run.bat - Executes Publish using \ j2sdk1.4.0\jre\server\jvm.dll.
         3. Webtogo.ora
         4. tnsnames.ora for the Mobile Server.
         5. tnsnames.ora for the Database.
    Feel free to access my server if you need to do so in resolving my problems. The parameters you will need to gain access can be found at the top of Publish.java, and in the included *.ora files.
    Thanks,
    Thomas G. Matney
    [email protected]
    (662)325-2791
    //Start of Publish.java code
    // Oracle HTTP Server URL = http://yggdrasill.cfr.msstate.edu:7778
    // = http://130.18.168.225:7778
    // Mobile Server URL = http://yggdrasill.cfr.msstate.edu/webtogo/startup
    // = http://130.18.168.225/webtogo/startup
    // Mobile Server Control Center URL = http://yggdrasill.cfr.msstate.edu/webtogo
    // = http://130.18.168.225/webtogo
    // Mobile Server Control Center URL = http://yggdrasill.cfr.msstate.edu/webtogo
    // = http://130.18.168.225/webtogo
    // Mobile Server Control Center username = administrator
    // Mobile Server Control Center password = admin
    // Mobile Server URL = http://yggdrasill.cfr.msstate.edu/webtogo/startup
    // = http://130.18.168.225/webtogo/startup
    // Mobile administrator username = fiafield // Schema FIAFIELD on FIA.CFR.MSSTATE.EDU
    // Mobile administrator password = fiafield // Username and password are the same
    import java.sql.SQLException;
    import java.sql.*;
    import oracle.lite.sync.Consolidator;
    import oracle.lite.sync.ConsolidatorManager;
    import oracle.mobile.admin.ResourceManager;
    import oracle.mobile.admin.ResException;
    import oracle.sql.*;
    import oracle.jdbc.*;
    import oracle.mobile.admin.*;
    public class Publish
    // Schema names and usernames are not case sensitive.
    // UN fiafield = FIAFIELD
    // SCHEMA fiafield = FIAFIELD
    // Schema name/Username, and password used on creation of Mobile Repository
    static String CONS_SCHEMA = "fiafield";
    static String DEFAULT_PASSWORD = "fiafield";
    static String admin_jdbc_url = "jdbc:oracle:oci8:@WEBTOGO.WORLD";
    static String thin_jdbc_url =
    "jdbc:oracle:thin:@YGGDRASILL:1521:FIA.YGGDRASILL.CFR.MSSTATE.EDU";
    static String Publication;
    static String CreateTreeTableShortNames =
    "CREATE TABLE FIAFIELD.ZMTR1TBL("
    + "id FLOAT,"
    + "subp FLOAT,"
    + "rnum FLOAT,"
    + "st FLOAT,"
    + "unit FLOAT,"
    + "cnty FLOAT,"
    + "plot FLOAT,"
    + "cyc FLOAT,"
    + "scyc FLOAT,"
    + "tree FLOAT,"
    + "ncpt FLOAT NULL,"
    + "dist FLOAT NULL,"
    + "diam FLOAT NULL,"
    + "dmht FLOAT NULL,"
    + "dmck FLOAT NULL,"
    + "spec FLOAT NULL,"
    + "lang FLOAT NULL,"
    + "nctc FLOAT NULL,"
    + "stat FLOAT NULL,"
    + "util FLOAT NULL,"
    + "deca FLOAT NULL,"
    + "crat FLOAT NULL,"
    + "ccls FLOAT NULL,"
    + "az FLOAT NULL,"
    + "cond FLOAT NULL,"
    + "tlen FLOAT NULL,"
    + "alen FLOAT NULL,"
    + "lmet FLOAT NULL,"
    + "nctg FLOAT NULL,"
    + "rcul FLOAT NULL,"
    + "ncpd FLOAT NULL,"
    + "dead FLOAT NULL,"
    + "mor FLOAT NULL,"
    + "modm FLOAT NULL,"
    + "dml1 FLOAT NULL,"
    + "dmt1 FLOAT NULL,"
    + "dms1 FLOAT NULL,"
    + "dma1 FLOAT NULL,"
    + "dml2 FLOAT NULL,"
    + "dmt2 FLOAT NULL,"
    + "dms2 FLOAT NULL,"
    + "dma2 FLOAT NULL,"
    + "dml3 FLOAT NULL,"
    + "dmt3 FLOAT NULL,"
    + "dms3 FLOAT NULL,"
    + "dma3 FLOAT NULL,"
    + "dbtr FLOAT NULL,"
    + "dbsp FLOAT NULL,"
    + "nxtn FLOAT NULL,"
    + "dbds FLOAT NULL,"
    + "dbaz FLOAT NULL,"
    + "psta FLOAT NULL,"
    + "fiat FLOAT NULL,"
    + "fhmt FLOAT NULL"
    + ")";
    static String CreateTreeTableLongNames =
    "CREATE TABLE FIAFIELD.ZMTR1TBL("
    + "ID FLOAT,"
    + "SUBPLOT FLOAT,"
    + "RECORD_NUMBER FLOAT,"
    + "STATE FLOAT,"
    + "UNIT FLOAT,"
    + "COUNTY FLOAT,"
    + "PLOT FLOAT,"
    + "CYCLE FLOAT,"
    + "SUBCYCLE FLOAT,"
    + "TREE FLOAT,"
    + "NC_PLOT_TYPE FLOAT,"
    + "DISTANCE FLOAT NULL,"
    + "DIAMETER FLOAT NULL,"
    + "DIAMETER_HEIGHT FLOAT NULL,"
    + "DIAMETER_CHECK FLOAT NULL,"
    + "SPECIES FLOAT NULL,"
    + "LEAN_ANGLE FLOAT NULL,"
    + "NC_TREE_CLASS FLOAT NULL,"
    + "STATUS FLOAT NULL,"
    + "UTILIZATION FLOAT NULL,"
    + "DECAY FLOAT NULL,"
    + "CROWN_RATIO FLOAT NULL,"
    + "CROWN_CLASS FLOAT NULL,"
    + "AZIMUTH FLOAT NULL,"
    + "CONDITION FLOAT NULL,"
    + "TOTAL_LENGTH FLOAT NULL,"
    + "ACTUAL_LENGTH FLOAT NULL,"
    + "LENGTH_METHOD FLOAT NULL,"
    + "NC_TREE_GRADE FLOAT NULL,"
    + "ROTTEN_CULL FLOAT NULL,"
    + "NC_PREVIOUS_DBH FLOAT NULL,"
    + "CAUSE_OF_DEATH FLOAT NULL,"
    + "MORTALITY_YEAR FLOAT NULL,"
    + "MO_DAMAGE FLOAT NULL,"
    + "DAMAGE_LOCATION1 FLOAT NULL,"
    + "DAMAGE_TYPE1 FLOAT NULL,"
    + "DAMAGE_SEVERITY1 FLOAT NULL,"
    + "NC_DAMAGE_AGENT1 FLOAT NULL,"
    + "DAMAGE_LOCATION2 FLOAT NULL,"
    + "DAMAGE_TYPE2 FLOAT NULL,"
    + "DAMAGE_SEVERITY2 FLOAT NULL,"
    + "NC_DAMAGE_AGENT2 FLOAT NULL,"
    + "DAMAGE_LOCATION3 FLOAT NULL,"
    + "DAMAGE_TYPE3 FLOAT NULL,"
    + "DAMAGE_SEVERITY3 FLOAT NULL,"
    + "NC_DAMAGE_AGENT3 FLOAT NULL,"
    + "DB_TREE FLOAT NULL,"
    + "DB_SPECIES FLOAT NULL,"
    + "NEXT_NUMBER FLOAT NULL,"
    + "DB_DISTANCE FLOAT NULL,"
    + "DB_AZIMUTH FLOAT NULL,"
    + "PREVIOUS_STATUS FLOAT NULL,"
    + "FIA_TREE_NUMBER FLOAT NULL,"
    + "FHM_TREE FLOAT NULL"
    + ")";
    public static void main(String argv[]) throws Throwable
    // Publish - an OKAPI sample
    if(argv.length == 2)
    CONS_SCHEMA = argv[0] ;
    DEFAULT_PASSWORD = argv[1] ;
    //create required tables using standard jdbc
    //DriverManager.registerDriver ((Driver)Class.forName ("oracle.jdbc.driver.OracleDriver").newInstance ());
    DriverManager.registerDriver (new oracle.jdbc.driver.OracleDriver());
    Connection c = null;
    Statement s = null;
    try
    // Open connection to Mobile Repositoty/FIAFIELD schema as SYSTEM.
    // Need the ability to grant resources, and connection to Mobile Repository user
    //c = DriverManager.getConnection ("jdbc:oracle:oci8:@WEBTOGO.WORLD", "SYSTEM", "phwphw" );
    // Remote connection. See attached webtogo.ora.
    c = DriverManager.getConnection ("jdbc:oracle:oci8:@WEBTOGO.WORLD.YGG",
    "SYSTEM", "phwphw");
    s = c.createStatement ();
    try
    s.executeUpdate("DROP table FIAFIELD.ZMTR1TBL");
    catch (SQLException ee)
    ee.printStackTrace ();
    try
    s.executeUpdate(CreateTreeTableShortNames);
    catch (SQLException ee)
    ee.printStackTrace ();
    try
    s.executeUpdate("alter table FIAFIELD.ZMTR1TBL add constraint"
    +" zmtr1tbl_pk primary key(subp, tree)");
    catch (SQLException ee)
    ee.printStackTrace ();
    // Line 223 // create consolidator publications.
    try
    // *****!!!!! Unless the Webtogo.ora file is in the current working
    // directory the connection is not made. This version of the resource
    // manager must be looking for the file in the old 8i Mobile default
    // directory. This is a definite problem. If the code was working, the
    // addition of the webtogo.ora should have affect on the functionality
    // of the code.
    // The connection is made to the Mobile Server. At least no exceptions
    // are thrown, provided the webtogo.ora is in the current working
    // directory.
    //oracle.mobile.admin.ResourceManager.openConnection(CONS_SCHEMA, DEFAULT_PASSWORD);
    // I tried making a direct connect to possibly avoid needing to have the
    // webtogo.ora file in the current directory. The direct coonect did not work.
    // You can quickly convince yourself that the webtogo.ora file must
    // be in the current working directory, by running the code with and
    // without the webtogo.ora in the current working directory.
    // The directory OraLiteHome\Mobile\Server\bin is in the PATH after
    // after installation but the extension .ora is not in PATHEXT. The
    // OraLite installer should put .ora in PATHEXT. I tried adding .ora
    // to the PATHEXT, but it still could not find thw webtogo.ora file,
    // and it should have. What is going on? I am a bit rusty on DOS so
    // I may not have thing right.
    // OraLiteHome\Mobile\Server\bin is the residing directory for
    // the functional copy of the webtogo.ora file.
    oracle.mobile.admin.ResourceManager.openConnection(
    CONS_SCHEMA,
    DEFAULT_PASSWORD,
    "jdbc:oracle:oci8:@WEBTOGO.WORLD");
    catch(ResException ee)
    ee.printStackTrace (); // NULL Pointer Exception?
    // The Mobile user is created, and then the function throws a resource exception.
    // This is a serious problem with the code. One would assume that the user
    // is not created if and exception is thrown.
    // This appears to be a bug in the createUser code. The function should return
    // false if the user is not created, and handle, or not throw the exception.
    // The function always returns false. It does return true when a user is created
    // because it throws an exception.
    boolean bIsCreated;
    System.out.println("Begin of why is ResourceManager not dropping users?");
    // Line 277
    try
    // The dropUser function will not drop a user. I have tested the function
    // by creating the user ZMPT1UA in the Mobile Server Control Center
    // http://Yggdrasill.cfr.msstate.edu/webtogo
    // so I know that the user exist.
    // This function throws a ResException but it is not declared correctly
    // since you cannot trap the exception as a ResException. It always tells
    // me the view does not exist. What steps are required to get the function
    // to work? What function calls need to be made prior to calling the dropUser
    // function.
    oracle.mobile.admin.ResourceManager.dropUser("ZMPT1UA");
    catch (Throwable ee)
    ee.printStackTrace (); // NULL Pointer Exception?
    System.out.println("End of why is ResourceManager not dropping users?");
    try
    bIsCreated = oracle.mobile.admin.ResourceManager.createUser(
    "ZMPT1UA",
    DEFAULT_PASSWORD,
    "ZMPT1UA", "S");
    catch (Throwable ee)
    ee.printStackTrace (); // Ignore exception
    // Obsolete or depreciated function, according to documentation?
    oracle.mobile.admin.ResourceManager.commitTransaction();
    // Create CONS_SCHEMA user on the database with the same username, and
    // password as the user on the Mobile Server side. This is why the
    // DriverManager connection was made as SYSTEM/phwphw.
    // Grant ALL to repository, and user on replicated database
    // On the database side there is a user with un = fiafield,
    // and pw = fiafield, which is the same as the Mobile Repository
    // schema name/password pair fiafield/fiafield. Can this duality
    // create a problem? Probably not.
    // Need SYSTEM ADMIN privilages for the next two steps, and that is
    // why the coonection was established as SYSTEM/phwphw.
    // Make user, and grants for Publish to user CONS_SCHEMA, and ZMPT1UA
    System.out.println("Pargress point D");
    try
    s.execute("Create user " + "ZMPT1UA" + " identified by " + DEFAULT_PASSWORD);
    catch (SQLException ee)
    ee.printStackTrace (); // ignore
    try
    s.execute("GRANT ALL ON FIAFIELD.ZMTR1TBL to " + CONS_SCHEMA + " WITH GRANT OPTION");
    catch (SQLException ee)
    ee.printStackTrace (); // ignore
    try
    s.execute("GRANT ALL ON FIAFIELD.ZMTR1TBL to " + "ZMPT1UA" + " WITH GRANT OPTION");
    catch (SQLException ee)
    ee.printStackTrace (); // ignore
    /* This code is not needed to test the code
    // Insert items into table FIAFIELD.ZMTR1TBL from FIAFIELD.HUSKY_TREE
    String Statement =
    "INSERT INTO FIAFIELD.ZMTR1TBL SELECT * from FIAFIELD.HUSKY_TREE WHERE PLOT = 1";
    try
    s.execute(Statement);
    catch (SQLException ee)
    System.out.println("FIAFIELD.HUSKY_TREE was not inserted into FIAFIELD.ZMTR1TBL");
    ee.printStackTrace (); // ignore
    c.commit ();
    catch (SQLException ee)
    ee.printStackTrace ();
    finally
    if (s!= null) try {s.close ();}catch (SQLException e1){}
    if (c!= null) try {c.close ();}catch (SQLException e2){}
    // The Consolidator class is not thread safe, and I will eventually
    // need thread safety. The ConsolidatorManage class is thread safe.
    //Consolidator ConsolidatorXX = new Consolidator();
    ConsolidatorManager ConsolidatorXX = new ConsolidatorManager();
    // Line 386
    // Try opening a connection. Sample11 does not open a connection, but it seems
    // like a logical first thing to do.
    // At least with this connection the DropPublication, and AddPublication functions
    // appear to work, or at least they do not throw exceptions. The DropPublication
    // throws an exception if a publication does not exist? I tested this and indeed
    // if I call the DropPublication function, and do not create the Publication again
    // when I reenter the program the DropPublication function throws an exception, and
    // produces the correct error message(The publication does not exist). There is hope.
    // It is very disturbing that the program fails unless the webtogo.ora file is not
    // in the current working directory. Because the OpenConnection functions of both
    // the ResourceManager, and ConsolidatorManager both appear to need access to the
    // webtogo.ora file, and they are finding them in the current directory, the
    // logical conclusion is that both of the classes are attempting to open the
    // webtogo.ora with the relative path webtogo.ora, and not the absolute path
    // OraHomeLite/Mobile/Server/Bin/webtogo.ora. As this has to be the case, why
    // is this very important fact not in the documentation? Or, am I wrong?
    Connection conn = null;
    try
    //ConsolidatorXX.OpenConnection(CONS_SCHEMA,
    //DEFAULT_PASSWORD);
    //ConsolidatorXX.OpenConnection(CONS_SCHEMA,
    //DEFAULT_PASSWORD,
    //"jdbc:oracle:oci8:@WEBTOGO.WORLD");
    conn = DriverManager.getConnection
    ("jdbc:oracle:oci8:@WEBTOGO.WORLD",
    CONS_SCHEMA,DEFAULT_PASSWORD);
    //conn = DriverManager.getConnection
    //("jdbc:oracle:oci8:@WEBTOGO.WORLD",
    //"SYSTEM","phwphw");
    ConsolidatorXX.OpenConnection(conn);
    catch (Throwable e)
    e.printStackTrace(); //ignore error
    // Publication name
    Publication = "ZMTR1PUB";
    try
    ConsolidatorXX.DeinstantiateSubscription(Publication, "ZMPT1UA");
    catch (Throwable e)
    System.out.println("Could not Deinstantiate Subscription ZMPT1UA");
    e.printStackTrace(); //ignore error
    // Line 448
    // There is no Consolidator.OpenConnection in the orginal sample11.java code.
    // Why?. It appears to be neccessary. The only way I can make the sample11 code
    // or this program work is to open a jdbc connection with the Consolidator.OpenConnection
    // function. I assume that somehow the Consolidator.OpenConnection function was
    // deleted from sample11.java.
    // This try to drop a publication index does not work, because when I try
    // to recreate the index in the following code it warns me that I have a
    // bad column name for the index. So it thinks the index still exist.
    // Why?. How do I get rid of the index?
    try
    ConsolidatorXX.DropPublicationItemIndex("ZMTR1IX1");
    catch (Throwable e)
    e.printStackTrace(); //ignore error
    try
    ConsolidatorXX.DropPublicationItem("ZMTR1ITM");
    catch (Throwable e)
    e.printStackTrace(); //ignore error
    try
    ConsolidatorXX.DropPublication(Publication);
    catch (Throwable e)
    e.printStackTrace(); //ignore error
    try
    //ConsolidatorXX.CreatePublication(Publication, Consolidator.OKPI_CREATOR_ID,
    //"zMTR1.%s", null);
    ConsolidatorXX.CreatePublication(Publication, Consolidator.OKAPI_WINCE,
    "zMTR1.%s", null);
    catch (Throwable e)
    e.printStackTrace(); //ignore error
    try
    ConsolidatorXX.DropPublicationItemIndex("ZMTR1IX1");
    catch (Throwable e)
    e.printStackTrace(); //ignore error
    try
    ConsolidatorXX.CreatePublicationItem("ZMTR1ITM","FIAFIELD","ZMTR1TBL", "F",
    "SELECT * FROM FIAFIELD.ZMTR1TBL", null, null);
    catch (Throwable e)
    e.printStackTrace();
    System.out.println("Begin of how can drop this index and get rid of the warning?");
    // Line 522
    // I defined the index ZMTR1IX1 originally on the variable subp, and did not get
    // any warning. I then changed the index variable for the index to id, and started
    // receiving the warning to check the index column for typographical errors. Even
    // if I change the index variable back to subp, I continue to receive the warning.
    // How do I get rid of the index and the warning, so I can recreate the index for
    // another variable? I quess the real question is "How to I completely remove a
    // publication, and all of its parts so I can start over?
    try
    ConsolidatorXX.CreatePublicationItemIndex(
    "ZMTR1IX1", "ZMTR1ITM", "I", "id");
    catch (Throwable e)
    e.printStackTrace ();
    System.out.println("End of how can drop this index and get rid of the warning?");
    try
    ConsolidatorXX.AddPublicationItem(
    Publication, "ZMTR1ITM", null, null, "S", null, null);
    catch (Throwable e)
    e.printStackTrace ();
    try
    ConsolidatorXX.CreateSubscription(Publication, "ZMPT1UA");
    catch (Throwable e)
    e.printStackTrace ();
    try
    ConsolidatorXX.InstantiateSubscription(Publication, "ZMPT1UA");
    catch (Throwable e)
    e.printStackTrace ();
    try
    ConsolidatorXX.CloseConnection();
    if(conn != null)
    conn.close();
    catch (Throwable e)
    e.printStackTrace(); //ignore error
    // Obsolete or depreciated function, according to documentation?
    oracle.mobile.admin.ResourceManager.commitTransaction();
    oracle.mobile.admin.ResourceManager.closeConnection();
    End of Publish.java code     
    Begin Compile.bat
    set CLASSPATH = .;D:\jdk1.4.0\lib\tools.jar;D:\OraLite501\MOBILE\classes\CONSOLIDATOR.JAR;D:\OraLite501\MOBILE\SERVER\BIN\WEBTOGO.JAR;D:\OraLite501\jdbc\lib\classes12.zip;D:\OraLite501\MOBILE\classes\classgen.jar;D:\OraLite501\MOBILE\classes\servlet.jar;D:\OraLite501\MOBILE\CLASSES\OLITE40.JAR
    set PATH= d:\jdk1.4.0\jre\bin\server;d:\jdk1.4.0\bin;D:\OraLite501\bin;D:\OraLite501\Mobile\Server\bin;D:\oracle\ora92\bin;D:\OraLite501\MOBILE\sdk\bin
    d:\jdk1.4.0\bin\javac Publish.java
    End Compile.bat          
    Begin Run.bat
    set CLASSPATH= .;D:\jdk1.4.0\lib\tools.jar;D:\OraLite501\MOBILE\classes\CONSOLIDATOR.JAR;D:\OraLite501\MOBILE\SERVER\BIN\WEBTOGO.JAR;D:\OraLite501\jdbc\lib\classes12.zip;D:\OraLite501\MOBILE\classes\classgen.jar;D:\OraLite501\MOBILE\classes\servlet.jar;D:\OraLite501\MOBILE\CLASSES\OLITE40.JAR
    set PATH= d:\jdk1.4.0\jre\bin\server;d:\jdk1.4.0\bin;D:\OraLite501\bin;D:\OraLite501\Mobile\Server\bin;D:\oracle\ora92\bin;D:\OraLite501\MOBILE\sdk\bin
    d:\jdk1.4.0\bin\java Publish
    End Run.bat
    Begin webtogo.ora
    USE_SYSTEM_CLASSPATH = NO
    MODE = SERVER
    PORT = 80
    BASE_URL=/webtogo
    ADMIN_TNS_NAME=WEBTOGO.WORLD
    ADMIN_JDBC_URL=jdbc:oracle:oci8:@WEBTOGO.WORLD
    APPLET_USE_THIN_JDBC = YES
    THIN_JDBC_URL=jdbc:oracle:thin:@YGGDRASILL:1521:FIA.YGGDRASILL.CFR.MSSTATE.EDU
    SITE_OFFLINE_PERIOD=0
    CUSTOM_WORKSPACE=no
    CUSTOM_DIRECTORY=myworkspace
    DEFAULT_PAGE=myfirstpage.html
    ADMIN_USER=8B37E78535B55525292A3A2929292999
    ADMIN_PASSWORD=873515A838B85828292A3A2929292999
    [EXTERNAL_AUTHENTICATION]
    #CLASS=com.acme.SampleAuthenticator
    # Web-to-go workspace's font
    FONT_NAME=Arial
    [FILESYSTEM]
    #ROOT_DIR=%WEBTOGO_HOME%\server
    #TYPE=O8
    #TYPE=OL
    #TYPE=OS
    # Cache size in MBs
    #CACHE_SIZE=10
    MAX_CONNECTIONS=4
    [DEBUG]
    #ENABLE=YES
    # The log file name.
    #LOG_FILE=test.log
    # Machine name and port where wsh.exe -m is running. Web-to-go
    # will send debug output to that machine.
    #MACHINE=
    #PORT=100
    [APPLICATIONS]
    XMLFILE = ws1.xml
    PACK_HELP=D:\OraLite501\mobile\doc\wtg\html\wtgdep.htm
    [PUBLIC]
    oracle.lite.sync.ConsolidatorServlet=/Consolidator
    [CONSOLIDATOR]
    # Installer will change these values
    SERVER_VERSION=8.1.5
    # 8.0.5 or 8.1.5
    # Installer won't change these values
    MAX_THREADS=3
    JDBC_DRIVER=oracle.jdbc.driver.OracleDriver
    CREATE_USER_OPTIONS_O8I=PROFILE CONSOLIDATOR_CLIENT_P DEFAULT TABLESPACE USERS QUOTA UNLIMITED ON USERS TEMPORARY TABLESPACE INDX QUOTA UNLIMITED ON INDX
    CREATE_USER_OPTIONS_O8=PROFILE CONSOLIDATOR_CLIENT_P DEFAULT TABLESPACE USR QUOTA UNLIMITED ON USR
    TEMPORARY TABLESPACE TEMPORARY QUOTA UNLIMITED ON TEMPORARY
    TEMP=c:\\temp
    WTG_PROXY_PORT=80
    TRACE=NO
    TRACE_ALL=NO
    End webtogo.ora
    Begin Mobile Server tnsnames.ora file
    # TNSNAMES.ORA Network Configuration File: D:\OraLite501\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    WEBTOGO.WORLD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = YGGDRASILL.CFR.MSSTATE.EDU)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = FIA.YGGDRASILL.CFR.MSSTATE.EDU)
    WEBTOGO.WORLD.YGG =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = YGGDRASILL.CFR.MSSTATE.EDU)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = FIA.YGGDRASILL.CFR.MSSTATE.EDU)
    End Mobile Server tnsnames.ora file
    Begin Database tnsnames.ora file
    # TNSNAMES.ORA Network Configuration File: D:\oracle\ora92\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    INST1_HTTP.CFR.MSSTATE.EDU =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = yggdrasill)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = SHARED)
    (SERVICE_NAME = MODOSE)
    (PRESENTATION = http://HRService)
    FIA.CFR.MSSTATE.EDU =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = yggdrasill)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = FIA.YGGDRASILL.CFR.MSSTATE.EDU)
    FIA.YGGDRASILL.CFR.MSSTATE.EDU =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = yggdrasill.cfr.msstate.edu)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = FIA.YGGDRASILL.CFR.MSSTATE.EDU)
    FIA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = yggdrasill)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = FIA.YGGDRASILL.CFR.MSSTATE.EDU)
    FIA.YGG =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = yggdrasill.cfr.msstate.edu)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = FIA.YGGDRASILL.CFR.MSSTATE.EDU)
    EXTPROC_CONNECTION_DATA.CFR.MSSTATE.EDU =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    End Database tnsnames.ora file

  • JVM crashes when starting application any ideals on what is causing it

    We are getting a error log generated when we startup our application. This does not occur often, but seems to happen in clusters(We get several crashes in a row) .
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xb6bfe0a2, pid=10033, tid=1827658672
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_06-b05 mixed mode)
    # Problematic frame:
    # V [libjvm.so+0x13b0a2]
    --------------- T H R E A D ---------------
    Current thread (0x6d002570): JavaThread "CompilerThread1" daemon [_thread_in_native, id=10042]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x00000000
    Registers:
    EAX=0x00000000, EBX=0xb706e7f0, ECX=0x00000000, EDX=0x081d66e8
    ESP=0x6cefc624, EBP=0x6cefc668, ESI=0x081579c8, EDI=0x0000004f
    EIP=0xb6bfe0a2, CR2=0x00000000, EFLAGS=0x00010216
    Top of Stack: (sp=0x6cefc624)
    0x6cefc624: 0000004e 00000014 00000002 6cefc660
    0x6cefc634: b706e7f0 6cefc688 0818eacc 00000000
    0x6cefc644: 6d0c5288 00000000 00000000 081d7378
    0x6cefc654: 00000002 00000014 b706e7f0 b7017408
    0x6cefc664: 081c8cd0 6cefc6a8 b6bfde0d 081d66e8
    0x6cefc674: 081c8cd0 00000050 6cefc9e0 081579c8
    0x6cefc684: 081c8cd0 00000000 00000000 ffffffff
    0x6cefc694: 0000004e 00000004 b706e7f0 6cefcf90
    Instructions: (pc=0xb6bfe0a2)
    0xb6bfe092: 08 83 ec 0c 8b 42 04 8b 04 b8 89 45 d8 8b 4d d8
    0xb6bfe0a2: 8b 00 51 ff 90 c0 00 00 00 89 c6 89 04 24 e8 db
    Stack: [0x6ce7d000,0x6cefe000), sp=0x6cefc624, free space=509k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x13b0a2]
    V [libjvm.so+0x13ae0d]
    V [libjvm.so+0x13b676]
    V [libjvm.so+0x4283e7]
    V [libjvm.so+0x1a216a]
    V [libjvm.so+0x19e46a]
    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+0x4dec]
    Current CompileTask:
    opto: 3% com.sun.org.apache.bcel.internal.generic.InstructionList.setPositions(Z)V @ 28 (511
    bytes)
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x6d003920 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=10043]
    =>0x6d002570 JavaThread "CompilerThread1" daemon [_thread_in_native, id=10042]
    0x6d001620 JavaThread "CompilerThread0" daemon [_thread_in_native, id=10041]
    0x6d000690 JavaThread "AdapterThread" daemon [_thread_blocked, id=10040]
    0x080f93b8 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=10039]
    0x080f7f88 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=10038]
    0x080f6388 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_in_native, id=10037]
    0x080e7ed0 JavaThread "Finalizer" daemon [_thread_blocked, id=10036]
    0x080e68f8 JavaThread "Reference Handler" daemon [_thread_blocked, id=10035]
    0x0805da48 JavaThread "main" [_thread_in_Java, id=10033]
    Other Threads:
    0x080e4468 VMThread [id=10034]
    0x6d004e50 WatcherThread [id=10044]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 5760K, used 1820K [0x6da20000, 0x6e060000, 0x74be0000)
    eden space 5120K, 23% used [0x6da20000, 0x6db471c0, 0x6df20000)
    from space 640K, 100% used [0x6dfc0000, 0x6e060000, 0x6e060000)
    to space 640K, 0% used [0x6df20000, 0x6df20000, 0x6dfc0000)
    tenured generation total 51008K, used 2964K [0x74be0000, 0x77db0000, 0xada20000)
    the space 51008K, 5% used [0x74be0000, 0x74ec51c8, 0x74ec5200, 0x77db0000)
    compacting perm gen total 16384K, used 5615K [0xada20000, 0xaea20000, 0xb1a20000)
    the space 16384K, 34% used [0xada20000, 0xadf9bf20, 0xadf9c000, 0xaea20000)
    No shared spaces configured.
    Dynamic libraries:
    08048000-08057000 r-xp 00000000 68:05 69618 /usr/jdk1.5.0_06/bin/java
    08057000-08059000 rwxp 0000e000 68:05 69618 /usr/jdk1.5.0_06/bin/java
    08059000-08782000 rwxp 00000000 00:00 0
    6c300000-6c389000 rwxp 00060000 00:00 0
    6c389000-6c400000 ---p 00105000 00:00 0
    6c408000-6c40e000 r-xp 00000000 68:05 528500 /usr/jdk1.5.0_06/jre/lib/i386/libnio.so
    6c40e000-6c40f000 rwxp 00005000 68:05 528500 /usr/jdk1.5.0_06/jre/lib/i386/libnio.so
    6c40f000-6c423000 r-xp 00000000 68:05 528499 /usr/jdk1.5.0_06/jre/lib/i386/libnet.so
    6c423000-6c424000 rwxp 00013000 68:05 528499 /usr/jdk1.5.0_06/jre/lib/i386/libnet.so
    6c424000-6c4f7000 r-xs 00000000 68:0a 552745 /sssss/simulator/ttttt/wmbrokerclient.jar
    6c4f7000-6c4fe000 r-xs 00000000 68:0a 552713 /sssss/simulator/ttttt/jms.jar
    6c4fe000-6c654000 r-xs 00000000 68:0a 552723 /sssss/simulator/ttttt/ojdbc14_g.jar
    6c654000-6c67f000 r-xs 00000000 68:05 643160 /usr/jdk1.5.0_06/jre/lib/ext/sunpkcs11.jar
    6c67f000-6c6a5000 r-xs 00000000 68:05 643159 /usr/jdk1.5.0_06/jre/lib/ext/sunjce_provider.jar
    6c6a5000-6c769000 r-xs 00000000 68:05 643269 /usr/jdk1.5.0_06/jre/lib/ext/localedata.jar
    6c769000-6c76b000 r-xs 00000000 68:05 643157 /usr/jdk1.5.0_06/jre/lib/ext/dnsns.jar
    6c76b000-6cd7b000 r-xs 00000000 68:0a 552731 /sssss/simulator/ttttt/rtc.jar
    6cd7b000-6cd7c000 ---p 00000000 00:00 0
    6cd7c000-6cdfc000 rwxp 00001000 00:00 0
    6cdfc000-6cdff000 ---p 00000000 00:00 0
    6cdff000-6ce7d000 rwxp 00003000 00:00 0
    6ce7d000-6ce80000 ---p 00000000 00:00 0
    6ce80000-6cefe000 rwxp 00003000 00:00 0
    6cefe000-6cf01000 ---p 00000000 00:00 0
    6cf01000-6cf7f000 rwxp 00003000 00:00 0
    6cf7f000-6cf82000 ---p 00000000 00:00 0
    6cf82000-6d0fd000 rwxp 00003000 00:00 0
    6d0fd000-6d100000 ---p 00117000 00:00 0
    6d10a000-6d10d000 ---p 00000000 00:00 0
    6d10d000-6d18b000 rwxp 00003000 00:00 0
    6d18b000-6d18e000 ---p 00000000 00:00 0
    6d18e000-6d20d000 rwxp 00003000 00:00 0
    6d20d000-6d210000 ---p 00001000 00:00 0
    6d210000-6d28e000 rwxp 00004000 00:00 0
    6d28e000-6d292000 r-xp 00000000 68:05 528478 /usr/jdk1.5.0_06/jre/lib/i386/libdt_socket.so
    6d292000-6d293000 rwxp 00003000 68:05 528478 /usr/jdk1.5.0_06/jre/lib/i386/libdt_socket.so
    6d293000-6d493000 r-xp 00000000 68:05 458853 /usr/lib/locale/locale-archive
    6d493000-6d496000 ---p 00000000 00:00 0
    6d496000-6d514000 rwxp 00003000 00:00 0
    6d514000-6d517000 ---p 00000000 00:00 0
    6d517000-6d595000 rwxp 00003000 00:00 0
    6d595000-6d596000 ---p 00000000 00:00 0
    6d596000-6d61f000 rwxp 00001000 00:00 0
    6d61f000-6d637000 rwxp 00009000 00:00 0
    6d637000-6d650000 rwxp 00000000 00:00 0
    6d650000-6d7ff000 rwxp 00019000 00:00 0
    6d7ff000-6d803000 rwxp 00000000 00:00 0
    6d803000-6d837000 rwxp 00004000 00:00 0
    6d837000-6d851000 rwxp 00000000 00:00 0
    6d851000-6d9ff000 rwxp 00052000 00:00 0
    6d9ff000-6da07000 rwxp 00000000 00:00 0
    6da07000-6da1f000 rwxp 00208000 00:00 0
    6da1f000-6e060000 rwxp 00000000 00:00 0
    6e060000-74be0000 rwxp 00861000 00:00 0
    74be0000-77db0000 rwxp 00000000 00:00 0
    77db0000-ada20000 rwxp 0a5b1000 00:00 0
    ada20000-aea20000 rwxp 00000000 00:00 0
    aea20000-b1a20000 rwxp 41221000 00:00 0
    b1a28000-b1a2a000 rwxp 00000000 00:00 0
    b1a2a000-b1aa8000 rwxp 00002000 00:00 0
    b1aa8000-b1b28000 rwxp 00000000 00:00 0
    b1b28000-b3aa8000 rwxp 00080000 00:00 0
    b3aa8000-b42e3000 r-xs 00000000 68:05 86044 /usr/jdk1.5.0_06/jre/lib/charsets.jar
    b42e3000-b42f7000 r-xs 00000000 68:05 86043 /usr/jdk1.5.0_06/jre/lib/jce.jar
    b42f7000-b437c000 r-xs 00000000 68:05 86089 /usr/jdk1.5.0_06/jre/lib/jsse.jar
    b437c000-b43e5000 rwxp 00000000 00:00 0
    b43e5000-b69cd000 r-xs 00000000 68:05 86157 /usr/jdk1.5.0_06/jre/lib/rt.jar
    b69cd000-b69e0000 r-xp 00000000 68:05 528505 /usr/jdk1.5.0_06/jre/lib/i386/libzip.so
    b69e0000-b69e2000 rwxp 00012000 68:05 528505 /usr/jdk1.5.0_06/jre/lib/i386/libzip.so
    b69e2000-b6a03000 r-xp 00000000 68:05 528485 /usr/jdk1.5.0_06/jre/lib/i386/libjava.so
    b6a03000-b6a05000 rwxp 00020000 68:05 528485 /usr/jdk1.5.0_06/jre/lib/i386/libjava.so
    b6a05000-b6a10000 r-xp 00000000 68:05 528504 /usr/jdk1.5.0_06/jre/lib/i386/libverify.so
    b6a10000-b6a11000 rwxp 0000b000 68:05 528504 /usr/jdk1.5.0_06/jre/lib/i386/libverify.so
    b6a11000-b6a1c000 r-xp 00000000 68:02 32809 /lib/libnss_files-2.3.2.so
    b6a1c000-b6a1d000 rwxp 0000a000 68:02 32809 /lib/libnss_files-2.3.2.so
    b6a28000-b6a30000 rwxs 00000000 68:07 180228 /tmp/hsperfdata_rtc/10033
    b6a30000-b6a62000 r-xp 00000000 68:05 528491 /usr/jdk1.5.0_06/jre/lib/i386/libjdwp.so
    b6a62000-b6a63000 rwxp 00032000 68:05 528491 /usr/jdk1.5.0_06/jre/lib/i386/libjdwp.so
    b6a63000-b6a66000 rwxp 00000000 00:00 0
    b6a66000-b6a78000 r-xp 00000000 68:02 32793 /lib/libnsl-2.3.2.so
    b6a78000-b6a79000 rwxp 00011000 68:02 32793 /lib/libnsl-2.3.2.so
    b6a79000-b6a7b000 rwxp 00000000 00:00 0
    b6a8e000-b6aaf000 r-xp 00000000 68:02 65552 /lib/tls/libm-2.3.2.so
    b6aaf000-b6ab0000 rwxp 00021000 68:02 65552 /lib/tls/libm-2.3.2.so
    b6aba000-b6ac0000 r-xp 00000000 68:05 381015
    /usr/jdk1.5.0_06/jre/lib/i386/native_threads/libhpi.so
    b6ac0000-b6ac1000 rwxp 00006000 68:05 381015
    /usr/jdk1.5.0_06/jre/lib/i386/native_threads/libhpi.so
    b6ac1000-b6ac2000 rwxp 00001000 00:00 0
    b6ac2000-b6ac3000 r-xp 00000000 00:00 0
    b6ac3000-b7010000 r-xp 00000000 68:05 315481 /usr/jdk1.5.0_06/jre/lib/i386/server/libjvm.so
    b7010000-b7072000 rwxp 0054d000 68:05 315481 /usr/jdk1.5.0_06/jre/lib/i386/server/libjvm.so
    b7072000-b748a000 rwxp 00000000 00:00 0
    b748a000-b75bc000 r-xp 00000000 68:02 65550 /lib/tls/libc-2.3.2.so
    b75bc000-b75bf000 rwxp 00132000 68:02 65550 /lib/tls/libc-2.3.2.so
    b75bf000-b75c2000 rwxp 00000000 00:00 0
    b75c2000-b75c4000 r-xp 00000000 68:02 32789 /lib/libdl-2.3.2.so
    b75c4000-b75c5000 rwxp 00001000 68:02 32789 /lib/libdl-2.3.2.so
    b75c5000-b75d2000 r-xp 00000000 68:02 65554 /lib/tls/libpthread-0.60.so
    b75d2000-b75d3000 rwxp 0000c000 68:02 65554 /lib/tls/libpthread-0.60.so
    b75d3000-b75d5000 rwxp 00000000 00:00 0
    b75e8000-b75e9000 rwxp 00001000 00:00 0
    b75e9000-b75fe000 r-xp 00000000 68:02 32776 /lib/ld-2.3.2.so
    b75fe000-b75ff000 rwxp 00015000 68:02 32776 /lib/ld-2.3.2.so
    bfe00000-bfe03000 ---p 00000000 00:00 0
    bfe03000-c0000000 rwxp ffe04000 00:00 0
    VM Arguments:
    jvm_args: -DprocessName=Mex -Dconfig.dir=/sssss/simulator/ttttt/config
    -Dframework.properties=/sssss/simulator/ttttt/framework.properties
    -Drubberbands.dir=/sssss/simulator/ttttt/sase -Dcheckpointroot.dir=/sssss/simulator/ckpt/ttttt
    -Dcheckpoint.dir=/sssss/simulator/ckpt/ttttt/checkpoint -Xdebug
    -Xrunjdwp:transport=dt_socket,address=50002,server=y,suspend=n -Xms56M -Xmx1024M
    java_command: /sssss/simulator/ttttt/rtc.jar CentralizedController.xml
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=/usr/java5
    PATH=/sssss/simulator/logs/ttttt:/usr/java/jre/bin:/usr/java/jre/bin:/usr/local/bin:/usr/kerberos/bin:/usr/java/jre/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:.:.:.
    LD_LIBRARY_PATH=/usr/jdk1.5.0_06/jre/lib/i386/server:/usr/jdk1.5.0_06/jre/lib/i386:/usr/jdk1.5.0_06/jre/../lib/i386:/sssss/simulator/ttttt/lib:/sssss/simulator/ttttt/utl_timer/lib:/sssss/simulator/ttttt/utl/lib:/sssss/simulator/ttttt/mqlib/lib:/sssss/simulator/ttttt/sdi/lib:/sssss/simulator/ttttt/sase/lib:/usr/lib
    SHELL=/bin/tcsh
    DISPLAY=rtcd05.rrr.kk:0.0
    HOSTTYPE=i386-linux
    OSTYPE=linux
    MACHTYPE=i386
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x4fd530], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGBUS: [libjvm.so+0x4fd530], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGFPE: [libjvm.so+0x422860], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGPIPE: [libjvm.so+0x422860], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGILL: [libjvm.so+0x422860], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: [libjvm.so+0x424bb0], sa_mask[0]=0x00000000, sa_flags=0x14000004
    SIGHUP: [libjvm.so+0x4245e0], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGINT: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGQUIT: [libjvm.so+0x4245e0], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGTERM: [libjvm.so+0x4245e0], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    --------------- S Y S T E M ---------------
    OS:Red Hat Enterprise Linux ES release 3 (Taroon Update 4)
    uname:Linux 2.4.21-27.ELsmp #1 SMP Wed Dec 1 21:59:02 EST 2004 i686
    libc:glibc 2.3.2 NPTL 0.60
    rlimit: STACK 10240k, CORE infinity, NPROC 7168, NOFILE 1024, AS infinity
    load average:0.51 0.36 0.24
    CPU:total 4 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 1190k(697k free), swap 2047k(2047k free)
    vm_info: Java HotSpot(TM) Server VM (1.5.0_06-b05) for linux-x86, built on Nov 10 2005 10:56:33
    by java_re with gcc 3.2.1-7a (J2SE release)

    The server JIT compiler is crashing.
    This could be an instance of bug 6332641, which will be fixed in 1.5.0_08. It has no known workaround, other than to exclude the method being compiled.
    You may want to file a bug.

  • A fatal error has been detected by the Java Runtime Environment: SIGSEGV

    Hi I am getting the Following error in Weblogic Server 10.3.5
    I have installed WLS10.3.5 on Linux machine 64 bit.
    Request someone to help resolve this issue.
    Thanking in anticpation.
    Regards,
    Sachin Gupta
    # A fatal error has been detected by the Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x00002ad2f23703b2, pid=21725, tid=1098344768
    # JRE version: 6.0_37-b06
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (20.12-b01 mixed mode linux-amd64 compressed oops)
    # Problematic frame:
    # V [libjvm.so+0x2333b2] markOopDesc::must_be_preserved_with_bias(oopDesc*) const+0x32
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x00000000523b3800): VMThread [stack: 0x0000000041676000,0x0000000041777000] [id=21727]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x00000000000027f1
    Registers:
    RAX=0x0000000000000000, RBX=0x00000000da14a050, RCX=0x0000000000000000, RDX=0x0000000000002741
    RSP=0x00000000417755e0, RBP=0x00000000417755e0, RSI=0x00000000da14a050, RDI=0x00000000e00a6368
    R8 =0x00002ad2f2bdfbc0, R9 =0x00000000e00c0d30, R10=0x0000000000000003, R11=0x0000000000000012
    R12=0x00000000da939ffc, R13=0x00000000e00a6368, R14=0x00000000e00c0d50, R15=0x00000000da93a004
    RIP=0x00002ad2f23703b2, EFLAGS=0x0000000000010206, CSGSFS=0x0000000000000033, ERR=0x0000000000000004
    TRAPNO=0x000000000000000e
    Register to memory mapping:
    RAX=0x0000000000000000 is an unknown value
    RBX=
    [error occurred during error reporting (printing register info), id 0xb]
    Stack: [0x0000000041676000,0x0000000041777000], sp=0x00000000417755e0, free space=1021k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x2333b2] markOopDesc::must_be_preserved_with_bias(oopDesc*) const+0x32
    V [libjvm.so+0x4b26fd] instanceKlass::oop_follow_contents(oopDesc*)+0x1dd
    V [libjvm.so+0x69dc5b] MarkSweep::follow_stack()+0x7b
    V [libjvm.so+0x69ea78] void MarkSweep::follow_root<oopDesc*>(oopDesc**)+0xa8
    V [libjvm.so+0x69da7c] MarkSweep::FollowRootClosure::do_oop(oopDesc**)+0xc
    V [libjvm.so+0x8366b6] Universe::oops_do(OopClosure*, bool)+0x26
    V [libjvm.so+0x78971a] SharedHeap::process_strong_roots(bool, bool, SharedHeap::ScanningOption, OopClosure*, CodeBlobClosure*, OopsInGenClosure*)+0x2ca
    V [libjvm.so+0x46e7ed] GenCollectedHeap::gen_process_strong_roots(int, bool, bool, bool, SharedHeap::ScanningOption, OopsInGenClosure*, bool, OopsInGenClosure*)+0x7d
    V [libjvm.so+0x470e78] GenMarkSweep::invoke_at_safepoint(int, ReferenceProcessor*, bool)+0x1f8
    V [libjvm.so+0x47d8d6] OneContigSpaceCardGeneration::collect(bool, bool, unsigned long, bool)+0x86
    V [libjvm.so+0x8188bb] TenuredGeneration::collect(bool, bool, unsigned long, bool)+0x7b
    V [libjvm.so+0x46e0aa] GenCollectedHeap::do_collection(bool, bool, unsigned long, bool, int)+0x51a
    V [libjvm.so+0x38c2c5] GenCollectorPolicy::satisfy_failed_allocation(unsigned long, bool)+0xc5
    V [libjvm.so+0x46e71d] GenCollectedHeap::satisfy_failed_allocation(unsigned long, bool)+0x2d
    V [libjvm.so+0x86225d] VM_GenCollectForAllocation::doit()+0x5d
    V [libjvm.so+0x86fe9a] VM_Operation::evaluate()+0x4a
    V [libjvm.so+0x86f462] VMThread::evaluate_operation(VM_Operation*)+0x82
    V [libjvm.so+0x86f6d8] VMThread::loop()+0x198
    V [libjvm.so+0x86f1de] VMThread::run()+0x6e
    V [libjvm.so+0x71245f] java_start(Thread*)+0x13f
    VM_Operation (0x0000000043b73a70): GenCollectForAllocation, mode: safepoint, requested by thread 0x00000000547c4000
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0000000053cfd800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=22254, stack(0x00000000482c4000,0x00000000483c5000)]
    0x0000000055c76800 JavaThread "Thread-74" daemon [_thread_in_native, id=22253, stack(0x00000000483c5000,0x00000000484c6000)]
    0x0000000054768800 JavaThread "JPS UserRoleCacheCleaner<clean-only>" daemon [_thread_blocked, id=22216, stack(0x00000000486c8000,0x00000000487c9000)]
    0x000000005665b000 JavaThread "Thread-72" daemon [_thread_in_native, id=22215, stack(0x00000000485c7000,0x00000000486c8000)]
    0x0000000054e6f000 JavaThread "Thread-71" daemon [_thread_in_native, id=22214, stack(0x00000000484c6000,0x00000000485c7000)]
    0x0000000052dfa800 JavaThread "[STANDBY] ExecuteThread: '8' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=22116, stack(0x00000000481c3000,0x00000000482c4000)]
    0x00002aaab471c000 JavaThread "Timer-15" daemon [_thread_blocked, id=22097, stack(0x00000000467a9000,0x00000000468aa000)]
    0x0000000056366000 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=22061, stack(0x00000000480c2000,0x00000000481c3000)]
    0x0000000053f20000 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=22060, stack(0x0000000047fc1000,0x00000000480c2000)]
    0x00000000566a0800 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=22059, stack(0x0000000047ec0000,0x0000000047fc1000)]
    0x0000000054afe000 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=22058, stack(0x0000000047dbf000,0x0000000047ec0000)]
    0x0000000054183800 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=22057, stack(0x0000000047cbe000,0x0000000047dbf000)]
    0x0000000056901800 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=22056, stack(0x0000000047bbd000,0x0000000047cbe000)]
    0x000000005661b800 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=22055, stack(0x0000000047abc000,0x0000000047bbd000)]
    0x0000000055000800 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=22054, stack(0x00000000479bb000,0x0000000047abc000)]
    0x00000000559aa800 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=22053, stack(0x00000000407e0000,0x00000000408e1000)]
    0x00000000546a5000 JavaThread "Timer-14" daemon [_thread_blocked, id=21942, stack(0x00000000468aa000,0x00000000469ab000)]
    0x00000000543d4800 JavaThread "Timer-13" daemon [_thread_blocked, id=21941, stack(0x0000000045fa1000,0x00000000460a2000)]
    0x0000000055e6e800 JavaThread "[STANDBY] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=21940, stack(0x00000000478ba000,0x00000000479bb000)]
    0x00000000545b7000 JavaThread "DynamicListenThread[Default]" daemon [_thread_in_native, id=21939, stack(0x00000000477b9000,0x00000000478ba000)]
    0x0000000052772000 JavaThread "DynamicListenThread[Default[1]]" daemon [_thread_in_native, id=21938, stack(0x00000000476b8000,0x00000000477b9000)]
    0x0000000054fd1000 JavaThread "[ACTIVE] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=21937, stack(0x00000000475b7000,0x00000000476b8000)]
    0x00000000528f0800 JavaThread "[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=21936, stack(0x00000000474b6000,0x00000000475b7000)]
    0x0000000054166800 JavaThread "weblogic.GCMonitor" daemon [_thread_blocked, id=21935, stack(0x00000000473b5000,0x00000000474b6000)]
    0x0000000054d78800 JavaThread "Thread-55" [_thread_blocked, id=21934, stack(0x00000000472b4000,0x00000000473b5000)]
    0x00002aaab4668800 JavaThread "Timer-12" daemon [_thread_blocked, id=21933, stack(0x0000000040e1b000,0x0000000040f1c000)]
    0x00002aaabd667000 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=21932, stack(0x00000000471b3000,0x00000000472b4000)]
    0x00002aaabde0e000 JavaThread "Timer-11" daemon [_thread_blocked, id=21931, stack(0x0000000040bf6000,0x0000000040cf7000)]
    0x00002aaabdf5d800 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=21929, stack(0x0000000040af5000,0x0000000040bf6000)]
    0x00002aaabdd5d000 JavaThread "Timer-10" daemon [_thread_blocked, id=21928, stack(0x000000004040d000,0x000000004050e000)]
    0x00002aaabdd24800 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=21927, stack(0x00000000470b2000,0x00000000471b3000)]
    0x00002aaabdc4f800 JavaThread "Timer-9" daemon [_thread_blocked, id=21926, stack(0x0000000046fb1000,0x00000000470b2000)]
    0x00002aaabdc93800 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=21925, stack(0x0000000046eb0000,0x0000000046fb1000)]
    0x00002aaabddcb000 JavaThread "Timer-8" daemon [_thread_blocked, id=21923, stack(0x0000000046daf000,0x0000000046eb0000)]
    0x00002aaabe138000 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=21922, stack(0x0000000046cae000,0x0000000046daf000)]
    0x00002aaabd925000 JavaThread "Timer-7" daemon [_thread_blocked, id=21921, stack(0x000000004030c000,0x000000004040d000)]
    0x00002aaabdadd000 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=21920, stack(0x0000000046bad000,0x0000000046cae000)]
    0x00002aaabdd77800 JavaThread "Timer-6" daemon [_thread_blocked, id=21919, stack(0x0000000040d15000,0x0000000040e16000)]
    0x00002aaabe11a000 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=21918, stack(0x0000000046aac000,0x0000000046bad000)]
    0x00002aaabdf0c000 JavaThread "Timer-5" daemon [_thread_blocked, id=21917, stack(0x00000000469ab000,0x0000000046aac000)]
    0x00002aaabe14f000 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=21916, stack(0x00000000409f4000,0x0000000040af5000)]
    0x00002aaabdf65800 JavaThread "Timer-4" daemon [_thread_blocked, id=21912, stack(0x00000000466a8000,0x00000000467a9000)]
    0x00002aaabdf92800 JavaThread "Timer-3" daemon [_thread_blocked, id=21911, stack(0x00000000465a7000,0x00000000466a8000)]
    0x00002aaabde85800 JavaThread "Timer-2" daemon [_thread_blocked, id=21910, stack(0x00000000464a6000,0x00000000465a7000)]
    0x00002aaabdf12800 JavaThread "Logger@297595244 3.6.0.4" daemon [_thread_blocked, id=21909, stack(0x0000000041211000,0x0000000041312000)]
    0x00002aaabdc24000 JavaThread "Thread-32" daemon [_thread_blocked, id=21906, stack(0x0000000045092000,0x0000000045193000)]
    0x00002aaabdd19000 JavaThread "CacheCleaner" daemon [_thread_blocked, id=21905, stack(0x00000000462a4000,0x00000000463a5000)]
    0x00002aaabd8a2800 JavaThread "Worker-2" daemon [_thread_blocked, id=21904, stack(0x00000000408f3000,0x00000000409f4000)]
    0x00002aaabdb96800 JavaThread "Worker-1" daemon [_thread_blocked, id=21903, stack(0x0000000041025000,0x0000000041126000)]
    0x00002aaab479e800 JavaThread "Worker-0" daemon [_thread_blocked, id=21902, stack(0x00000000463a5000,0x00000000464a6000)]
    0x00002aaabd924000 JavaThread "DmsThread-1" daemon [_thread_blocked, id=21896, stack(0x00000000461a3000,0x00000000462a4000)]
    0x0000000055b8e000 JavaThread "[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=21895, stack(0x0000000045b9d000,0x0000000045c9e000)]
    0x00002aaab415d800 JavaThread "Thread-30" [_thread_blocked, id=21892, stack(0x0000000045ea0000,0x0000000045fa1000)]
    0x0000000053930000 JavaThread "LogFlusher" daemon [_thread_blocked, id=21821, stack(0x00000000460a2000,0x00000000461a3000)]
    0x0000000054500800 JavaThread "oracle.dfw.incident.FloodController" daemon [_thread_blocked, id=21817, stack(0x0000000045a9c000,0x0000000045b9d000)]
    0x0000000054e0f800 JavaThread "oracle.dfw.incident.IncidentCreatorThread" daemon [_thread_blocked, id=21816, stack(0x0000000045c9e000,0x0000000045d9f000)]
    0x0000000054dbc800 JavaThread "oracle.dfw.impl.incident - ADR Executor (created: Thu Feb 14 19:09:10 IST 2013)" daemon [_thread_blocked, id=21814, stack(0x0000000045d9f000,0x0000000045ea0000)]
    0x0000000054523800 JavaThread "LogFlusher" daemon [_thread_blocked, id=21809, stack(0x000000004599b000,0x0000000045a9c000)]
    0x000000005246b000 JavaThread "LogFlusher" daemon [_thread_blocked, id=21808, stack(0x000000004589a000,0x000000004599b000)]
    0x00000000552a9800 JavaThread "LogFlusher" daemon [_thread_blocked, id=21807, stack(0x0000000045799000,0x000000004589a000)]
    0x00000000527f8800 JavaThread "JPS FileChangeNotifier<clean-only>" daemon [_thread_blocked, id=21802, stack(0x0000000045698000,0x0000000045799000)]
    0x00000000548fc800 JavaThread "Thread-13" [_thread_blocked, id=21801, stack(0x0000000045597000,0x0000000045698000)]
    0x0000000054db7000 JavaThread "[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=21800, stack(0x0000000045496000,0x0000000045597000)]
    0x0000000054403000 JavaThread "[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=21799, stack(0x0000000045395000,0x0000000045496000)]
    0x0000000054463800 JavaThread "Runtime Authorization Event Notifier" daemon [_thread_blocked, id=21798, stack(0x0000000045294000,0x0000000045395000)]
    0x000000005281f000 JavaThread "JMX Framework document pooling thread" daemon [_thread_blocked, id=21797, stack(0x000000004020b000,0x000000004030c000)]
    0x0000000052845800 JavaThread "DoSManager" daemon [_thread_blocked, id=21795, stack(0x0000000045193000,0x0000000045294000)]
    0x000000005400d000 JavaThread "VDE Transaction Processor Thread" daemon [_thread_blocked, id=21793, stack(0x0000000044f91000,0x0000000045092000)]
    0x00000000546b7800 JavaThread "ExecuteThread: '1' for queue: 'weblogic.socket.Muxer'" daemon [_thread_blocked, id=21792, stack(0x0000000044e90000,0x0000000044f91000)]
    0x0000000053c67800 JavaThread "ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'" daemon [_thread_in_native, id=21791, stack(0x0000000044d8f000,0x0000000044e90000)]
    0x0000000053d14000 JavaThread "[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=21790, stack(0x0000000044c8e000,0x0000000044d8f000)]
    0x0000000053e5b800 JavaThread "weblogic.timers.TimerThread" daemon [_thread_blocked, id=21789, stack(0x0000000040f24000,0x0000000041025000)]
    0x0000000053d32800 JavaThread "weblogic.time.TimeEventGenerator" daemon [_thread_blocked, id=21788, stack(0x000000004010a000,0x000000004020b000)]
    0x00000000527d4000 JavaThread "ExecuteThread: '14' for queue: 'oms.automation'" daemon [_thread_blocked, id=21787, stack(0x0000000044b8d000,0x0000000044c8e000)]
    0x00000000527d2000 JavaThread "ExecuteThread: '13' for queue: 'oms.automation'" daemon [_thread_blocked, id=21786, stack(0x0000000044a8c000,0x0000000044b8d000)]
    0x00000000527d0000 JavaThread "ExecuteThread: '12' for queue: 'oms.automation'" daemon [_thread_blocked, id=21785, stack(   0x00000000529af000 JavaThread "ExecuteThread: '0' for queue: 'oms.automation'" daemon [_thread_blocked, id=21773, stack(0x0000000043d7f000,0x0000000043e80000)]
    0x0000000053382800 JavaThread "ExecuteThread: '14' for queue: 'oms.web'" daemon [_thread_blocked, id=21772, stack(0x0000000043c7e000,0x0000000043d7f000)]
    (0x0000000043779000,0x000000004387a000)]
    0x00000000547bd000 JavaThread "ExecuteThread: '0' for queue: 'oms.web'" daemon [_thread_blocked, id=21758, stack(0x0000000042e70000,0x0000000042f71000)]
    0x0000000053cd1800 JavaThread "ExecuteThread: '14' for queue: 'oms.xml'" daemon [_thread_blocked, id=21757, stack(0x0000000042d6f000,0x0000000042e70000)]
    Other Threads:
    =>0x00000000523b3800 VMThread [stack: 0x0000000041676000,0x0000000041777000] [id=21727]
    0x00000000523f2800 WatcherThread [stack: 0x0000000042062000,0x0000000042163000] [id=21734]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x000000005235bef0] Threads_lock - owner thread: 0x00000000523b3800
    [0x000000005235c3f0] Heap_lock - owner thread: 0x00000000547c4000
    Heap
    def new generation total 157248K, used 157247K [0x00000000c0000000, 0x00000000caaa0000, 0x00000000caaa0000)
    eden space 139776K, 100% used [0x00000000c0000000, 0x00000000c8880000, 0x00000000c8880000)
    from space 17472K, 99% used [0x00000000c8880000, 0x00000000c998fff0, 0x00000000c9990000)
    to space 17472K, 0% used [0x00000000c9990000, 0x00000000c9990000, 0x00000000caaa0000)
    tenured generation total 349568K, used 349568K [0x00000000caaa0000, 0x00000000e0000000, 0x00000000e0000000)
    the space 349568K, 100% used [0x00000000caaa0000, 0x00000000e0000000, 0x00000000e0000000, 0x00000000e0000000)
    compacting perm gen total 275904K, used 275635K [0x00000000e0000000, 0x00000000f0d70000, 0x0000000100000000)
    the space 275904K, 99% used [0x00000000e0000000, 0x00000000f0d2cdd8, 0x00000000f0d2ce00, 0x00000000f0d70000)
    No shared spaces configured.
    Code Cache [0x00002aaaab041000, 0x00002aaaace01000, 0x00002aaaae041000)
    total_blobs=8666 nmethods=7459 adapters=1158 free_code_cache=19457344 largest_free_block=19712
    VM Arguments:
    jvm_args: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=OSM72AdminServer -Djava.security.policy=/app/WLS11g_OSM72/Middleware/wlserver_10.3/server/lib/weblogic.policy -Xverify:none -da -Dplatform.home=/app/WLS11g_OSM72/Middleware/wlserver_10.3 -Dwls.home=/app/WLS11g_OSM72/Middleware/wlserver_10.3/server -Dweblogic.home=/app/WLS11g_OSM72/Middleware/wlserver_10.3/server -Dcommon.components.home=/app/WLS11g_OSM72/Middleware/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=/app/WLS11g_OSM72/Middleware/user_projects/domains/OSM72_BASE_DOMAIN -Djrockit.optfile=/app/WLS11g_OSM72/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.server.config.dir=/app/WLS11g_OSM72/Middleware/user_projects/domains/OSM72_BASE_DOMAIN/config/fmwconfig/servers/OSM72AdminServer -Doracle.domain.config.dir=/app/WLS11g_OSM72/Middleware/user_projects/domains/OSM72_BASE_DOMAIN/config/fmwconfig -Digf.arisidbeans.carmlloc=/app/WLS11g_OSM72/Middleware/user_projects/domains/OSM72_BASE_DOMAIN/config/fmwconfig/carml -Digf.arisidstack.home=/app/WLS11g_OSM72/Middleware/user_projects/domains/OSM72_BASE_DOMAIN/config/fmwconfig/arisidprovider -Doracle.security.jps.config=/app/WLS11g_OSM72/Middleware/user_projects/domains/OSM72_BASE_DOMAIN/config/fmwconfig/jps-config.xml -Doracle.deployed.app.dir=/app/WLS11g_OSM72/Middleware/user_projects/domains/OSM72_BASE_DOMAIN/servers/OSM72AdminServer/tmp/_WL_user -Doracle.deployed.app.ext=/- -Dweblogic.alternateTypesDirectory=/app/WLS11g_OSM72/Middleware/oracle_common/modules/oracle.ossoiap_11.1.1,/app/WLS11g_OSM72/Middleware/oracle_common/modules/oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/app/WLS11g_OSM72/Middleware/patch_wls1035/profiles/default/sysext_manifest_classpath:/app/WLS11g_OSM72/Middleware/patch_jdev1111/profiles/default/sysext_manifest_classpath -Dweblogic.client.socket.ConnectionTimeout=500 -Dcom.mslv.oms.cartridgemgmt.DeployCartridgeMDB.CartridgeDeploymentTransactionTimeout=2000
    java_command: weblogic.Server
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=/usr/java/jdk1.6.0_37
    CLASSPATH=/app/WLS11g_OSM72/Middleware/oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar:/app/WLS11g_OSM72/Middleware/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/app/WLS11g_OSM72/Middleware/patch_jdev1111/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/usr/java/jdk1.6.0_37/lib/tools.jar:/app/WLS11g_OSM72/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/app/WLS11g_OSM72/Middleware/wlserver_10.3/server/lib/weblogic.jar:/app/WLS11g_OSM72/Middleware/modules/features/weblogic.server.modules_10.3.5.0.jar:/app/WLS11g_OSM72/Middleware/wlserver_10.3/server/lib/webservices.jar:/app/WLS11g_OSM72/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/app/WLS11g_OSM72/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/app/WLS11g_OSM72/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrf.jar:/app/WLS11g_OSM72/Middleware/wlserver_10.3/common/derby/lib/derbyclient.jar:/app/WLS11g_OSM72/Middleware/wlserver_10.3/server/lib/xqrl.jar
    PATH=/app/WLS11g_OSM72/Middleware/wlserver_10.3/server/bin:/app/WLS11g_OSM72/Middleware/modules/org.apache.ant_1.7.1/bin:/usr/java/jdk1.6.0_37/jre/bin:/usr/java/jdk1.6.0_37/bin:/usr/java/jdk1.6.0_37/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/usr/java/jdk1.6.0_37/bin:/root/bin
    LD_LIBRARY_PATH=/usr/java/jdk1.6.0_37/jre/lib/amd64/server:/usr/java/jdk1.6.0_37/jre/lib/amd64:/usr/java/jdk1.6.0_37/jre/../lib/amd64:/app/WLS11g_OSM72/Middleware/patch_wls1035/profiles/default/native:/app/WLS11g_OSM72/Middleware/patch_jdev1111/profiles/default/native:/app/WLS11g_OSM72/Middleware/wlserver_10.3/server/native/linux/x86_64:/app/WLS11g_OSM72/Middleware/wlserver_10.3/server/native/linux/x86_64/oci920_8
    SHELL=/bin/bash
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x861ea0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGBUS: [libjvm.so+0x861ea0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGFPE: [libjvm.so+0x70fc60], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGPIPE: [libjvm.so+0x70fc60], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGXFSZ: [libjvm.so+0x70fc60], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGILL: [libjvm.so+0x70fc60], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: [libjvm.so+0x712a90], sa_mask[0]=0x00000000, sa_flags=0x10000004
    SIGHUP: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGINT: [libjvm.so+0x712690], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGTERM: [libjvm.so+0x712690], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGQUIT: [libjvm.so+0x712690], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    --------------- S Y S T E M ---------------
    OS:Red Hat Enterprise Linux Server release 5.7 (Tikanga)
    uname:Linux 2.6.18-274.el5 #1 SMP Mon Jul 25 13:17:49 EDT 2011 x86_64
    libc:glibc 2.5 NPTL 2.5
    rlimit: STACK 10240k, CORE 0k, NPROC 25079, NOFILE 1024, AS infinity
    load average:1.37 0.45 0.32
    /proc/meminfo:
    MemTotal: 3152644 kB
    MemFree: 13224 kB
    Buffers: 49684 kB
    Cached: 1494336 kB
    SwapCached: 43764 kB
    Active: 2130560 kB
    Inactive: 796056 kB
    HighTotal: 0 kB
    HighFree: 0 kB
    LowTotal: 3152644 kB
    LowFree: 13224 kB
    SwapTotal: 8193140 kB
    SwapFree: 8030056 kB
    Dirty: 1688 kB
    Writeback: 0 kB
    AnonPages: 1338848 kB
    Mapped: 553060 kB
    Slab: 124644 kB
    PageTables: 56400 kB
    NFS_Unstable: 0 kB
    Bounce: 0 kB
    CommitLimit: 9769460 kB
    Committed_AS: 3156696 kB
    VmallocTotal: 34359738367 kB
    VmallocUsed: 266424 kB
    VmallocChunk: 34359471699 kB
    HugePages_Total: 0
    HugePages_Free: 0
    HugePages_Rsvd: 0
    Hugepagesize: 2048 kB
    CPU:total 1 (1 cores per cpu, 1 threads per core) family 15 model 47 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, mmxext, 3dnowpref
    /proc/cpuinfo:
    processor     : 0
    vendor_id     : AuthenticAMD
    cpu family     : 15
    model          : 47
    model name     : AMD Athlon(tm) 64 Processor 3200+
    stepping     : 2
    cpu MHz          : 2000.000
    cache size     : 512 KB
    fpu          : yes
    fpu_exception     : yes
    cpuid level     : 1
    wp          : yes
    flags          : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt lm 3dnowext 3dnow up pni lahf_lm
    bogomips     : 3979.78
    TLB size     : 1024 4K pages
    clflush size     : 64
    cache_alignment     : 64
    address sizes     : 40 bits physical, 48 bits virtual
    power management: ts fid vid ttp tm stc
    Memory: 4k page, physical 3152644k(13224k free), swap 8193140k(8030056k free)
    vm_info: Java HotSpot(TM) 64-Bit Server VM (20.12-b01) for linux-amd64 JRE (1.6.0_37-b06), built on Sep 24 2012 11:47:45 by "java_re" with gcc 3.2.2 (SuSE Linux)
    time: Thu Feb 14 21:26:33 2013
    elapsed time: 8278 seconds

    The only fix I know of for this issue is to reboot the host.
    If there is another fix someone please let me know as I have users who run into this often.
    Thanks
    Bonnie.Partridge

  • Failed to start Oracle Weblogic Server node in 11g

    Hello friends,
    I have a problem starting the Weblogic Server node Oracle 11g (10.3.5).
    Any suggestions to solve the problem
    Logs----------------------------------------------------------------------------------
    <Nov 3, 2011 12:33:03 PM> <INFO> <NodeManager> <Server output log file is '/opt/middleware/user_projects/domains/DomainOWL/servers/Server01/logs/Server01.out'>
    <Nov 3, 2011 12:33:07 PM PET> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Nov 3, 2011 12:33:07 PM PET> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Nov 3, 2011 12:33:11 PM PET> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Server VM Version 19.1-b02 from Sun Microsystems Inc.>
    <Nov 3, 2011 12:33:18 PM PET> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.5.0 Fri Apr 1 20:20:06 PDT 2011 1398638 >
    <Nov 3, 2011 12:33:24 PM PET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Nov 3, 2011 12:33:24 PM PET> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Nov 3, 2011 12:33:25 PM PET> <Notice> <Log Management> <BEA-170019> <The server log file /opt/middleware/user_projects/domains/DomainOWL/servers/Server01/logs/Server01.log is opened. All server side log events will be written to this file.>
    <Nov 3, 2011 12:33:25 PM PET> <Warning> <NodeManager> <BEA-300043> <Node manager native library not found - server process id not saved.>
    <Nov 3, 2011 12:33:26 PM PET> <Error> <Socket> <BEA-000438> <Unable to load performance pack. Using Java I/O instead. Please ensure that a native performance library is in: '"/opt/jdk1.6.0/jre/lib/sparcv9/server:/opt/jdk1.6.0/jre/lib/sparcv9:/opt/jdk1.6.0/jre/../lib/sparcv9:/opt/middleware/patch_wls1035/profiles/default/native:/opt/middleware/patch_ocp360/profiles/default/native:/opt/middleware/wlserver_10.3/server/native/solaris/sparc64:/opt/middleware/wlserver_10.3/server/native/solaris/sparc64:/opt/middleware/wlserver_10.3/server/native/solaris/sparc64/oci920_8:/usr/jdk/packages/lib/sparcv9:/lib/64:/usr/lib/64"'
    >
    <Nov 3, 2011 12:33:37 PM PET> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Nov 3, 2011 12:33:40 PM PET> <Warning> <Store> <BEA-280101> <The persistent file store "_WLS_Server01" is forced to use buffered I/O and so may have significantly degraded performance. Either the OS/hardware environment does not support the chosen write policy or the native wlfileio library is missing. See store open log messages for the requested and final write policies. See the documentation on store synchronous write policy configuration for advice.>
    <Nov 3, 2011 12:33:49 PM PET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Nov 3, 2011 12:33:49 PM PET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Nov 3, 2011 12:33:56 PM PET> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Nov 3, 2011 12:33:56 PM PET> <Notice> <Cluster> <BEA-000197> <Listening for announcements from cluster using unicast cluster messaging>
    <Nov 3, 2011 12:33:56 PM PET> <Notice> <Cluster> <BEA-000133> <Waiting to synchronize with other running members of oimClusterT.>
    <Nov 3, 2011 12:34:26 PM PET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Nov 3, 2011 12:34:27 PM PET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Nov 3, 2011 12:34:27 PM PET> <Notice> <Cluster> <BEA-000162> <Starting "async" replication service with remote cluster address "null">
    <Nov 3, 2011 12:34:31 PM PET> <Notice> <Security> <BEA-090171> <Loading the identity certificate and private key stored under the alias DemoIdentity from the jks keystore file /opt/middleware/wlserver_10.3/server/lib/DemoIdentity.jks.>
    <Nov 3, 2011 12:34:31 PM PET> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file /opt/middleware/wlserver_10.3/server/lib/DemoTrust.jks.>
    <Nov 3, 2011 12:34:31 PM PET> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file /opt/jdk1.6.0/jre/lib/security/cacerts.>
    <Nov 3, 2011 12:34:33 PM PET> <Alert> <Security> <BEA-090152> <Demo trusted CA certificate is being used in production mode: [
    Version: V3
    Subject: CN=CACERT, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
    Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4
    Key: SunPKCS11-Solaris RSA public key, 512 bits (id 58638024, session object)
    modulus: 9550192877869244258838480703390456015046425375252278279190673063544122510925482179963329236052146047356415957587628011282484772458983977898996276815440753
    public exponent: 65537
    Validity: [From: Thu Mar 21 15:12:27 PET 2002,
                   To: Tue Mar 22 15:12:27 PET 2022]
    Issuer: CN=CACERT, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
    SerialNumber: [    33f10648 fcde0deb 4199921f d64537f4]
    Certificate Extensions: 1
    [1]: ObjectId: 2.5.29.15 Criticality=true
    KeyUsage [
    Key_CertSign
    Algorithm: [MD5withRSA]
    Signature:
    0000: 9D 26 4C 29 C8 91 C3 A7 06 C3 24 6F AE B4 F8 82 .&L)......$o....
    0010: 80 4D AA CB 7C 79 46 84 81 C4 66 95 F4 1E D8 C4 .M...yF...f.....
    0020: E9 B7 D9 7C E2 23 33 A4 B7 21 E0 AA 54 2B 4A FF .....#3..!..T+J.
    0030: CB 21 20 88 81 21 DB AC 90 54 D8 7D 79 63 23 3C .! ..!...T..yc#<
    ] The system is vulnerable to security attacks, since it trusts certificates signed by the demo trusted CA.>
    <Nov 3, 2011 12:34:33 PM PET> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=Entrust Root Certification Authority - G2,OU=(c) 2009 Entrust\, Inc. - for authorized use only,OU=See www.entrust.net/legal-terms,O=Entrust\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Nov 3, 2011 12:34:33 PM PET> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=thawte Primary Root CA - G3,OU=(c) 2008 thawte\, Inc. - For authorized use only,OU=Certification Services Division,O=thawte\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Nov 3, 2011 12:34:34 PM PET> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 3,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Nov 3, 2011 12:34:34 PM PET> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 2,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Nov 3, 2011 12:34:34 PM PET> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=GlobalSign,O=GlobalSign,OU=GlobalSign Root CA - R3". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Nov 3, 2011 12:34:34 PM PET> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "OU=Security Communication RootCA2,O=SECOM Trust Systems CO.\,LTD.,C=JP". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Nov 3, 2011 12:34:34 PM PET> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=VeriSign Universal Root Certification Authority,OU=(c) 2008 VeriSign\, Inc. - For authorized use only,OU=VeriSign Trust Network,O=VeriSign\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Nov 3, 2011 12:34:34 PM PET> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=KEYNECTIS ROOT CA,OU=ROOT,O=KEYNECTIS,C=FR". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Nov 3, 2011 12:34:34 PM PET> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=GeoTrust Primary Certification Authority - G3,OU=(c) 2008 GeoTrust Inc. - For authorized use only,O=GeoTrust Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Nov 3, 2011 12:34:34 PM PET> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure" is now listening on 192.168.1.10:7006 for protocols iiops, t3s, CLUSTER-BROADCAST-SECURE, ldaps, https.>
    <Nov 3, 2011 12:34:34 PM PET> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 192.168.1.10:7005 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <Nov 3, 2011 12:34:34 PM PET> <Notice> <WebLogicServer> <BEA-000330> <Started WebLogic Managed Server "Server01" for domain "DomainOWL" running in Production Mode>
    Exception in thread "[STANDBY] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClassCond(ClassLoader.java:632)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:616)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
         at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
         at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:217)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Exception in thread "[ACTIVE] ExecuteThread: '8' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    Exception in thread "[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    Exception in thread "[ACTIVE] ExecuteThread: '14' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    Exception in thread "[ACTIVE] ExecuteThread: '16' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    <Nov 3, 2011 12:36:27 PM PET> <Error> <HTTP> <BEA-101020> <[ServletContext@15375304[app:bea_wls_deployment_internal module:bea_wls_deployment_internal.war path:/bea_wls_deployment_internal spec-version:null]] Servlet failed with Exception
    java.lang.OutOfMemoryError: PermGen space
    >
    Exception in thread "[ACTIVE] ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    Exception in thread "Timer-1" java.lang.OutOfMemoryError: PermGen space
    Exception in thread "[ACTIVE] ExecuteThread: '23' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    <Nov 3, 2011 12:36:53 PM PET> <Error> <HTTP> <BEA-101020> <[ServletContext@15375304[app:bea_wls_deployment_internal module:bea_wls_deployment_internal.war path:/bea_wls_deployment_internal spec-version:null]] Servlet failed with Exception
    java.lang.OutOfMemoryError: PermGen space
    >
    <Nov 3, 2011 12:36:24 PM PET> <Error> <Socket> <BEA-000405> <Uncaught Throwable in processSockets
    java.lang.OutOfMemoryError: PermGen space.
    java.lang.OutOfMemoryError: PermGen space
    >
    <Nov 3, 2011 12:36:33 PM PET> <Error> <JMX> <BEA-149501> <An exception occurred while registering the MBean com.bea:Name=idmAdminServerT,Type=Server at property WebService.
    java.lang.OutOfMemoryError: PermGen space
    >
    Exception in thread "[ACTIVE] ExecuteThread: '21' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    Exception in thread "[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    Exception in thread "[ACTIVE] ExecuteThread: '24' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    java.lang.OutOfMemoryError: PermGen space
    Exception in thread "[ACTIVE] ExecuteThread: '17' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    Exception in thread "[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    Exception in thread "[ACTIVE] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    <Nov 3, 2011 12:37:16 PM PET> <Warning> <Socket> <BEA-000402> <There are: 5 active sockets, but the maximum number of socket reader threads allowed by the configuration is: 4. You may want to alter your configuration.>
    Exception in thread "[ACTIVE] ExecuteThread: '20' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    Exception in thread "[ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    Exception in thread "[ACTIVE] ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    Exception in thread "[ACTIVE] ExecuteThread: '25' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    <Nov 3, 2011 12:39:41 PM PET> <Error> <HTTP> <BEA-101216> <Servlet: "CoordinatorPortTypeServlethttp" failed to preload on startup in Web application: "wls-wsat.war".
    java.lang.OutOfMemoryError: PermGen space
    >
    <Nov 3, 2011 12:42:32 PM PET> <Error> <HTTP> <BEA-101017> <[ServletContext@15375304[app:bea_wls_deployment_internal module:bea_wls_deployment_internal.war path:/bea_wls_deployment_internal spec-version:null]] Root cause of ServletException.
    java.lang.OutOfMemoryError: PermGen space
    >
    <Nov 3, 2011 12:43:15 PM PET> <Error> <HTTP> <BEA-101017> <[ServletContext@15375304[app:bea_wls_deployment_internal module:bea_wls_deployment_internal.war path:/bea_wls_deployment_internal spec-version:null]] Root cause of ServletException.
    java.lang.OutOfMemoryError: PermGen space
    >
    <Nov 3, 2011 12:43:26 PM PET> <Error> <Socket> <BEA-000405> <Uncaught Throwable in processSockets
    java.lang.OutOfMemoryError: PermGen space.
    java.lang.OutOfMemoryError: PermGen space
    >
    Exception in thread "[ACTIVE] ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    java.lang.OutOfMemoryError: PermGen space
    Exception in thread "[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    java.lang.OutOfMemoryError: PermGen space
    Exception in thread "[STANDBY] ExecuteThread: '19' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    <Nov 3, 2011 12:45:53 PM PET> <Error> <HTTP> <BEA-101017> <[ServletContext@15375304[app:bea_wls_deployment_internal module:bea_wls_deployment_internal.war path:/bea_wls_deployment_internal spec-version:null]] Root cause of ServletException.
    java.lang.OutOfMemoryError: PermGen space
    >
    Exception in thread "[ACTIVE] ExecuteThread: '22' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    Exception in thread "[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    Exception in thread "[ACTIVE] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    java.lang.OutOfMemoryError: PermGen space
    Exception in thread "[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    Exception in thread "[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    Exception in thread "weblogic.timers.TimerThread" java.lang.OutOfMemoryError: PermGen space
    Thanks

    <Nov 4, 2011 11:42:08 AM PET> <Error> <Socket> <BEA-000405> <Uncaught Throwable in processSockets
    java.lang.OutOfMemoryError: PermGen space.
    java.lang.OutOfMemoryError: PermGen space
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClassCond(ClassLoader.java:632)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:616)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
         at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
         Truncated. see log file for complete stacktrace
    >
    <Nov 4, 2011 11:42:34 AM PET> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: java.lang.OutOfMemoryError: PermGen space
    java.lang.OutOfMemoryError: PermGen space
         at java.lang.Class.getDeclaredMethods0(Native Method)
         at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
         at java.lang.Class.getDeclaredMethod(Class.java:1935)
         at java.io.ObjectStreamClass.getInheritableMethod(ObjectStreamClass.java:1349)
         at java.io.ObjectStreamClass.access$2200(ObjectStreamClass.java:52)
         Truncated. see log file for complete stacktrace
    >
    The WebLogic Server encountered a critical failure
    Reason: PermGen space
    Exception in thread "[ACTIVE] ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    Exception in thread "main" java.lang.OutOfMemoryError: PermGen space
    Exception in thread "[ACTIVE] ExecuteThread: '14' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    Exception in thread "[ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    Exception in thread "[ACTIVE] ExecuteThread: '25' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    Exception in thread "[ACTIVE] ExecuteThread: '22' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    Exception in thread "[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    <Nov 4, 2011 11:44:08 AM PET> <Warning> <Socket> <BEA-000402> <There are: 5 active sockets, but the maximum number of socket reader threads allowed by the configuration is: 4. You may want to alter your configuration.>
    Exception in thread "[ACTIVE] ExecuteThread: '27' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    Exception in thread "[ACTIVE] ExecuteThread: '21' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    Exception in thread "[ACTIVE] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    Exception in thread "[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    Exception in thread "[ACTIVE] ExecuteThread: '23' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    <Nov 4, 2011 11:44:43 AM PET> <Error> <Socket> <BEA-000405> <Uncaught Throwable in processSockets
    java.lang.OutOfMemoryError: PermGen space.
    java.lang.OutOfMemoryError: PermGen space
    I made the change and continue with the same problem, you can tell me which file should make this change, very grateful

  • Can' t connect Java with MySQL

    My goal is to connect Java with MySQL. I found many solutions on Internet, but I always get the same mistake:
    SQLException: No suitable driver
    SQLState: 08001
    VendorError: 0MySQL works fine alone or with php.Only thing left me to think is that the installed versions are not compatible for this mysql-connector-java-5.0.4
    I don't believe that could be a reason.
    Installed versions are:
    Apache Tomcat 5.5.20 Server
    Apache HTTP Server 2.2.4
    PHP 5.2.0
    MySQL 5.2
    jre 1.5.0_11
    jdk1.5.0_11
    Apache Tomacat JK2 connector Version: 1.2.20 File Name: mod_jk-apache-2.2.3.so
    mysql-connector-java-5.0.4
    I also set connector in class path: C:\mysql-connector-java-5.0.4;C:\mysql-connector-java-5.0.4\mysql-connector-java-5.0.4-bin.jar;C:\mysql-connector-java-5.0.4\src\com\mysql\jdbc
    For installation I used manulas from:
    http://apacheguide.org/jsp.php
    http://doc.51windows.net/mysql/?url=/MySQL/ch23s03.html
    Here is also a test code in java:
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.SQLException;
       public class Connect
           public static void main (String[] args)
               Connection conn = null;
               try {
        conn =
           DriverManager.getConnection("jdbc:mysql://localhost/first_test" +
                                       "user=monty&password=greatsqldb");
        // Do something with the Connection
    } catch (SQLException ex) {
        // handle any errors
        System.out.println("SQLException: " + ex.getMessage());
        System.out.println("SQLState: " + ex.getSQLState());
        System.out.println("VendorError: " + ex.getErrorCode());
       }i'm desperate, please help or tell me someone who'll know the answer.
    Thank You in advance

    hey buddy .. it seems yr code is wrong .. in getconnection () method u should also specify the port ,which u r not doing ...
    the default port for MySQL is 3306 ... see below i am giving you a sample code ... its working fine .. and dont forget to put the MySQL driver jar path in to classpath and also copy the jar into common/lib folder of your tomcat ....
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.ResultSet;
    import java.sql.SQLException;
    import java.sql.Statement;
    public class MySQLConnectionTest {
         public static void main(String[] args) {
    new MySQLConnectionTest().connTest();
    public void connTest() {
              String tableName = "portfolio"; //change as per setting
              String hostName = "10.81.9.39"; // please change for the target database ip or hostname
              String dbPort = "3306"; //change if not using the default
              String dbName = "tradingsystem"; //change as per the given DB name
              String username = "root"; //change as per setting
              String password = "password"; //change as per setting
              System.out.println("before try");
              Double data=0.0;
         Double data1=0.0;
              try {
    Class.forName("org.gjt.mm.mysql.Driver");
                   System.out.println("before driver manager");
    Connection conn = DriverManager.getConnection("jdbc:mysql://"+hostName+":"+dbPort+"/"+dbName, username, password);
    String query1 = "select * from "+tableName+" where User_id='trader1' and Stock_Type='Equity'";
    System.out.println("quesry1="+query1);
    Statement stmt = conn.createStatement();
    ResultSet rs1 = stmt.executeQuery(query1);
    while(rs1.next())
         System.out.println("hiiiiii for rs1");
         System.out.println(rs1);
         Quantity=(Integer)rs1.getObject(5);
         MarketPrice=(Double) rs1.getObject(8);
         data=Quantity*MarketPrice;
         data1+=data;
         System.out.println("data1="+data1);
         i=0;
    rs1.close();
    stmt.close();
    conn.close();
    } catch (ClassNotFoundException e) {
    e.printStackTrace(System.err);
    } catch (SQLException e) {
    e.printStackTrace(System.err);
    i hope it will work for u...
    cheers,

  • JVM Crashing!!!

    linux 9,jdk1.5,mysql
    after start my program,VM crashed immediately,left this log file.
    i running this program on other machines it's crash too,but can running few hours
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xb6e84bbb, pid=4687, tid=163851
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_03-b07 mixed mode, sharing)
    # Problematic frame:
    # V [libjvm.so+0x186bbb]
    --------------- T H R E A D ---------------
    Current thread (0x083681f0): JavaThread "Thread-2" [_thread_in_vm, id=4729]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x00000000
    Registers:
    EAX=0x00000000, EBX=0xb7039e68, ECX=0x00000000, EDX=0x00000001
    ESP=0xb1160384, EBP=0xb11603ac, ESI=0x083681f0, EDI=0x080d6d61
    EIP=0xb6e84bbb, CR2=0x00000000, EFLAGS=0x00210286
    Top of Stack: (sp=0xb1160384)
    0xb1160384: 083681f0 00000006 00000000 083681f0
    0xb1160394: 083681f0 00000000 00000000 b0ce0460
    0xb11603a4: 083682ac 080d6d61 b11603ec b0cd8dbf
    0xb11603b4: 083682ac 00000000 00000032 b0cd8cce
    0xb11603c4: 083681f0 00000205 b7039e68 00000000
    0xb11603d4: b1160524 b0cdf7b8 0000000b b0ce0460
    0xb11603e4: b11604f4 083682ac b116041c b0cd6d32
    0xb11603f4: 083682ac b0cdf2a0 b11606dc b11604f4
    Instructions: (pc=0xb6e84bbb)
    0xb6e84bab: 06 50 e8 9e 4d f4 ff 8b 75 d8 8b 45 0c 83 c4 10
    0xb6e84bbb: 8b 00 8b 78 08 8b 83 f0 13 00 00 c7 86 e4 00 00
    Stack: [0xb10e1000,0xb1161000), sp=0xb1160384, free space=508k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x186bbb]
    C [libmqjbnd05.so+0x6dbf] table_java_to_native+0xff
    C [libmqjbnd05.so+0x4d32] mqmd_java_to_native_put+0x102
    C [libmqjbnd05.so+0x3608] Java_com_ibm_mq_server_MQSESSION__1MQPUT+0xb8
    j com.ibm.mq.server.MQSESSION._MQPUT(IILcom/ibm/mq/MQMD;Lcom/ibm/mq/MQPutMessageOptions;I[BLcom/ibm/mq/Pint;Lcom/ibm/mq/Pint;)V+0
    j com.ibm.mq.server.MQSESSION.MQPUT(IILcom/ibm/mq/MQMD;Lcom/ibm/mq/MQPutMessageOptions;I[BLcom/ibm/mq/Pint;Lcom/ibm/mq/Pint;)V+249
    j com.ibm.mq.MQQueue.put(Lcom/ibm/mq/MQMessage;Lcom/ibm/mq/MQPutMessageOptions;)V+618
    j com.kejian.cyberexchange.common.mom.IBMMQ.send(Lcom/kejian/cyberexchange/common/CXMessage;)V+389
    j com.kejian.cyberexchange.service.Sender$InternalSender.run()V+18
    j edu.my.util.worker.ProcessorShield$1.run()V+4
    j edu.my.util.worker.PooledWorker$Open$LifeRunnable.run()V+9
    j edu.my.util.worker.PooledWorker$Open$PreparedRunnable.run()V+14
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    V [libjvm.so+0x16a7dc]
    V [libjvm.so+0x2590d8]
    V [libjvm.so+0x16a035]
    V [libjvm.so+0x16a0ce]
    V [libjvm.so+0x1ceec5]
    V [libjvm.so+0x2b1f03]
    V [libjvm.so+0x259be8]
    C [libpthread.so.0+0x6e51]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j com.ibm.mq.server.MQSESSION._MQPUT(IILcom/ibm/mq/MQMD;Lcom/ibm/mq/MQPutMessageOptions;I[BLcom/ibm/mq/Pint;Lcom/ibm/mq/Pint;)V+0
    j com.ibm.mq.server.MQSESSION.MQPUT(IILcom/ibm/mq/MQMD;Lcom/ibm/mq/MQPutMessageOptions;I[BLcom/ibm/mq/Pint;Lcom/ibm/mq/Pint;)V+249
    j com.ibm.mq.MQQueue.put(Lcom/ibm/mq/MQMessage;Lcom/ibm/mq/MQPutMessageOptions;)V+618
    j com.kejian.cyberexchange.common.mom.IBMMQ.send(Lcom/kejian/cyberexchange/common/CXMessage;)V+389
    j com.kejian.cyberexchange.service.Sender$InternalSender.run()V+18
    j edu.my.util.worker.ProcessorShield$1.run()V+4
    j edu.my.util.worker.PooledWorker$Open$LifeRunnable.run()V+9
    j edu.my.util.worker.PooledWorker$Open$PreparedRunnable.run()V+14
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0805baa8 JavaThread "DestroyJavaVM" [_thread_blocked, id=4687]
    0x084297a0 JavaThread "Thread-10" [_thread_in_native, id=4737]
    0x0842c4f0 JavaThread "Thread-9" [_thread_blocked, id=4736]
    0x08428a50 JavaThread "Thread-8" [_thread_blocked, id=4735]
    0x084599b8 JavaThread "Thread-7" [_thread_blocked, id=4734]
    0x084586b0 JavaThread "Thread-4" [_thread_blocked, id=4733]
    0x08456d38 JavaThread "Thread-6" [_thread_in_native, id=4732]
    0x08458380 JavaThread "Thread-5" [_thread_in_native, id=4731]
    0x08454a18 JavaThread "Thread-3" [_thread_in_native, id=4730]
    =>0x083681f0 JavaThread "Thread-2" [_thread_in_vm, id=4729]
    0x08366f88 JavaThread "Thread-1" [_thread_in_native, id=4728]
    0x08365990 JavaThread "Thread-0" [_thread_blocked, id=4727]
    0x080a6178 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=4694]
    0x080a4808 JavaThread "CompilerThread0" daemon [_thread_blocked, id=4693]
    0x080a3370 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4692]
    0x0809d5f0 JavaThread "Finalizer" daemon [_thread_blocked, id=4691]
    0x0809b2b0 JavaThread "Reference Handler" daemon [_thread_blocked, id=4690]
    Other Threads:
    0x08095e58 VMThread [id=4689]
    0x080a7bb8 WatcherThread [id=4695]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 1344K, used 1029K [0x88100000, 0x88270000, 0x885e0000)
    eden space 1216K, 84% used [0x88100000, 0x882016e0, 0x88230000)
    from space 128K, 0% used [0x88250000, 0x88250000, 0x88270000)
    to space 128K, 0% used [0x88230000, 0x88230000, 0x88250000)
    tenured generation total 16324K, used 10816K [0x885e0000, 0x895d1000, 0x8c100000)
    the space 16324K, 66% used [0x885e0000, 0x890700c8, 0x89070200, 0x895d1000)
    compacting perm gen total 8192K, used 3931K [0x8c100000, 0x8c900000, 0x90100000)
    the space 8192K, 47% used [0x8c100000, 0x8c4d6cd0, 0x8c4d6e00, 0x8c900000)
    ro space 8192K, 68% used [0x90100000, 0x90679358, 0x90679400, 0x90900000)
    rw space 12288K, 47% used [0x90900000, 0x90eb6a60, 0x90eb6c00, 0x91500000)
    Dynamic libraries:
    08048000-08056000 r-xp 00000000 08:01 1491234 /usr/jdk1.5.0_03/bin/java
    08056000-08058000 rw-p 0000e000 08:01 1491234 /usr/jdk1.5.0_03/bin/java
    08058000-08570000 rw-p 00000000 00:00 0
    88100000-88270000 rwxp 00000000 00:00 0
    88270000-885e0000 rwxp 00170000 00:00 0
    885e0000-895d1000 rwxp 00000000 00:00 0
    895d1000-8c100000 rwxp 014d1000 00:00 0
    8c100000-8c900000 rwxp 00000000 00:00 0
    8c900000-90100000 rwxp 04800000 00:00 0
    90100000-9067a000 r--s 00001000 08:01 3752066 /usr/jdk1.5.0_03/jre/lib/i386/client/classes.jsa
    9067a000-90900000 rwxp 0857a000 00:00 0
    90900000-90eb7000 rw-p 0057b000 08:01 3752066 /usr/jdk1.5.0_03/jre/lib/i386/client/classes.jsa
    90eb7000-91500000 rwxp 08db7000 00:00 0
    91500000-915cf000 rw-p 00b32000 08:01 3752066 /usr/jdk1.5.0_03/jre/lib/i386/client/classes.jsa
    915cf000-91900000 rwxp 094cf000 00:00 0
    91900000-91904000 r-xs 00c01000 08:01 3752066 /usr/jdk1.5.0_03/jre/lib/i386/client/classes.jsa
    91904000-91d00000 rwxp 09804000 00:00 0
    affd2000-affd3000 ---p 00000000 00:00 0
    affd3000-affe3000 rwxp 00001000 00:00 0
    affe3000-b0300000 rw-s 00000000 00:04 688143 /SYSV010dc146 (deleted)
    b0300000-b0b32000 rw-s 00000000 00:04 589836 /SYSV010dc131 (deleted)
    b0b32000-b0b33000 rw-s 00000000 00:04 491529 /SYSV81254165 (deleted)
    b0b33000-b0b34000 r-xp 00000000 08:01 1311006 /opt/mqm/lib/libmqmzse.so
    b0b34000-b0b35000 rw-p 00000000 08:01 1311006 /opt/mqm/lib/libmqmzse.so
    b0b35000-b0be0000 r-xp 00000000 08:01 1311005 /opt/mqm/lib/libmqmcs_r.so
    b0be0000-b0c37000 rw-p 000aa000 08:01 1311005 /opt/mqm/lib/libmqmcs_r.so
    b0c37000-b0c3c000 rw-p 00000000 00:00 0
    b0c3c000-b0cbd000 r-xp 00000000 08:01 1311053 /opt/mqm/lib/libmqm_r.so
    b0cbd000-b0cc6000 rw-p 00080000 08:01 1311053 /opt/mqm/lib/libmqm_r.so
    b0cc6000-b0cc8000 rw-p 00000000 00:00 0
    b0cd2000-b0cdf000 r-xp 00000000 08:01 2408809 /opt/mqm/java/lib/libmqjbnd05.so
    b0cdf000-b0ce1000 rw-p 0000c000 08:01 2408809 /opt/mqm/java/lib/libmqjbnd05.so
    b0ce1000-b0ce4000 ---p 00000000 00:00 0
    b0ce4000-b0d61000 rwxp 00003000 00:00 0
    b0d61000-b0d64000 ---p 00000000 00:00 0
    b0d64000-b0de1000 rwxp 00003000 00:00 0
    b0de1000-b0de4000 ---p 00000000 00:00 0
    b0de4000-b0e61000 rwxp 00003000 00:00 0
    b0e61000-b0e64000 ---p 00000000 00:00 0
    b0e64000-b0ee1000 rwxp 00003000 00:00 0
    b0ee1000-b0ee4000 ---p 00000000 00:00 0
    b0ee4000-b0f61000 rwxp 00003000 00:00 0
    b0f61000-b0f64000 ---p 00000000 00:00 0
    b0f64000-b0fe1000 rwxp 00003000 00:00 0
    b0fe1000-b0fe4000 ---p 00000000 00:00 0
    b0fe4000-b1061000 rwxp 00003000 00:00 0
    b1061000-b1064000 ---p 00000000 00:00 0
    b1064000-b10e1000 rwxp 00003000 00:00 0
    b10e1000-b10e4000 ---p 00000000 00:00 0
    b10e4000-b1161000 rwxp 00003000 00:00 0
    b1161000-b1164000 ---p 00000000 00:00 0
    b1164000-b11e1000 rwxp 00003000 00:00 0
    b11e1000-b11e4000 ---p 00000000 00:00 0
    b11e4000-b1261000 rwxp 00003000 00:00 0
    b1261000-b1275000 r-xp 00000000 08:01 1179965 /usr/jdk1.5.0_03/jre/lib/i386/libnet.so
    b1275000-b1276000 rw-p 00013000 08:01 1179965 /usr/jdk1.5.0_03/jre/lib/i386/libnet.so
    b1276000-b1278000 r--s 00000000 08:01 1818908 /zskejian/cxplatform/lib/cxcenter.jar
    b1278000-b1286000 r--s 00000000 08:01 1818909 /zskejian/cxplatform/lib/cxcore.jar
    b1286000-b12e7000 r--s 00000000 08:01 1818914 /zskejian/cxplatform/lib/mysql-connector-java-3.1.7-bin.jar
    b12e7000-b1307000 r--s 00000000 08:01 1818916 /zskejian/cxplatform/lib/worker_pool-1.0.jar
    b1307000-b133f000 r--s 00000000 08:01 1818915 /zskejian/cxplatform/lib/protomatter-1.1.8.jar
    b133f000-b1396000 r--s 00000000 08:01 1818913 /zskejian/cxplatform/lib/log4j-1.2.8.jar
    b1396000-b13b8000 r--s 00000000 08:01 1818912 /zskejian/cxplatform/lib/jdom-b9.jar
    b13b8000-b13ba000 r--s 00000000 08:01 1818911 /zskejian/cxplatform/lib/jaxen-jdom-1.0.jar
    b13ba000-b1431000 r--s 00000000 08:01 1818910 /zskejian/cxplatform/lib/dom4j-1.4-dev-8.jar
    b1431000-b1436000 r--s 00000000 08:01 1818907 /zskejian/cxplatform/lib/connector.jar
    b1436000-b143e000 r--s 00000000 08:01 1818906 /zskejian/cxplatform/lib/commons-logging-1.0.3.jar
    b143e000-b1488000 r--s 00000000 08:01 1818905 /zskejian/cxplatform/lib/com.ibm.mq.jar
    b1488000-b154c000 r--s 00000000 08:01 2425092 /usr/jdk1.5.0_03/jre/lib/ext/localedata.jar
    b154c000-b154e000 r--s 00000000 08:01 2425090 /usr/jdk1.5.0_03/jre/lib/ext/dnsns.jar
    b154e000-b1579000 r--s 00000000 08:01 2425089 /usr/jdk1.5.0_03/jre/lib/ext/sunpkcs11.jar
    b1579000-b159f000 r--s 00000000 08:01 2425088 /usr/jdk1.5.0_03/jre/lib/ext/sunjce_provider.jar
    b159f000-b15a0000 ---p 00000000 00:00 0
    b15a0000-b1620000 rwxp 00001000 00:00 0
    b1620000-b1623000 ---p 00000000 00:00 0
    b1623000-b16a0000 rwxp 00003000 00:00 0
    b16a0000-b16a4000 ---p 00000000 00:00 0
    b16a4000-b1721000 rwxp 00000000 00:00 0
    b1721000-b1724000 ---p 00000000 00:00 0
    b1724000-b17a1000 rwxp 00003000 00:00 0
    b17a1000-b18aa000 r--p 019c6000 08:01 3293196 /usr/lib/locale/locale-archive
    b18aa000-b1aaa000 r--p 00000000 08:01 3293196 /usr/lib/locale/locale-archive
    b1aaa000-b1aad000 ---p 00000000 00:00 0
    b1aad000-b1b2a000 rwxp 00003000 00:00 0
    b1b2a000-b1b2d000 ---p 00000000 00:00 0
    b1b2d000-b1baa000 rwxp 00003000 00:00 0
    b1baa000-b1bab000 ---p 00000000 00:00 0
    b1bab000-b1c3c000 rwxp 00001000 00:00 0
    b1c3c000-b1c58000 rwxp 00005000 00:00 0
    b1c58000-b1c60000 rwxp 00000000 00:00 0
    b1c60000-b1c76000 rwxp 00008000 00:00 0
    b1c76000-b1c77000 rwxp 00000000 00:00 0
    b1c77000-b1c78000 rwxp 00001000 00:00 0
    b1c78000-b1c81000 rwxp 00000000 00:00 0
    b1c81000-b1c96000 rwxp 0000b000 00:00 0
    b1c96000-b1c9a000 rwxp 00000000 00:00 0
    b1c9a000-b1cb6000 rwxp 00024000 00:00 0
    b1cb6000-b1cc6000 rwxp 00000000 00:00 0
    b1cc6000-b1d41000 rwxp 00005000 00:00 0
    b1d41000-b1e59000 rwxp 00000000 00:00 0
    b1e59000-b3d41000 rwxp 00118000 00:00 0
    b3d41000-b457c000 r--s 00000000 08:01 3244333 /usr/jdk1.5.0_03/jre/lib/charsets.jar
    b457c000-b4590000 r--s 00000000 08:01 3244299 /usr/jdk1.5.0_03/jre/lib/jce.jar
    b4590000-b4617000 r--s 00000000 08:01 3244330 /usr/jdk1.5.0_03/jre/lib/jsse.jar
    b4617000-b4680000 rw-p 00000000 00:00 0
    b4680000-b6c63000 r--s 00000000 08:01 3244335 /usr/jdk1.5.0_03/jre/lib/rt.jar
    b6c63000-b6c76000 r-xp 00000000 08:01 1179962 /usr/jdk1.5.0_03/jre/lib/i386/libzip.so
    b6c76000-b6c78000 rw-p 00012000 08:01 1179962 /usr/jdk1.5.0_03/jre/lib/i386/libzip.so
    b6c78000-b6c99000 r-xp 00000000 08:01 1179960 /usr/jdk1.5.0_03/jre/lib/i386/libjava.so
    b6c99000-b6c9b000 rw-p 00020000 08:01 1179960 /usr/jdk1.5.0_03/jre/lib/i386/libjava.so
    b6c9b000-b6ca6000 r-xp 00000000 08:01 1179959 /usr/jdk1.5.0_03/jre/lib/i386/libverify.so
    b6ca6000-b6ca7000 rw-p 0000b000 08:01 1179959 /usr/jdk1.5.0_03/jre/lib/i386/libverify.so
    b6ca7000-b6cb2000 r-xp 00000000 08:01 507941 /lib/libnss_files-2.3.2.so
    b6cb2000-b6cb3000 rw-p 0000a000 08:01 507941 /lib/libnss_files-2.3.2.so
    b6cb3000-b6cc5000 r-xp 00000000 08:01 507925 /lib/libnsl-2.3.2.so
    b6cc5000-b6cc6000 rw-p 00011000 08:01 507925 /lib/libnsl-2.3.2.so
    b6cc6000-b6cc8000 rw-p 00000000 00:00 0
    b6cca000-b6cd2000 rw-s 00000000 08:01 3326137 /tmp/hsperfdata_mqm/4687
    b6cd2000-b6cf3000 r-xp 00000000 08:01 3751948 /lib/i686/libm-2.3.2.so
    b6cf3000-b6cf4000 rw-p 00020000 08:01 3751948 /lib/i686/libm-2.3.2.so
    b6cf5000-b6cfb000 r-xp 00000000 08:01 1720578 /usr/jdk1.5.0_03/jre/lib/i386/native_threads/libhpi.so
    b6cfb000-b6cfc000 rw-p 00006000 08:01 1720578 /usr/jdk1.5.0_03/jre/lib/i386/native_threads/libhpi.so
    b6cfc000-b6cfd000 rwxp 00001000 00:00 0
    b6cfd000-b6cfe000 r--p 00000000 00:00 0
    b6cfe000-b701f000 r-xp 00000000 08:01 3752063 /usr/jdk1.5.0_03/jre/lib/i386/client/libjvm.so
    b701f000-b703d000 rw-p 00320000 08:01 3752063 /usr/jdk1.5.0_03/jre/lib/i386/client/libjvm.so
    b703d000-b7452000 rw-p 00000000 00:00 0
    b7452000-b7586000 r-xp 00000000 08:01 3751946 /lib/i686/libc-2.3.2.so
    b7586000-b7589000 rw-p 00133000 08:01 3751946 /lib/i686/libc-2.3.2.so
    b7589000-b758c000 rw-p 00000000 00:00 0
    b758c000-b758e000 r-xp 00000000 08:01 507921 /lib/libdl-2.3.2.so
    b758e000-b758f000 rw-p 00001000 08:01 507921 /lib/libdl-2.3.2.so
    b758f000-b759d000 r-xp 00000000 08:01 3751950 /lib/i686/libpthread-0.10.so
    b759d000-b75a0000 rw-p 0000e000 08:01 3751950 /lib/i686/libpthread-0.10.so
    b75a0000-b75e1000 rw-p 00000000 00:00 0
    b75e5000-b75e8000 rw-s 00000000 00:04 753681 /SYSV010dc148 (deleted)
    b75e8000-b75eb000 rw-s 00000000 00:04 720912 /SYSV010dc147 (deleted)
    b75eb000-b7600000 r-xp 00000000 08:01 507908 /lib/ld-2.3.2.so
    b7600000-b7601000 rw-p 00015000 08:01 507908 /lib/ld-2.3.2.so
    bfe00000-bfe03000 ---p 00000000 00:00 0
    bfe03000-c0000000 rwxp ffe04000 00:00 0
    VM Arguments:
    java_command: com.kejian.cyberexchange.service.CXService
    Environment Variables:
    JAVA_HOME=/usr/jdk1.5.0_03
    CLASSPATH=.:/opt/mqm/java/lib/com.ibm.mq.jar:/opt/mqm/java/lib/com.ibm.mqjms.jar:/opt/mqm/java/lib/connector.jar:/opt/mqm/java/lib/jms.jar:/opt/mqm/java/lib/jndi.jar:/opt/mqm/java/lib/jta.jar:/opt/mqm/java/lib/providerutil.jar:/opt/mqm/java/lib/fscontext.jar:/opt/mqm/java/lib/ldap.jar
    PATH=/usr/kerberos/bin:/usr/jdk1.5.0_03/bin:/opt/mqm/java/bin:/opt/mqm/bin:/usr/jdk1.5.0_03/bin:/usr/local/sbin:/usr/sbin:/sbin:/bin:/usr/bin:/usr/local/bin:/usr/bin/X11:/usr/X11R6/bin:/var/mqm/bin
    LD_LIBRARY_PATH=/usr/jdk1.5.0_03/jre/lib/i386/client:/usr/jdk1.5.0_03/jre/lib/i386:/usr/jdk1.5.0_03/jre/../lib/i386:/opt/mqm/java/lib
    SHELL=/bin/bash
    DISPLAY=:0.0
    LD_ASSUME_KERNEL=2.4.19
    --------------- S Y S T E M ---------------
    OS:Red Hat Enterprise Linux ES release 3 (Taroon)
    uname:Linux 2.4.21-4.EL #1 Fri Oct 3 18:13:58 EDT 2003 i686
    libc:glibc 2.3.2 linuxthreads-0.10 (floating stack)
    rlimit: STACK 10240k, CORE 0k, NPROC 7168, NOFILE 1024, AS infinity
    load average:0.56 0.14 0.04
    CPU:total 1 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 1030492k(681076k free), swap 2040244k(2040244k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_03-b07) for linux-x86, built on Apr 13 2005 03:17:07 by java_re with gcc 3.2.1-7a (J2SE release)

    I suggest u can approach IBM for help. Meanwhile, can u try -Xint and/or -Xcheck:jni
    The stack frames before calling IBM native methods are compiled. See if it makes the problem goes away.
    -Xcheck:jni will just check parameters passed etc etc. So it may give a little info on what could have happened.
    Hope this helps.

  • JVM Hotspot compiler crashed

    Hello,
    The JVM crashed in one of our Solaris production environments. The cause of the crash appears to be the HotSpot compiler. It seems that the JVM was trying to compile frequently used code and then it crashed. I have checked the forums and I found one other message with the same Internal Error ID. However, in that message, it is suggested that the JVM itself is running out of C malloc space (http://forum.java.sun.com/thread.jspa?forumID=37&threadID=5127551).
    I have verified that the JVM was not running out of memory when it crashed. There was over 9 GB of swap and physical memory available to the JVM when the crash happened.
    Below are the contents of the hs_err_pid file.
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # Internal Error (434F44452255464645520E4350500060 01), pid=2355, tid=13
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_07-b03 mixed mode)
    --------------- T H R E A D ---------------
    Current thread (0x0017fcb8): JavaThread "CompilerThread0" daemon [_thread_in_native, id=13]
    Stack: [0xa2300000,0xa2380000), sp=0xa237e370, free space=504k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x6f5644]
    V [libjvm.so+0x4369b0]
    V [libjvm.so+0x1b5140]
    V [libjvm.so+0x21b8b0]
    V [libjvm.so+0x227b70]
    V [libjvm.so+0x224ce4]
    V [libjvm.so+0x21ab78]
    V [libjvm.so+0x282d78]
    V [libjvm.so+0x278d04]
    V [libjvm.so+0x2799c0]
    V [libjvm.so+0x336548]
    V [libjvm.so+0x2deae8]
    V [libjvm.so+0x6691b0]
    Current CompileTask:
    opto:4113 gov.nist.javax.sip.stack.SIPDialog.setLastResponse(Lgov/nist/javax/sip/stack/SIPTransaction;Lgov/nist/javax/sip/message/SIPResponse;)V (954 bytes)
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x01a70548 JavaThread "RMI ConnectionExpiration-[90.0.64.65:49888]" daemon [_thread_blocked, id=121153]
    0x01d8a5e0 JavaThread "RMI RenewClean-[90.0.64.65:49888]" daemon [_thread_blocked, id=5835]
    0x005433e0 JavaThread "Thread-29" [_thread_in_native, id=1227]
    0x0110a820 JavaThread "Thread-30" [_thread_blocked, id=1226]
    0x016d2ae8 JavaThread "RMI RenewClean-[90.0.64.64:32827]" daemon [_thread_blocked, id=167]
    0x00d31a28 JavaThread "UDPMessageChannelThread" daemon [_thread_blocked, id=120]
    0x0151a1a8 JavaThread "UDPMessageProcessorThread" daemon [_thread_in_native, id=119]
    0x01519f38 JavaThread "MitelTCPServer" [_thread_in_native, id=118]
    0x00f1ced8 JavaThread "MitelTCPHandler" [_thread_in_native, id=117]
    0x00f1d478 JavaThread "MinetEncryptedServer" [_thread_blocked, id=116]
    0x00f1afb8 JavaThread "JainMgcpStackImpl" [_thread_in_native, id=115]
    0x0079baf0 JavaThread "Thread-24" daemon [_thread_blocked, id=113]
    0x00d22018 JavaThread "Thread-20" daemon [_thread_blocked, id=111]
    0x00d21e50 JavaThread "Thread-18" daemon [_thread_blocked, id=110]
    0x008e4090 JavaThread "Thread-15" [_thread_in_native, id=73]
    0x01069af8 JavaThread "Thread-16" [_thread_blocked, id=72]
    0x010e5720 JavaThread "Thread-14" [_thread_blocked, id=69]
    0x000388d8 JavaThread "DestroyJavaVM" [_thread_blocked, id=1]
    0x01e6b3b0 JavaThread "RTSEngine Watchdog" [_thread_blocked, id=68]
    0x007826e0 JavaThread "RTSEngine" [_thread_in_Java, id=67]
    0x00be1cd8 JavaThread "DBEngine Watchdog" [_thread_blocked, id=66]
    0x00bdde38 JavaThread "DBEngine" [_thread_blocked, id=65]
    0x00fc8a08 JavaThread "DefaultDomain:class=SnmpV3AdaptorServer,protocol=snmp,port=8163" [_thread_in_native, id=63]
    0x00605e60 JavaThread "DefaultDomain:class=HtmlAdaptorServer,protocol=html,port=9001" [_thread_in_native, id=62]
    0x001f98a0 JavaThread "CDR Processor" [_thread_blocked, id=61]
    0x00fcb680 JavaThread "Python Server" [_thread_in_native, id=60]
    0x00a15bc0 JavaThread "CDR File Manager" [_thread_blocked, id=59]
    0x00542bb0 JavaThread "MemoryLogger" [_thread_blocked, id=58]
    0x00541d20 JavaThread "Globals Executioner" [_thread_blocked, id=57]
    0x00a16068 JavaThread "Remote Command Executioner" [_thread_blocked, id=56]
    0x0157ab78 JavaThread "CallpAuditor" [_thread_blocked, id=55]
    0x00664068 JavaThread "VACommClient" [_thread_blocked, id=54]
    0x003f34e0 JavaThread "Thread-11" [_thread_blocked, id=50]
    0x005844a8 JavaThread "Thread-10" daemon [_thread_blocked, id=34]
    0x00f95e60 JavaThread "RMI LeaseChecker" daemon [_thread_blocked, id=32]
    0x010821f0 JavaThread "GC Daemon" daemon [_thread_blocked, id=30]
    0x00587928 JavaThread "RMI Reaper" [_thread_blocked, id=29]
    0x015fd208 JavaThread "Timer-3" [_thread_blocked, id=28]
    0x009b4200 JavaThread "EventScannerThread" [_thread_blocked, id=27]
    0x006df418 JavaThread "Timer-2" [_thread_blocked, id=26]
    0x0051d958 JavaThread "MemoryHandlerEx" [_thread_blocked, id=20]
    0x0035cef8 JavaThread "RMI TCP Accept-4003" daemon [_thread_in_native, id=18]
    0x00357d70 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=17]
    0x003555c8 JavaThread "Timer-0" daemon [_thread_blocked, id=16]
    0x00181d90 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=15]
    0x00180c10 JavaThread "CompilerThread1" daemon [_thread_blocked, id=14]
    =>0x0017fcb8 JavaThread "CompilerThread0" daemon [_thread_in_native, id=13]
    0x0017e370 JavaThread "AdapterThread" daemon [_thread_blocked, id=12]
    0x0017d1e8 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=11]
    0x0017c118 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=10]
    0x00174030 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_in_native, id=9]
    0x00171420 JavaThread "Surrogate Locker Thread (CMS)" daemon [_thread_blocked, id=8]
    0x00164aa8 JavaThread "Finalizer" daemon [_thread_blocked, id=7]
    0x00164568 JavaThread "Reference Handler" daemon [_thread_blocked, id=6]
    Other Threads:
    0x00162488 VMThread [id=5]
    0x003b28f0 WatcherThread [id=19]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    par new generation total 7424K, used 3798K [0xa5800000, 0xa6000000, 0xa6000000)
    eden space 6656K, 45% used [0xa5800000, 0xa5af5b48, 0xa5e80000)
    from space 768K, 100% used [0xa5e80000, 0xa5f40000, 0xa5f40000)
    to space 768K, 0% used [0xa5f40000, 0xa5f40000, 0xa6000000)
    concurrent mark-sweep generation total 1220608K, used 354273K [0xa6000000, 0xf0800000, 0xf0800000)
    concurrent-mark-sweep perm gen total 46400K, used 27804K [0xf0800000, 0xf3550000, 0xf8800000)
    Dynamic libraries:
    0x00010000      /usr/jdk1.5.0_07/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      /usr/jdk1.5.0_07/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
    0xff050000      /usr/jdk1.5.0_07/jre/lib/sparc/native_threads/libhpi.so
    0xfe7b0000      /usr/jdk1.5.0_07/jre/lib/sparc/libjdwp.so
    0xfe770000      /usr/jdk1.5.0_07/jre/lib/sparc/libverify.so
    0xfe720000      /usr/jdk1.5.0_07/jre/lib/sparc/libjava.so
    0xfe700000      /usr/jdk1.5.0_07/jre/lib/sparc/libzip.so
    0xfbfb0000      /usr/lib/locale/en_US.ISO8859-1/en_US.ISO8859-1.so.2
    0xfbf90000      /usr/jdk1.5.0_07/jre/lib/sparc/libdt_socket.so
    0xfbee0000      /usr/lib/nss_files.so.1
    0xfbec0000      /usr/jdk1.5.0_07/jre/lib/sparc/libmanagement.so
    0xfbdd0000      /usr/jdk1.5.0_07/jre/lib/sparc/libnet.so
    0xf8ab0000      /usr/jdk1.5.0_07/jre/lib/sparc/libnio.so
    0xf8a90000      /usr/lib/librt.so.1
    0xf8860000      /usr/lib/libaio.so.1
    0xf8840000      /usr/lib/libmd5.so.1
    0xf8820000      /usr/lib/libsendfile.so.1
    0xa57e0000      /usr/jdk1.5.0_07/jre/lib/sparc/librmi.so
    0x9dc00000      /nci/vks.2.0.9.0.1/callp/libmgcpca.so.3.0.0.0.0
    0xa5690000      /usr/local/lib/libstdc++.so.2.10.0
    VM Arguments:
    jvm_args: -XX:+UseISM -Xms1200m -Xmx1200m -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:+CMSIncrementalPacing -XX:+CMSPermGenSweepingEnabled -XX:+CMSClassUnloadingEnabled -XX:+CMSParallelRemarkEnabled -XX:+DisableExplicitGC -XX:MaxPermSize=128m -XX:SurvivorRatio=8 -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:-TraceClassUnloading -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=4001 -Dcom.sun.management.jmxremote.port=4003 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.password.file=/nci/vks/callp/jmxremote.password -Dnci.callp.state=2
    java_command: com.nci.callp.MainApplication
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=/usr/java
    CLASSPATH=:/usr/java/lib/tools.jar:/usr/java/jre/lib/rt.jar:.:/nci/vks/lib/bitlib.jar:/nci/vks/lib/nist.jar:/nci/vks/lib/antlrall.jar:/nci/vks/lib/common.jar:/nci/vks/lib/jconn2.jar:/nci/vks/callp/callp.jar:/nci/vks/callp/lib/3comlib.jar:/nci/vks/callp/lib/jcert.jar:/nci/vks/callp/lib/jnet.jar:/nci/vks/callp/lib/jsse.jar:/nci/vks/callp/lib/mitellib.jar:/nci/vks/mediaserver/mediaserver.jar:/nci/vks/snmp/snmp.jar:/nci/vks/snmp/lib/solaris/jdmkrt.jar:/nci/vks/snmp/lib/solaris/jdmktk.jar:/nci/vks/snmp/lib/solaris/jsnmpapi.jar:/nci/vks/auditor/auditor.jar:.:/nci/vks/lib/bitlib.jar:/nci/vks/lib/nist.jar:/nci/vks/lib/antlrall.jar:/nci/vks/lib/common.jar:/nci/vks/lib/jconn2.jar:/vks_shared/callp/resources:/nci/vks/callp/callp.jar:/nci/vks/callp/lib/3comlib.jar:/nci/vks/callp/lib/jcert.jar:/nci/vks/callp/lib/jnet.jar:/nci/vks/callp/lib/jsse.jar:/nci/vks/callp/lib/mitellib.jar:/nci/vks/callp/lib/cpl.jar:/nci/vks/callp/lib/asbsdk.jar:/nci/vks/mediaserver/mediaserver.jar:/nci/vks/snmp/snmp.jar:/nci/vks/snmp/lib/solaris/jdmkrt.jar:/nci/vks/snmp/lib/solaris/jdmktk.jar:/nci/vks/snmp/lib/solaris/jsnmpapi.jar:/nci/vks/lib/commons-collections-3.0.jar:/nci/vks/lib/commons-lang-2.0.jar:/nci/vks/lib/jython.jar:/nci/vks/lib/castor-0.9.7.jar:/usr/java/lib/tools.jar:/nci/vks/lib/commons-logging-1.0.3.jar://nci/vks/lib/common.nist.jar://nci/vks/lib/concurrent.jar://nci/vks/lib/log4j-1.2.8.jar
    PATH=/nci/sybase/SYBSsa9/bin32:/nci/sybase/shared9/sybcentral43:/usr/sbin:/usr/bin:/nci/sybase/SYBSsa9/bin:/usr/sbin:/opt/SUNWcgha/sbin:/nci/vks/bin:/usr/local/bin:/usr/ccs/bin:/opt/SUNWcgha/sbin:/nci/mysql/bin
    LD_LIBRARY_PATH=/usr/jdk1.5.0_07/jre/lib/sparc/server:/usr/jdk1.5.0_07/jre/lib/sparc:/usr/jdk1.5.0_07/jre/../lib/sparc:/nci/sybase/SYBSsa9/lib32:/nci/sybase/SYBSsa9/lib64:/nci/sybase/SYBSsa9/jre142/lib/sparc/client:/nci/sybase/SYBSsa9/jre142/lib/sparc:/nci/sybase/SYBSsa9/jre142/lib/sparc/native_threads:/nci/sybase/SYBSsa9/drivers/lib::/usr/lib:/nci/sybase/SYBSsa9/lib:/usr/local/lib
    SHELL=/usr/bin/bash
    HOSTTYPE=sparc
    OSTYPE=solaris2.9
    MACHTYPE=sparc-sun-solaris2.9
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x6f60b8], sa_mask[0]=0x7fbffeff, sa_flags=0x00000004
    SIGBUS: [libjvm.so+0x6f60b8], sa_mask[0]=0x7fbffeff, sa_flags=0x00000004
    SIGFPE: [libjvm.so+0x276398], sa_mask[0]=0x7fbffeff, sa_flags=0x0000000c
    SIGPIPE: [libjvm.so+0x276398], sa_mask[0]=0x7fbffeff, sa_flags=0x0000000c
    SIGILL: [libjvm.so+0x276398], sa_mask[0]=0x7fbffeff, sa_flags=0x0000000c
    SIGUSR1: [libjvm.so+0x66b714], sa_mask[0]=0x00000000, sa_flags=0x00000008
    SIGUSR2: [libjvm.so+0x276398], sa_mask[0]=0x7fbffeff, sa_flags=0x0000000c
    SIGHUP: [libjvm.so+0x66a38c], sa_mask[0]=0x7fbffeff, sa_flags=0x00000004
    SIGINT: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGQUIT: [libjvm.so+0x66a38c], sa_mask[0]=0x7fbffeff, sa_flags=0x00000004
    SIGTERM: [libjvm.so+0x66a38c], 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-28 sun4u (T2 libthread)
    rlimit: STACK 8192k, CORE infinity, NOFILE 65536, AS infinity
    load average:0.49 0.59 0.61
    CPU:total 2 has_v8, has_v9, has_vis1, has_vis2, is_ultra3
    Memory: 8k page, physical 4194304k(839536k free)
    vm_info: Java HotSpot(TM) Server VM (1.5.0_07-b03) for solaris-sparc, built on May 3 2006 01:22:35 by unknown with unknown Workshop:0x550

    0x00181d90 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=15]
    0x00180c10 JavaThread "CompilerThread1" daemon [_thread_blocked, id=14]
    =>0x0017fcb8 JavaThread "CompilerThread0" daemon [_thread_in_native, id=13]
    0x0017e370 JavaThread "AdapterThread" daemon [_thread_blocked, id=12]
    0x0017d1e8 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=11]upgrade ur java to 1.5u11, this may solve the problem
    the application is crashing in compiler thread.
    the easiest workaround is to use -server or -client (vice versa) and check with which option your application doesn't crash.

  • XML parser not able to find encoding format of xml file with jre1.4.2

    Hi
    I am using jre1.4.2_05 and Weblogic 8.1 version and i have a problem with finding encoding format of xml file.
    I need to parse a xml file and need to find which encoding format that xml is based on that i need to change logic.
    Need to know after parsing each xml file what encoding format the xml is? Here the problem is we are using jre1.4.2_05 by default DOM \ SAX parser is not supported and i looked at few third party parser which are also don't have facility.
    But in latest jre 1.5 or jdk1.5 has this feature. Its difficult to the project to upgrade to jre1.5 or more.
    Please let me know if you have any idea about the issue.

    I had a quick look around and I think you might be able to find them in the support portal...
    SAP Support Portal > Software Downloads > SAP Software Download Centre > Support Packages and Patches > Archive for Support Packages and Patches > Archive - Browse our Download Catalog > SAP Connectors.
    Let me know if you find them.
    Regards,
    Stephen.

  • WebLogic 10.3.4 crash on SunOS 5.10 Generic_142909-17sun4vSparcT5240

    Hi everyone,
    I have this error when trying to start Weblogic on SUN Solaris 64bit.
    Is there any known bug for this?
    Please take a look over the stackdump:
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (17.0-b16 mixed mode solaris-sparc )
    # Problematic frame:
    # C [libmuxer.so+0x4e68]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    --------------- T H R E A D ---------------
    Current thread (0x0000000104505800): JavaThread "[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_in_native,
    id=58, stack(0xffffffff3c800000,0xffffffff3c900000)]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x0000000000000000
    Registers:
    O0=0x0000000000000000 O1=0x0000000000000004 O2=0x0000000000000082 O3=0xffffffff7ef4354c
    O4=0xffffffff7bc0ca00 O5=0x0000000000000082 O6=0xffffffff3c8fbd11 O7=0xffffffff3be04e44
    G1=0x000000003bf07c00 G2=0x0000000104505800 G3=0x0000000000000004 G4=0x0000000000000bc0
    G5=0x0000000081236c00 G6=0x0000000000000000 G7=0xffffffff7bc0ca00 Y=0x0000000000000000
    PC=0xffffffff3be04e68 nPC=0xffffffff3be04e6c
    Top of Stack: (sp=0xffffffff3c8fc510)
    0xffffffff3c8fc510: 0000000000000123 0000000000000000
    0xffffffff3c8fc520: 0000000000000122 0000000000000122
    0xffffffff3c8fc530: ffffffff3bf07c00 0000000000002000
    0xffffffff3c8fc540: 0000000000000001 ffffffff7ef4e080
    0xffffffff3c8fc550: 00000001045059c8 00000000000023b8
    0XFfffffff3c8fc560: 00000000001d9b58 ffffffff7ed62508
    0xffffffff3c8fc570: ffffffff7ef3c000 0000000000000002
    0xffffffff3c8fc580: ffffffff3c8fbde1 ffffffff3be04a1c
    0xffffffff3c8fc590: ffffffff3c8fc8b0 ffffffff7801824c
    0xffffffff3c8fc5a0: ffffffff78004f90 0000000200000000
    0xffffffff3c8fc5b0: 0000000000000000 0000000000000000
    0xffffffff3c8fc5c0: fffffffffffffffd 0000000000000122
    0xffffffff3c8fc5d0: 0000012378004f90 0000000200000000
    0xffffffff3c8fc5e0: fffffffffffffffd ffffffff3bf07fa8
    0xffffffff3c8fc5f0: 0000000100116600 0000000000000000
    0xffffffff3c8fc600: 0000000000000000 000000000000000e
    Instructions: (pc=0xffffffff3be04e68)
    0xffffffff3be04e58: a8 15 23 ff a9 2d 30 20 a8 15 00 01 e2 5d 23 a0
    0xffffffff3be04e68: e6 24 60 00 a0 10 20 41 e2 5d 23 a0 e0 34 60 04
    Stack: [0xffffffff3c800000,0xffffffff3c900000], sp=0xffffffff3c8fc510, free space=3f1ffffffff3be04e68k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [libmuxer.so+0x4e68]
    C [libmuxer.so+0x4a24]
    j weblogic.socket.PosixSocketMuxer.initNative()V+992690760
    j weblogic.socket.PosixSocketMuxer.initNative()V+0
    j weblogic.socket.PosixSocketMuxer.<init>()V+26
    v ~StubRoutines::call_stub
    V [libjvm.so+0x1a4ad4]
    V [libjvm.so+0x1af27c]
    V [libjvm.so+0x7af214]
    V [libjvm.so+0x205c50]
    V [libjvm.so+0x205ea4]
    C [libjava.so+0x1ce70]
    j sun.reflect.NativeConstructorAccessorImpl.newInstance0(Ljava/lang/reflect/Constructor;[Ljava/lang/Object;)Ljava/lang/Object;+2717
    j sun.reflect.NativeConstructorAccessorImpl.newInstance0(Ljava/lang/reflect/Constructor;[Ljava/lang/Object;)Ljava/lang/Object;+0
    j sun.reflect.NativeConstructorAccessorImpl.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+72
    j sun.reflect.DelegatingConstructorAccessorImpl.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+5
    J java.lang.reflect.Constructor.newInstance([Ljava/lang/Object;)Ljava/lang/Object;
    j java.lang.Class.newInstance0()Ljava/lang/Object;+118
    j java.lang.Class.newInstance()Ljava/lang/Object;+15
    j weblogic.socket.SocketMuxer.makeTheMuxer()Lweblogic/socket/SocketMuxer;+207
    j weblogic.socket.SocketMuxer.access$000()Lweblogic/socket/SocketMuxer;+0
    j weblogic.socket.SocketMuxer$SingletonMaker.<clinit>()V+0
    v ~StubRoutines::call_stub
    V [libjvm.so+0x1a4ad4]
    V [libjvm.so+0x1af27c]
    V [libjvm.so+0x1d5d68]
    V [libjvm.so+0x4e6ec4]
    V [libjvm.so+0x192450]
    V [libjvm.so+0x185be8]
    V [libjvm.so+0x6ba874]
    V [libjvm.so+0x6ba48c]
    V [libjvm.so+0x18a278]
    j weblogic.socket.SocketMuxer.initSocketMuxerOnServer()Lweblogic/socket/SocketMuxer;+28
    j weblogic.socket.SocketMuxerServerService.start()V+0
    j weblogic.t3.srvr.SubsystemRequest.run()V+64
    j weblogic.work.ExecuteThread.execute(Ljava/lang/Runnable;)V+34
    j weblogic.work.ExecuteThread.run()V+42
    v ~StubRoutines::call_stub
    V [libjvm.so+0x1a4ad4]
    V [libjvm.so+0x51f41c]
    V [libjvm.so+0x23c3d4]
    V [libjvm.so+0x24e010]
    V [libjvm.so+0x8410d4]
    V [libjvm.so+0x762bb0]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j weblogic.socket.PosixSocketMuxer.initNative()V+0
    j weblogic.socket.PosixSocketMuxer.<init>()V+26
    v ~StubRoutines::call_stub
    j sun.reflect.NativeConstructorAccessorImpl.newInstance0(Ljava/lang/reflect/Constructor;[Ljava/lang/Object;)Ljava/lang/Object;+0
    j sun.reflect.NativeConstructorAccessorImpl.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+72
    j sun.reflect.DelegatingConstructorAccessorImpl.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+5
    J java.lang.reflect.Constructor.newInstance([Ljava/lang/Object;)Ljava/lang/Object;
    j java.lang.Class.newInstance0()Ljava/lang/Object;+118
    j java.lang.Class.newInstance()Ljava/lang/Object;+15
    j weblogic.socket.SocketMuxer.makeTheMuxer()Lweblogic/socket/SocketMuxer;+207
    j weblogic.socket.SocketMuxer.access$000()Lweblogic/socket/SocketMuxer;+0
    j weblogic.socket.SocketMuxer$SingletonMaker.<clinit>()V+0
    v ~StubRoutines::call_stub
    j weblogic.socket.SocketMuxer.initSocketMuxerOnServer()Lweblogic/socket/SocketMuxer;+28
    j weblogic.socket.SocketMuxerServerService.start()V+0
    j weblogic.t3.srvr.SubsystemRequest.run()V+64
    j weblogic.work.ExecuteThread.execute(Ljava/lang/Runnable;)V+34
    j weblogic.work.ExecuteThread.run()V+42
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0000000104bff800 JavaThread "ExecuteThread: '3' for queue: 'weblogic.socket.Muxer'" daemon [_thread_blocked, id=65, stack(0xffffffff3b600000,0xffffffff3b
    700000)]
    0x00000001047e0800 JavaThread "ExecuteThread: '2' for queue: 'weblogic.socket.Muxer'" daemon [_thread_blocked, id=64, stack(0xffffffff3b800000,0xffffffff3b
    900000)]
    0x0000000104abb000 JavaThread "ExecuteThread: '1' for queue: 'weblogic.socket.Muxer'" daemon [_thread_blocked, id=63, stack(0xffffffff3ba00000,0xffffffff3b
    b00000)]
    0x0000000104b25000 JavaThread "ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'" daemon [_thread_blocked, id=62, stack(0xffffffff3bc00000,0xffffffff3b
    d00000)]
    0x0000000104be4000 JavaThread "[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=61, stack(0xfff
    fffff3c000000,0xffffffff3c100000)]
    0x000000010504a800 JavaThread "weblogic.timers.TimerThread" daemon [_thread_blocked, id=60, stack(0xffffffff3c200000,0xffffffff3c300000)]
    0x0000000105506800 JavaThread "weblogic.time.TimeEventGenerator" daemon [_thread_blocked, id=59, stack(0xffffffff3c400000,0xffffffff3c500000)]
    =>0x0000000104505800 JavaThread "[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_in_native, id=58, stack(0xff
    ffffff3c800000,0xffffffff3c900000)]
    0x0000000105428800 JavaThread "Timer-1" daemon [_thread_blocked, id=57, stack(0xffffffff3ca00000,0xffffffff3cb00000)]
    0x0000000104510800 JavaThread "Timer-0" daemon [_thread_blocked, id=56, stack(0xffffffff3de00000,0xffffffff3df00000)]
    0x000000010304f800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=54, stack(0xffffffff71900000,0xffffffff71a00000)]
    0x000000010304a800 JavaThread "CompilerThread1" daemon [_thread_blocked, id=53, stack(0xffffffff71b00000,0xffffffff71c00000)]
    0x0000000103047800 JavaThread "CompilerThread0" daemon [_thread_blocked, id=52, stack(0xffffffff71d00000,0xffffffff71e00000)]
    0x0000000103045800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=51, stack(0xffffffff71f00000,0xffffffff72000000)]
    0x0000000103023000 JavaThread "Finalizer" daemon [_thread_blocked, id=50, stack(0xffffffff72300000,0xffffffff72400000)]
    0x000000010301a000 JavaThread "Reference Handler" daemon [_thread_blocked, id=49, stack(0xffffffff72500000,0xffffffff72600000)]
    0x0000000100118000 JavaThread "main" [_thread_blocked, id=2, stack(0xffffffff7c400000,0xffffffff7c500000)]
    Other Threads:
    0x0000000103016000 VMThread [stack: 0xffffffff72700000,0xffffffff72800000] [id=48]
    0x0000000103063000 WatcherThread [stack: 0xffffffff71700000,0xffffffff71800000] [id=55]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen total 146432K, used 27627K [0xffffffff65800000, 0xffffffff6f400000, 0xffffffff70400000)
    eden space 135168K, 12% used [0xffffffff65800000,0xffffffff667fff00,0xffffffff6dc00000)
    from space 11264K, 99% used [0xffffffff6e900000,0xffffffff6f3fb0b0,0xffffffff6f400000)
    to space 11264K, 0% used [0xffffffff6de00000,0xffffffff6de00000,0xffffffff6e900000)
    PSOldGen total 176128K, used 3366K [0xffffffff50000000, 0xffffffff5ac00000, 0xffffffff65800000)
    object space 176128K, 1% used [0xffffffff50000000,0xffffffff50349988,0xffffffff5ac00000)
    PSPermGen total 131072K, used 31029K [0xffffffff40000000, 0xffffffff48000000, 0xffffffff50000000)
    object space 131072K, 23% used [0xffffffff40000000,0xffffffff41e4d620,0xffffffff48000000)
    Dynamic libraries:
    0x0000000100000000 /usr/jdk/instances/jdk1.6.0/bin/sparcv9/java
    0xffffffff7f700000 /lib/64/libthread.so.1
    0xffffffff7f200000 /usr/jdk/instances/jdk1.6.0/bin/sparcv9/../../jre/lib/sparcv9/jli/libjli.so
    0xffffffff7f000000 /lib/64/libdl.so.1
    0xffffffff7ed00000 /lib/64/libc.so.1
    0xffffffff7ec00000 /platform/SUNW,T5240/lib/sparcv9/libc_psr.so.1
    0xffffffff7dc00000 /usr/jdk/instances/jdk1.6.0/jre/lib/sparcv9/server/libjvm.so
    0xffffffff7e900000 /lib/64/libsocket.so.1
    0xffffffff7eb00000 /usr/lib/64/libsched.so.1
    0xffffffff7da00000 /lib/64/libm.so.1
    0xffffffff7d800000 /usr/lib/64/libCrun.so.1
    0xffffffff7d600000 /lib/64/libdoor.so.1
    0xffffffff7d400000 /lib/64/libnsl.so.1
    0xffffffff7d200000 /lib/64/libm.so.2
    0xffffffff7d000000 /lib/64/libscf.so.1
    0xffffffff7ce00000 /lib/64/libuutil.so.1
    0xffffffff7cc00000 /lib/64/libgen.so.1
    0xffffffff7ca00000 /lib/64/libmd.so.1
    0xffffffff7c800000 /platform/SUNW,T5240/lib/sparcv9/libmd_psr.so.1
    0xffffffff7c600000 /lib/64/libmp.so.2
    0xffffffff7c200000 /usr/jdk/instances/jdk1.6.0/jre/lib/sparcv9/libverify.so
    0xffffffff7c000000 /usr/jdk/instances/jdk1.6.0/jre/lib/sparcv9/libjava.so
    0xffffffff7be00000 /usr/jdk/instances/jdk1.6.0/jre/lib/sparcv9/native_threads/libhpi.so
    0xffffffff7ba00000 /usr/jdk/instances/jdk1.6.0/jre/lib/sparcv9/libzip.so
    0xffffffff72100000 /usr/lib/locale/en_US.ISO8859-15/sparcv9/en_US.ISO8859-15.so.3
    0xffffffff3dc00000 /usr/jdk/instances/jdk1.6.0/jre/lib/sparcv9/libnet.so
    0xffffffff3da00000 /usr/jdk/instances/jdk1.6.0/jre/lib/sparcv9/libnio.so
    0xffffffff3d800000 /lib/64/librt.so.1
    0xffffffff3d600000 /lib/64/libaio.so.1
    0xffffffff3d400000 /usr/jdk/instances/jdk1.6.0/jre/lib/sparcv9/libj2pkcs11.so
    0xffffffff3d200000 /usr/lib/sparcv9/libpkcs11.so
    0xffffffff3d000000 /usr/lib/64/libcryptoutil.so.1
    0xffffffff3ce00000 /usr/lib/security/64/pkcs11_kernel.so
    0xffffffff3cc00000 /usr/lib/security/64/pkcs11_softtoken.so
    0xffffffff3c600000 /usr/jdk/instances/jdk1.6.0/jre/lib/sparcv9/libmanagement.so
    0xffffffff3be00000 /home/firul/Oracle/Middleware/wlserver_10.3/server/native/solaris/sparc64/libmuxer.so
    VM Arguments:
    jvm_args: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=256m -Dweblogic.Name=AdminServer -Djava.security.policy=/home/firul/O
    racle/Middleware/wlserver_10.3/server/lib/weblogic.policy -Xverify:none -da -Dplatform.home=/home/firul/Oracle/Middleware/wlserver_10.3 -Dwls.home=/home/firu
    l/Oracle/Middleware/wlserver_10.3/server -Dweblogic.home=/home/firul/Oracle/Middleware/wlserver_10.3/server -Dweblogic.management.discover=true -Dwlw.iterati
    veDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/home/firul/Oracle/Middleware/patch_wls1034/profiles/default/sysext_manifest_classpat
    h:/home/firul/Oracle/Middleware/patch_ocp360/profiles/default/sysext_manifest_classpath
    java_command: weblogic.Server
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=/usr/jdk/jdk1.6.0_21
    CLASSPATH=/home/firul/Oracle/Middleware/patch_wls1034/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/firul/Oracle/Middleware/patch_ocp360/p
    rofiles/default/sys_manifest_classpath/weblogic_patch.jar:/usr/jdk/jdk1.6.0_21/lib/tools.jar:/home/firul/Oracle/Middleware/wlserver_10.3/server/lib/weblogic_
    sp.jar:/home/firul/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.jar:/home/firul/Oracle/Middleware/modules/features/weblogic.server.modules_10.3.4.0.ja
    r:/home/firul/Oracle/Middleware/wlserver_10.3/server/lib/webservices.jar:/home/firul/Oracle/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/home/fir
    ul/Oracle/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/home/firul/Oracle/Middleware/wlserver_10.3/common/derby/lib/derbyclient.jar
    :/home/firul/Oracle/Middleware/wlserver_10.3/server/lib/xqrl.jar
    PATH=/home/firul/Oracle/Middleware/wlserver_10.3/server/bin:/home/firul/Oracle/Middleware/modules/org.apache.ant_1.7.1/bin:/usr/jdk/jdk1.6.0_21/jre/bin:/usr/
    jdk/jdk1.6.0_21/bin:/usr/bin
    LD_LIBRARY_PATH=/usr/jdk/instances/jdk1.6.0/jre/lib/sparcv9/server:/usr/jdk/instances/jdk1.6.0/jre/lib/sparcv9:/usr/jdk/instances/jdk1.6.0/jre/../lib/sparcv9
    :/home/firul/Oracle/Middleware/patch_wls1034/profiles/default/native:/home/firul/Oracle/Middleware/patch_ocp360/profiles/default/native:/home/firul/Oracle/Mi
    ddleware/wlserver_10.3/server/native/solaris/sparc64:/home/firul/Oracle/Middleware/wlserver_10.3/server/native/solaris/sparc64/oci920_8
    SHELL=/usr/bin/ksh
    DISPLAY=localhost:12.0
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x898598], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGBUS: [libjvm.so+0x898598], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGFPE: [libjvm.so+0x206420], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGPIPE: [libjvm.so+0x206420], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGXFSZ: [libjvm.so+0x206420], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGILL: [libjvm.so+0x206420], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGQUIT: [libjvm.so+0x7655b0], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIGHUP: [libjvm.so+0x7655b0], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIGINT: [libjvm.so+0x7655b0], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIGTERM: [libjvm.so+0x7655b0], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIG39: [libjvm.so+0x768978], sa_mask[0]=0x00000000, sa_flags=0x00000008
    SIG40: [libjvm.so+0x206420], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    --------------- S Y S T E M ---------------
    OS: Oracle Solaris 10 9/10 s10s_u9wos_14a SPARC
    Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
    Assembled 11 August 2010
    uname:SunOS 5.10 Generic_142909-17 sun4v (T2 libthread)
    rlimit: STACK 8192k, CORE infinity, NOFILE infinity, AS infinity
    load average:1.52 1.71 1.61
    CPU:total 128 has_v8, has_v9, popc, has_vis1, has_vis2, is_ultra3, is_sun4v, is_niagara1, is_niagara1_plus
    Memory: 8k page, physical 268206080k(73610288k free)
    vm_info: Java HotSpot(TM) 64-Bit Server VM (17.0-b16) for solaris-sparc JRE (1.6.0_21-b06), built on Jun 22 2010 01:23:25 by "" with Workshop 5.8
    time: Tue Mar 29 13:58:52 2011
    elapsed time: 15 seconds
    Edited by: AdrianPaleacu on Mar 30, 2011 3:49 PM

    a) First check your hard and soft 'ulimit' value, using commands "ulimit -H -n" and "ulimit -S -n"
    b) If it is unlimited, set it to a fixed value such as 65536. Example:
    ulimit -Sn 65536
    ulimit -Hn 65536
    (Check with your Solaris Administrator if you need further help with this step)
    c) Restart web server.
    d) Re-run command "ulimit -H -n" to verify setting was changed
    e) Then restart WebLogic PIA to validate that the issue is resolved.

Maybe you are looking for

  • Problem in ABAP HR code .

    I hae written below code in abap hr ,when executed it gives wrong data . tables : PERNR. infotypes : 0000,0001,0002. start-of-selection. Get PERNR. PROVIDE *   FROM p0000   FROM P0001   FROM P0002 BETWEEN PN-BEGDA AND PN-ENDDA. write : / p0000-begda

  • Why can't i import music from my libary to my iphone

    i can't put music on my iphone any1 no why

  • SQL Developer Data Modeler Repository

    Hi, I would like to know how to save all my applications into the Data Modeler Repository instead of doing it piece by piece and having to create a dmd file for every single application I imported into Data Modeler. In Oracle Designer, everything is

  • How to save A/V adjustments in Quicktime Pro

    I purchased Quicktime Pro today so that I could adjust the speed of a song. I can adjust it through the A/V Controls and it plays back how I want it, but after I export it or save it, it just reverts back to the original. Please help.

  • WebLogic 5.1.0 & Oracle 8.1.7 thin driver for jdk 1.3.1

    We're currently using Oracle 8.1.6, and need to upgrade to 8.1.7. Platform: Solaris 2.6 WebLogic: 5.1 Service Pack 9 JDK : 1.3.1 Regarding the thin drivers, my understanding is that w/ 8.1.7, we can use either 8.1.7 OR 9.0.1 thin drivers. Has anyone