Pause a PID Setpoint Profile

I am using the NI PID toolkit for Labview 7.1 and I have a need to pause the setpoint profile VI for an undertermined amount of time, and have it pick up where it left off. Has anyone done anything like this before? I am able to pause the rest of my program, but the setpoint profile seems to continue to run without regard to the pause function. There needs to be a way to make it stop counting time while pause is active and resume when pause is inactive. Any suggestions?

mdsitt,
I think that the attached vi will help.  I inserted a case structure in the timing loop that makes time stand still...figuratively.  There is a boolean terminal that should connect to your pause button.
Grub
Hell, there are no rules here...we're trying to accomplish something!!! - Thomas Edison
Attachments:
PID Setpoint Profile_pausible.vi ‏65 KB

Similar Messages

  • Creating a Temperature setpoint Profile Automatically

    Hello!!!
    I would like to get some help in the following. I am using the PID setpoint profile vi to control a furnace. Usually the temperature setpoint profile that I use is a cluster of time and temperature with values that I put manually. I wonder if it possible to create a temperature profile automatically (setting only the final temperature, of course keeping constant the temperature increase rate). What I really want is to have a front panel where the furnace operator will set only the final temperature (of course I would have considered a constant temperature increase rate)
    Thank you in advance

    Hi Thorfano
    Can you describe your temperature profile in detail. If you have a linear system, you should be able to just place a setting in your PID and the feedback will cause the necessary gains to reach this.
    Thank You
    Eric Reid
    National Instruments
    Motion R&D

  • Toggle PID setpoint

    Hi All,
    Im having a bit of a problem coming up with a solution for my PID loop.
    What I would like to do is to toggle the SP between two set values (0 and 5 MPa). I know you can do somthing like this with SP Profile, but this does not suit my requirements as I would like to ensure that the Process Variable reaches the SP and soaks for a set time (this is not guaranteed with SP Profile). Once this soak time is achieved, I would like to toggle setpoint (with a boolean or such). The problem i am having is getting a suitable signal that determines that the soak time has been achieved and use this signal to change the SP.
    Any ideas on how this can be implemented? Anything would be of great help.
    thanks in advance
    David

    Hello DavidT -
    Have you viewed this Knowledgebase? It tells how to generate Setpoint Profile in LabVIEW for a control application and even has an example program.
    As for implementing a suitable signal, perhaps another customer has had this same issue and can reply with their solution. In the meantime, I will look further into the matter. Have a great day!
    Becky B.
    Applications Engineer
    National Instruments
    Becky Linton
    National Instruments
    Field Engineer
    Office: 734-464-2463
    Cell: 248-709-2822
    Email: [email protected]

  • CDEx Triangle Setpoint Profile.vi

    Hi,
        In the example CDEx Triangle SetPoint Profile.vi in LabVIEW 2009.Can we view a step or any other signal instead of that traingular waveform??
    Thanks as kudos only
    Solved!
    Go to Solution.

    Hey
    The VIs that have "CDEx" in front are 'example code' that we ship with the product as an example. You can open the VI, alter it and save the modified VI with your own name.
    In this example, you can replace the "Triangle waveform.vi" with any VI from "Signal Processing >> Waveform Generation" palette. For obtaining the step, you can use the "Square waveform.vi" instead. If you can't find a profile, you can always use the functions in the "Programming >> Array" and "Programming >> Waveform" palette.
    Hope this helps.
    Barp - Control and Simulation Group - LabVIEW R&D - National Instruments

  • Ratio feedforward hvac

    Hi all,
    I am a newby to Labview running the 2010 Evaluation with Control Design and Simulation Module and PID Module.
    My field is HVAC controls and I am trying to design a simulation of a control loop that implements a very simple ratio function known in the industry as outside air compensation. Here the temperature of the outside air influences the setpoint for the heating water in such a way that when the outside air temperture is say 20 degrees C the setpoint needs to be say 40 Degrees C and when the outside air temperature is say -15 Degrees C the setpoint for the heating water is 90 Degrees C. This is generally known as a heating curve and is a function every DDC (Direct Digital Control) controller in the HVAC market implements as a standard. See Picture below.
    It mus be my lack of experience with LV but I cannot seem to find a function that implements this. I searched the forums and the help files, but no luck. The PID setpoint profile function provides a ramp but based on time, the PID lead Lag function also does not seem to fit. Should I use an array as an input to the PID controller setpoint or is there a better method?
    Any help would be greatly appreciated.
    Peter

    Thanks, I'll try to play with the connections and see if I'll be able to understand them. 
    But is it possible to incorporate the PID Parameter (Rise Time, Settling Time, Overshoot, Gain Margin, Phase Margin) on the example that I have uploaded? The Example I've Seen regarding the above mentioned parameters works only if the input to the 'Time Response Function', But on the simulation example that I mentioned, I don't see any TF input to the PID since it comes from the Plant to Simulator. Does the Plant Simulator works on a specific Transfer Function?
    I've uploaded the 2 files that I wanted to combine. 
    Thanks
    Attachments:
    prctrlex.llb ‏1248 KB
    controlsys_analysis.vi ‏499 KB

  • Scripting an interactive labview VI

    I have a large top-level VI that controls and performs data collection for many different devices and over different interfaces. I currently do all of the control interactively through the front panel UI. I would like to have my VI be able to run off a script... not an external scripting language, but something like the Setpoint Profile VI's that come with the PID control toolset.
    So obviously, implementing the Setpoint Profile VI's for my temperature controllers is pretty trivial. My problem is that I have many other devices which aren't necessarily controlled the same way. For example, for PID temperature control, you would just continually set the setpoint at a given interval, but for RS232-controlled pump, you would onl
    y want to send a signal to stop or start it. I would like to have the scripting be a feature of the existing interactive VI (so I can toggle between automated and manual modes with a switch), and hopefully not have to have completely separate code.
    So bascially I am wondering if anyone has a good strategies or examples for doing such a thing. Here are some issues I can think of:
    - is it better to have one huge script that has the settings for all devices, or should I have separate scripts and synchronize them?
    - I was considering scripting the UI itself, kind of like a "ghost user" using property nodes, but recent discussions on this board tell me this is not very efficient.
    - are my expectations realistic?
    thanks in advance for any advice.

    Hi,
    I think that you should implement a similar idea to the SetPoint Profile VI. One of the inputs to this VI is an array of clusters where each cluster has the time-value pair (setpoint). One approach would be to change the cluster to contain time and values for each device you are trying to automate. For example, you would have time, value for the temperature control, value for the pump and so on. Since the value for the pump would be on and off, you would want to have three values: ON, OFF and IGNORE(do nothing to pump at this time). Having an array of cluster with each cluster containing time and values for all your devices will allow you to synchronize the flow of your application since the time value will be common for all the devices.
    Good luck
    with the application. I hope this helps.
    Sincerely,
    Feroz
    National Instruments

  • How can I move my browswer history from my old PC to my new PC?

    I have an old XP machine and have just built a brand new windows 7 machine. I need to move my history information over to the new PC. I have found the instructions for moving my bookmarks, but not for moving my browsing history. I rely on my history for finding quite a few of the sites I visit regularly rather than cluttering up my system with more bookmarks and icons.
    How do I save my history and get it onto my new machine. I have and external HD and cds I can use for this.

    Do you have the same version of Firefox on both systems? You could try a profile transplant.
    On your old system, open your active profile folder using:
    Help > Troublshooting Information > "Show Folder" button
    Back up all of the contents of that folder to a convenient location (e.g., USB Flash drive).
    On your new system, create a fresh profile using the following (with all Firefox windows closed):
    Start > Run/search > firefox.exe /ProfileManager
    Create a new profile and accept the defaults, then start Firefox.
    Open your newly created profile folder using:
    Help > Troublshooting Information > "Show Folder" button
    Without closing that window, switch back to Firefox and exit. Pause while the new profile folder is updated, then delete all of its contents and copy in the contents from your other machine.
    When you restart Firefox, it should pick up all of the transferred information and settings.
    Any luck?
    If the transfer is a disaster, use the profile manager to switch back to your previous profile.

  • SAPCCM4X registration fails with exit code -1

    Hi all,
    While I am trying to register a remote system in solution Manager 4.0 using CCMS agent, we get this screen where it stops for asking the paswword to log on into the system, but even before we can enter the password, it exist with the error code -1.
    My remote system is SCP and the solution Manager system is SMP.
    I generated the CMSCONF file from solution Manager, placed that in the work directory for my remote system, and created the CSMREG user as well before starting the process.
    Have already tried upgrading the SAPCCM4X agent to the latest patch level.
    The log is as shown:
    sapccm4x -R pf=/sapmnt/SCP/profile/SCP_DVEBMGS43_SAPPROD
    Remote Call Failed in O4PRTLIB::chkobjU
    Errno = 2
    FILE=o4tmklibp.cpp - LINE=117
    SharedLibCache Information:
    Search Path:
    /sapmnt/SCP/exe
    *LIBL
    /sapmnt/SCP/exe
    /usr/sap/SCP/SYS/exe/run
    /QOpenSys/usr/bin
    /usr/ccs/bin
    /QOpenSys/usr/bin/X11
    /usr/sbin
    /usr/bin
    /usr/sap/SCP/SYS/exe/run
    Load Cache:
    Remote Call Failed in O4PRTLIB::chkifsobjU
    Errno = 2
    FILE=o4tmklibp.cpp - LINE=74
    SharedLibCache Information:
    Search Path:
    /sapmnt/SCP/exe
    *LIBL
    /sapmnt/SCP/exe
    /usr/sap/SCP/SYS/exe/run
    /QOpenSys/usr/bin
    /usr/ccs/bin
    /QOpenSys/usr/bin/X11
    /usr/sbin
    /usr/bin
    /usr/sap/SCP/SYS/exe/run
    Load Cache:
    Remote Call Failed in O4PRTLIB::o4_setmaxfh
    Errno = 2
    FILE=o4tmklibp.cpp - LINE=290
    SharedLibCache Information:
    Search Path:
    /sapmnt/SCP/exe
    *LIBL
    /sapmnt/SCP/exe
    /usr/sap/SCP/SYS/exe/run
    /QOpenSys/usr/bin
    /usr/ccs/bin
    /QOpenSys/usr/bin/X11
    /usr/sbin
    /usr/bin
    /usr/sap/SCP/SYS/exe/run
    Load Cache:
    INFO: use SAPLOCALHOST SAPPROD
    INFO: CCMS agent sapccm4x working directory is /usr/sap/SCP/DVEBMGS43/log/sap
    ccm4x
    INFO: CCMS agent sapccm4x config file is /usr/sap/SCP/DVEBMGS43/log/sapccm4x/
    csmconf
    INFO: Central Monitoring System is [SMP]. (found in config file)
    additional CENTRAL system y/[n] ? :
    INFO: found ini file /usr/sap/SCP/DVEBMGS43/log/sapccm4x/sapccmsr.ini.
    INFO:
    CCMS version 20040229, 64 bit, multithreaded, Non-Unicode
    compiled at Apr 25 2007
    systemid 324 (IBM iSeries with OS400)
    relno 6400
    patch text patch collection 2007/3, OSS note 1013331
    patchno 180
    intno 20020600
    running on SAPPROD OS400 4 5 0010000E554E
    pid 35119
    profile /sapmnt/SCP/profile/SCP_DVEBMGS43_SAPPROD
    INFO: Attached to Shared Memory Key 13 (size 40141728) in pool 10
    INFO: Connected to Monitoring Segment [CCMS Monitoring Segment for applicatio
    n server SAPPROD_SCP_43, created with version CCMS version 20040229, 64 bit s
    ingle threaded, compiled at Sep 8 2006, kernel 6400_20020600_147, platform
    324 (IBM iSeries with OS400)]
    segment status ENABLED
    segment started at Sat May 19 23:43:38 2007
    segment version 20040229
    SMP **********************
    Please enter the logon info for an admin user of the
    central monitoring system [SMP].
    The user should have system administrator privileges
    client [500]
    user [C-AGUPTA]
    language [EN]
    trace level [0]
    application server [SAPPROD]
    system number [44]
    Logon info ok n/[y] ? :
    please enter password for [SMP:500:C-AGUPTA]:
    Fail to get user password.
    EXITING with code 1
    $
    At the last point where it asks us to
    ==> "please enter password for [SMP:500:C-AGUPTA]:"
    It exits immediately, without giving us a chance to enter the password.
    Has anyone seen anything like this?
    Thanks
    Abhi

    Hi all
    Tried creating the duplicate program but still doesn't like it...
    It still exits with the return code of 1 as shown, although this time there are no messages as previously...so the duplicate program helped but still it does not allow me to enter the password and exits immediately..
    >sapccm4x -R pf=/sapmnt/SCP/profile/SCP_DVEBMGS43_SAPPROD
    INFO: use SAPLOCALHOST SAPPROD
    INFO: CCMS agent sapccm4x working directory is /usr/sap/SCP/DVEBMGS43/log/sap
    ccm4x
    INFO: CCMS agent sapccm4x config file is /usr/sap/SCP/DVEBMGS43/log/sapccm4x/
    csmconf
    INFO: Central Monitoring System is [SMP]. (found in config file)
    additional CENTRAL system y/[n] ? :
    INFO: found ini file /usr/sap/SCP/DVEBMGS43/log/sapccm4x/sapccmsr.ini.
    INFO:
    CCMS version 20040229, 64 bit, multithreaded, Non-Unicode
    compiled at Apr 25 2007
    systemid 324 (IBM iSeries with OS400)
    relno 6400
    patch text patch collection 2007/3, OSS note 1013331
    patchno 180
    intno 20020600
    running on SAPPROD OS400 4 5 0010000E554E
    pid 35119
    profile /sapmnt/SCP/profile/SCP_DVEBMGS43_SAPPROD
    INFO: Attached to Shared Memory Key 13 (size 40141728) in pool 10
    INFO: Connected to Monitoring Segment [CCMS Monitoring Segment for applicatio
    n server SAPPROD_SCP_43, created with version CCMS version 20040229, 64 bit s
    ingle threaded, compiled at Sep 8 2006, kernel 6400_20020600_147, platform
    324 (IBM iSeries with OS400)]
    segment status ENABLED
    segment started at Sat May 19 23:43:38 2007
    segment version 20040229
    SMP **********************
    Please enter the logon info for an admin user of the
    central monitoring system [SMP].
    The user should have system administrator privileges
    client [500]
    user [C-AGUPTA]
    language [EN]
    trace level [0]
    application server [SAPPROD]
    system number [44]
    Logon info ok n/[y] ? :
    please enter password for [SMP:500:C-AGUPTA]:
    Fail to get user password.
    EXITING with code 1
    $
    Looks like there may be somthing which SAP may have to look into...
    Anyway, if anyone has any suggestions....let me know..
    Thanks
    Abhi

  • JAVA server stop with 2150 service unavailable in sap pi

    Hi,
    I am facing issue after failed support patch upgrade in sap pi 7.1 ehp 1.
    Java is not starting. Please help log is below.
    trc file: "C:\usr\sap\PID\DVEBMGS00\work\dev_server0", trc level: 1, release: "711"
    sysno      00
    sid        PID
    systemid   562 (PC with Windows NT)
    relno      7110
    patchlevel 0
    patchno    92
    intno      20020600
    make       multithreaded, Unicode, 64 bit, optimized
    profile    C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
    pid        3228
    *  ACTIVE TRACE LEVEL           1
    *  ACTIVE TRACE COMPONENTS      All, egi
    Tue Sep 02 02:24:43 2014
    *  trace logging activated, max size = 52428800 bytes, 2 versions
    arguments :
      arg[ 0] : C:\usr\sap\PID\DVEBMGS00\exe\jstart.EXE
      arg[ 1] : -nodeId=2
      arg[ 2] : pf=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
      arg[ 3] : -DSAPINFO=PID_00_server0
      arg[ 4] : -hostvm
      arg[ 5] : -nodeName=ID2463250
      arg[ 6] : -file=C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\instance.properties
      arg[ 7] : -jvmFile=C:\usr\sap\PID\DVEBMGS00\work\jstart.jvm
      arg[ 8] : -traceFile=C:\usr\sap\PID\DVEBMGS00\work\dev_server0
      arg[ 9] : -javaOutFile=C:\usr\sap\PID\DVEBMGS00\work\jvm_server0.out
      arg[10] : -DSAPSTART=1
      arg[11] : -DSAPSYSTEM=00
      arg[12] : -DSAPSYSTEMNAME=PID
      arg[13] : -DSAPMYNAME=usatlsv117_PID_00
      arg[14] : -DSAPPROFILE=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
      arg[15] : -DFRFC_FALLBACK=ON
      arg[16] : -DFRFC_FALLBACK_HOST=localhost

    F Tue Sep 02 02:24:43 2014
    F  ********************************************************************************
    F  Java environment properties
    F    root directory    : C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5
    F    vendor            : SAP AG
    F    version           : 1.5.0_14
    F    cpu               : amd64
    F    java vm type      : server
    F    java vm version   : 5.1.027
    F    jvm library name  : jvm.dll
    F    library path      : C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin\server;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin
    F    executable path   : C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\bin
    F    SAP extensions    : available
    F  ********************************************************************************

    I [Thr 7080] Tue Sep 02 02:24:44 2014
    I  [Thr 7080] MtxInit: 10002 0 2
    I  [Thr 7080] MPI: dynamic quotas disabled.
    I  [Thr 7080] MPI init: pipes=4000 buffers=1279 reserved=383 quota=10%
    M  [Thr 7080] NiInit3: NI already initialized; param 'maxHandles' ignored (init=2;par=1002;cur=2048)
    M  [Thr 7080] CCMS: Detected Double Stack (parameter "rdisp/j2ee_start" is active)
    M  [Thr 7080] CCMS uses Shared Memory Key 73 for monitoring.
    M  [Thr 7080] CCMS: SemInMgt: Semaphore Management initialized by AlAttachShm_Doublestack.
    M  [Thr 7080] CCMS: SemInit: Semaphore 38 initialized by AlAttachShm_Doublestack.
    M  [Thr 7080] CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    M  [Thr 7080] CCMS: CCMS Monitoring Initialization finished, rc=0.

    F Tue Sep 02 02:24:44 2014
    F  ********************************************************************************
    F  SAP JVM arguments:
    F    arg[ 0] = vfprintf
    F    arg[ 1] = abort
    F    arg[ 2] = exit
    F    arg[ 3] = -XmonGcCallback
    F    arg[ 4] = -XdebugStateChangeCallback
    F    arg[ 5] = -DSAPSTART=1
    F    arg[ 6] = -DSAPSYSTEM=00
    F    arg[ 7] = -DSAPSYSTEMNAME=PID
    F    arg[ 8] = -DSAPMYNAME=usatlsv117_PID_00
    F    arg[ 9] = -DSAPPROFILE=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
    F    arg[10] = -DFRFC_FALLBACK=ON
    F    arg[11] = -DFRFC_FALLBACK_HOST=localhost
    F    arg[12] = -Xjvmx
    F    arg[13] = -XsapSystem:00
    F    arg[14] = -DSAPSTARTUP=1
    F    arg[15] = -DSAPDBHOST=usatlsv117
    F    arg[16] = -DSAPINFO=PID_00_server0
    F    arg[17] = -Dj2ee.dbhost=usatlsv117
    F    arg[18] = -Dsun.java.launcher=jstart
    F    arg[19] = -Dsun.java.command=com.sap.engine.boot.Start  -DSAPSTART=1 -DSAPSYSTEM=00 -DSAPSYSTEMNAME=PID -DSAPMYNAME=usatlsv117_PID_00 -DSAPPROFILE=C:\\usr\\sap\\PID\\SYS\\profile\\PID_DVEBMGS00_usatlsv117 -DFRFC_FALLBACK=ON -DFRFC_FALLBACK_HOST=localhost
    F    arg[20] = -Djstartup.mode=JSTART
    F    arg[21] = -Djstartup.whoami=server
    F    arg[22] = -Djstartup.ownProcessId=3228
    F    arg[23] = -Djstartup.ownHardwareId=Q1489088110
    F    arg[24] = -Djstartup.debuggable=yes
    F    arg[25] = -DLoadBalanceRestricted=no
    F    arg[26] = -XdebugPortRange:50021-50021
    F    arg[27] = -Denv.class.path=
    F    arg[28] = -Dsys.global.dir=C:\usr\sap\PID\SYS\global
    F    arg[29] = -Dapplication.home=C:\usr\sap\PID\DVEBMGS00\exe
    F    arg[30] = -Djava.class.path=C:\usr\sap\PID\DVEBMGS00\exe\jstart71.jar;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\lib\jvmx.jar;C:\usr\sap\PID\DVEBMGS00\exe\jre\lib\iqlib.jar;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\lib\tools.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\boot\sap.com~tc~bl~jkernel_boot~impl.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\boot\jaas.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\system\sap.com~tc~bl~bytecode~library.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\boot\memoryanalyzer.jar
    F    arg[31] = -Djava.library.path=C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin\server;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin;C:\usr\sap\PID\DVEBMGS00\j2ee\os_libs;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\bin;C:\usr\sap\PID\DVEBMGS00\exe;C:\oracle\PID\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\j2sdk1.4.2_13-x64\bin;C:\Program Files (x86)\Windows Imaging;C:\Program Files\OmniBack\bin
    F    arg[32] = -XX:MaxNewSize=512m
    F    arg[33] = -Xms1536m
    F    arg[34] = -XX:PermSize=1536m
    F    arg[35] = -Xmx2560m
    F    arg[36] = -XX:NewSize=512m
    F    arg[37] = -XX:MaxPermSize=1536m
    F    arg[38] = -Drdbms.driverLocation=C:\usr\sap\PID\DVEBMGS00\exe\ojdbc14.jar
    F    arg[39] = -DSAPJVM_EXTENSION_COMMAND_HANDLER=com.sap.tools.memory.protocol.ProtocolHandler
    F    arg[40] = -Djava.security.policy=./../bin/kernel/java.policy
    F    arg[41] = -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    F    arg[42] = -Dnetworkaddress.cache.ttl=10
    F    arg[43] = -Djco.jarm=1
    F    arg[44] = -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    F    arg[45] = -Djava.security.egd=file:/dev/urandom
    F    arg[46] = -Djava.awt.headless=true
    F    arg[47] = -Djmx.invoke.getters=true
    F    arg[48] = -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    F    arg[49] = -Djava.io.tmpdir=./temp
    F    arg[50] = -XX:SoftRefLRUPolicyMSPerMB=1
    F    arg[51] = -XX:-TraceClassUnloading
    F    arg[52] = -XX:+DumpDetailedClassStatisticOnOutOfMemory
    F    arg[53] = -XX:+DisableExplicitGC
    F    arg[54] = -XX:+PrintGCDetails
    F    arg[55] = -XX:+PrintGCTimeStamps
    F    arg[56] = -XX:HeapDumpPath=OOM.hprof
    F    arg[57] = -XX:+UseConcMarkSweepGC
    F    arg[58] = -XX:TargetSurvivorRatio=90
    F    arg[59] = -XX:-StringInternTableInPermGen
    F    arg[60] = -XX:+HeapDumpOnOutOfMemoryError
    F    arg[61] = -XX:MaxErrorQueueLength=200
    F    arg[62] = -verbose:gc
    F    arg[63] = -XX:SurvivorRatio=9
    F    arg[64] = -Xss2097152
    F  ignore unrecognized options : no
    F  ********************************************************************************
    J  JVMX version - Dec 11 2008 23:18:49 - 51_REL - optU - windows amd64 - bas2:113000 (mixed mode)
    J  (CompilerOracle read from file C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\.hotspot_compiler )
    J  (CompilerOracle exclude com/sun/tools/javac/code/SymbolMethodSymbol overrides)
    F  [Thr 6924] *** LOG => SfCJavaVm: Java VM started.
    F  ********************************************************************************
    F  Main method arguments:
    F    arg[ 0] = -DSAPSTART=1
    F    arg[ 1] = -DSAPSYSTEM=00
    F    arg[ 2] = -DSAPSYSTEMNAME=PID
    F    arg[ 3] = -DSAPMYNAME=usatlsv117_PID_00
    F    arg[ 4] = -DSAPPROFILE=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
    F    arg[ 5] = -DFRFC_FALLBACK=ON
    F    arg[ 6] = -DFRFC_FALLBACK_HOST=localhost
    F  ********************************************************************************

    J Tue Sep 02 02:24:45 2014
    J  1.887: [GC 1.887: [ParNew: 429056K->5751K(476672K), 0.0161568 secs] 429063K->5759K(1525248K), 0.0163708 secs]

    F [Thr 6924] Tue Sep 02 02:24:46 2014
    F  [Thr 6924] *** LOG => State changed from 0 (Initial) to 1 (Waiting to start).
    F  [Thr 6924] *** LOG    state real time: 2.437 CPU time: 0.453 sys, 2.828 usr
    F  [Thr 6924] *** LOG    total real time: 2.437 CPU time: 0.453 sys, 2.828 usr
    F  [Thr 6924]
    F  [Thr 6924] *** LOG => State changed from 1 (Waiting to start) to 2 (Starting framework).
    F  [Thr 6924] *** LOG    state real time: 0.000 CPU time: 0.000 sys, 0.000 usr
    F  [Thr 6924] *** LOG    total real time: 2.437 CPU time: 0.453 sys, 2.828 usr
    F  [Thr 6924]

    F [Thr 2080] Tue Sep 02 02:24:50 2014
    F  [Thr 2080] *** WARNING => SfCFramework::registerNatives: failed for com.sap.conn.rfc.driver.CpicDriver [sfxxifrw.hpp 167]

    J Tue Sep 02 02:24:56 2014
    J  12.669: [GC 12.669: [ParNewJ 
    J Tue Sep 02 02:24:57 2014
    : 434807K->47616K(476672K), 0.3151169 secs] 435328K->90877K(1525248K), 0.3153873 secs]

    F [Thr 7164] Tue Sep 02 02:25:05 2014
    F  [Thr 7164] *** LOG => SfCJavaVm: exit hook is called. (rc = 2150)
    F  [Thr 7164] *** LOG => exiting (exitcode 2150, retcode 1).
    M  [Thr 7164] CCMS: CCMS Monitoring Cleanup finished successfully.
    trc file: "C:\usr\sap\PID\DVEBMGS00\work\dev_server0", trc level: 1, release: "711"
    sysno      00
    sid        PID
    systemid   562 (PC with Windows NT)
    relno      7110
    patchlevel 0
    patchno    92
    intno      20020600
    make       multithreaded, Unicode, 64 bit, optimized
    profile    C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
    pid        2400
    *  ACTIVE TRACE LEVEL           1
    *  ACTIVE TRACE COMPONENTS      All, egi
    Tue Sep 02 02:25:52 2014
    *  trace logging activated, max size = 52428800 bytes, 2 versions
    arguments :
      arg[ 0] : C:\usr\sap\PID\DVEBMGS00\exe\jstart.EXE
      arg[ 1] : -appTrc
      arg[ 2] : -nodeId=2
      arg[ 3] : pf=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
      arg[ 4] : -DSAPINFO=PID_00_server0
      arg[ 5] : -hostvm
      arg[ 6] : -nodeName=ID2463250
      arg[ 7] : -file=C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\instance.properties
      arg[ 8] : -jvmFile=C:\usr\sap\PID\DVEBMGS00\work\jstart.jvm
      arg[ 9] : -traceFile=C:\usr\sap\PID\DVEBMGS00\work\dev_server0
      arg[10] : -javaOutFile=C:\usr\sap\PID\DVEBMGS00\work\jvm_server0.out
      arg[11] : -DSAPSTART=1
      arg[12] : -DSAPSYSTEM=00
      arg[13] : -DSAPSYSTEMNAME=PID
      arg[14] : -DSAPMYNAME=usatlsv117_PID_00
      arg[15] : -DSAPPROFILE=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
      arg[16] : -DFRFC_FALLBACK=ON
      arg[17] : -DFRFC_FALLBACK_HOST=localhost

    F Tue Sep 02 02:25:52 2014
    F  ********************************************************************************
    F  Java environment properties
    F    root directory    : C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5
    F    vendor            : SAP AG
    F    version           : 1.5.0_14
    F    cpu               : amd64
    F    java vm type      : server
    F    java vm version   : 5.1.027
    F    jvm library name  : jvm.dll
    F    library path      : C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin\server;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin
    F    executable path   : C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\bin
    F    SAP extensions    : available
    F  ********************************************************************************
    I  [Thr 3860] MtxInit: 10002 0 2
    I  [Thr 3860] MPI: dynamic quotas disabled.
    I  [Thr 3860] MPI init: pipes=4000 buffers=1279 reserved=383 quota=10%
    M  [Thr 3860] NiInit3: NI already initialized; param 'maxHandles' ignored (init=2;par=1002;cur=2048)
    M  [Thr 3860] CCMS: Detected Double Stack (parameter "rdisp/j2ee_start" is active)
    M  [Thr 3860] CCMS uses Shared Memory Key 73 for monitoring.

    M [Thr 3860] Tue Sep 02 02:25:53 2014
    M  [Thr 3860] CCMS: SemInMgt: Semaphore Management initialized by AlAttachShm_Doublestack.
    M  [Thr 3860] CCMS: SemInit: Semaphore 38 initialized by AlAttachShm_Doublestack.
    M  [Thr 3860] CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    M  [Thr 3860] CCMS: CCMS Monitoring Initialization finished, rc=0.

    F Tue Sep 02 02:25:53 2014
    F  ********************************************************************************
    F  SAP JVM arguments:
    F    arg[ 0] = vfprintf
    F    arg[ 1] = abort
    F    arg[ 2] = exit
    F    arg[ 3] = -XmonGcCallback
    F    arg[ 4] = -XdebugStateChangeCallback
    F    arg[ 5] = -DSAPSTART=1
    F    arg[ 6] = -DSAPSYSTEM=00
    F    arg[ 7] = -DSAPSYSTEMNAME=PID
    F    arg[ 8] = -DSAPMYNAME=usatlsv117_PID_00
    F    arg[ 9] = -DSAPPROFILE=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
    F    arg[10] = -DFRFC_FALLBACK=ON
    F    arg[11] = -DFRFC_FALLBACK_HOST=localhost
    F    arg[12] = -Xjvmx
    F    arg[13] = -XsapSystem:00
    F    arg[14] = -DSAPSTARTUP=1
    F    arg[15] = -DSAPDBHOST=usatlsv117
    F    arg[16] = -DSAPINFO=PID_00_server0
    F    arg[17] = -Dj2ee.dbhost=usatlsv117
    F    arg[18] = -Dsun.java.launcher=jstart
    F    arg[19] = -Dsun.java.command=com.sap.engine.boot.Start  -DSAPSTART=1 -DSAPSYSTEM=00 -DSAPSYSTEMNAME=PID -DSAPMYNAME=usatlsv117_PID_00 -DSAPPROFILE=C:\\usr\\sap\\PID\\SYS\\profile\\PID_DVEBMGS00_usatlsv117 -DFRFC_FALLBACK=ON -DFRFC_FALLBACK_HOST=localhost
    F    arg[20] = -Djstartup.mode=JSTART
    F    arg[21] = -Djstartup.whoami=server
    F    arg[22] = -Djstartup.ownProcessId=2400
    F    arg[23] = -Djstartup.ownHardwareId=Q1489088110
    F    arg[24] = -Djstartup.debuggable=yes
    F    arg[25] = -DLoadBalanceRestricted=no
    F    arg[26] = -XdebugPortRange:50021-50021
    F    arg[27] = -Denv.class.path=
    F    arg[28] = -Dsys.global.dir=C:\usr\sap\PID\SYS\global
    F    arg[29] = -Dapplication.home=C:\usr\sap\PID\DVEBMGS00\exe
    F    arg[30] = -Djava.class.path=C:\usr\sap\PID\DVEBMGS00\exe\jstart71.jar;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\lib\jvmx.jar;C:\usr\sap\PID\DVEBMGS00\exe\jre\lib\iqlib.jar;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\lib\tools.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\boot\sap.com~tc~bl~jkernel_boot~impl.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\boot\jaas.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\system\sap.com~tc~bl~bytecode~library.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\boot\memoryanalyzer.jar
    F    arg[31] = -Djava.library.path=C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin\server;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin;C:\usr\sap\PID\DVEBMGS00\j2ee\os_libs;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\bin;C:\usr\sap\PID\DVEBMGS00\exe;C:\oracle\PID\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\j2sdk1.4.2_13-x64\bin;C:\Program Files (x86)\Windows Imaging;C:\Program Files\OmniBack\bin
    F    arg[32] = -XX:MaxNewSize=512m
    F    arg[33] = -Xms1536m
    F    arg[34] = -XX:PermSize=1536m
    F    arg[35] = -Xmx2560m
    F    arg[36] = -XX:NewSize=512m
    F    arg[37] = -XX:MaxPermSize=1536m
    F    arg[38] = -Drdbms.driverLocation=C:\usr\sap\PID\DVEBMGS00\exe\ojdbc14.jar
    F    arg[39] = -DSAPJVM_EXTENSION_COMMAND_HANDLER=com.sap.tools.memory.protocol.ProtocolHandler
    F    arg[40] = -Djava.security.policy=./../bin/kernel/java.policy
    F    arg[41] = -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    F    arg[42] = -Dnetworkaddress.cache.ttl=10
    F    arg[43] = -Djco.jarm=1
    F    arg[44] = -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    F    arg[45] = -Djava.security.egd=file:/dev/urandom
    F    arg[46] = -Djava.awt.headless=true
    F    arg[47] = -Djmx.invoke.getters=true
    F    arg[48] = -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    F    arg[49] = -Djava.io.tmpdir=./temp
    F    arg[50] = -XX:SoftRefLRUPolicyMSPerMB=1
    F    arg[51] = -XX:-TraceClassUnloading
    F    arg[52] = -XX:+DumpDetailedClassStatisticOnOutOfMemory
    F    arg[53] = -XX:+DisableExplicitGC
    F    arg[54] = -XX:+PrintGCDetails
    F    arg[55] = -XX:+PrintGCTimeStamps
    F    arg[56] = -XX:HeapDumpPath=OOM.hprof
    F    arg[57] = -XX:+UseConcMarkSweepGC
    F    arg[58] = -XX:TargetSurvivorRatio=90
    F    arg[59] = -XX:-StringInternTableInPermGen
    F    arg[60] = -XX:+HeapDumpOnOutOfMemoryError
    F    arg[61] = -XX:MaxErrorQueueLength=200
    F    arg[62] = -verbose:gc
    F    arg[63] = -XX:SurvivorRatio=9
    F    arg[64] = -Xss2097152
    F  ignore unrecognized options : no
    F  ********************************************************************************
    J  JVMX version - Dec 11 2008 23:18:49 - 51_REL - optU - windows amd64 - bas2:113000 (mixed mode)
    J  (CompilerOracle read from file C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\.hotspot_compiler )
    J  (CompilerOracle exclude com/sun/tools/javac/code/SymbolMethodSymbol overrides)
    F  [Thr 780] *** LOG => SfCJavaVm: Java VM started.
    F  ********************************************************************************
    F  Main method arguments:
    F    arg[ 0] = -DSAPSTART=1
    F    arg[ 1] = -DSAPSYSTEM=00
    F    arg[ 2] = -DSAPSYSTEMNAME=PID
    F    arg[ 3] = -DSAPMYNAME=usatlsv117_PID_00
    F    arg[ 4] = -DSAPPROFILE=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
    F    arg[ 5] = -DFRFC_FALLBACK=ON
    F    arg[ 6] = -DFRFC_FALLBACK_HOST=localhost
    F  ********************************************************************************

    J Tue Sep 02 02:25:54 2014
    J  1.887: [GC 1.887: [ParNew: 429056K->5753K(476672K), 0.0159590 secs] 429063K->5761K(1525248K), 0.0161560 secs]

    F [Thr 780] Tue Sep 02 02:25:55 2014
    F  [Thr 780] *** LOG => State changed from 0 (Initial) to 1 (Waiting to start).
    F  [Thr 780] *** LOG    state real time: 2.328 CPU time: 0.343 sys, 3.000 usr
    F  [Thr 780] *** LOG    total real time: 2.328 CPU time: 0.343 sys, 3.000 usr
    F  [Thr 780]
    F  [Thr 780] *** LOG => State changed from 1 (Waiting to start) to 2 (Starting framework).
    F  [Thr 780] *** LOG    state real time: 0.000 CPU time: 0.000 sys, 0.000 usr
    F  [Thr 780] *** LOG    total real time: 2.328 CPU time: 0.343 sys, 3.000 usr
    F  [Thr 780]

    F [Thr 2564] Tue Sep 02 02:25:59 2014
    F  [Thr 2564] *** WARNING => SfCFramework::registerNatives: failed for com.sap.conn.rfc.driver.CpicDriver [sfxxifrw.hpp 167]

    J Tue Sep 02 02:26:20 2014
    J  27.372: [GC 27.372: [ParNew: 434809K->47616K(476672K), 0.3671732 secs] 435338K->93001K(1525248K), 0.3674017 secs]

    F [Thr 4160] Tue Sep 02 02:26:30 2014
    F  [Thr 4160] *** LOG => SfCJavaVm: exit hook is called. (rc = 2150)
    F  [Thr 4160] *** LOG => exiting (exitcode 2150, retcode 1).
    M  [Thr 4160] CCMS: CCMS Monitoring Cleanup finished successfully.
    trc file: "C:\usr\sap\PID\DVEBMGS00\work\dev_server0", trc level: 1, release: "711"
    sysno      00
    sid        PID
    systemid   562 (PC with Windows NT)
    relno      7110
    patchlevel 0
    patchno    92
    intno      20020600
    make       multithreaded, Unicode, 64 bit, optimized
    profile    C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
    pid        6984
    *  ACTIVE TRACE LEVEL           1
    *  ACTIVE TRACE COMPONENTS      All, egi
    Tue Sep 02 02:27:04 2014
    *  trace logging activated, max size = 52428800 bytes, 2 versions
    arguments :
      arg[ 0] : C:\usr\sap\PID\DVEBMGS00\exe\jstart.EXE
      arg[ 1] : -appTrc
      arg[ 2] : -nodeId=2
      arg[ 3] : pf=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
      arg[ 4] : -DSAPINFO=PID_00_server0
      arg[ 5] : -hostvm
      arg[ 6] : -nodeName=ID2463250
      arg[ 7] : -file=C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\instance.properties
      arg[ 8] : -jvmFile=C:\usr\sap\PID\DVEBMGS00\work\jstart.jvm
      arg[ 9] : -traceFile=C:\usr\sap\PID\DVEBMGS00\work\dev_server0
      arg[10] : -javaOutFile=C:\usr\sap\PID\DVEBMGS00\work\jvm_server0.out
      arg[11] : -DSAPSTART=1
      arg[12] : -DSAPSYSTEM=00
      arg[13] : -DSAPSYSTEMNAME=PID
      arg[14] : -DSAPMYNAME=usatlsv117_PID_00
      arg[15] : -DSAPPROFILE=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
      arg[16] : -DFRFC_FALLBACK=ON
      arg[17] : -DFRFC_FALLBACK_HOST=localhost

    F Tue Sep 02 02:27:04 2014
    F  ********************************************************************************
    F  Java environment properties
    F    root directory    : C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5
    F    vendor            : SAP AG
    F    version           : 1.5.0_14
    F    cpu               : amd64
    F    java vm type      : server
    F    java vm version   : 5.1.027
    F    jvm library name  : jvm.dll
    F    library path      : C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin\server;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin
    F    executable path   : C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\bin
    F    SAP extensions    : available
    F  ********************************************************************************
    I  [Thr 4780] MtxInit: 10002 0 2
    I  [Thr 4780] MPI: dynamic quotas disabled.
    I  [Thr 4780] MPI init: pipes=4000 buffers=1279 reserved=383 quota=10%

    M [Thr 4780] Tue Sep 02 02:27:05 2014
    M  [Thr 4780] NiInit3: NI already initialized; param 'maxHandles' ignored (init=2;par=1002;cur=2048)
    M  [Thr 4780] CCMS: Detected Double Stack (parameter "rdisp/j2ee_start" is active)
    M  [Thr 4780] CCMS uses Shared Memory Key 73 for monitoring.
    M  [Thr 4780] CCMS: SemInMgt: Semaphore Management initialized by AlAttachShm_Doublestack.
    M  [Thr 4780] CCMS: SemInit: Semaphore 38 initialized by AlAttachShm_Doublestack.
    M  [Thr 4780] CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    M  [Thr 4780] CCMS: CCMS Monitoring Initialization finished, rc=0.

    F Tue Sep 02 02:27:05 2014
    F  ********************************************************************************
    F  SAP JVM arguments:
    F    arg[ 0] = vfprintf
    F    arg[ 1] = abort
    F    arg[ 2] = exit
    F    arg[ 3] = -XmonGcCallback
    F    arg[ 4] = -XdebugStateChangeCallback
    F    arg[ 5] = -DSAPSTART=1
    F    arg[ 6] = -DSAPSYSTEM=00
    F    arg[ 7] = -DSAPSYSTEMNAME=PID
    F    arg[ 8] = -DSAPMYNAME=usatlsv117_PID_00
    F    arg[ 9] = -DSAPPROFILE=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
    F    arg[10] = -DFRFC_FALLBACK=ON
    F    arg[11] = -DFRFC_FALLBACK_HOST=localhost
    F    arg[12] = -Xjvmx
    F    arg[13] = -XsapSystem:00
    F    arg[14] = -DSAPSTARTUP=1
    F    arg[15] = -DSAPDBHOST=usatlsv117
    F    arg[16] = -DSAPINFO=PID_00_server0
    F    arg[17] = -Dj2ee.dbhost=usatlsv117
    F    arg[18] = -Dsun.java.launcher=jstart
    F    arg[19] = -Dsun.java.command=com.sap.engine.boot.Start  -DSAPSTART=1 -DSAPSYSTEM=00 -DSAPSYSTEMNAME=PID -DSAPMYNAME=usatlsv117_PID_00 -DSAPPROFILE=C:\\usr\\sap\\PID\\SYS\\profile\\PID_DVEBMGS00_usatlsv117 -DFRFC_FALLBACK=ON -DFRFC_FALLBACK_HOST=localhost
    F    arg[20] = -Djstartup.mode=JSTART
    F    arg[21] = -Djstartup.whoami=server
    F    arg[22] = -Djstartup.ownProcessId=6984
    F    arg[23] = -Djstartup.ownHardwareId=Q1489088110
    F    arg[24] = -Djstartup.debuggable=yes
    F    arg[25] = -DLoadBalanceRestricted=no
    F    arg[26] = -XdebugPortRange:50021-50021
    F    arg[27] = -Denv.class.path=
    F    arg[28] = -Dsys.global.dir=C:\usr\sap\PID\SYS\global
    F    arg[29] = -Dapplication.home=C:\usr\sap\PID\DVEBMGS00\exe
    F    arg[30] = -Djava.class.path=C:\usr\sap\PID\DVEBMGS00\exe\jstart71.jar;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\lib\jvmx.jar;C:\usr\sap\PID\DVEBMGS00\exe\jre\lib\iqlib.jar;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\lib\tools.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\boot\sap.com~tc~bl~jkernel_boot~impl.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\boot\jaas.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\system\sap.com~tc~bl~bytecode~library.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\boot\memoryanalyzer.jar
    F    arg[31] = -Djava.library.path=C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin\server;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin;C:\usr\sap\PID\DVEBMGS00\j2ee\os_libs;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\bin;C:\usr\sap\PID\DVEBMGS00\exe;C:\oracle\PID\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\j2sdk1.4.2_13-x64\bin;C:\Program Files (x86)\Windows Imaging;C:\Program Files\OmniBack\bin
    F    arg[32] = -XX:MaxNewSize=512m
    F    arg[33] = -Xms1536m
    F    arg[34] = -XX:PermSize=1536m
    F    arg[35] = -Xmx2560m
    F    arg[36] = -XX:NewSize=512m
    F    arg[37] = -XX:MaxPermSize=1536m
    F    arg[38] = -Drdbms.driverLocation=C:\usr\sap\PID\DVEBMGS00\exe\ojdbc14.jar
    F    arg[39] = -DSAPJVM_EXTENSION_COMMAND_HANDLER=com.sap.tools.memory.protocol.ProtocolHandler
    F    arg[40] = -Djava.security.policy=./../bin/kernel/java.policy
    F    arg[41] = -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    F    arg[42] = -Dnetworkaddress.cache.ttl=10
    F    arg[43] = -Djco.jarm=1
    F    arg[44] = -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    F    arg[45] = -Djava.security.egd=file:/dev/urandom
    F    arg[46] = -Djava.awt.headless=true
    F    arg[47] = -Djmx.invoke.getters=true
    F    arg[48] = -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    F    arg[49] = -Djava.io.tmpdir=./temp
    F    arg[50] = -XX:SoftRefLRUPolicyMSPerMB=1
    F    arg[51] = -XX:-TraceClassUnloading
    F    arg[52] = -XX:+DumpDetailedClassStatisticOnOutOfMemory
    F    arg[53] = -XX:+DisableExplicitGC
    F    arg[54] = -XX:+PrintGCDetails
    F    arg[55] = -XX:+PrintGCTimeStamps
    F    arg[56] = -XX:HeapDumpPath=OOM.hprof
    F    arg[57] = -XX:+UseConcMarkSweepGC
    F    arg[58] = -XX:TargetSurvivorRatio=90
    F    arg[59] = -XX:-StringInternTableInPermGen
    F    arg[60] = -XX:+HeapDumpOnOutOfMemoryError
    F    arg[61] = -XX:MaxErrorQueueLength=200
    F    arg[62] = -verbose:gc
    F    arg[63] = -XX:SurvivorRatio=9
    F    arg[64] = -Xss2097152
    F  ignore unrecognized options : no
    F  ********************************************************************************
    J  JVMX version - Dec 11 2008 23:18:49 - 51_REL - optU - windows amd64 - bas2:113000 (mixed mode)
    J  (CompilerOracle read from file C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\.hotspot_compiler )
    J  (CompilerOracle exclude com/sun/tools/javac/code/SymbolMethodSymbol overrides)
    F  [Thr 1340] *** LOG => SfCJavaVm: Java VM started.
    F  ********************************************************************************
    F  Main method arguments:
    F    arg[ 0] = -DSAPSTART=1
    F    arg[ 1] = -DSAPSYSTEM=00
    F    arg[ 2] = -DSAPSYSTEMNAME=PID
    F    arg[ 3] = -DSAPMYNAME=usatlsv117_PID_00
    F    arg[ 4] = -DSAPPROFILE=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
    F    arg[ 5] = -DFRFC_FALLBACK=ON
    F    arg[ 6] = -DFRFC_FALLBACK_HOST=localhost
    F  ********************************************************************************

    J Tue Sep 02 02:27:06 2014
    J  1.902: [GC 1.902: [ParNew: 429056K->5751K(476672K), 0.0129215 secs] 429063K->5759K(1525248K), 0.0131458 secs]

    F [Thr 1340] Tue Sep 02 02:27:07 2014
    F  [Thr 1340] *** LOG => State changed from 0 (Initial) to 1 (Waiting to start).
    F  [Thr 1340] *** LOG    state real time: 2.484 CPU time: 0.359 sys, 3.031 usr
    F  [Thr 1340] *** LOG    total real time: 2.484 CPU time: 0.359 sys, 3.031 usr
    F  [Thr 1340]
    F  [Thr 1340] *** LOG => State changed from 1 (Waiting to start) to 2 (Starting framework).
    F  [Thr 1340] *** LOG    state real time: 0.000 CPU time: 0.000 sys, 0.000 usr
    F  [Thr 1340] *** LOG    total real time: 2.484 CPU time: 0.359 sys, 3.031 usr
    F  [Thr 1340]

    F [Thr 7080] Tue Sep 02 02:27:11 2014
    F  [Thr 7080] *** WARNING => SfCFramework::registerNatives: failed for com.sap.conn.rfc.driver.CpicDriver [sfxxifrw.hpp 167]

    J Tue Sep 02 02:27:16 2014
    J  11.641: [GC 11.641: [ParNewJ 
    J Tue Sep 02 02:27:17 2014
    : 434807K->47616K(476672K), 0.3650486 secs] 435337K->93577K(1525248K), 0.3653062 secs]

    F [Thr 3508] Tue Sep 02 02:27:24 2014
    F  [Thr 3508] *** LOG => SfCJavaVm: exit hook is called. (rc = 2150)
    F  [Thr 3508] *** LOG => exiting (exitcode 2150, retcode 1).
    M  [Thr 3508] CCMS: CCMS Monitoring Cleanup finished successfully.
    trc file: "C:\usr\sap\PID\DVEBMGS00\work\dev_server0", trc level: 1, release: "711"
    sysno      00
    sid        PID
    systemid   562 (PC with Windows NT)
    relno      7110
    patchlevel 0
    patchno    92
    intno      20020600
    make       multithreaded, Unicode, 64 bit, optimized
    profile    C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
    pid        6824
    *  ACTIVE TRACE LEVEL           1
    *  ACTIVE TRACE COMPONENTS      All, egi
    Tue Sep 02 02:27:57 2014
    *  trace logging activated, max size = 52428800 bytes, 2 versions
    arguments :
      arg[ 0] : C:\usr\sap\PID\DVEBMGS00\exe\jstart.EXE
      arg[ 1] : -appTrc
      arg[ 2] : -nodeId=2
      arg[ 3] : pf=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
      arg[ 4] : -DSAPINFO=PID_00_server0
      arg[ 5] : -hostvm
      arg[ 6] : -nodeName=ID2463250
      arg[ 7] : -file=C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\instance.properties
      arg[ 8] : -jvmFile=C:\usr\sap\PID\DVEBMGS00\work\jstart.jvm
      arg[ 9] : -traceFile=C:\usr\sap\PID\DVEBMGS00\work\dev_server0
      arg[10] : -javaOutFile=C:\usr\sap\PID\DVEBMGS00\work\jvm_server0.out
      arg[11] : -DSAPSTART=1
      arg[12] : -DSAPSYSTEM=00
      arg[13] : -DSAPSYSTEMNAME=PID
      arg[14] : -DSAPMYNAME=usatlsv117_PID_00
      arg[15] : -DSAPPROFILE=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
      arg[16] : -DFRFC_FALLBACK=ON
      arg[17] : -DFRFC_FALLBACK_HOST=localhost

    F Tue Sep 02 02:27:57 2014
    F  ********************************************************************************
    F  Java environment properties
    F    root directory    : C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5
    F    vendor            : SAP AG
    F    version           : 1.5.0_14
    F    cpu               : amd64
    F    java vm type      : server
    F    java vm version   : 5.1.027
    F    jvm library name  : jvm.dll
    F    library path      : C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin\server;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin
    F    executable path   : C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\bin
    F    SAP extensions    : available
    F  ********************************************************************************
    I  [Thr 3256] MtxInit: 10002 0 2
    I  [Thr 3256] MPI: dynamic quotas disabled.
    I  [Thr 3256] MPI init: pipes=4000 buffers=1279 reserved=383 quota=10%
    M  [Thr 3256] NiInit3: NI already initialized; param 'maxHandles' ignored (init=2;par=1002;cur=2048)
    M  [Thr 3256] CCMS: Detected Double Stack (parameter "rdisp/j2ee_start" is active)
    M  [Thr 3256] CCMS uses Shared Memory Key 73 for monitoring.
    M  [Thr 3256] CCMS: SemInMgt: Semaphore Management initialized by AlAttachShm_Doublestack.
    M  [Thr 3256] CCMS: SemInit: Semaphore 38 initialized by AlAttachShm_Doublestack.
    M  [Thr 3256] CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    M  [Thr 3256] CCMS: CCMS Monitoring Initialization finished, rc=0.

    F Tue Sep 02 02:27:57 2014
    F  ********************************************************************************
    F  SAP JVM arguments:
    F    arg[ 0] = vfprintf
    F    arg[ 1] = abort
    F    arg[ 2] = exit
    F    arg[ 3] = -XmonGcCallback
    F    arg[ 4] = -XdebugStateChangeCallback
    F    arg[ 5] = -DSAPSTART=1
    F    arg[ 6] = -DSAPSYSTEM=00
    F    arg[ 7] = -DSAPSYSTEMNAME=PID
    F    arg[ 8] = -DSAPMYNAME=usatlsv117_PID_00
    F    arg[ 9] = -DSAPPROFILE=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
    F    arg[10] = -DFRFC_FALLBACK=ON
    F    arg[11] = -DFRFC_FALLBACK_HOST=localhost
    F    arg[12] = -Xjvmx
    F    arg[13] = -XsapSystem:00
    F    arg[14] = -DSAPSTARTUP=1
    F    arg[15] = -DSAPDBHOST=usatlsv117
    F    arg[16] = -DSAPINFO=PID_00_server0
    F    arg[17] = -Dj2ee.dbhost=usatlsv117
    F    arg[18] = -Dsun.java.launcher=jstart
    F    arg[19] = -Dsun.java.command=com.sap.engine.boot.Start  -DSAPSTART=1 -DSAPSYSTEM=00 -DSAPSYSTEMNAME=PID -DSAPMYNAME=usatlsv117_PID_00 -DSAPPROFILE=C:\\usr\\sap\\PID\\SYS\\profile\\PID_DVEBMGS00_usatlsv117 -DFRFC_FALLBACK=ON -DFRFC_FALLBACK_HOST=localhost
    F    arg[20] = -Djstartup.mode=JSTART
    F    arg[21] = -Djstartup.whoami=server
    F    arg[22] = -Djstartup.ownProcessId=6824
    F    arg[23] = -Djstartup.ownHardwareId=Q1489088110
    F    arg[24] = -Djstartup.debuggable=yes
    F    arg[25] = -DLoadBalanceRestricted=no
    F    arg[26] = -XdebugPortRange:50021-50021
    F    arg[27] = -Denv.class.path=
    F    arg[28] = -Dsys.global.dir=C:\usr\sap\PID\SYS\global
    F    arg[29] = -Dapplication.home=C:\usr\sap\PID\DVEBMGS00\exe
    F    arg[30] = -Djava.class.path=C:\usr\sap\PID\DVEBMGS00\exe\jstart71.jar;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\lib\jvmx.jar;C:\usr\sap\PID\DVEBMGS00\exe\jre\lib\iqlib.jar;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\lib\tools.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\boot\sap.com~tc~bl~jkernel_boot~impl.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\boot\jaas.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\system\sap.com~tc~bl~bytecode~library.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\boot\memoryanalyzer.jar
    F    arg[31] = -Djava.library.path=C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin\server;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin;C:\usr\sap\PID\DVEBMGS00\j2ee\os_libs;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\bin;C:\usr\sap\PID\DVEBMGS00\exe;C:\oracle\PID\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\j2sdk1.4.2_13-x64\bin;C:\Program Files (x86)\Windows Imaging;C:\Program Files\OmniBack\bin
    F    arg[32] = -XX:MaxNewSize=512m
    F    arg[33] = -Xms1536m
    F    arg[34] = -XX:PermSize=1536m
    F    arg[35] = -Xmx2560m
    F    arg[36] = -XX:NewSize=512m
    F    arg[37] = -XX:MaxPermSize=1536m
    F    arg[38] = -Drdbms.driverLocation=C:\usr\sap\PID\DVEBMGS00\exe\ojdbc14.jar
    F    arg[39] = -DSAPJVM_EXTENSION_COMMAND_HANDLER=com.sap.tools.memory.protocol.ProtocolHandler
    F    arg[40] = -Djava.security.policy=./../bin/kernel/java.policy
    F    arg[41] = -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    F    arg[42] = -Dnetworkaddress.cache.ttl=10
    F    arg[43] = -Djco.jarm=1
    F    arg[44] = -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    F    arg[45] = -Djava.security.egd=file:/dev/urandom
    F    arg[46] = -Djava.awt.headless=true
    F    arg[47] = -Djmx.invoke.getters=true
    F    arg[48] = -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    F    arg[49] = -Djava.io.tmpdir=./temp
    F    arg[50] = -XX:SoftRefLRUPolicyMSPerMB=1
    F    arg[51] = -XX:-TraceClassUnloading
    F    arg[52] = -XX:+DumpDetailedClassStatisticOnOutOfMemory
    F    arg[53] = -XX:+DisableExplicitGC
    F    arg[54] = -XX:+PrintGCDetails
    F    arg[55] = -XX:+PrintGCTimeStamps
    F    arg[56] = -XX:HeapDumpPath=OOM.hprof
    F    arg[57] = -XX:+UseConcMarkSweepGC
    F    arg[58] = -XX:TargetSurvivorRatio=90
    F    arg[59] = -XX:-StringInternTableInPermGen
    F    arg[60] = -XX:+HeapDumpOnOutOfMemoryError
    F    arg[61] = -XX:MaxErrorQueueLength=200
    F    arg[62] = -verbose:gc
    F    arg[63] = -XX:SurvivorRatio=9
    F    arg[64] = -Xss2097152
    F  ignore unrecognized options : no
    F  ********************************************************************************
    J  JVMX version - Dec 11 2008 23:18:49 - 51_REL - optU - windows amd64 - bas2:113000 (mixed mode)
    J  (CompilerOracle read from file C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\.hotspot_compiler )
    J  (CompilerOracle exclude com/sun/tools/javac/code/SymbolMethodSymbol overrides)
    F  [Thr 5160] *** LOG => SfCJavaVm: Java VM started.
    F  ********************************************************************************
    F  Main method arguments:
    F    arg[ 0] = -DSAPSTART=1
    F    arg[ 1] = -DSAPSYSTEM=00
    F    arg[ 2] = -DSAPSYSTEMNAME=PID
    F    arg[ 3] = -DSAPMYNAME=usatlsv117_PID_00
    F    arg[ 4] = -DSAPPROFILE=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
    F    arg[ 5] = -DFRFC_FALLBACK=ON
    F    arg[ 6] = -DFRFC_FALLBACK_HOST=localhost
    F  ********************************************************************************

    J Tue Sep 02 02:27:59 2014
    J  1.855: [GC 1.856: [ParNew: 429056K->5734K(476672K), 0.0159448 secs] 429063K->5742K(1525248K), 0.0161384 secs]

    F [Thr 5160] Tue Sep 02 02:27:59 2014
    F  [Thr 5160] *** LOG => State changed from 0 (Initial) to 1 (Waiting to start).
    F  [Thr 5160] *** LOG    state real time: 2.375 CPU time: 0.406 sys, 2.906 usr
    F  [Thr 5160] *** LOG    total real time: 2.375 CPU time: 0.406 sys, 2.906 usr
    F  [Thr 5160]
    F  [Thr 5160] *** LOG => State changed from 1 (Waiting to start) to 2 (Starting framework).
    F  [Thr 5160] *** LOG    state real time: 0.015 CPU time: 0.000 sys, 0.031 usr
    F  [Thr 5160] *** LOG    total real time: 2.390 CPU time: 0.406 sys, 2.937 usr
    F  [Thr 5160]

    F [Thr 3804] Tue Sep 02 02:28:03 2014
    F  [Thr 3804] *** WARNING => SfCFramework::registerNatives: failed for com.sap.conn.rfc.driver.CpicDriver [sfxxifrw.hpp 167]

    J Tue Sep 02 02:28:08 2014
    J  10.938: [GC 10.938: [ParNew: 434790K->47616K(476672K), 0.3162156 secs] 435321K->93746K(1525248K), 0.3164450 secs]

    F [Thr 7028] Tue Sep 02 02:28:15 2014
    F  [Thr 7028] *** LOG => SfCJavaVm: exit hook is called. (rc = 2150)
    F  [Thr 7028] *** LOG => exiting (exitcode 2150, retcode 1).
    M  [Thr 7028] CCMS: CCMS Monitoring Cleanup finished successfully.
    trc file: "C:\usr\sap\PID\DVEBMGS00\work\dev_server0", trc level: 1, release: "711"
    sysno      00
    sid        PID
    systemid   562 (PC with Windows NT)
    relno      7110
    patchlevel 0
    patchno    92
    intno      20020600
    make       multithreaded, Unicode, 64 bit, optimized
    profile    C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
    pid        3608
    *  ACTIVE TRACE LEVEL           1
    *  ACTIVE TRACE COMPONENTS      All, egi
    Tue Sep 02 02:29:06 2014
    *  trace logging activated, max size = 52428800 bytes, 2 versions
    arguments :
      arg[ 0] : C:\usr\sap\PID\DVEBMGS00\exe\jstart.EXE
      arg[ 1] : -appTrc
      arg[ 2] : -nodeId=2
      arg[ 3] : pf=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
      arg[ 4] : -DSAPINFO=PID_00_server0
      arg[ 5] : -hostvm
      arg[ 6] : -nodeName=ID2463250
      arg[ 7] : -file=C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\instance.properties
      arg[ 8] : -jvmFile=C:\usr\sap\PID\DVEBMGS00\work\jstart.jvm
      arg[ 9] : -traceFile=C:\usr\sap\PID\DVEBMGS00\work\dev_server0
      arg[10] : -javaOutFile=C:\usr\sap\PID\DVEBMGS00\work\jvm_server0.out
      arg[11] : -DSAPSTART=1
      arg[12] : -DSAPSYSTEM=00
      arg[13] : -DSAPSYSTEMNAME=PID
      arg[14] : -DSAPMYNAME=usatlsv117_PID_00
      arg[15] : -DSAPPROFILE=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
      arg[16] : -DFRFC_FALLBACK=ON
      arg[17] : -DFRFC_FALLBACK_HOST=localhost

    F Tue Sep 02 02:29:06 2014
    F  ********************************************************************************
    F  Java environment properties
    F    root directory    : C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5
    F    vendor            : SAP AG
    F    version           : 1.5.0_14
    F    cpu               : amd64
    F    java vm type      : server
    F    java vm version   : 5.1.027
    F    jvm library name  : jvm.dll
    F    library path      : C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin\server;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin
    F    executable path   : C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\bin
    F    SAP extensions    : available
    F  ********************************************************************************
    I  [Thr 4340] MtxInit: 10002 0 2
    I  [Thr 4340] MPI: dynamic quotas disabled.
    I  [Thr 4340] MPI init: pipes=4000 buffers=1279 reserved=383 quota=10%
    M  [Thr 4340] NiInit3: NI already initialized; param 'maxHandles' ignored (init=2;par=1002;cur=2048)
    M  [Thr 4340] CCMS: Detected Double Stack (parameter "rdisp/j2ee_start" is active)
    M  [Thr 4340] CCMS uses Shared Memory Key 73 for monitoring.
    M  [Thr 4340] CCMS: SemInMgt: Semaphore Management initialized by AlAttachShm_Doublestack.
    M  [Thr 4340] CCMS: SemInit: Semaphore 38 initialized by AlAttachShm_Doublestack.
    M  [Thr 4340] CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    M  [Thr 4340] CCMS: CCMS Monitoring Initialization finished, rc=0.

    F Tue Sep 02 02:29:06 2014
    F  ********************************************************************************
    F  SAP JVM arguments:
    F    arg[ 0] = vfprintf
    F    arg[ 1] = abort
    F    arg[ 2] = exit
    F    arg[ 3] = -XmonGcCallback
    F    arg[ 4] = -XdebugStateChangeCallback
    F    arg[ 5] = -DSAPSTART=1
    F    arg[ 6] = -DSAPSYSTEM=00
    F    arg[ 7] = -DSAPSYSTEMNAME=PID
    F    arg[ 8] = -DSAPMYNAME=usatlsv117_PID_00
    F    arg[ 9] = -DSAPPROFILE=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
    F    arg[10] = -DFRFC_FALLBACK=ON
    F    arg[11] = -DFRFC_FALLBACK_HOST=localhost
    F    arg[12] = -Xjvmx
    F    arg[13] = -XsapSystem:00
    F    arg[14] = -DSAPSTARTUP=1
    F    arg[15] = -DSAPDBHOST=usatlsv117
    F    arg[16] = -DSAPINFO=PID_00_server0
    F    arg[17] = -Dj2ee.dbhost=usatlsv117
    F    arg[18] = -Dsun.java.launcher=jstart
    F    arg[19] = -Dsun.java.command=com.sap.engine.boot.Start  -DSAPSTART=1 -DSAPSYSTEM=00 -DSAPSYSTEMNAME=PID -DSAPMYNAME=usatlsv117_PID_00 -DSAPPROFILE=C:\\usr\\sap\\PID\\SYS\\profile\\PID_DVEBMGS00_usatlsv117 -DFRFC_FALLBACK=ON -DFRFC_FALLBACK_HOST=localhost
    F    arg[20] = -Djstartup.mode=JSTART
    F    arg[21] = -Djstartup.whoami=server
    F    arg[22] = -Djstartup.ownProcessId=3608
    F    arg[23] = -Djstartup.ownHardwareId=Q1489088110
    F    arg[24] = -Djstartup.debuggable=yes
    F    arg[25] = -DLoadBalanceRestricted=no
    F    arg[26] = -XdebugPortRange:50021-50021
    F    arg[27] = -Denv.class.path=
    F    arg[28] = -Dsys.global.dir=C:\usr\sap\PID\SYS\global
    F    arg[29] = -Dapplication.home=C:\usr\sap\PID\DVEBMGS00\exe
    F    arg[30] = -Djava.class.path=C:\usr\sap\PID\DVEBMGS00\exe\jstart71.jar;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\lib\jvmx.jar;C:\usr\sap\PID\DVEBMGS00\exe\jre\lib\iqlib.jar;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\lib\tools.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\boot\sap.com~tc~bl~jkernel_boot~impl.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\boot\jaas.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\system\sap.com~tc~bl~bytecode~library.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\boot\memoryanalyzer.jar
    F    arg[31] = -Djava.library.path=C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin\server;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin;C:\usr\sap\PID\DVEBMGS00\j2ee\os_libs;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\bin;C:\usr\sap\PID\DVEBMGS00\exe;C:\oracle\PID\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\j2sdk1.4.2_13-x64\bin;C:\Program Files (x86)\Windows Imaging;C:\Program Files\OmniBack\bin
    F    arg[32] = -XX:MaxNewSize=512m
    F    arg[33] = -Xms1536m
    F    arg[34] = -XX:PermSize=1536m
    F    arg[35] = -Xmx2560m
    F    arg[36] = -XX:NewSize=512m
    F    arg[37] = -XX:MaxPermSize=1536m
    F    arg[38] = -Drdbms.driverLocation=C:\usr\sap\PID\DVEBMGS00\exe\ojdbc14.jar
    F    arg[39] = -DSAPJVM_EXTENSION_COMMAND_HANDLER=com.sap.tools.memory.protocol.ProtocolHandler
    F    arg[40] = -Djava.security.policy=./../bin/kernel/java.policy
    F    arg[41] = -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    F    arg[42] = -Dnetworkaddress.cache.ttl=10
    F    arg[43] = -Djco.jarm=1
    F    arg[44] = -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    F    arg[45] = -Djava.security.egd=file:/dev/urandom
    F    arg[46] = -Djava.awt.headless=true
    F    arg[47] = -Djmx.invoke.getters=true
    F    arg[48] = -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    F    arg[49] = -Djava.io.tmpdir=./temp
    F    arg[50] = -XX:SoftRefLRUPolicyMSPerMB=1
    F    arg[51] = -XX:-TraceClassUnloading
    F    arg[52] = -XX:+DumpDetailedClassStatisticOnOutOfMemory
    F    arg[53] = -XX:+DisableExplicitGC
    F    arg[54] = -XX:+PrintGCDetails
    F    arg[55] = -XX:+PrintGCTimeStamps
    F    arg[56] = -XX:HeapDumpPath=OOM.hprof
    F    arg[57] = -XX:+UseConcMarkSweepGC
    F    arg[58] = -XX:TargetSurvivorRatio=90
    F    arg[59] = -XX:-StringInternTableInPermGen
    F    arg[60] = -XX:+HeapDumpOnOutOfMemoryError
    F    arg[61] = -XX:MaxErrorQueueLength=200
    F    arg[62] = -verbose:gc
    F    arg[63] = -XX:SurvivorRatio=9
    F    arg[64] = -Xss2097152
    F  ignore unrecognized options : no
    F  ********************************************************************************
    J  JVMX version - Dec 11 2008 23:18:49 - 51_REL - optU - windows amd64 - bas2:113000 (mixed mode)
    J  (CompilerOracle read from file C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\.hotspot_compiler )
    J  (CompilerOracle exclude com/sun/tools/javac/code/SymbolMethodSymbol overrides)
    F  [Thr 7024] *** LOG => SfCJavaVm: Java VM started.
    F  ********************************************************************************
    F  Main method arguments:
    F    arg[ 0] = -DSAPSTART=1
    F    arg[ 1] = -DSAPSYSTEM=00
    F    arg[ 2] = -DSAPSYSTEMNAME=PID
    F    arg[ 3] = -DSAPMYNAME=usatlsv117_PID_00
    F    arg[ 4] = -DSAPPROFILE=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
    F    arg[ 5] = -DFRFC_FALLBACK=ON
    F    arg[ 6] = -DFRFC_FALLBACK_HOST=localhost
    F  ********************************************************************************

    J Tue Sep 02 02:29:08 2014
    J  1.824: [GC 1.824: [ParNew: 429056K->5740K(476672K), 0.0139839 secs] 429063K->5748K(1525248K), 0.0141350 secs]

    F [Thr 7024] Tue Sep 02 02:29:08 2014
    F  [Thr 7024] *** LOG => State changed from 0 (Initial) to 1 (Waiting to start).
    F  [Thr 7024] *** LOG    state real time: 2.234 CPU time: 0.359 sys, 2.937 usr
    F  [Thr 7024] *** LOG    total real time: 2.234 CPU time: 0.359 sys, 2.937 usr
    F  [Thr 7024]
    F  [Thr 7024] *** LOG => State changed from 1 (Waiting to start) to 2 (Starting framework).
    F  [Thr 7024] *** LOG    state real time: 0.000 CPU time: 0.000 sys, 0.000 usr
    F  [Thr 7024] *** LOG    total real time: 2.234 CPU time: 0.359 sys, 2.937 usr
    F  [Thr 7024]

    F [Thr 5004] Tue Sep 02 02:29:12 2014
    F  [Thr 5004] *** WARNING => SfCFramework::registerNatives: failed for com.sap.conn.rfc.driver.CpicDriver [sfxxifrw.hpp 167]

    J Tue Sep 02 02:29:18 2014
    J  12.580: [GC 12.580: [ParNewJ 
    J Tue Sep 02 02:29:19 2014
    : 434796K->47616K(476672K), 0.3256880 secs] 435332K->95328K(1525248K), 0.3259093 secs]

    F [Thr 3460] Tue Sep 02 02:29:26 2014
    F  [Thr 3460] *** LOG => SfCJavaVm: exit hook is called. (rc = 2150)
    F  [Thr 3460] *** LOG => exiting (exitcode 2150, retcode 1).
    M  [Thr 3460] CCMS: CCMS Monitoring Cleanup finished successfully.
    trc file: "C:\usr\sap\PID\DVEBMGS00\work\dev_server0", trc level: 1, release: "711"
    sysno      00
    sid        PID
    systemid   562 (PC with Windows NT)
    relno      7110
    patchlevel 0
    patchno    92
    intno      20020600
    make       multithreaded, Unicode, 64 bit, optimized
    profile    C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
    pid        5224
    *  ACTIVE TRACE LEVEL           1
    *  ACTIVE TRACE COMPONENTS      All, egi
    Tue Sep 02 02:30:00 2014
    *  trace logging activated, max size = 52428800 bytes, 2 versions
    arguments :
      arg[ 0] : C:\usr\sap\PID\DVEBMGS00\exe\jstart.EXE
      arg[ 1] : -appTrc
      arg[ 2] : -nodeId=2
      arg[ 3] : pf=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
      arg[ 4] : -DSAPINFO=PID_00_server0
      arg[ 5] : -hostvm
      arg[ 6] : -nodeName=ID2463250
      arg[ 7] : -file=C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\instance.properties
      arg[ 8] : -jvmFile=C:\usr\sap\PID\DVEBMGS00\work\jstart.jvm
      arg[ 9] : -traceFile=C:\usr\sap\PID\DVEBMGS00\work\dev_server0
      arg[10] : -javaOutFile=C:\usr\sap\PID\DVEBMGS00\work\jvm_server0.out
      arg[11] : -DSAPSTART=1
      arg[12] : -DSAPSYSTEM=00
      arg[13] : -DSAPSYSTEMNAME=PID
      arg[14] : -DSAPMYNAME=usatlsv117_PID_00
      arg[15] : -DSAPPROFILE=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
      arg[16] : -DFRFC_FALLBACK=ON
      arg[17] : -DFRFC_FALLBACK_HOST=localhost

    F Tue Sep 02 02:30:00 2014
    F  ********************************************************************************
    F  Java environment properties
    F    root directory    : C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5
    F    vendor            : SAP AG
    F    version           : 1.5.0_14
    F    cpu               : amd64
    F    java vm type      : server
    F    java vm version   : 5.1.027
    F    jvm library name  : jvm.dll
    F    library path      : C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin\server;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin
    F    executable path   : C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\bin
    F    SAP extensions    : available
    F  ********************************************************************************
    I  [Thr 6284] MtxInit: 10002 0 2
    I  [Thr 6284] MPI: dynamic quotas disabled.
    I  [Thr 6284] MPI init: pipes=4000 buffers=1279 reserved=383 quota=10%
    M  [Thr 6284] NiInit3: NI already initialized; param 'maxHandles' ignored (init=2;par=1002;cur=2048)
    M  [Thr 6284] CCMS: Detected Double Stack (parameter "rdisp/j2ee_start" is active)
    M  [Thr 6284] CCMS uses Shared Memory Key 73 for monitoring.
    M  [Thr 6284] CCMS: SemInMgt: Semaphore Management initialized by AlAttachShm_Doublestack.
    M  [Thr 6284] CCMS: SemInit: Semaphore 38 initialized by AlAttachShm_Doublestack.
    M  [Thr 6284] CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    M  [Thr 6284] CCMS: CCMS Monitoring Initialization finished, rc=0.

    F Tue Sep 02 02:30:00 2014
    F  ********************************************************************************
    F  SAP JVM arguments:
    F    arg[ 0] = vfprintf
    F    arg[ 1] = abort
    F    arg[ 2] = exit
    F    arg[ 3] = -XmonGcCallback
    F    arg[ 4] = -XdebugStateChangeCallback
    F    arg[ 5] = -DSAPSTART=1
    F    arg[ 6] = -DSAPSYSTEM=00
    F    arg[ 7] = -DSAPSYSTEMNAME=PID
    F    arg[ 8] = -DSAPMYNAME=usatlsv117_PID_00
    F    arg[ 9] = -DSAPPROFILE=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
    F    arg[10] = -DFRFC_FALLBACK=ON
    F    arg[11] = -DFRFC_FALLBACK_HOST=localhost
    F    arg[12] = -Xjvmx
    F    arg[13] = -XsapSystem:00
    F    arg[14] = -DSAPSTARTUP=1
    F    arg[15] = -DSAPDBHOST=usatlsv117
    F    arg[16] = -DSAPINFO=PID_00_server0
    F    arg[17] = -Dj2ee.dbhost=usatlsv117
    F    arg[18] = -Dsun.java.launcher=jstart
    F    arg[19] = -Dsun.java.command=com.sap.engine.boot.Start  -DSAPSTART=1 -DSAPSYSTEM=00 -DSAPSYSTEMNAME=PID -DSAPMYNAME=usatlsv117_PID_00 -DSAPPROFILE=C:\\usr\\sap\\PID\\SYS\\profile\\PID_DVEBMGS00_usatlsv117 -DFRFC_FALLBACK=ON -DFRFC_FALLBACK_HOST=localhost
    F    arg[20] = -Djstartup.mode=JSTART
    F    arg[21] = -Djstartup.whoami=server
    F    arg[22] = -Djstartup.ownProcessId=5224
    F    arg[23] = -Djstartup.ownHardwareId=Q1489088110
    F    arg[24] = -Djstartup.debuggable=yes
    F    arg[25] = -DLoadBalanceRestricted=no
    F    arg[26] = -XdebugPortRange:50021-50021
    F    arg[27] = -Denv.class.path=
    F    arg[28] = -Dsys.global.dir=C:\usr\sap\PID\SYS\global
    F    arg[29] = -Dapplication.home=C:\usr\sap\PID\DVEBMGS00\exe
    F    arg[30] = -Djava.class.path=C:\usr\sap\PID\DVEBMGS00\exe\jstart71.jar;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\lib\jvmx.jar;C:\usr\sap\PID\DVEBMGS00\exe\jre\lib\iqlib.jar;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\lib\tools.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\boot\sap.com~tc~bl~jkernel_boot~impl.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\boot\jaas.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\system\sap.com~tc~bl~bytecode~library.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\boot\memoryanalyzer.jar
    F    arg[31] = -Djava.library.path=C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin\server;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin;C:\usr\sap\PID\DVEBMGS00\j2ee\os_libs;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\bin;C:\usr\sap\PID\DVEBMGS00\exe;C:\oracle\PID\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\j2sdk1.4.2_13-x64\bin;C:\Program Files (x86)\Windows Imaging;C:\Program Files\OmniBack\bin
    F    arg[32] = -XX:MaxNewSize=512m
    F    arg[33] = -Xms1536m
    F    arg[34] = -XX:PermSize=1536m
    F    arg[35] = -Xmx2560m
    F    arg[36] = -XX:NewSize=512m
    F    arg[37] = -XX:MaxPermSize=1536m
    F    arg[38] = -Drdbms.driverLocation=C:\usr\sap\PID\DVEBMGS00\exe\ojdbc14.jar
    F    arg[39] = -DSAPJVM_EXTENSION_COMMAND_HANDLER=com.sap.tools.memory.protocol.ProtocolHandler
    F    arg[40] = -Djava.security.policy=./../bin/kernel/java.policy
    F    arg[41] = -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    F    arg[42] = -Dnetworkaddress.cache.ttl=10
    F    arg[43] = -Djco.jarm=1
    F    arg[44] = -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    F    arg[45]

    stdout/stderr redirection
    node name   : server0
    host name   : usatlsv117
    system name : PID
    system nr.  : 00
    started at  : Tue Sep 02 03:32:31 2014
    JVMX version - Dec 11 2008 23:18:49 - 51_REL - optU - windows amd64 - bas2:113000 (mixed mode)
    (CompilerOracle read from file C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\.hotspot_compiler )
    (CompilerOracle exclude com/sun/tools/javac/code/SymbolMethodSymbol overrides)
    The active factory is : com.sap.engine.boot.loader.StandardClassLoaderFactory
    Class loading cache information loaded from package index [C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\index.list]
    Reading kernel properties from kernelProperties.bin file...
       Checked the data for 63 ms
       Read the objects for 484 ms
       Substituted the values for 125 ms
    Finished reading kernel objects for 609 ms
    Startup mode [NORMAL] and action [NONE] read
    AS Java version [7.11.3301.353173.20131008093148 SP 13] is starting server process [ID2463250] on host [usatlsv117]...
    Loading [LogManager]... [39329] ms
    Loading [PoolManager]... [15] ms
    Loading [ApplicationThreadManager]... [219] ms
    Loading [ThreadManager]... 46.066: [GC 46.066: [ParNew: 429056K->5700K(476672K), 0.0113643 secs] 429063K->5707K(1525248K), 0.0115702 secs]
    [31] ms
    Loading [ClassLoaderManager]... [16] ms
    Loading [ClusterManager]... [437] ms
    Loading [LockingManager]... [94] ms
    Loading [ConfigurationManager]... [1922] ms
    Loading [CacheManager]... [78] ms
    Loading [DatabaseManager]... [1047] ms
    Loading [SessionManager]... [1266] ms
    Loading [LicensingManager]... [31] ms
    Loading [ServiceManager]...
    Initialize components for : 203 ms.
    Resolve components for : 360 ms.
    Load components for 3437 ms.
    Loading services.
    Calculate startup service set for 469 ms.
      Service [webservices] started. [0] ms / [0] CPU ms
      Service [tc~je~security~api] started. [0] ms / [0] CPU ms
      Service [tc~je~cross~api] started. [0] ms / [0] CPU ms
      Service [r3startup] started. [0] ms / [0] CPU ms
      Service [tc~esi~uddi~content~handler] started. [0] ms / [0] CPU ms
      Service [tc~je~mngt_model~srv] started. [0] ms / [0] CPU ms
      Service [engine.lm.log.facade] started. [0] ms / [0] CPU ms
      Service [engine.dsr.facade] started. [0] ms / [0] CPU ms
      Service [tc~je~content~classification~handler] started. [0] ms / [0] CPU ms
      Service [runtimeinfo] started. [46] ms / [0] CPU ms
      Service [cluster] started. [15] ms / [0] CPU ms
      Service [memory] started. [156] ms / [46] CPU ms
      Service [timeout] started. [156] ms / [78] CPU ms
      Service [jmx_notification] started. [187] ms / [0] CPU ms
      Service [cross] started. [156] ms / [15] CPU ms
      Service [userstore] started. [125] ms / [0] CPU ms
      Service [log_configurator] started. [250] ms / [78] CPU ms
      Service [locking] started. [94] ms / [0] CPU ms
      Service [p4] started. [344] ms / [62] CPU ms
      Service [classload] started. [0] ms / [0] CPU ms
      Service [classload.facade] started. [0] ms / [0] CPU ms
      Service [msp] started. [62] ms / [15] CPU ms
      Service [classpath_resolver] started. [218] ms / [15] CPU ms
      Service [tc~sec~destinations~provider] started. [922] ms / [187] CPU ms
      Service [naming] started. [797] ms / [265] CPU ms
      Service [objectanalyzing] started. [47] ms / [0] CPU ms
      Service [file] started. [16] ms / [0] CPU ms
      Service [appclient] started. [93] ms / [0] CPU ms
      Service [tc~je~sca~ejb.plugin] started. [0] ms / [0] CPU ms
      Service [ts] started. [250] ms / [31] CPU ms
      Service [licensing] started. [16] ms / [0] CPU ms
      Service [engine.license.facade] started. [0] ms / [0] CPU ms
      Service [javamail] started. [359] ms / [62] CPU ms
      Service [connector] started. [469] ms / [78] CPU ms
      Service [library_container] started. [31] ms / [15] CPU ms
      Service [schemaprocessor~srv] started. [3078] ms / [953] CPU ms
      Service [http] started. [4078] ms / [218] CPU ms
    69.171: [GC 69.171: [ParNew: 434756K->47616K(476672K), 0.3116390 secs] 435300K->96608K(1525248K), 0.3119670 secs]
      Service [deploy] started. [16469] ms / [343] CPU ms
      Service [deploy.facade] started. [0] ms / [0] CPU ms
      Service [metadatarepository] started. [0] ms / [0] CPU ms
      Service [MigrationService] started. [31] ms / [15] CPU ms
      Service [engine.migservice.facade] started. [0] ms / [0] CPU ms
      Service [engine.migration.facade] started. [0] ms / [0] CPU ms
      Service [orpersistence] started. [359] ms / [46] CPU ms
      Service [dbpool] started. [2703] ms / [453] CPU ms
      Service [dbpool.facade] started. [0] ms / [0] CPU ms
      Service [tc~je~sca~integration] started. [2891] ms / [1890] CPU ms
      Service [tc~je~dbcontainer~srv] started. [140] ms / [0] CPU ms
      Service [tc~je~sca~ws.plugin] started. [156] ms / [125] CPU ms
      Service [tc~je~cachemgmt~srv] started. [922] ms / [125] CPU ms
      Service [com.sap.security.core.ume.service] start ================= ERROR =================
    com.sap.engine.frame.ServiceException: Start of UME service failed. Check help topic "Start of UME Service Failed". Technical details: com.sap.conn.jco.JCoException: (106) JCO_ERROR_RESOURCE: Destination UMEBackendConnection could not be created: java.lang.NoSuchMethodError: com.sap.security.core.server.destinations.lib.RFCDestinationCore.setLoginTicket(Ljava/lang/String;)V
      at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:402)
      at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)
      at com.sap.engine.core.service630.container.ServiceRunner.startFrame(ServiceRunner.java:155)
      at com.sap.engine.core.service630.container.ServiceRunner.startService(ServiceRunner.java:113)
      at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:60)
      at com.sap.engine.frame.core.thread.Task.run(Task.java:73)
      at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:177)
      at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:295)
    Caused by: com.sap.security.core.persistence.datasource.PersistenceException: com.sap.conn.jco.JCoException: (106) JCO_ERROR_RESOURCE: Destination UMEBackendConnection could not be created: java.lang.NoSuchMethodError: com.sap.security.core.server.destinations.lib.RFCDestinationCore.setLoginTicket(Ljava/lang/String;)V
      at com.sap.security.core.persistence.imp.PrincipalDatabagFactoryInstance.<init>(PrincipalDatabagFactoryInstance.java:642)
      at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getNewInstance(PrincipalDatabagFactory.java:228)
      at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.newInstance(PrincipalDatabagFactory.java:170)
      at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.newInstance(PrincipalDatabagFactory.java:240)
      at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:157)
      at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:103)
      at com.sap.security.core.InternalUMFactory.initializeUME(InternalUMFactory.java:208)
      at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:263)
      ... 7 more
    Caused by: com.sap.security.core.persistence.datasource.PersistenceException: com.sap.conn.jco.JCoException: (106) JCO_ERROR_RESOURCE: Destination UMEBackendConnection could not be created: java.lang.NoSuchMethodError: com.sap.security.core.server.destinations.lib.RFCDestinationCore.setLoginTicket(Ljava/lang/String;)V
      at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.newPersistenceException(R3PersistenceBase.java:227)
      at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.init(R3PersistenceBase.java:550)
      at com.sap.security.core.persistence.imp.PrincipalDatabagFactoryInstance.<init>(PrincipalDatabagFactoryInstance.java:517)
      ... 14 more
    Caused by: com.sap.conn.jco.JCoException: (106) JCO_ERROR_RESOURCE: Destination UMEBackendConnection could not be created: java.lang.NoSuchMethodError: com.sap.security.core.server.destinations.lib.RFCDestinationCore.setLoginTicket(Ljava/lang/String;)V
      at com.sap.security.core.persistence.datasource.imp.r3persistence.R3JCo700Proxy.<init>(R3JCo700Proxy.java:111)
      at com.sap.security.core.persistence.datasource.imp.r3persistence.R3JCoProxy.getInstance(R3JCoProxy.java:136)
      at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.doInitRfc(R3PersistenceBase.java:778)
      at com.sap.security.core.persistence.datasource.imp.R3Persistence.localInitialization(R3Persistence.java:258)
      at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.init(R3PersistenceBase.java:525)
      ... 15 more
    Caused by: com.sap.conn.jco.JCoException: (106) JCO_ERROR_RESOURCE: Destination UMEBackendConnection could not be created: java.lang.NoSuchMethodError: com.sap.security.core.server.destinations.lib.RFCDestinationCore.setLoginTicket(Ljava/lang/String;)V
      at com.sap.conn.jco.rt.DefaultDestinationManager.update(DefaultDestinationManager.java:208)
      at com.sap.conn.jco.rt.DefaultDestinationManager.searchDestination(DefaultDestinationManager.java:374)
      at com.sap.conn.jco.rt.DefaultDestinationManager.getDestinationInstance(DefaultDestinationManager.java:89)
      at com.sap.conn.jco.JCoDestinationManager.getDestination(JCoDestinationManager.java:86)
      at com.sap.security.core.persistence.datasource.imp.r3persistence.R3JCo700Proxy.<init>(R3JCo700Proxy.java:91)
      ... 19 more
    Caused by: java.lang.NoSuchMethodError: com.sap.security.core.server.destinations.lib.RFCDestinationCore.setLoginTicket(Ljava/lang/String;)V
      at com.sap.security.core.server.destinations.provider.DestinationsProviderFrame.getDestinationProperties(DestinationsProviderFrame.java:164)
      at com.sap.conn.jco.rt.DefaultDestinationManager.getProperties(DefaultDestinationManager.java:324)
      at com.sap.conn.jco.rt.DefaultDestinationManager.update(DefaultDestinationManager.java:161)
      ... 23 more
    FATAL: Critical shutdown with exit code [2150] was requested due to [AS Java cannot be started; core service [com.sap.security.core.ume.service] failed to start]

  • Error when connect from portal system (abap ) to external ssl client - sm59

    Hi I am tryign to setup a ssl connection from the abap sm59 portal system to an exteral server.. I have setup the certs that the client has given me in strust.but i m gettign the ffg error.
    sysno      60
    sid        PID
    systemid   370 (Solaris on SPARCV9 CPU)
    relno      7110
    patchlevel 0
    patchno    150
    intno      20020600
    make       multithreaded, Unicode, 64 bit, optimized
    profile    /usr/sap/PID/SYS/profile/PID_DVEBMGS60_pidevdb
    pid        3911
    [Thr 01] Thu Jun 14 08:38:48 2012
    [Thr 01] TRACE FILE TRUNCATED
    [Thr 07] Thu Jun 14 08:39:07 2012
    [Thr 07] *** ERROR during SecudeSSL_SessionStart() from SSL_connect()==SSL_ERROR_SSL
    [Thr 07]    session uses PSE file "/usr/sap/PID/DVEBMGS60/sec/SAPSSLA.pse"
    [Thr 07] SecudeSSL_SessionStart: SSL_connect() failed
    [Thr 07]   secude_error 536871970 (0x20000422) = "SSL record with the wrong SSLPlaintext.version received"
    [Thr 07] >>            Begin of Secude-SSL Errorstack            >>
    [Thr 07] ERROR in ssl3_get_record: (536871970/0x20000422) SSL record with the wrong SSLPlaintext.version received
    [Thr 07] <<            End of Secude-SSL Errorstack
    [Thr 07]   SSL_get_state() returned 0x00002120 "SSLv3 read server hello A"
    [Thr 07]   SSL NI-sock: local=57.24.111.151:34110  peer=57.24.110.116:5081
    [Thr 07] <<- ERROR: SapSSLSessionStart(sssl_hdl=10720d530)==SSSLERR_SSL_CONNECT
    [Thr 07] *** ERROR => IcmConnInitClientSSL: SapSSLSessionStart failed (-57): SSSLERR_SSL_CONNECT {00020a7c} [icxxconn_mt.c 1957]
    When i change the sm59 connection not to use ssl. it give me a pop up screen . and asks me to enter user and password...
    He then  give me a private key file .. i.e a .pfx file but not sure how to load this in strust. I tried to convert in useign sapgenpse. but it fails with teh ffg error
    12% sapgenpse import_p12  -p /usr/sap/PID/amos/amos_client.pse /usr/sap/PID/amos/amos_client_pk.pfx
    import_p12: MISSING password for PKCS#12 file "/usr/sap/PID/amos/amos_client_pk.pfx"
    Please enter PKCS#12 encryption  password: *******
    PKCS#12/PFX file contains 1 keypair:
      1. FriendlyName = "amos.server.interface.webuser.web_int.cert"
         X.509v3 (type=Both) RSA-2048 (signed with sha1WithRsaEncryption)
         Subject="CN=AMOS WebService Interface Client, OU=IT&S MRO, O=South African Airways (Pty) Ltd, L=OR Tambo International Airport, SP=Gauteng, C=ZA"
         Issuer ="[email protected], CN=ca.flysaa.com, OU=Certificate Authority, O=South African Airways (Pty) Ltd, L=OR Tambo International Airport, SP=Gauteng, C=ZA"
    ERROR: Incomplete certification path -- NEED certificate of "[email protected], CN=ca.flysaa.com, OU=Certificate Authority, O=South African Airways (Pty) Ltd, L=OR Tambo International Airport, SP=Gauteng, C=ZA"!
    I have attached a doc of what it looks like.. appreciate any help

    Hi,
    There is an error in the publishing of template
    Template :"bbpsc02" is not publised in ITS.
    Go to T.code: SE80
    Publish all the templates again and check
    Check with your SAP  BASIS team for the help
    Regards
    Ganesh

  • More trouble with registering sapccmsr and EYE CATCH error

    Hello all,
    I saw that this was a topic in an earlier thread. That thread was very helpful for troubleshooting, but it seems I have everything properly set up and patched, but I am still receiving the dreaded EYE CATCH error. The system is a Unicode dual-stack XI system. Here are the details:
    sapccm4x registers with no problems.
    sapccmsr results in the following:
    <b>LE06201:xitadm 160% ./sapccmsr -j2ee -R pf=/sapmnt/XIT/profile/START_DVEBMGS00_LE06201
    INFO: CCMS agent sapccmsr working directory is /usr/sap/ccms/XIT_00/sapccmsr
    INFO: CCMS agent sapccmsr config file is /usr/sap/ccms/XIT_00/sapccmsr/csmconf
    INFO: Central Monitoring System is [XIT]. (found in config file)
    INFO: additional Central Monitoring System is [SLM]. (found in config file)
          additional CENTRAL system y/[n] ?   :
    INFO: found ini file /usr/sap/ccms/XIT_00/sapccmsr/sapccmsr.ini.
    INFO: Checking Distributed Statistical Records Library dsrlib.so
    INFO: DSR: Path /usr/sap/ccms/dsr for Distributed Statistical Records.
    INFO: checking version an Unicodeness of dsrlib.so
    INFO: DSR: Dynamic Library dsrlib.so (version 22) successfully loaded.
    INFO:
          CCMS version  20040229, 64 bit, multithreaded, Unicode
          compiled at   Jul  7 2007
          systemid      370 (Solaris on SPARCV9 CPU)
          relno         6400
          patch text    patch collection 2007/4, OSS note 1013331
          patchno       191
          intno         20020600
          running on    LE06201 SunOS 5.9 Generic_122300-02 sun4us
          pid           26318
          profile       /sapmnt/XIT/profile/START_DVEBMGS00_LE06201
    ERROR: Cannot open Monitoring Segment 0 rtc = 245
    Last reported error: [249]  CCMS monitoring segment has wrong EYE CATCH. It seems to be created as non-unicode segment.
    This program runs as unicode. Please use non-unicode version
    INFO: dsr: dsrlib unloaded.
    EXITING with code 1</b>
    Based on the information in the earlier thread, I checked that the files are consistent in their Unicodeness:
    <b>LE06201:xitadm 35% pwd
    /sapmnt/XIT/exe
    LE06201:xitadm 165% sapccm4x -v
          CCMS version  20040229, 64 bit, multithreaded, Unicode
          compiled at   Jul  7 2007
          systemid      370 (Solaris on SPARCV9 CPU)
          relno         6400
          patch text    patch collection 2007/4, OSS note 1013331
          patchno       191
          intno         20020600
          running on    LE06201 SunOS 5.9 Generic_122300-02 sun4us
    LE06201:xitadm 166% sapccmsr -v
          CCMS version  20040229, 64 bit, multithreaded, Unicode
          compiled at   Jul  7 2007
          systemid      370 (Solaris on SPARCV9 CPU)
          relno         6400
          patch text    patch collection 2007/4, OSS note 1013331
          patchno       191
          intno         20020600
          running on    LE06201 SunOS 5.9 Generic_122300-02 sun4us
    LE06201:xitadm 167% saposcol -v
          SAPOSCOL version  COLL 20.94 640 - V3.73 64Bit, 64 bit, single threaded, Non-Unicode
          compiled at   Jul  7 2007
          systemid      370 (Solaris on SPARCV9 CPU)
          relno         6400
          patch text    COLL 20.94 640 - V3.73 64Bit
          patchno       191
          intno         20020600
          running on    LE06201 SunOS 5.9 Generic_122300-02 sun4us
    LE06201:xitadm 107% disp+work -v | more
    disp+work information
    kernel release                640
    kernel make variant           640_REL
    DBMS client library           OCI_920
    DBSL shared library version   640.00
    compiled on                   SunOS 5.8 Generic_117350-38 sun4u
    compiled for                  64 BIT
    compilation mode              UNICODE
    compile time                  Oct 29 2006 21:30:34
    update level                  0
    patch number                  155
    source id                     0.155
    supported environment
    database (SAP, table SVERS)   610
                                  620
                                  630
                                  640
    DBMS server
       ORACLE 9.2.0..
       ORACLE 10.1.0..
       ORACLE 10.2.0..
    operating system
    SunOS 5.8
    SunOS 5.9
    SunOS 5.10
    LE06201:xitadm 169% pwd
    /sapmnt/XIT/exeU
    LE06201:xitadm 170% sapccm4x -v
          CCMS version  20040229, 64 bit, multithreaded, Unicode
          compiled at   Jul  7 2007
          systemid      370 (Solaris on SPARCV9 CPU)
          relno         6400
          patch text    patch collection 2007/4, OSS note 1013331
          patchno       191
          intno         20020600
          running on    LE06201 SunOS 5.9 Generic_122300-02 sun4us
    LE06201:xitadm 171% sapccmsr -v
          CCMS version  20040229, 64 bit, multithreaded, Unicode
          compiled at   Jul  7 2007
          systemid      370 (Solaris on SPARCV9 CPU)
          relno         6400
          patch text    patch collection 2007/4, OSS note 1013331
          patchno       191
          intno         20020600
          running on    LE06201 SunOS 5.9 Generic_122300-02 sun4us
    LE06201:xitadm 172% saposcol -v
          SAPOSCOL version  COLL 20.88 640 - V3.60 64Bit, 64 bit, single threaded, Non-Unicode
          compiled at   Apr 16 2005
          systemid      370 (SUN on SPARC CPU with Solaris 2.2)
          relno         6400
          patch text    COLL 20.88 640 - V3.60 64Bit
          patchno       68
          intno         20020600
          running on    LE06201 SunOS 5.9 Generic_122300-02 sun4us
    LE06201:xitadm 111% disp+work -v | more
    disp+work information
    kernel release                640
    kernel make variant           640_REL
    DBMS client library           OCI_920
    DBSL shared library version   640.00
    compiled on                   SunOS 5.8 Generic_117350-38 sun4u
    compiled for                  64 BIT
    compilation mode              UNICODE
    compile time                  Oct 29 2006 21:30:34
    update level                  0
    patch number                  155
    source id                     0.155
    supported environment
    database (SAP, table SVERS)   610
                                  620
                                  630
                                  640
    DBMS server
       ORACLE 9.2.0..
       ORACLE 10.1.0..
       ORACLE 10.2.0..
    operating system
    SunOS 5.8
    SunOS 5.9
    SunOS 5.10</b>
    Anyone have any ideas why I am unable to register the sapccmsr? Thanks in advance for your help.
    Best Regards,
    Warren Chirhart

    Hi,
    I'd just like to make some additional comments.
    The issue comes from the "jmon.dll" library which is non-unicode. You have to download the latest SAR archive of the SAP CCMS agents from the Service Marketplace and update your agents as well as your "jmon.dll" library by replacing the EXE and DLL files.
    The agent files are located under:
    /usr/sap/<SID>/<INSTNACE>/exe
    The "jmon.dll" library is located under:
    /usr/sap/<SID>/<INSTNACE>/j2ee/os_libs
    Most probably you would have to shut down / restart the instance after you update the library so the changes take effect.
    You can find the latest SAP CCMS agents SAR archive in SMP under:
    https://websmp109.sap-ag.de/swdc
    Then browse to:
    /SAP Support Packages/SAP Support Packages and Patches/Entry by Application Group/SAP NetWeaver/SAP NETWEAVER/SAP NETWEAVER <version>/Entry by Component/Application Server ABAP/SAP KERNEL <version> <32-BIT | 64-BIT> UNICODE/<OS>/#Database independent/ccmagent_<agent_version>.sar
    Hope this helps.
    Kind regards,
    Rosen

  • Installing CCMS agent fails: calling SALS_MS_GET_LOCAL_MS_INFO via RFC

    Hi All,
    I'm trying to connect our SolMan development to the CEN. However when registering ccmsr within J2ee admin it gives the following errors.
    Does anybody have an idea?
    Output for : /usr/sap/DSM/SYS/exe/run/sapccmsr(-j2ee,-v,pf=/usr/sap/DSM/SYS/profile/DSM_DVEBMGS00_ijmdsm01)         
    CCMS version 20040229, 64 bit, multithreaded, Non-Unicode         
    compiled at Oct 28 2006         systemid 324 (IBM RS/6000 with AIX)         
    relno 7000         
    patch text patch collection 2006/4, OSS note 914721         
    patchno 83         intno 20050900         
    running on ijmdsm01 AIX 3 5 00C97C6E4C00
    Logfile for : /usr/sap/DSM/SYS/exe/run/sapccmsr(-j2ee,-R,-f,/tmp/csm53771.conf,pf=/usr/sap/DSM/SYS/profile/DSM_DVEBMGS00_ijmdsm01)      [Thr 01]   Mon Mar 26 13:29:05 2007      
    INFO: CCMS agent sapccmsr working directory is /usr/sap/ccms/DSM_00/sapccmsr      
    INFO: CCMS agent sapccmsr config file is /usr/sap/ccms/DSM_00/sapccmsr/csmconf   
    INFO: Central Monitoring System is . (found in config file)   
    INFO: additional Central Monitoring System is . (found in config file)   
    INFO: found ini file /usr/sap/ccms/DSM_00/sapccmsr/sapccmsr.ini.         
    INFO: Checking Distributed Statistical Records Library dsrlib.o    
    INFO: checking version an Unicodeness of dsrlib.o   
    INFO: DSR: Dynamic Library dsrlib.o (version 22) successfully loaded.   
    INFO: DSR: Dynamic Library dsrlib successfully loaded.   
    INFO: DSR: Path /usr/sap/ccms/DSM_00/dsr for Distributed Statistical Records.   
    INFO:         CCMS version 20040229, 64 bit, multithreaded, Non-Unicode         compiled at Oct 28 2006         systemid 324 (IBM RS/6000 with AIX)         relno 7000         patch text patch collection 2006/4, OSS note 914721         patchno 83         intno 20050900         running on ijmdsm01 AIX 3 5 00C97C6E4C00         pid 479452         profile /usr/sap/DSM/SYS/profile/DSM_DVEBMGS00_ijmdsm01      
    INFO: Attached to Shared Memory Key 73 (size 40000000), no pool used      
    INFO: Connected to Monitoring Segment           segment status WARM_UP           segment started at Thu Mar 22 08:58:40 2007           segment version 20040229         
    INFO: DSM:000:999999 connected to DSM, host ijmdsm01, System Nr. 00, traceflag   
    INFO: DSM release is 700 , (kernel release 700 )   
    ERROR: DSM:000:CSMREG calling SALS_MS_GET_LOCAL_MS_INFO via RFC failed, can not get version of DSM. RfcRc = 2, C_CALL_FAILED</b>     
     INFO: SLM:000:999999 connected to SLM, host rthuas50, System Nr. 10, traceflag   
    INFO: SLM release is 700 , (kernel release 700 )      
    INFO: SLM:000:CSMREG connected to SLM, host rthuas50, System Nr. 10, traceflag   INFO: SLM release is 700 , (kernel release 700 ), CCMS version 20040229      INFO: RFC logon info for SLM:000:CSMREG can be updated at any time with -R option:        sapccmsr -R           INFO: Updated saprfc.ini in agent work directory /usr/sap/ccms/DSM_00/sapccmsr   
    ERROR: Registration failed: Can't get version of DSM. RfcRc = 2, C_CALL_FAILED RFC Error Info for SALS_MS_GET_LOCAL_MS_INFO message: status: EXCEPTION C_CALL_FAILED RAISED intstat:       Mon Mar 26 13:29:10 2007   INFO: dsr: dsrlib unloaded.   
    ...closing this logfile...
    Registration of CCMS Customizing Destination   
    Error during registration of CCMS Customizing destination        
    Source system cannot be set to Unicode

    Hi,
    Check these notes.
    641339 - RZ20: CCMS monitoring context loses client assignment
    558608 - Correction: Starting/stopping LDAP Connector via CCMS
    827843 - Access Alert Analysis Methods that are Defined Locally
    Feel free to revert back.
    --Ragu

  • How to rset Java parameters in config tool

    Hello,
    My Java server got down after i changed some parameters in Java Heap Memory settings. I did not note down the default values also. I would like to know how to revert into default Java parameters in config tool? Is there any way ?
    Regards,
    Sankaranarayanan.G

    Hello,
    Thanks lot for your reply. Yes i changed JavaHeap memory settings as per the note 723909.
    i attached the dev_server0 log
    trc file: "E:\usr\sap\PID\DVEBMGS10\work\dev_server0", trc level: 1, release: "700"
    node name   : ID106859350
    pid         : 5668
    system name : PID
    system nr.  : 10
    started at  : Wed Nov 05 08:13:19 2008
    arguments       :
           arg[00] : E:\usr\sap\PID\DVEBMGS10\exe\jlaunch.exe
           arg[01] : pf=E:\usr\sap\PID\SYS\profile\PID_DVEBMGS10_DUSLEXPID01
           arg[02] : -DSAPINFO=PID_10_server
           arg[03] : pf=E:\usr\sap\PID\SYS\profile\PID_DVEBMGS10_DUSLEXPID01
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=1247
           arg[06] : -DSAPSYSTEM=10
           arg[07] : -DSAPSYSTEMNAME=PID
           arg[08] : -DSAPMYNAME=DUSLEXPID01_PID_10
           arg[09] : -DSAPPROFILE=E:\usr\sap\PID\SYS\profile\PID_DVEBMGS10_DUSLEXPID01
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 3864] Wed Nov 05 08:13:19 2008
    [Thr 3864] *** WARNING => INFO: Unknown property [instance.box.number=PIDDVEBMGS10duslexpid01] [jstartxx.c   841]
    [Thr 3864] *** WARNING => INFO: Unknown property [instance.en.host=DUSLEXPID01] [jstartxx.c   841]
    [Thr 3864] *** WARNING => INFO: Unknown property [instance.en.port=3220] [jstartxx.c   841]
    [Thr 3864] *** WARNING => INFO: Unknown property [instance.system.id=10] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties]
    -> ms host    : DUSLEXPID01
    -> ms port    : 3920
    -> OS libs    : E:\usr\sap\PID\DVEBMGS10\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : DUSLEXPID01
    -> ms port    : 3920
    -> os libs    : E:\usr\sap\PID\DVEBMGS10\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID10685930 : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID10685935 : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID106859300          : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    -> [01] ID106859350          : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    [Thr 3864] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 3864] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 6104] JLaunchRequestFunc: Thread 6104 started as listener thread for np messages.
    [Thr 4612] WaitSyncSemThread: Thread 4612 started as semaphore monitor thread.
    [Thr 3864] NiInit3: NI already initialized; param 'maxHandles' ignored (1;10002)
    [Thr 3864] CPIC (version=700.2006.09.13)
    [Thr 3864] [Node: server0] java home is set by profile parameter
         Java Home: D:\j2sdk1.4.2_17-x64
    [Thr 3864] JStartupICheckFrameworkPackage: can't find framework package E:\usr\sap\PID\DVEBMGS10\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID106859350]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : D:\j2sdk1.4.2_17-x64
    -> java parameters    : -Djco.jarm=1 -XX:MaxPermSize=512M      -XX:PermSize=512M -XX:NewSize=341M -XX:MaxNewSize=341M -XX:DisableExplicitGC -verbose:gc -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Djava.awt.headless=true -Dsun.io.useCanonCaches=false -XX:SoftRefLRUPolicyMSPerMB=1 -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> java vm version    : 1.4.2_17-b06
    -> java vm vendor     : Java HotSpot(TM) 64-Bit Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : amd64
    -> heap size          : 2048M
    -> init heap size     : 2048M
    -> root path          : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : E:\usr\sap\PID\DVEBMGS10\j2ee\os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : E:\usr\sap\PID\DVEBMGS10\exe\jstartup.jar;E:\usr\sap\PID\DVEBMGS10\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 51021
    -> shutdown timeout   : 120000
    [Thr 3864] JLaunchISetDebugMode: set debug mode [no]
    [Thr 3536] JLaunchIStartFunc: Thread 3536 started as Java VM thread.
    [Thr 3536] [JHVM_PrepareVMOptions] use java parameters set by profile parameter
         Java Parameters: -Xss2m
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djco.jarm=1
    -> arg[  4]: -XX:MaxPermSize=512M     
    -> arg[  5]: -XX:PermSize=512M
    -> arg[  6]: -XX:NewSize=341M
    -> arg[  7]: -XX:MaxNewSize=341M
    -> arg[  8]: -XX:+DisableExplicitGC
    -> arg[  9]: -verbose:gc
    -> arg[ 10]: -XX:+PrintGCDetails
    -> arg[ 11]: -XX:+PrintGCTimeStamps
    -> arg[ 12]: -Djava.awt.headless=true
    -> arg[ 13]: -Dsun.io.useCanonCaches=false
    -> arg[ 14]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 15]: -XX:SurvivorRatio=2
    -> arg[ 16]: -XX:TargetSurvivorRatio=90
    -> arg[ 17]: -Djava.security.policy=./java.policy
    -> arg[ 18]: -Djava.security.egd=file:/dev/urandom
    -> arg[ 19]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[ 20]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[ 21]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[ 22]: -Dsys.global.dir=E:\usr\sap\PID\SYS\global
    -> arg[ 23]: -Dapplication.home=E:\usr\sap\PID\DVEBMGS10\exe
    -> arg[ 24]: -Djava.class.path=E:\usr\sap\PID\DVEBMGS10\exe\jstartup.jar;E:\usr\sap\PID\DVEBMGS10\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 25]: -Djava.library.path=D:\j2sdk1.4.2_17-x64\jre\bin\server;D:\j2sdk1.4.2_17-x64\jre\bin;D:\j2sdk1.4.2_17-x64\bin;E:\usr\sap\PID\DVEBMGS10\j2ee\os_libs;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\j2sdk1.4.2_17-x64\bin;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;E:\usr\sap\PID\SYS\exe\uc\NTAMD64
    -> arg[ 26]: -Dmemory.manager=2048M
    -> arg[ 27]: -Xmx2048M
    -> arg[ 28]: -Xms2048M
    -> arg[ 29]: -DLoadBalanceRestricted=no
    -> arg[ 30]: -Djstartup.mode=JCONTROL
    -> arg[ 31]: -Djstartup.ownProcessId=5668
    -> arg[ 32]: -Djstartup.ownHardwareId=J1559017989
    -> arg[ 33]: -Djstartup.whoami=server
    -> arg[ 34]: -Djstartup.debuggable=no
    -> arg[ 35]: -Xss2m
    -> arg[ 36]: -DSAPINFO=PID_10_server
    -> arg[ 37]: -DSAPSTART=1
    -> arg[ 38]: -DCONNECT_PORT=1247
    -> arg[ 39]: -DSAPSYSTEM=10
    -> arg[ 40]: -DSAPSYSTEMNAME=PID
    -> arg[ 41]: -DSAPMYNAME=DUSLEXPID01_PID_10
    -> arg[ 42]: -DSAPPROFILE=E:\usr\sap\PID\SYS\profile\PID_DVEBMGS10_DUSLEXPID01
    -> arg[ 43]: -DFRFC_FALLBACK=ON
    -> arg[ 44]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 45]: -DSAPSTARTUP=1
    -> arg[ 46]: -DSAPSYSTEM=10
    -> arg[ 47]: -DSAPSYSTEMNAME=PID
    -> arg[ 48]: -DSAPMYNAME=DUSLEXPID01_PID_10
    -> arg[ 49]: -DSAPDBHOST=DUSLEXPID01
    -> arg[ 50]: -Dj2ee.dbhost=DUSLEXPID01
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    [Thr 3536] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 3556] Wed Nov 05 08:13:20 2008
    [Thr 3556] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 3556] Wed Nov 05 08:13:21 2008
    [Thr 3556] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 3556] JLaunchISetClusterId: set cluster id 106859350
    [Thr 3556] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 3556] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    Wed Nov 05 08:13:32 2008
    12.818: [GC 12.818: [DefNew: 174592K->13493K(261888K), 0.3011959 secs] 174592K->13493K(2009856K), 0.3016334 secs]
    Wed Nov 05 08:13:36 2008
    17.613: [GC 17.614: [DefNew
    Wed Nov 05 08:13:37 2008
    : 188085K->15910K(261888K), 0.3665850 secs] 188085K->15910K(2009856K), 0.3666646 secs]
    Wed Nov 05 08:13:44 2008
    25.621: [GC 25.621: [DefNew: 190502K->19406K(261888K), 0.0765912 secs] 190502K->19406K(2009856K), 0.0766663 secs]
    Wed Nov 05 08:13:55 2008
    35.983: [GC 35.983: [DefNew: 193998K->19906K(261888K), 0.0519434 secs] 193998K->19906K(2009856K), 0.0519957 secs]
    Wed Nov 05 08:14:00 2008
    41.061: [GC 41.061: [DefNew: 194498K->27970K(261888K), 0.1282647 secs] 194498K->27970K(2009856K), 0.1283732 secs]
    [Thr 3560] Wed Nov 05 08:14:01 2008
    [Thr 3560] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 3560] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    [Thr 3560] JLaunchCloseProgram: good bye (exitcode = -11113)
    trc file: "E:\usr\sap\PID\DVEBMGS10\work\dev_server0", trc level: 1, release: "700"
    node name   : ID106859350
    pid         : 4832
    system name : PID
    system nr.  : 10
    started at  : Wed Nov 05 08:14:04 2008
    arguments       :
           arg[00] : E:\usr\sap\PID\DVEBMGS10\exe\jlaunch.exe
           arg[01] : pf=E:\usr\sap\PID\SYS\profile\PID_DVEBMGS10_DUSLEXPID01
           arg[02] : -DSAPINFO=PID_10_server
           arg[03] : pf=E:\usr\sap\PID\SYS\profile\PID_DVEBMGS10_DUSLEXPID01
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=1247
           arg[06] : -DSAPSYSTEM=10
           arg[07] : -DSAPSYSTEMNAME=PID
           arg[08] : -DSAPMYNAME=DUSLEXPID01_PID_10
           arg[09] : -DSAPPROFILE=E:\usr\sap\PID\SYS\profile\PID_DVEBMGS10_DUSLEXPID01
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 4748] Wed Nov 05 08:14:04 2008
    [Thr 4748] *** WARNING => INFO: Unknown property [instance.box.number=PIDDVEBMGS10duslexpid01] [jstartxx.c   841]
    [Thr 4748] *** WARNING => INFO: Unknown property [instance.en.host=DUSLEXPID01] [jstartxx.c   841]
    [Thr 4748] *** WARNING => INFO: Unknown property [instance.en.port=3220] [jstartxx.c   841]
    [Thr 4748] *** WARNING => INFO: Unknown property [instance.system.id=10] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties]
    -> ms host    : DUSLEXPID01
    -> ms port    : 3920
    -> OS libs    : E:\usr\sap\PID\DVEBMGS10\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : DUSLEXPID01
    -> ms port    : 3920
    -> os libs    : E:\usr\sap\PID\DVEBMGS10\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID10685930 : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID10685935 : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID106859300          : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    -> [01] ID106859350          : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    [Thr 4748] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 4748] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 5852] JLaunchRequestFunc: Thread 5852 started as listener thread for np messages.
    [Thr 5200] WaitSyncSemThread: Thread 5200 started as semaphore monitor thread.
    [Thr 4748] NiInit3: NI already initialized; param 'maxHandles' ignored (1;10002)
    [Thr 4748] CPIC (version=700.2006.09.13)
    [Thr 4748] [Node: server0] java home is set by profile parameter
         Java Home: D:\j2sdk1.4.2_17-x64
    [Thr 4748] JStartupICheckFrameworkPackage: can't find framework package E:\usr\sap\PID\DVEBMGS10\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID106859350]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : D:\j2sdk1.4.2_17-x64
    -> java parameters    : -Djco.jarm=1 -XX:MaxPermSize=512M      -XX:PermSize=512M -XX:NewSize=341M -XX:MaxNewSize=341M -XX:DisableExplicitGC -verbose:gc -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Djava.awt.headless=true -Dsun.io.useCanonCaches=false -XX:SoftRefLRUPolicyMSPerMB=1 -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> java vm version    : 1.4.2_17-b06
    -> java vm vendor     : Java HotSpot(TM) 64-Bit Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : amd64
    -> heap size          : 2048M
    -> init heap size     : 2048M
    -> root path          : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : E:\usr\sap\PID\DVEBMGS10\j2ee\os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : E:\usr\sap\PID\DVEBMGS10\exe\jstartup.jar;E:\usr\sap\PID\DVEBMGS10\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 51021
    -> shutdown timeout   : 120000
    [Thr 4748] JLaunchISetDebugMode: set debug mode [no]
    [Thr 4076] JLaunchIStartFunc: Thread 4076 started as Java VM thread.
    [Thr 4076] [JHVM_PrepareVMOptions] use java parameters set by profile parameter
         Java Parameters: -Xss2m
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djco.jarm=1
    -> arg[  4]: -XX:MaxPermSize=512M     
    -> arg[  5]: -XX:PermSize=512M
    -> arg[  6]: -XX:NewSize=341M
    -> arg[  7]: -XX:MaxNewSize=341M
    -> arg[  8]: -XX:+DisableExplicitGC
    -> arg[  9]: -verbose:gc
    -> arg[ 10]: -XX:+PrintGCDetails
    -> arg[ 11]: -XX:+PrintGCTimeStamps
    -> arg[ 12]: -Djava.awt.headless=true
    -> arg[ 13]: -Dsun.io.useCanonCaches=false
    -> arg[ 14]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 15]: -XX:SurvivorRatio=2
    -> arg[ 16]: -XX:TargetSurvivorRatio=90
    -> arg[ 17]: -Djava.security.policy=./java.policy
    -> arg[ 18]: -Djava.security.egd=file:/dev/urandom
    -> arg[ 19]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[ 20]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[ 21]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[ 22]: -Dsys.global.dir=E:\usr\sap\PID\SYS\global
    -> arg[ 23]: -Dapplication.home=E:\usr\sap\PID\DVEBMGS10\exe
    -> arg[ 24]: -Djava.class.path=E:\usr\sap\PID\DVEBMGS10\exe\jstartup.jar;E:\usr\sap\PID\DVEBMGS10\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 25]: -Djava.library.path=D:\j2sdk1.4.2_17-x64\jre\bin\server;D:\j2sdk1.4.2_17-x64\jre\bin;D:\j2sdk1.4.2_17-x64\bin;E:\usr\sap\PID\DVEBMGS10\j2ee\os_libs;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\j2sdk1.4.2_17-x64\bin;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;E:\usr\sap\PID\SYS\exe\uc\NTAMD64
    -> arg[ 26]: -Dmemory.manager=2048M
    -> arg[ 27]: -Xmx2048M
    -> arg[ 28]: -Xms2048M
    -> arg[ 29]: -DLoadBalanceRestricted=no
    -> arg[ 30]: -Djstartup.mode=JCONTROL
    -> arg[ 31]: -Djstartup.ownProcessId=4832
    -> arg[ 32]: -Djstartup.ownHardwareId=J1559017989
    -> arg[ 33]: -Djstartup.whoami=server
    -> arg[ 34]: -Djstartup.debuggable=no
    -> arg[ 35]: -Xss2m
    -> arg[ 36]: -DSAPINFO=PID_10_server
    -> arg[ 37]: -DSAPSTART=1
    -> arg[ 38]: -DCONNECT_PORT=1247
    -> arg[ 39]: -DSAPSYSTEM=10
    -> arg[ 40]: -DSAPSYSTEMNAME=PID
    -> arg[ 41]: -DSAPMYNAME=DUSLEXPID01_PID_10
    -> arg[ 42]: -DSAPPROFILE=E:\usr\sap\PID\SYS\profile\PID_DVEBMGS10_DUSLEXPID01
    -> arg[ 43]: -DFRFC_FALLBACK=ON
    -> arg[ 44]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 45]: -DSAPSTARTUP=1
    -> arg[ 46]: -DSAPSYSTEM=10
    -> arg[ 47]: -DSAPSYSTEMNAME=PID
    -> arg[ 48]: -DSAPMYNAME=DUSLEXPID01_PID_10
    -> arg[ 49]: -DSAPDBHOST=DUSLEXPID01
    -> arg[ 50]: -Dj2ee.dbhost=DUSLEXPID01
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    [Thr 4076] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 3496] Wed Nov 05 08:14:05 2008
    [Thr 3496] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 3496] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 3496] JLaunchISetClusterId: set cluster id 106859350
    [Thr 3496] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 3496] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    Wed Nov 05 08:14:10 2008
    6.041: [GC 6.041: [DefNew: 174592K->13335K(261888K), 0.1211930 secs] 174592K->13335K(2009856K), 0.1215843 secs]
    Wed Nov 05 08:14:14 2008
    9.883: [GC 9.883: [DefNew: 187927K->15890K(261888K), 0.0979547 secs] 187927K->15890K(2009856K), 0.0980789 secs]
    Wed Nov 05 08:14:21 2008
    17.430: [GC 17.430: [DefNew: 190482K->19358K(261888K), 0.0930447 secs] 190482K->19358K(2009856K), 0.0930765 secs]
    Wed Nov 05 08:14:32 2008
    27.978: [GC 27.978: [DefNew: 193950K->19860K(261888K), 0.0579395 secs] 193950K->19860K(2009856K), 0.0580111 secs]
    Wed Nov 05 08:14:37 2008
    33.029: [GC 33.029: [DefNew: 194452K->27786K(261888K), 0.1155328 secs] 194452K->27786K(2009856K), 0.1156287 secs]
    [Thr 2848] Wed Nov 05 08:14:38 2008
    [Thr 2848] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 2848] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    [Thr 2848] JLaunchCloseProgram: good bye (exitcode = -11113)
    trc file: "E:\usr\sap\PID\DVEBMGS10\work\dev_server0", trc level: 1, release: "700"
    node name   : ID106859350
    pid         : 4556
    system name : PID
    system nr.  : 10
    started at  : Wed Nov 05 08:14:39 2008
    arguments       :
           arg[00] : E:\usr\sap\PID\DVEBMGS10\exe\jlaunch.exe
           arg[01] : pf=E:\usr\sap\PID\SYS\profile\PID_DVEBMGS10_DUSLEXPID01
           arg[02] : -DSAPINFO=PID_10_server
           arg[03] : pf=E:\usr\sap\PID\SYS\profile\PID_DVEBMGS10_DUSLEXPID01
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=1247
           arg[06] : -DSAPSYSTEM=10
           arg[07] : -DSAPSYSTEMNAME=PID
           arg[08] : -DSAPMYNAME=DUSLEXPID01_PID_10
           arg[09] : -DSAPPROFILE=E:\usr\sap\PID\SYS\profile\PID_DVEBMGS10_DUSLEXPID01
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 4332] Wed Nov 05 08:14:39 2008
    [Thr 4332] *** WARNING => INFO: Unknown property [instance.box.number=PIDDVEBMGS10duslexpid01] [jstartxx.c   841]
    [Thr 4332] *** WARNING => INFO: Unknown property [instance.en.host=DUSLEXPID01] [jstartxx.c   841]
    [Thr 4332] *** WARNING => INFO: Unknown property [instance.en.port=3220] [jstartxx.c   841]
    [Thr 4332] *** WARNING => INFO: Unknown property [instance.system.id=10] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties]
    -> ms host    : DUSLEXPID01
    -> ms port    : 3920
    -> OS libs    : E:\usr\sap\PID\DVEBMGS10\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : DUSLEXPID01
    -> ms port    : 3920
    -> os libs    : E:\usr\sap\PID\DVEBMGS10\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID10685930 : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID10685935 : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID106859300          : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    -> [01] ID106859350          : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    [Thr 4332] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 4332] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 1764] JLaunchRequestFunc: Thread 1764 started as listener thread for np messages.
    [Thr 2972] WaitSyncSemThread: Thread 2972 started as semaphore monitor thread.
    [Thr 4332] NiInit3: NI already initialized; param 'maxHandles' ignored (1;10002)
    [Thr 4332] CPIC (version=700.2006.09.13)
    [Thr 4332] [Node: server0] java home is set by profile parameter
         Java Home: D:\j2sdk1.4.2_17-x64
    [Thr 4332] JStartupICheckFrameworkPackage: can't find framework package E:\usr\sap\PID\DVEBMGS10\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID106859350]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : D:\j2sdk1.4.2_17-x64
    -> java parameters    : -Djco.jarm=1 -XX:MaxPermSize=512M      -XX:PermSize=512M -XX:NewSize=341M -XX:MaxNewSize=341M -XX:DisableExplicitGC -verbose:gc -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Djava.awt.headless=true -Dsun.io.useCanonCaches=false -XX:SoftRefLRUPolicyMSPerMB=1 -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> java vm version    : 1.4.2_17-b06
    -> java vm vendor     : Java HotSpot(TM) 64-Bit Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : amd64
    -> heap size          : 2048M
    -> init heap size     : 2048M
    -> root path          : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : E:\usr\sap\PID\DVEBMGS10\j2ee\os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : E:\usr\sap\PID\DVEBMGS10\exe\jstartup.jar;E:\usr\sap\PID\DVEBMGS10\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 51021
    -> shutdown timeout   : 120000
    [Thr 4332] JLaunchISetDebugMode: set debug mode [no]
    [Thr 5364] JLaunchIStartFunc: Thread 5364 started as Java VM thread.
    [Thr 5364] [JHVM_PrepareVMOptions] use java parameters set by profile parameter
         Java Parameters: -Xss2m
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djco.jarm=1
    -> arg[  4]: -XX:MaxPermSize=512M     
    -> arg[  5]: -XX:PermSize=512M
    -> arg[  6]: -XX:NewSize=341M
    -> arg[  7]: -XX:MaxNewSize=341M
    -> arg[  8]: -XX:+DisableExplicitGC
    -> arg[  9]: -verbose:gc
    -> arg[ 10]: -XX:+PrintGCDetails
    -> arg[ 11]: -XX:+PrintGCTimeStamps
    -> arg[ 12]: -Djava.awt.headless=true
    -> arg[ 13]: -Dsun.io.useCanonCaches=false
    -> arg[ 14]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 15]: -XX:SurvivorRatio=2
    -> arg[ 16]: -XX:TargetSurvivorRatio=90
    -> arg[ 17]: -Djava.security.policy=./java.policy
    -> arg[ 18]: -Djava.security.egd=file:/dev/urandom
    -> arg[ 19]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[ 20]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[ 21]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[ 22]: -Dsys.global.dir=E:\usr\sap\PID\SYS\global
    -> arg[ 23]: -Dapplication.home=E:\usr\sap\PID\DVEBMGS10\exe
    -> arg[ 24]: -Djava.class.path=E:\usr\sap\PID\DVEBMGS10\exe\jstartup.jar;E:\usr\sap\PID\DVEBMGS10\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 25]: -Djava.library.path=D:\j2sdk1.4.2_17-x64\jre\bin\server;D:\j2sdk1.4.2_17-x64\jre\bin;D:\j2sdk1.4.2_17-x64\bin;E:\usr\sap\PID\DVEBMGS10\j2ee\os_libs;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\j2sdk1.4.2_17-x64\bin;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;E:\usr\sap\PID\SYS\exe\uc\NTAMD64
    -> arg[ 26]: -Dmemory.manager=2048M
    -> arg[ 27]: -Xmx2048M
    -> arg[ 28]: -Xms2048M
    -> arg[ 29]: -DLoadBalanceRestricted=no
    -> arg[ 30]: -Djstartup.mode=JCONTROL
    -> arg[ 31]: -Djstartup.ownProcessId=4556
    -> arg[ 32]: -Djstartup.ownHardwareId=J1559017989
    -> arg[ 33]: -Djstartup.whoami=server
    -> arg[ 34]: -Djstartup.debuggable=no
    -> arg[ 35]: -Xss2m
    -> arg[ 36]: -DSAPINFO=PID_10_server
    -> arg[ 37]: -DSAPSTART=1
    -> arg[ 38]: -DCONNECT_PORT=1247
    -> arg[ 39]: -DSAPSYSTEM=10
    -> arg[ 40]: -DSAPSYSTEMNAME=PID
    -> arg[ 41]: -DSAPMYNAME=DUSLEXPID01_PID_10
    -> arg[ 42]: -DSAPPROFILE=E:\usr\sap\PID\SYS\profile\PID_DVEBMGS10_DUSLEXPID01
    -> arg[ 43]: -DFRFC_FALLBACK=ON
    -> arg[ 44]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 45]: -DSAPSTARTUP=1
    -> arg[ 46]: -DSAPSYSTEM=10
    -> arg[ 47]: -DSAPSYSTEMNAME=PID
    -> arg[ 48]: -DSAPMYNAME=DUSLEXPID01_PID_10
    -> arg[ 49]: -DSAPDBHOST=DUSLEXPID01
    -> arg[ 50]: -Dj2ee.dbhost=DUSLEXPID01
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    [Thr 5364] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 2276] Wed Nov 05 08:14:40 2008
    [Thr 2276] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 2276] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 2276] JLaunchISetClusterId: set cluster id 106859350
    [Thr 2276] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 2276] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    Wed Nov 05 08:14:45 2008
    6.149: [GC 6.149: [DefNew: 174592K->12572K(261888K), 0.1167197 secs] 174592K->12572K(2009856K), 0.1173636 secs]
    Wed Nov 05 08:14:50 2008
    11.033: [GC 11.033: [DefNew: 187164K->16026K(261888K), 0.3094818 secs] 187164K->16026K(2009856K), 0.3096690 secs]
    Wed Nov 05 08:14:54 2008
    15.113: [GC 15.113: [DefNew: 190618K->20238K(261888K), 0.0939458 secs] 190618K->20238K(2009856K), 0.0941899 secs]
    Wed Nov 05 08:15:03 2008
    23.451: [GC 23.451: [DefNew: 194830K->20577K(261888K), 0.0593913 secs] 194830K->20577K(2009856K), 0.0595215 secs]
    Wed Nov 05 08:15:10 2008
    30.771: [GC 30.772: [DefNew: 195169K->23221K(261888K), 0.0654910 secs] 195169K->23221K(2009856K), 0.0655797 secs]
    Wed Nov 05 08:15:14 2008
    35.442: [GC 35.442: [DefNew
    Wed Nov 05 08:15:15 2008
    : 197813K->28542K(261888K), 0.1275143 secs] 197813K->28542K(2009856K), 0.1276902 secs]
    [Thr 3952] Wed Nov 05 08:15:16 2008
    [Thr 3952] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 3952] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    [Thr 3952] JLaunchCloseProgram: good bye (exitcode = -11113)
    trc file: "E:\usr\sap\PID\DVEBMGS10\work\dev_server0", trc level: 1, release: "700"
    node name   : ID106859350
    pid         : 6068
    system name : PID
    system nr.  : 10
    started at  : Wed Nov 05 08:15:19 2008
    arguments       :
           arg[00] : E:\usr\sap\PID\DVEBMGS10\exe\jlaunch.exe
           arg[01] : pf=E:\usr\sap\PID\SYS\profile\PID_DVEBMGS10_DUSLEXPID01
           arg[02] : -DSAPINFO=PID_10_server
           arg[03] : pf=E:\usr\sap\PID\SYS\profile\PID_DVEBMGS10_DUSLEXPID01
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=1247
           arg[06] : -DSAPSYSTEM=10
           arg[07] : -DSAPSYSTEMNAME=PID
           arg[08] : -DSAPMYNAME=DUSLEXPID01_PID_10
           arg[09] : -DSAPPROFILE=E:\usr\sap\PID\SYS\profile\PID_DVEBMGS10_DUSLEXPID01
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 4752] Wed Nov 05 08:15:19 2008
    [Thr 4752] *** WARNING => INFO: Unknown property [instance.box.number=PIDDVEBMGS10duslexpid01] [jstartxx.c   841]
    [Thr 4752] *** WARNING => INFO: Unknown property [instance.en.host=DUSLEXPID01] [jstartxx.c   841]
    [Thr 4752] *** WARNING => INFO: Unknown property [instance.en.port=3220] [jstartxx.c   841]
    [Thr 4752] *** WARNING => INFO: Unknown property [instance.system.id=10] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties]
    -> ms host    : DUSLEXPID01
    -> ms port    : 3920
    -> OS libs    : E:\usr\sap\PID\DVEBMGS10\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : DUSLEXPID01
    -> ms port    : 3920
    -> os libs    : E:\usr\sap\PID\DVEBMGS10\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID10685930 : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID10685935 : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID106859300          : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    -> [01] ID106859350          : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    [Thr 4752] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 4752] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 4252] JLaunchRequestFunc: Thread 4252 started as listener thread for np messages.
    [Thr 4512] WaitSyncSemThread: Thread 4512 started as semaphore monitor thread.
    [Thr 4752] NiInit3: NI already initialized; param 'maxHandles' ignored (1;10002)
    [Thr 4752] CPIC (version=700.2006.09.13)
    [Thr 4752] [Node: server0] java home is set by profile parameter
         Java Home: D:\j2sdk1.4.2_17-x64
    [Thr 4752] JStartupICheckFrameworkPackage: can't find framework package E:\usr\sap\PID\DVEBMGS10\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID106859350]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : D:\j2sdk1.4.2_17-x64
    -> java parameters    : -Djco.jarm=1 -XX:MaxPermSize=512M      -XX:PermSize=512M -XX:NewSize=341M -XX:MaxNewSize=341M -XX:DisableExplicitGC -verbose:gc -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Djava.awt.headless=true -Dsun.io.useCanonCaches=false -XX:SoftRefLRUPolicyMSPerMB=1 -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> java vm version    : 1.4.2_17-b06
    -> java vm vendor     : Java HotSpot(TM) 64-Bit Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : amd64
    -> heap size          : 2048M
    -> init heap size     : 2048M
    -> root path          : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : E:\usr\sap\PID\DVEBMGS10\j2ee\os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : E:\usr\sap\PID\DVEBMGS10\exe\jstartup.jar;E:\usr\sap\PID\DVEBMGS10\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 51021
    -> shutdown timeout   : 120000
    [Thr 4752] JLaunchISetDebugMode: set debug mode [no]
    [Thr 3816] JLaunchIStartFunc: Thread 3816 started as Java VM thread.
    [Thr 3816] [JHVM_PrepareVMOptions] use java parameters set by profile parameter
         Java Parameters: -Xss2m
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djco.jarm=1
    -> arg[  4]: -XX:MaxPermSize=512M     
    -> arg[  5]: -XX:PermSize=512M
    -> arg[  6]: -XX:NewSize=341M
    -> arg[  7]: -XX:MaxNewSize=341M
    -> arg[  8]: -XX:+DisableExplicitGC
    -> arg[  9]: -verbose:gc
    -> arg[ 10]: -XX:+PrintGCDetails
    -> arg[ 11]: -XX:+PrintGCTimeStamps
    -> arg[ 12]: -Djava.awt.headless=true
    -> arg[ 13]: -Dsun.io.useCanonCaches=false
    -> arg[ 14]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 15]: -XX:SurvivorRatio=2
    -> arg[ 16]: -XX:TargetSurvivorRatio=90
    -> arg[ 17]: -Djava.security.policy=./java.policy
    -> arg[ 18]: -Djava.security.egd=file:/dev/urandom
    -> arg[ 19]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[ 20]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[ 21]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[ 22]: -Dsys.global.dir=E:\usr\sap\PID\SYS\global
    -> arg[ 23]: -Dapplication.home=E:\usr\sap\PID\DVEBMGS10\exe
    -> arg[ 24]: -Djava.class.path=E:\usr\sap\PID\DVEBMGS10\exe\jstartup.jar;E:\usr\sap\PID\DVEBMGS10\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 25]: -Djava.library.path=D:\j2sdk1.4.2_17-x64\jre\bin\server;D:\j2sdk1.4.2_17-x64\jre\bin;D:\j2sdk1.4.2_17-x64\bin;E:\usr\sap\PID\DVEBMGS10\j2ee\os_libs;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\j2sdk1.4.2_17-x64\bin;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;E:\usr\sap\PID\SYS\exe\uc\NTAMD64
    -> arg[ 26]: -Dmemory.manager=2048M
    -> arg[ 27]: -Xmx2048M
    -> arg[ 28]: -Xms2048M
    -> arg[ 29]: -DLoadBalanceRestricted=no
    -> arg[ 30]: -Djstartup.mode=JCONTROL
    -> arg[ 31]: -Djstartup.ownProcessId=6068
    -> arg[ 32]: -Djstartup.ownHardwareId=J1559017989
    -> arg[ 33]: -Djstartup.whoami=server
    -> arg[ 34]: -Djstartup.debuggable=no
    -> arg[ 35]: -Xss2m
    -> arg[ 36]: -DSAPINFO=PID_10_server
    -> arg[ 37]: -DSAPSTART=1
    -> arg[ 38]: -DCONNECT_PORT=1247
    -> arg[ 39]: -DSAPSYSTEM=10
    -> arg[ 40]: -DSAPSYSTEMNAME=PID
    -> arg[ 41]: -DSAPMYNAME=DUSLEXPID01_PID_10
    -> arg[ 42]: -DSAPPROFILE=E:\usr\sap\PID\SYS\profile\PID_DVEBMGS10_DUSLEXPID01
    -> arg[ 43]: -DFRFC_FALLBACK=ON
    -> arg[ 44]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 45]: -DSAPSTARTUP=1
    -> arg[ 46]: -DSAPSYSTEM=10
    -> arg[ 47]: -DSAPSYSTEMNAME=PID
    -> arg[ 48]: -DSAPMYNAME=DUSLEXPID01_PID_10
    -> arg[ 49]: -DSAPDBHOST=DUSLEXPID01
    -> arg[ 50]: -Dj2ee.dbhost=DUSLEXPID01
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    [Thr 3816] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 1372] Wed Nov 05 08:15:20 2008
    [Thr 1372] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 1372] Wed Nov 05 08:15:21 2008
    [Thr 1372] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 1372] JLaunchISetClusterId: set cluster id 106859350
    [Thr 1372] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 1372] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    Wed Nov 05 08:15:26 2008
    6.529: [GC 6.529: [DefNew: 174592K->13437K(261888K), 0.1218582 secs] 174592K->13437K(2009856K), 0.1223161 secs]
    Wed Nov 05 08:15:30 2008
    10.941: [GC 10.942: [DefNew
    Wed Nov 05 08:15:31 2008
    : 188029K->15892K(261888K), 0.3255441 secs] 188029K->15892K(2009856K), 0.3256218 secs]
    Wed Nov 05 08:15:38 2008
    18.455: [GC 18.455: [DefNew: 190484K->19362K(261888K), 0.0835074 secs] 190484K->19362K(2009856K), 0.0836031 secs]
    Wed Nov 05 08:15:48 2008
    28.946: [GC 28.946: [DefNew: 193954K->19874K(261888K), 0.0533974 secs] 193954K->19874K(2009856K), 0.0534885 secs]
    Wed Nov 05 08:15:53 2008
    34.034: [GC 34.035: [DefNew: 194466K->27947K(261888K), 0.1244274 secs] 194466K->27947K(2009856K), 0.1247078 secs]
    [Thr 3852] Wed Nov 05 08:15:54 2008
    [Thr 3852] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 3852] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    [Thr 3852] JLaunchCloseProgram: good bye (exitcode = -11113)
    Regards,
    Sankar

  • SAPCCMSR not running

    Hi,
    Could someone help me with my problem. I am currently configuring the CCMS in our SAP XI 3.0. Apparently, until now we are having problem regarding the SAPCCMSR, it was not running. Although, we manually started it from services and after a while it automatically stop. What seems to be the problem?
    Appreciate your assistance.

    [Thr 6228]
    Mon Oct 08 13:12:52 2007
    INFO: Starting C:\usr\sap\XI1\SYS\exe\runU\sapccmsr.exe -DCCMS pf=C:\usr\sap\XI1\SYS\profile\XI1_DVEBMGS01_MDCSAP03 -j2ee
    INFO: CCMS Agent is registered at the following central systems:
    INFO: **********************************************************
    INFO: *********************      XI1      **********************
    INFO: **********************************************************
    INFO:
          CCMS version  20040229, 32 bit, multithreaded, Non-Unicode
          compiled at   Sep 22 2004
          systemid      560 (PC with Windows NT)
          relno         6400
          patch text    patch collection 2004/5, OSS note 694057
          patchno       36
          intno         20020600
          running on    MDCSAP03 Windows NT 5.2 3790 Service Pack 1 8x Intel 801586 (Mod 6 Step 8)
          pid           4504
          profile       C:\usr\sap\XI1\SYS\profile\XI1_DVEBMGS01_MDCSAP03
    INFO: Reconnected to Monitoring Segment [SAP_CCMS_MDCSAP03_XI1_01_X]
    INFO: updating shared memory runtime information of sapccmsr
    INFO: Loading static lib rfcoslib with trace level 0.
    Mon Oct 08 13:12:52 2007
    RFCOSLIB: RfcOsInitSem: Trying to initialize thread lock..
    RFCOSLIB: RfcOsInitSem: Thread lock initialized.
    RFCOSLIB: INFO: current trace level is 1
    RFCOSLIB: INFO: initialize Semaphore Handling...
    RFCOSLIB: INFO: ...successful...
    RFCOSLIB: searching for Process Monitoring configuration in
    MDCSAP03\saploc\PRFCLOG\dev_proc
    RFCOSLIB: searching for Process Monitoring Templates in
    MDCSAP03\saploc\PRFCLOG\procmon\
    RFCOSLIB: INFO: Trying to Register Objects
    RFCOSLIB: INFO: Operating system context exists.
    RFCOSLIB: INFO: no filter information in sapccmsr.ini found 
    RFCOSLIB: INFO: Operating System Version:  Windows NT 5.2.3790 SP 1 MDCSAP03 8x Intel 801586 (
    RFCOSLIB: INFO: OS monitoring: Operating System Tree created
    INFO: Loading static lib rfcoslibOS07 with trace level 0.
    RFCOSLIB: INFO: current trace level is 1
    INFO: Loading static lib nwaglib with trace level 0.
    INFO: Loading static lib ccmctlib with trace level 0.
    INFO: Loading static lib alloglib with trace level 0.
    ALLOGLIB: INFO: Reading logsave.bin
    ALLOGLIB: INFO: Reading sapccmsr.ini
    ALLOGLIB: INFO: ok, no configuration for Logfile Monitoring. No entry  LogFile <file_name>  in configuration file sapccmsr.ini found
    ALLOGLIB: INFO: using template directory C:\usr\sap\PRFCLOG\logmon for log file monitoring.

  • Help on CCMS Agent!

    Hi guys,
    I am trying to install CCMS agent in one of our dev systems, but it gives me <b>syntax error at line 1: `(' unexpected</b>..
    I have installed agent in /usr/sap/sid/SYS/exe/run : sapccm4x
    When I try to look for the version: mean: sapccm4x -v; it gives me an error  <b>syntax error at line 1: `(' unexpected</b>..
    Even when I try with profile parameter: mean: <b>sapccm4x –R pf=<profile path></b>
    /usr/sap/<SysID>/SYS/profile/
    <SysID>_<Name of the instance directory>_<Host>
    Please help!
    Thanks,
    I will reward points

    hi,
    Thanks for reply. I am using 640 kernel. It does not give syntax error any more. when I do the following:
    sapccm4x –R pf=<profile path>
    /usr/sap/<SysID>/SYS/profile/
    <b>Then I got the following options:</b>
    additional CENTRAL system y/[n] ?   : y
          SAP system ID:                      : SID of solman
          additional CENTRAL system y/[n] ?   : n
    INFO: found ini file /usr/sap/SID/DVEBMGS00/log/sapccm4x/sapccmsr.ini.
    INFO:
          CCMS version  20040229, 64 bit, multithreaded, Unicode
          compiled at   Aug 13 2007
          systemid      324 (IBM RS/6000 with AIX)
          relno         6400
          patch text    patch collection 2007/4, OSS note 1013331
          patchno       196
          intno         20020600
          running on    HOST NAME AIX 3 5 0009EADED600
          pid           1052810
          profile       /sapmnt/SID/profile/SID_DVEBMGS00_HOSTNAME
    ERROR: Cannot open Monitoring Segment 0 rtc = 245
    Last reported error: [249]  CCMS monitoring segment has wrong EYE CATCH: CCMS mo     nitoring segment belongs to a non-ABAP instance.
    SAPCCM4X of release 6.40 is to be used only to monitor ABAP instances of kernel      release 7.00 (NW04s) or 6.40.
    Any futher idea why is it doing this?
    Thanks,

Maybe you are looking for