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

Similar Messages

  • 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

  • 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 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

  • 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>

  • SAP BS 7.0 SR1 : sapinst not working with '-nogui' option

    Hello all,
    I'm installing SAP BW (BS 7.0 SR1)
    I have a big problem with the new sapinst
    When i try to lunch ./sapinst -nogui i have an error.. and sapinst exit
    If i try to lunch ./sapinst without option, it work great !
    System Os: RHEL5.2 x86_64
    RDBMS : Oracle
    Variable environment **
    export PATH=/opt/IBMJava2-amd64-142/bin:$PATH
    export JAVA_HOME=/opt/IBMJava2-amd64-142
    export JCE_POLICY_ZIP=path_to/jce.zip
    Error with sapinst -nogui execution ***
    root@luqn2 IM_LINUX_X86_64# ./sapinst -nogui SAPINST_USE_HOSTNAME=ciBWQ-vip
    [==============================] \ extracting... done!
    inflated: US_export_policy.jar
    inflated: local_policy.jar
    inflated: Readme.txt
    ERROR 2009-11-13 13:18:10.662 syxxcfsmgt.cpp:206
    CSyFileSystemMgtImpl::getNode(const CSyPath &/tmp/sapinst_exe.2332.1258114688/jre/bin/../jce) const
    FSL-02015 Node /tmp/sapinst_exe.2332.1258114688/jre/bin/../jce does not exist.
    Opened sylib701_1.so
    exe dir is /tmp/sapinst_exe.2332.1258114688
    MessageLib initialized successfully.
    Working directory changed to /tmp/sapinst_exe.2332.1258114688.
    Opened /tmp/sapinst_exe.2332.1258114688/iaguieng701_1.so
    Working directory changed to /mnt/SAPCD/SP_BW/InstMst_7.01_SR1__NW_ERP_CRM_SRM_ SCM/IM_LINUX_X86_64.
    getspnam() returned NULL.
    checking existence of account user="root" uid="0" succeeded with true.
    inserted account (root, 0, USER) into the accountcache.
    receiving and sending on port 21200
    Environment variable SAPINST_JRE_HOME set to value '/tmp/sapinst_exe.2332.1258114688/jre'.
    We need to support remote functionality .
    The needed policy files are not present in the used JVM (/tmp/sapinst_exe.2332.1258114688/jre/bin)
    JCE_POLICY_ZIP points to a file, assumeing that we have a jar archive.
    Try to extract it with a jar call ....
    A child process has been started. Pid = 2343
    Node /tmp/sapinst_exe.2332.1258114688/jre/bin/../jce does not exist.
    Unable to init; unknown execption was thrown .... SAPInst will terminate now...
    Very strange error, and nothing on the web explain that problem
    I had read a lot of sapnote but nothing to help me
    Thank a lot for your answer
    Best regards
    Benoit.
    Edited by: SYLVAIN DUSSART on Nov 14, 2009 12:56 PM
    Edited by: SYLVAIN DUSSART on Nov 14, 2009 12:59 PM

    Hi,
    Here the solution:
    Be careful, is very important to have a good policy zip file from Sun's web site
    If the zip do not contain exactly
    1 folder  jce
    All other files in the folder jce
    That will not work !
    For example, if you zip contain all file directly in the zip, without the jce folder, you sapinst will not start.
    In fact, my jce zip folder was not like jce the zip folder on Sun's web site..
    Best regards,
    Benoît.

  • JAVA Stack not starting up after System Copy

    Hi,
    We have done the system copy from Production to Sandbox and we are facing an issue with the JAVA Stack not starting up.
    Following is the error in the SAPInst log file.
    INFO 
    2014-09-07 18:06:48.86 [iaxxbfile.cpp:538]
    CIaOsFile::chmod_impl(0755)
    Authorizations set for /usr/sap/CS0/DVEBMGS00/data/icmandir/its/lsgui/images/list/symbols.
    INFO 
    2014-09-07 18:06:50.494 [iaxxbfile.cpp:538]
    CIaOsFile::chmod_impl(0755)
    Authorizations set for /usr/sap/CS0/DVEBMGS00/data/icmandir/its/lsgui/js.
    INFO 
    2014-09-07 18:06:50.819 [iaxxbfile.cpp:538]
    CIaOsFile::chmod_impl(0755)
    Authorizations set for /usr/sap/CS0/DVEBMGS00/data/icmandir/its/lsgui/js/texts.
    ERROR 
    2014-09-07 18:06:55.22 [syxxcfsmgt.cpp:211]
    CSyFileSystemMgtImpl::getNode(const CSyPath & path, CSyPath::NodeType nodeType) const
    lib=syslib module=syslib
    FSL-02015  Node /usr/sap/CS0/DVEBMGS00/data/stat46 does not exist.
    INFO 
    2014-09-07 18:46:32.15 [iaxxbfile.cpp:538]
    CIaOsFile::chmod_impl(0755)
    Authorizations set for /usr/sap/CS0/DVEBMGS00/work/co.sapCS0_DVEBMGS00.
    INFO 
    2014-09-07 18:46:35.895 [iaxxbfile.cpp:538]
    CIaOsFile::chmod_impl(0755)
    Authorizations set for /usr/sap/CS0/DVEBMGS00/work/dw.sapCS0_DVEBMGS00.
    WARNING
    2014-09-07 18:46:36.218
    CJSlibModule::writeWarning_impl()
    Broken link /usr/sap/CS0/DVEBMGS00/work/ig.sapCS0_DVEBMGS00 -> /usr/sap/CS0/DVEBMGS00/exe/igswd_mt detected.
    Please guide.
    Thanks,
    CJ

    For system of the J2EE stack did you use sapinst export and import ?
    If the Java doesn't start then check the trace files (dev_server, std_server, bootstrap logs) present at /usr/sap/CS0/DVEBMGS00/work
    Regards
    RB

  • Error: SAPinst not connected to AS Java

    Hello,
    i had already installed minisap and want to Run Adobe Form On it.
    so I am installing sap netwevear SDN_Preview_SR_5_CE71.
    JAva Enviorment is already installed on my system and i am installing it on windows server-2003.
    but i am getting error "SAPinst not connected to AS Java" in log
    Feb 18, 2010 3:12:25 PM Info : Starting service "InstallationWizardService" ...
    Feb 18, 2010 3:12:25 PM Info : Version of service "InstallationWizardService" is 710.2
    Feb 18, 2010 3:12:25 PM Info : Service "InstallationWizardService" started.
    Feb 18, 2010 3:12:31 PM Info : Connected to host localhost on port 21200.
    Feb 18, 2010 3:18:58 PM Info : Connection reset
    Feb 18, 2010 3:18:58 PM Info : Reporting failed commlink.
    Feb 18, 2010 3:18:58 PM Error : SAPinst not connected to AS Java.
    installation log gives error like:
    TRACE 2010-02-18 18:24:11.890 synxcfsmgt.cpp:279
    CSyFileSystemMgtImpl::getFSExport(iastring) lib=syslib module=syslib
    Exception thrown near line 119 in file synxcfsmgt.cpp
    Stack trace:
    iaxxejsctl.cpp: 249: EJS_ControllerImpl::executeScript()
    d:\depot\bas\710_rel\bc_710-3_rel\gen\opt\ntintel\ins\sapinst\impl\src\ejs\iaxxejsbas.hpp: 445: EJS_Base::dispatchFunctionCall()
    iaxxejsexp.cpp: 175: EJS_Installer::invokeModuleCall()
    synxcfsmgt.cpp: 82: CSyFileSystemMgtImpl::getFSExport(iastring)
    At line 119 file synxcfsmgt.cpp
    Call stack:
    iaxxejsctl.cpp: 249: EJS_ControllerImpl::executeScript()
    d:\depot\bas\710_rel\bc_710-3_rel\gen\opt\ntintel\ins\sapinst\impl\src\ejs\iaxxejsbas.hpp: 445: EJS_Base::dispatchFunctionCall()
    iaxxejsexp.cpp: 175: EJS_Installer::invokeModuleCall()
    synxcfsmgt.cpp: 82: CSyFileSystemMgtImpl::getFSExport(iastring)
    File system export (share) saploc does not exist.
    Failed action: with parameters
    Error number 2310 error type WIN32_ERROR

    Hi Hardik,
    I am also facing the same error
    can you share the fix
    Regards
    santhose

  • Jcontrol.exe is not starting

    Hi All,
    We have 4 intance on 1 big server (64 GB Ram, 6 TB Hardisk) on windows 2008 server. We have installed EP 7.01 Portal, SRM 7.0, CE7.2, MDM.. installed. All these instance were running fine.
    Friday We tried installingPI 7.1 EHP1 and it gotfailed at step Starting instance.(in mmc disp+work.EXE is not starting)
    Today we installing CE7.1 EHP1 and it was running in Phase 23 install java engine for about 4 hours.
    Now just noticed jcontrol.exe of EP7.01 is stopped. I tried restarting, but still its not starting.
    Can anyone plz help what could be issue. Below is the log
    [Thr 3008] Mon Jul 04 19:41:56 2011
    [Thr 3008] *** ERROR => invalid return code of process [bootstrap] (exitcode = -1073741819) [jstartxx.c   1642]
    [Thr 3008] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc = -1073741819)
    [Thr 3008] JControlCloseProgram: started (exitcode = -1073741819)
    [Thr 3008] JControlCloseProgram: good bye... (exitcode = -1073741819)
    Regards
    Ponnusamy

    Hi,
    Ask yourself the following questions:
    At the OS level, please check CPU utilizations as well as rate of I/O on the disks at the time when things seem stuck. How much CPU do you have? Are these local disks or SAN mounted?
    Also, please check the individual hardware requirements of each of these systems as per their installation guides and see if your server exceeds all of them put together or not.
    Also, when you installed the previous systems, did you allow all of them 100% of main memory (sapinst asks you this during installation) or did you divide the main memory allotment and gave them only like 25% of available? Better check profiles for each system and see how much RAM you are allowing for each system. None of the systems alone should be allotted too large a share of the RAM on the server as this can cause issues for the other systems.
    Regards,
    Shitij

  • Could not start instance 'JC00' of SAP system SUN.

    error in installation of Netweaver 2004 SP1 on AIX. Please Help.  
    ERROR 2007-03-29 00:29:28
    CJS-20022  Could not start instance 'JC00' of SAP system SUN.
    Contains of sapinst.log =>
    00:29:20 29.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)
    could not move /usr/sap/tmp/dev_coll to /usr/sap/tmp/dev_coll.old
    saposcol on host ctsaix02 started
    Running /usr/sap/SUN/SYS/exe/run/startj2eedb
    Trying to start database ...
    Log file: /home/sunadm/startj2eedb.log
    /usr/sap/SUN/SYS/exe/run/startj2eedb[113]: dbmcli:  not found.
    /usr/sap/SUN/SYS/exe/run/startj2eedb[116]: dbmcli:  not found.
    Wrong or unsupported SAP DB software installation
    DB startup failed
    ERROR 2007-03-29 00:29:28
    CJS-20022  Could not start instance 'JC00' of SAP system SUN.
    /home/sunadm/startj2eedb.log=>
    Thu Mar 29 10:34:28 CST 2007
    LOGFILE FOR STARTING DATABASE
    Trying to start database ...
    Thu Mar 29 10:34:28 CST 2007
    Checking required environment variables
    SAPSYSTEMNAME is >SUN<
    Start database with xuserkey >c_J2EE<
    Thu Mar 29 10:34:28 CST 2007
    Connect to the database to check the database state
    dbmcli: connect check finished with return code: 0
    Database not available
    Thu Mar 29 10:34:28 CST 2007
    Starting XServer
    Wrong or unsupported SAP DB software installation
    ~
    Message was edited by:
            login
    Message was edited by:
            login

    /local/install_sap=>
    start_SUN_JC00.log=>
    Starting SAP-Collector Daemon
    10:55:42 29.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 401408) is already running .....
    saposcol already running
    Running /usr/sap/SUN/SYS/exe/run/startj2eedb
    Trying to start database ...
    Log file: /home/sunadm/startj2eedb.log
    /usr/sap/SUN/SYS/exe/run/startj2eedb[113]: dbmcli:  not found.
    /usr/sap/SUN/SYS/exe/run/startj2eedb[116]: dbmcli:  not found.
    Wrong or unsupported SAP DB software installation
    DB startup failed

  • Portal will not start

    Hello All,
    We have copied our entire portal and database to another server, because of this our portal will not start.  It appears to start with no errors, but no portal page is displayed, not even an error message.  The port number also can not be reaced.
    The same is happing for BI, our abap instance is fine, but our java instance fails to work.  When I check the staus od the java instance in SMICM, it states the java instance is installed, but there is no port number allocated.
    Any idea what I can do to relove this?
    Many thanks,
    Nick.

    Hi John,
    Thanks for the reply.
    The document which you refered to referes to doing a copy using SAPInst.  We did not use SAPinst.  Instead we copied (RCP) sap mount/SID and USR/SAP/SID.  We also did a Database restore.
    The config tool and visual administrator works fine and I can not see any errors when I start SAP.
    I have compared QA with DEV and all files are the same.
    Any ideas why this has not worked?
    Any help would be appeaciated.
    Thanks,
    Nick.

  • Dispatcher not starting "Loading: ThreadManager returned false! "

    Hi,
    The system was running fine for about two weeks and now the dispatcher will not start, we have upgraded the java server from windows 2003 to windows 7 and i did a system copy using the sapinst tool.  This is a java only server using ABAP ume to connect.
    Hers is the errors i am receiving:
    SAP J2EE Engine Version 7.01   PatchLevel 75592. is starting...
    Loading: LogManager ... 606 ms.
    Loading: PoolManager ... 3 ms.
    Loading: ThreadManager ...
    Loading: ThreadManager returned false!
    Kernel not loaded. System halted.
    I also get this error:
    [Thr 6088] *  LOCATION    SAP-Gateway on host Current server / sapgw00
    [Thr 6088] *  ERROR       hostname 'Old server' unknown
    [Thr 6088] *
    TIME        Mon Apr 18 13:12:15 2011
    [Thr 6088] *  RELEASE     701
    [Thr 6088] *  COMPONENT   NI (network interface)
    [Thr 6088] *  VERSION     38
    [Thr 6088] *  RC          -2
    [Thr 6088] *  MODULE      nixxhsl.cpp
    [Thr 6088] *  LINE        230
    [Thr 6088] *  DETAIL      NiHsLGetNodeAddr: hostname cached as unknown
    [Thr 6088] *  COUNTER     8730
    [Thr 6088] *
    [Thr 6088] *****************************************************************************
    Any help that would be great.
    Thanks
    JS

    Dear Jean,
    Hope you are doing good.
    Not much investigation can be done with:
    Loading: ThreadManager returned false!
    Kernel not loaded. System halted.
    Just retrigger a server restart and then check the below logs. You will definitely find more information on the error:
    /usr/sap/<SID>/work/ dev, std and jvm*
    and
    /usr/sap/<SID>/JC<nr>/j2ee/cluster/server0/logs/default trace (latest).
    Thank you and have a nice day :).
    Kind Regards,
    Hemanth
    SAP AGS

Maybe you are looking for

  • Satellite A-35-S159 Hard Drive Failure

    Hi, I am getting a message that a hard drive failure is imminent. I am prepared to replace the hard drive. (I might need your help there, hope not!) Prior to this, I tried to upgrade the memory, and was having crash events. Do you think that the cras

  • Query: Scale type D (pricing)

    Hi all, In pricing, Whats the diiference between the scale types B (to scale) and D(graduated to interval). Can you pls explain with an example? Thanks.

  • Update was terminated when Dynamic modification rule is changed

    Hi Gurus, When short text is changed manually in Dynamic modification rules (QDR2), I saved it "Dynamic modification rule xxx was changed". Next I got the error message: "Update was terminated". Detail: System ID....   xxx Client.......   xxx User...

  • Robohelp 9 Chinese output

    Hi, I am working on a Chinese language help file. I have an issue while generating chm output, using the Robohelp source files. I am using Robohelp 9. If a file name is in Chinese font, in the chm output the content of the htm file is not displayed.

  • Tax info. PLEASE HELP!!

    I signed up as an individual for "standard developer program". But when i go to iTunes Connect to edit "Contact Info", it asks for company contact, like: Senior Management, Finance, Technical, Legal, Promotions. I'm not working for a company right no