SAPInst not started on HP Unix 11.31

Dear All,
I am installing SAP ECC 6 on HP Unix 11.31 using X-Manager.
When I start sapinst system give below message and sapinst not start
./sapinst
[==============================] - extracting...  done!
Warning: The SAPinst GUI could not be started because a Java Runtime Environment
(JRE) could not be found.
Either the JRE is not installed correctly or the environment variable SAPINST_JR
E_HOME is not set to the JRE installation home.
Be aware the SAPinst server is still running! You need to start SAPinst GUI stan
dalone on this or another host as described in the installation guide.
103 controller.errorStartingGuiUnix  1697
I have check the parameter SAPINST_JRE_HOME. It is already set reqired paramer in .profile and .dtprofile. I have also check with following command
#echo $SAPINST_JRE_HOME
/opt/java1.5/jre/bin
#echo $JAVA_HOME
/opt/java1.5/bin
But when I run comman system shows message as java not found.
#java -version
/sbin/sh: java:  not found
But same command when i tried to connect thru PUTTY it gives me perfect version.
I have also tried with diffrent java version java 1.4.2.17.
Thanks in advance,
Nirav

Hello Nirav,
#echo $SAPINST_JRE_HOME
/opt/java1.5/jre/bin
#echo $JAVA_HOME
/opt/java1.5/bin
You have set wrong environment variables...
Correct it as follows ( set in .profile):
# export SAPINST_JRE_HOME=/opt/java1.5/jre
# export JAVA_HOME=/opt/java1.5
Also includes $JAVA_HOME in PATH variable;
export PATH=$JAVA_HOME/bin:$PATH
Then try again...
In X-Manager session you can also set it in running terminal session and then execute "sapinst" in the same window.
It will work.
Regards.
Rajesh Narkhede

Similar Messages

  • Sapinst not started for PI 7.1 on Solaris 1064bit and Oracle10

    Hello,
    We are running NW 7.10 PI 7.1 installation on Sun Solaris 10 and Oracle 10.2.0.4 platform. We are using the following installation DVDs for installing PI.
    Installation Master   = 51033240_21
    Java Component = 51033242
    UC Kernel = 51033245
    We are doing following to run ./sapinst
    1. log on as root
    2. set JAVA_HOME, TEMP and DISPLAY
    3. go to master DVD and run ./sapinst
    The instgui is not showing any error Problematicc sentence structure ./SAPinst is just getting frozen. We used another script ./sapinstgui from the same directory and it shows us some logon screen with port 21212 in the GUI. However, when we try clicking logon it does nothing.
    We've ensured that port 21212 or any other port that supposed to be used by SAPinst are not blocked on the firewall or not used by any other application. Host and DNSfiles are also okay. Based on one of the previous forum   /etc/nss*.conf files also exist in our PI host.  Not sure why the SAPinst GUI is not started.
    We've also ensured that we need any new SAPinst support pach from marketplace, however current installation master dvd is the latest one release in March 09 and there are no further patches released by SAP.
    Please help if anyone of you have faced this issue before.
    Harshal

    I tried ./sapinst SAPINST_DIALOG_PORT=<free_port_number> as well as the default port number. Both of them fails.
    normally  ./sapinst itself should establish all the port automatically that it uses. Which currently is not happening.
    Do you want me to copy installation master dvd for Solaris on windows work station from where i'm initiating it through Xmanager session and try running ?  The installation master dvd that i'm currenty using is for Solaris platform which meanase ./sapinst is compiled for Solaris, how will it be supported by Windows ?
    Harshal

  • Sapinst not started in EP 6.0 on Unix

    Dears,
    I need to apply Java patch on EP 6.0 which is on Oracle with HP-UNIX.
    I have set DISPLAY variable by:
    setenv DISPLAY 192.163.193.155:0.0
    My environmental variables:
    HOME=/home/epdadm
    PATH=/oracle/EPD/920_64/bin:.:/home/epdadm:/usr/sap/EPD/SYS/exe/run:/usr/bin:/us
    r/ccs/bin:/usr/contrib/bin:/usr/contrib/Q4/bin:/opt/perl/bin:/opt/ipf/bin:/opt/h
    parray/bin:/opt/nettladm/bin:/opt/fcms/bin:/opt/sec_mgmt/bastille/bin:/opt/resmo
    n/bin:/opt/gnome/bin:/opt/ignite/bin:/usr/contrib/kwdb/bin:/opt/mozilla:/opt/wbe
    m/bin:/opt/wbem/sbin:/opt/graphics/common/bin:/usr/bin/X11:/opt/mx/bin:/opt/sec_
    mgmt/spc/bin:/opt/upgrade/bin:/opt/java1.4/bin:/usr/contrib/bin/X11
    LOGNAME=epdadm
    TERM=vt100
    SHELL=/bin/csh
    MAIL=/var/mail/epdadm
    COLUMNS=80
    LINES=25
    MANPATH=/opt/ipf/man:/usr/share/man/%L:/usr/share/man:/usr/contrib/man/%L:/usr/c
    ontrib/man:/usr/local/man/%L:/usr/local/man:/opt/mx/share/man:/opt/sec_mgmt/shar
    e/man:/usr/dt/share/man:/opt/samba/man:/opt/resmon/share/man:/opt/gnome/man:/opt
    /ignite/share/man/%L:/opt/ignite/share/man:/opt/wbem/share/man:/opt/graphics/com
    mon/man:/opt/sec_mgmt/share/man/%L:/opt/ssh/share/man:/opt/java1.4/bin
    TZ=IST-5:30
    SAPSYSTEMNAME=EPD
    DIR_LIBRARY=/usr/sap/EPD/SYS/exe/run
    SHLIB_PATH=/usr/sap/EPD/SYS/exe/run
    JAVA_HOME=/opt/java1.4
    THREAD=NOPS
    dbms_type=ORA
    dbs_ora_tnsname=EPD
    ORACLE_PSRV=EPD
    ORACLE_SID=EPD
    DB_SID=EPD
    ORACLE_HOME=/oracle/EPD/920_64
    ORACLE_BASE=/oracle
    ORA_NLS33=/oracle/EPD/920_64/ocommon/nls/admin/data
    NLS_LANG=AMERICAN_AMERICA.UTF8
    dbs_ora_schema=SAPEPDDB
    SAPDATA_HOME=/oracle/EPD
    DISPLAY=192.163.193.155:0.0
    but when i execute ./sapinst it shows error:
    guiengine: no GUI connected; waiting for a connection on host MSLPBD, port 21212
    to continue with the installation
    Output of xclock is :
    Error: Can't open display: 192.163.193.155:0.0
    192.163.193.155-is my desktop IP
    192.163.193.155 is also pingable from server.
    Please what could be the possible solution of this issue.
    Shivam

    Hi Jaun,
    Thanks for the reply.
    I executed ./sapinst after opening Xmanager window.This it also showed the message :
    guiengine: no GUI connected; waiting for a connection on host MSLPBD, port 2121
    to continue with the installation
    But then showed :
    guiengine: login in process.
    And opend one GUI window but that was a Welcome window and not containing any component option or anything just a white window on which mentioned Welcome to Netweaver Installation and nothing else.
    and login in process is running for a long time.
    Means i think it's not getting connected to server...
    Plz suggest.
    Shivam
    Edited by: Shivam Mittal on Jul 23, 2008 6:32 PM

  • SAPinst not start - error

    Hello gurus,
    I´m desperate... why?! Because I don´t know how can I run the sapinst... it gives me a weird error!
    I´m trying install ECC6 SR3 on Linux (red hat enterprise linux version 5) with Oracle DB 10.2g
    But I´m faccing with a big problem.. I  can not find solution for this...
    After entering the command ./sapInst in linux terminal it opens a window SAPInst GUI (in image bellow) that shows an error, even when I click the Log on button it returns to show the same window SAPInst GUI and I do not go from this point...!
    SAPinst GUI windows (error could not connect to localhost on port 21212)
    http://img692.imageshack.us/img692/6174/errorsapinstgui.jpg
    In terminal it show this message:
    [root@redhatsap IM_LINUX_X86_64]# ./sapinst
    [==============================]  extracting...  done!
    Starting GuiServer using:
    /usr/java/j2sdk1.4.2_25/bin/java -Xmx256M -Djava.security.egd=file:/dev/urandom -cp /tmp/sapinst_exe.469.1266363842/JAR/instgui.jar:/tmp/sapinst_exe.469.1266363842/JAR/inqmyxml.jar SDTServer config=jar:sdtserver.xml guiport=21212 sapinsthost=localhost sapinstport=21200 guistart=true
    init: retrieving account information for group sapinst...
    init: retrieving account information done.
    load resource pool /root/Desktop/sap/51033511_8_BS_2005_SR3_SAP_Installation_Master/IM_LINUX_X86_64/resourcepool.xml
    guiengine: No GUI server connected; waiting for a connection on host redhatsap, port 21200 to continue with the installation
    So, can you tell me what I have to do to overcome this problem??
    Best regards,
    João Dimas - Portugal

    Hi Rajesh Narkhede,
    My architecture is X86_64 and I already know which JDK I have to install... I install the IBM JDK 1.4.2 , this is recommended for SAP Installation on Linux with 64 bit... Sun has no 64bit 1.4.2 JDK for Linux so I had to install the IBM JDK.
    That is in SAP Note 1090932 - IBM download site for special JDK builds - iFix. (and the file that I downloaded and installed in my linux was IBMJava2-AMD64-142-SDK-1.4.2-13.0.x86_64.rpm)
    Secondly, it is a fresh install of Linux and FIREWALL and SELINUX is turned off, as you can see in following image:
    http://img714.imageshack.us/img714/7771/firewallslinux.jpg
    That two variables JAVA_HOME and PATH I already export them, it seems well done! I also check other things/values that you talk and as you can see below I think we all are well configured:
    [root@redhatsap ~]# which java
    /opt/IBMJava2-amd64-142/bin/java
    [root@redhatsap ~]# java -version
    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 2.3)
    IBM J9 VM (build 2.3, J2RE 1.4.2 IBM J9 2.3 Linux amd64-64 j9vmxa64142-20090310 (JIT enabled)
    J9VM - 20090309_31291_LHdSMr
    JIT  - 20090210_1447ifx1_r8
    GC   - 200902_24)
    [root@redhatsap ~]# ls -l /usr/bin/java
    lrwxrwxrwx 1 root root 22 Feb 10 14:30 /usr/bin/java -> /etc/alternatives/java
    [root@redhatsap ~]# ls -l /etc/alternatives/java
    lrwxrwxrwx 1 root root 35 Feb 10 14:30 /etc/alternatives/java -> /usr/lib/jvm/jre-1.4.2-gcj/bin/java
    And xclock is worked!
    But sapinst continue not worked... when I type de command ./sapinst it show me that error! I don´t believe in this... I don´t get the solution for this situation!! Oh man...
    Teach me please one thing, how do I set the variables JAVA_HOME and PATH to mantain them permanently even after reboot, because when I do a reboot both variables disappear, they are temporary!! How can I set them permanently in system?
    Kind regards
    Joao Dimas - Portugal

  • Sapinst does not start after successful finish of an option

    Hello Colleagues,
    I successfully finished Export Preparation using sapinst of SWPM.
    When I start sapinst again it always says:
    INFO       2014-12-10 14:11:59.214 [CServiceSelectionBase.cpp:736]
    The installation of component NW_Prepare_Export|ind|ind|ind|ind finished 10_Dec_2014_14_11_59 has completed.
    INFO       2014-12-10 14:11:59.261 [syuxcpath.cpp:447]
               CSyPath::createFile() lib=syslib module=syslib
    Creating file /tmp/sapinst_instdir/.lastInstallationLocation.
    INFO       2014-12-10 14:12:01.267 [syuxctask.cpp:849]
               CSyTaskImpl::cancel() lib=syslib module=syslib
    Cancelled task 0.
    Unknown exception in GuiEngine.
    guiengine: 2014-12-10 14:12:01 Ended client connection with unknown exception
    I cannot find anything relevant in sapinst_dev.log, sapinst.log, sapinst_loginquirer.log.
    Linux 3.0.76-0.11-default x86_64
    Kind Regards,
    Kirill

    Hello All,
    Thanks a lot for your suggestions. I was trying everything, but I do not think I've done something good intentionally.
    After each of the below steps I tried to run sapinst again.
    1. Restart user session (sudo)
    2. Reboot server
    3. Rename /tmp/sapinst_instdir/.lastInstallationLocation
    4. Rename <user_home>/.sdtgui/
    5. Rename sapinst_exe.xxxxxx.xxxx
    After 4 and 5 it did not start at all.
    It now has opened correctly showing me the initial screen with all the options of sapinsts. If I encounter the problem again, I will try each step again more systematically.
    Kind Regards,
    Kirill

  • Suse11.2 SAP ERP6 INSTALL  ./sapinst do not start

    hi guys
    i have done jdk install and /etc/profile work. and ip and hostname in /etc/hosts, export DISPLAY=IP:0.0,xhost. all are done !
    but still  ./sapinst do not start!!!
    Starting GUIServer using:
      SAPinst port         : pipe:5:8
      GUIServer port       : 21212
      GUI autostart        : on
      GUI mode             : normal
      command       : /usr/java/j2sdk1.4.2_19/bin/java -Xmx256M -Dsap.env.var.javahome=SAPINST_JRE_HOME -cp /tmp/sapinst_exe.20600.1392479296/JAR/instgui.jar SDTServer rootdir=/root/.sdtgui config=jar:sdtserver.xml guiport=21212 httpport=4239 -nolock -srvarg=/SAPinstService/host=127.0.0.1 -srvarg=/SAPinstService/port=pipe:5:8
    load resource pool /sapinst/resourcepool.xml
    guiengine: No GUI server connected; waiting for a connection on host linux-0sa1, port 21212 to continue with the installation
    The process that should run the SAPinst GUI could not be started. Please make sure that a JDK is installed on this host and that SAPINST_JRE_HOME points to the root directory of your Java installation. As an alternative you may start the GUI on another host (for details please consult the installation guide).
    Java has been started with the following command line:
    -Xmx256M -Dsap.env.var.javahome=SAPINST_JRE_HOME -cp /tmp/sapinst_exe.20600.1392479296/JAR/instgui.jar SDTServer rootdir=/root/.sdtgui config=jar:sdtserver.xml guiport=21212 httpport=4239 -nolock -srvarg=/SAPinstService/host=127.0.0.1 -srvarg=/SAPinstService/port=pipe:5:8

    Dear Beny,
    Already SUSI Linux having JAVA.
    Please check echo $SAPINST_JRE_HOME
    above path which java binaries located and if required set this environment to correct java version as per installation guide and also check $PATH...
    Thanks & Regards,
    V Srinivasan

  • Sapinst is not starting

    Hi all,
    I am trying to upgrade the TREX 7.0 from patch 38 to patch 42. We are running on AIX 5.3. When i start the sapinst, i receive the following error.
    [==============================] \ extracting... done!
    iauxsysex.c:271: exec(/tmp/sapinst_exe.2707464.1215670073/sapinst)
    error: No such file or directory
    iauxsysex.c:318: child /tmp/sapinst_exe.2707464.1215670073/sapinst (pid
    2744504) has crashed. Executable directory
    is /tmp/sapinst_exe.2707464.1215670073. Contact Support.
    Can anybody help on this plz. This is urgent.
    Thanks & Regards,
    Vaishali

    We did "solve" the problem ourselv. Since there was no way the sapinst would start under Windows Server 2003 we are now using Windows 2000 Advanced Server.
    We all belive it is some kind of Security issue. But could nor find any ressource on it.
    To all the other users who have the same problem! Please report a sollution here if you ever find one.
    Erik

  • SAP not started on CI node thru Cluster Script

    Hi
    We have installed the PI 7.1 on HP Unix 11v3 and oracle conbination. We have done the cluster package failover
    of CI to DB system and done the complete installation on DB with high availability option. Let on we have splited
    the CI to CI and keep the DB to DB note. The installation happend successfully and system started successfully on
    both node.
    Now we are doing the HP-UNIX cluster configuration and integration. But we have found that the DB services are
    starting up successfully on DB node but the CI services are not starting up on CI node. The cluster error file
    are attached for your reference. Since the project golive is left just 20 day . Request you to provide solution
    on the same. Please also let us know if any further log is required.
    Regards
    Vimal Pathak

    Oct  6 16:16:13 root@htlxici: (start_app ciPP9 01 pp9adm): P: Start
    Oct  6 16:16:13 root@htlxici: (start_app ciPP9 01 pp9adm): P: FAIL: NIECONN_REFUSED (Connection refused), NiRawConnect failed in plugin_fopen()
    Oct  6 16:16:13 root@htlxici sapinstance.sh[29446]: (watchdog): wait for PID 356 returns 0
    Oct  6 16:16:13 root@htlxici sapinstance.sh[29446]: (start_app ciPP9 01 pp9adm): Finishing startup attempt
    Oct  6 16:16:13 root@htlxici sapinstance.sh[29446]: (wait_pidlist): Killed the wait_pidlist background shell. PID: 29953
    Oct  6 16:16:13 root@htlxici sapinstance.sh[29446]: (start_d): Leaving parallel dialog instance startup delay
    Oct  6 16:16:13 root@htlxici sapinstance.sh[29446]: (find_sap_binary): found location: "/usr/sap/PP9/DVEBMGS01/exe/sapcontrol" owner: "pp9adm"
    Oct  6 16:16:14 root@htlxici sapinstance.sh[29446]: (is_ip_local): ciPP9 is local
    Oct  6 16:16:14 root@htlxici sapinstance.sh[29446]: (crit_test_app): Trying to connect local dispatcher of instance DVEBMGS01 ...
    Oct  6 16:16:14 root@htlxici sapinstance.sh[29446]: (find_sap_binary): found location: "/usr/sap/PP9/DVEBMGS01/exe/dpmon" owner: "pp9adm"
    Oct  6 16:16:16 root@htlxici sapinstance.sh[29446]: (crit_test_app): dpmon: /usr/sap/PP9/DVEBMGS01/exe/dpmon=>sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    Oct  6 16:16:16 root@htlxici sapinstance.sh[29446]: (crit_test_app): Trying to connect via RFC to host ciPP9 instance DVEBMGS01 ...
    Oct  6 16:16:16 root@htlxici sapinstance.sh[29446]: (find_sap_binary): found location: "/usr/sap/PP9/DVEBMGS01/exe/startrfc" owner: "pp9adm"
    Oct  6 16:16:16 root@htlxici sapinstance.sh[29446]: (watchdog): Watchdog initiated (PIDs: 1016 for 1015 - Timeout: 100 secs)
    Oct  6 16:16:17 root@htlxici sapinstance.sh[29446]: (watchdog): wait for PID 1015 returns 1
    Oct  6 16:16:17 root@htlxici sapinstance.sh[29446]: (crit_test_app): No connection to instance DVEBMGS01
    Oct  6 16:16:17 root@htlxici sapinstance.sh[29446]: (crit_test_app): Delaying 5 secs to allow instance DVEBMGS01 startup/recover
    Oct  6 16:16:22 root@htlxici sapinstance.sh[29446]: (is_ip_local): ciPP9 is local
    Oct  6 16:16:22 root@htlxici sapinstance.sh[29446]: (crit_test_app): Trying to connect local dispatcher of instance DVEBMGS01 ...
    Oct  6 16:16:22 root@htlxici sapinstance.sh[29446]: (find_sap_binary): found location: "/usr/sap/PP9/DVEBMGS01/exe/dpmon" owner: "pp9adm"
    Oct  6 16:16:23 root@htlxici sapinstance.sh[29446]: (crit_test_app): dpmon: /usr/sap/PP9/DVEBMGS01/exe/dpmon=>sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    Oct  6 16:16:24 root@htlxici sapinstance.sh[29446]: (crit_test_app): Trying to connect via RFC to host ciPP9 instance DVEBMGS01 ...
    Oct  6 16:16:24 root@htlxici sapinstance.sh[29446]: (find_sap_binary): found location: "/usr/sap/PP9/DVEBMGS01/exe/startrfc" owner: "pp9adm"
    Oct  6 16:16:24 root@htlxici sapinstance.sh[29446]: (watchdog): Watchdog initiated (PIDs: 1466 for 1464 - Timeout: 100 secs)
    Oct  6 16:16:25 root@htlxici sapinstance.sh[29446]: (watchdog): wait for PID 1464 returns 1
    Oct  6 16:16:25 root@htlxici sapinstance.sh[29446]: (crit_test_app): No connection to instance DVEBMGS01
    Oct  6 16:16:25 root@htlxici sapinstance.sh[29446]: (crit_test_app): Delaying 10 secs to allow instance DVEBMGS01 startup/recover
    Oct  6 16:16:35 root@htlxici sapinstance.sh[29446]: (is_ip_local): ciPP9 is local
    Oct  6 16:16:35 root@htlxici sapinstance.sh[29446]: (crit_test_app): Trying to connect local dispatcher of instance DVEBMGS01 ...
    Oct  6 16:16:35 root@htlxici sapinstance.sh[29446]: (find_sap_binary): found location: "/usr/sap/PP9/DVEBMGS01/exe/dpmon" owner: "pp9adm"
    Oct  6 16:16:36 root@htlxici sapinstance.sh[29446]: (crit_test_app): dpmon: /usr/sap/PP9/DVEBMGS01/exe/dpmon=>sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    Oct  6 16:16:36 root@htlxici sapinstance.sh[29446]: (crit_test_app): Trying to connect via RFC to host ciPP9 instance DVEBMGS01 ...
    Oct  6 16:16:36 root@htlxici sapinstance.sh[29446]: (find_sap_binary): found location: "/usr/sap/PP9/DVEBMGS01/exe/startrfc" owner: "pp9adm"
    Oct  6 16:16:36 root@htlxici sapinstance.sh[29446]: (watchdog): Watchdog initiated (PIDs: 1919 for 1917 - Timeout: 100 secs)
    Oct  6 16:16:37 root@htlxici sapinstance.sh[29446]: (watchdog): wait for PID 1917 returns 1
    Oct  6 16:16:37 root@htlxici sapinstance.sh[29446]: (crit_test_app): No connection to instance DVEBMGS01
    Oct  6 16:16:37 root@htlxici sapinstance.sh[29446]: (crit_test_app): Delaying 15 secs to allow instance DVEBMGS01 startup/recover
    Oct  6 16:16:52 root@htlxici sapinstance.sh[29446]: (is_ip_local): ciPP9 is local
    Oct  6 16:16:52 root@htlxici sapinstance.sh[29446]: (crit_test_app): Trying to connect local dispatcher of instance DVEBMGS01 ...
    Oct  6 16:16:53 root@htlxici sapinstance.sh[29446]: (find_sap_binary): found location: "/usr/sap/PP9/DVEBMGS01/exe/dpmon" owner: "pp9adm"
    Oct  6 16:16:54 root@htlxici sapinstance.sh[29446]: (crit_test_app): dpmon: /usr/sap/PP9/DVEBMGS01/exe/dpmon=>sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    Oct  6 16:16:54 root@htlxici sapinstance.sh[29446]: (crit_test_app): Trying to connect via RFC to host ciPP9 instance DVEBMGS01 ...
    Oct  6 16:16:54 root@htlxici sapinstance.sh[29446]: (find_sap_binary): found location: "/usr/sap/PP9/DVEBMGS01/exe/startrfc" owner: "pp9adm"
    Oct  6 16:16:54 root@htlxici sapinstance.sh[29446]: (watchdog): Watchdog initiated (PIDs: 2412 for 2410 - Timeout: 100 secs)
    Oct  6 16:16:55 root@htlxici sapinstance.sh[29446]: (watchdog): wait for PID 2410 returns 1
    Oct  6 16:16:55 root@htlxici sapinstance.sh[29446]: (crit_test_app): No connection to instance DVEBMGS01
    Oct  6 16:16:55 root@htlxici sapinstance.sh[29446]: (crit_test_app): Delaying 20 secs to allow instance DVEBMGS01 startup/recover
    Oct  6 16:17:15 root@htlxici sapinstance.sh[29446]: (is_ip_local): ciPP9 is local
    Oct  6 16:17:15 root@htlxici sapinstance.sh[29446]: (crit_test_app): Trying to connect local dispatcher of instance DVEBMGS01 ...
    Oct  6 16:17:15 root@htlxici sapinstance.sh[29446]: (find_sap_binary): found location: "/usr/sap/PP9/DVEBMGS01/exe/dpmon" owner: "pp9adm"
    Oct  6 16:17:16 root@htlxici sapinstance.sh[29446]: (crit_test_app): dpmon: /usr/sap/PP9/DVEBMGS01/exe/dpmon=>sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    Oct  6 16:17:16 root@htlxici sapinstance.sh[29446]: (crit_test_app): Trying to connect via RFC to host ciPP9 instance DVEBMGS01 ...
    Oct  6 16:17:16 root@htlxici sapinstance.sh[29446]: (find_sap_binary): found location: "/usr/sap/PP9/DVEBMGS01/exe/startrfc" owner: "pp9adm"
    Oct  6 16:17:16 root@htlxici sapinstance.sh[29446]: (watchdog): Watchdog initiated (PIDs: 2878 for 2875 - Timeout: 100 secs)
    Oct  6 16:17:17 root@htlxici sapinstance.sh[29446]: (watchdog): wait for PID 2875 returns 1
    Oct  6 16:17:17 root@htlxici sapinstance.sh[29446]: (crit_test_app): No connection to instance DVEBMGS01
    Oct  6 16:17:17 root@htlxici sapinstance.sh[29446]: (crit_test_app): Instance DVEBMGS01 not responding
    Oct  6 16:17:17 root@htlxici sapinstance.sh[29446]: (start_d): ERROR: Instance DVEBMGS01 - fatal startup problem detected
    Oct  6 16:17:17 root@htlxici master_control_script.sh[28963]: ##### Failed to start package ciPP9, rollback steps #####
    Oct  6 16:17:18 root@htlxici sapinstance.sh[3089]: Entering SGeSAP sapinstance.sh 'stop' runtime steps ...
    Oct  6 16:17:18 root@htlxici sapinstance.sh[3089]: SGeSAP - B.05.00.00 - Last modified 02/11/08
    Oct  6 16:17:18 root@htlxici sapinstance.sh[3089]: Found: /etc/cmcluster/scripts/sgesap/sap_functions.sh
    Oct  6 16:17:18 root@htlxici sapinstance.sh[3089]: Found: /etc/cmcluster/scripts/sgesap/customer_functions.sh
    Oct  6 16:17:18 root@htlxici sapinstance.sh[3089]: Not found: /etc/cmcluster/scripts/ext/ciPP9_customer_functions.sh
    Oct  6 16:17:18 root@htlxici sapinstance.sh[3089]: (check_versions): Version check passed
    Oct  6 16:17:18 root@htlxici sapinstance.sh[3089]: (check_versions): Log Level is 4
    Oct  6 16:17:18 root@htlxici sapinstance.sh[3089]: (set_environment DVEBMGS01): Instance administrator  : 'pp9adm'
    Oct  6 16:17:18 root@htlxici sapinstance.sh[3089]: (set_environment DVEBMGS01): Instance home directory : '/home/pp9adm'
    Oct  6 16:17:18 root@htlxici sapinstance.sh[3089]: (set_environment DVEBMGS01): Startprofile            : '/usr/sap/PP9/SYS/profile/PP9_DVEBMGS01_ciPP9'
    Oct  6 16:17:18 root@htlxici sapinstance.sh[3089]: (set_environment DVEBMGS01): Instance profile        : '/usr/sap/PP9/SYS/profile/PP9_DVEBMGS01_ciPP9'
    Oct  6 16:17:18 root@htlxici sapinstance.sh[3089]: (set_environment DVEBMGS01): Instance work directory : '/usr/sap/PP9/DVEBMGS01/work'
    Oct  6 16:17:18 root@htlxici sapinstance.sh[3089]: (find_sap_binary): found location: "/usr/sap/PP9/DVEBMGS01/exe/sappfpar" owner: "pp9adm"
    Oct  6 16:17:18 root@htlxici sapinstance.sh[3089]: (init_params_sap_inst): Trying to determine instance type of DVEBMGS01...
    Oct  6 16:17:18 root@htlxici sapinstance.sh[3089]: (init_params_sap_inst): Package will handle Application Server Instance DVEBMGS01
    Oct  6 16:17:18 root@htlxici sapinstance.sh[3089]: (check_access): Testing directory /sapmnt/PP9/global...
    Oct  6 16:17:18 root@htlxici sapinstance.sh[3089]: (watchdog): Watchdog initiated (PIDs: 3216 for 3215 - Timeout: 100 secs)
    Oct  6 16:17:18 root@htlxici sapinstance.sh[3089]: (watchdog): wait for PID 3215 returns 0
    Oct  6 16:17:18 root@htlxici sapinstance.sh[3089]: (check_access): /sapmnt/PP9/global accessible
    Oct  6 16:17:19 root@htlxici sapinstance.sh[3089]: (check_access): Testing directory /usr/sap/PP9...
    Oct  6 16:17:19 root@htlxici sapinstance.sh[3089]: (watchdog): Watchdog initiated (PIDs: 3244 for 3243 - Timeout: 100 secs)
    Oct  6 16:17:19 root@htlxici sapinstance.sh[3089]: (watchdog): wait for PID 3243 returns 0
    Oct  6 16:17:19 root@htlxici sapinstance.sh[3089]: (check_access): /usr/sap/PP9 accessible
    Oct  6 16:17:19 root@htlxici sapinstance.sh[3089]: (init_params_sap_inst): System is not using Instance Agents
    Oct  6 16:17:19 root@htlxici sapinstance.sh[3089]: (stop_d): Initiate stopping of dialog instance DVEBMGS01 on ciPP9
    Oct  6 16:17:19 root@htlxici sapinstance.sh[3089]: (is_ip_local): ciPP9 is local
    Oct  6 16:17:19 root@htlxici sapinstance.sh[3089]: (stop_app ciPP9 01 pp9adm): Attempting local stop of instance...
    Oct  6 16:17:19 root@htlxici sapinstance.sh[3089]: (stop_d): Waiting for parallel shutdown sequence to finish
    Oct  6 16:17:19 root@htlxici sapinstance.sh[3089]: (find_sap_binary): found location: "/usr/sap/PP9/DVEBMGS01/exe/sapcontrol" owner: "pp9adm"
    Oct  6 16:17:19 root@htlxici sapinstance.sh[3089]: (stop_app ciPP9 01 pp9adm): Running /usr/sap/PP9/DVEBMGS01/exe/sapcontrol -nr 01 -function StopWait 100 1
    Oct  6 16:17:19 root@htlxici sapinstance.sh[3089]: (watchdog): Watchdog initiated (PIDs: 3325 for 3322 - Timeout: 100 secs)
    Oct  6 16:17:19 root@htlxici sapinstance.sh[3089]: (wait_pidlist): Forked the wait_pidlist background shell. PID: 3319
    Oct  6 16:17:19 root@htlxici sapinstance.sh[3089]: (wait_pidlist): PIDLIST: 3271 -1
    Oct  6 16:17:19 root@htlxici sapinstance.sh[3089]: (wait_pidlist): PIDlist watchdog initiated (PIDlist: 3271)
    Oct  6 16:17:20 root@htlxici sapinstance.sh[3089]: (watchdog): wait for PID 3322 returns 0
    Oct  6 16:17:20 root@htlxici sapinstance.sh[3089]: (find_sap_binary): found location: "/usr/sap/PP9/DVEBMGS01/exe/cleanipc" owner: "pp9adm"
    Oct  6 16:17:22 root@htlxici sapinstance.sh[3089]: (clean_ipc): Searching shmem of DVEBMGS01 on htlxici using normal cleanup policy
    Oct  6 16:17:23 root@htlxici: (clean_ipc): P: OsKey:    10110 0x0000277e Shared Memory Key: 10 removed
    Oct  6 16:17:23 root@htlxici sapinstance.sh[3089]: (wait_pidlist): Killed the wait_pidlist background shell. PID: 3319
    Oct  6 16:17:23 root@htlxici sapinstance.sh[3089]: (stop_d): Parallel dialog instance shutdown finished
    Oct  6 16:17:23 root@htlxici sapinstance.sh[3089]: (find_sap_binary): found location: "/usr/sap/PP9/DVEBMGS01/exe/sapcontrol" owner: "pp9adm"
    Oct  6 16:17:25 root@htlxici sapinstance.sh[3089]: (is_ip_local): ciPP9 is local
    Oct  6 16:17:25 root@htlxici sapinstance.sh[3089]: (crit_test_app): Trying to connect local dispatcher of instance DVEBMGS01 ...
    Oct  6 16:17:25 root@htlxici sapinstance.sh[3089]: (find_sap_binary): found location: "/usr/sap/PP9/DVEBMGS01/exe/dpmon" owner: "pp9adm"
    Oct  6 16:17:26 root@htlxici sapinstance.sh[3089]: (crit_test_app): dpmon: /usr/sap/PP9/DVEBMGS01/exe/dpmon=>sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    Oct  6 16:17:26 root@htlxici sapinstance.sh[3089]: (crit_test_app): Trying to connect via RFC to host ciPP9 instance DVEBMGS01 ...
    Oct  6 16:17:26 root@htlxici sapinstance.sh[3089]: (find_sap_binary): found location: "/usr/sap/PP9/DVEBMGS01/exe/startrfc" owner: "pp9adm"
    Oct  6 16:17:26 root@htlxici sapinstance.sh[3089]: (watchdog): Watchdog initiated (PIDs: 4369 for 4368 - Timeout: 100 secs)
    Oct  6 16:17:27 root@htlxici sapinstance.sh[3089]: (watchdog): wait for PID 4368 returns 1
    Oct  6 16:17:27 root@htlxici sapinstance.sh[3089]: (crit_test_app): No connection to instance DVEBMGS01
    Oct  6 16:17:27 root@htlxici sapinstance.sh[3089]: (crit_test_app): Instance DVEBMGS01 not responding
    Oct  6 16:17:27 root@htlxici sapinstance.sh[3089]: Leaving SGeSAP sapinstance.sh 'stop' runtime steps ...
    Oct  6 16:17:27 root@htlxici package_ip.sh[4578]: Removing 172.31.112.131
    Oct  6 16:17:27 root@htlxici package_ip.sh[4578]: Remove IP address 172.31.112.131 from subnet 172.31.112.0
    Oct  6 16:17:27 root@htlxici filesystem.sh[4610]: Number of components: 5 6
    Oct  6 16:17:27 root@htlxici filesystem.sh[4610]: sorted components in array: 5 6
    Oct  6 16:17:27 root@htlxici filesystem.sh[4610]: sorted indexes: 0 1
    Oct  6 16:17:27 root@htlxici filesystem.sh[4610]: processing 1 /usr/sap/PP9/DVEBMGS01 1
    Oct  6 16:17:27 root@htlxici filesystem.sh[4610]: processing 0 /usr/sap/PP9 1
    Oct  6 16:17:27 root@htlxici filesystem.sh[4610]: Mount order: 1 2
    Oct  6 16:17:27 root@htlxici filesystem.sh[4610]: max mnt order: 2
    Oct  6 16:17:28 root@htlxici filesystem.sh[4610]: Unmounting filesystem on /dev/vx/dsk/pp9cidg/DVEBMGS61
    Oct  6 16:17:29 root@htlxici filesystem.sh[4610]: Unmounting filesystem on /dev/vx/dsk/pp9cidg/sap_PP9
    Oct  6 16:17:29 root@htlxici volume_group.sh[4678]: Deporting disk group pp9cidg
    Oct  6 16:17:30 root@htlxici master_control_script.sh[28963]: ###### Failed to start package for ciPP9 ######

  • JC00 instance could not start on the last phase of NW04 installation

    hi.. i'm installing Java WAS server (NW04 SR1 ORacle 9.2.05 ), almot at the end of installation after stopping the java and restart it again. the process is failed :
    detailed message at startsap JC00 log is :
    Trace of system startup/check of SAP System WS3 on Tue Jul 25 17:38:21 WAUST 2006
    Called command: /usr/sap/WS3/SYS/exe/run/startsap
    Starting SAP Instance JC00
    SAP-R/3-Startup Program Rel 640 V1.8 (2003/04/24)
    Starting at 2006/07/25 17:38:21
    Startup Profile: "/usr/sap/WS3/SYS/profile/START_JC00_cias109"
    (565280) SETENV LD_LIBRARY_PATH=/usr/sap/WS3/JC00/j2ee/os_libs:
    Setup Environment Variables
    (565280) SETENV SHLIB_PATH=/usr/sap/WS3/JC00/j2ee/os_libs:
    (565280) SETENV LIBPATH=/usr/sap/WS3/JC00/j2ee/os_libs:/usr/lib:/lib:/usr/sap/WS3/SYS/exe/run:/usr/sap/WS3/SY
    S/exe/runU
    Execute Pre-Startup Commands
    (565280) Local: rm -f jc.sapWS3_JC00
    (565280) Local: ln -s -f /usr/sap/WS3/JC00/j2ee/os_libs/jcontrol jc.sapWS3_JC00
    Starting Programs
    (716970) Starting: local jc.sapWS3_JC00 pf=/usr/sap/WS3/SYS/profile/WS3_JC00_cias109
    (565280) Waiting for Child Processes to terminate.
    (565280) **** 2006/07/25 17:38:22 Child 716970 terminated with Status 255 . ****
    (565280) **** No more Child Processes to wait for.
    (565280) Parent Shutdown at 2006/07/25 17:38:22
    Execute Post-Shutdown Commands
    (565280) Exiting with Return-Code 3. (No more child processes)
    Startup of Instance failed
    have anyoney encouter this before, and willing to share the solution?
    Thank you.

    Hi
    I'm facing the same problem:
    installing Java WAS server (NW04 SR1 with MAXDB) on aix 5.2 ML 03
    I'm using java14_64 SR6
    <b>#java -fullversion</b>
    java full version "J2RE 1.4.2 IBM AIX 5L for PowerPC (64 bit JVM) build caix64142-20060824 (SR6)"
    I also set limits as described: see <b>/etc/security/limits</b>
    default:
            fsize = 2097151
            core = 2097151
            cpu = -1
            data = 262144
            rss = 65536
            stack = 65536
            nofiles = 2000
    root:
            data = -1
            stack = -1
            core = -1
            cpu = -1
            rss = -1
            fsize_hard = -1
            core_hard = -1
            cpu_hard = -1
            data_hard = -1
            stack_hard = -1
            fsize = -1
    j2eadm:
            core = -1
            data = -1
            stack = -1
            cpu = -1
            rss = -1
            fsize_hard = -1
            core_hard = -1
            cpu_hard = -1
            data_hard = -1
            stack_hard = -1
            fsize = -1
    bellow are the following logs:
    sapstart.log
    sapinst.log
    sapinst_dev.log
    dev_bootstrap
    dev_jcmon
    dev_jcontrol
    std_bootstrap.out
    stderr0
    thanks for the help
    <u><b>sapstart.log</b></u>
    SAP-R/3-Startup Program Rel 640 V1.8 (2003/04/24)
    Starting at 2007/03/11 02:00:42
    Startup Profile: "/usr/sap/J2E/SYS/profile/START_JC00_tlvibmaix3"
    (307242) SETENV LD_LIBRARY_PATH=/usr/sap/J2E/JC00/j2ee/os_libs:
    Setup Environment Variables
    (307242) SETENV SHLIB_PATH=/usr/sap/J2E/JC00/j2ee/os_libs:
    (307242) SETENV LIBPATH=/usr/sap/J2E/JC00/j2ee/os_libs:/usr/sap/J2E/SYS/exe/run:/usr/sap/J2E/SYS/exe/run:/usr/sap/J2E/SYS/exe/run:/tmp/sapinst_exe.344072.1173599917
    Execute Pre-Startup Commands
    (307242) Local: rm -f jc.sapJ2E_JC00
    (307242) Local: ln -s -f /usr/sap/J2E/JC00/j2ee/os_libs/jcontrol jc.sapJ2E_JC00
    Starting Programs
    (323830) Starting: local jc.sapJ2E_JC00 pf=/usr/sap/J2E/SYS/profile/J2E_JC00_tlvibmaix3
    (307242) Waiting for Child Processes to terminate.
    (323830) New Child Process created.
    (323830) Starting local Command:
    Command:  jc.sapJ2E_JC00
               pf=/usr/sap/J2E/SYS/profile/J2E_JC00_tlvibmaix3
    (307242) **** 2007/03/11 02:00:46 Child 323830 terminated with Status 255 . ****
    (307242) **** No more Child Processes to wait for.
    (307242) Parent Shutdown at 2007/03/11 02:00:46
    Execute Post-Shutdown Commands
    (307242) Exiting with Return-Code 3. (No more child processes)
    <u><b>sapinst.log</b></u>
    WARNING[E] 2007-03-11 01:59:19
    Unable to access application /usr/samples/kernel/vmtune. No such file or directory
    INFO 2007-03-11 01:59:25
    Copying file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/keydb.xml to: q0w9e9r8t7.1.xml.
    INFO 2007-03-11 01:59:25
    Working directory changed to /tmp/sapinst_exe.344072.1173599917.
    INFO 2007-03-11 01:59:25
    Working directory changed to /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT.
    INFO 2007-03-11 01:59:26
    Copying file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/summary.html to: /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/summary.6.html.
    INFO 2007-03-11 01:59:26
    Creating file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/summary.6.html.
    PHASE 2007-03-11 01:59:26
    Prepare the installation program.
    INFO 2007-03-11 01:59:30
    Installation start: Sunday, 11 March 2007, 01:59:20; installation directory: /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT; product to be installed: SAP NetWeaver '04 Support Release 1> Java System> MaxDB> Central System> Default Installation - Java System
    INFO 2007-03-11 01:59:33
    Copying file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/summary.html to: /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/summary.7.html.
    INFO 2007-03-11 01:59:33
    Creating file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/summary.7.html.
    PHASE 2007-03-11 01:59:36
    Deploying SDAs (using SDM and SAP J2EE Engine).
    PHASE 2007-03-11 01:59:36
    Deploying SDAs (using SDM and SAP J2EE Engine).
    PHASE 2007-03-11 01:59:36
    SAP J2EE Engine
    PHASE 2007-03-11 01:59:36
    JLoad Run
    INFO 2007-03-11 01:59:37
    Copying file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/keydb.xml to: /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/keydb.4.xml.
    INFO 2007-03-11 01:59:37
    Creating file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/keydb.4.xml.
    INFO 2007-03-11 01:59:38
    Working directory changed to /tmp/sapinst_exe.344072.1173599917.
    INFO 2007-03-11 01:59:38
    Working directory changed to /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT.
    INFO 2007-03-11 01:59:38
    Working directory changed to /tmp/sapinst_exe.344072.1173599917.
    INFO 2007-03-11 01:59:38
    Working directory changed to /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT.
    INFO 2007-03-11 01:59:38
    Account j2eadm already exists.
    INFO 2007-03-11 01:59:38
    Account 0 already exists.
    INFO 2007-03-11 01:59:39
    Account sapsys already exists.
    INFO 2007-03-11 01:59:39
    Copying file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/msclients.log to: /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/msclients.7.log.
    INFO 2007-03-11 01:59:39
    Creating file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/msclients.7.log.
    INFO 2007-03-11 01:59:39
    Removing file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/msclients.log.
    INFO 2007-03-11 01:59:39
    Creating file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/msclients.log.
    INFO 2007-03-11 01:59:39
    Output of /usr/sap/J2E/SYS/exe/run/msclients '-mshost' 'tlvibmaix3' '-msserv' '3601' is written to the logfile msclients.log.
    WARNING 2007-03-11 01:59:40
    Execution of the command "/usr/sap/J2E/SYS/exe/run/msclients '-mshost' 'tlvibmaix3' '-msserv' '3601'" finished with return code 255. Output:
    INFO 2007-03-11 01:59:40
    Account j2eadm already exists.
    INFO 2007-03-11 01:59:40
    Account 0 already exists.
    INFO 2007-03-11 01:59:40
    Account sapsys already exists.
    INFO 2007-03-11 01:59:41
    Copying file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/start_J2E_SCS01.log to: /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/start_J2E_SCS01.3.log.
    INFO 2007-03-11 01:59:41
    Creating file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/start_J2E_SCS01.3.log.
    INFO 2007-03-11 01:59:41
    Removing file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/start_J2E_SCS01.log.
    INFO 2007-03-11 01:59:41
    Creating file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/start_J2E_SCS01.log.
    INFO 2007-03-11 01:59:41
    Output of /usr/sap/J2E/SYS/exe/run/startsap 'all' 'SCS01' 'tlvibmaix3' is written to the logfile start_J2E_SCS01.log.
    INFO 2007-03-11 02:00:37
    Execution of the command "/usr/sap/J2E/SYS/exe/run/startsap 'all' 'SCS01' 'tlvibmaix3'" finished with return code 0. Output:
    Not a terminal
    Not a terminal
    Checking db Database
    ABAP Database is not available via R3trans
    Checking db Database
    Starting SAP-Collector Daemon
    01:59:41 11.03.2007   LOG: Effective User Id is root
    This is Saposcol Version COLL 20.87 640 - AIX v4.20 5L-64 bit 040309
    Usage:  saposcol -l: Start OS Collector
            saposcol -k: Stop  OS Collector
            saposcol -d: OS Collector Dialog Mode
            saposcol -s: OS Collector Status
    Starting collector (create new process)
    /usr/sap/tmp/dev_coll moved to /usr/sap/tmp/dev_coll.old
    saposcol on host tlvibmaix3 started
    Running /usr/sap/J2E/SYS/exe/run/startj2eedb
    Trying to start database ...
    Log file: /home/j2eadm/startj2eedb.log
    J2E database started
    /usr/sap/J2E/SYS/exe/run/startj2eedb completed successfully
    Starting SAP Instance SCS01
    Startup-Log is written to /home/j2eadm/startsap_SCS01.log
    Instance on host tlvibmaix3 started
    INFO 2007-03-11 02:00:37
    Account j2eadm already exists.
    INFO 2007-03-11 02:00:37
    Account 0 already exists.
    INFO 2007-03-11 02:00:38
    Account sapsys already exists.
    INFO 2007-03-11 02:00:INFO 2007-03-11 01:59:37
    Copying file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/keydb.xml to: /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/keydb.4.xml.
    INFO 2007-03-11 01:59:37
    Creating file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/keydb.4.xml.
    INFO 2007-03-11 01:59:38
    Working directory changed to /tmp/sapinst_exe.344072.1173599917.
    INFO 2007-03-11 01:59:38
    Working directory changed to /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT.
    INFO 2007-03-11 01:59:38
    Working directory changed to /tmp/sapinst_exe.344072.1173599917.
    INFO 2007-03-11 01:59:38
    Working directory changed to /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT.
    INFO 2007-03-11 01:59:38
    Account j2eadm already exists.
    INFO 2007-03-11 01:59:38
    Account 0 already exists.
    INFO 2007-03-11 01:59:39
    Account sapsys already exists.
    INFO 2007-03-11 01:59:39
    Copying file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/msclients.log to: /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/msclients.7.log.
    INFO 2007-03-11 01:59:39
    Creating file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/msclients.7.log.
    INFO 2007-03-11 01:59:39
    Removing file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/msclients.log.
    INFO 2007-03-11 01:59:39
    Creating file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/msclients.log.
    INFO 2007-03-11 01:59:39
    Output of /usr/sap/J2E/SYS/exe/run/msclients '-mshost' 'tlvibmaix3' '-msserv' '3601' is written to the logfile msclients.log.
    WARNING 2007-03-11 01:59:40
    Execution of the command "/usr/sap/J2E/SYS/exe/run/msclients '-mshost' 'tlvibmaix3' '-msserv' '3601'" finished with return code 255. Output:
    INFO 2007-03-11 01:59:40
    Account j2eadm already exists.
    INFO 2007-03-11 01:59:40
    Account 0 already exists.
    INFO 2007-03-11 01:59:40
    Account sapsys already exists.
    INFO 2007-03-11 01:59:41
    Copying file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/start_J2E_SCS01.log to: /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/start_J2E_SCS01.3.log.
    INFO 2007-03-11 01:59:41
    Creating file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/start_J2E_SCS01.3.log.
    INFO 2007-03-11 01:59:41
    Removing file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/start_J2E_SCS01.log.
    INFO 2007-03-11 01:59:41
    Creating file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/start_J2E_SCS01.log.
    INFO 2007-03-11 01:59:41
    Output of /usr/sap/J2E/SYS/exe/run/startsap 'all' 'SCS01' 'tlvibmaix3' is written to the logfile start_J2E_SCS01.log.
    INFO 2007-03-11 02:00:37
    Execution of the command "/usr/sap/J2E/SYS/exe/run/startsap 'all' 'SCS01' 'tlvibmaix3'" finished with return code 0. Output:
    Not a terminal
    Not a terminal
    Checking db Database
    ABAP Database is not available via R3trans
    Checking db Database
    Starting SAP-Collector Daemon
    01:59:41 11.03.2007   LOG: Effective User Id is root
    This is Saposcol Version COLL 20.87 640 - AIX v4.20 5L-64 bit 040309
    Usage:  saposcol -l: Start OS Collector
            saposcol -k: Stop  OS Collector
            saposcol -d: OS Collector Dialog Mode
            saposcol -s: OS Collector Status
    Starting collector (create new process)
    /usr/sap/tmp/dev_coll moved to /usr/sap/tmp/dev_coll.old
    saposcol on host tlvibmaix3 started
    Running /usr/sap/J2E/SYS/exe/run/startj2eedb
    Trying to start database ...
    Log file: /home/j2eadm/startj2eedb.log
    J2E database started
    /usr/sap/J2E/SYS/exe/run/startj2eedb completed successfully
    Starting SAP Instance SCS01
    Startup-Log is written to /home/j2eadm/startsap_SCS01.log
    Instance on host tlvibmaix3 started
    INFO 2007-03-11 02:00:37
    Account j2eadm already exists.
    INFO 2007-03-11 02:00:37
    Account 0 already exists.
    INFO 2007-03-11 02:00:38
    Account sapsys already exists.
    INFO 2007-03-11 02:00:38
    Output of /usr/sap/J2E/JC00/j2ee/os_libs/jcmon 'pf=/sapmnt/J2E/profile/J2E_JC00_tlvibmaix3' is written to the logfile jcmon.log.
    INFO 2007-03-11 02:00:40
    Execution of the command "/usr/sap/J2E/JC00/j2ee/os_libs/jcmon 'pf=/sapmnt/J2E/profile/J2E_JC00_tlvibmaix3'" finished with return code 0. Output: snipped
    INFO 2007-03-11 02:00:40
    Account j2eadm already exists.
    INFO 2007-03-11 02:00:40
    Account 0 already exists.
    INFO 2007-03-11 02:00:40
    Account sapsys already exists.
    INFO 2007-03-11 02:00:40
    Output of /usr/sap/J2E/JC00/j2ee/os_libs/jcmon 'pf=/sapmnt/J2E/profile/J2E_JC00_tlvibmaix3' is written to the logfile jcmon.log.
    INFO 2007-03-11 02:00:40
    Execution of the command "/usr/sap/J2E/JC00/j2ee/os_libs/jcmon 'pf=/sapmnt/J2E/profile/J2E_JC00_tlvibmaix3'" finished with return code 0. Output: snipped
    INFO 2007-03-11 02:00:40
    Account j2eadm already exists.
    INFO 2007-03-11 02:00:40
    Account 0 already exists.
    INFO 2007-03-11 02:00:41
    Account sapsys already exists.
    INFO 2007-03-11 02:00:41
    Output of /usr/sap/J2E/JC00/j2ee/os_libs/jcmon 'pf=/sapmnt/J2E/profile/J2E_JC00_tlvibmaix3' is written to the logfile jcmon.log.
    INFO 2007-03-11 02:00:41
    Execution of the command "/usr/sap/J2E/JC00/j2ee/os_libs/jcmon 'pf=/sapmnt/J2E/profile/J2E_JC00_tlvibmaix3'" finished with return code 0. Output: snipped
    INFO 2007-03-11 02:00:41
    Account j2eadm already exists.
    INFO 2007-03-11 02:00:41
    Account 0 already exists.
    INFO 2007-03-11 02:00:41
    Account sapsys already exists.
    INFO 2007-03-11 02:00:41
    Copying file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/start_J2E_JC00.log to: /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/start_J2E_JC00.6.log.
    INFO 2007-03-11 02:00:41
    Creating file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/start_J2E_JC00.6.log.
    INFO 2007-03-11 02:00:41
    Removing file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/start_J2E_JC00.log.
    INFO 2007-03-11 02:00:41
    Creating file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/start_J2E_JC00.log.
    INFO 2007-03-11 02:00:41
    Output of /usr/sap/J2E/SYS/exe/run/startsap 'all' 'JC00' 'tlvibmaix3' is written to the logfile start_J2E_JC00.log.
    WARNING 2007-03-11 02:01:12
    Execution of the command "/usr/sap/J2E/SYS/exe/run/startsap 'all' 'JC00' 'tlvibmaix3'" finished with return code 5. Output:
    Not a terminal
    Not a terminal
    Checking db Database
    ABAP Database is not available via R3trans
    Checking db Database
    Starting SAP-Collector Daemon
    02:00:42 11.03.2007   LOG: Effective User Id is root
    This is Saposcol Version COLL 20.87 640 - AIX v4.20 5L-64 bit 040309
    Usage:  saposcol -l: Start OS Collector
            saposcol -k: Stop  OS Collector
            saposcol -d: OS Collector Dialog Mode
            saposcol -s: OS Collector Status
    The OS Collector (PID 250052) is already running .....
    saposcol already running
    Running /usr/sap/J2E/SYS/exe/run/startj2eedb
    Trying to start database ...
    Log file: /home/j2eadm/startj2eedb.log
    Database already running
    /usr/sap/J2E/SYS/exe/run/startj2eedb completed successfully
    Starting SAP Instance JC00
    Startup-Log is written to /home/j2eadm/startsap_JC00.log
    Startup of Instance failed
    See /home/j2eadm/startsap_JC00.log for details
    ERROR 2007-03-11 02:01:12
    CJS-20022  Could not start instance 'JC00' of SAP system J2E.
    <u><b>sapinst_dev.log</b></u>
    TRACE      [sapinst.cpp:285]
               CSapInst::initMessaging()
    Using custom value info for property SAPINST_MESSAGE_CONSOLE_THRESHOLD.
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:344]
               CControlFile::getMessageFilePath()
    Running with messages from /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT
    TRACE      [sapinst.cpp:306]
               CSapInst::initMessaging()
    This is SAPinst, version 642, build 703609
    compiled on Nov 21 2004, 20:12:59
    TRACE      [sapinst.cpp:311]
               CSapInst::initMessaging()
    Gui connected by user root from host tlvibmaix3
    TRACE      [syuxcgroup.cpp:528]
               bool CSyUserImpl::isExistingOnOS()
    checking existence of account group="system" gid="0" succeeded with true.
    TRACE      [syxxccache.cpp:208]
               CSyAccountCache::getGroupImpl(name="", sid="0", create=false, ISyProgressObserver* )
    inserted account (system, 0, GROUP) into the accountcache.
    TRACE      [syxxsyshlp.cpp:133]
               syslib::logSystemState()
    Process environment
    ===================
    Environment Variables
    =====================
      _ = /tmp/sapinst_exe.344072.1173599917/sapinstexe
      SAPINST_EXE_DIR = /tmp/sapinst_exe.344072.1173599917
      LANG = en_US
      LOGIN = root
      PATH = /usr/java14_64/jre/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java14/jre/bin:/usr/java14/bin
      SAPINST_EXEDIR_CD = .
      LC__FASTMSG = true
      LOGNAME = root
      MAIL = /usr/spool/mail/root
      LOCPATH = /usr/lib/nls/loc
      USER = root
      AUTHSTATE = compat
      DISPLAY = yariv:0.0
      SHELL = /usr/bin/ksh
      ODMDIR = /etc/objrepos
      JAVA_HOME = /usr/java14_64/jre
      HOME = /
      TERM = xterm
      MAILMSG = [YOU HAVE NEW MAIL]
      PWD = /home/sap_inst/im/IM04_AIX_64/SAPINST/UNIX/AIX_64
      TZ = CST6CDT
      A__z = ! LOGNAME
      LIBPATH = /tmp/sapinst_exe.344072.1173599917
      NLSPATH = /usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat
    User: root, Id: 0
    Effective user: root, Id: 0
    Group: system, Id: 0
    Effective group: system, Id: 0
    Umask: 022
    Resource Limits
    ===============
    RLIMIT_CPU: maximum amount of CPU time in seconds current: unlimited maximum: unlimited
    RLIMIT_FSIZE: maximum size of  a  file  in  bytes  that  may  be created  by  a process current: unlimited maximum: unlimited
    RLIMIT_DATA: maximum size of a process's heap  in  bytes current: unlimited maximum: unlimited
    RLIMIT_STACK: maximum size of a process's stack  in  bytes current: unlimited maximum: unlimited
    RLIMIT_CORE: maximum size of a core file in bytes current: unlimited maximum: unlimited
    RLIMIT_NOFILE: one more than the maximum value that  the  system  may assign  to a newly created descriptor current: 2000 maximum: unlimited
    RLIMIT_RSS: maximum resident set size in bytes current: unlimited maximum: unlimited
    RLIMIT_AS: maximum size of a process's  total  available memory, in bytes current: unlimited maximum: unlimited
    Working directory: /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT
    TRACE      [syuxctask.cpp:1242]
               CSyTaskImpl::start(bool)
    A child process has been started. Pid = 266396
    TRACE      [syuxctask.cpp:1242]
               CSyTaskImpl::start(bool)
    A child process has been started. Pid = 266398
    TRACE      [syuxctask.cpp:1242]
               CSyTaskImpl::start(bool)
    A child process has been started. Pid = 266400
    TRACE      [syuxctask.cpp:1242]
               CSyTaskImpl::start(bool)
    A child process has been started. Pid = 266402
    WARNING[E] 2007-03-11 01:59:19 [syuxctask.cpp:1100]
               CSyTaskImpl::start(bool)
    Unable to access application /usr/samples/kernel/vmtune. No such file or directory
    TRACE      [syxxsyshlp.cpp:147]
               syslib::logSystemState()
    Could not dump system information.
    TRACE     
    Running with control file /home/sap_inst/im/IM04_AIX_64/SAPINST/UNIX/AIX_64/NW04SR1/WEBAS/JAVA/ADA/control.xml version 642 and changelist 703273
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:142]
               CControlFile::getKeydbControlFileName()
    Running with keydb file keydb.xml
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:235]
               CControlFile::getDialogControlFileName()
    Running with dialog control file dialog.xml
    TRACE      [iaxxccontrolfile.cpp:184]
               CControlFile::getResourecFileName()
    Running with resource file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/helppool.xml
    INFO       2007-03-11 01:59:25 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & q0w9e9r8t7.1.xml, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/keydb.xml to: q0w9e9r8t7.1.xml.
    INFO       2007-03-11 01:59:25 [iaxxclib.cpp:83]
               load()
    Working directory changed to /tmp/sapinst_exe.344072.1173599917.
    TRACE      [iaxxclib.cpp:165]
               load()
    Opened iaccdlib.o
    INFO       2007-03-11 01:59:25 [iaxxclib.cpp:108]
               load()
    Working directory changed to /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT.
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    INFO       2007-03-11 01:59:26 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/summary.6.html, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/summary.html to: /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/summary.6.html.
    INFO       2007-03-11 01:59:26 [syuxcpath.cpp:369]
               CSyPath::createFile()
    Creating file /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/DEFAULT/summary.6.html.
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    PHASE      2007-03-11 01:59:26 [iaxxcwalker.cpp:416]
               CDomWalker::printPhaseInfo()
    Prepare the installation program.
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]
               CControlFile::getControlFilePath()
    Running with control file path
    TRACE[E]   [syxxcfsmgt.cpp:269]
               CSyFileSystemMgtImpl::getNode(const CSyPath &product.catalog) const
    Node product.catalog does not exist.
    TRACE      [iaxxccontrolfile.cpp:77]

  • Database do not start due to error 445

    Hi,
    We have three databases on one HP-UX 11.31 server, the DB version is 10.2.0.4, we started facing slowness in all the databases, when I tried to connect to the server it was very slow, even the sqlplus was taking very long time, when checked the alert logs of all the databases, found the below error in each alert log file;
    ksvcreate: Process(m000) creation failed
    Sun Apr 10 12:56:56 2011
    ksvcreate: Process(m000) creation failed
    Sun Apr 10 12:59:00 2011The server resource utilization was fine with almost 15%CPU utilization, 55% Memory utilization.
    I aborted the databases then tried to start them, the startup failed with the below error for all databases;
    ORA-00445: background process "PMON" did not start after 120 seconds
    The following is the alert log content for one database;
    ksvcreate: Process(m000) creation failed
    Sun Apr 10 13:09:17 2011
    ksvcreate: Process(m000) creation failed
    Sun Apr 10 13:24:29 2011
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    WARNING: Could not create SMR
    Picked latch-free SCN scheme 3
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =242
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Sun Apr 10 13:27:10 2011
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.4.0.
    System parameters with non-default values:
      processes                = 2000
      sga_max_size             = 3221225472
      __shared_pool_size       = 1828716544
      __large_pool_size        = 16777216
      __java_pool_size         = 16777216
      __streams_pool_size      = 16777216
      nls_date_format          = dd-mm-yyyy
      nls_calendar             = Arabic Hijrah
      filesystemio_options     = NONE
      disk_asynch_io           = FALSE
      sga_target               = 3221225472
      control_files            = /oradb/oradata/centl/control01.ctl, /oradb/oradat
    a/cent/control02.ctl, /oradb/oradata/cent/control03.ctl
      db_block_size            = 8192
      __db_cache_size          = 1325400064
      db_writer_processes      = 4
      compatible               = 10.2.0.3.0
      db_file_multiblock_read_count= 16
      db_recovery_file_dest    = /arch
      db_recovery_file_dest_size= 32212254720
      undo_management          = AUTO
      undo_tablespace          = UNDOTBS1
      remote_login_passwordfile= EXCLUSIVE
      db_domain                =
      dispatchers              = (PROTOCOL=TCP) (SERVICE=centlXDB)
      smtp_out_server          = 10.241.16.118:25
      job_queue_processes      = 10
      background_dump_dest     = /u01/app/oracle/admin/cent/bdump
      user_dump_dest           = /u01/app/oracle/admin/centl/udump
      max_dump_file_size       = 1024
      core_dump_dest           = /u01/app/oracle/admin/cent/cdump
      audit_file_dest          = /u01/app/oracle/admin/cent/adump
      db_name                  = cent
      open_cursors             = 2000
      pga_aggregate_target     = 1699741696
    Sun Apr 10 13:31:50 2011
    USER: terminating instance due to error 445
    Instance terminated by USER, pid = 2089Content for the Trace file for one of the databases;
    ORACLE_HOME = /u01/app/oracle/db
    System name:    HP-UX
    Node name:      db01
    Release:        B.11.31
    Version:        U
    Machine:        ia64
    Instance name: cent
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 0
    Unix process pid: 4667, image: oracle@db01
    *** 2011-04-10 15:44:19.475
    Dynamic strand is set to TRUE
    Running with 2 shared and 242 private strand(s). Zero-copy redo is FALSE
    *** 2011-04-10 15:50:40.280
    Waited for process PMON to initialize for 60 seconds
    *** 2011-04-10 15:50:40.280
    Dumping diagnostic information for PMON:
    OS pid = 4701
    loadavg : 1.36 1.35 1.29
    Swapinfo :
            Avail = 15520.08Mb Used = 2490.52Mb
            Swap free = 13029.57Mb Kernel rsvd = 1018.08Mb
            Free Mem  = 10161.05Mb
      F S      UID   PID  PPID  C PRI NI             ADDR   SZ            WCHAN    S
    TIME TTY       TIME COMD
    1401 S   oracle  4701     1  0 154 20 e000000413447080 53772 e00000017cefa140 15
    :49:39 ?         0:00 ora_pmon_cent
    /bin/sh[2]: /opt/langtools/bin/gdb:  not found.
    *** 2011-04-10 15:50:40.372
    *** 2011-04-10 15:50:50.470
    Waited for process PMON to initialize for 111 seconds
    *** 2011-04-10 15:51:31.180
    Dumping diagnostic information for PMON:
    OS pid = 4701
    loadavg : 1.36 1.35 1.30
    Swapinfo :
            Avail = 15520.08Mb Used = 2490.52Mb
            Swap free = 13029.57Mb Kernel rsvd = 1018.08Mb
            Free Mem  = 10160.98Mb
      F S      UID   PID  PPID  C PRI NI             ADDR   SZ            WCHAN    S
    TIME TTY       TIME COMD
    1401 S   oracle  4701     1  0 154 20 e000000413447080 53772 e00000017cefa140 15
    :49:39 ?         0:00 ora_pmon_cent
    /bin/sh[2]: /opt/langtools/bin/gdb:  not found.
    *** 2011-04-10 15:51:31.250
    Killing process (ospid 4701):  (reason=x4 error=0)
    ... and the process is still alive after kill!
    *** 2011-04-10 15:51:40.190
    KSTDUMP: In-memory trace dump
    TIME(usecs):SEQ# ORAPID   SID EVENT  OP DATA
    ========================================================================
    kground PMON
    2C463A42:000000F8  1999     0 10254  42 KSBS1P: timed out while waiting
    2C463A48:000000F9  1999     0 10254  51 KSBS1P: out of loop: process did not sta
    rt
    KSTDUMP: End of in-memory trace dump
    *** 2011-04-10 15:51:40.190All the databases has similar trace files, I rebooted the server and still none of the database is starting.
    The Server resources utilization seems to be fine;
    oracle$ iostat 3 3
      device    bps    sps   msps
       disk3     93    6.9    1.0
       disk5     17    2.4    1.0
      disk17      0    0.1    1.0
       disk3     21    4.3    1.0
       disk5     20    4.0    1.0
      disk17      0    0.3    1.0
       disk3      0    0.0    1.0
       disk5      0    0.0    1.0
      disk17      0    0.0    1.0
    oracle$ swapinfo -tan
                 Kb      Kb      Kb   PCT  START/      Kb
    TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME
    dev     24576000       0 24576000    0%       0       -    1  /dev/vg00/lvol2
    reserve       -  918204 -918204
    memory  15892564 2550292 13342272   16%
    total   40468564 3468496 37000068    9%       -       0    -
    System: hrdbdr01                                      Sun Apr 10 16:25:28 2011
    Load averages: 1.61, 1.60, 1.55
    237 processes: 182 sleeping, 55 running
    Cpu states:
    CPU   LOAD   USER   NICE    SYS   IDLE  BLOCK  SWAIT   INTR   SSYS
    0    1.61  27.7%   0.0%  71.3%   1.0%   0.0%   0.0%   0.0%   0.0%
    1    1.59  32.0%   0.0%  67.0%   1.0%   0.0%   0.0%   0.0%   0.0%
    2    1.61  13.0%  14.0%  71.0%   2.0%   0.0%   0.0%   0.0%   0.0%
    3    1.60  10.0%  20.0%  69.0%   1.0%   0.0%   0.0%   0.0%   0.0%
    avg   1.61  20.8%   8.9%  69.3%   1.0%   0.0%   0.0%   0.0%   0.0%
    System Page Size: 4Kbytes
    Memory: 974032K (512772K) real, 1317016K (704304K) virtual, 12491712K free  Page
    # 1/24
    CPU TTY  PID USERNAME PRI NI   SIZE    RES STATE    TIME %WCPU  %CPU COMMAND
    3   ?  4249 root     255 39 20140K  1612K run     42:41 49.96 49.88 stm
    2   ?  3360 root     255 39 20140K  1612K run     55:11 49.65 49.56 stm
    0   ?  3040 root     240 20 20140K  1612K run     72:27 49.08 48.99 stm
    1   ?  2419 root     241 20 20140K  1616K run     77:20 48.81 48.73 stm
    1   ?  4850 root     168 20 20140K  1612K sleep    4:15 23.99 23.95 stm
    2   ?  4583 root     168 20 20140K  1612K sleep   12:21 22.93 22.89 stm

    Thanks for a quick reply!
    No changes on the server side, but recently we changed the Windows DNS servers and this unix machine is connected to the domain.
    the resolv.conf file contents are
    oracle:/etc$ more resolv.conf
    domain mc.ed
    nameserver 10.141.11.1
    nameserver 10.141.11.2But, we have two new DNS servers with 10.141.11.3 and 10.141.11.4.
    I think changing the old DNS IPs with the new DNS IPs will resolve the issue.

  • Weblogic Server 9.2 not starting

    Hello All,
    Our weblogic server 9.2 admin server is not being started. This is a admin instance and we are having issue with the managed server startup as well.
    We get the following error message - I have read another thread as well on this forum for different version of weblogic but nothing seems to be working. Currently the log says that some ldap files inside the ldap directory and log files are owned via root and when we try to start the server with dmadmin user, the files are not accessable.
    Our problem is -
    (1) It is a production box so we have to careful when we change the ownership of the files if required from root to dmadmin.
    (2) If we change the ownership or delete the ldap files how it will impact to the production environment.
    (3) We have test environment and there all these files are owned by dmadmin user but in production some how few of them are owned by root and not starting up...since we are using the dmadmin seesion to start it....
    I am pretty new to Weblogic server so dont know how to solve it. Please share your thoughts....
    JAVA Memory arguments: -Xms256m -Xmx512m
    WLS Start Mode=Production
    CLASSPATH=:/documentum/bea9.2/patch_weblogic920/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/documentum/bea9.2/jdk/lib/tools.jar:/documentum/bea9.2/weblogic/server/lib/weblogic_sp.jar:/documentum/bea9.2/weblogic/server/lib/weblogic.jar:/documentum/bea9.2/weblogic/server/lib/webservices.jar::/documentum/bea9.2/weblogic/common/eval/pointbase/lib/pbclient51.jar:/documentum/bea9.2/weblogic/server/lib/xqrl.jar::
    PATH=/documentum/bea9.2/weblogic/server/bin:/documentum/bea9.2/jdk/jre/bin:/documentum/bea9.2/jdk/bin:/oracle/app/oracle/product/10.2.0.3/bin:/documentum/product/6.0/convert:/documentum/java/1.5.0_00/bin:/documentum/product/6.0/bin:/documentum/dba:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/dmadmin/bin:/usr/bin/X11:/sbin:.
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http://hostname:port/console *
    starting weblogic with Java version:
    Starting WLS with line:
    /documentum/bea9.2/jdk/bin/java -Xms256m -Xmx512m -Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0 -da -Dplatform.home=/documentum/bea9.2/weblogic -Dwls.home=/documentum/bea9.2/weblogic/server -Dwli.home=/documentum/bea9.2/weblogic/integration -Dweblogic.management.discover=true -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/documentum/bea9.2/patch_weblogic920/profiles/default/sysext_manifest_classpath -Dweblogic.Name=adminServer -Djava.security.policy=/documentum/bea9.2/weblogic/server/lib/weblogic.policy weblogic.Server
    <Apr 17, 2012 10:11:44 PM EDT> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    /documentum/bea9.2/weblogic/platform/lib/p13n/p13n-schemas.jar:/documentum/bea9.2/weblogic/platform/lib/p13n/p13n_common.jar:/documentum/bea9.2/weblogic/platform/lib/p13n/p13n_system.jar:/documentum/bea9.2/weblogic/platform/lib/wlp/netuix_common.jar:/documentum/bea9.2/weblogic/platform/lib/wlp/netuix_schemas.jar:/documentum/bea9.2/weblogic/platform/lib/wlp/netuix_system.jar:/documentum/bea9.2/weblogic/platform/lib/wlp/wsrp-common.jar>
    <Apr 17, 2012 10:11:45 PM EDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with IBM J9 VM Version 2.3 from IBM Corporation>
    <Apr 17, 2012 10:11:47 PM EDT> <Info> <Management> <BEA-141107> <Version: WebLogic Temporary Patch for CR322044 Tue Jul 31 12:48:52 IST 2007
    WebLogic Temporary Patch for CR334842 Thu Aug 2 14:45:06 2007
    WebLogic Temporary Patch for CR284142 Tue Oct 10 16:41:47 2006
    WebLogic Temporary Patch for CR299086 Wed Nov 15 18:45:32 2006
    WebLogic Temporary Patch for CR276285 Thu Nov 16 10:27:34 2006
    WebLogic Server 9.2 Tue Dec 12 14:26:03 PST 2006 876043 >
    <Apr 17, 2012 10:11:54 PM EDT> <Info> <WebLogicServer> <BEA-000215> <Loaded License : /documentum/bea9.2/license.bea>
    <Apr 17, 2012 10:11:54 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Apr 17, 2012 10:11:54 PM EDT> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Apr 17, 2012 10:11:54 PM EDT> <Error> <Log Management> <BEA-170020> <The server log file ./servers/adminServer/logs/adminServer.log could not be opened successfully.>
    <Apr 17, 2012 10:11:56 PM EDT> <Error> <EmbeddedLDAP> <000000> <Error opening the Transaction Log: ./servers/adminServer/data/ldap/ldapfiles/EmbeddedLDAP.tran (Permission denied)>
    <Apr 17, 2012 10:11:56 PM EDT> <Error> <EmbeddedLDAP> <000000> <Error Instantiating 'dc=DctmDomain': null>
    <Apr 17, 2012 10:11:56 PM EDT> <Critical> <EmbeddedLDAP> <BEA-171522> <An error occurred while initializing the Embedded LDAP Server. The exception thown is java.lang.ClassCastException: com.octetstring.vde.backend.BackendRoot incompatible with com.octetstring.vde.backend.standard.BackendStandard. This may indicate a problem with the data files for the Embedded LDAP Server. If the problem is with the data files and it can not be corrected, backups of previous versions of the data files exist in ./servers/adminServer/data/ldap/backup.>
    <Apr 17, 2012 10:11:56 PM EDT> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    java.lang.ClassCastException: com.octetstring.vde.backend.BackendRoot incompatible with com.octetstring.vde.backend.standard.BackendStandard
         at weblogic.ldap.EmbeddedLDAP.start(EmbeddedLDAP.java:273)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    >
    <Apr 17, 2012 10:11:56 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Apr 17, 2012 10:11:56 PM EDT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Apr 17, 2012 10:11:56 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>

    Thanks Arun. Your reply is helpful. How can I identify weather I am using the node manager or not....What we use is the following script to start the server...
    #this script will start Documentum Application
    . /home/dmadmin/.profile
    nohup /documentum/bea9.2/domains/DctmDomain/startWebLogic.sh > /documentum/dba/log/Weblogic/StartWL.log &
    sleep 90
    nohup /documentum/bea9.2/domains/DctmDomain/startMethodServer.sh >/documentum/dba/log/Weblogic/startMethodServer.log &
    sleep 90
    These are the files currently owned via root. I have asked the Unix team to change the ownership because I even can not delete the file inside the ldap directory owned via root. Then I will try to restart the server ....
    <Domain_Home>\data\ldap\ldapfiles\EmbeddedLDAP.tran
    <Domain_Home>\logs\adminServer.log
    <Domain_Home>\logs\DctmDomain.log
    Kindly suggest if we are on the right track....and about the node manager...
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    One more thing if you see our script -
    #this script will start Documentum Application
    . /home/dmadmin/.profile
    nohup /documentum/bea9.2/domains/DctmDomain/startWebLogic.sh > /documentum/dba/log/Weblogic/StartWL.log &
    sleep 90
    nohup /documentum/bea9.2/domains/DctmDomain/startMethodServer.sh >/documentum/dba/log/Weblogic/startMethodServer.log &
    sleep 90
    We start the Method server after the weblogic server and we get the nested error which says - Could not obtain the lock
    <Domain_Home>\tmp\DctmServer_MethodServer.lok
    server might already running..
    Thanks for your help

  • Dialog Instance installation - Error u0093Service Not Started u0093

    Hi All,
    We are facing some issues while installing Dialog Instance on Windows 2003 server. Please help me on this...
    Below are the Central Instance Details:
    •     SAP Component Version: SAP NetWeaver 2004s
    •     Basis Release: 700
    •     Kernel Release : 700
    •     Patch Level : 111
    •     Operating System: AIX 5.2
    •     Database : Oracle 10.2.0
    •     Central Instance host: centralhost
    •     SID : CID
    Dialog Instance Details:
    •     SAP Component Version: SAP NetWeaver 2004s
    •     Operating System: Windows 2003 Server(SP2 32 Bit)
    •     Dialog Instance host: dialoghost
    •     Instance No: 02
    In Step 8 of installation, we are getting error “Service Not Started “
    sapinst.log file content :-
    INFO 2008-02-18 03:46:44
    Creating SAP start service of instance CID/D02...
    INFO 2008-02-18 03:46:45
    Creating file C:\Program Files\sapinst_instdir\NW04S\LM\AS\ORA\DI\sapstartsrv.exe.log.
    INFO 2008-02-18 03:46:45
    Output of D:\usr\sap\CID\D02\exe\sapstartsrv.exe -r -q -p
    centralhost\sapmnt\CID\SYS\profile\START_D02_DIALOGHOST -s CID -n 02 -U DIALOGHOST\SAPServiceCID -P XXXXXX -e DIALOGHOST\cidadm is written to the logfile sapstartsrv.exe.log.
    WARNING 2008-02-18 03:46:51
    Execution of the command "D:\usr\sap\CID\D02\exe\sapstartsrv.exe -r -q -p
    centralhost\sapmnt\CID\SYS\profile\START_D02_DIALOGHOST -s CID -n 02 -U DIALOGHOST\SAPServiceCID -P XXXXXX -e DIALOGHOST\cidadm" finished with return code -1. Output:
    Service not started.
    ERROR 2008-02-18 03:46:52
    MOS-01011  'D:/usr/sap/CID/D02/exe/sapstartsrv.exe' returned with '-1'.
    ERROR 2008-02-18 03:46:52
    MOS-01011  'D:/usr/sap/CID/D02/exe/sapstartsrv.exe' returned with '-1'.
    ERROR 2008-02-18 03:46:52
    FCO-00011  The step createService with step key |NW_DI|ind|ind|ind|ind|0|0|NW_DI_Instance|ind|ind|ind|ind|10|0|NW_Instance|ind|ind|ind|ind|1|0|createService was executed with status ERROR .
    Service User SAPSERVICECID is aligned to administrator group.
    And when we tried to start the windows service (SAPCID_02) we got below message
    "The SAPCID_02 service on Local computer Started and then stopped. Some Services stop automatoically,if they have no work to do, for example , the performane logs and Alert service"
    Please help me on this..
    Thanks..
    Preethish

    Hi Haynes,
    From windows machine we can access the Dilaog instance profile.
    Path to executable in SAPCID_02 service is "D:\usr\sap\CID\D02\exe\sapstartsrv.exe" pf="
    centalhost\sapmnt\CID\SYS\profile\START_D02_DIALOGHOST"
    On Cental Instance( AIX machine) :-
    CI profiles are in " /sapmnt/CID/profile " path
    and DI profiles are in " /sapmnt/CID/SYS/profile " path
    centralhost:cidadm 2> cd /sapmnt/CID/profile
    centralhost:cidadm 3> ls -l
    total 64
    -rw-rr   1 CIDadm   sapsys         4958 Feb 12 20:40 CID_DVEBMGS00_CENTRALHOST
    -rw-rr   1 CIDadm   sapsys         2272 Feb 12 18:39 DEFAULT.PFL
    -rw-rr   1 CIDadm   sapsys         3826 Nov 20 02:25 START_DVEBMGS00_CENTRALHOST
    drwxr-xr-x   2 CIDadm   sapsys          256 Nov 02 02:23 oracle
    centralhost:cidadm 4> cd /sapmnt/CID/SYS/profile
    centralhost:cidadm 5> ls -l
    total 40
    -rwxrr   1 CIDadm   sapsys          303 Feb 17 19:40 CID_D02_DIALOGHOST
    -rwxrr   1 CIDadm   sapsys         2307 Feb 14 09:43 DEFAULT.PFL
    -rwxrr   1 CIDadm   sapsys         1013 Feb 17 19:40 START_D02_DIALOGHOST
    drwxr-xr-x   2 CIDadm   sapsys          256 Feb 14 14:06 oracle
    centralhost:CIDadm 6>

  • Oracle service, Listener and http server does not start automatically

    Hello,
    I have Oracle 9i release 2 installed on Unix HP box if system restart in case of power failure the Oracle service, Listener and http server does not start automatically, is there any ready reference available to check what's wrong is happening(I don't have knowledge of Unix).
    Thanks, Khawar.

    Hi Rajesh,
    Thanks for reply, I will check this link and will be back if facing problem.
    Regards, Khawar.

  • Wily Enterprise Manager Service not Started in Windows 2008 Server

    Hi All,
    Our Solution Manager is in EHP1 SP21 and OS-Windows 2008 Server.
    We installed Wily Enterprise Manager 8.0. and found 1 non-fatal error in the installation log. The service is not starting.
    However it works fine for Windows 2003 Server.
    Can anyone encountered with the same kind of problem?
    This is the latest log file information:
    Summary
    Installation: Successfulwith errors.
    387 Successes
    0 Warnings
    1 NonFatalErrors
    0 FatalErrors
    Action Notes:
    Execute ANT Script:       Script:
                              Status: ERROR
                              Additional Notes: ERROR - E:\usr\sap\ccms\wilyintroscope\install\em.installer.exec.ant15.xml:425: Timeout: killed the sub-process
    Thank you in advance.
    Regards
    Sanjai

    Note 1273028 - Introscope 8 Release Notes resoved this issue.
    Known problems in all Releases 8.x
    2. Windows Server 2008 is not yet officially supported by CA Wily for the Enterprise Manager. If you want to install the Enterprise Manager anyway, set the "Windows 2003 compatibility mode" for the installer before launching it. To activate this mode, right click on the installer.exe file in the Windows Explorer, select tab "Compatibility", activate the check box for compatibility mode and select Windows 2003. If you do not set this, the installer will consider your OS as Unix and install shell scripts (no suffix) instead of batch files (.bat) and leave out some files for Windows Service registration.
    If the windows service still fails to start please check if files ServiceWrapper.jar and ServiceWrapper.dll are present in folder lib. If not download them from attachment of this note.
    The service should start although giving an error message regarding the ServiceWrapper.dll. You can ignore this error.

  • Oracle 10G R2 AS: Not starting up; please help

    i got a server with oracle 10g app server installed on it. i opened the console at http://localhost:1811/emd/console and created a new OC4J instance but did not deploy the EAR file. When i tried to open the console the next day the page did not open. actually the server did not start at the startup. i tried to start the server from the Services but it did not start. please help me to rectify the problem.

    If your application server is in windows,then open command promt. and then type cd $ORACLE_HOME\bin
    and then emctl.bat start iasconsole
    If your application server is in unix/linux,then open console. and then type cd $ORACLE_HOME/bin
    and then emctl start iasconsole
    It will start your OEM. then through ur OEM u can monitor ur server configuration.

Maybe you are looking for

  • MSI A88XM GAMING | Can't boot with new PCI-e x1 card plugged in

    Hi, I'm a owner to an MSI A88XM GAMING motherboard and I purchased a AverMedia Live Gamer HD card last week. After unboxing and installing the card to one of my PCI-e x1 slots the computer won't boot. All what happends is what the fans starts and the

  • IPhone not appearing in iTunes after 3.1 update

    Hi everyone....I went to update to the 3.1 OS for my iPhone 3G but during the update it got stuck at the "connect to iTunes". I have uninstalled iTunes and AMD services multiple times. I managed to restore the phone but after the restore it doesn't a

  • PSE 11 crashed so I buy PSE 13 and it won't download.

    Went to chat and no one there to help. Any ideas that could be helpful? I get tired of this frankly. On and on.....Trying to think there is some way these things can just be easy. Any ideas would be appreciated. Best Christine Murphy

  • Update Statement Help Please

    I'm coming from the MS SQL world LOL and Im trying to write an update statement but in Oracle there is no INNER JOIN. Can you give me some advice on how to do this please? UPDATE employee SET employee.name = tmpuser.name FROM employee INNER JOIN tmpu

  • Import rules, error message "Invalid system"

    Hi, When importing rules under Rule Architect - Import rules, error message "VBS is invalid system" . In the configuration tab we have system  and System Name defined as VBS, test connection successful. Why is it giving an error message VBS is invali