EP6: jcontrol.exe : yellow state

I installed EP6_SP3, but am unable to apply the SP6 upgrade.
I get an error: apparently due to the J2EE server being in the offline mode.
I have noticed that the jcontrol.exe stays yellow all the time and never goes to green.
Anyone having the same issues?
Any fix for this?
Regards,
Shanker

Just wait for a looooooong time. It takes lot of time to start SDM.
Goto process table and check the status of SDM. If it shows stopeed, wait for some time,  starting it does not make any difference as it stops immediately.
Usually it starts after 1hr time on P4 1.7/1 GB RAM. On P4 2.8/2 GB RAM it is starting almost immediately.

Similar Messages

  • SapMMC. J2EE Server (jcontrol.exe) is always Yellow

    I have installed the Netweaver Sneak Preview on my machine. When I launched and login my server in SapMMC, I found that the process jcontrol.exe (J2EE Server) always shows the status as "Some Processes running" and always stays as a Yellow color node.
    Can I know what is going on and how to resolve this problem?
    Please help me.
    Thanks and regards,

    It becomes green now, after 1 hour waiting....

  • J2E instance not up/jcontrol.exe stopped after DB password changes

    Hi,
    i have changed my MAXDB user(SAPJ2EDB) password in config tool in secure store node (parameter: jdbc/pool/J2E/Password). After the password changes, when i re-started the server, my J2E instance is not started running. The jcontrol.exe file is stopped with the following trace log
    trace file log
    JStartupStartJLaunch: program = C:\usr\sap\J2E\JC02/j2ee/os_libs/jlaunch.exe
    -> arg[00] = C:\usr\sap\J2E\JC02/j2ee/os_libs/jlaunch.exe
    -> arg[01] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC02_us21217509
    -> arg[02] = -DSAPINFO=J2E_02_bootstrap
    -> arg[03] = -file=C:\usr\sap\J2E\JC02\j2ee\cluster\instance.properties
    -> arg[04] = -nodeName=bootstrap
    -> arg[05] = -nodeId=-1
    -> arg[06] = -syncSem=JSTARTUP_WAIT_ON_3124
    -> arg[07] = -jvmOutFile=C:\usr\sap\J2E\JC02\work\jvm_bootstrap.out
    -> arg[08] = -stdOutFile=C:\usr\sap\J2E\JC02\work\std_bootstrap.out
    -> arg[09] = -locOutFile=C:\usr\sap\J2E\JC02\work\dev_bootstrap
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC02_us21217509
    -> lib path = PATH=C:\j2sdk1.4.2_08\jre\bin\server;C:\j2sdk1.4.2_08\jre\bin;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Support Tools\;C:\Program Files\Schlumberger\Smart Cards and Terminals\Cyberflex Access Kits\v4\;C:\Program Files\Executive Software\Diskeeper\;C:\usr\sap\J2E\SCS03\exe;C:\usr\sap\J2E\JC02\exe;C:\usr\sap\J2E\SYS\exe\run
    -> exe path = PATH=C:\j2sdk1.4.2_08\bin;C:\usr\sap\J2E\JC02\j2ee\os_libs;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Support Tools\;C:\Program Files\Schlumberger\Smart Cards and Terminals\Cyberflex Access Kits\v4\;C:\Program Files\Executive Software\Diskeeper\;C:\usr\sap\J2E\SCS03\exe;C:\usr\sap\J2E\JC02\exe;C:\usr\sap\J2E\SYS\exe\run
    [Thr 1708] Wed Jan 17 18:33:59 2007
    [Thr 1708] *** ERROR => invalid return code of process [bootstrap] (exitcode=66) [jstartxx.c   1452]
    [Thr 1708] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc=66)
    [Thr 1708] JControlCloseProgram: started (exitcode = 66)
    [Thr 1708] JControlCloseProgram: good bye... (exitcode=66)
    Bootstrp file log below
    Bootstrap MODE:
    <INSTANCE GLOBALS>
    determined by parameter [ID0256613].
    Exception occured:
    com.sap.engine.bootstrap.SynchronizationException: Database initialization failed! Check database properties!
         at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:422)
         at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
         at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    ==[ Caused by: ]==----
    com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:360)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>(DBConnectionPool.java:125)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.<init>(PersistenceHandler.java:38)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.<init>(ConfigurationCache.java:147)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:236)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:49)
         at com.sap.engine.bootstrap.Synchronizer.<init>(Synchronizer.java:66)
         at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:419)
         at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
         at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4008]: Unknown user name/password combination
         at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
         at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:852)
         at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:511)
         at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:375)
         at com.sap.dbtech.jdbc.ConnectionSapDB.doConnect(ConnectionSapDB.java:313)
         at com.sap.dbtech.jdbc.ConnectionSapDB.<init>(ConnectionSapDB.java:108)
         at com.sap.dbtech.jdbc.DriverSapDB.connect(DriverSapDB.java:189)
         at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:219)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.createPooledConnection(OpenSQLDataSourceImpl.java:577)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.getPooledConnection(OpenSQLDataSourceImpl.java:263)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:302)
         ... 14 more
    [Bootstrap module]> Problem occured while performing synchronization.
    From the system log, i noticed ,
    log.OpenSQLResourceBundle#SQL error occurred on connection : code={0,number,integer}, state="", message="".#5#-4008#08004#[-4008]: Unknown user name/password combination#jdbc:sapdb://us21217509/J2E?timeout=0&spaceoption=true&unicode=true#<null>#
    because of the changes done by me in config tool, the username / password combination is not considered by the system properly i think. Anyways not sure what went on wrong ?
    Any idea ?
    Raja

    If so , then how do i do it at database level .
    Also today i noticed the simillar problem in SDN.but solution is not provided there
    Changed password of SAPJ2EDB user, cannot start WAS 6.40 anymore
    When i search sap.dom fo the same ( as per the above thread says ) , i could see few relevant documents(http://help.sap.com/saphelp_nw2004s/helpdata/en/cd/14c93ec2f7df6ae10000000a114084/frameset.htm ) , but not able to follow the instructions. because i couldnt able to open the visual admin to create new user or group .
    Any one have any idea ?
    Thanks
    Raja S

  • J2E instance not working / jcontrol.exe stopped after DB password changes

    Hi,
    i have changed my MAXDB user(SAPJ2EDB) password in config tool in secure store node (parameter: jdbc/pool/J2E/Password). After the password changes, when i re-started the server, my J2E instance is not started running. The jcontrol.exe file is stopped with the following trace log
    trace file log
    JStartupStartJLaunch: program = C:\usr\sap\J2E\JC02/j2ee/os_libs/jlaunch.exe
    -> arg[00] = C:\usr\sap\J2E\JC02/j2ee/os_libs/jlaunch.exe
    -> arg[01] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC02_us21217509
    -> arg[02] = -DSAPINFO=J2E_02_bootstrap
    -> arg[03] = -file=C:\usr\sap\J2E\JC02\j2ee\cluster\instance.properties
    -> arg[04] = -nodeName=bootstrap
    -> arg[05] = -nodeId=-1
    -> arg[06] = -syncSem=JSTARTUP_WAIT_ON_3124
    -> arg[07] = -jvmOutFile=C:\usr\sap\J2E\JC02\work\jvm_bootstrap.out
    -> arg[08] = -stdOutFile=C:\usr\sap\J2E\JC02\work\std_bootstrap.out
    -> arg[09] = -locOutFile=C:\usr\sap\J2E\JC02\work\dev_bootstrap
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC02_us21217509
    -> lib path = PATH=C:\j2sdk1.4.2_08\jre\bin\server;C:\j2sdk1.4.2_08\jre\bin;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Support Tools\;C:\Program Files\Schlumberger\Smart Cards and Terminals\Cyberflex Access Kits\v4\;C:\Program Files\Executive Software\Diskeeper\;C:\usr\sap\J2E\SCS03\exe;C:\usr\sap\J2E\JC02\exe;C:\usr\sap\J2E\SYS\exe\run
    -> exe path = PATH=C:\j2sdk1.4.2_08\bin;C:\usr\sap\J2E\JC02\j2ee\os_libs;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Support Tools\;C:\Program Files\Schlumberger\Smart Cards and Terminals\Cyberflex Access Kits\v4\;C:\Program Files\Executive Software\Diskeeper\;C:\usr\sap\J2E\SCS03\exe;C:\usr\sap\J2E\JC02\exe;C:\usr\sap\J2E\SYS\exe\run
    [Thr 1708] Wed Jan 17 18:33:59 2007
    [Thr 1708] *** ERROR => invalid return code of process [bootstrap] (exitcode=66) [jstartxx.c   1452]
    [Thr 1708] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc=66)
    [Thr 1708] JControlCloseProgram: started (exitcode = 66)
    [Thr 1708] JControlCloseProgram: good bye... (exitcode=66)
    Bootstrp file log below
    Bootstrap MODE:
    <INSTANCE GLOBALS>
    determined by parameter [ID0256613].
    Exception occured:
    com.sap.engine.bootstrap.SynchronizationException: Database initialization failed! Check database properties!
         at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:422)
         at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
         at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    ==[ Caused by: ]==----
    com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:360)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>(DBConnectionPool.java:125)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.<init>(PersistenceHandler.java:38)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.<init>(ConfigurationCache.java:147)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:236)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:49)
         at com.sap.engine.bootstrap.Synchronizer.<init>(Synchronizer.java:66)
         at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:419)
         at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
         at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4008]: Unknown user name/password combination
         at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
         at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:852)
         at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:511)
         at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:375)
         at com.sap.dbtech.jdbc.ConnectionSapDB.doConnect(ConnectionSapDB.java:313)
         at com.sap.dbtech.jdbc.ConnectionSapDB.<init>(ConnectionSapDB.java:108)
         at com.sap.dbtech.jdbc.DriverSapDB.connect(DriverSapDB.java:189)
         at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:219)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.createPooledConnection(OpenSQLDataSourceImpl.java:577)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.getPooledConnection(OpenSQLDataSourceImpl.java:263)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:302)
         ... 14 more
    [Bootstrap module]> Problem occured while performing synchronization.
    From the system log, i noticed ,
    log.OpenSQLResourceBundle#SQL error occurred on connection : code={0,number,integer}, state="", message="".#5#-4008#08004#[-4008]: Unknown user name/password combination#jdbc:sapdb://us21217509/J2E?timeout=0&spaceoption=true&unicode=true#<null>#
    because of the changes done by me in config tool, the username / password combination is not considered by the system properly i think. Anyways not sure what went on wrong ?
    Any idea ?
    Raja S

    Hi,
    You changed the password in J2EE instance , however maybe the change didn't go thru into the Database.
    You need to change the database password, check this link
    http://dev.mysql.com/doc/maxdb/en/ba/64b3403a493f5fe10000000a155106/frameset.htm
    Regards,
    Siddhesh

  • Jcontrol.exe not starting.

    Hi all,
    We have a java stack N01 on our machine. We are unable to start the server successfully.. Problem is
    jcontrol.exe is not starting. Its status is "Some Processes running" all the time.
    In the AS JAVA Process Table of SAPMMC:::::  SDM is starting successfully but dispatcher and server0 are not starting. Their status is "Starting FrameWork" all the time.
    I gone through many forums in SDN but couldnot find a solution.
    I am unable to start Visual Admin and ConfigTool also. I couldnot find any error message in the developer trace also.
    I am trying to resolve this issue since 1 week but couldnot find a solution. Any help is greatly admired.
    regards,
    Ramakanth.

    DEV_DISPATCHER FILE..............
    trc file: "D:\usr\sap\N01\JC03\work\dev_dispatcher", trc level: 1, release: "701"
    node name   : ID32078700
    pid         : 1576
    system name : N01
    system nr.  : 03
    started at  : Wed Apr 28 17:09:52 2010
    arguments       :
           arg[00] : D:\usr\sap\N01\JC03\exe\jlaunch.exe
           arg[01] : pf=D:\usr\sap\N01\SYS\profile\N01_JC03_paritas
           arg[02] : -DSAPINFO=N01_03_dispatcher
           arg[03] : pf=D:\usr\sap\N01\SYS\profile\N01_JC03_paritas
    [Thr 4028] Wed Apr 28 17:09:52 2010
    [Thr 4028] *** WARNING => INFO: Unknown property [instance.box.number=N01JC03paritas] [jstartxx.c   841]
    [Thr 4028] *** WARNING => INFO: Unknown property [instance.en.host=paritas] [jstartxx.c   841]
    [Thr 4028] *** WARNING => INFO: Unknown property [instance.en.port=3204] [jstartxx.c   841]
    [Thr 4028] *** WARNING => INFO: Unknown property [instance.system.id=3] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [D:\usr\sap\N01\JC03\j2ee\cluster\instance.properties]
    -> ms host    : paritas
    -> ms port    : 3904
    -> OS libs    : D:\usr\sap\N01\JC03\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : D:\usr\sap\N01\JC03\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : paritas
    -> ms port    : 3904
    -> os libs    : D:\usr\sap\N01\JC03\j2ee\os_libs
    -> admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : D:\usr\sap\N01\JC03\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID32078700 : D:\usr\sap\N01\JC03\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID32078750 : D:\usr\sap\N01\JC03\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID32078700           : D:\usr\sap\N01\JC03\j2ee\cluster\instance.properties
    -> [01] ID32078750           : D:\usr\sap\N01\JC03\j2ee\cluster\instance.properties
    [Thr 4028] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 4028] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 6788] WaitSyncSemThread: Thread 6788 started as semaphore monitor thread.
    [Thr 4200] JLaunchRequestFunc: Thread 4200 started as listener thread for np messages.
    [Thr 4028] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 4028] CPIC (version=701.2009.01.26)
    [Thr 4028] [Node: dispatcher] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_17-x64
    JStartupIReadSection: read node properties [ID32078700]
    -> node name          : dispatcher
    -> node type          : dispatcher
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_17-x64
    -> java parameters    : -verbose:gc -Djava.security.policy=./java.policy
    -> 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          : 256M
    -> init heap size     : 256M
    -> stack size         : 2M
    -> root path          : D:\usr\sap\N01\JC03\j2ee\cluster\dispatcher
    -> class path         : .\bin\boot\boot.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : D:\usr\sap\N01\JC03\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     : D:\usr\sap\N01\JC03\exe\jstartup.jar;D:\usr\sap\N01\JC03\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50000
    -> shutdown timeout   : 120000
    [Thr 4028] JLaunchISetDebugMode: set debug mode [no]
    [Thr 7348] JLaunchIStartFunc: Thread 7348 started as Java VM thread.
    [Thr 7348] [JHVM_PrepareVMOptions] use java parameters set by profile parameter
         Java Parameters: -Xss2m
    JHVM_LoadJavaVM: VM Arguments of node [dispatcher]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -verbose:gc
    -> arg[  4]: -Djava.security.policy=./java.policy
    -> arg[  5]: -Dsys.global.dir=D:\usr\sap\N01\SYS\global
    -> arg[  6]: -Dapplication.home=D:\usr\sap\N01\JC03\exe
    -> arg[  7]: -Djava.class.path=D:\usr\sap\N01\JC03\exe\jstartup.jar;D:\usr\sap\N01\JC03\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\system\bytecode.jar;.
    -> arg[  8]: -Djava.library.path=C:\j2sdk1.4.2_17-x64\jre\bin\server;C:\j2sdk1.4.2_17-x64\jre\bin;C:\j2sdk1.4.2_17-x64\bin;D:\usr\sap\N01\JC03\j2ee\os_libs;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\WBEM;D:\sapdb\programs\bin;D:\sapdb\programs\pgm;C:\Program Files\Intel\DMIX;C:\j2sdk1.4.2_19;D:\usr\sap\SM1\DVEBMGS01\exe;D:\usr\sap\trans\bin;D:\usr\sap\N01\SYS\exe\uc\NTAMD64
    -> arg[  9]: -Dmemory.manager=256M
    -> arg[ 10]: -Xmx256M
    -> arg[ 11]: -Xms256M
    -> arg[ 12]: -Xss2M
    -> arg[ 13]: -DLoadBalanceRestricted=no
    -> arg[ 14]: -Djstartup.mode=JCONTROL
    -> arg[ 15]: -Djstartup.ownProcessId=1576
    -> arg[ 16]: -Djstartup.ownHardwareId=P0481508315
    -> arg[ 17]: -Djstartup.whoami=dispatcher
    -> arg[ 18]: -Djstartup.debuggable=no
    -> arg[ 19]: -Xss2m
    -> arg[ 20]: -DSAPINFO=N01_03_dispatcher
    -> arg[ 21]: -DSAPSTARTUP=1
    -> arg[ 22]: -DSAPSYSTEM=03
    -> arg[ 23]: -DSAPSYSTEMNAME=N01
    -> arg[ 24]: -DSAPMYNAME=paritas_N01_03
    -> arg[ 25]: -DSAPDBHOST=paritas
    -> arg[ 26]: -Dj2ee.dbhost=paritas
    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 7348] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [dispatcher]
    [Thr 6988] Wed Apr 28 17:09:53 2010
    [Thr 6988] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 6988] Wed Apr 28 17:09:54 2010
    [Thr 6988] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 6988] JLaunchISetClusterId: set cluster id 32078700
    [Thr 6988] Wed Apr 28 17:09:55 2010
    [Thr 6988] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 6988] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    Wed Apr 28 17:10:00 2010
    [GC 69952K->4805K(253440K), 0.0204734 secs]
    [Thr 6864] Wed Apr 28 17:10:01 2010
    [Thr 6864] JLaunchISetP4Port: set p4 port 50304
    [Thr 4200] Wed Apr 28 17:10:54 2010
    [Thr 4200] JLaunchRequestFunc: receive command:17, argument:0 from pid:4844
    [Thr 4200] JLaunchIShutdownInvoke: set shutdown interval (stop:1272454854/end:1272454974/TO:120)
    [Thr 4200] JLaunchProcessCommand: Invoke VM Shutdown
    [Thr 4200] JHVM_FrameworkShutdownDirect: invoke direct shutdown
    [Thr 6544] Wed Apr 28 17:11:29 2010
    [Thr 6544] JLaunchISetTelnetPort: set telnet port 50308
    [Thr 6544] JLaunchISetTelnetPort: set telnet port 50308
    [Thr 4028] Wed Apr 28 17:12:56 2010
    [Thr 4028] *** WARNING => Reached shutdown timeout -> terminate [jlnchxxi.c   362]
    [Thr 4028] JLaunchCloseProgram: good bye (exitcode = -4)
    Edited by: vramakanthv on Apr 28, 2010 1:56 PM

  • Jcontrol.exe not starting - message server error

    Hello Experts,
    My jcontrol.exe is not staring and showing  the status as "Some of the processes running" from long time. It is not coming to the status "Running". I had restarted, but still faces the same issue. I am sure that i had not installed or configured anything on the machine prior to this issue. We are working on Netweaver 2004s sp17.
    my dev_control log file shows this:
    [Thr 4812] JControlICheckProcessList: process server0 started (PID:2112)
    JControlStartJLaunch: program = D:\usr\sap\NSP\JC01\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\NSP\JC01\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\NSP\SYS\profile\NSP_JC01_NSPCLNT000
    -> arg[02] = -DSAPINFO=NSP_01_sdm
    -> arg[03] = -nodeId=2
    -> arg[04] = -file=D:\usr\sap\NSP\JC01\SDM\program\config\sdm_jstartup.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_4796
    -> arg[06] = -nodeName=sdm
    -> arg[07] = -jvmOutFile=D:\usr\sap\NSP\JC01\work\jvm_sdm.out
    -> arg[08] = -stdOutFile=D:\usr\sap\NSP\JC01\work\std_sdm.out
    -> arg[09] = -locOutFile=D:\usr\sap\NSP\JC01\work\dev_sdm
    -> arg[10] = -mode=JCONTROL
    -> arg[11] = pf=D:\usr\sap\NSP\SYS\profile\NSP_JC01_NSPCLNT000
    -> lib path = PATH=D:\j2sdk1.4.2_09
    jre\bin\server;D:\j2sdk1.4.2_09
    jre\bin;C:\Program Files\HP\NCU;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\j2sdk1.4.2_09\bin\;D:\usr\sap\NSP\SYS\exe\uc\NTI386
    -> exe path = PATH=D:\j2sdk1.4.2_09
    bin;D:\usr\sap\NSP\JC01\j2ee\os_libs;C:\Program Files\HP\NCU;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\j2sdk1.4.2_09\bin\;D:\usr\sap\NSP\SYS\exe\uc\NTI386
    [Thr 4812] JControlICheckProcessList: process SDM started (PID:3660)
    [Thr 4812] JControlMSSendLogon: delete SDM logon information (rc=0)
    [Thr 4812] Wed Nov 11 11:53:17 2009
    [Thr 4812] JControlMSSendLogon: insert SDM logon information (port=50118; rc=0)
    my dev_control.b00 shows below
    [Thr 7316] JControlICheckProcessList: process SDM started (PID:944)
    [Thr 7316] *** ERROR => MsIModState: not_attached [msxxi.c      3838]
    [Thr 7316] *** ERROR => Can't modify message server state (state = 3, rc = -3) [jcntrms.c    841]
    [Thr 6628] Wed Nov 11 11:48:33 2009
    [Thr 6628] ***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 2823]
    [Thr 6628] *** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 0 / sock 1684
        (SI_ECONN_REFUSE/10061; I4; ST; 10.245.105.31:3900) [nixxi.cpp    2823]
    [Thr 6628] *** ERROR => MsIAttachEx: NiBufConnect to NSPCLNT000/3900 failed (rc=NIECONN_REFUSED) [msxxi.c      652]
    [Thr 6628] *** WARNING => Can't reconnect to message server (NSPCLNT000/3900) [rc = -100]-> reconnect [jcntrms.c    368]
    [Thr 5636] Wed Nov 11 11:48:35 2009
    [Thr 5636] JControlSigInt: signal = 2
    [Thr 5636] JControlIStopInstance: shutting down (command: 0)
    [Thr 5636] *** ERROR => MsIModState: not_attached [msxxi.c      3838]
    [Thr 5636] *** ERROR => Can't modify message server state (state = 6, rc = -3) [jcntrms.c    841]
    [Thr 5636] JControlIProcessSoftKill: soft kill of process dispatcher (pid:5536)
    [Thr 5636] JControlIProcessSoftKill: soft kill of process server0 (pid:2232)
    [Thr 5636] JControlIProcessSoftKill: soft kill of process SDM (pid:944)
    [Thr 7316] JControlICheckProcessList: process dispatcher (pid:5536) died (STOPPING)
    [Thr 7316] JControlIResetProcess: reset process dispatcher
    [Thr 7316] JControlICheckProcessList: process server0 (pid:2232) died (STOPPING)
    [Thr 7316] JControlIResetProcess: reset process server0
    [Thr 7316] JControlICheckProcessList: process SDM (pid:944) died (STOPPING)
    [Thr 7316] JControlIResetProcess: reset process SDM
    [Thr 7316] *** ERROR => MsIModState: not_attached [msxxi.c      3838]
    [Thr 7316] *** ERROR => Can't modify message server state (state = 7, rc = -3) [jcntrms.c    841]
    [Thr 7316] JControlCloseProgram: started (exitcode = 0)
    [Thr 6628] Wed Nov 11 11:48:39 2009
    [Thr 6628] ***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 2823]
    [Thr 6628] *** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 0 / sock 1744
        (SI_ECONN_REFUSE/10061; I4; ST; 10.245.105.31:3900) [nixxi.cpp    2823]
    [Thr 6628] *** ERROR => MsIAttachEx: NiBufConnect to NSPCLNT000/3900 failed (rc=NIECONN_REFUSED) [msxxi.c      652]
    [Thr 6628] *** WARNING => Can't reconnect to message server (NSPCLNT000/3900) [rc = -100]-> reconnect [jcntrms.c    368]
    But, here my message server settings are correct, i did not changes those.
    any help will be appreciated.
    Thanks in Advance
    Regards
    Sunil Chiluveru

    hello,
    Could anyone help me in solving this issue...
    Unable to resolve this issue....
    server0 is hanging after this below text in log file
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 6136] Wed Nov 18 10:24:05 2009
    [Thr 6136] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 6136] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 6136] JLaunchISetClusterId: set cluster id 12432550
    [Thr 6136] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 6136] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    [Thr 5860] Wed Nov 18 10:27:45 2009
    [Thr 5860] JHVM_RegisterNatives: registering methods in com.sap.mw.rfc.driver.CpicDriver
    [Thr 6488] Wed Nov 18 10:27:49 2009
    [Thr 6488] JHVM_RegisterNatives: registering methods in com.sap.security.core.server.vsi.service.jni.VirusScanInterface
    [Thr 6136] Wed Nov 18 10:28:09 2009
    [Thr 6136] JLaunchISetState: change state from [Starting (2)] to [Starting applications (10)]
    Wed Nov 18 10:31:30 2009
    Excluding compile:  com.sap.engine.services.webservices.jaxrpc.encoding.TypeMappingImpl::initializeRelations
    Regards
    Sunilchiluveru

  • Jcontrol.exe stopped

    Hello Experts
    I am trying to start the Java system, after some time i found that jcontrol.exe  and msg_server.EXE stopped.
    Here is the log,
    D:\usr\sap\BIJ\JC06\work
    [Thr 7016] Tue Aug 31 10:26:54 2010
    [Thr 7016] ***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 2835]
    [Thr 7016] *** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 0 / sock 724
        (SI_ECONN_REFUSE/10061; I4; ST; 192.168.1.7:3907) [nixxi.cpp    2835]
    [Thr 7016] *** ERROR => MsIAttachEx: NiBufConnect to paritas/3907 failed (rc=NIECONN_REFUSED) [msxxi.c      652]
    [Thr 7016] *** WARNING => Can't attach to message server (paritas/3907) [rc = -100]-> reconnect [jcntrms.c    368]
    [Thr 7016] Tue Aug 31 10:27:00 2010
    [Thr 7016] ***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 2835]
    [Thr 7016] *** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 0 / sock 724
        (SI_ECONN_REFUSE/10061; I4; ST; 192.168.1.7:3907) [nixxi.cpp    2835]
    [Thr 7016] *** ERROR => MsIAttachEx: NiBufConnect to paritas/3907 failed (rc=NIECONN_REFUSED) [msxxi.c      652]
    [Thr 7016] *** ERROR => Can't attach to message server (paritas/3907) [rc = -100]-> terminate [jcntrms.c    374]
    [Thr 7016] JControlCloseProgram: started (exitcode = -100)
    [Thr 7016] *** ERROR => MsIModState: not_attached [msxxi.c      3838]
    [Thr 7016] *** ERROR => Can't modify message server state (state = 7, rc = -3) [jcntrms.c    841]
    [Thr 7016] JControlCloseProgram: good bye... (exitcode = -100)
    Thanks in advance
    Uday

    Hi Uday,
    1] Is the license applied? Usually within 4 weeks of fresh installation, license has to be applied in order to continue usage.
    2] Check whether your user sapjsf is locked or not?
    3] Check the Connectivity of SAP to database?
    4] Have you tried stopping the message server and restarting the instances?
    5] If it's a Unix system,IBM java can be used else Sun JVM will only work. Try reinstalling the new jdk and reboot the server / restart WAS through MMC.
    6] Check whether message server is asking for http port? Though its not being used, it is required. Assigned another port to ms/http_port and started the instance
    7] Check whether your default profile was not correctly generated by the installation?
    8] Check whether required services are started at services.msc?
    Hope this helps you
    Regards,
    Vaibhav

  • Jcontrol.exe won't start - NW2004s

    Hi All,
      I have deployed the NW2004s 'Developer Workplace' on my machine. Once the installation completed successfully, the Server was up and running fine. But i'm not able to restart the server (jcontrol.exe stays yellow). Dispatcher is up and running, so is SDM server but not the J2EE server. I have increased the Java heap size to 512m and also modified the parameter 'jstartup/trimming_properties = off' in the profile folder (Not sure what this does but it was mentioned in one of the posts to fix the problem).
    Please let me know what do i need to fix the problem.
    Appreciate all the help.
    Regards,
    Vishal.

    Hi,
      Thanks for the help. I tried but couldn't resolve it. I have copied the contents of dev_jcontrol and bootstrap_ID11962850. In dev_jcontrol, i could see the message as server0 started but in MMC, it's still yellow.
    bootstrap_ID11962850 :
    trc file: "C:\usr\sap\J2E\JC01\work\dev_bootstrap_ID11962850", trc level: 1, release: "700"
    node name   : bootstrap_ID11962850
    pid         : 2900
    system name : J2E
    system nr.  : 01
    started at  : Fri Feb 24 10:09:44 2006
    arguments       :
           arg[00] : C:\usr\sap\J2E\JC01\exe\jlaunch.exe
           arg[01] : pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_PC2389
           arg[02] : -DSAPINFO=J2E_01_bootstrap
           arg[03] : pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_PC2389
    [Thr 2904] Fri Feb 24 10:09:44 2006
    [Thr 2904] *** WARNING => INFO: Unknown property [instance.box.number=J2EJC01pc2389] [jstartxx.c   841]
    [Thr 2904] *** WARNING => INFO: Unknown property [instance.system.id=1] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties]
    -> ms host    : PC2389
    -> ms port    : 3900
    -> OS libs    : C:\usr\sap\J2E\JC01\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : PC2389
    -> ms port    : 3900
    -> os libs    : C:\usr\sap\J2E\JC01\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID11962800 : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID11962850 : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID11962800           : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> [01] ID11962850           : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    [Thr 2904] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 2904] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 2908] JLaunchRequestFunc: Thread 2908 started as listener thread for np messages.
    [Thr 2912] WaitSyncSemThread: Thread 2912 started as semaphore monitor thread.
    [Thr 2904] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 2904] CPIC (version=700.2005.12.02)
    [Thr 2904] [Node: server0 bootstrap] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_09
    [Thr 2904] JStartupICheckFrameworkPackage: can't find framework package C:\usr\sap\J2E\JC01\exe\jvmx.jar
    JStartupIReadSection: read node properties [bootstrap_ID11962850]
    -> node name          : server0 bootstrap
    -> node type          : bootstrap
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_09
    -> java parameters    : -Djco.jarm=1
    -> java vm version    : 1.4.2_09-b05
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 512M
    -> root path          : C:\usr\sap\J2E\JC01\j2ee\cluster
    -> class path         : .\bootstrap\launcher.jar
    -> OS libs path       : C:\usr\sap\J2E\JC01\j2ee\os_libs
    -> main class         : com.sap.engine.offline.OfflineToolStart
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : C:\usr\sap\J2E\JC01\exe\jstartup.jar;C:\usr\sap\J2E\JC01\exe\jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID011962850
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    [Thr 2940] JLaunchIStartFunc: Thread 2940 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [server0 bootstrap]
    -> stack   : 262144 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djco.jarm=1
    -> arg[  4]: -Dsys.global.dir=C:\usr\sap\J2E\SYS\global
    -> arg[  5]: -Dapplication.home=C:\usr\sap\J2E\JC01\exe
    -> arg[  6]: -Djava.class.path=C:\usr\sap\J2E\JC01\exe\jstartup.jar;C:\usr\sap\J2E\JC01\exe\jvmx.jar;.\bootstrap\launcher.jar
    -> arg[  7]: -Djava.library.path=C:\j2sdk1.4.2_09\jre\bin\server;C:\j2sdk1.4.2_09\jre\bin;C:\j2sdk1.4.2_09\bin;C:\usr\sap\J2E\JC01\j2ee\os_libs;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Common Files\Adaptec Shared\System;C:\usr\sap\J2E\SYS\exe\uc\NTI386
    -> arg[  8]: -Dmemory.manager=512M
    -> arg[  9]: -Xmx512M
    -> arg[ 10]: -DLoadBalanceRestricted=no
    -> arg[ 11]: -Djstartup.mode=BOOTSTRAP
    -> arg[ 12]: -Djstartup.ownProcessId=2900
    -> arg[ 13]: -Djstartup.ownHardwareId=S1501869309
    -> arg[ 14]: -Djstartup.whoami=bootstrap
    -> arg[ 15]: -Djstartup.debuggable=yes
    -> arg[ 16]: -DSAPINFO=J2E_01_bootstrap
    -> arg[ 17]: -DSAPSTARTUP=1
    -> arg[ 18]: -DSAPSYSTEM=01
    -> arg[ 19]: -DSAPSYSTEMNAME=J2E
    -> arg[ 20]: -DSAPMYNAME=PC2389_J2E_01
    -> arg[ 21]: -DSAPDBHOST=PC2389
    -> arg[ 22]: -Dj2ee.dbhost=PC2389
    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
    [Thr 2940] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0 bootstrap]
    -> arg[  0]: com.sap.engine.bootstrap.Bootstrap
    -> arg[  1]: ./bootstrap
    -> arg[  2]: ID011962850
    [Thr 2940] Fri Feb 24 10:09:46 2006
    [Thr 2940] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 2352] Fri Feb 24 10:09:49 2006
    [Thr 2352] JLaunchIExitJava: exit hook is called (rc = 0)
    [Thr 2352] JLaunchCloseProgram: good bye (exitcode = 0)
    dev_jcontrol:
    trc file: "C:\usr\sap\J2E\JC01\work\dev_jcontrol", trc level: 1, release: "700"
    node name   : jcontrol
    pid         : 3372
    system name : J2E
    system nr.  : 01
    started at  : Fri Feb 24 10:08:59 2006
    arguments       :
           arg[00] : C:\usr\sap\J2E\JC01\exe\jcontrol.EXE
           arg[01] : pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_PC2389
    [Thr 3396] Fri Feb 24 10:08:59 2006
    [Thr 3396] *** WARNING => INFO: Unknown property [instance.box.number=J2EJC01pc2389] [jstartxx.c   841]
    [Thr 3396] *** WARNING => INFO: Unknown property [instance.system.id=1] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties;C:\usr\sap\J2E\JC01\SDM\program\config\sdm_jstartup.properties]
    -> ms host    : PC2389
    -> ms port    : 3900
    -> OS libs    : C:\usr\sap\J2E\JC01\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> files [01] : C:\usr\sap\J2E\JC01\SDM\program\config\sdm_jstartup.properties
    Instance properties
    -> ms host    : PC2389
    -> ms port    : 3900
    -> os libs    : C:\usr\sap\J2E\JC01\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID11962800 : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID11962850 : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID11962800           : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> [01] ID11962850           : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> [02] sdm                  : C:\usr\sap\J2E\JC01\SDM\program\config\sdm_jstartup.properties
    [Thr 3396] JControlExecuteBootstrap: execute bootstrap process [bootstrap]
    [Thr 3396] [Node: bootstrap] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_09
    [Thr 3396] JStartupICheckFrameworkPackage: can't find framework package C:\usr\sap\J2E\JC01\exe\jvmx.jar
    JStartupIReadSection: read node properties [bootstrap]
    -> node name          : bootstrap
    -> node type          : bootstrap
    -> node execute       : yes
    -> java path          : C:\j2sdk1.4.2_09
    -> java parameters    : -Djco.jarm=1
    -> java vm version    : 1.4.2_09-b05
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 512M
    -> root path          : C:\usr\sap\J2E\JC01\j2ee\cluster
    -> class path         : .\bootstrap\launcher.jar
    -> OS libs path       : C:\usr\sap\J2E\JC01\j2ee\os_libs
    -> main class         : com.sap.engine.offline.OfflineToolStart
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : C:\usr\sap\J2E\JC01\exe\jstartup.jar;C:\usr\sap\J2E\JC01\exe\jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0119628
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    JControlStartJLaunch: program = C:\usr\sap\J2E\JC01\exe\jlaunch.exe
    -> arg[00] = C:\usr\sap\J2E\JC01\exe\jlaunch.exe
    -> arg[01] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_PC2389
    -> arg[02] = -DSAPINFO=J2E_01_bootstrap
    -> arg[03] = -nodeId=-1
    -> arg[04] = -file=C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_3372
    -> arg[06] = -nodeName=bootstrap
    -> arg[07] = -jvmOutFile=C:\usr\sap\J2E\JC01\work\jvm_bootstrap.out
    -> arg[08] = -stdOutFile=C:\usr\sap\J2E\JC01\work\std_bootstrap.out
    -> arg[09] = -locOutFile=C:\usr\sap\J2E\JC01\work\dev_bootstrap
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_PC2389
    -> lib path = PATH=C:\j2sdk1.4.2_09\jre\bin\server;C:\j2sdk1.4.2_09\jre\bin;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Common Files\Adaptec Shared\System;C:\usr\sap\J2E\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_09\bin;C:\usr\sap\J2E\JC01\j2ee\os_libs;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Common Files\Adaptec Shared\System;C:\usr\sap\J2E\SYS\exe\uc\NTI386
    [Thr 3396] Fri Feb 24 10:09:37 2006
    [Thr 3396] JControlExecuteBootstrap: read instance values after global bootstrap
    [Thr 3396] *** WARNING => INFO: Unknown property [instance.box.number=J2EJC01pc2389] [jstartxx.c   841]
    [Thr 3396] *** WARNING => INFO: Unknown property [instance.system.id=1] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties;C:\usr\sap\J2E\JC01\SDM\program\config\sdm_jstartup.properties]
    -> ms host    : PC2389
    -> ms port    : 3900
    -> OS libs    : C:\usr\sap\J2E\JC01\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    [Thr 3396] JControlExecuteBootstrap: enumerate the nodes after global bootstrap
    Used property files
    -> files [00] : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> files [01] : C:\usr\sap\J2E\JC01\SDM\program\config\sdm_jstartup.properties
    Instance properties
    -> ms host    : PC2389
    -> ms port    : 3900
    -> os libs    : C:\usr\sap\J2E\JC01\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID11962800 : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID11962850 : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID11962800           : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> [01] ID11962850           : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> [02] sdm                  : C:\usr\sap\J2E\JC01\SDM\program\config\sdm_jstartup.properties
    [Thr 3396] JControlExecuteBootstrap: execute bootstrap process [bootstrap_ID11962800]
    [Thr 3396] [Node: dispatcher bootstrap] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_09
    [Thr 3396] JStartupICheckFrameworkPackage: can't find framework package C:\usr\sap\J2E\JC01\exe\jvmx.jar
    JStartupIReadSection: read node properties [bootstrap_ID11962800]
    -> node name          : dispatcher bootstrap
    -> node type          : bootstrap
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_09
    -> java parameters    : -Djco.jarm=1
    -> java vm version    : 1.4.2_09-b05
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 64M
    -> root path          : C:\usr\sap\J2E\JC01\j2ee\cluster
    -> class path         : .\bootstrap\launcher.jar
    -> OS libs path       : C:\usr\sap\J2E\JC01\j2ee\os_libs
    -> main class         : com.sap.engine.offline.OfflineToolStart
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : C:\usr\sap\J2E\JC01\exe\jstartup.jar;C:\usr\sap\J2E\JC01\exe\jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID011962800
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    JControlStartJLaunch: program = C:\usr\sap\J2E\JC01\exe\jlaunch.exe
    -> arg[00] = C:\usr\sap\J2E\JC01\exe\jlaunch.exe
    -> arg[01] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_PC2389
    -> arg[02] = -DSAPINFO=J2E_01_bootstrap
    -> arg[03] = -nodeId=-1
    -> arg[04] = -file=C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_3372
    -> arg[06] = -nodeName=bootstrap_ID11962800
    -> arg[07] = -jvmOutFile=C:\usr\sap\J2E\JC01\work\jvm_bootstrap_ID11962800.out
    -> arg[08] = -stdOutFile=C:\usr\sap\J2E\JC01\work\std_bootstrap_ID11962800.out
    -> arg[09] = -locOutFile=C:\usr\sap\J2E\JC01\work\dev_bootstrap_ID11962800
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_PC2389
    -> lib path = PATH=C:\j2sdk1.4.2_09\jre\bin\server;C:\j2sdk1.4.2_09\jre\bin;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Common Files\Adaptec Shared\System;C:\usr\sap\J2E\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_09\bin;C:\usr\sap\J2E\JC01\j2ee\os_libs;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Common Files\Adaptec Shared\System;C:\usr\sap\J2E\SYS\exe\uc\NTI386
    [Thr 3396] Fri Feb 24 10:09:44 2006
    [Thr 3396] JControlExecuteBootstrap: execute bootstrap process [bootstrap_ID11962850]
    [Thr 3396] [Node: server0 bootstrap] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_09
    [Thr 3396] JStartupICheckFrameworkPackage: can't find framework package C:\usr\sap\J2E\JC01\exe\jvmx.jar
    JStartupIReadSection: read node properties [bootstrap_ID11962850]
    -> node name          : server0 bootstrap
    -> node type          : bootstrap
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_09
    -> java parameters    : -Djco.jarm=1
    -> java vm version    : 1.4.2_09-b05
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 512M
    -> root path          : C:\usr\sap\J2E\JC01\j2ee\cluster
    -> class path         : .\bootstrap\launcher.jar
    -> OS libs path       : C:\usr\sap\J2E\JC01\j2ee\os_libs
    -> main class         : com.sap.engine.offline.OfflineToolStart
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : C:\usr\sap\J2E\JC01\exe\jstartup.jar;C:\usr\sap\J2E\JC01\exe\jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID011962850
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    JControlStartJLaunch: program = C:\usr\sap\J2E\JC01\exe\jlaunch.exe
    -> arg[00] = C:\usr\sap\J2E\JC01\exe\jlaunch.exe
    -> arg[01] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_PC2389
    -> arg[02] = -DSAPINFO=J2E_01_bootstrap
    -> arg[03] = -nodeId=-1
    -> arg[04] = -file=C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_3372
    -> arg[06] = -nodeName=bootstrap_ID11962850
    -> arg[07] = -jvmOutFile=C:\usr\sap\J2E\JC01\work\jvm_bootstrap_ID11962850.out
    -> arg[08] = -stdOutFile=C:\usr\sap\J2E\JC01\work\std_bootstrap_ID11962850.out
    -> arg[09] = -locOutFile=C:\usr\sap\J2E\JC01\work\dev_bootstrap_ID11962850
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_PC2389
    -> lib path = PATH=C:\j2sdk1.4.2_09\jre\bin\server;C:\j2sdk1.4.2_09\jre\bin;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Common Files\Adaptec Shared\System;C:\usr\sap\J2E\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_09\bin;C:\usr\sap\J2E\JC01\j2ee\os_libs;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Common Files\Adaptec Shared\System;C:\usr\sap\J2E\SYS\exe\uc\NTI386
    [Thr 3112] Fri Feb 24 10:09:51 2006
    [Thr 3112] JControlRequestFunc: Thread 3112 started as listener thread for np messages.
    [Thr 3396] JControlIBuildProcessList: Maximum error count is set to 4
    [Thr 3396] [Node: dispatcher] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_09
    [Thr 3396] JStartupICheckFrameworkPackage: can't find framework package C:\usr\sap\J2E\JC01\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID11962800]
    -> node name          : dispatcher
    -> node type          : dispatcher
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_09
    -> java parameters    : -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Djco.jarm=1 -XX:NewSize=10m -XX:MaxNewSize=10m -XX:+DisableExplicitGC -Drdbms.driverLocation=c:/sapdb/programs/runtime/jar/sapdbc.jar
    -> java vm version    : 1.4.2_09-b05
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 64M
    -> init heap size     : 64M
    -> root path          : C:\usr\sap\J2E\JC01\j2ee\cluster\dispatcher
    -> class path         : .\bin\boot\boot.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : C:\usr\sap\J2E\JC01\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     : C:\usr\sap\J2E\JC01\exe\jstartup.jar;C:\usr\sap\J2E\JC01\exe\jvmx.jar
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    [Thr 3396] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_09
    [Thr 3396] JStartupICheckFrameworkPackage: can't find framework package C:\usr\sap\J2E\JC01\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID11962850]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_09
    -> java parameters    : -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 -Dorg.xml.sax.driver=com.sap.engine.lib.xml.parser.SAXParser -Djco.jarm=1 -Dsun.io.useCanonCaches=false -XX:NewSize=85m -XX:MaxNewSize=85m -XX:MaxPermSize=192m -Djava.awt.headless=true -XX:PermSize=192m -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -XX:SoftRefLRUPolicyMSPerMB=1 -verbose:gc -XX:DisableExplicitGC -XX:PrintGCDetails -XX:PrintGCTimeStamps -XX:UseParNewGC -Drdbms.driverLocation=c:/sapdb/programs/runtime/jar/sapdbc.jar
    -> java vm version    : 1.4.2_09-b05
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 512M
    -> init heap size     : 512M
    -> root path          : C:\usr\sap\J2E\JC01\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : C:\usr\sap\J2E\JC01\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     : C:\usr\sap\J2E\JC01\exe\jstartup.jar;C:\usr\sap\J2E\JC01\exe\jvmx.jar
    -> parameters         :
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 50121
    -> shutdown timeout   : 120000
    [Thr 3396] [Node: SDM] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_09
    [Thr 3396] JStartupICheckFrameworkPackage: can't find framework package C:\usr\sap\J2E\JC01\exe\jvmx.jar
    JStartupIReadSection: read node properties [sdm]
    -> node name          : SDM
    -> node type          : sdm
    -> node execute       : yes
    -> java path          : C:\j2sdk1.4.2_09
    -> java parameters    :
    -> java vm version    : 1.4.2_09-b05
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 128M
    -> root path          : C:\usr\sap\J2E\JC01\SDM\program
    -> class path         : C:\usr\sap\J2E\JC01\SDM\program\bin\SDM.jar
    -> OS libs path       : C:\usr\sap\J2E\JC01\j2ee\os_libs
    -> main class         : SDMInternal
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : C:\usr\sap\J2E\JC01\exe\jstartup.jar;C:\usr\sap\J2E\JC01\exe\jvmx.jar
    -> shutdown class     : com.sap.sdm.jstartup.shutdown.InternalShutDown
    -> parameters         : server sdmhome=C:\usr\sap\J2E\JC01\SDM\program
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    [Thr 3396] JControlMSConnect: attached to message server (PC2389/3900)
    JControlStartJLaunch: program = C:\usr\sap\J2E\JC01\exe\jlaunch.exe
    -> arg[00] = C:\usr\sap\J2E\JC01\exe\jlaunch.exe
    -> arg[01] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_PC2389
    -> arg[02] = -DSAPINFO=J2E_01_dispatcher
    -> arg[03] = -nodeId=0
    -> arg[04] = -file=C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_3372
    -> arg[06] = -nodeName=ID11962800
    -> arg[07] = -jvmOutFile=C:\usr\sap\J2E\JC01\work\jvm_dispatcher.out
    -> arg[08] = -stdOutFile=C:\usr\sap\J2E\JC01\work\std_dispatcher.out
    -> arg[09] = -locOutFile=C:\usr\sap\J2E\JC01\work\dev_dispatcher
    -> arg[10] = -mode=JCONTROL
    -> arg[11] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_PC2389
    -> lib path = PATH=C:\j2sdk1.4.2_09\jre\bin\server;C:\j2sdk1.4.2_09\jre\bin;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Common Files\Adaptec Shared\System;C:\usr\sap\J2E\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_09\bin;C:\usr\sap\J2E\JC01\j2ee\os_libs;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Common Files\Adaptec Shared\System;C:\usr\sap\J2E\SYS\exe\uc\NTI386
    [Thr 3100] JControlMSMessageFunc: Thread 3100 started as listener thread for ms messages.
    [Thr 3396] JControlICheckProcessList: process dispatcher started (PID:3148)
    JControlStartJLaunch: program = C:\usr\sap\J2E\JC01\exe\jlaunch.exe
    -> arg[00] = C:\usr\sap\J2E\JC01\exe\jlaunch.exe
    -> arg[01] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_PC2389
    -> arg[02] = -DSAPINFO=J2E_01_server
    -> arg[03] = -nodeId=1
    -> arg[04] = -file=C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_3372
    -> arg[06] = -nodeName=ID11962850
    -> arg[07] = -jvmOutFile=C:\usr\sap\J2E\JC01\work\jvm_server0.out
    -> arg[08] = -stdOutFile=C:\usr\sap\J2E\JC01\work\std_server0.out
    -> arg[09] = -locOutFile=C:\usr\sap\J2E\JC01\work\dev_server0
    -> arg[10] = -mode=JCONTROL
    -> arg[11] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_PC2389
    -> lib path = PATH=C:\j2sdk1.4.2_09\jre\bin\server;C:\j2sdk1.4.2_09\jre\bin;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Common Files\Adaptec Shared\System;C:\usr\sap\J2E\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_09\bin;C:\usr\sap\J2E\JC01\j2ee\os_libs;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Common Files\Adaptec Shared\System;C:\usr\sap\J2E\SYS\exe\uc\NTI386
    [Thr 3396] JControlICheckProcessList: process server0 started (PID:3160)
    JControlStartJLaunch: program = C:\usr\sap\J2E\JC01\exe\jlaunch.exe
    -> arg[00] = C:\usr\sap\J2E\JC01\exe\jlaunch.exe
    -> arg[01] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_PC2389
    -> arg[02] = -DSAPINFO=J2E_01_sdm
    -> arg[03] = -nodeId=2
    -> arg[04] = -file=C:\usr\sap\J2E\JC01\SDM\program\config\sdm_jstartup.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_3372
    -> arg[06] = -nodeName=sdm
    -> arg[07] = -jvmOutFile=C:\usr\sap\J2E\JC01\work\jvm_sdm.out
    -> arg[08] = -stdOutFile=C:\usr\sap\J2E\JC01\work\std_sdm.out
    -> arg[09] = -locOutFile=C:\usr\sap\J2E\JC01\work\dev_sdm
    -> arg[10] = -mode=JCONTROL
    -> arg[11] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_PC2389
    -> lib path = PATH=C:\j2sdk1.4.2_09\jre\bin\server;C:\j2sdk1.4.2_09\jre\bin;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Common Files\Adaptec Shared\System;C:\usr\sap\J2E\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_09\bin;C:\usr\sap\J2E\JC01\j2ee\os_libs;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Common Files\Adaptec Shared\System;C:\usr\sap\J2E\SYS\exe\uc\NTI386
    [Thr 3396] JControlICheckProcessList: process SDM started (PID:3164)
    I even upgraded the RAM to 2GB but still the same.
    Appreciate your help.
    Regards,
    Vishal.
    Message was edited by: VSingh

  • Process Jcontrol.exe not started

    Hi Basis Gurus
    I have a new SAP NW PI 7.0 instance and I am facing few issues relating to Integration Server(abap) cache refresh etc.
    On investigating I have found that in SAP MMC process Jcontrol.exe is in yellow status and always has a status "Starting the process".
    I have no idea about this process and I am not a SAP Basis guy.
    My question is ... Is this process of significant importance for SAP PI to work  properly.
    If yes then what can be done to resolve this issue.
    Thanx
    Lovein
    (P.S System info of this instance shows kernel patch as  7.00 PatchLevel 109886.44)

    Hi Mahesh
    Note 940309 is interesting. But why do you think this can be relevant in my issue.
    I do not have a different client for my integration server.
    I have only 1 client 001 .
    Another note 741214 suggests to do a cpa cache refresh using Directory server user I believe PIDIRUSER.
    If, for some reason, the cache contents do not correspond to the configuration data maintained in the directory and the activation of the change lists in the directory does not work, a cache refresh (both full and delta) can also be started manually on the Adapter Engine Cache page.
    To do this, call the following URL:
    http://<host>:<J2EE-Port>/CPACache/refresh?mode=full|delta (Directory service user)
    But when I perform cache refresh I do get error user is not authorized. I checked sap guides and verified that user has role "SAP_XI_ID_SERV_USER"  and profile "Profil zur Rolle SAP_XI_ID_SERV_USER" maintained in system.
    Thanx
    Lovein

  • Jcontrol.exe has  stopped

    hi every one..
             im using EP6.0 .. when im starintg the server one of the proces jcontrol.exe the status is stopped and im unable to do further..
                   plz help me regarding to this..

    Hi,
    Try this:
    1.Stop all SAP instances
    2.Stop the DB
    3.Stop the listner
    Logoff, and logon to the server as <sid>adm
    then:
    1.Start the listner (dos window ---> lsnrctl start)
    2.Start the DB
    3.Start the SAP Instances
    It should start correctly now.
    Kind Regards
    Ian Henderson

  • MMC for Portal - Status of jcontrol.EXE  - information not available

    Hi All
    I am having an issues with our Portal MMC, in the status of the jcontrol.EXE we are getting the message "information not available". The portal actually starts up ok and can be used, however I am concerned that there are other issues which have not yet been reported.
    I have looked through the defaultTrace.0.trc and cannot see anything obvious that points to an issue.
    Does anyone have any ideas?
    We are have Netweaver Portal 7 SP18
    Thanks
    Phil

    Unfortunatelly the http://hostname:5113/ does not display anything.
    The jcmon seems fine:
    SAP System Name   : EPD
    SAP System        : 04
    MS Host           : perth
    MS Port           : 3903
    Process Count     : 3
    PID of JControl   : 3928
    State of JControl : All processes running
    State inside MS   : All processes running
    Admin URL         :
    Idx
    Name
    Type
    PID
    State
    Err
    or
    Restart
    Debug
    Debug
    Debug
    Cou
    nt
    Mode
    Prep.
    Mode
    Port
    0
    dispatcher
    J2EE Dispatcher
    6368
    Running
    0|yes    |no   |no   | 50000|
    1
    server0
    J2EE Server
    6360
    Running
    0|yes    |no   |no   | 50421|
    2
    SDM
    SDM Server
    6352
    Running
    0|yes    |yes  |no   | 50002|
    SAP System Name   : EPD
    SAP System        : 04
    MS Host           : perth
    MS Port           : 3903
    Process Count     : 3
    PID of JControl   : 3928
    State of JControl : All processes running
    State inside MS   : All processes running
    Admin URL         :
    Idx
    Name
    PID
    State
    Error
    Restart
    0
    dispatcher
    6368
    Running
    0
    yes
    1
    server0
    6360
    Running
    0
    yes
    2
    SDM
    6352
    Running
    0
    yes
    ============================================================
    JControl Monitor Program - Administration Menu  (Local)
    Instance : JC_perth_EPD_04

  • JControl.Exe is not coming up

    Hello Experts,
    I am new to EP and i hav just installed the EP 7.0.The installation waz successful but when i am trying to start the Jva Engine it says in the processes that the JControl.Exe is stopped..plzzz HELP.
    Thanx

    Hi Sreedhar,
    Thanx for ur quick reply. I am sending u the log file of dev_jcontrol.b00, please help me..thank you
    trc file: "D:\usr\sap\UP5\JC05\work\dev_jcontrol", trc level: 1, release: "700"
    node name   : jcontrol
    pid         : 5800
    system name : UP5
    system nr.  : 05
    started at  : Wed Sep 17 15:02:37 2008
    arguments       :
           arg[00] : D:\usr\sap\UP5\JC05\exe\jcontrol.EXE
           arg[01] : pf=D:\usr\sap\UP5\SYS\profile\UP5_JC05_appsupg05
    [Thr 1880] Wed Sep 17 15:02:37 2008
    [Thr 1880] *** WARNING => INFO: Unknown property [instance.box.number=UP5JC05appsupg05] [jstartxx.c   841]
    [Thr 1880] *** WARNING => INFO: Unknown property [instance.en.host=appsupg05] [jstartxx.c   841]
    [Thr 1880] *** WARNING => INFO: Unknown property [instance.en.port=3206] [jstartxx.c   841]
    [Thr 1880] *** WARNING => INFO: Unknown property [instance.system.id=5] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [D:\usr\sap\UP5\JC05\j2ee\cluster\instance.properties;D:\usr\sap\UP5\JC05\SDM\program\config\sdm_jstartup.properties]
    -> ms host    : appsupg05
    -> ms port    : 3906
    -> OS libs    : D:\usr\sap\UP5\JC05\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : D:\usr\sap\UP5\JC05\j2ee\cluster\instance.properties
    -> files [01] : D:\usr\sap\UP5\JC05\SDM\program\config\sdm_jstartup.properties
    Instance properties
    -> ms host    : appsupg05
    -> ms port    : 3906
    -> os libs    : D:\usr\sap\UP5\JC05\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : D:\usr\sap\UP5\JC05\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID54132800 : D:\usr\sap\UP5\JC05\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID54132850 : D:\usr\sap\UP5\JC05\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID54132800           : D:\usr\sap\UP5\JC05\j2ee\cluster\instance.properties
    -> [01] ID54132850           : D:\usr\sap\UP5\JC05\j2ee\cluster\instance.properties
    -> [02] sdm                  : D:\usr\sap\UP5\JC05\SDM\program\config\sdm_jstartup.properties
    [Thr 1880] JControlExecuteBootstrap: execute bootstrap process [bootstrap]
    [Thr 1880] [Node: bootstrap] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13
    [Thr 1880] JStartupICheckFrameworkPackage: can't find framework package D:\usr\sap\UP5\JC05\exe\jvmx.jar
    JStartupIReadSection: read node properties [bootstrap]
    -> node name          : bootstrap
    -> node type          : bootstrap
    -> node execute       : yes
    -> java path          : C:\j2sdk1.4.2_13
    -> java parameters    : -Djco.jarm=1
    -> java vm version    : 1.4.2_13-b06
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 512M
    -> root path          : D:\usr\sap\UP5\JC05\j2ee\cluster
    -> class path         : .\bootstrap\launcher.jar
    -> OS libs path       : D:\usr\sap\UP5\JC05\j2ee\os_libs
    -> main class         : com.sap.engine.offline.OfflineToolStart
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : D:\usr\sap\UP5\JC05\exe\jstartup.jar;D:\usr\sap\UP5\JC05\exe\jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0541328
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    JControlStartJLaunch: program = D:\usr\sap\UP5\JC05\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\UP5\JC05\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\UP5\SYS\profile\UP5_JC05_appsupg05
    -> arg[02] = -DSAPINFO=UP5_05_bootstrap
    -> arg[03] = -nodeId=-1
    -> arg[04] = -file=D:\usr\sap\UP5\JC05\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_5800
    -> arg[06] = -nodeName=bootstrap
    -> arg[07] = -jvmOutFile=D:\usr\sap\UP5\JC05\work\jvm_bootstrap.out
    -> arg[08] = -stdOutFile=D:\usr\sap\UP5\JC05\work\std_bootstrap.out
    -> arg[09] = -locOutFile=D:\usr\sap\UP5\JC05\work\dev_bootstrap
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=D:\usr\sap\UP5\SYS\profile\UP5_JC05_appsupg05
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\UP5\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\j2sdk1.4.2_13\bin;D:\usr\sap\UP5\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\UP5\JC05\j2ee\os_libs;D:\oracle\UP5\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\j2sdk1.4.2_13\bin;D:\usr\sap\UP5\SYS\exe\uc\NTI386
    [Thr 1880] Wed Sep 17 15:02:41 2008
    [Thr 1880] JControlExecuteBootstrap: read instance values after global bootstrap
    [Thr 1880] *** WARNING => INFO: Unknown property [instance.box.number=UP5JC05appsupg05] [jstartxx.c   841]
    [Thr 1880] *** WARNING => INFO: Unknown property [instance.en.host=appsupg05] [jstartxx.c   841]
    [Thr 1880] *** WARNING => INFO: Unknown property [instance.en.port=3206] [jstartxx.c   841]
    [Thr 1880] *** WARNING => INFO: Unknown property [instance.system.id=5] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [D:\usr\sap\UP5\JC05\j2ee\cluster\instance.properties;D:\usr\sap\UP5\JC05\SDM\program\config\sdm_jstartup.properties]
    -> ms host    : appsupg05
    -> ms port    : 3906
    -> OS libs    : D:\usr\sap\UP5\JC05\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    [Thr 1880] JControlExecuteBootstrap: enumerate the nodes after global bootstrap
    Used property files
    -> files [00] : D:\usr\sap\UP5\JC05\j2ee\cluster\instance.properties
    -> files [01] : D:\usr\sap\UP5\JC05\SDM\program\config\sdm_jstartup.properties
    Instance properties
    -> ms host    : appsupg05
    -> ms port    : 3906
    -> os libs    : D:\usr\sap\UP5\JC05\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : D:\usr\sap\UP5\JC05\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID54132800 : D:\usr\sap\UP5\JC05\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID54132850 : D:\usr\sap\UP5\JC05\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID54132800           : D:\usr\sap\UP5\JC05\j2ee\cluster\instance.properties
    -> [01] ID54132850           : D:\usr\sap\UP5\JC05\j2ee\cluster\instance.properties
    -> [02] sdm                  : D:\usr\sap\UP5\JC05\SDM\program\config\sdm_jstartup.properties
    [Thr 1880] JControlExecuteBootstrap: execute bootstrap process [bootstrap_ID54132800]
    [Thr 1880] [Node: dispatcher bootstrap] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13
    [Thr 1880] JStartupICheckFrameworkPackage: can't find framework package D:\usr\sap\UP5\JC05\exe\jvmx.jar
    JStartupIReadSection: read node properties [bootstrap_ID54132800]
    -> node name          : dispatcher bootstrap
    -> node type          : bootstrap
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_13
    -> java parameters    : -Djco.jarm=1
    -> java vm version    : 1.4.2_13-b06
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 256M
    -> root path          : D:\usr\sap\UP5\JC05\j2ee\cluster
    -> class path         : .\bootstrap\launcher.jar
    -> OS libs path       : D:\usr\sap\UP5\JC05\j2ee\os_libs
    -> main class         : com.sap.engine.offline.OfflineToolStart
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : D:\usr\sap\UP5\JC05\exe\jstartup.jar;D:\usr\sap\UP5\JC05\exe\jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID054132800
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    JControlStartJLaunch: program = D:\usr\sap\UP5\JC05\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\UP5\JC05\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\UP5\SYS\profile\UP5_JC05_appsupg05
    -> arg[02] = -DSAPINFO=UP5_05_bootstrap
    -> arg[03] = -nodeId=-1
    -> arg[04] = -file=D:\usr\sap\UP5\JC05\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_5800
    -> arg[06] = -nodeName=bootstrap_ID54132800
    -> arg[07] = -jvmOutFile=D:\usr\sap\UP5\JC05\work\jvm_bootstrap_ID54132800.out
    -> arg[08] = -stdOutFile=D:\usr\sap\UP5\JC05\work\std_bootstrap_ID54132800.out
    -> arg[09] = -locOutFile=D:\usr\sap\UP5\JC05\work\dev_bootstrap_ID54132800
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=D:\usr\sap\UP5\SYS\profile\UP5_JC05_appsupg05
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\UP5\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\j2sdk1.4.2_13\bin;D:\usr\sap\UP5\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\UP5\JC05\j2ee\os_libs;D:\oracle\UP5\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\j2sdk1.4.2_13\bin;D:\usr\sap\UP5\SYS\exe\uc\NTI386
    [Thr 1880] Wed Sep 17 15:02:44 2008
    [Thr 1880] JControlExecuteBootstrap: execute bootstrap process [bootstrap_ID54132850]
    [Thr 1880] [Node: server0 bootstrap] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13
    [Thr 1880] JStartupICheckFrameworkPackage: can't find framework package D:\usr\sap\UP5\JC05\exe\jvmx.jar
    JStartupIReadSection: read node properties [bootstrap_ID54132850]
    -> node name          : server0 bootstrap
    -> node type          : bootstrap
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_13
    -> java parameters    : -Djco.jarm=1
    -> java vm version    : 1.4.2_13-b06
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 256M
    -> root path          : D:\usr\sap\UP5\JC05\j2ee\cluster
    -> class path         : .\bootstrap\launcher.jar
    -> OS libs path       : D:\usr\sap\UP5\JC05\j2ee\os_libs
    -> main class         : com.sap.engine.offline.OfflineToolStart
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : D:\usr\sap\UP5\JC05\exe\jstartup.jar;D:\usr\sap\UP5\JC05\exe\jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID054132850
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    JControlStartJLaunch: program = D:\usr\sap\UP5\JC05\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\UP5\JC05\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\UP5\SYS\profile\UP5_JC05_appsupg05
    -> arg[02] = -DSAPINFO=UP5_05_bootstrap
    -> arg[03] = -nodeId=-1
    -> arg[04] = -file=D:\usr\sap\UP5\JC05\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_5800
    -> arg[06] = -nodeName=bootstrap_ID54132850
    -> arg[07] = -jvmOutFile=D:\usr\sap\UP5\JC05\work\jvm_bootstrap_ID54132850.out
    -> arg[08] = -stdOutFile=D:\usr\sap\UP5\JC05\work\std_bootstrap_ID54132850.out
    -> arg[09] = -locOutFile=D:\usr\sap\UP5\JC05\work\dev_bootstrap_ID54132850
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=D:\usr\sap\UP5\SYS\profile\UP5_JC05_appsupg05
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\UP5\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\j2sdk1.4.2_13\bin;D:\usr\sap\UP5\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\UP5\JC05\j2ee\os_libs;D:\oracle\UP5\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\j2sdk1.4.2_13\bin;D:\usr\sap\UP5\SYS\exe\uc\NTI386
    [Thr 1880] Wed Sep 17 15:02:47 2008
    [Thr 1880] JControlIBuildProcessList: Maximum error count is set to 4
    [Thr 4500] JControlRequestFunc: Thread 4500 started as listener thread for np messages.
    [Thr 1880] [Node: dispatcher] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13
    [Thr 1880] JStartupICheckFrameworkPackage: can't find framework package D:\usr\sap\UP5\JC05\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID54132800]
    -> node name          : dispatcher
    -> node type          : dispatcher
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_13
    -> java parameters    : -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 -XX:NewSize=57m -XX:MaxNewSize=57m -XX:NewRatio=3 -XX:DisableExplicitGC -verbose:gc -XX:UseConcMarkSweepGC
    -> java vm version    : 1.4.2_13-b06
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 170M
    -> init heap size     : 170M
    -> root path          : D:\usr\sap\UP5\JC05\j2ee\cluster\dispatcher
    -> class path         : .\bin\boot\boot.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : D:\usr\sap\UP5\JC05\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     : D:\usr\sap\UP5\JC05\exe\jstartup.jar;D:\usr\sap\UP5\JC05\exe\jvmx.jar
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    [Thr 1880] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13
    [Thr 1880] JStartupICheckFrameworkPackage: can't find framework package D:\usr\sap\UP5\JC05\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID54132850]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_13
    -> java parameters    : -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 -Djco.jarm=1 -XX:MaxPermSize=256M -XX:PermSize=256M -XX:NewSize=171M -XX:MaxNewSize=171M -XX:DisableExplicitGC -verbose:gc -Xloggc:GC.log -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Djava.awt.headless=true -Dsun.io.useCanonCaches=false -XX:SoftRefLRUPolicyMSPerMB=1 -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> java vm version    : 1.4.2_13-b06
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 1024M
    -> init heap size     : 1024M
    -> root path          : D:\usr\sap\UP5\JC05\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : D:\usr\sap\UP5\JC05\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     : D:\usr\sap\UP5\JC05\exe\jstartup.jar;D:\usr\sap\UP5\JC05\exe\jvmx.jar
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50521
    -> shutdown timeout   : 120000
    [Thr 1880] INFO: Invalid property value [Debbugable=yes]
    [Thr 1880] [Node: SDM] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13
    [Thr 1880] JStartupICheckFrameworkPackage: can't find framework package D:\usr\sap\UP5\JC05\exe\jvmx.jar
    JStartupIReadSection: read node properties [sdm]
    -> node name          : SDM
    -> node type          : sdm
    -> node execute       : yes
    -> java path          : C:\j2sdk1.4.2_13
    -> java parameters    :
    -> java vm version    : 1.4.2_13-b06
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 256M
    -> root path          : D:\usr\sap\UP5\JC05\SDM\program
    -> class path         : D:\usr\sap\UP5\JC05\SDM\program\bin\SDM.jar
    -> OS libs path       : D:\usr\sap\UP5\JC05\j2ee\os_libs
    -> main class         : SDMInternal
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : D:\usr\sap\UP5\JC05\exe\jstartup.jar;D:\usr\sap\UP5\JC05\exe\jvmx.jar
    -> shutdown class     : com.sap.sdm.jstartup.shutdown.InternalShutDown
    -> parameters         : server sdmhome=D:\usr\sap\UP5\JC05\SDM\program
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    [Thr 1880] JControlMSConnect: attached to message server (appsupg05/3906)
    [Thr 3664] JControlMSMessageFunc: Thread 3664 started as listener thread for ms messages.
    JControlStartJLaunch: program = D:\usr\sap\UP5\JC05\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\UP5\JC05\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\UP5\SYS\profile\UP5_JC05_appsupg05
    -> arg[02] = -DSAPINFO=UP5_05_dispatcher
    -> arg[03] = -nodeId=0
    -> arg[04] = -file=D:\usr\sap\UP5\JC05\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_5800
    -> arg[06] = -nodeName=ID54132800
    -> arg[07] = -jvmOutFile=D:\usr\sap\UP5\JC05\work\jvm_dispatcher.out
    -> arg[08] = -stdOutFile=D:\usr\sap\UP5\JC05\work\std_dispatcher.out
    -> arg[09] = -locOutFile=D:\usr\sap\UP5\JC05\work\dev_dispatcher
    -> arg[10] = -mode=JCONTROL
    -> arg[11] = pf=D:\usr\sap\UP5\SYS\profile\UP5_JC05_appsupg05
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\UP5\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\j2sdk1.4.2_13\bin;D:\usr\sap\UP5\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\UP5\JC05\j2ee\os_libs;D:\oracle\UP5\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\j2sdk1.4.2_13\bin;D:\usr\sap\UP5\SYS\exe\uc\NTI386
    [Thr 1880] JControlICheckProcessList: process dispatcher started (PID:4996)
    JControlStartJLaunch: program = D:\usr\sap\UP5\JC05\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\UP5\JC05\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\UP5\SYS\profile\UP5_JC05_appsupg05
    -> arg[02] = -DSAPINFO=UP5_05_server
    -> arg[03] = -nodeId=1
    -> arg[04] = -file=D:\usr\sap\UP5\JC05\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_5800
    -> arg[06] = -nodeName=ID54132850
    -> arg[07] = -jvmOutFile=D:\usr\sap\UP5\JC05\work\jvm_server0.out
    -> arg[08] = -stdOutFile=D:\usr\sap\UP5\JC05\work\std_server0.out
    -> arg[09] = -locOutFile=D:\usr\sap\UP5\JC05\work\dev_server0
    -> arg[10] = -mode=JCONTROL
    -> arg[11] = pf=D:\usr\sap\UP5\SYS\profile\UP5_JC05_appsupg05
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\UP5\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\j2sdk1.4.2_13\bin;D:\usr\sap\UP5\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\UP5\JC05\j2ee\os_libs;D:\oracle\UP5\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\j2sdk1.4.2_13\bin;D:\usr\sap\UP5\SYS\exe\uc\NTI386
    [Thr 1880] JControlICheckProcessList: process server0 started (PID:4700)
    JControlStartJLaunch: program = D:\usr\sap\UP5\JC05\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\UP5\JC05\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\UP5\SYS\profile\UP5_JC05_appsupg05
    -> arg[02] = -DSAPINFO=UP5_05_sdm
    -> arg[03] = -nodeId=2
    -> arg[04] = -file=D:\usr\sap\UP5\JC05\SDM\program\config\sdm_jstartup.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_5800
    -> arg[06] = -nodeName=sdm
    -> arg[07] = -jvmOutFile=D:\usr\sap\UP5\JC05\work\jvm_sdm.out
    -> arg[08] = -stdOutFile=D:\usr\sap\UP5\JC05\work\std_sdm.out
    -> arg[09] = -locOutFile=D:\usr\sap\UP5\JC05\work\dev_sdm
    -> arg[10] = -mode=JCONTROL
    -> arg[11] = pf=D:\usr\sap\UP5\SYS\profile\UP5_JC05_appsupg05
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\UP5\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\j2sdk1.4.2_13\bin;D:\usr\sap\UP5\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\UP5\JC05\j2ee\os_libs;D:\oracle\UP5\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\j2sdk1.4.2_13\bin;D:\usr\sap\UP5\SYS\exe\uc\NTI386
    [Thr 1880] JControlICheckProcessList: process SDM started (PID:2448)
    [Thr 1880] JControlMSSendLogon: delete SDM logon information (rc=0)
    [Thr 1880] Wed Sep 17 15:02:57 2008
    [Thr 1880] JControlMSSendLogon: insert SDM logon information (port=50518; rc=0)
    [Thr 1880] Wed Sep 17 16:39:43 2008
    [Thr 1880] JControlICheckProcessList: process dispatcher (pid:4996) died (RUN-FLAG)
    [Thr 1880] JControlIResetProcess: reset process dispatcher
    [Thr 1880] JControlICheckProcessList: running flight recorder:
         C:\j2sdk1.4.2_13\bin\java -classpath ../j2ee/cluster/bootstrap/sap.comtcbloffline_launcherimpl.jar com.sap.engine.offline.OfflineToolStart com.sap.engine.flightrecorder.core.Collector ../j2ee/cluster/bootstrap -node ID54132800 1221688967 -bz D:\usr\sap\UP5\SYS\global
    [Thr 3664] Wed Sep 17 16:39:44 2008
    [Thr 3664] ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4235]
    [Thr 3664] *** ERROR => NiIRead: SiRecv failed for hdl 0 / sock 1804
         (SI_ECONN_BROKEN; I4; ST; 192.168.1.1:3906) [nixxi.cpp    4235]
    [Thr 3664] ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4235]
    [Thr 3664] *** ERROR => NiIRead: SiRecv failed for hdl 0 / sock 1804
         (SI_ECONN_BROKEN; I4; ST; 192.168.1.1:3906) [nixxi.cpp    4235]
    [Thr 3664] *** ERROR => MsINiRead: NiBufReceive failed (NIECONN_BROKEN) [msxxi.c      2515]
    [Thr 3664] *** ERROR => MsIReadFromHdl: NiRead (rc=NIECONN_BROKEN) [msxxi.c      1677]
    [Thr 3664] Wed Sep 17 16:39:45 2008
    [Thr 3664] ***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 2764]
    [Thr 3664] *** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 0 / sock 1804
         (SI_ECONN_REFUSE; I4; ST; 192.168.1.1:3906) [nixxi.cpp    2764]
    [Thr 3664] *** ERROR => MsIAttachEx: NiBufConnect to appsupg05/3906 failed (rc=NIECONN_REFUSED) [msxxi.c      652]
    [Thr 3664] *** WARNING => Can't reconnect to message server (appsupg05/3906) [rc = -100]-> reconnect [jcntrms.c    368]
    JControlStartJLaunch: program = D:\usr\sap\UP5\JC05\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\UP5\JC05\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\UP5\SYS\profile\UP5_JC05_appsupg05
    -> arg[02] = -DSAPINFO=UP5_05_dispatcher
    -> arg[03] = -nodeId=0
    -> arg[04] = -file=D:\usr\sap\UP5\JC05\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_5800
    -> arg[06] = -nodeName=ID54132800
    -> arg[07] = -jvmOutFile=D:\usr\sap\UP5\JC05\work\jvm_dispatcher.out
    -> arg[08] = -jvmOutMode=append
    -> arg[09] = -stdOutFile=D:\usr\sap\UP5\JC05\work\std_dispatcher.out
    -> arg[10] = -stdOutMode=append
    -> arg[11] = -traceMode=append
    -> arg[12] = -locOutFile=D:\usr\sap\UP5\JC05\work\dev_dispatcher
    -> arg[13] = -mode=JCONTROL
    -> arg[14] = pf=D:\usr\sap\UP5\SYS\profile\UP5_JC05_appsupg05
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\UP5\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\j2sdk1.4.2_13\bin;D:\usr\sap\UP5\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\UP5\JC05\j2ee\os_libs;D:\oracle\UP5\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\j2sdk1.4.2_13\bin;D:\usr\sap\UP5\SYS\exe\uc\NTI386
    [Thr 1880] JControlICheckProcessList: process dispatcher started (PID:2812)
    [Thr 1880] JControlICheckProcessList: process server0 (pid:4700) died (RUN-FLAG)
    [Thr 1880] JControlIResetProcess: reset process server0
    [Thr 1880] JControlICheckProcessList: running flight recorder:
         C:\j2sdk1.4.2_13\bin\java -classpath ../j2ee/cluster/bootstrap/sap.comtcbloffline_launcherimpl.jar com.sap.engine.offline.OfflineToolStart com.sap.engine.flightrecorder.core.Collector ../j2ee/cluster/bootstrap -node ID54132850 1221688967 -bz D:\usr\sap\UP5\SYS\global
    JControlStartJLaunch: program = D:\usr\sap\UP5\JC05\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\UP5\JC05\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\UP5\SYS\profile\UP5_JC05_appsupg05
    -> arg[02] = -DSAPINFO=UP5_05_server
    -> arg[03] = -nodeId=1
    -> arg[04] = -file=D:\usr\sap\UP5\JC05\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_5800
    -> arg[06] = -nodeName=ID54132850
    -> arg[07] = -jvmOutFile=D:\usr\sap\UP5\JC05\work\jvm_server0.out
    -> arg[08] = -jvmOutMode=append
    -> arg[09] = -stdOutFile=D:\usr\sap\UP5\JC05\work\std_server0.out
    -> arg[10] = -stdOutMode=append
    -> arg[11] = -traceMode=append
    -> arg[12] = -locOutFile=D:\usr\sap\UP5\JC05\work\dev_server0
    -> arg[13] = -mode=JCONTROL
    -> arg[14] = pf=D:\usr\sap\UP5\SYS\profile\UP5_JC05_appsupg05
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\UP5\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\j2sdk1.4.2_13\bin;D:\usr\sap\UP5\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\UP5\JC05\j2ee\os_libs;D:\oracle\UP5\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\j2sdk1.4.2_13\bin;D:\usr\sap\UP5\SYS\exe\uc\NTI386
    [Thr 1880] JControlICheckProcessList: process server0 started (PID:4172)
    [Thr 1880] JControlICheckProcessList: process SDM (pid:2448) died (RUN-FLAG)
    [Thr 1880] JControlIResetProcess: reset process SDM
    [Thr 1880] JControlICheckProcessList: running flight recorder:
         C:\j2sdk1.4.2_13\bin\java -classpath ../j2ee/cluster/bootstrap/sap.comtcbloffline_launcherimpl.jar com.sap.engine.offline.OfflineToolStart com.sap.engine.flightrecorder.core.Collector ../j2ee/cluster/bootstrap -node sdm 1221688967 -bz D:\usr\sap\UP5\SYS\global
    JControlStartJLaunch: program = D:\usr\sap\UP5\JC05\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\UP5\JC05\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\UP5\SYS\profile\UP5_JC05_appsupg05
    -> arg[02] = -DSAPINFO=UP5_05_sdm
    -> arg[03] = -nodeId=2
    -> arg[04] = -file=D:\usr\sap\UP5\JC05\SDM\program\config\sdm_jstartup.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_5800
    -> arg[06] = -nodeName=sdm
    -> arg[07] = -jvmOutFile=D:\usr\sap\UP5\JC05\work\jvm_sdm.out
    -> arg[08] = -jvmOutMode=append
    -> arg[09] = -stdOutFile=D:\usr\sap\UP5\JC05\work\std_sdm.out
    -> arg[10] = -stdOutMode=append
    -> arg[11] = -traceMode=append
    -> arg[12] = -locOutFile=D:\usr\sap\UP5\JC05\work\dev_sdm
    -> arg[13] = -mode=JCONTROL
    -> arg[14] = pf=D:\usr\sap\UP5\SYS\profile\UP5_JC05_appsupg05
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\UP5\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\j2sdk1.4.2_13\bin;D:\usr\sap\UP5\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\UP5\JC05\j2ee\os_libs;D:\oracle\UP5\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\j2sdk1.4.2_13\bin;D:\usr\sap\UP5\SYS\exe\uc\NTI386
    [Thr 1880] JControlICheckProcessList: process SDM started (PID:440)
    [Thr 1880] *** ERROR => MsIModState: not_attached [msxxi.c      3838]
    [Thr 1880] *** ERROR => Can't modify message server state (state = 3, rc = -3) [jcntrms.c    826]
    [Thr 3664] Wed Sep 17 16:39:51 2008
    [Thr 3664] ***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 2764]
    [Thr 3664] *** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 0 / sock 1696
         (SI_ECONN_REFUSE; I4; ST; 192.168.1.1:3906) [nixxi.cpp    2764]
    [Thr 3664] *** ERROR => MsIAttachEx: NiBufConnect to appsupg05/3906 failed (rc=NIECONN_REFUSED) [msxxi.c      652]
    [Thr 3664] *** WARNING => Can't reconnect to message server (appsupg05/3906) [rc = -100]-> reconnect [jcntrms.c    368]
    [Thr 4104] Wed Sep 17 16:39:53 2008
    [Thr 4104] JControlSigInt: signal = 2
    [Thr 4104] JControlIStopInstance: shutting down (command: 0)
    [Thr 4104] *** ERROR => MsIModState: not_attached [msxxi.c      3838]
    [Thr 4104] *** ERROR => Can't modify message server state (state = 6, rc = -3) [jcntrms.c    826]
    [Thr 4104] JControlIProcessSoftKill: soft kill of process dispatcher (pid:2812)
    [Thr 4104] JControlIProcessSoftKill: soft kill of process SDM (pid:440)
    [Thr 1880] Wed Sep 17 16:39:55 2008
    [Thr 1880] JControlICheckProcessList: process dispatcher (pid:2812) died (STOPPING)
    [Thr 1880] JControlIResetProcess: reset process dispatcher
    [Thr 1880] *** ERROR => Can't terminate process (pid = 4172,handle = 000006C4,err = 5) [jstartnt.c   690]
    [Thr 1880] *** ERROR => Critical error, can't terminate process server0 (pid:4172) (rc=-2) [jcntrxxi.c   407]
    [Thr 1880] JControlICheckProcessList: process server0 (pid:4172) died (STOPPING)
    [Thr 1880] JControlIResetProcess: reset process server0
    [Thr 1880] JControlICheckProcessList: process SDM (pid:440) died (STOPPING)
    [Thr 1880] JControlIResetProcess: reset process SDM
    [Thr 1880] *** ERROR => MsIModState: not_attached [msxxi.c      3838]
    [Thr 1880] *** ERROR => Can't modify message server state (state = 7, rc = -3) [jcntrms.c    826]
    [Thr 1880] JControlCloseProgram: started (exitcode = 0)
    [Thr 3664] Wed Sep 17 16:39:57 2008
    [Thr 3664] ***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 2764]
    [Thr 3664] *** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 0 / sock 1804
         (SI_ECONN_REFUSE; I4; ST; 192.168.1.1:3906) [nixxi.cpp    2764]
    [Thr 3664] *** ERROR => MsIAttachEx: NiBufConnect to appsupg05/3906 failed (rc=NIECONN_REFUSED) [msxxi.c      652]
    [Thr 3664] *** WARNING => Can't reconnect to message server (appsupg05/3906) [rc = -100]-> reconnect [jcntrms.c    368]

  • Error jcontrol.exe could not be start

    Hi Expert,
    I have an issue regarding SMD server can't start or stop. the color of SMD server in SAP MMC is Red, and in the process list : jcontrol.exe | could not be start. and here is the developer trace log :
    trc file: "..\usr\sap\SMD\J98\work\dev_jcontrol", trc level: 1, release: "700"
    node name   : jcontrol
    pid         : 3044
    system name : SMD
    system nr.  : 98
    started at  : Fri Aug 20 10:06:56 2010
    arguments       :
           arg[00] : ..\usr\sap\SMD\J98\..\exe\jcontrol.exe
           arg[01] : pf=..\usr\sap\SMD\J98\..\SYS\profile\SMD_J98_[host]
    JStartupReadInstanceProperties: read instance properties [..\usr\sap\SMD\J98\profile\smd.properties]
    -> ms host    :
    -> ms port    : 36
    -> OS libs    : ..\usr\sap\SMD\exe
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : ..\usr\sap\SMD\J98\profile\smd.properties
    Instance properties
    -> ms host    :
    -> ms port    : 36
    -> os libs    : ..\usr\sap\SMD\exe
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    Worker nodes
    -> [00] smdagent             : ..\usr\sap\SMD\J98\profile\smd.properties
    [Thr 3052] Fri Aug 20 10:06:56 2010
    [Thr 3052] *** WARNING => Key profile parameters not set ..\usr\sap\SMD\J98\..\SYS\profile\DEFAULT.PFL:
    j2ee/scs/host=
    j2ee/scs/system= [jcntrxx.c    1459]
    [Thr 3052] *** WARNING => Can't open default profile [..\usr\sap\SMD\J98\..\SYS\profile\DEFAULT.PFL] for migration [jcntrxx.c    1460]
    [Thr 3052] JControlExecuteBootstrap: jcontrol runs in 6.20 compatible mode
    [Thr 3052] JControlExecuteBootstrap: jcontrol runs in 6.20 compatible mode
    [Thr 3052] JControlIBuildProcessList: Maximum error count is set to 4
    [Thr 3252] JControlRequestFunc: Thread 3252 started as listener thread for np messages.
    [Thr 3052] INFO: Invalid property value [shutdownMethod=com.sap.smd.agent.launcher.SMDAgentLauncher.shutdown]
    [Thr 3052] [Node: SMDAgent] java home is set by profile parameter
         Java Home: C:\j2sdk
    [Thr 3052] JStartupICheckFrameworkPackage: can't find framework package ..\usr\sap\SMD\exe\jvmx.jar
    JStartupIReadSection: read node properties [smdagent]
    -> node name          : SMDAgent
    -> node type          : server
    -> node id            : 1
    -> node execute       : yes
    -> java path          : C:\j2sdk
    -> java parameters    : -DP4ClassLoad=P4Connection
    -> 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          : 128M
    -> init heap size     : 128M
    -> root path          : ..\SMDAgent
    -> class path         : ..\..\exe\jstartupapi.jar;..\..\exe\jstartupimpl.jar;lib\patch_7.01.6.0.20100125105844\launcher\smdagentlauncher.jar
    -> OS libs path       : ..\usr\sap\SMD\exe
    -> main class         : com.sap.smd.agent.launcher.SMDAgentLauncher
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : ..\usr\sap\SMD\exe\jstartup.jar;..\usr\sap\SMD\exe\jvmx.jar
    -> parameters         : run jcontrol
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 58981
    -> shutdown timeout   : 20000
    [Thr 3052] JControlConnectToMS: jcontrol runs in 6.20 compatible mode without message server
    [Thr 3052] *** ERROR => Critical error, can't start node SMDAgent (rc=-1) [jcntrxxi.c   647]
    [Thr 3052] JControlICheckProcessState: no more running processes (total:1)
    [Thr 3052] JControlMainLoop: no processes are running -> terminate jcontrol
    [Thr 3052] Fri Aug 20 10:07:02 2010
    [Thr 3052] JControlCloseProgram: started (exitcode = 0)
    [Thr 3052] JControlCloseProgram: good bye... (exitcode = 0)
    Please Help.
    Thx,
    Glenn

    Hi Ashish,
    Thx for your reply. Here is log of SMDAGENT (Last Line) :
    [Thr 8576] Wed May 05 09:54:33 2010
    [Thr 8576] JLaunchIStartFunc: end of main method (rc = 0)
    [Thr 5420] JLaunchIExitJava: exit hook is called (rc = -11112)
    [Thr 5420] **********************************************************************
    *** 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 5420] JLaunchCloseProgram: good bye (exitcode = -11112)
    Thx,
    Glenn

  • JControl.exe does not start...Database Initialisation Problem...MS SQL

    Hi,
    I was wondering if anyone has any idea on why JCONTROL.exe does not start. I am currently installing NW04s EP7. The DB is on another host and te SCS and CI are on a different host. I am going throught the installation when I get the following error fro the Bootstrap file.
    I have already done the following steps:
    1. entered the SAP<SID>DB password
    2. SQL is started and running on the second host.
    3. The bootstrap.propeties files look the same as any other file EP system on our network
    [Mar 7, 2007 5:32:35 PM  ] [Bootstrap module]> Problem occurred while performing synchronization.
    [Mar 7, 2007 5:35:45 PM  ] -
    [Mar 7, 2007 5:35:45 PM  ] Bootstrap MODE:
    [Mar 7, 2007 5:35:45 PM  ] <INSTANCE GLOBALS>
    [Mar 7, 2007 5:35:45 PM  ]  determined by parameter [ID0117060].
    [Mar 7, 2007 5:35:45 PM  ] -
    [Mar 7, 2007 5:35:46 PM  ] Exception occurred:
    com.sap.engine.bootstrap.SynchronizationException: Database initialization failed! Check database properties!
         at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:422)
         at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
         at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    ==[ Caused by: ]==----
    com.sap.engine.frame.core.configuration.ConfigurationException: Error occurred: Secure Store lib Dir does not exist
    PC04315\sapmnt\ET1\SYS\global\security\lib\tools
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:212)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:49)
         at com.sap.engine.bootstrap.Synchronizer.<init>(Synchronizer.java:60)
         at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:419)
         at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
         at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    [Mar 7, 2007 5:35:46 PM  ] [Bootstrap module]> Problem occurred while performing synchronization.
    Many thanks,
    Adil Zafar

    ==[ Caused by: ]==----
    com.sap.engine.frame.core.configuration.ConfigurationException: Error occurred: Secure Store lib Dir does not exist
    PC04315\sapmnt\ET1\SYS\global\security\lib\tools
    Do you have strong encryption on your current system?

  • IDOC is in Yellow state

    Hi All,
    By using the custom program, I am creating the IDOC and after that I am running the program "RSEOUT00".But still IDOC is in Yellow state.
    If run the IDOC in WE17 Transaction code, IDOC state is getting turned into Green state.
    Could you please tell me what could be the problem.Why it is Yellow state.

    Hi,
    We faced the same problem .
    Chek your Coneection string in SM59. Reset IP address with host name and system number and try again.
    Check response time in SM59.
    Check SM58 if any error is there in RFC after idoc processing.
    Salil ...

Maybe you are looking for