LIBPATH in AIX

Peace!
I'm running on AIX 4.3.3 wls 5.1 and it's unable to load performance pack,
use java native I/O.
I'm checked LIBPATH and it's exact (<wl_home>/lib/aix).
Also, I'm running a test program that display system properties: I've not
found (<wl_home>/lib/aix) in java.library.path and I suppose that there is a
problem with environment configuration.
Can anyone help me?
Thanks in advance.

There was a bug introduced in Service Pack 8 that prevents the performance pack
from loading (on AIX and HP-UX only), please contact support for a patch
(reference Case Number 219830).
Michael Girdley wrote:
You are using the full path, not typing in "<wl_home>/lib/aix", correct?
Michael Girdley
BEA Systems
Learning WebLogic? http://learnweblogic.com
"Giuseppe Villanova" <[email protected]> wrote in message
news:[email protected]..
Peace!
I'm running on AIX 4.3.3 wls 5.1 and it's unable to load performance pack,
use java native I/O.
I'm checked LIBPATH and it's exact (<wl_home>/lib/aix).
Also, I'm running a test program that display system properties: I've not
found (<wl_home>/lib/aix) in java.library.path and I suppose that there isa
problem with environment configuration.
Can anyone help me?
Thanks in advance.

Similar Messages

  • "exception in thread main" error while running "dbca"

    Hi,
    i am getting following kind of error while trying to run dbca in linux.
    "exception in thread main"
    i have the dispaly env var set. and xhost+ set too. but still dbca is not working.
    i have pasted the contents of dbca file below. can someone have a look at the file and help me find the error.
    it would be great if someone can paste their dbca file content, so i can compare and fix the error.
    #!/bin/sh -f
    # $Header: dbca.sh 12-may-2005.11:05:03 xuliu Exp $
    # dbca.sh
    # Copyright (c) 1997, 2005, Oracle. All rights reserved.
    # NAME
    # dbassist - Shell script to run Database Creation Assistant
    # DESCRIPTION
    # Runs Database Creation Assistion java application
    # Run this script with -h or -help option to get the help.
    # MODIFIED (MMDD/YY)
    # npamnani 10/23/02 - add 1.3.1. java flag
    # npamnani 10/09/02 - run with java instead jre
    # dkapoor 07/05/2000 - Created
    # Variables set by Oracle Universal Installer for dependent components.
    # Define ORACLE_HOME -> OH
    OH=/home/oracle/oracle/product/10.2.0/db_1
    PLATFORM=Linux
    ORACLE_HOME=$OH
    export ORACLE_HOME;
    # Version specific JAR files
    JRE_FILE=rt.jar
    I18_FILE=i18n.jar
    EWT_FILE=ewt3.jar
    JEWT_FILE=jewt4.jar
    EWT_COMP_FILE=ewtcompat-3_3_15.jar
    SHARE_FILE=share.jar
    HELP_FILE=help4.jar
    #ICE_BROWSER_FILE=oracle_ice5.jar
    ICE_BROWSER5_FILE=oracle_ice5.jar
    KODIAK_FILE=kodiak.jar
    SWING_FILE=swingall-1_1_1.jar
    XMLPARSER_FILE=xmlparserv2.jar
    JDBC_FILE=classes12.zip
    GDK_FILE1=orai18n.jar
    GDK_FILE2=orai18n-mapping.jar
    GDK_FILE3=orai18n-utility.jar
    GDK_FILE4=orai18n-collation.jar
    NETCFG_FILE=netcfg.jar
    OJMISC_FILE=ojmisc.jar
    PKI_FILE=oraclepki103.jar
    LDAP_FILE=ldapjclnt10.jar
    OPM_FILE=opm.jar
    SRVM_FILE=srvm.jar
    SRVMHAS_FILE=srvmhas.jar
    SRVMASM_FILE=srvmasm.jar
    ASSISTANTS_COMMON_FILE=assistantsCommon.jar
    DBCA_FILE=dbca.jar
    EMLITE_JAR=oemlt-10_1_0.jar
    INSTALLER_FILE=OraInstaller.jar
    PREREQ_JAR_FILE=OraPrereq.jar
    PREREQ_CHECKS_JAR_FILE=OraPrereqChecks.jar
    # Directory Variables
    SRVM_JLIB_DIR=/home/oracle/oracle/product/10.2.0/db_1/jlib
    JRE_DIR=/home/oracle/oracle/product/10.2.0/db_1/jdk/jre
    LIB_DIR=$OH/lib
    LIB32_DIR=$OH/lib32
    JLIB_DIR=$OH/jlib
    DBCA_JLIB_DIR=$OH/assistants/dbca/jlib
    ASSISTANTS_JLIB_DIR=$OH/assistants/jlib
    INSTALLER_JLIB_DIR=/home/oracle/oracle/product/10.2.0/db_1/oui/jlib
    # Classpath
    JRE_CLASSPATH=$JRE_DIR/lib/$JRE_FILE
    I18_CLASSPATH=$JRE_DIR/lib/$I18_FILE
    EWT_CLASSPATH=$JLIB_DIR/$EWT_FILE:$JLIB_DIR/$EWT_COMP_FILE
    SHARE_CLASSPATH=$JLIB_DIR/$SHARE_FILE
    HELP_CLASSPATH=$JLIB_DIR/$HELP_FILE:$JLIB_DIR/$JEWT_FILE
    ICE_BROWSER_CLASSPATH=$JLIB_DIR/$ICE_BROWSER5_FILE
    KODIAK_CLASSPATH=$JLIB_DIR/$KODIAK_FILE
    SWING_CLASSPATH=$JLIB_DIR/$SWING_FILE
    XMLPARSER_CLASSPATH=/home/oracle/oracle/product/10.2.0/db_1/lib/$XMLPARSER_FILE
    JDBC_CLASSPATH=$OH/jdbc/lib/$JDBC_FILE
    GDK_CLASSPATH=$JLIB_DIR/$GDK_FILE1:$JLIB_DIR/$GDK_FILE2:$JLIB_DIR/$GDK_FILE3:$JLIB_DIR/$GDK_FILE4
    NETCFG_CLASSPATH=$JLIB_DIR/$NETCFG_FILE:$JLIB_DIR/$OJMISC_FILE:$JLIB_DIR/$PKI_FILE:$JLIB_DIR/$LDAP_FILE:$JLIB_DIR/$OPM_FILE
    SRVM_CLASSPATH=$SRVM_JLIB_DIR/$SRVM_FILE:$SRVM_JLIB_DIR/$SRVMHAS_FILE:$SRVM_JLIB_DIR/$SRVMASM_FILE
    EM_CLASSPATH=$OH/classes:$JLIB_DIR/$EMLITE_JAR:$JLIB_DIR/emca.jar:$OH/sysman/jlib/emCORE.jar:$OH/oc4j/j2ee/home/oc4j.jar:$OH/oc4j/j2ee/home/db_oc4j_deploy.jar:$JLIB_DIR/emConfigInstall.jar
    ASSISTANTS_COMMON_CLASSPATH=$ASSISTANTS_JLIB_DIR/$ASSISTANTS_COMMON_FILE
    DBCA_CLASSPATH=$DBCA_JLIB_DIR/$DBCA_FILE
    INSTALLER_CLASSPATH=$INSTALLER_JLIB_DIR/$INSTALLER_FILE:$INSTALLER_JLIB_DIR/$PREREQ_JAR_FILE:$OH/inventory/prereqs/oui/$PREREQ_CHECKS_JAR_FILE:$INSTALLER_JLIB_DIR/$PREREQ_CHECKS_JAR_FILE
    # Check for silent or help
    SILENT="false"
    for i in $*
    do
    if [ $i = "-silent"  ] || [ $i = "-help"  ] || [ $i = "-h"  ]; then
    SILENT="true"
    break
    fi
    done
    # Check for DISPLAY
    if [ $SILENT = "false"  ]; then
    case $DISPLAY in
    echo "DISPLAY not set."
    echo "Set DISPLAY environment variable, then re-run."
    exit;
    esac
    fi
    # make sure others can not read/write any files created
    umask 27
    # The environment variable $TWO_TASK cannot be set during the installation
    unset TWO_TASK
    # The environment variable $JAVA_HOME cannot be set during the installation
    unset JAVA_HOME
    # Basic error checking
    case $OH in
    "") echo "*** ORACLE_HOME Not Set!"
    echo " Set and export ORACLE_HOME, then re-run"
    echo " ORACLE_HOME points to the main directory that"
    echo " contains all Oracle products."
    exit 1;;
    esac
    # Set the LD_LIBRARY_PATH to set the path for shared objects
    # Do not set it on AIX
    if [ $PLATFORM != IBM_AIX ]; then
    LD_LIBRARY_PATH=$LIB32_DIR:$OH/network/lib32:$LIB_DIR:$OH/network/lib:$LD_LIBRARY_PATH
    export LD_LIBRARY_PATH;
    fi
    # Set SHLIB_PATH for HP to use 32bit native libraries
    SHLIB_PATH=$LIB32_DIR:$ORACLE_HOME/network/lib32:$SHLIB_PATH
    export SHLIB_PATH;
    # Set LIBPATH for AIX to use 32bit native libraries
    LIBPATH=$LIB32_DIR:$ORACLE_HOME/network/lib32:$LIBPATH
    export LIBPATH;
    # Set Classpath for Database Creation Assistant
    CLASSPATH=$JRE_CLASSPATH:$I18_CLASSPATH:$DBCA_CLASSPATH:$ASSISTANTS_COMMON_CLASSPATH:$EWT_CLASSPATH:$SHARE_CLASSPATH:$HELP_CLASSPATH:$ICE_BROWSER_CLASSPATH:$KODIAK_CLASSPATH:$SWING_CLASSPATH:$XMLPARSER_CLASSPATH:$GDK_CLASSPATH:$NETCFG_CLASSPATH:$JDBC_CLASSPATH:$SRVM_CLASSPATH:$EM_CLASSPATH:$INSTALLER_CLASSPATH
    ARGUMENTS=""
    NUMBER_OF_ARGUMENTS=$#
    if [ $NUMBER_OF_ARGUMENTS -gt 0 ]; then
    ARGUMENTS=$*
    fi
    # Run DBCA
    $JRE_DIR/bin/java -Dsun.java2d.font.DisableAlgorithmicStyles=true -DORACLE_HOME=$OH -DDISPLAY=$DISPLAY -DJDBC_PROTOCOL=thin -mx128m -classpath $CLASSPATH oracle.sysman.assistants.dbca.Dbca $ARGUMENTS
    Thanks,
    Philip.

    I got this error also,.
    After restart the computer, it runs ok.

  • Java.lang.Unsatisfiedlink Error while invoking dbca

    Hi All,
    I am Darshan..... need help from all of you.
    While invoking dbca(Oracle 10g) on HP UX I am getting following error.
    java.lang.unsatisfiedLink Error : no Osutils in java.library.path
    Pls let me know how to set LD_LIBRARY_PATH. I have been stuck up here
    since 1 wk.
    Regards,
    Darshan
    India

    hI Ugonic,
    How are you???
    hope you are well n fine.......... but I am not bcoz of this error.
    I will try option given by u, Mean while pls see my dbca script. I know I am taking your much time, But Pls help to run dbca and emca..... I got stuck up bcoz of this problem sice last 1wk, and i think you are the only person who can help me out.
    looking for your reply, Thanks bye
    #!/bin/sh -f
    # $Header: dbca.sh 21-nov-2003.17:29:23 spanchum Exp $
    # dbca.sh
    # Copyright (c) 1997, 2003, Oracle Corporation. All rights reserved.
    # NAME
    # dbassist - Shell script to run Database Creation Assistant
    # DESCRIPTION
    # Runs Database Creation Assistion java application
    # Run this script with -h or -help option to get the help.
    # MODIFIED (MMDD/YY)
    # npamnani 10/23/02 - add 1.3.1. java flag
    # npamnani 10/09/02 - run with java instead jre
    # dkapoor 07/05/2000 - Created
    # Variables set by Oracle Universal Installer for dependent components.
    # Define ORACLE_HOME -> OH
    OH=/oraback/orahome/OraHome_2
    PLATFORM=HP_UX
    ORACLE_HOME=$OH
    export ORACLE_HOME;
    # Version specific JAR files
    JRE_FILE=rt.jar
    I18_FILE=i18n.jar
    EWT_FILE=ewt3.jar
    JEWT_FILE=jewt4.jar
    EWT_COMP_FILE=ewtcompat-3_3_15.jar
    SHARE_FILE=share.jar
    HELP_FILE=help4.jar
    #ICE_BROWSER_FILE=oracle_ice5.jar
    ICE_BROWSER5_FILE=oracle_ice5.jar
    KODIAK_FILE=kodiak.jar
    SWING_FILE=swingall-1_1_1.jar
    XMLPARSER_FILE=xmlparserv2.jar
    JDBC_FILE=classes12.zip
    VISI_ORB_FILE=vbjorb.jar
    VISI_TOOLS_FILE=vbjtools.jar
    VISI_APP_FILE=vbjapp.jar
    GSS_FILE=orai18n.jar
    NETCFG_FILE=netcfg.jar
    OJMISC_FILE=ojmisc.jar
    PKI_FILE=oraclepki103.jar
    LDAP_FILE=ldapjclnt10.jar
    OPM_FILE=opm.jar
    SRVM_FILE=srvm.jar
    SRVMHAS_FILE=srvmhas.jar
    SRVMASM_FILE=srvmasm.jar
    ASSISTANTS_COMMON_FILE=assistantsCommon.jar
    DBCA_FILE=dbca.jar
    EMLITE_JAR=oemlt-10_1_0.jar
    INSTALLER_FILE=OraInstaller.jar
    # Directory Variables
    SRVM_JLIB_DIR=/oraback/orahome/OraHome_2/jlib
    JRE_DIR=/oraback/orahome/OraHome_2/jdk/jre
    LIB_DIR=$OH/lib
    VISI_LIB_DIR=$OH/lib
    LIB32_DIR=$OH/lib32
    JLIB_DIR=$OH/jlib
    DBCA_JLIB_DIR=$OH/assistants/dbca/jlib
    ASSISTANTS_JLIB_DIR=$OH/assistants/jlib
    INSTALLER_JLIB_DIR=/oraback/orahome/OraHome_2/oui/jlib
    # Classpath
    JRE_CLASSPATH=$JRE_DIR/lib/$JRE_FILE
    I18_CLASSPATH=$JRE_DIR/lib/$I18_FILE
    EWT_CLASSPATH=$JLIB_DIR/$EWT_FILE:$JLIB_DIR/$EWT_COMP_FILE
    SHARE_CLASSPATH=$JLIB_DIR/$SHARE_FILE
    HELP_CLASSPATH=$JLIB_DIR/$HELP_FILE:$JLIB_DIR/$JEWT_FILE
    ICE_BROWSER_CLASSPATH=$JLIB_DIR/$ICE_BROWSER5_FILE
    KODIAK_CLASSPATH=$JLIB_DIR/$KODIAK_FILE
    SWING_CLASSPATH=$JLIB_DIR/$SWING_FILE
    XMLPARSER_CLASSPATH=/oraback/orahome/OraHome_2/lib/$XMLPARSER_FILE
    JDBC_CLASSPATH=$OH/jdbc/lib/$JDBC_FILE
    VISI_CLASSPATH=$VISI_LIB_DIR/$VISI_ORB_FILE:$VISI_LIB_DIR/$VISI_TOOLS_FILE:$VISI_LIB_DIR/$VISI_APP_FILE
    GSS_CLASSPATH=/oraback/orahome/OraHome_2/jlib/$GSS_FILE
    NETCFG_CLASSPATH=$JLIB_DIR/$NETCFG_FILE:$JLIB_DIR/$OJMISC_FILE:$JLIB_DIR/$PKI_FILE:$JLIB_DIR/$LDAP_FILE:$JLIB_DIR/$OPM_FILE
    SRVM_CLASSPATH=$SRVM_JLIB_DIR/$SRVM_FILE:$SRVM_JLIB_DIR/$SRVMHAS_FILE:$SRVM_JLIB_DIR/$SRVMASM_FILE
    EM_CLASSPATH=$OH/classes:$JLIB_DIR/$EMLITE_JAR:$JLIB_DIR/emca.jar:$OH/oc4j/j2ee/home/oc4j.jar:$OH/oc4j/j2ee/home/db_oc4j_deploy.jar:$JLIB_DIR/emConfigInstall.jar
    ASSISTANTS_COMMON_CLASSPATH=$ASSISTANTS_JLIB_DIR/$ASSISTANTS_COMMON_FILE
    DBCA_CLASSPATH=$DBCA_JLIB_DIR/$DBCA_FILE
    INSTALLER_CLASSPATH=$INSTALLER_JLIB_DIR/$INSTALLER_FILE
    # Check for silent or help
    SILENT="false"
    for i in $*
    do
    if [ $i = "-silent"  ] || [ $i = "-help"  ] || [ $i = "-h"  ]; then
    SILENT="true"
    break
    fi
    done
    # Check for DISPLAY
    if [ $SILENT = "false"  ]; then
    case $DISPLAY in
    echo "DISPLAY not set."
    echo "Set DISPLAY environment variable, then re-run."
    exit;
    esac
    fi
    # The environment variable $TWO_TASK cannot be set during the installation
    unset TWO_TASK
    # The environment variable $JAVA_HOME cannot be set during the installation
    unset JAVA_HOME
    # Basic error checking
    case $OH in
    "") echo "*** ORACLE_HOME Not Set!"
    echo " Set and export ORACLE_HOME, then re-run"
    echo " ORACLE_HOME points to the main directory that"
    echo " contains all Oracle products."
    exit 1;;
    esac
    # Set the LD_LIBRARY_PATH to set the path for shared objects
    # Do not set it on AIX
    if [ $PLATFORM != IBM_AIX ]; then
    LD_LIBRARY_PATH=$ORACLE_HOME/jdk/jre/lib:/usr/lib:/usr/dt/lib:/usr/ccs/lib:$LIB_DIR:$LIB32_DIR:$OH/network/lib:$LD_LIBRARY_PATH
    export LD_LIBRARY_PATH
    fi
    # Set SHLIB_PATH for HP to use 32bit native libraries
    SHLIB_PATH=$ORACLE_HOME/jdk/jre/lib:$LIB_DIR:$LIB32_DIR:$ORACLE_HOME/network/lib32:$SHLIB_PATH
    export SHLIB_PATH
    # Set LIBPATH for AIX to use 32bit native libraries
    LIBPATH=$LIB32_DIR:$ORACLE_HOME/network/lib32:$LIBPATH
    export LIBPATH
    # Set the TNS_ADMIN
    TNS_ADMIN=$OH/network/admin
    export TNS_ADMIN;
    # Set Classpath for Database Creation Assistant
    CLASSPATH=$JRE_CLASSPATH:$I18_CLASSPATH:$DBCA_CLASSPATH:$ASSISTANTS_COMMON_CLASSPATH:$EWT_CLASSPATH:$SHARE_CLASSPATH:$HELP_CLASSPATH:$ICE_BROWSER_CLASSPATH:$KODIAK_CLASSPATH:$SWING_CLASSPATH:$XMLPARSER_CLASSPATH:$GSS_CLASSPATH:$VISI_CLASSPATH:$NETCFG_CLASSPATH:$JDBC_CLASSPATH:$SRVM_CLASSPATH:$EM_CLASSPATH:$INSTALLER_CLASSPATH
    ARGUMENTS=""
    NUMBER_OF_ARGUMENTS=$#
    if [ $NUMBER_OF_ARGUMENTS -gt 0 ]; then
    ARGUMENTS=$*
    fi
    # Run DBCA
    $JRE_DIR/bin/java -Dsun.java2d.font.DisableAlgorithmicStyles=true -DORACLE_HOME=$OH -DDISPLAY=$DISPLAY -DJDBC_PROTOCOL=thin -mx64m -classpath $CLASSPATH oracle.sysman.assistants.dbca.Dbca $ARGUMENTS
    Regards,
    Darshan

  • Technical note:  Troubleshooting DRG-11207 errors / INSO filters.

    All,
    The following is Metalink's Note 210319.1about troubleshooting DRG-11207 errors.
    If the content is of no help, I suggest contacting Oracle support.
    -Omar
    Subject: Troubleshooting DRG-11207 errors
    INTRODUCTION
    =============
    Most of the errors encountered during creation of Oracle Text indexes are likely
    to be caused when dealing with formatted documents. These errors are logged in the
    view CTX_USER_INDEX_ERRORS and can be queried from the schema where the create index
    statement was executed, or table CTX_INDEX_ERRORS queried from the CTXSYS user.
    One of the errors commonly reported in these views is the DRG-11207 error.
    Unfortunately, this error is often not useful in diagnosing indexing issues.
    The INSO_FILTER issues are difficult to diagnose because Oracle uses a third-party
    application for filtering. As a result, it is often difficult to identify the real
    source of the problem.
    This document will troubleshoot the INSO_FILTER errors associated with
    the
    DRG-11207 "exited with status X"
    message. In regards to the INSO_FILTER, the error code implies that it is unable to
    index a formatted document. It is important to mention that these errors can be operating
    system specific and therefore this note is intended to provide some hints as a starting
    point for analysis. Its possible that other cases may be reported and if this is the
    case be sure to log the error with Oracle Support. Examples of the most common document
    types are provided in this article (Adobe PDF, Micrsoft Word and Microsoft Excel).
    For Oracle 10i, meaningful error messages have been added for drg-11207.
    This has been documented in [BUG:2473885]
    COMMON ERRORS
    ==============
    DRG-11207: user filter command exited with status 1
    Status 1 means "Could not filter the document". It is a generic error and indicates that
    INSO_FILTER failed on a given document. This can happen due to many documented reasons: an
    invalid environmental setting; document is corrupted, encrypted, password protected;
    document version not supported(incompatibility) or due to a bug in INSO_FILTER.
    DRG-11207: user filter command exited with status 2
    Status 2 means "The INSO_FILTER has timed-out". The default value of the timeout value
    for the INSO_FILTER is 120 (seconds). The default value for the timeout_type is
    heuristic, which implies that if the timeout value is reached and the INSO_FILTER
    has not started to write output, the indexing operation terminates for the document
    row and Oracle moves to the next document row to be indexed. Beginning in 9.2.0.1
    it is possible to change the timeout_type variable to fixed, which allows a
    user to terminate filtering processing after the TIMEOUT seconds regardless of
    whether filtering is progressing normally or hanging. The default timeout value
    is generally enough for filtering most of the documents. If the timeout value is
    not large enough then it may timeout even before filtering completes. PDF and
    Microsoft Excel files are usually more prone to this timeout as the INSO_FILTER
    generally takes more time to process these types of files. If this is the
    case then you can create a preference with a larger timeout value in versions
    8.1.7.1b and above. It should be noted, however, that the timeout attribute cannot be
    changed dynamically. In order for the new timeout value to take effect, it
    would be necessary to re-create the index with the new timeout attribute
    setting.
    For example, in 9.2.x to alter the timeout to 600 seconds(10 minutes) and use
    the fixed timeout_type:
    begin
    ctx_ddl.create_preference('my_inso', 'INSO_FILTER');
    ctx_ddl.set_attribute('my_inso', 'timeout', '600');
    ctx_ddl.set_attribute('my_inso', 'timeout_type', 'FIXED');
    end;
    Documented reasons for timing out are:
    1. the document is too large to be indexed in the alloted time set via TIMEOUT
    attribute.
    2. INSO_FILTER is hanging during the filtering.
    DRG-11207: user filter command exited with status 127
    Status 127 points to that likely an environmental issue with the shared library
    environmental variable.
    DRG-11207: user filter command exited with status 137
    Status 137 meand that the ctxhx executable was killed as the inso filter is not
    set-up properly. Confirm that the correct environmental variables are
    setup(LD_LIBRARY_PATH AND PATH) and the format of the document is
    supported by INSO_FILTER.
    ENVIRONMENTAL SETTINGS
    ======================
    Please note that any DRG-11207 error may be caused by the setting of the
    environmental variables. Be sure that the PATH and shared library path
    which is LD_LIBRARY_PATH (SHLIB_PATH for HP-UX and LIBPATH for AIX) are
    correct, since it is this setting which actually invokes the INSO_FILTER.
    Note : it is also possible to define the environment variable
    LD_LIBRARY_PATH in the listener.ora entry for extproc. This would be
    included in the ENVS section of the origin database LISTENER.ORA:
    ENVS = 'LD_LIBRARY_PATH=<full_pathname_of_oracle_home>/ctx/lib:$ORACLE_HOME/lib'
    LD_LIBRARY_PATH should include
    <full_pathname_of_oracle_home>/ctx/lib:<full_pathname_of_oracle_home>/lib
    For example:
    export LD_LIBRARY_PATH=<full_pathname_of_oracle_home>/ctx/lib:$LD_LIBRARY_PATH
    PATH should include
    <full_pathname_of_oracle_home>/ctx/bin:<full_pathname_of_oracle_home>/bin
    [NOTE:133691.1] and [NOTE:135333.1] provides possible steps to get around this error.
    SUPPORTED DOCUMENT ATTRIBUTE CHECKLIST
    ======================================
    1. Determine if the filtered document is supported
    A list of supported formats is provided in the InterMedia Text documentation
    pages. Please check whether the format falls in the list of supported formats.
    It is important to note that each Oracle version may support different
    versions of documents.
    For PDF Acrobat (full version), click on File->Document_Info->General and
    you should see the PDF version.
    For Microsoft Word and Excel, click on File->Save As and review the
    "Save as type" to determine the version.
    2. Determine if the document is corrupted
    To verify if a document is corrupted, open the document and view it line
    by line checking for corrupted output. Please note, just holding down the
    "Page Down" button to view all the pages, it's possible that potential
    corruption on a particular page will go unnoticed.
    3. Determine if the document is a secure or copy protected document
    Password protected documents and documents with password protected contents
    are not supported by the INSO_FILTER.
    For PDF Acrobat (full version), click under file->document_info->security.
    If the open password or security password is set to true then it's password
    protected.
    For Microsoft Word, click under Tools->Options->Save. If the
    "Password to open" or "Password to modify" appears as asterisks (*****),
    then the document is secured.
    For Microsoft Excel, click under File->Save As->Tools->General options.
    If the "Password to open" or "Password to modify" appears as
    asterisks (*****), then the document is secured.
    4. Determine if the document is a encrypted
    INSO_FILTER does not currently support encrypted documents.
    For PDF Acrobat (full version), click under file->document_info->security.
    If security method is none, the document is not encrypted. In other cases,
    it is encrypted.
    For Microsoft Word, it is not possible to encrypt this type of document
    directly.
    For Microsoft Excel, if the document is workbook protected then this
    implies that the document is encrypted. To determine this click under
    tools->protection and if the Unprotect Workbook or Unprotect
    Sheet is shown, this implies that the workbook/worksheet is encrypted.
    5. Determine if the document has custom embedded fonts
    Stellent filters will succeed on the majority of PDF documents containing
    custom fonts. Until now, there have only been a few documented cases of
    custom embedded fonts causing filtering problems with PDF documents. If
    there is a filtering problem with custom fonts, it will only result in
    garbage tokens being produced as a result of the custom font, whereas the
    remainder of the PDF document using the standard/built-in font will be
    filtered properly.
    To determine if custom embedded fonts are used for PDF Acrobat (full version),
    click under file->document_info->fonts and review the encoding type.
    The best way to identify whether a particular custom font will filter successfully
    is to highlight the character, copy and paste into Notepad. If the output
    contains garbage text then it is not likely to be filtered properly.
    For Microsoft Word and Excel, regardless of what font is being used, the
    INSO_FILTER should be able to extract the characters.
    References
    Oracle Text Reference Releases 9.1 and 9.2
    [BUG:2473885] BETTER ERROR MESSAGES FOR WHEN CREATING INTERMEDIA INDEX
    USING INSO FILTER
    [NOTE:133691.1] Create context index fails with DRG-11207 or fatal:libsc_fa.so
    [NOTE:135333.1] CTX_DDL.SYNC_INDEX With DBMS_JOB Fails (DRG-11207) Using
    INSO Filter in V817
    [BUG:1795642] INTERMEDIA TEXT INDEX OF A CERTAIN EXCEL97 FILE IS NOT
    CREATED IN WEBDB SITE

    Gary,
    This is two questions:
    1. The INSO filter on 8.1.7 when converting MS Word or WordPrefect Docs to HTML would give you <I> and <B> used in
    the word processor. The 9.2.0.1 version is not converting <I> or <B> in the HTML. Is there any documentation
    from the Company on using the ctxhx and template files? If <I> and <B> tags are missing in 9.2.0.1 then it is a bug in the INSO code.
    2. I have received an error in the CTX_USER_INDEX_ERRORS from one of the docs store in a BLOB here is the error.
    DRG-11207: user filter command exited with status 1.
    Is there a way to debug the ctxhx or INSO load libraries? I know what a 137 error is (NO LD_LIBRARY_PATH for ctx/lib)
    but what a 1. Where is the FL_CMD_EXIT_ERR info? Status 1 is a generic error and you can't debug it. Could you please post your email address? I would like to contact you for a test case.
    Thanks.

  • Java.lang.UnsatisfiedLinkError when calling native function

    I got exception as
    java.lang.UnsatisfiedLinkError: no rvjs11 in java.library.path
    Do I need any addtional setting?

    You need to make sure that the native library is in your "dynamic
    library search path". You typically set this using an environment
    variable (e.g., PATH on Windows, LD_LIBRARY_PATH on most Unix variants
    except HP-UX and AIX, SHLIB_PATH on HP-UX, or LIBPATH on AIX).
    Hope this helps,
    Robert
    Eric Shen wrote:
    I got exception as
    java.lang.UnsatisfiedLinkError: no rvjs11 in java.library.path
    Do I need any addtional setting?

  • WebDB 2.2/RedHat 6.1. For God's sake why doesn't Oracle release some documentation??

    Someone please tell me how to get past the
    "Enter your Oracle database SYS user password and a TNS names alias" page. My password doesn't show up as ****'s or spaces. Do I have termcap problem here? I've tried different term types and none of the obvious ones help.
    I enter change_on_install for the password and "oracle" (my SID) for the TNSNAMES alias. But I always get a "You entered an incorrect system password or an incorrect TNS names alias" error message. Which is it? Why doesn't it just say "Oracle doesn't work". Or "What you entered doesn't compute". Or "You f%$^ing dumb ass, don't you f$%^ing know anything about Oracle, you should have entered something else". These messages are equally as useful as the current response. Do I need to create a new TNS names alias? If so why? And where is the documentation on this?
    I'm guessing that because Oracle released Webdb on Linux it does actually work and that someone, somewhere got it to work. Otherwise Oracle is no better than Microsucks in their support effort ("Well it works on my system, you must be doing something wrong").
    Thanks for any help. I'd really like to use WebDB but if I have to spend any more than 2 days just to get it installed I might as well revert to Winblows NT and self installing, self configuring ZIP files or jump of the Brooklyn bridge and I'd rather do the later.
    Bren.

    I am a Product Manager for WebDB and I am concerned that you are having such a problematic experience.
    Below I have pasted an installation note that is available on MetaLink, this should walk you through the process.
    The reason your TNS connection is failing is because WebDB does not know where to connect to. WebDB uses 8.0.5 binaries and therefore cannot use the tnsnames.ora file in the 8i Oracle home. To get it to work you need to do one of two things, either copy the tnsnames.ora file from your 8i home to the new WebDB home you're about to create. Or create yourself an environment variable called TNS_ADMIN that points to [8i home/network/admin]
    Don't worry about not seeing asterisks as we don't display any, this is a 'feature' of the character based installer that we use.
    With WebDB 3.0 we will not have this problem as we are using 8i binaries and libraries and we will install using the Oracle Universal Installer, not a character mode one.
    Hope this helps.
    PURPOSE
    This document provides detailed installation notes for WebDB 2.2.0.0.4. It is
    focused on installing WebDB for an 8.1.5 (8i) database. Since WebDB is based
    off of the 8.0.5 binary and library files, it must be installed in a separate
    ORACLE_HOME than 8.1.5.
    SCOPE & APPLICATION
    This document is intended to guide you through every step of the WebDB
    installation process against 8i to prevent the most common issues.
    BEFORE YOU BEGIN
    Create a new directory for the new WebDB ORACLE_HOME separate from the 8.1.5
    database ORACLE_HOME.
    i.e. /u01/app/oracle/product/webdb/
    You must ensure that all of the appropriate environment variables are set before
    beginning the installation process. Unset any existing ORACLE environment
    settings and only set the following:
    ORACLE_HOME-->point this to the WebDB home
    i.e. setenv ORACLE_HOME /u01/app/oracle/product/webdb/
    LD_LIBRARY_PATH-->point this to the $ORACLE_HOME/lib where $ORACLE_HOME is the
    WebDB home
    i.e. setenv LD_LIBRARY_PATH $ORACLE_HOME/lib/
    SHLIB_PATH-->point this to the $ORACLE_HOME/lib as well where $ORACLE_HOME is the
    WebDB home
    i.e. setenv SHLIB_PATH $ORACLE_HOME/lib/
    LIBPATH (for AIX ONLY)-->point this to the $ORACLE_HOME/lib as well where $ORACLE_HOME is the
    WebDB home
    i.e. setenv LIBPATH $ORACLE_HOME/lib/
    PATH-->append the following $ORACLE_HOME/bin/ where $ORACLE_HOME is the
    WebDB home
    i.e. setenv PATH $ORACLE_HOME/bin/:$PATH
    TNS_ADMIN-->point this to the database home/network/admin directory.
    i.e. setenv TNS_ADMIN /u01/app/oracle/product/8.1.5/network/admin
    WV_GATEWAY_CFG-->point this to the $ORACLE_HOME/listener/cfg/wdbsvr.app where
    $ORACLE_HOME is the WebDB home
    i.e. setenv WV_GATEWAY_CFG $ORACLE_HOME/listener/cfg/wdbsvr.app
    BEGIN THE INSTALLATION
    From the unix prompt, cd to the staging area for your WebDB Media and go to the
    orainst director.
    i.e. cd /SD_CDROM/orainst/
    Run the orainst for the Oracle Installer to begin.
    i.e. ./orainst
    1.)'Oracle WebDB 2.1 Installation Requirements' Select OK.
    2.)'Environment Variable'
    ORACLE_BASE - this should be set already
    i.e. /u01/app/oracle/
    ORACLE_HOME - this should be set to the WeBDB home already
    i.e. /u01/app/oracle/product/webdb/
    Select OK.
    3.)'Relink All Executables?' Select NO.
    4.)'Software Asset Manager' - select Oracle WebDB 2.2.0.0.4 and Oracle WebDB
    Listener 2.2.0.0.4. Select INSTALL.
    5.)'WebDB Listener'
    Hostname --> provide the fully qualified host.domain as registered with DNS
    i.e. iprodhp2.us.oracle.com
    Data Access --> You can name your database access descriptor anything you
    would like but it is best if you take the default which is 'WebDB'
    WebDB Schema --> This is the schema that all WebDB packages will be installed
    under. It is recommended that you again take the default which is 'WEBDB'
    Listener Port -- > Ensure that you choose a port that is not already in use.
    Port 80 is the default http port. This port number can always be changed
    later when you start the WebDB listener.
    Select OK.
    6.)'Choose the Database' - Select Oracle 8i and Select OK.
    7.)Please provide the appropriate sys password and the TNSNAMES alias used to
    connect to the 8.1.5 database.
    8.)'WEBDB' --> Select the tablespaces you would like to install into.
    Installation = WEBDB
    Default = <USERS>
    Temporary = <TEMP>
    Document = <USERS>
    Select OK.
    9.)WebDB initial password is webdb --> Select OK.
    10.)'Choose Language' --> English is automatically installed but you may choose
    any additional languages. Select OK.
    11.)Installation of the WebDB schema may take a while. You may think your
    installer is hanging but in fact it is just installing a lot of information.
    Depending on your machine's resources, the average time to complete this
    task is usually around 45 minutes to 1 hour.
    12.)'WebDB Install Complete' --> Select OK.
    13.)It will then install support files.
    14.)'WebDB Listener Successfull' Select OK.
    15.)Exit Software Asset Manager
    Go to the unix prompt to start the listener:
    wdbstart host.domain port&WHERE host.domain is the fully qualified host and domain name with DNS
    AND port is the http port you would like the listener to start on
    i.e. wdbstart iprodhp2.us.oracle.com 22004&
    CONFIGURING THE LISTENER
    Go the following URL: http://host.domain:port/admin_/gateway.htm
    WHERE host.domain is the fully qualified host and domain name with DNS
    AND port is the http port you started the listener on
    i.e. http://iprodhp2.us.oracle.com:22004/admin_/gateway.htm
    Verify that your connect string is correct on the gateway.htm page. This should
    be the alias registered in your TNSNAMES.ORA file. Then click Apply. It is
    not neccessary to restart the listener after you make the change.
    ACCESSING THE WEBDB HOME PAGE
    Go to the following URL: http://host.domain:port/
    HERE host.domain is the fully qualified host and domain name with DNS
    AND port is the http port you started the listener on
    i.e. http://iprodhp2.us.oracle.com:22004/
    null

  • Removing Oracle Database Enterprise Edition Release 11.2.2.0 on linux 5

    I have installed Pre-Built Developer-VM (for Oracle VM VirtualBox) named Database App Development VM, including Oracle Database 11g Release 2 Enterprise Edition.
    VirtualBox VMs for Developers&lt;/title&gt;&lt;meta name=&quot;Title&quot; content=&quot;VirtualBox VMs for Developers&q…
    I would like to remove Oracle Database Enterprise Edition Release 11.2.2.0 on linux 5, but I am getting the error "command not found".
    [oracle@localhost ~]$ cd $ORACLE_HOME
    [oracle@localhost dbhome_2]$ cd deinstall
    [oracle@localhost deinstall]$ ls -ltr
    -rwxr-xr-x 1 oracle oracle 32343 Dec 16  2009 sshUserSetup.sh
    -rw-r--r-- 1 oracle oracle 489   Nov 16  2009 readme.txt
    -rw-r--r-- 1 oracle oracle 3466  Mar 19  2010 deinstall.xml
    -rwxr-xr-x 1 oracle oracle 9369  Jun 10  2010 bootstrap.pl
    -rwxr-xr-x 1 oracle oracle 14776 Jul 15  2010 deinstall.pl
    drwxr-xr-x 2 oracle oracle 4096  Oct  2  2010 response
    drwxr-xr-x 2 oracle oracle 4096  Oct  2  2010 jlib
    -rwxr-xr-x 1 oracle oracle 8474  Oct  2  2010 deinstall
    [oracle@localhost deinstall]$ ./deinstall
    Checking for required files and bootstrapping ...
    Please wait ...
    ./deinstall: line 217: ERROR:: command not found
    Does anybody have an idea?

    Hello Asif,
    I opened deinstall.pl with vi and jumped to line 217. There is nothing in line 217. Its the end of file. In line 216 is the following command:
    $TOOL_DIR/perl/bin/perl $TOOL_DIR/deinstall.pl $HOME_VER $TEMP_LOC $TOOL_DIR $ARCHITECTURE_FLAG $TOOL_ARGS
    I cannot find the problem.
    deinstall.pl
    # $Header: install/utl/scripts/db/deinstall /main/3 2010/05/28 20:12:57 ssampath Exp $
    # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
    #    NAME
    #      deinstall - wrapper script that calls deinstall tool.
    #    DESCRIPTION
    #      This script will set all the necessary variables and call the tools
    #      entry point.
    #    NOTES
    #      <other useful comments, qualifications, etc.>
    #    MODIFIED   (MM/DD/YY)
    #    mwidjaja    04/29/10 - XbranchMerge mwidjaja_bug-9579184 from
    #                           st_install_11.2.0.1.0
    #    mwidjaja    04/15/10 - Added SHLIB_PATH for HP-PARISC
    #    mwidjaja    01/14/10 - XbranchMerge mwidjaja_bug-9269768 from
    #                           st_install_11.2.0.1.0
    #    mwidjaja    01/14/10 - Fix help message for params
    #    ssampath    12/24/09 - Fix for bug 9227535. Remove legacy version_check
    #                           function
    #    ssampath    12/01/09 - XbranchMerge ssampath_bug-9167533 from
    #                           st_install_11.2.0.1.0
    #    ssampath    11/30/09 - Set umask to 022.
    #    prsubram    10/12/09 - XbranchMerge prsubram_bug-9005648 from main
    #    prsubram    10/08/09 - Compute ARCHITECTURE_FLAG in the script
    #    prsubram    09/15/09 - Setting LIBPATH for AIX
    #    prsubram    09/10/09 - Add AIX specific code check java version
    #    prsubram    09/10/09 - Change TOOL_DIR to BOOTSTRAP_DIR in java cmd
    #                           invocation of bug#8874160
    #    prsubram    09/08/09 - Change the default shell to /usr/xpg4/bin/sh on
    #                           SunOS
    #    prsubram    09/03/09 - Removing -d64 for client32 homes for the bug8859294
    #    prsubram    06/22/09 - Resolve port specific id cmd issue
    #    ssampath    06/02/09 - Fix for bug 8566942
    #    ssampath    05/19/09 - Move removal of /tmp/deinstall<timestamp> to java
    #                           code.
    #    prsubram    04/30/09 - Fix for the bug#8474891
    #    mwidjaja    04/29/09 - Added user check between the user running the
    #                           script and inventory owner
    #    ssampath    04/29/09 - Changes to make error message better when deinstall
    #                           tool is invoked from inside ORACLE_HOME and -home
    #                           is passed.
    #    ssampath    04/15/09 - Fix for bug 8414555
    #    prsubram    04/09/09 - LD_LIBRARY_PATH is ported for sol,hp-ux & aix
    #    mwidjaja    03/26/09 - Disallow -home for running from OH
    #    ssampath    03/24/09 - Fix for bug 8339519
    #    wyou        02/25/09 - restructure the ohome check
    #    wyou        02/25/09 - change the error msg for directory existance check
    #    wyou        02/12/09 - add directory existance check
    #    wyou        02/09/09 - add the check for the writablity for the oracle
    #                           home passed-in
    #    ssampath    01/21/09 - Add oui/lib to LD_LIBRARY_PATH
    #    poosrini    01/07/09 - LOG related changes
    #    ssampath    11/24/08 - Create /main/osds/unix branch
    #    dchriste    10/30/08 - eliminate non-generic tools like 'cut'
    #    ssampath    08/18/08 - Pickup srvm.jar from JLIB directory.
    #    ssampath    07/30/08 - Add http_client.jar and OraCheckpoint.jar to
    #                           CLASSPATH
    #    ssampath    07/08/08 - assistantsCommon.jar and netca.jar location has
    #                           changed.
    #    ssampath    04/11/08 - If invoking the tool from installed home, JRE_HOME
    #                           should be set to $OH/jdk/jre.
    #    ssampath    04/09/08 - Add logic to instantiate ORA_CRS_HOME, JAVA_HOME
    #                           etc.,
    #    ssampath    04/03/08 - Pick up ldapjclnt11.jar
    #    idai        04/03/08 - remove assistantsdc.jar and netcadc.jar
    #    bktripat    02/23/07 -
    #    khsingh     07/18/06 - add osdbagrp fix
    #    khsingh     07/07/06 - fix regression
    #    khsingh     06/20/06 - fix bug 5228203
    #    bktripat    06/12/06 - Fix for bug 5246802
    #    bktripat    05/08/06 -
    #    khsingh     05/08/06 - fix tool to run from any parent directory
    #    khsingh     05/08/06 - fix LD_LIBRARY_PATH to have abs. path
    #    ssampath    05/01/06 - Fix for bug 5198219
    #    bktripat    04/21/06 - Fix for bug 5074246
    #    khsingh     04/11/06 - fix bug 5151658
    #    khsingh     04/08/06 - Add WA for bugs 5006414 & 5093832
    #    bktripat    02/08/06 - Fix for bug 5024086 & 5024061
    #    bktripat    01/24/06 -
    #    mstalin     01/23/06 - Add lib to pick libOsUtils.so
    #    bktripat    01/19/06 - adding library changes
    #    rahgupta    01/19/06 -
    #    bktripat    01/19/06 -
    #    mstalin     01/17/06 - Modify the assistants deconfig jar file name
    #    rahgupta    01/17/06 - updating emcp classpath
    #    khsingh     01/17/06 - export ORACLE_HOME
    #    khsingh     01/17/06 - fix for CRS deconfig.
    #    hying       01/17/06 - netcadc.jar
    #    bktripat    01/16/06 -
    #    ssampath    01/16/06 -
    #    bktripat    01/11/06 -
    #    clo         01/10/06 - add EMCP entries
    #    hying       01/10/06 - netcaDeconfig.jar
    #    mstalin     01/09/06 - Add OraPrereqChecks.jar
    #    mstalin     01/09/06 -
    #    khsingh     01/09/06 -
    #    mstalin     01/09/06 - Add additional jars for assistants
    #    ssampath    01/09/06 - removing parseOracleHome temporarily
    #    ssampath    01/09/06 -
    #    khsingh     01/08/06 - fix for CRS deconfig
    #    ssampath    12/08/05 - added java version check
    #    ssampath    12/08/05 - initial run,minor bugs fixed
    #    ssampath    12/07/05 - Creation
    #MACROS
    if [ -z "$UNAME" ]; then UNAME="/bin/uname"; fi
    if [ -z "$ECHO" ]; then ECHO="/bin/echo"; fi
    if [ -z "$AWK" ]; then AWK="/bin/awk"; fi
    if [ -z "$ID" ]; then ID="/usr/bin/id"; fi
    if [ -z "$DIRNAME" ]; then DIRNAME="/usr/bin/dirname"; fi
    if [ -z "$FILE" ]; then FILE="/usr/bin/file"; fi
    if [ "`$UNAME`" = "SunOS" ]
    then
        if [ -z "${_xpg4ShAvbl_deconfig}" ]
        then
            _xpg4ShAvbl_deconfig=1
            export _xpg4ShAvbl_deconfig
            /usr/xpg4/bin/sh $0 "$@"
            exit $?
        fi
            AWK="/usr/xpg4/bin/awk"
    fi
    # Set umask to 022 always.
    umask 022
    INSTALLED_VERSION_FLAG=true
    ARCHITECTURE_FLAG=32
    TOOL_ARGS=$* # initialize this always.
    # Since the OTN and the installed version of the tool is same, only way to
    # differentiate is through the instantated variable ORA_CRS_HOME.  If it is
    # NOT instantiated, then the tool is a downloaded version.
    # Set HOME_VER to true based on the value of $INSTALLED_VERSION_FLAG
    if [ x"$INSTALLED_VERSION_FLAG" = x"true" ]
    then
       ORACLE_HOME=/home/oracle/app/oracle/product/11.2.0/dbhome_2
       HOME_VER=1     # HOME_VER
       TOOL_ARGS="$ORACLE_HOME $TOOL_ARGS"
    else
       HOME_VER=0
    fi
    # Save current working directory
    CURR_DIR=`pwd`
    # If CURR_DIR is different from TOOL_DIR get that location and cd into it.
    TOOL_REL_PATH=`$DIRNAME $0`
    cd $TOOL_REL_PATH
    DOT=`$ECHO $TOOL_REL_PATH | $AWK -F'/' '{ print $1}'`
    if [ "$DOT" = "." ];
    then
      TOOL_DIR=$CURR_DIR/$TOOL_REL_PATH
    elif [ `expr "$DOT" : '.*'` -gt 0 ];
    then
      TOOL_DIR=$CURR_DIR/$TOOL_REL_PATH
    else
      TOOL_DIR=$TOOL_REL_PATH
    fi
    # Check if this script is run as root.  If so, then error out.
    # This is fix for bug 5024086.
    RUID=`$ID|$AWK -F\( '{print $2}'|$AWK -F\) '{print $1}'`
    if [ ${RUID} = "root" ];then
    $ECHO "You must not be logged in as root to run $0."
    $ECHO "Log in as Oracle user and rerun $0."
    exit $ROOT_USER
    fi
    # DEFINE FUNCTIONS BELOW
    computeArchFlag() {
       TOOL_HOME=$1
       case `$UNAME` in
          HP-UX)
             if [ "`/usr/bin/file $TOOL_HOME/bin/kfod | $AWK -F\: '{print $2}' | $AWK -F\- '{print $2}' | $AWK '{print $1}'`" = "64" ];then
                ARCHITECTURE_FLAG="-d64"
             fi
          AIX)
             if [ "`/usr/bin/file $TOOL_HOME/bin/kfod | $AWK -F\: '{print $2}' | $AWK '{print $1}' | $AWK -F\- '{print $1}'`" = "64" ];then
                ARCHITECTURE_FLAG="-d64"
             fi
             if [ "`/usr/bin/file $TOOL_HOME/bin/kfod | $AWK -F\: '{print $2}' | $AWK '{print $2}' | $AWK -F\- '{print $1}'`" = "64" ];then
                  ARCHITECTURE_FLAG="-d64"
             fi
       esac
    if [ $HOME_VER = 1 ];
    then
       $ECHO "Checking for required files and bootstrapping ..."
       $ECHO "Please wait ..."
       TEMP_LOC=`$ORACLE_HOME/perl/bin/perl $ORACLE_HOME/deinstall/bootstrap.pl $HOME_VER $TOOL_ARGS`
       TOOL_DIR=$TEMP_LOC
    else
       TEMP_LOC=`$TOOL_DIR/perl/bin/perl $TOOL_DIR/bootstrap.pl $HOME_VER $TOOL_ARGS`
    fi
    computeArchFlag $TOOL_DIR
    $TOOL_DIR/perl/bin/perl $TOOL_DIR/deinstall.pl $HOME_VER $TEMP_LOC $TOOL_DIR $ARCHITECTURE_FLAG $TOOL_ARGS
    Best regards

  • Cannot start RFC server

    Hi,
    I installed Data Quality for SAP solution on a UNIX box - HP-UX Itanium 11.31. Data Services and DS Components are all installed and running fine, however after I installed the RFC server I can't start it. I keep getting this error: Can't load ibrary: .../bin/librfccm.sl.
    When I looked in my bin and I can't find the librfccm.sl file but I found the librfccm.so file. I also found a thread on google that mentioned something about .so files are for Solaris/Linus and I must have installed the wrong package. Has anyone run into this issue before?
    TIA
    Lynne

    Just to clarify, my issue may have been a little different.
    Using DataServices XI 3.1 with the Data Services Supplement for SAP to connect to BW 7.01 SP2.  DataServices is runnin on HP-Unix, same machine that the BW is running on. We were getting this error message in DataServices.
    ERROR MESSAGE:
    SAP RFC shared library <librfccm.so> not found. Please make sure it is installed and can be located using the library search path (LIBPATH on AIX, LD_LIBRARY_PATH on Solaris/Linux, SHLIB_PATH on HP-UX). For information about supported versions and downloading the latest version of this library from SAP, see the ReadMeLibRfc.txt file in the Data Integrator /bin directory.
    The fix was found in the readmelibRfc.txt file in the /bin directory.
    Here is what we changed:
    In file /opt/bobj/dsx/businessobjects/dataservices/bin/al_env.sh
    Added this part to the line below:
             /usr/sap/EWX/SYS/exe/run:
    SHLIB_PATH=$LINK_DIR/bin:$LINK_DIR/ext/webservice-c/lib:$ORACLE_HOME/lib:$ORACLE_HOME/network/lib:/usr/sap/EWX/SYS/exe/run:$SHLIB_PATH
    Perhaps this should have been a seperate post, but wanted to provide the feed back here.
    Thanks
    Jay

  • Visual administrator stuck at 99%

    Hi All,
      While I try to connect to visual administrator in PI 7.0 , it is stuck at 99% and not connecting .
      Ny help ? Where do I check the log where it is stuck ?
      Please advice.
    Thanks,
    Suman

    hi chittaranjan,
    first you have to stop the SAP J2EE Engine. Under Windows, you can use the Microsoft Management Console for SAP Systems (SAPMMC). As an alternative or for UNIX systems, use the tool jcmon, which is located in the engine's /usr/sap/<SID>/sys/exe/run directory.
    Note: You only need to stop a single server. You do not need to stop the dispatcher.
    To stop the server using jcmon:
          1. Start a shell or command prompt.
          2. Switch to the directory /usr/sap/<SID>/<j2ee-instance>/j2ee/os_libs.
          3. Execute the command
          jcmon pf=../../../SYS/profile/<sid>_<j2ee-instance>_<host>
          4. Enter 20 to start the local administration menu.
          5. Enter 4 and then the process index number (not the PID) to stop the server.
    Starting the SAP J2EE Engine in Console Mode
    To start the server in console mode:
          1. View the server's property file:
          /usr/sap/<SID>/<j2ee-instance>/j2ee/cluster/instance.properties
          This file contains the server properties in the form <key>=<value>, whereby each key is prefixed with an indicator. For example, for the key ID169739450.MaxHeapSize=128, the prefix is ID169739450.
          2. Search for the entry <prefix>.Type=server and note the prefix.
          We refer to this indicator as <prefix-server> below.
          3. Start a new shell or command prompt.
          4. Switch to the directory /usr/sap/<SID>/<j2ee-instance>/j2ee/os_libs.
          5. Set the library path to this directory.
               The name of the environment variable to use depends on your operating system (LD_LIBRARY_PATH for most UNIX systems,SHLIB_PATH for HP-UX, LIBPATH for AIX, PATH for Windows). You can find the name and value to use in the developer trace file /usr/sap/<SID>/<j2ee-instance>/work/dev_jcontrol; search for "lib path" for the node for <prefix-server>.
               For HP-UX, also set the environment variable LD_PRELOAD to the base name of the Java VM shared library. In this case, the name to use depends on your CPU type; use either "LD_PRELOAD=libjvm.sl" for PA-RISC or "LD_PRELOAD=libjvm.so" for HPIA64.
          6. To start the server, execute the command:
          jlaunch -file=../cluster/instance.properties -nodeName=<prefix-server> pf=../../../SYS/profile/<sid>_<j2ee-instance>_<host>-traceFile= <trace_file> -startMode=console
          Enter the command in a single line. Note that the parameter pf does not have minus sign as a prefix. This is correct.
          7. Wait until the server has started. (The prompt '>' appears.)
    regards
    chandra

  • When does LIBPATH need to be set for an Oracle RDBMS running on AIX?

    I am trying to determine the impacts of not having LIBPATH set in an AIX 5.3 environment running Oracle 10.2.0.4 64 bit databases. It would appear these databases may have been ported from Linux and the LD_LIBRARY_PATH variable was set in some of the scripts (i.e. Cold backup that shutsdown and starts the database).
    My interpretation from research is LD_LIBRARY_PATH would be ignored by AIX, although some hits I have found show this envionment variable set and LIBPATH. If LIBPATH is not set for database scripts (i.e. shutdown/startup for backup, database maintenance, etc) is there any concern? LIPBPATH is not set in the .profile for the oracle account either.

    908340 wrote:
    I am trying to determine the impacts of not having LIBPATH set in an AIX 5.3 environment running Oracle 10.2.0.4 64 bit databases. It would appear these databases may have been ported from Linux and the LD_LIBRARY_PATH variable was set in some of the scripts (i.e. Cold backup that shutsdown and starts the database).
    My interpretation from research is LD_LIBRARY_PATH would be ignored by AIX, although some hits I have found show this envionment variable set and LIBPATH. If LIBPATH is not set for database scripts (i.e. shutdown/startup for backup, database maintenance, etc) is there any concern? I am not concerned.

  • Can't find library libjsafe.so in LIBPATH (Weblogic 5.1 on AIX 4.3.3)

     

    try adding
    -Dweblogic.security.SSL.useJava=true
    to your startup script
    John Ruskin wrote:
    I am trying to start WebLogic 5.1 on AIX 4.3.3.
    WebLogic is installed in /app/weblogic/weblogic510 and
    JDK 1.2.2 is in /usr/jdk_base.
    When I run startWebLogic.sh, it throws an exception which is listed below.
    However, the first message displayed when it starts up is
    LIBPATH=/app/weblogic/weblogic510/lib/aix
    and the library mentioned in the exception is indeed there
    Despite the exception Server does start up, but complains about
    unable to Initialize/Load POSIX Performance Pack.
    Any help is appreciated!
    JR
    y 18 08:57:15 CDT 2000:<I> <WebLogicServer> Server loading from
    weblogic.class.path. EJB redeployment enabled.
    java.lang.UnsatisfiedLinkError: Can't find library libjsafe.so in LIBPATH
    LIBPATH=/usr/jdk_base/lib/aix/native_threads
    at java.lang.Runtime.loadLibrary(Compiled Code)
    at java.lang.System.loadLibrary(Compiled Code)
    at COM.rsa.jsafe.JSAFE_DeviceBuilderNative.buildObjects(Compiled
    Code)
    at COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(Compiled Code)
    at COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(Compiled Code)
    at weblogic.security.RSA.performOPJSafe(Compiled Code)
    at weblogic.security.RSA.performOp(Compiled Code)
    at weblogic.security.RSApkcs1.decrypt(Compiled Code)
    at weblogic.security.RSAMDSignature.verify(Compiled Code)
    at weblogic.security.X509.verifySignature(Compiled Code)
    at weblogic.t3.srvr.SSLListenThread.insertIntoCAChain(Compiled Code)
    at weblogic.t3.srvr.SSLListenThread.<init>(Compiled Code)
    at weblogic.t3.srvr.SSLListenThread.<init>(Compiled Code)
    at weblogic.t3.srvr.T3Srvr.start(Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(Compiled Code)
    at weblogic.Server.startServerDynamically(Compiled Code)
    at weblogic.Server.main(Compiled Code)
    at weblogic.Server.main(Compiled Code)
    Following is the last two lines before the "Server Started" message.
    Thu May 18 08:57:23 CDT 2000:<A> <Posix Performance Pack> Could not
    initialize POSIX Performance Pack.
    Thu May 18 08:57:23 CDT 2000:<E> <Performance Pack> Unable to load
    performance pack, using Java I/O.
    Please remember to ALWAYS Reference Your Case Number in the subject line.
    Ian Kushnir
    Technical Support Engineer - North Sydney
    BEA Systems
    Phone: +61-2-9923 4043
    Mobile: +61-417 889 336 or 0417 889 336
    Fax: +61-2-9923 4080
    Email: [email protected]

  • LIBPATH environment variable on AIX

    My oracle user doesn't have this environment variable LIBPATH configured properly. I'm trying to change it but i can't find where it was set.
    I've checked /etc/profile, /etc/environment, .profile and .env but it's not set anywhere.
    Yet, when i type set as oracle, i see it set.
    I've tried addint export LIBPATH=correctsetting but it's still not updated.
    Has anyone seen this or has any ideas as to how i can set this environment variable? (environment is oracle 10g on AIX)
    Thanks.

    Mine is setup when the /var/opt/oracle/orarc102 is called.
    The /var/opt/oracle/orarc102 is called within my .profile
    Regards
    Tim
    When use say oracle user are you refering to the ORACLE account itself or another user account?
    If you are refering to another oracle user then go through the .profile and the other . files and see what is called during login. You will eventually find where it is setup. Of course if you are refering to the ORACLE account then I don't know what to tell you.
    Message was edited by:
    Timothy Boles

  • Error in starting startInstGui.sh in AIX Machine

    I am in the process of installing SAP in AIX Machine
    I am getting the follwoing error when i start SAP installatble. Pls help
    <b># /oracle/master/startInstGui.sh
      Java Runtime found in PATH environment variable
      Path: java
    Start mode: gui (GUI only)
    Connection parameters:
      GUIServer host: localhost
      GUIServer port: 21212
    Starting...
    The java class is not found:  SDTGui</b>
    The contents of ENV file is as follows
    TMP=/usr/sap/DBW/install/tmp
    MAIL=/usr/spool/mail/root
    LOCPATH=/usr/lib/nls/loc
    LIB_PATH=/sapmnt/DBW/exe
    USER=root
    AUTHSTATE=compat
    SAPINST_JRE_HOME=/usr/java14_64/jre
    DISPLAY=192.168.79.139:0.0
    SHELL=/usr/bin/ksh
    ODMDIR=/etc/objrepos
    JAVA_HOME=/usr/java14_64
    HOME=/
    TERM=xterm
    MAILMSG=[YOU HAVE NEW MAIL]
    PWD=/oracle/master
    LD_LIBPATH=/sapmnt/DBW/exe
    TZ=MST7
    A__z=! LOGNAME
    NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat
    LIBPATH=/sapmnt/DBW/exe
    The output of Java -fullversion is <b>J2RE 1.4.2 AIX 5L</b> I have logged in as user root to do the activities

    Hi,
    setup environment veriables correctly for java.. for example.
    if using from root,
    type: export JAVA_HOME=/.../.../.../ full location
    type xhost + in seperate new terminal. should work.
    also, use J2SDK 1.4.2.11 from below provided link...
    http://java.sun.com/products/archive/j2se/1.4.2_11/index.html
    Thanks,

  • OWB Installation problem on AIX 5.2

    Hi,
    We are trying to install OWB 9.2.0.2.8 on IBM AIX 5.2 using the download version from OTN. Following installation instructions, we have removed all references to existing ORACLE_HOME in the environment variables: CLASSPATH, PATH, LIBPATH and LD_LIBRARY_PATH.
    When we try to run installer from owb92aix/Disk1/runInstaller
    following error message appears: Can't find libjvm.a
    and the installation aborts.
    Any help is appreciated.
    Thanks,
    Aravind

    Yes, we do have the java virtual machine installed in /usr/java131/jre/bin and it is referenced in PATH variable.
    When we extracted the downloaded tar file for AIX, the file libjvm.a exists in the extracted directory. We do not know why the installer is unable to find it.
    Thanks,
    Aravind

  • The SAP Instance JC00 fails to start on aIX box

    Hi,
    I am installing SAP Netweaver on AIX box.
    The instalaltion process fails at the phase 33 of 34
    the SAP Instance JC00 fails to start
    if i chek the error fiel
    Trace of system startup/check of SAP System DON on Tue Dec 26 16:00:51 CST 2006
    Called command: /usr/sap/DON/SYS/exe/run/startsap
    Starting SAP Instance JC00
    SAP-R/3-Startup Program Rel 640 V1.8 (2003/04/24)
    Starting at 2006/12/26 16:00:51
    Startup Profile: "/usr/sap/DON/SYS/profile/START_JC00_pun-lpar-idm03"
    (655470) SETENV LD_LIBRARY_PATH=/usr/sap/DON/JC00/j2ee/os_libs:
    Setup Environment Variables
    (655470) SETENV SHLIB_PATH=/usr/sap/DON/JC00/j2ee/os_libs:
    (655470) SETENV LIBPATH=/usr/sap/DON/JC00/j2ee/os_libs:/usr/lib:/lib:/usr/sap/DON/SYS/exe/run:/oracle///instantclient
    Execute Pre-Startup Commands
    (655470) Local: rm -f jc.sapDON_JC00
    (655470) Local: ln -s -f /usr/sap/DON/JC00/j2ee/os_libs/jcontrol jc.sapDON_JC00
    Starting Programs
    (651450) Starting: local jc.sapDON_JC00 pf=/usr/sap/DON/SYS/profile/DON_JC00_pun-lpar-idm03
    (655470) Waiting for Child Processes to terminate.
    (655470) **** 2006/12/26 16:00:56 Child 651450 terminated with Status 255 . ****
    (655470) **** No more Child Processes to wait for.
    (655470) Parent Shutdown at 2006/12/26 16:00:56
    Execute Post-Shutdown Commands
    (655470) Exiting with Return-Code 3. (No more child processes)
    Startup of Instance failed
    What can be the problem here
    Regards
    Manoj

    Hi Siddesh,
    Thanks for the response
    The trace is form the file dev_jcontrol located in "/usr/sap/DON/JC00/work" directory
    "dev_jcontrol" 111 lines, 5297 characters
    trc file: "/usr/sap/DON/JC00/work/dev_jcontrol", trc level: 1, release: "640"
    node name   : jcontrol
    pid         : 610394
    system name : DON
    system nr.  : 00
    started at  : Tue Dec 26 19:12:38 2006
    arguments   :
        arg[00] : jc.sapDON_JC00
        arg[01] : pf=/usr/sap/DON/SYS/profile/DON_JC00_pun-lpar-idm03
    JStartupReadInstanceProperties: read instance properties [/usr/sap/DON/JC00/j2ee/cluster/instance.properties:/usr/sap/DON/JC00/SDM/p
    rogram/config/sdm_jstartup.properties]
    -> ms host    : pun-lpar-idm03
    -> ms port    : 3601
    -> OS libs    : /usr/sap/DON/JC00/j2ee/os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : /usr/sap/DON/JC00/j2ee/cluster/instance.properties
    -> files [01] : /usr/sap/DON/JC00/SDM/program/config/sdm_jstartup.properties
    Instance properties
    -> ms host    : pun-lpar-idm03
    -> ms port    : 3601
    -> os libs    : /usr/sap/DON/JC00/j2ee/os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    :$
    trc file: "/usr/sap/DON/JC00/work/dev_jcontrol", trc level: 1, release: "640"
    node name   : jcontrol
    pid         : 610394
    system name : DON
    system nr.  : 00
    started at  : Tue Dec 26 19:12:38 2006
    arguments   :
        arg[00] : jc.sapDON_JC00
        arg[01] : pf=/usr/sap/DON/SYS/profile/DON_JC00_pun-lpar-idm03
    JStartupReadInstanceProperties: read instance properties [/usr/sap/DON/JC00/j2ee/cluster/instance.properties:/usr/sap/DON/JC00/SDM/p
    rogram/config/sdm_jstartup.properties]
    -> ms host    : pun-lpar-idm03
    -> ms port    : 3601
    -> OS libs    : /usr/sap/DON/JC00/j2ee/os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : /usr/sap/DON/JC00/j2ee/cluster/instance.properties
    -> files [01] : /usr/sap/DON/JC00/SDM/program/config/sdm_jstartup.properties
    Instance properties
    -> ms host    : pun-lpar-idm03
    -> ms port    : 3601
    -> os libs    : /usr/sap/DON/JC00/j2ee/os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : /usr/sap/DON/JC00/j2ee/cluster/instance.properties
    Worker nodes
    -> [00] sdm                  : /usr/sap/DON/JC00/SDM/program/config/sdm_jstartup.properties
    [Thr  1] Tue Dec 26 19:12:38 2006
    [Thr  1] SigISetDefaultAction : default handling for signal 20
    [Thr  1] JControlExecuteBootstrap: execute bootstrap process [bootstrap]
    [Thr  1] [Node: bootstrap] java home is set by profile parameter
            Java Home: /usr/java14_64
    JStartupIReadSection: read node properties [bootstrap]
    -> node name       : bootstrap
    -> node type       : bootstrap
    -> java path       : /usr/java14_64
    -> java parameters : -Djco.jarm=1 -Djco.jarm=1
    -> java vm version : J2RE 1.4.2 IBM AIX 5L for PowerPC (64 bit JVM) build caix64142ifx-20060209 (SR4-1) (JIT enabled: jitc)
    -> java vm vendor  : Classic VM (IBM Corporation)
    -> java vm type    : <default>
    -> java vm cpu     : ppc64
    -> heap size       : 128M
    -> root path       : /usr/sap/DON/JC00/j2ee/cluster
    -> class path      : ./bootstrap/launcher.jar
    -> OS libs path    : /usr/sap/DON/JC00/j2ee/os_libs
    -> main class      : com.sap.engine.offline.OfflineToolStart
    -> framework class : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class  : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path  : /usr/sap/DON/JC00/j2ee/os_libs/jstartup.jar
    -> parameters      : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0035316
    -> debuggable      : yes
    -> debug mode      : no
    -> debug port      : 60000
    -> shutdown timeout: 120000
    JStartupStartJLaunch: program = /usr/sap/DON/JC00/j2ee/os_libs/jlaunch
    -> arg[00] = /usr/sap/DON/JC00/j2ee/os_libs/jlaunch
    -> arg[01] = pf=/usr/sap/DON/SYS/profile/DON_JC00_pun-lpar-idm03
    -> arg[02] = -DSAPINFO=DON_00_bootstrap
    -> arg[03] = -file=/usr/sap/DON/JC00/j2ee/cluster/instance.properties
    -> arg[04] = -nodeName=bootstrap
    -> arg[05] = -nodeId=-1
    -> arg[06] = -syncSem=9437188
    -> arg[07] = -jvmOutFile=/usr/sap/DON/JC00/work/jvm_bootstrap.out
    -> arg[08] = -stdOutFile=/usr/sap/DON/JC00/work/std_bootstrap.out
    -> arg[09] = -locOutFile=/usr/sap/DON/JC00/work/dev_bootstrap
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=/usr/sap/DON/SYS/profile/DON_JC00_pun-lpar-idm03
    -> lib path = LIBPATH=/usr/java14_64/jre/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/DON/JC00/j2ee/os_libs:/u
    sr/sap/DON/SYS/exe/run:/usr/sap/DON/SYS/exe/run:/usr/sap/DON/SYS/exe/run:/tmp/sapinst_exe.360486.1167110312:/usr/lib:/usr/sap/DON/JC
    00/j2ee/os_libs:/usr/sap/DON/JC00/j2ee/os_libs:/usr/lib:/lib:/usr/sap/DON/SYS/exe/run:/oracle///instantclient
    -> exe path = PATH=/usr/java14_64/bin:/usr/sap/DON/JC00/j2ee/os_libs:/oracle/DON/102_64/bin:/usr/java14_64/bin:/home/donadm:/usr/sap
    /DON/SYS/exe/run:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/donadm/bin:/usr/bin/X11:/sbin:.
    [Thr  1] JStartupICreateProcess: fork process (pid 274544)
    [Thr  1] Tue Dec 26 19:12:55 2006
    [Thr  1] *** ERROR => invalid return code of process [bootstrap] (exitcode=-1) [jstartxx_mt. 1433]
    [Thr  1] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc=-1)
    [Thr  1] JControlCloseProgram: started (exitcode = -1)
    [Thr  1] JControlCloseProgram: good bye... (exitcode=-1)
    :q
    pun-lpar-idm03:donadm 68> ls -lt
    total 128
    -rw-rr   1 donadm   sapsys          329 Dec 26 19:12 INSTSTAT
    -rw-rr   1 donadm   sapsys         1323 Dec 26 19:12 sapstart.log
    -rw-rr   1 donadm   sapsys         5297 Dec 26 19:12 dev_jcontrol
    -rw-rr   1 donadm   sapsys         7556 Dec 26 19:12 dev_bootstrap
    -rw-rr   1 donadm   sapsys          615 Dec 26 19:12 std_bootstrap.out
    -rw-rr   1 donadm   sapsys          158 Dec 26 19:12 sapstart0.trc
    -rw-rr   1 donadm   sapsys          158 Dec 26 19:12 stderr0
    -rw-rr   1 donadm   sapsys            0 Dec 26 19:12 stdout0
    -rw-rr   1 donadm   sapsys          240 Dec 26 19:12 dev_sapstart
    -rw-rr   1 donadm   sapsys            0 Dec 26 19:12 dev_tp
    lrwxrwxrwx   1 donadm   sapsys           39 Dec 26 19:12 jc.sapDON_JC00 -> /usr/sap/DON/JC00/j2ee/os_libs/jcontrol
    -rw-rr   1 donadm   sapsys            0 Dec 26 19:11 dev_tp.old
    -rw-rr   1 donadm   sapsys         5519 Dec 26 17:32 dev_jcontrol.old
    -rw-rr   1 donadm   sapsys         7568 Dec 26 17:32 dev_bootstrap.old
    -rw-rr   1 donadm   sapsys         1045 Dec 26 17:32 dev_jcmon
    -rw-rr   1 donadm   sapsys         1045 Dec 26 17:32 dev_jcmon.old
    pun-lpar-idm03:donadm 69> vi dev_bootstrap
    "dev_bootstrap" 176 lines, 7556 characters
    trc file: "/usr/sap/DON/JC00/work/dev_bootstrap", trc level: 1, release: "640"
    node name   : bootstrap
    pid         : 274544
    system name : DON
    system nr.  : 00
    started at  : Tue Dec 26 19:12:38 2006
    arguments   :
        arg[00] : /usr/sap/DON/JC00/j2ee/os_libs/jlaunch
        arg[01] : pf=/usr/sap/DON/SYS/profile/DON_JC00_pun-lpar-idm03
        arg[02] : -DSAPINFO=DON_00_bootstrap
        arg[03] : pf=/usr/sap/DON/SYS/profile/DON_JC00_pun-lpar-idm03
    JStartupReadInstanceProperties: read instance properties [/usr/sap/DON/JC00/j2ee/cluster/instance.properties]
    -> ms host    : pun-lpar-idm03
    -> ms port    : 3601
    -> OS libs    : /usr/sap/DON/JC00/j2ee/os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : /usr/sap/DON/JC00/j2ee/cluster/instance.properties
    Instance properties
    -> ms host    : pun-lpar-idm03
    -> ms port    : 3601
    -> os libs    : /usr/sap/DON/JC00/j2ee/os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    :$
    -> debug mode      : no
    -> debug port      : 60000
    -> shutdown timeout: 120000
    [Thr 772] JLaunchIStartFunc: Thread 772 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [bootstrap]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: -Djco.jarm=1
    -> arg[  3]: -Djco.jarm=1
    -> arg[  4]: -Dsys.global.dir=/sapmnt/DON/global
    -> arg[  5]: -Dapplication.home=/usr/sap/DON/JC00/j2ee/os_libs
    -> arg[  6]: -Djava.class.path=/usr/sap/DON/JC00/j2ee/os_libs/jstartup.jar:./bootstrap/launcher.jar
    -> arg[  7]: -Djava.library.path=/usr/java14_64/jre/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/DON/JC00/j2ee
    /os_libs:/usr/sap/DON/SYS/exe/run:/usr/sap/DON/SYS/exe/run:/usr/sap/DON/SYS/exe/run:/tmp/sapinst_exe.360486.1167110312:/usr/lib:/usr
    /sap/DON/JC00/j2ee/os_libs:/usr/sap/DON/JC00/j2ee/os_libs:/usr/lib:/lib:/usr/sap/DON/SYS/exe/run:/oracle///instantclient
    -> arg[  8]: -Dmemory.manager=128M
    -> arg[  9]: -Xmx128M
    -> arg[ 10]: -DLoadBalanceRestricted=no
    -> arg[ 11]: -Djstartup.mode=BOOTSTRAP
    -> arg[ 12]: -Djstartup.ownProcessId=274544
    -> arg[ 13]: -Djstartup.ownHardwareId=F0052428966
    -> arg[ 14]: -Djstartup.whoami=bootstrap
    -> arg[ 15]: -Djstartup.debuggable=yes
    -> arg[ 16]: -DSAPINFO=DON_00_bootstrap
    -> arg[ 17]: -DSAPSTARTUP=1
    -> arg[ 18]: -DSAPSYSTEM=00
    -> arg[ 19]: -DSAPSYSTEMNAME=DON
    -> arg[ 20]: -DSAPMYNAME=pun-lpar-idm03_DON_00
    -> arg[ 21]: -DSAPDBHOST=
    -> arg[ 22]: -Dj2ee.dbhost=pun-lpar-idm03
    Signal 6 encountered.
    => 64 bit R/3 Kernel
    => 64 bit AIX Kernel
    => Heap limit      = unlimited
    => Stack limit     = unlimited
    => Core limit      = unlimited
    => File size limit = unlimited
    => Heap address  = 0x0x111179f20
    => Stack address = 0x111151b00
    => Stack low     =  0x11114f200
    => Stack high    =  0xffffffffffff470
    => Stack Trace:
            pthread_kill() at 0x90000000040d2b4
            praise() at 0x90000000040ccec
            raise() at 0x900000000049c50
            abort() at 0x900000000073eb0
            GetPropertiesMD() at 0x900000004267774
            ciCreateJVM() at 0x9000000042ff824
            JNI_CreateJavaVM() at 0x90000000429329c
            JHVM_LoadJavaVM() at 0x1000918d4
            JLaunchIStartFunc() at 0x10008bb14
            pthreadbody() at 0x9000000003f92d8
    !!! Invalid stack address encountered: 0x0
    !!! Stack corrupted.
    => CPU Registers:
         msr = 0xa00000000000d032     iar = 0x090000000040d2b4
         ctr = 0xffffffff00418400      lr = 0xffffffffffffffff
         xer = 0x00000000ffffffff      cr = 0x0000000000000000
         r00 = 0xffffffffffffffff     r01 = 0x0000000111151b00
         r02 = 0xffffffffffffffff     r03 = 0x0000000000000000
         r04 = 0xffffffffffffffff     r05 = 0xffffffffffffffff
         r06 = 0xffffffffffffffff     r07 = 0xffffffffffffffff
         r08 = 0xffffffffffffffff     r09 = 0xffffffffffffffff
         r10 = 0xffffffffffffffff     r11 = 0xffffffffffffffff
         r12 = 0xffffffffffffffff     r13 = 0x0000000111153994
         r14 = 0x0000000000000000     r15 = 0x0000000000000000
         r16 = 0x0000000000000000     r17 = 0x0000000000000000
         r18 = 0x0000000000000000     r19 = 0x0000000000000000
         r20 = 0x0000000000000000     r21 = 0x0000000000000000
         r22 = 0x0000000000000000     r23 = 0x0000000000000000
         r24 = 0x0000000000000000     r25 = 0x0000000000000000
         r26 = 0x0000000000000000     r27 = 0x09001000a1c9ea40
         r28 = 0x0000000111153994     r29 = 0x0000000000000006
         r30 = 0x0000000000000304     r31 = 0x0000000000000006
    [Thr 772] ***LOG Q0E=> SigIGenAction, signal ( 6) [sigux_mt.c   836]
    :q
    pun-lpar-idm03:donadm 70> /usr/sbin/lsattr -E -l sys0 -a realmem
    realmem 1048576 Amount of usable physical memory in Kbytes False
    pun-lpar-idm03:donadm 71>
    pun-lpar-idm03:donadm 71>
    pun-lpar-idm03:donadm 71> pwd
    /usr/sap/DON/JC00/work
    pun-lpar-idm03:donadm 72> ls
    INSTSTAT           dev_jcmon          dev_jcontrol.old   dev_tp.old         sapstart0.trc      stdout0
    dev_bootstrap      dev_jcmon.old      dev_sapstart       jc.sapDON_JC00     std_bootstrap.out
    dev_bootstrap.old  dev_jcontrol       dev_tp             sapstart.log       stderr0
    pun-lpar-idm03:donadm 73> vi dev_jcontrol
    "dev_jcontrol" 111 lines, 5297 characters
    trc file: "/usr/sap/DON/JC00/work/dev_jcontrol", trc level: 1, release: "640"
    node name   : jcontrol
    pid         : 610394
    system name : DON
    system nr.  : 00
    started at  : Tue Dec 26 19:12:38 2006
    arguments   :
        arg[00] : jc.sapDON_JC00
        arg[01] : pf=/usr/sap/DON/SYS/profile/DON_JC00_pun-lpar-idm03
    JStartupReadInstanceProperties: read instance properties [/usr/sap/DON/JC00/j2ee/cluster/instance.properties:/usr/sap/DON/JC00/SDM/p
    rogram/config/sdm_jstartup.properties]
    -> ms host    : pun-lpar-idm03
    -> ms port    : 3601
    -> OS libs    : /usr/sap/DON/JC00/j2ee/os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : /usr/sap/DON/JC00/j2ee/cluster/instance.properties
    -> files [01] : /usr/sap/DON/JC00/SDM/program/config/sdm_jstartup.properties
    Instance properties
    -> ms host    : pun-lpar-idm03
    -> ms port    : 3601
    -> os libs    : /usr/sap/DON/JC00/j2ee/os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    :$
    -> arg[04] = -nodeName=bootstrap
    -> arg[05] = -nodeId=-1
    -> arg[06] = -syncSem=9437188
    -> arg[07] = -jvmOutFile=/usr/sap/DON/JC00/work/jvm_bootstrap.out
    -> arg[08] = -stdOutFile=/usr/sap/DON/JC00/work/std_bootstrap.out
    -> arg[09] = -locOutFile=/usr/sap/DON/JC00/work/dev_bootstrap
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=/usr/sap/DON/SYS/profile/DON_JC00_pun-lpar-idm03
    -> lib path = LIBPATH=/usr/java14_64/jre/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/DON/JC00/j2ee/os_libs:/u
    sr/sap/DON/SYS/exe/run:/usr/sap/DON/SYS/exe/run:/usr/sap/DON/SYS/exe/run:/tmp/sapinst_exe.360486.1167110312:/usr/lib:/usr/sap/DON/JC
    00/j2ee/os_libs:/usr/sap/DON/JC00/j2ee/os_libs:/usr/lib:/lib:/usr/sap/DON/SYS/exe/run:/oracle///instantclient
    -> exe path = PATH=/usr/java14_64/bin:/usr/sap/DON/JC00/j2ee/os_libs:/oracle/DON/102_64/bin:/usr/java14_64/bin:/home/donadm:/usr/sap
    /DON/SYS/exe/run:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/donadm/bin:/usr/bin/X11:/sbin:.
    [Thr  1] JStartupICreateProcess: fork process (pid 274544)
    [Thr  1] Tue Dec 26 19:12:55 2006
    [Thr  1] *** ERROR => invalid return code of process [bootstrap] (exitcode=-1) [jstartxx_mt. 1433]
    [Thr  1] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc=-1)
    [Thr  1] JControlCloseProgram: started (exitcode = -1)
    [Thr  1] JControlCloseProgram: good bye... (exitcode=-1)

Maybe you are looking for

  • Problem with Pages on the iPad 2.

    Hi all, I have been having a strange problem with Pages on the iPad that I hope someone can find a solution for. As a writer, I find that Pages on the iPad is a very good solution to my problem of needing something small and light to transport around

  • File name in FCC receiver adapter

    How to do this ? The filename will have the following format: AAAAAA_BBBB_CCCCCCCC_DDDDDD Where: AAAAAA  First 6 digits of first  field BBBB  4 digit  Company Code second field CCCCCCCC  Current system date in YYYYMMDD format DDDDDD  Current system t

  • CC 2014 multicamera audio problems

    Hi everyone! I read about some problems with multicamera but in this new version (CC 2014) is the first time I worked in multicamera and I'm having some trange problems with audio, and I dont know if it is a bug or something. I´m in a full HD 29,97 p

  • Missing adapters in XI

    Hi friends, I installed a new XI Server.Iam finished with all the post-installation activities too.But some of the adapters were missing thats why I seached sdn for this & I fot following steps: 1) Download XI7_0_SAP_BASIS_7.00_10_00.tpz which is ava

  • Firefox doesn't display content, especially links.

    This is my problem in a screenshot: http://d.pr/i/DjkB The content isn't displayed and especially links. Links are always not there and sometimes text is displayed but all websites are disfunctional because of this. Here's a link to a screenshot disp