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

Similar Messages

  • 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

  • J2EE Server does not start  -  jcontrol.exe  stopped

    Hello,
    I have read a lot of messages on this topic on SDN. But I did not find any dealing exactly with my problem.
    Indeed, I got these two following errors :
    <b>** in log file dev_bootstrap</b> :
    [Thr 3720] *** ERROR => JHVM_LoadJavaVM: Cannot create Java VM (rc=-6) [jhvmxx.c     485]
    [Thr 3720] *** ERROR => Cannot load Java VM (server) (rc=-1) [jlnchxxi.c   591]
    [Thr 3720] JLaunchCloseProgram: good bye (exitcode=-1)
    and
    <b>** in log file dev_jcontrol :</b>
    [Thr 2288] *** ERROR => invalid return code of process [bootstrap] (exitcode=-1) [jstartxx.c   1452]
    [Thr 2288] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc=-1)
    [Thr 2288] JControlCloseProgram: started (exitcode = -1)
    [Thr 2288] JControlCloseProgram: good bye... (exitcode=-1)
    Does any one met this problem?
    I thank you in davance for the help you could give me.
    Regards.
    Karine TAVERNIER

    Hello Dan,
    I can only thank you!
    It was not easy to solve that problem, because people who installed that SAP instance has left the company, without having given any documentation or information.
    Then, thanks to OSS notes 723909/716604/736557, I solved my problem.
    What I did :
    As "my server" (MS Windows 2000) only got 500 Mo of RAM!, I must adapted some values, compraing with SAP notes.
    According to note 723909, for the dispatcher node, I increased the heap size to 70 Mo to 170 Mo .
    According to note 716604, for the serverID, I put the PermSize and MaxPermsize to 192 Mo.
    I decreased the Max Heap Size from 256 to 128 Mo.
    And the most important to my mind, as described in note 736557, I suppressed in file <i>instance.properties</i>, the line <i>bootstrap.MaxHeapSize=0</i> (and not 16 as in note!).
    Through the config tool, I put this value to 128 (instance node, instance_IDxx / Message Server & Bootstrap -> Max heap size).
    Then, at last, the J2EE Server started.
    I think some values may be changed to improve the respone time or the general behaviour of the application.
    I hope this message may help some other people.
    Many thanks.
    Kind regards.
    Karine.<i></i><i></i>

  • Server does not start /jstart.exe stopped

    Hi everyone! Unfortunately my jstart.exe stops abnormally.
    Please, help.
    This happed after changing the value in the field u2018Custom Number Of Nodesu2019 and restarting the server.
    trc file: "D:\usr\sap\VW6\J00\work\dev_jstart", trc level: 1, release: "711"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      All, egi
    F  [Thr 744] *** LOG => connected to Enqueue Server.
    F  [Thr 744] *** LOG => connected to Message Server.
    F  [Thr 744] *** LOG => Starting run level 1.

    F [Thr 744] Tue Oct 06 13:29:13 2009
    F  [Thr 744] *** ERROR => SfICreateFiElem: FiInit(JSF-FI-BRSESS, 1, 32) failed (rc = 6 invalid argument) [jsfxxsbase.c 1935]
    F  [Thr 744] *** ERROR => SfEInternalError: SfCInstanceManager::createDynShm: SfCreateDynShm failed (rc = 1 general error)  [sfxxinst.hpp 566]
    F  [Thr 744] *** LOG => Instance state is "Not started" (STARTING @ 0, INACTIVE).
    F  [Thr 744] *** LOG => Instance state is "Some processes running" (RUNNING @ 0, INACTIVE).
    Edited by: Sergey Talchuk on Oct 6, 2009 2:29 PM

    Hi Tobias,
    1. NW was stopped via SAPMMC console
    2. Custom Number of Server Nodes field value was changed to 2 in configtool
    3. NW was successfully started and stopped via SAPMMC console
    4. Custom Number of Server Nodes field value was changed to N/A (to get the previous config and since the field does not allow empty values.)
    5. As the result the issue above occured (starting/restarting did not help)
    Thank you
    Unfortunatelly default trace is not updated. Start Up procedure stops very quickly (after about 30 seconds)
    Jstart.exe stops after 04 sec elapsed time.
    Edited by: Sergey Talchuk on Oct 6, 2009 4:39 PM

  • Pages is not saving document correctly.  After saving the changes either do not appear or you can not open the file. The error is "not a valid format"  I am in Pages '09 4.1 (923).  I also use Parallels.  Anyone having similar issues?

    Pages is not saving document correctly.  After saving the changes either do not appear or you can not open the file. The error is "not a valid format"  I am in Pages '09 4.1 (923).  I also use Parallels.  Anyone having similar issues?

    I'm not sure that Lion AutoSave feature apply to network servers.
    I'm just sure that the Versions feature doesn't.
    Yvan KOENIG (VALLAURIS, France) samedi 21 janvier 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My Box account  is : http://www.box.com/s/00qnssoyeq2xvc22ra4k
    My iDisk is : http://public.me.com/koenigyvan

  • 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

  • Disp+Work.exe stop after 1 minute

    Hi Experts,
                      I am doing the DR setup for production server. Created standby database successfully. Then I shutdown primary database and activate the secodry database to primary database adn chage the profile configration and start the SAP instance, Desp+work.exe down after 1 minute and ABAP WP table is giving error.
    Attached the erroe below
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      00
    sid        MVQ
    systemid   561 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    159
    intno      20050900
    make:      multithreaded, Unicode, 64 bit, optimized
    pid        5520
    Mon Feb 21 14:14:56 2011
    kernel runs with dp version 237000(ext=110000) (@(#) DPLIB-INT-VERSION-237000-UC)
    length of sys_adm_ext is 576 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (00 5520) [dpxxdisp.c   1254]
         shared lib "dw_xml.dll" version 159 successfully loaded
         shared lib "dw_xtc.dll" version 159 successfully loaded
         shared lib "dw_stl.dll" version 159 successfully loaded
         shared lib "dw_gui.dll" version 159 successfully loaded
         shared lib "dw_mdm.dll" version 159 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3900
    Mon Feb 21 14:15:01 2011
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5403]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >DRSERVER_MVQ_00                         <
    DpShMCreate: sizeof(wp_adm)          21008     (1616)
    DpShMCreate: sizeof(tm_adm)          5912624     (29416)
    DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
    DpShMCreate: sizeof(comm_adm)          552080     (1088)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0     (104)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1864)
    DpShMCreate: sizeof(wall_adm)          (41664/36752/64/192)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 0000000019050050, size: 6604928)
    DpShMCreate: allocated sys_adm at 0000000019050050
    DpShMCreate: allocated wp_adm at 0000000019052150
    DpShMCreate: allocated tm_adm_list at 0000000019057360
    DpShMCreate: allocated tm_adm at 00000000190573C0
    DpShMCreate: allocated wp_ca_adm at 00000000195FABF0
    DpShMCreate: allocated appc_ca_adm at 00000000196009B0
    DpShMCreate: allocated comm_adm at 00000000196028F0
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 0000000019689580
    DpShMCreate: allocated gw_adm at 0000000019689600
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 0000000019689630
    DpShMCreate: allocated wall_adm at 0000000019689640
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    rdisp/queue_size_check_value :  -> off
    ThTaskStatus: rdisp/reset_online_during_debug 0
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 4096 kByte.
    Using implementation view
    <EsNT> Using memory model view.
    <EsNT> Memory Reset disabled as NT default
    <ES> 127 blocks reserved for free list.
    ES initialized.
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1656]
    ***LOG Q0K=> DpMsAttach, mscon ( DRSERVER) [dpxxdisp.c   11937]
    DpStartStopMsg: send start message (myname is >DRSERVER_MVQ_00                         <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 60000000 for monitoring segment.
    CCMS: Checking Downtime Configuration of Monitoring Segment.
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 159
    Release check o.K.
    Mon Feb 21 14:15:41 2011
    my types changed after wp death/restart 0xbf --> 0xbe
    my types changed after wp death/restart 0xbe --> 0xbc
    my types changed after wp death/restart 0xbc --> 0xb8
    my types changed after wp death/restart 0xb8 --> 0xb0
    my types changed after wp death/restart 0xb0 --> 0xa0
    my types changed after wp death/restart 0xa0 --> 0x80
    DP_FATAL_ERROR => DpWPCheck: no more work processes
    DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    NiWait: sleep (10000ms) ...
    NiISelect: timeout 10000ms
    NiISelect: maximum fd=1565
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Feb 21 14:15:51 2011
    NiISelect: TIMEOUT occured (10000ms)
    dump system status
    NiBufReceive starting
    MsINiRead: received 114 bytes
    MSG received, len 110+4, flag 3, from MSG_SERVER          , typ 0, key -
    Received 4 bytes from MSG_SERVER                             
    Received opcode MS_NOOP from msg_server, reply MSOP_OK
    MsOpReceive: ok
    MsSendKeepalive : keepalive sent to message server
    NiIRead: hdl 2 recv would block (errno=EAGAIN)
    Mon Feb 21 14:16:09 2011
    NiIPeek: peek for hdl 2 timed out (r; 1000ms)
    NiIRead: read for hdl 2 timed out (1000ms)
    DpHalt: no more messages from the message server
    DpHalt: sync with message server o.k.
    detach from message server
    ***LOG Q0M=> DpMsDetach, ms_detach () [dpxxdisp.c   12283]
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=110,pac=1,MESG_IO)
    MsINiWrite: sent 110 bytes
    MsIDetach: send logout to msg_server
    MsIDetach: call exit function
    DpMsShutdownHook called
    NiBufISelUpdate: new MODE -- (r-) for hdl 2 in set0
    SiSelNSet: set events of sock 1472 to: ---
    NiBufISelRemove: remove hdl 2 from set0
    SiSelNRemove: removed sock 1472 (pos=2)
    SiSelNRemove: removed sock 1472
    NiSelIRemove: removed hdl 2
    MBUF state OFF
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    blks_in_queue/wp_ca_blk_no/wp_max_no = 1/300/13
    LOCK WP ca_blk 1
    make DISP owner of wp_ca_blk 1
    DpRqPutIntoQueue: put request into queue (reqtype 1, prio LOW, rq_id 15)
    MBUF component DOWN
    NiICloseHandle: shutdown and close hdl 2 / sock 1472
    NiBufIClose: clear extension for hdl 2
    MsIDetach: detach MS-system
    cleanup EM
    EsCleanup ....
    EmCleanup() -> 0
    Es2Cleanup: Cleanup ES2
    ***LOG Q05=> DpHalt, DPStop ( 5520) [dpxxdisp.c   10484]
    Good Bye .....
    Please help me to solve this issue
    Thanks in Advance
    Jose H.

    Hi Dinter,
    Please find the log below..
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      00
    sid        MVQ
    systemid   561 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    159
    intno      20050900
    make:      multithreaded, Unicode, 64 bit, optimized
    pid        2080
    Mon Feb 21 15:28:59 2011
    kernel runs with dp version 237000(ext=110000) (@(#) DPLIB-INT-VERSION-237000-UC)
    length of sys_adm_ext is 576 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (00 2080) [dpxxdisp.c   1254]
         shared lib "dw_xml.dll" version 159 successfully loaded
         shared lib "dw_xtc.dll" version 159 successfully loaded
         shared lib "dw_stl.dll" version 159 successfully loaded
         shared lib "dw_gui.dll" version 159 successfully loaded
         shared lib "dw_mdm.dll" version 159 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3900
    Mon Feb 21 15:29:05 2011
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5403]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >DRSERVER_MVQ_00                         <
    DpShMCreate: sizeof(wp_adm)          21008     (1616)
    DpShMCreate: sizeof(tm_adm)          5912624     (29416)
    DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
    DpShMCreate: sizeof(comm_adm)          552080     (1088)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0     (104)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1864)
    DpShMCreate: sizeof(wall_adm)          (41664/36752/64/192)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 0000000019050050, size: 6604928)
    DpShMCreate: allocated sys_adm at 0000000019050050
    DpShMCreate: allocated wp_adm at 0000000019052150
    DpShMCreate: allocated tm_adm_list at 0000000019057360
    DpShMCreate: allocated tm_adm at 00000000190573C0
    DpShMCreate: allocated wp_ca_adm at 00000000195FABF0
    DpShMCreate: allocated appc_ca_adm at 00000000196009B0
    DpShMCreate: allocated comm_adm at 00000000196028F0
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 0000000019689580
    DpShMCreate: allocated gw_adm at 0000000019689600
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 0000000019689630
    DpShMCreate: allocated wall_adm at 0000000019689640
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    rdisp/queue_size_check_value :  -> off
    ThTaskStatus: rdisp/reset_online_during_debug 0
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 4096 kByte.
    Using implementation view
    <EsNT> Using memory model view.
    <EsNT> Memory Reset disabled as NT default
    <ES> 127 blocks reserved for free list.
    ES initialized.
    Mon Feb 21 15:29:06 2011
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1656]
    ***LOG Q0K=> DpMsAttach, mscon ( DRSERVER) [dpxxdisp.c   11937]
    DpStartStopMsg: send start message (myname is >DRSERVER_MVQ_00                         <)
    DpStartStopMsg: start msg sent
    Mon Feb 21 15:29:07 2011
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 60000000 for monitoring segment.
    CCMS: Checking Downtime Configuration of Monitoring Segment.
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 159
    Release check o.K.
    Mon Feb 21 15:29:46 2011
    my types changed after wp death/restart 0xbf --> 0xbe
    my types changed after wp death/restart 0xbe --> 0xbc
    my types changed after wp death/restart 0xbc --> 0xb8
    my types changed after wp death/restart 0xb8 --> 0xb0
    my types changed after wp death/restart 0xb0 --> 0xa0
    my types changed after wp death/restart 0xa0 --> 0x80
    DP_FATAL_ERROR => DpWPCheck: no more work processes
    DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    NiWait: sleep (10000ms) ...
    NiISelect: timeout 10000ms
    NiISelect: maximum fd=1569
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Feb 21 15:29:56 2011
    NiISelect: TIMEOUT occured (10000ms)
    dump system status
    Workprocess Table (long)               Mon Feb 21 09:59:56 2011
    ========================
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=562,pac=1,MESG_IO)
    MsINiWrite: sent 562 bytes
    send msg (len 110+452) to name                    -, type 4, key -
    DpStartStopMsg: stop msg sent
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 recv would block (errno=EAGAIN)
    NiIRead: read for hdl 2 timed out (0ms)
    DpHalt: no more messages from the message server
    DpHalt: send keepalive to synchronize with the message server
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=114,pac=1,MESG_IO)
    MsINiWrite: sent 114 bytes
    send msg (len 110+4) to name           MSG_SERVER, type 0, key -
    MsSndName: MS_NOOP ok
    Send 4 bytes to MSG_SERVER
    NiIRead: hdl 2 received data (rcd=114,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=114
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 114 bytes
    MSG received, len 110+4, flag 3, from MSG_SERVER          , typ 0, key -
    Received 4 bytes from MSG_SERVER                             
    Received opcode MS_NOOP from msg_server, reply MSOP_OK
    MsOpReceive: ok
    MsSendKeepalive : keepalive sent to message server
    NiIRead: hdl 2 recv would block (errno=EAGAIN)
    Mon Feb 21 15:30:14 2011
    NiIPeek: peek for hdl 2 timed out (r; 1000ms)
    NiIRead: read for hdl 2 timed out (1000ms)
    DpHalt: no more messages from the message server
    DpHalt: sync with message server o.k.
    detach from message server
    ***LOG Q0M=> DpMsDetach, ms_detach () [dpxxdisp.c   12283]
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=110,pac=1,MESG_IO)
    MsINiWrite: sent 110 bytes
    MsIDetach: send logout to msg_server
    MsIDetach: call exit function
    DpMsShutdownHook called
    NiBufISelUpdate: new MODE -- (r-) for hdl 2 in set0
    SiSelNSet: set events of sock 1476 to: ---
    NiBufISelRemove: remove hdl 2 from set0
    SiSelNRemove: removed sock 1476 (pos=2)
    SiSelNRemove: removed sock 1476
    NiSelIRemove: removed hdl 2
    MBUF state OFF
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    blks_in_queue/wp_ca_blk_no/wp_max_no = 1/300/13
    LOCK WP ca_blk 1
    make DISP owner of wp_ca_blk 1
    DpRqPutIntoQueue: put request into queue (reqtype 1, prio LOW, rq_id 15)
    MBUF component DOWN
    NiICloseHandle: shutdown and close hdl 2 / sock 1476
    NiBufIClose: clear extension for hdl 2
    MsIDetach: detach MS-system
    cleanup EM
    Mon Feb 21 15:30:15 2011
    EsCleanup ....
    EmCleanup() -> 0
    Es2Cleanup: Cleanup ES2
    ***LOG Q05=> DpHalt, DPStop ( 2080) [dpxxdisp.c   10484]
    Good Bye .....
    Regards
    Jose H.

  • Jcontrol.exe stops with Error executing Bootstrap Node in EP

    Hello Everybody,
    We have Enterprise Portal 6.0 installed on our system with 1 GB RAM .The jcontrol.exe gets stopped in MMC ,the developer trace gives the error :
    Error executing Bootstrap Node
    Iam trying to restore Portal Application on another server with 2 GB RAM.I have taken OS level Offline backup of the system and restored it on another server of 2GB RAM.After that when I boot the server again
    jcontrol.exe gets stopped giving the same problem in developer trace:
    Error executing bootstrap node
    I want to change memory parameters for the system through configtool as given in note 723909 but iam even not able to connect to configtool,while connecting to configtool the error message given is
    Error connecting to DB
    Although i hv manually through command prompt shutdown and started the database but still gives the same problem?
    How to change the various memory parameters then? Kindly revert at earliest.Kindly revert to the issue at earliest as this is urgent and iam struggling with this issue since many day.Ur reply if found useful shall be awarded points.
    Regards,
    Saumya

    Hi,
    I would go with Michael's suggestion about system copy. I don't think just copying the files from one machine to another would serve the purpose. Let's not forget it's a totally different server all together and while installations, there are references to hostnames.
    Java system copy would be an ideal solution or i would suggest you to go for an upgrade of the same old server for RAM related issues.
    Regards,
    Sunil

  • SRM AS JAVA not starting(JControl.EXE and Server0 are not starting )

    Hi All,
    We have SAP SRM 7.0 AS ABAP and AS JAVA with SAP PI and MDM installed on Windows Server 2008 R2.
    When we are trying to start SRM as JAVA  from SAPMMC is not starting.
    The JControl.EXE and Server0 are not starting.
    For your convenience I am pasting error part of trace files
    Our dev_jcontrol log file text is as follows:
    [Thr 7112] JControlExecuteBootstrap: execute bootstrap process [bootstrap]
    [Thr 7112] [Node: bootstrap] java home is set by profile parameter
    [Thr 7112]      Java Home: C:\j2sdk1.4.2_19-x64
    [Thr 7112] JStartupICheckFrameworkPackage: can't find framework package E:\usr\sap\SRJ\JC22\exe\jvmx.jar
    [Thr 7112] JControlICheckProcessList: process server0 started (PID:4688)
    [Thr 7112] Thu Dec 15 16:43:42 2011
    [Thr 7112] JControlICheckProcessList: process server0 (pid:4688) died (RUN-FLAG)
    [Thr 7112] JControlIResetProcess: reset process server0
    [Thr 7112] JControlIResetProcess: [server0] not running -> increase error count (4)
    [Thr 7112] JControlICheckProcessList: running flight recorder:
    [Thr 7112]      C:\j2sdk1.4.2_19-x64\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 ID228052750 1323947582 -bz E:\usr\sap\SRJ\SYS\global
    [Thr 5568] Thu Dec 15 17:23:18 2011
    [Thr 5568] JControlSigInt: signal = 2
    [Thr 5568] JControlIStopInstance: shutting down (command: 0)
    [Thr 5568] JControlIProcessSoftKill: soft kill of process dispatcher (pid:7648)
    [Thr 5568] ERROR => invalid connect to named pipe (rc = 232) [jstartnt.c   268]
    [Thr 5568]  ERROR => Can't send soft kill (rc=-1) [jcntrxxi.c   1743]
    [Thr 5568] JControlIProcessSoftKill: soft kill of process SDM (pid:7664)
    [Thr 5568] ERROR => invalid connect to named pipe (rc = 232) [jstartnt.c   268]
    [Thr 5568]  ERROR => Can't send soft kill (rc=-1) [jcntrxxi.c   1743]
    Our dev_bootstrap log is:
    [Thr 7712] CCMS: AlMsUpload called by wp 1004.
    [Thr 7712] CCMS: AlMsUpload successful for E:\usr\sap\SRJ\JC22\log\ALMTTREE.DAT (302 MTEs).
    [Thr 7712] CCMS: CCMS Monitoring Initialization finished, rc=0.
    [Thr 7712] [Node: bootstrap] java home is set by profile parameter
    [Thr 7712]      Java Home: C:\j2sdk1.4.2_19-x64
    [Thr 7712] JStartupICheckFrameworkPackage: can't find framework package E:\usr\sap\SRJ\JC22\exe\jvmx.jar
    In dev_server0 the log is as follows:
    ERROR => The Java VM terminated with a non-zero exit code.
    What should be the issue I am not getting. Please help me to solve this.
    Thanks & Regards,
    Ishan

    Hi All,
    I removed last changes i did. n restarted it.
    Thanks,
    Ishan

  • Jstart.exe stopping after some seconds when starting the SAPMMC

    hi,
    Presently i am working in CE 7.1 -trial version. I started my SAPMMC today. I forgot my administrator's password so i was unable to login into the portal. Then i activated the Emergency user. Logged into portal as SAP* and changed the administrator password. Then i logged off. De-activated the Emergency user from the Configtool and set the administrator password from the secure store. Then i restarted the SAPMMC. However after this jstart.exe would try to start but it would stop after certain no. of seconds. Hence i am unable to open SAPMMC and since i still dont know administrator password i cannot unistall.
    Please help........
    regards,
    pinki

    Hi Pinki
    1. U have posted this forum is wrong forum. It should be in CE forum.
    2. Try restarting ur system. There could be some process running which needs restart after password has been changed
    Ashutosh

  • Can not connect to iTunes store after resetting password

    After resetting password on iPhone 5,iPad can not connect to iTunes. Any one know how to correct?

    I am having the same Issues.

  • Apple Remote Desktop - connect to computer after their password changed?

    I have a problem with Apple Remote Desktop which is driving me up the walls.
    When I observe or control a computer, Apple Remote Desktop saves the username and password so that next time I'm not prompted for a username or password.
    Problem is, when the password on the computer changes and I once again try to control it, Apple Remote Desktop simply comes up with an "authentication failed" message. There is no option to put a new username and password in. I cannot find any option to delete previously stored passwords.
    Currently I'm resorting to deleting:
    /private/var/db/RemoteManagement/ClientCaches
    /private/var/db/RemoteManagement/caches
    It is extremely frustrating doing the above each time a computer's password changes!
    I must be missing something. Does anyone have a better way of going about this?

    Hi Zachary!
    Have a look at RealVNC at http://www.realvnc.com/download.html. Install this on your Windows computer and be sure to configure a password for VNC connections. You should then be able to see your XP system in Apple Remote Desktop.
    Keep in mind that the VNC software is free (unless you choose to purchase a version with more features) but the Apple Remote Desktop client is a commercial product http://www.apple.com/remotedesktop/.
    If you need a different (free) client for your Mac, I suggest using the Microsoft Remote Desktop Connection client found here http://www.microsoft.com/mac/otherproducts/otherproducts.aspx?pid=remotedesktopc lient. This only works with Professional version of Windows XP and not the Home version. Or you can downlod a VNC client for Mac such as Chicken of the VNC found here http://sourceforge.net/projects/cotvnc/.
    Hope this helps! bill
    1 GHz Powerbook G4   Mac OS X (10.4.4)  

  • Disp+work.exe stopped after Kernel upgrade

    Hi
    I have put a new 700 unicode kernel 236 SAPEXE/SAPEXEDB and DW patch 258 lib_dbsl 256 onto the V6R1 database server. This worked fine and the instance starts up including DISPATCHER and SERVER0.
    Next step was to update the kernel on the Windows application server, again to same level with igsexe 17 and sapwebdisp 258.
    When I start the Windows instance, the sapcpe,exe executable copy completes, (no errors in sapcpe.log in the work directory), then the disp+work.exe tries to start and fails.  It briefly shows  "running but not connected to message server' then goes to Stopped. However the igswd.EXE goes green status Running.
    The only error I can find in the work directory is in the stderr1 file which has  the following messages-  (the developer trace for disp+work last message was 10 hours ago when running on old kernel level).
    Any advice?  Tried search of sap notes but no result.  I have tried a reboot of the Windows Server 2003 x 64 machine, still same error.
    regards
    Michael
    Wed Jun 16 23:34:14 2010
    ERROR => [CreateOsShm] CreateFileMapping(37,65 KB) failed with Err=5
                  ERROR_ACCESS_DENIED: Access is denied.  [shmnt.c      2174]
    ERROR => ShmCreate: Create (37,67072,1) failed [shmnt.c      506]
    Memory diagnostic                                 *
    Systeminformation
    Processor-Typ             : Processor-Count           : 2
    Operating System          : NT 5.2, Build 3790
    Service Pack              : Service Pack 2
    NT Pagefile Informations
    Config. minimum size      : 37888000 K
    Config. maximum size      : 37888000 K
    Avail.  maximum size      : 37888000 K
    Num
    Pagefile
    Min.Size
    Max.Size
    Avail.Max
    Curr.Size
    1
    c:\pagefile.sys
    17408000 K
    17408000 K
    17408000 K
    17408000 K
    2
    e:\pagefile.sys
    20480000 K
    20480000 K
    20480000 K
    20480000 K
    NT Task Manager Informations
    Total Handles             :        0
    Total Threads             :        0
    Total Processes           :        0
    Commit Charge Total       :        0 K
    Commit Charge Limit       :        0 K
    Commit Charge Peak        :       16 K
    Phys.Memory Total         :        0 K
    Phys.Memory Available     :        0 K
    File Cache                :        0 K
    Kernel Memory Total       :        0 K
    Kernel Memory Paged       :        0 K
    Kernel Memory Nonpaged    :        0 K
    Memory usage of current process
    Total virt.address space  : 0000008589934464 K
    Avail.virt.address space  : 0000008589692256 K
    Private Pages             :        0 K
    Total heap size           :    12231 K
    Virtual memory regions    :        0 K
    Uncommitted heap memory   :     8164 K
    Allocated heap memory     :     2611 K
    Moveable heap memory      :      339 K
    DDE shared heap memory    :        0 K
    Memory usage of all processes
    PID
    Image
    Instance
    Work.Set
    WS Peak
    Priv.Pages
    PP Peak
    Pg Fault
    1344
    sapstartsrv.exe
    18788 K
    18788 K
    23812 K
    23816 K
    4
    3308
    disp+work.EXE
    9360 K
    9412 K
    69620 K
    69724 K
    2
    3304
    igswd.EXE
    3672 K
    3964 K
    2904 K
    3268 K
    1
    1324
    igsmux.exe
    4096 K
    4096 K
    5952 K
    5952 K
    1
    3256
    igspw.exe
    3100 K
    3100 K
    3708 K
    3708 K
    0
    1000
    igspw.exe
    3100 K
    3100 K
    3708 K
    3708 K
    0
    Sum
    42116 K
    109704 K
    CrtOsSemAdm: Can't protect begin page (Ptr=FFFFFFFFFFFFF000,RC=87)
    CrtOsSemAdm: Can't protect end page (Ptr=000000000000F000,RC=487)
    call semaphore clean-up function ...
    ***LOG Q0E=> DpSigGenHandler, Exception (c0000005) [dpnttool.c   438]
    C-STACK -
    SAP (R) - R/3(TM) Callstack, Version 1.0
    Copyright (C) SAP AG. All rights reserved.
    Application exception occurred:
    Exception : c0000005 (Access Violation)
    App       : disp+work.EXE (pid=3308)
    When      : 6/16/2010 23:34:16.631
    Threads   : 1
    Computer Name       : OLTOVMDQ
    User Name           : SAPSeOAE
    Number of Processors: 2
    Processor Type: EM64T Family 6 Model 15 Stepping 11
    Windows Version     : 5.2 Current Build: 3790
    State Dump for Thread Id cf0
    --> (FAULT) Stack Back Trace <--
    FramePtr         ReturnAd         Param#1          Function Name
    000000000840fe40 0000000000464b36 0000000000000510 disp+work!SemInit [semnt.c (866)]
    000000000840feb0 0000000000430611 ffffffff00000001 disp+work!DpShmPrfCreate [dpxxprf.c (399)]
    000000000840fee0 000000000040108d ffffffff00000002 disp+work!DpMain [dpxxdisp.c (1097)]
    000000000840ff10 0000000001a5df51 0000000000000000 disp+work!nlsui_main [thxxanf.c (84)]
    000000000840ff70 0000000077d5964c 0000000000000000 disp+work!wmainCRTStartup [crtexe.c (498)]
    000000000840ffa0 0000000000000000 0000000001a5dde0 kernel32!BaseProcessStart
    Wed Jun 16 23:34:17 2010
    call clean-up function ...
    ERROR => SigICallExitRoutine: not initialized [signt.c      304]
    return from clean-up function ...

    > Wed Jun 16 23:34:14 2010
    > *** ERROR => [CreateOsShm] CreateFileMapping(37,65 KB) failed with Err=5
    >               ERROR_ACCESS_DENIED: Access is denied.  [shmnt.c      2174]
    > *** ERROR => ShmCreate: Create (37,67072,1) failed [shmnt.c      506]
    If you switch back to the old kernel, does that work?
    The system tries to allocate shared memory and fails. Did you install any security patches on the Windows box or did you change/fiddle with the users?
    Markus

  • Installing 4.6c RFC ERR Dispacher disp+work.exe stops after a few secounds

    Hi guys please help if possible
    I am installing 4.6c the installation has stopped at 93% I have noticed my dispatcher shuts down after a few secounds My trace file is attached below. I also get a get a RFC errror at 93% where the installation has stopped shown below
    Error: RFCRSWBOINI_IND_IND CRfcError 2 1038
    RFC error
    operation/code : RfcOpen()
    key            : RFC_IO5
    status         : CODE=CM_PRODUCT_SPECIFIC_ERROR STATUS=??? DATA=??? ID=???
    message        : connection closed
    internal status: IO HANDLE=5 DRV=EXT LINE=416 CODE=5
    Error: RFCRSWBOINI_IND_IND InstallationDo 2 1038
    Phase failed.
    Error: Main {} 2 1038
    Installation aborted.
    trc file: "dev_disp", trc level: 1, release: "46D"
    Wed Oct 01 14:38:20 2008
    relno      4640
    patchlevel 0
    patchno    2364
    intno      0
    pid        1860
    ***LOG Q00=> DpSapEnvInit, DPStart (00 1860) [dpxxdisp.c   921]
    Wed Oct 01 14:38:32 2008
    WARNING => DpNetCheck: NiHostToAddr(www.doesnotexist0001.qqq.nxst) took 12 seconds
    Wed Oct 01 14:38:48 2008
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 16 seconds
    ***LOG GZZ=> 2 possible network problems detected - check tracefile and adjust your DNS settings [dpxxtool2.c  3171]
    MtxInit: -2 0 0
    DpIPCInit: start server >SAPDRQ_DRQ_00       <
    MBUF state OFF
    MBUF opmode USE
    EmInit: MmSetImplementation( 2 ).
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation std
    <ES> Memory Reset enabled as NT default
    <EsNT> EsIUnamFileMapInit: Initialize the memory 2252 MB
    <ES> 2251 blocks reserved for free list.
    ES initialized.
    ***LOG Q0K=> DpMsAttach, mscon ( SAPDRQ) [dpxxdisp.c   8384]
    MBUF set hwid_state to HWID_PENDING
    DpStartStopMsg: send start message (myname is >SAPDRQ_DRQ_00       <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 10000000 for monitoring segment.
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 4640, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    MBUF set hwid_state to SAP_O_K (G0606866136                             )
    DpMsgAdmin: Set patchno for this platform to 2364
    Release check o.K.
    Wed Oct 01 14:40:28 2008
    ERROR => W0 (pid 1832) died [dpxxdisp.c   10701]
    ERROR => W1 (pid 2492) died [dpxxdisp.c   10701]
    ERROR => W2 (pid 3044) died [dpxxdisp.c   10701]
    ERROR => W3 (pid 3896) died [dpxxdisp.c   10701]
    ERROR => W4 (pid 3904) died [dpxxdisp.c   10701]
    ERROR => W5 (pid 3900) died [dpxxdisp.c   10701]
    ERROR => W6 (pid 2496) died [dpxxdisp.c   10701]
    ERROR => W7 (pid 3316) died [dpxxdisp.c   10701]
    my types changed after wp death/restart 0x3f --> 0x3e
    ERROR => W8 (pid 3840) died [dpxxdisp.c   10701]
    ERROR => W9 (pid 456) died [dpxxdisp.c   10701]
    ERROR => W10 (pid 2116) died [dpxxdisp.c   10701]
    ERROR => W11 (pid 2944) died [dpxxdisp.c   10701]
    ERROR => W12 (pid 244) died [dpxxdisp.c   10701]
    my types changed after wp death/restart 0x3e --> 0x3c
    ERROR => W13 (pid 3820) died [dpxxdisp.c   10701]
    my types changed after wp death/restart 0x3c --> 0x38
    ERROR => W14 (pid 2732) died [dpxxdisp.c   10701]
    ERROR => W15 (pid 3580) died [dpxxdisp.c   10701]
    ERROR => W16 (pid 1964) died [dpxxdisp.c   10701]
    ERROR => W17 (pid 3456) died [dpxxdisp.c   10701]
    ERROR => W18 (pid 3680) died [dpxxdisp.c   10701]
    ERROR => W19 (pid 2076) died [dpxxdisp.c   10701]
    my types changed after wp death/restart 0x38 --> 0x30
    ERROR => W20 (pid 1264) died [dpxxdisp.c   10701]
    my types changed after wp death/restart 0x30 --> 0x20
    ERROR => W21 (pid 2756) died [dpxxdisp.c   10701]
    ERROR => W22 (pid 2740) died [dpxxdisp.c   10701]
    my types changed after wp death/restart 0x20 --> 0x0
    DP_FATAL_ERROR => DpEnvCheck: no more work processes
    DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    killing W0-1832 (SIGUSR2)
    ERROR => DpWpKill(1832, SIGUSR2) failed [dpxxtool.c   2687]
    killing W1-2492 (SIGUSR2)
    ERROR => DpWpKill(2492, SIGUSR2) failed [dpxxtool.c   2687]
    killing W2-3044 (SIGUSR2)
    ERROR => DpWpKill(3044, SIGUSR2) failed [dpxxtool.c   2687]
    killing W3-3896 (SIGUSR2)
    ERROR => DpWpKill(3896, SIGUSR2) failed [dpxxtool.c   2687]
    killing W4-3904 (SIGUSR2)
    ERROR => DpWpKill(3904, SIGUSR2) failed [dpxxtool.c   2687]
    killing W5-3900 (SIGUSR2)
    ERROR => DpWpKill(3900, SIGUSR2) failed [dpxxtool.c   2687]
    killing W6-2496 (SIGUSR2)
    ERROR => DpWpKill(2496, SIGUSR2) failed [dpxxtool.c   2687]
    killing W7-3316 (SIGUSR2)
    ERROR => DpWpKill(3316, SIGUSR2) failed [dpxxtool.c   2687]
    killing W8-3840 (SIGUSR2)
    ERROR => DpWpKill(3840, SIGUSR2) failed [dpxxtool.c   2687]
    killing W9-456 (SIGUSR2)
    ERROR => DpWpKill(456, SIGUSR2) failed [dpxxtool.c   2687]
    killing W10-2116 (SIGUSR2)
    ERROR => DpWpKill(2116, SIGUSR2) failed [dpxxtool.c   2687]
    killing W11-2944 (SIGUSR2)
    ERROR => DpWpKill(2944, SIGUSR2) failed [dpxxtool.c   2687]
    killing W12-244 (SIGUSR2)
    ERROR => DpWpKill(244, SIGUSR2) failed [dpxxtool.c   2687]
    killing W13-3820 (SIGUSR2)
    ERROR => DpWpKill(3820, SIGUSR2) failed [dpxxtool.c   2687]
    killing W14-2732 (SIGUSR2)
    ERROR => DpWpKill(2732, SIGUSR2) failed [dpxxtool.c   2687]
    killing W15-3580 (SIGUSR2)
    ERROR => DpWpKill(3580, SIGUSR2) failed [dpxxtool.c   2687]
    killing W16-1964 (SIGUSR2)
    ERROR => DpWpKill(1964, SIGUSR2) failed [dpxxtool.c   2687]
    killing W17-3456 (SIGUSR2)
    ERROR => DpWpKill(3456, SIGUSR2) failed [dpxxtool.c   2687]
    killing W18-3680 (SIGUSR2)
    ERROR => DpWpKill(3680, SIGUSR2) failed [dpxxtool.c   2687]
    killing W19-2076 (SIGUSR2)
    ERROR => DpWpKill(2076, SIGUSR2) failed [dpxxtool.c   2687]
    killing W20-1264 (SIGUSR2)
    ERROR => DpWpKill(1264, SIGUSR2) failed [dpxxtool.c   2687]
    killing W21-2756 (SIGUSR2)
    ERROR => DpWpKill(2756, SIGUSR2) failed [dpxxtool.c   2687]
    killing W22-2740 (SIGUSR2)
    ERROR => DpWpKill(2740, SIGUSR2) failed [dpxxtool.c   2687]
    NiWait: sleep (10000 msecs) ...
    NiISelect: timeout 10000 ms
    Wed Oct 01 14:40:38 2008
    NiISelect: TIMEOUT occured(10000 msecs)
    dump system status
    dump system status
    Workprocess Table (long)               Wed Oct 01 04:40:38 2008
    ========================
    No Ty. Pid      Status  Cause Start Err Sem CPU    Time  Program  Cl  User         Action                    Table
    0 DIA     1832 Ended         no      1   0             0                                                             
    1 DIA     2492 Ended         no      1   0             0                                                             
    2 DIA     3044 Ended         no      1   0             0                                                             
    3 DIA     3896 Ended         no      1   0             0                                                             
    4 DIA     3904 Ended         no      1   0             0                                                             
    5 DIA     3900 Ended         no      1   0             0                                                             
    6 DIA     2496 Ended         no      1   0             0                                                             
    7 DIA     3316 Ended         no      1   0             0                                                             
    8 UPD     3840 Ended         no      1   0             0                                                             
    9 UPD      456 Ended         no      1   0             0                                                             
    10 UPD     2116 Ended         no      1   0             0                                                             
    11 UPD     2944 Ended         no      1   0             0                                                             
    12 UPD      244 Ended         no      1   0             0                                                             
    13 ENQ     3820 Ended         no      1   0             0                                                             
    14 BTC     2732 Ended         no      1   0             0                                                             
    15 BTC     3580 Ended         no      1   0             0                                                             
    16 BTC     1964 Ended         no      1   0             0                                                             
    17 BTC     3456 Ended         no      1   0             0                                                             
    18 BTC     3680 Ended         no      1   0             0                                                             
    19 BTC     2076 Ended         no      1   0             0                                                             
    20 SPO     1264 Ended         no      1   0             0                                                             
    21 UP2     2756 Ended         no      1   0             0                                                             
    22 UP2     2740 Ended         no      1   0             0                                                             
    Dispatcher Queue Statistics               Wed Oct 01 04:40:38 2008
    ===========================
    --------++++--
    +
    Typ
    now
    high
    max
    writes
    reads
    --------++++--
    +
    NOWP
    0
    1
    2000
    1
    1
    --------++++--
    +
    DIA
    4
    4
    2000
    4
    0
    --------++++--
    +
    UPD
    0
    0
    2000
    0
    0
    --------++++--
    +
    ENQ
    0
    0
    2000
    0
    0
    --------++++--
    +
    BTC
    0
    0
    2000
    0
    0
    --------++++--
    +
    SPO
    1
    1
    2000
    1
    0
    --------++++--
    +
    UP2
    0
    0
    2000
    0
    0
    --------++++--
    +
    max_rq_id          9
    wake_evt_udp_now     0
    wake events           total     5,  udp     3 ( 60%),  shm     2 ( 40%)
    since last update     total     5,  udp     3 ( 60%),  shm     2 ( 40%)
    Dump of tm_adm structure:               Wed Oct 01 04:40:38 2008
    =========================
    Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)
    Workprocess Comm. Area Blocks               Wed Oct 01 04:40:38 2008
    =============================
    Slots: 300, Used: 1, Max: 0
    --------++--
    +
    id
    owner
    pid
    eyecatcher
    --------++--
    +
    0
    DISPATCHER
    -1
    WPCAAD000
    NiWait: sleep (5000 msecs) ...
    NiISelect: timeout 5000 ms
    Wed Oct 01 14:40:43 2008
    NiISelect: TIMEOUT occured(5000 msecs)
    DpHalt: shutdown server >SAPDRQ_DRQ_00       <
    Switch off Shared memory profiling
    DpWakeUpWps: wake up all wp's
    killing process (1408) (SOFT_KILL)
    [DpProcDied] Process lives  (PID:1408  HANDLE:1560)
    wait for end of gateway
    NiWait: sleep (1000 msecs) ...
    NiISelect: timeout 1000 ms
    Wed Oct 01 14:40:44 2008
    NiISelect: TIMEOUT occured(1000 msecs)
    [DpProcDied] Process died  (PID:1408  HANDLE:1560)
    DpStartStopMsg: send stop message (myname is >SAPDRQ_DRQ_00       <)
    NiBufSend starting
    NiIWrite: write 458, 1 packs, MESG_IO, handle 3, data complete
    MsINiWrite: sent 458 bytes
    send msg (len 110+348) to name          -, type 4, key -
    DpStartStopMsg: stop msg sent
    NiIRead: read 181, 1 packs, MESG_IO, handle 3, data complete
    NiBufIn: NIBUF len=181
    NiBufIn: Packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 181 bytes
    MSG received, len 110+71, flag 1, from MSG_SERVER, typ 0, key -
    DpHalt: received 71 bytes from message server
    NiIRead: read 181, 1 packs, MESG_IO, handle 3, data complete
    NiBufIn: NIBUF len=181
    NiBufIn: Packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 181 bytes
    MSG received, len 110+71, flag 1, from MSG_SERVER, typ 0, key -
    DpHalt: received 71 bytes from message server
    NiIRead: read 181, 1 packs, MESG_IO, handle 3, data complete
    NiBufIn: NIBUF len=181
    NiBufIn: Packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 181 bytes
    MSG received, len 110+71, flag 1, from MSG_SERVER, typ 0, key -
    DpHalt: received 71 bytes from message server
    NiIRead: read 181, 1 packs, MESG_IO, handle 3, data complete
    NiBufIn: NIBUF len=181
    NiBufIn: Packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 181 bytes
    MSG received, len 110+71, flag 1, from MSG_SERVER, typ 0, key -
    DpHalt: received 71 bytes from message server
    NiIRead: read 181, 1 packs, MESG_IO, handle 3, data complete
    NiBufIn: NIBUF len=181
    NiBufIn: Packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 181 bytes
    MSG received, len 110+71, flag 1, from MSG_SERVER, typ 0, key -
    DpHalt: received 71 bytes from message server
    NiIRead: read 181, 1 packs, MESG_IO, handle 3, data complete
    NiBufIn: NIBUF len=181
    NiBufIn: Packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 181 bytes
    MSG received, len 110+71, flag 1, from MSG_SERVER, typ 0, key -
    DpHalt: received 71 bytes from message server
    NiPRead: WSAEWOULDBLOCK 1.time 4
    NiISelect: timeout 0 ms
    DpHalt: no more messages from the message server
    DpHalt: get hardware id to synchronize with the message server
    NiBufSend starting
    NiIWrite: write 114, 1 packs, MESG_IO, handle 3, data complete
    MsINiWrite: sent 114 bytes
    send msg (len 110+4) to name MSG_SERVER, type 0, key -
    MsSndName: MS_GET_HWID ok
    Send 4 bytes to MSG_SERVER
    NiPRead: WSAEWOULDBLOCK 1.time 4
    NiISelect: timeout 5000 ms
    NiIRead: read 214, 1 packs, MESG_IO, handle 3, data complete
    NiBufIn: NIBUF len=214
    NiBufIn: Packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 214 bytes
    MSG received, len 110+104, flag 3, from MSG_SERVER, typ 0, key -
    Received 104 bytes from MSG_SERVER                             
    Received opcode MS_GET_HWID from msg_server, reply MSOP_OK
    MsOpReceive: ok
    MsGetHardwareId : Hardware Id >G0606866136<
    NiPRead: WSAEWOULDBLOCK 1.time 4
    NiISelect: timeout 1000 ms
    Wed Oct 01 14:40:45 2008
    NiISelect: TIMEOUT occured(1000 msecs)
    DpHalt: no more messages from the message server
    DpHalt: sync with message server o.k.
    detach from message server
    ***LOG Q0M=> DpMsDetach, ms_detach () [dpxxdisp.c   8589]
    NiBufSend starting
    NiIWrite: write 110, 1 packs, MESG_IO, handle 3, data complete
    MsINiWrite: sent 110 bytes
    send logout to msg_server
    call exit function
    DpMsShutdownHook called
    NiSelClear: removed hdl 3 from selectset
    MBUF state OFF
    blks_in_queue/wp_ca_blk_no/wp_max_no = 1/300/23
    LOCK WP ca_blk 1
    make DISP owner of wp_ca_blk 1
    put request into queue (reqtype 1, prio LOW, rq_id 11)
    MBUF component DOWN
    NiBufClose: clear extensions for handle 3
    NiBufSetStat: bufstat of hdl 3 changed from OK to OFF
    NiICloseHandle: shutdown and close nihandle-socket 3-1564
    detach MS-system
    EsCleanup ....
    ***LOG Q05=> DpHalt, DPStop ( 1860) [dpxxdisp.c   7267]
    Good Bye .....

    Hi,
    If dispatchers stopped , then there are few reasons
    1. oracle listener stopped
    2. loopback does not defined in the " etc " host file
    According to trace file says , loop back adaptor is not defined in your system. otherwise please check it oracle listener in the services list.
    Reply me
    Regards
    MLN

  • Recurring Instances not scheduling on its own after the SP4 installation

    Hi,
    We have installed the BO XI R2  SP4 2 days ago. Some of the recurring instances are not scheduling on its own.
    Environment : Clustered - 3 servers with CMS running on 2 servers.
    We did not do the install live. We disabled/stopped all the services befor the install.
    Help needed urgently.
    Thanks

    Hello Pankaj,
    I recommend to post this query to the [BusinessObjects Enterprise Administration|BI Platform; forum.
    This forum is dedicated to topics related to administration and configuration of BusinessObjects Enterprise, BusinessObjects Edge, and Crystal Reports Server.
    It is monitored by qualified technicians and you will get a faster response there.
    Also, all BOE Administration queries remain in one place and thus can be easily searched in one place.
    Best regards,
    Falk

Maybe you are looking for

  • Query help with OITM & OITG

    I am trying to make a query that will list items and the property names that have been checked from the properties tab, but can't seem to find a way to link them correctly. Anyone ever done it successfully?  If so please help on how I can do it. Than

  • Back to My Mac is not connecting when external from my local network

    I have an Aiport Extreme.  Back to My Mac is enabled with my Apple ID.  The Mac Mini I have hard wired into the router is also enabled for Back to my Mac.  It's utilizing the same Apple ID.  Troubleshooting steps undertaken: Reset router Turned off b

  • How to detlete  .jpg file  from perticular folder  in java code

    As part of my programming java & jsp code logic i want to delete some *.jpg photos from perticular path in flder.can any body help how to delte the photo using java code logic.

  • Newbie Function Declaration Question

    I'm getting a "method undeclared" error in XCode on my method "useOpenFileToGetFSRef". INTERFACE: @interface MyDocument : NSPersistentDocument { IBOutlet NSString *nameOfSourceFile; - (IBAction) getSourceFile:(id)sender; - (FSRef) useOpenFileToGetFSR

  • Video.seek() not working in Firefox

    The Video.seek() method does not appear to be working in Firefox. It works fine in Flash Player 9 and IE. I have the 9,115 plugin for Firefox. Has anybody else ran into this problem? Thanks! dustoff.