Monitor SAP Instance using Webdynpro

Experts,
I have a requirement to show the server SAP Instance status in WebDynpro Application.
for an example:
My server name : myserver
SAP Instance   :  DE3
I need to create a webdynpro iView which shows the server status like below:
a) If the instance is up and running,I need to show that the server status as green.
b) If the instance is not running,I need to show that the server status as red.
Kindly let me know how to proceed.
Thx in Advance.
Regards,
Subbareddy

hi sdnuser1...
  you can create such web dynpro application....
  you have tutorial for service call..
  create aservice call in such a way that it displays the po in a table....
  have the table in edit mode....
  the values would be present in an internal table...
  so once the values are changed have an update button.
  call the respective bapi to update it in the database.
---regards,
   alex b justin

Similar Messages

  • Cannot stop SAP instance using stopsap command

    Hi All,
    I am trying to stop a SAP instance using the stopsap command as such:
    stopsap name=PRD nr=01 SAPDIAHOST=SAPPRD
    The instace failed to stop with the following error in the stopsap.log file
    CreateNamedPipe for
    SAPPRD\pipe\SAPPRD_01 Failed, Extended Error #2
    CreateNamedPipe for
    SAPPRD\pipe\SAPPRD_01 Failed, Extended Error #2
    D:\usr\sap\PRD\SYS\exe\run\sapntwaitforhalt.exe=>sapparam(1c): No Profile used.
    running D:\usr\sap\PRD\SYS\exe\run\sapsrvkill.exe SAPPRD_PRD_01
    running D:\usr\sap\PRD\SYS\exe\run\sapntwaitforhalt.exe name=PRD nr=01 SAPDIAHOST=SAPPRD 3600
    Can anyone help?
    Regards,
    Lim

    Hello,
    Please try uninstalling and reinstalling the service
    as explained in the following  Note(Point 3):
       142100 - NT: Problems with new SAP service as of Rel. 4.5B
    CreateNamedPipe for
    sapbon1s57\pipe\SAPT02_00 Failed,
    Point 3 of this
    You should uninstall the service by selecting:
         'Uninstall Service + Unregister COM Interface'
    Then reinstall the service by:
         'Install Service + Register COM Interface + Start Service'
    Make sure that you have called SAPSTARTSRV.EXE from a command prompt
    from within the usr\sap\<SID>\kernel directory ! The startup user
    should be <domain>\SAPService<SID>.
    Also check you have up to date version of
    sapntwaitforhalt.exe
    regards,
    John Feely

  • File upload in SAP BI using Webdynpro.

    Hi,
    I have requirement in Webdynpro, where I need to upload the data from file of type Tab delimited (*.txt) file from desktop. In ECC I know how to upload the file i.e., by using the Function module (FM) 'HR_KR_XSTRING_TO_STRING'. But in SAP BI the FM doesnu2019t exist.
    Is there any way to upload TAB delimited (*.txt) file in SAP BI for  Webdynpro ABAP.
    Can we move or copy the package P99E  from ECC to SAP BI.This package contains the above said Function module. If it is possible then please guide on this.
    Edited by: SUNIL B SMG on Jan 27, 2012 3:19 PM
    Edited by: SUNIL B SMG on Jan 27, 2012 3:22 PM

    Hi,
    iView:
    <hbj:form encodingType="multipart/form-data" >
       <hbj:fileUpload  id="myfileupload"                    maxLength="125000"                    size="50"   />
    </hbj:form>
    Action-Method:
    public void onLoadFile(Event event) {
             FileUpload fu = (FileUpload) this.getComponentByName("myfileupload");
    // this is the temporary file
             if (fu != null) {
    // Output to the console to see size and UI.
                System.out.println(fu.getSize());
                System.out.println(fu.getUI());
    // Get file parameters and write it to the console
                IFileParam fileParam = fu.getFile();
                System.out.println(fileParam);
    // Get the temporary file name
                File f = fileParam.getFile();
                String fileName = fileParam.getFileName();
    // Get the selected file name and write ti to the console
                ivSelectedFileName = fu.getFile().getSelectedFileName();
                System.out.println("selected filename: "+ivSelectedFileName);
    Regards,
    Gerhard

  • I want to upload files in  sap-directories using  webdynpro abap.

    My requirement is i need to read the filess from the local system in a  folder and save those files in the sap directories(AL11).Need help .
    Thanks.

    Hi Dear,
    U have to use File upload UI element , then read the file then  follow the code for transfering into SAP directories:
    check this 
    *Declare T_UPLOAD , W_UPLOAD  itab  and  wa with your file heading structure
    DATA:L_LINE TYPE STRING.
      P_FLNAME = 'Test123'. " file name
    OPEN DATASET P_FLNAME FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
    CHECK SY-SUBRC = 0.
    LOOP AT T_UPLOAD INTO W_UPLOAD.
      CONCATENATE W_UPLOAD-Field1
                  W_UPLOAD-Field2
                  W_UPLOAD-Field3
                  W_UPLOAD-Field4
                  W_UPLOAD-Field5
                  INTO L_LINE
                  SEPARATED BY ','.
    TRANSFER L_LINE TO P_FLNAME.
    ENDLOOP.
    CLOSE DATASET P_FLNAME.
    I think it may help u a lot..
    Regards
    Aisurya

  • Search Help from SAP values using WebDynpro ABAP in ADOBE Interactive Form

    Hi,
    How to populate search help on ADOBE interactive online form which is residing on a WebDynpro ABAP application?
    Thanks & Regards,
    Sandip amar

    HI,
    Adobe from is integraated with R/3 just like smartform.
    So if u use any DDIC tabel field which have inbuilt search help then it will automatically intergrated with Adobe form.
    If not then u have to make at ztable via foreign key or via FM at program level.
    Regards
    ricky

  • Help! What can I do for using WebDynpro in SAP IDES4.6D?

    Help: What can I do for using WebDynpro in IDES4.6D? what must be installed, how to config the system?
    thanks!

    Hi lizhong,
    next step to was installation you have to do is SLD configuration. Try with this links: <a href="http://help.sap.com/saphelp_nw04s/helpdata/de/31/f0ff69551e4f259fdad799a229363e/frameset.htm">SLD</a>
    <a href="/people/sugree.phatanapherom/blog/2005/08/14/configuring-sld-in-sneak-preview-sap-netweaver-04-sneak
    Additional information you can find here, it's many topis abaut configuring SLD and JCO.
    Regards
    Bogdan
    Message was edited by: Bogdan Rokosa

  • Unable to Deploy and Run a WebDynPro Application (SAP instance identity)

    Hi all,
    I try to deploy and run the application I get the following error: No default system is configured in SAP System Registry. So, I try to set the perferences.
    Windows > preferences > SAP AS Java
    However, I don't know how to set it because I develop the program from the external network (via internet). Which port should be used in this connection? Please help!
    Many thanks and Regards,
    Matt Yim

    Hi MattYim,
    For Java Server configuration,
    Instance Host: will be the hostname or IP address of your SAP System.
    Instance Number: will be the SAP Instance number
    As you are connecting to this server via internet, make sure tht you have filled in the internet proxy details in the NWDS.
    This can be doen at:
    Window --> Preferences --> General --> Network Connections
    The proxy details mentioned here should be same as the Internet Proxy details configured for ypur internet explorer.
    Regards,
    Alka.

  • How to connect to SAP HANA Trial Instance using ODBC

    Hi,
    I am a newbie to SAP HANA. I have a trial account and have created a new SAP HANA instance using it. I have also installed the HANA Client Tool(Dev edition). I wanted to create a ASP.NET application to consume HANA database on trial instance. Creating ODBC connection requries server:port that are not available in case of trial instance. Can this be done ?
    Instead can I create a Java application that consumes HANA database on trial instance using JDBC ?
    Need an answer ASAP. Thanking you in advance.
    Bhavya

    Hi Vladimir,
    I am trying to connect to an HCP system from outside java code using JDBC.
    I could not find out how what will be the jdbc url and how to get that port no.
    Say for example the cloud system is https://account.hanatrial.ondemand.com/ and instance no is xyz. then waht would be the jdbc url?
    "jdbc:sap://xyz.hanatrial.ondemand.com:30015/"   - this is not working.
    Regards,
    Raja

  • Nagios monitoring SAP systems

    Dear Sir or Madam,
    I have RHEL 6.2  with Nagios 3 and I wanted to monitored my SAP systems. I downloaded from SAP Website the  SAP NW RFC SDK 7.20. I used the SAPCAR to unzip the file. Do I need to compile something to install the  RFC on my server?
    Do you have some information about how to connect monitoring tools like Nagios with SAP systems?
    Thank you in advance.

    Hi Eric,
    you can use dpmon to check the state of the workprocesses. For example, if they are in PRIV mode, new users won't be able to logon, although on OS level all processes are running fine ...
    For J2EE you would have to use jcmon to monitor your instance...
    Thanks,
      Hannes

  • Monitoring SAP-systems

    Hi there,
    Our company is currently setting up a monitoring system (Nagios) for the IT-infrastructure.
    I'm looking for a consistent check for our SAP systems.
    On a Oracle database level, a tnsping <ORACLE_SID> should be sufficient, I believe.
    For the app_server, a possibility is to check for the existence of SAP-workprocesses with a ps -ef | grep <SAP_SID>. However, this looks rather primitive.
    Are there any SAP tools available to implement a more consistent check on app_server level ?
    Thanks in advance,
    Erik

    Hi Eric,
    you can use dpmon to check the state of the workprocesses. For example, if they are in PRIV mode, new users won't be able to logon, although on OS level all processes are running fine ...
    For J2EE you would have to use jcmon to monitor your instance...
    Thanks,
      Hannes

  • Issue while opening BI4 webi report instance using CMC on IE8 browser

    Hi,
    Having issue while opening BI4 webi report instance using CMC on IE8 browser.
    Steps to reproduce the error:
    1. Login to CMC
    2.  View Webi History.
    3.  Open successful instance  (For the 1st or 2nd time reports are opening up, from the 3rd time it just freeze the session)
    4. After it get freeze we need to close the IE using Task Manager.
    Can any one please suggest a resolution for this issue.
    Thanks,
    Ganesh.M

    Hello Gokul,
    first thing is to check is if your chrome version is supported by your current BO version as specified in the PAM (is it?). If the chrome version is supported, and you still have an issue, then you can check with a sap support engineer.
    best regards,
    Victor

  • The SAP Instance JC00 fails to start on aIX box

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

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

  • How to call the RFC from R/3 to SRM, when we use webdynpro abap? (Urgent)

    Hello
    We use SRM Server 5.5 with classic scenario.
    We want to call RFC in R/3 from webdynpro ABAP.
    How can we do that?
    We are developing the web report using webdynpro abap.
    So we need some of R/3 data such like PR(EBAN)and PO(EKKO,EKPO).
    When user choose the search parameter, report diplay the Shopping cart, PR and PO data on webdynpro.  So we call the R/3 RFC to display the PR, PO data.
    But I tired to call the RFC in R/3, We could not call it.
    How to call the RFC from R/3 to SRM, when we use webdynpro abap?
    Thank you,
    Best Regards,
    SH.

    Hi
    <b>Please look at the following threads as well -></b>
    WebDynpro in SRM
    BAPI's /RFC's in SRM
    BAPI to Change Shopping Cart by RFC
    SRM60 and webdynpro
    Webdynpro Services Exception
    WebDynpro using BAPI has an error
    SRM60 and webdynpro...
    <b>SAP uses META Function modules in SRM to get data from R/3 back-end.</b>
    <u>For getting Purchase requistion data, use the function modules -></u>
    META_REQUISITION_CHANGE        Change purchase requisition              
    META_REQUISITION_CREATE        Create Requisition                       
    META_REQUISITION_DELETE        Delete/close purchase requisition        
    META_REQUISITION_GETDETAIL     Display requisition details              
    META_REQUISITION_GETITEMS      Display requisition items                
    META_REQUISITION_GETRELINFO    Get Releasease Info for requisitions
    <u>For getting Purchase order data, use the function modules -></u>
    META_PO_CREATE                 Create purchase order                    
    META_PO_DELETE                 Delete reservation                       
    META_PO_GETDETAIL              Display purchase order details           
    META_PO_GETITEMS               Display purchase order items             
    META_PO_GETRELINFO             Display purchase order release information
    Hope this will definitely help. Do let me know.
    Regards
    - Atul

  • How to start to work on MDM JAVA API by using webdynpro for java

    Hi all
    I have basic idea on MDM business package thru portal by using standard iViews.
    now i am planning to work on MDM JAVA APIs by using Webdynpro for Java as UI.
    1) can you please share the required documents on the same. how to start working on this by using MDM JAVA APIs in webdynpro for java
    2) what are the JARs files are required and how to integrate those jar files into webdynpro for java application.
    3)  is there any SDN help on MDM JAVA API with webdynpro for java? . can you please send the link on the same.
    4) can you please help by providing sample code on how to use JAVA APIs for retrieving,deleting,inserting and Updating the data in the database.
    if anybody helps on the same then it is the great help to me.
    points are always rewardable...
    Regards
    Suresh babu

    Hi Suresh,
    You can have the MDM JAVA API javadocs from the link
    http://help.sap.com/javadocs/MDM/SP06P2/index.html
    There you can see a package named com.sap.mdm.examples.The classes in it contains some examples using which you can start understanding the code.
    You need to have MDM JAR files for it. And these JAR files to be used at build time can be added to the project thru :-
    Right click on project-> properties->Java Build Path - > Add external JARs
    At run time you can add them the reference in
    Right click on project-> properties->web dynpro references->library reference.
    Thanks
    Namrata

  • File open using Webdynpro for java

    Hi,
    I have a file "SAP.JPEG" in remote machine location "
    SAP\NetWeaver\WebDynpro".
    In my webdynpro application...I have a button and the action "OpenFile"...
    My question is on click of the button, how can I open the file "SAP.JPEG".
    Please advice me how to proceed with this.
    Rgds,
    Patana

    Hi,
    it is possible to access the file from the remote system using webdynpro java. your requirements is quite possible.
    the prerequisites are:
    the SAP WebAS Server and the remote system are in the same network, and the folder (in your case "SAP") is shared folder with access permissions.
    let us assume your remote system name is remSys09.
    add an ui element image in the layout. and create an attribute named "image " bind it to the property source
    use this below code to show the image.
    try {
              File f =new File("////remSys09//SAP//NetWeaver//WebDynpro//SAP.JPEG");
              BufferedInputStream bis= new BufferedInputStream(new FileInputStream(f));
              byte[] image = new byte[bis.available()];
              bis.read(image);
              IWDWebResource webResource = WDWebResource.getWebResource(
              image,
              WDWebResourceType.JPG_IMAGE);
              wdContext.currentContextElement().setImage(webResource.getURL());  
         } catch (Exception e) {
              // TODO Auto-generated catch block
              e.printStackTrace();
    Regards,
    Naga

Maybe you are looking for

  • My mac is not detecting external microphone from headphone

    my mac is not detecting external microphone from headphone

  • Nokia E71 time and date problems.

    I cant ever set the time and date of my nokia E71. Anytime i access the time and date settings, it just doesn't go through. Please help me out.

  • Preview not rendering PDF accurately

    I have PDF documents that I have downloaded and can view them perfectly in Adobe Reader 9.3.2. When I try to view the same PDF in Preview or PDFpen the text show missing or as random symbols. I have already validated my fonts using the OSX Font Book

  • Fields increament

    hi guru i have  this perso_low and perso_high. i want to increament the perso_low by 0ne at every loop. i am doing this perso_low = perso_low + 1. which is not corect and i am gettimn a error. please help me with the correct  code thanks alot points

  • Song on iTunes Stops Playing automatically.... Please Help!!!!!!

    I just downloaded a new album today and was listening to a track of that album. The track played fine the first 3 or 5 times I listened to it, but now it just stops after 54 seconds. Can anyone let me know if this is a bug on iTunes(7.4.1) or if the