Jvm log in EP 620 SP13 (J2EE 640)

Hi.
we have EP 620 SP13 (J2EE 640) in windows system.
When we start EP, System create jvm log file in directory "D:\usr\sap\<SID>\JC01\work\jvm_server0.out" and I found one strange things.
Strange thing is all jvm log file is empty (size is 0 byte).
How can I do write jvm log in that file ?
Regards, Arnold.

The std_server0.out file has what you are looking for.

Similar Messages

  • Web AS 620 - upgrade to  640 kernel & J2EE 640 - CRM 4.0

    Hi
    We are running CRM 4.0 (SP6) with 620 kernel (1902) and  J2EE 6.20. This is running on Web AS 6.20. We implemented I.C Web Client and Mobile Sales functionaility with CRM.
    We are planning to upgrade to 640 Kernel (ABAP). Any prerequisites or known problems with direct upgrade to 640 kernel in Web AS 6.20  and also any dependencies with J2EE engine since we are using IC Web Client?
    Or do we also have to uprade to J2EE 640 Engine? 
    Your inputs on this would be highly appreciated.
    Regards
    Chandu

    Hi Chandu,
    in our schenario when we want to use CRM SAF we raise the message to SAP they told me that both kernel is to be same.
    but in one of the CRM server we upgrade the kernel of CRM server from 6.20 to 6.40 and J2EE server is 6.20 our application is run without any error.
    if u want to upgrde ur Kernel, upgrade it, but make sure to backup the old kernel,
    than after test the application. i'm sure it's works, in some case error than revert back.
    if ur problem is solved close this forum
    regards,
    kaushal

  • Where to find JVM logs?

    Hi,
    I am new to SAP Web AS and I am migrating a J2EE application from Weblogic and I am considerably successful in that but I am not able to find the JVM logs I searched help.sap.com but without much success.Can any body suggest me where can I find the JVM logs(System.out and System.err) of the application.
    Thanks in advance.
    Ashok.

    Hi,
    if you have not changed your log configuration - that's the file you need. The reason that you're not able to see your System.out message there is that the severity of this log location is too high (Error by default). You might want to lower it (for example, set it to DEBUG) and see if you have your message in the defaultTrace.trc file.
    To change the severity, you need to connect the Visual Administrator to the server, then locate the Log Configurator service, then open the Locations tab within the Runtime tab, then browse the ROOT_LOCATION tree down to System -> out, and then adjust the severity using the Severity: dropdown list. Here's a <a href="http://help.sap.com/saphelp_nw04/helpdata/en/61/f24f3e21504644e10000000a114084/frameset.htm">link</a> to the docs as well.
    Hope this works now.

  • APPS 11I:과도한 JVM LOGGING FILE DISCOGROUP.0.STDOUT이 생성됨

    제품 : AOL
    작성날짜 : 2005-10-17
    APPS 11I:과도한 JVM LOGGING FILE DISCOGROUP.0.STDOUT이 생성됨
    ======================================================
    PURPOSE
    Unix Server 에 $IAS_ORACLE_HOME/Apache/Jserv/logs/jvm directory 에 log file 이 과도하게 생성 되었을 경우의 해결책을 제시한다.
    Problem Description
    $IAS_ORACLE_HOME/Apache/Jserv/logs/jvm directory 에 DISCOGROUP.0.STDOUT file size 가 점점 과도하게 증가 하여 resource 를 차지 하게 된다.
    Workaround
    N/A
    Solution Description
    Bug:3132644 에 의한 문제로 아래와 같이 조치 하여야 한다.
    1. Please apply the latest released TXK Autoconfig roll up patch.
    --2005년 10월 가장 최신의 TXK Autoconfig rollup patch는 4104924 이다.
    2. Verify that variable s_jserv_std_log is disabled.
    -- 해당 variable 은 $APPL_TOP/admin/<SID>_<Hostname>.xml (Applications Context File) 에서 확인 할 수 있다.
    Reference Documents
    Note. 275567.1 - Excessive JVM Logging Generated In DiscoGroup.0.stdout With Applications 11i

    Hi;
    Please shutdown all services first, when sometimes pass like 20 min check apps services down or not. Please check alert.log also for any error message
    Also see below links
    runaway processes
    Re: runaway processes
    script issue_urgent
    If possible Please restart server
    Regard
    Helios

  • JVM logs

    Hi All,
    My application is crashing due to the jvm loading a dll with UnsatisfiedLinkedError. Where can I find the jvm logs to see which dll it was loading.
    Regards

    kajbj wrote:
    gcameo wrote:
    Hi All,
    My application is crashing due to the jvm loading a dll with UnsatisfiedLinkedError. Where can I find the jvm logs to see which dll it was loading.
    RegardsDoesn't the error message indicate that?No Its doesn't.
    the following on a dialog screen
    The exception unknown software exception(0x0eedfade) occured in the application at location 0x7c81eb33then i get this on the console
    java.lang.UnsatisfiedLinkError: C:\home\apps_dev\tomcat\apache-tomcat-6.0.16\shared\lib\QASInterface.dll: A dynamic link library (DLL) initialization routine failed
            at java.lang.ClassLoader$NativeLibrary.load(Native Method)
            at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
            at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676)
            at java.lang.Runtime.loadLibrary0(Runtime.java:822)
            at java.lang.System.loadLibrary(System.java:993)
            at com.lalpac.addresshub.qas.QASJNI.<clinit>(QASJNI.java:56)
            at com.lalpac.addresshub.qas.ConnectorQAS.init(ConnectorQAS.java:46)
            at com.lalpac.addresshub.AddressHubServer.createConnectorForCommand(AddressHubServer.java:528)
            at com.lalpac.addresshub.AddressHubServer.execute(AddressHubServer.java:176)
            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:585)
            at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:402)
            at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:309)
            at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:333)
            at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71)
            at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:150)
            at org.apache.axis.SimpleChain.invoke(SimpleChain.java:120)
            at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:481)
            at org.apache.axis.server.AxisServer.invoke(AxisServer.java:323)
            at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:854)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
            at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:339)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
            at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
            at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
            at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
            at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
            at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
            at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
            at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
            at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
            at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
            at java.lang.Thread.run(Thread.java:595)the QAInterfacedll is an interface written for JNI to call another dll.

  • Read jvm.log

    How can we read or interpret the content of the log file jvm.log that we get when kill -3 is performed in an application server 9.1?
    Thanks in advance.
    Ana

    Nevermind....I already found the answer myself...
    http://www-01.ibm.com/support/docview.wss?uid=swg21222486
    http://publib.boulder.ibm.com/infocenter/javasdk/v1r4m2/index.jsp?topic=/com.ibm.java.doc.diagnostics.142j9/html/basicdiagsverbose.html
    http://publib.boulder.ibm.com/infocenter/javasdk/v5r0/index.jsp?topic=/com.ibm.java.doc.diagnostics.50/diag/tools/gcpd_verbosegc_scavenger.html

  • JCO difference between SAP J2ee 620 and Webas 640 for Internet Sales

    Does anyone have some information on how Internet Sales manages JCO calls to R/3 or CRM on WebAS 640?
    Till J2EE 620 the sapjco.jar file directory had to be in classpath along with the relevant dlls in WinNt directory.
    WebAs 640 Java installation doesn't mandate any such steps.
    How does this work? The jar probably is in the cluster/server/bin/ext folder but what about the native libraries? How are they loaded.
    I am having problems making RFC calls to R/3 from a web application deployed on SAP WebAS 640.
    This is not the internet sales application but a general J2EE application and I was wondering if i could use the same approach as used by Internet Sales to load the native libraries.
    Any help would be appreciated.
    Bharat.

    Vivek,
        We have the WebAs 640 Java system running on a AIX server. I placed the following folder under classpath
    /usr/sap/<SAPSID>/JC**/j2ee/cluster/server/bin/ext/com.sap.mw.jco/sapjrfc.jar
    The error thrown is
    JCO.classInitialize(): Could not load middleware layer 'com.sap.mw.jco.rfc.MiddlewareRFC'
    JCO.nativeInit(): Could not initialize dynamic link library sapjcorfc [Can't find library sapjcorfc  (libsapjcorfc.a or .so) in sun.boot.library.path or java.library.path
    sun.boot.library.path=/usr/java14_64/jre/bin
    java.library.path=/usr/java14_64/jre/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/RID/JC15/j2ee/os_libs:/usr/sap/RID/SYS/exe/run:/home/db2_mgr/sqllib/lib:/home/db2_mgr/sqllib/lib:/usr/lib:/usr/sap/RID/JC15/j2ee/os_libs:/usr/sap/RID/JC15/j2ee/os_libs:/usr/lib:/lib:/usr/sap/RID/SYS/exe/run:/home/db2_mgr/sqllib/lib:/home/db2_mgr/sqllib/lib]. java.library.path [/usr/java14_64/jre/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/RID/JC15/j2ee/os_libs:/usr/sap/RID/SYS/exe/run:/home/db2_mgr/sqllib/lib:/home/db2_mgr/sqllib/lib:/usr/lib:/usr/sap/RID/JC15/j2ee/os_libs:/usr/sap/RID/JC15/j2ee/os_libs:/usr/lib:/lib:/usr/sap/RID/SYS/exe/run:/home/db2_mgr/sqllib/lib:/home/db2_mgr/sqllib/lib]
    The problem is a search on libsapjcorfc.* only return dll files and no .so or .a files.
    Wondering how ISA loads the native libraries on AIX!
    Thx,
    Bharat.

  • Logging doesn't work for J2EE App

    Hi,
    i've defined the following log config as XML in the .ear file of my app:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE log-configuration SYSTEM "log-configuration.dtd">
    <log-configuration>
         <log-formatters>
              <log-formatter
                   name="de.axentiv.hne.format"
                   pattern="%l %d %s %m"
                   type="TraceFormatter"/>
         </log-formatters>
         <log-destinations>
              <log-destination
                   effective-severity="ALL"
                   name="de.axentiv.hne"
                   pattern="c:\jms.log"
                   type="FileLog">
                   <formatter-ref
                        name="de.axentiv.hne.format"/>
              </log-destination>
         </log-destinations>
         <log-controllers>
              <log-controller
                   minimum-severity="ALL"
                   name="de.axentiv.hne">
                   <associated-destinations>
                        <destination-ref
                             association-type="LOG"
                             name="de.axentiv.hne"/>
                   </associated-destinations>
              </log-controller>
         </log-controllers>
    </log-configuration>
    I retrieve the logger:
    private static final Location loc = Location.getLocation(JmsTestServlet.class);
    JmsTestServlet.class resides in the package de.axentiv.hne which corresponds to the log destination defined above.
    My logging statement is:
    loc.debugT("***> Sending message: Test");
    Unfortunately there is no file at c:\jms.log which contains my log statement. Does anybody know what my problem here might be.
    Regards in advance and thank's
    Heiko

    Hi Heiko,
    by default the logging api writes to a single trace file (defaultTrace.trc). This is done for performance reasons. At times though (and I would always suggest this on your local J2EE Engine), you want multiple trace files...one for each app.
    I did a presentation on how to configure the J2EE Engine to do this. You can see the pdf of this presentation here: https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/using logging and tracing on the sap web as java.pdf
    Hope this helps!
    Cheers,
    Jeff

  • Log In issue with SAP J2EE 6.20 Administrator

    After a successful installation I am attempting to Log into the SAP J2EE 6.20 Instance Administrator and am not successful.
    Is their a default password for user:Administrator?
    If not is there a place where I can reset it?
    thanx,
    raj.

    RJ -
    The default password is blank "".  Also, you usually need to change the port to 50004 (or calculate depending on the number of J2EE instances on the server).
    If you changed the default J2EE password during install, you'll need to use whatever you changed it to.
    Also, J2EE needs to be running to log into the Admin console.
    Regards,
    Kyle

  • Difference between 620 version and 640 version of librfc32.dll

    Hi,
    What is the difference between librfc32.dll (620 version) and librfc32.dll( 640 version).
    If I built my application with librfc32.dll(620 version) can I deploy it in a environment where librfc32.dll(640 version)  is used.
    please let me know if my application will break or face some problems.
    Could you please reply as soon as possible , we are facing problem with production environment, just want to confirrm if this could be the root cause.
    Thanks
    Sivasankari

    hi sivashankari,
    librfc32.dll troubles
    Once you are working with SAP BW BEx tool and accessing different version of SAP BW you might encounter an error in BEx Query Designer says: “"Run-time error '-2147417848 (800010108)': Automation error The object invoked has disconnected from its clients".” BEx Query Designer crashes afterwards.
    Solution is to replace the RFC library librfc32.dll stored in your \WINDOWS\system32 on the client PC with a proper version depends on you SAP GUI version:
    620: Version >= 6206.6.1938.4727 (620x.x.x.4727).
    640: Version >= 6400.3.79.4740 (640x.x.x.4740).
    710: check the newest patch of SAP GUI .
    regards
    karthik
    reward me points if usefull

  • JVM log file

    Where can I default find the log file for oracle(10g) JVM?
    Is there a properties where the path is specified or how do I find it?

    Hi,
    Log files location: $ORACLE_HOME /opmn/logs
    -Priyanka

  • WEbAS 620 with Kernel 640

    Hi,
    Is it possible to install SAP WebAS 620 version with a kernel of 640. if so when I perform SM51 from the SAP GUI, will it show me the 620 version of WEbAS or the 640 kernel.
    Please let me know the details asap.
    Thanks
    Siva
    Edited by: sivasankari G on Apr 11, 2008 12:50 PM
    Edited by: sivasankari G on Apr 11, 2008 12:50 PM

    Hello sivasankari G,
    It's extremely recommended that you install the Kernel 6.40 once Kernel 6.20 is not supported anymore. To know how to install the Kernel 6.40, on your SAP WebAS 6.20, please refer SAP Note below:
    664679 Installing 6.40 kernel in SAP WEB AS 6.10/6.20
    Regards,
    Rafael

  • SAP Webdispatcher Setup for J2EE 640

    Dear Basis Guru's,
    I am trying to setup SAP Webdispatcher for our customer system. J2EE Instance is installed  in a hostname called javadev which is in a domain where all other SAP Instnaces are setup ( XYZ.COM). I have installed SAP Webdispatcher in a other host called webdispdev which is existing in different domain (XYZWEB.com) Firewall rules are updated and J2EE Engine ports are opened to connect to this host.
    I have generated the SSL key pair  and got it certified by Digicert CA and imported it back. Now i have to configure url re direct for this webdispatcher so tht users  can access j2ee instnce using with webdispatcher hostname , I have tried adding the web service name provided by developer to the url_filter , I can access this webservice using with http port , I cant access it using with j2eeengine https port . I have addedd https port to the webdispatcher profile and it fails to start when i add https port.
    When i compare the new setup with existing prod systems i can see https port is addedd to sapwebdisp.pfl and users able to access it successfully. Although sap webdisp installed in one host name which is in XYZWEB.COM and users are accessing it using with diff hostname  which is in XYZ.COM (Ex: webdisp host - webdispprod.XYZWEB.COM  and they are accessing it using with webdispprod.XYZ.COM) looks like ur reditect setup in DNS?? I was not invloved in prod webdisp setup and i dont have any info how it was configured.
    Please help me to fix the below issues
    1.when i add https port to sapwebdisp.pfl wedispatcher failes to start - Error posted below
    ERROR => DlLoadLib: LoadLibrary(
    webdispdev\sapmnt
    SYS\exe\run\sapcrypto.dll) Error 126 [dlnt.c       237]
    [Thr 5492]         Error 126 = "The specified module could not be found."
    [Thr 5492] *** ERROR => secudessl_LoadLibrary(): Unable to load "
    webdispdev\sapmnt
    SYS\exe\run\sapcrypto.dll" [ssslsecu.c   352]
    [Thr 5492] *** ERROR => Loading of SSL library failed -- NO SSL available!
    [Thr 5492] =================================================
    2.I should access webdispatcher using with https port
    3. How can i access webdispatcher servevr exisitng in XYZWEB.com using with XYZ.COM using https port ?
    Do you think i should generate SSL Certificates for the both XYZ.COM and XYZWEB.COM ? If so i did that but may be i did not do correctly
    Please help me , Your help is appreciated
    Thanks,
    Ravin

    Hi Ravin,
    how do you want to config ssl on your web dispatcher, termination or passing refer to http://help.sap.com/saphelp_nw70ehp1/helpdata/en/39/09a63d7af20450e10000000a114084/frameset.htm
    can you post your .pfl file here?
    1.when i add https port to sapwebdisp.pfl wedispatcher failes to start - Error posted below
    ERROR => DlLoadLib: LoadLibrary(
    webdispdev\sapmnt
    SYS\exe\run\sapcrypto.dll) Error 126 http://dlnt.c 237
    Thr 5492 Error 126 = "The specified module could not be found."
    Thr 5492 *** ERROR => secudessl_LoadLibrary(): Unable to load "
    webdispdev\sapmnt
    SYS\exe\run\sapcrypto.dll" http://ssslsecu.c 352
    Thr 5492 *** ERROR => Loading of SSL library failed -- NO SSL available!
    Thr 5492 =================================================
    Did you installed SAP crypto library at: \webdispdev\sapmnt
    SYS\exe\run\sapcrypto.dll
    2.I should access webdispatcher using with https port
    that's a business requriement you'd check with the owner.
    3. How can i access webdispatcher servevr exisitng in XYZWEB.com using with XYZ.COM using https port ?
    the ssl server certificate should be applied for the domain which is used by the end user, not your server OS configuration, in your case, I assume it should be XYZ.com

  • SAP dont start when upgrade kenel 620 to 640

    HI everyone.
    Im trying to update kernel 620 to kernel 640 on our SAP R/3 Enterprise 4.7 system (Win 2003/MSSQL 2000)
    I did this following instructions in sap note 664679.
    I update kernel succesfully in our DEV and QAS system. But in our PRD system during the start of R/3 wp die and system stop. I rolled back prd back to kernel 620 and now is funtioning normally.
    Here I described some trace files when starting up with kernel 640.
    Seems to be an issue with the shared memory..
    DISPATCHER
    trc file: "dev_disp", trc level: 1, release: "640"
    Wed Mar 12 21:35:42 2008
    kernel runs with dp version 136(ext=102) (@(#) DPLIB-INT-VERSION-136)
    length of sys_adm_ext is 312 bytes
    sysno      01
    sid        PMT
    systemid   560 (PC with Windows NT)
    relno      6400
    patchlevel 0
    patchno    196
    intno      20020600
    make:      multithreaded, ASCII
    pid        8048
    ***LOG Q00=> DpSapEnvInit, DPStart (01 8048) [dpxxdisp.c   1102]
         shared lib "dw_xml.dll" version 196 successfully loaded
         shared lib "dw_xtc.dll" version 196 successfully loaded
         shared lib "dw_stl.dll" version 196 successfully loaded
         shared lib "dw_gui.dll" version 196 successfully loaded
         shared lib "dw_mdm.dll" version 196 successfully loaded
    Wed Mar 12 21:35:47 2008
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 4 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  3881]
    MtxInit: -2 0 0
    DpSysAdmExtInit: ABAP is active
    DpIPCInit2: start server >srvgyesappmt_PMT_01                     <
    DpShMCreate: sizeof(wp_adm)          17472     (832)
    DpShMCreate: sizeof(tm_adm)          2379840     (11840)
    DpShMCreate: sizeof(wp_ca_adm)          18000     (60)
    DpShMCreate: sizeof(appc_ca_adm)     6000     (60)
    DpShMCreate: sizeof(comm_adm)          192000     (384)
    DpShMCreate: sizeof(vmc_adm)          0     (364)
    DpShMCreate: sizeof(wall_adm)          (22440/34344/56/100)
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 059B0040, size: 2676304)
    DpShMCreate: allocated sys_adm at 059B0040
    DpShMCreate: allocated wp_adm at 059B17D8
    DpShMCreate: allocated tm_adm_list at 059B5C18
    DpShMCreate: allocated tm_adm at 059B5C40
    DpShMCreate: allocated wp_ca_adm at 05BFAC80
    DpShMCreate: allocated appc_ca_adm at 05BFF2D0
    DpShMCreate: allocated comm_adm_list at 05C00A40
    DpShMCreate: allocated comm_adm at 05C00A58
    DpShMCreate: allocated vmc_adm_list at 05C2F858
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 05C2F880
    DpShMCreate: allocated wall_adm at 05C2F888
    MBUF state OFF
    EmInit: MmSetImplementation( 2 ).
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation flat
    <EsNT> Memory Reset disabled as NT default
    <ES> 4095 blocks reserved for free list.
    ES initialized.
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG Q0K=> DpMsAttach, mscon ( srvgyesappmt) [dpxxdisp.c   10113]
    DpStartStopMsg: send start message (myname is >srvgyesappmt_PMT_01                     <)
    DpStartStopMsg: start msg sent
    Wed Mar 12 21:35:48 2008
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 40000000 for monitoring segment.
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 6400, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1025]
    DpMsgAdmin: Set patchno for this platform to 196
    Release check o.K.
    Wed Mar 12 21:36:28 2008
    ERROR => W0 (pid 6916) died [dpxxdisp.c   12682]
    ERROR => W1 (pid 7784) died [dpxxdisp.c   12682]
    ERROR => W2 (pid 6192) died [dpxxdisp.c   12682]
    ERROR => W3 (pid 2512) died [dpxxdisp.c   12682]
    ERROR => W4 (pid 5160) died [dpxxdisp.c   12682]
    ERROR => W5 (pid 4644) died [dpxxdisp.c   12682]
    ERROR => W6 (pid 6708) died [dpxxdisp.c   12682]
    ERROR => W7 (pid 6872) died [dpxxdisp.c   12682]
    ERROR => W8 (pid 5516) died [dpxxdisp.c   12682]
    ERROR => W9 (pid 4420) died [dpxxdisp.c   12682]
    ERROR => W10 (pid 7816) died [dpxxdisp.c   12682]
    my types changed after wp death/restart 0xbf --> 0xbe
    ERROR => W11 (pid 6816) died [dpxxdisp.c   12682]
    ERROR => W12 (pid 528) died [dpxxdisp.c   12682]
    my types changed after wp death/restart 0xbe --> 0xbc
    ERROR => W13 (pid 6624) died [dpxxdisp.c   12682]
    my types changed after wp death/restart 0xbc --> 0xb8
    ERROR => W14 (pid 5488) died [dpxxdisp.c   12682]
    ERROR => W15 (pid 7892) died [dpxxdisp.c   12682]
    ERROR => W16 (pid 4576) died [dpxxdisp.c   12682]
    ERROR => W17 (pid 6480) died [dpxxdisp.c   12682]
    my types changed after wp death/restart 0xb8 --> 0xb0
    ERROR => W18 (pid 1168) died [dpxxdisp.c   12682]
    my types changed after wp death/restart 0xb0 --> 0xa0
    ERROR => W19 (pid 4248) died [dpxxdisp.c   12682]
    ERROR => W20 (pid 7252) died [dpxxdisp.c   12682]
    my types changed after wp death/restart 0xa0 --> 0x80
    DP_FATAL_ERROR => DpWPCheck: no more work processes
    DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    killing W0-6916 (SIGUSR2)
    ERROR => DpWpKill(6916, SIGUSR2) failed [dpxxtool.c   2508]
    killing W1-7784 (SIGUSR2)
    ERROR => DpWpKill(7784, SIGUSR2) failed [dpxxtool.c   2508]
    killing W2-6192 (SIGUSR2)
    ERROR => DpWpKill(6192, SIGUSR2) failed [dpxxtool.c   2508]
    killing W3-2512 (SIGUSR2)
    ERROR => DpWpKill(2512, SIGUSR2) failed [dpxxtool.c   2508]
    killing W4-5160 (SIGUSR2)
    ERROR => DpWpKill(5160, SIGUSR2) failed [dpxxtool.c   2508]
    killing W5-4644 (SIGUSR2)
    ERROR => DpWpKill(4644, SIGUSR2) failed [dpxxtool.c   2508]
    killing W6-6708 (SIGUSR2)
    ERROR => DpWpKill(6708, SIGUSR2) failed [dpxxtool.c   2508]
    killing W7-6872 (SIGUSR2)
    ERROR => DpWpKill(6872, SIGUSR2) failed [dpxxtool.c   2508]
    killing W8-5516 (SIGUSR2)
    ERROR => DpWpKill(5516, SIGUSR2) failed [dpxxtool.c   2508]
    killing W9-4420 (SIGUSR2)
    ERROR => DpWpKill(4420, SIGUSR2) failed [dpxxtool.c   2508]
    killing W10-7816 (SIGUSR2)
    ERROR => DpWpKill(7816, SIGUSR2) failed [dpxxtool.c   2508]
    killing W11-6816 (SIGUSR2)
    ERROR => DpWpKill(6816, SIGUSR2) failed [dpxxtool.c   2508]
    killing W12-528 (SIGUSR2)
    ERROR => DpWpKill(528, SIGUSR2) failed [dpxxtool.c   2508]
    killing W13-6624 (SIGUSR2)
    ERROR => DpWpKill(6624, SIGUSR2) failed [dpxxtool.c   2508]
    killing W14-5488 (SIGUSR2)
    ERROR => DpWpKill(5488, SIGUSR2) failed [dpxxtool.c   2508]
    killing W15-7892 (SIGUSR2)
    ERROR => DpWpKill(7892, SIGUSR2) failed [dpxxtool.c   2508]
    killing W16-4576 (SIGUSR2)
    ERROR => DpWpKill(4576, SIGUSR2) failed [dpxxtool.c   2508]
    killing W17-6480 (SIGUSR2)
    ERROR => DpWpKill(6480, SIGUSR2) failed [dpxxtool.c   2508]
    killing W18-1168 (SIGUSR2)
    ERROR => DpWpKill(1168, SIGUSR2) failed [dpxxtool.c   2508]
    killing W19-4248 (SIGUSR2)
    ERROR => DpWpKill(4248, SIGUSR2) failed [dpxxtool.c   2508]
    killing W20-7252 (SIGUSR2)
    ERROR => DpWpKill(7252, SIGUSR2) failed [dpxxtool.c   2508]
    NiWait: sleep (10000 msecs) ...
    NiISelect: timeout 10000 ms
    NiISelect: maximum fd=1569
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Mar 12 21:36:38 2008
    NiISelect: TIMEOUT occured (10000 ms)
    dump system status
    Workprocess Table (long)               Thu Mar 13 02:36:38 2008
    ========================
    No Ty. Pid      Status  Cause Start Err Sem CPU    Time  Program  Cl  User         Action                    Table
    0 DIA     6916 Ended         no      1   0             0                                                             
    1 DIA     7784 Ended         no      1   0             0                                                             
    2 DIA     6192 Ended         no      1   0             0                                                             
    3 DIA     2512 Ended         no      1   0             0                                                             
    4 DIA     5160 Ended         no      1   0             0                                                             
    5 DIA     4644 Ended         no      1   0             0                                                             
    6 DIA     6708 Ended         no      1   0             0                                                             
    7 DIA     6872 Ended         no      1   0             0                                                             
    8 DIA     5516 Ended         no      1   0             0                                                             
    9 DIA     4420 Ended         no      1   0             0                                                             
    10 DIA     7816 Ended         no      1   0             0                                                             
    11 UPD     6816 Ended         no      1   0             0                                                             
    12 UPD      528 Ended         no      1   0             0                                                             
    13 ENQ     6624 Ended         no      1   0             0                                                             
    14 BTC     5488 Ended         no      1   0             0                                                             
    15 BTC     7892 Ended         no      1   0             0                                                             
    16 BTC     4576 Ended         no      1   0             0                                                             
    17 BTC     6480 Ended         no      1   0             0                                                             
    18 SPO     1168 Ended         no      1   0             0                                                             
    19 UP2     4248 Ended         no      1   0             0                                                             
    20 UP2     7252 Ended         no      1   0             0                                                             
    Dispatcher Queue Statistics               Thu Mar 13 02:36:38 2008
    ===========================
    --------++++--
    +
    Typ
    now
    high
    max
    writes
    reads
    --------++++--
    +
    NOWP
    0
    3
    2000
    10
    10
    --------++++--
    +
    DIA
    5
    5
    2000
    5
    0
    --------++++--
    +
    UPD
    0
    0
    2000
    0
    0
    --------++++--
    +
    ENQ
    0
    0
    2000
    0
    0
    --------++++--
    +
    BTC
    0
    0
    2000
    0
    0
    --------++++--
    +
    SPO
    0
    0
    2000
    0
    0
    --------++++--
    +
    UP2
    0
    0
    2000
    0
    0
    --------++++--
    +
    max_rq_id          13
    wake_evt_udp_now     0
    wake events           total     9,  udp     8 ( 88%),  shm     1 ( 11%)
    since last update     total     9,  udp     8 ( 88%),  shm     1 ( 11%)
    Dump of tm_adm structure:               Thu Mar 13 02:36:38 2008
    =========================
    Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)
    Workprocess Comm. Area Blocks               Thu Mar 13 02:36:38 2008
    =============================
    Slots: 300, Used: 1, Max: 0
    --------++--
    +
    id
    owner
    pid
    eyecatcher
    --------++--
    +
    0
    DISPATCHER
    -1
    WPCAAD000
    NiWait: sleep (5000 msecs) ...
    NiISelect: timeout 5000 ms
    NiISelect: maximum fd=1569
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Mar 12 21:36:43 2008
    NiISelect: TIMEOUT occured (5000 ms)
    DpHalt: shutdown server >srvgyesappmt_PMT_01                     < (normal)
    DpJ2eeDisableRestart
    DpModState: buffer in state MBUF_PREPARED
    NiBufSend starting
    NiIWrite: write 110, 1 packs, MESG_IO, hdl 3, data complete
    MsINiWrite: sent 110 bytes
    MsIModState: change state to SHUTDOWN
    DpModState: change server state from STARTING to SHUTDOWN
    Switch off Shared memory profiling
    ShmProtect( 57, 3 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RW
    ShmProtect( 57, 1 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RD
    DpWakeUpWps: wake up all wp's
    Stop work processes...
    Stop gateway
    killing process (6404) (SOFT_KILL)
    Stop icman
    killing process (3416) (SOFT_KILL)
    Terminate gui connections
    [DpProcDied] Process lives  (PID:6404  HANDLE:1548)
    waiting for termination of gateway
    NiWait: sleep (1000 msecs) ...
    NiISelect: timeout 1000 ms
    NiISelect: maximum fd=1569
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Mar 12 21:36:44 2008
    NiISelect: TIMEOUT occured (1000 ms)
    [DpProcDied] Process died  (PID:6404  HANDLE:1548)
    [DpProcDied] Process lives  (PID:3416  HANDLE:1552)
    waiting for termination of icman
    NiWait: sleep (1000 msecs) ...
    NiISelect: timeout 1000 ms
    NiISelect: maximum fd=1569
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Mar 12 21:36:45 2008
    NiISelect: TIMEOUT occured (1000 ms)
    [DpProcDied] Process lives  (PID:3416  HANDLE:1552)
    waiting for termination of icman
    NiWait: sleep (1000 msecs) ...
    NiISelect: timeout 1000 ms
    NiISelect: maximum fd=1569
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Mar 12 21:36:46 2008
    NiISelect: TIMEOUT occured (1000 ms)
    [DpProcDied] Process lives  (PID:3416  HANDLE:1552)
    waiting for termination of icman
    NiWait: sleep (1000 msecs) ...
    NiISelect: timeout 1000 ms
    NiISelect: maximum fd=1569
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Mar 12 21:36:47 2008
    NiISelect: TIMEOUT occured (1000 ms)
    [DpProcDied] Process lives  (PID:3416  HANDLE:1552)
    waiting for termination of icman
    NiWait: sleep (1000 msecs) ...
    NiISelect: timeout 1000 ms
    NiISelect: maximum fd=1569
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Mar 12 21:36:48 2008
    NiISelect: TIMEOUT occured (1000 ms)
    [DpProcDied] Process lives  (PID:3416  HANDLE:1552)
    waiting for termination of icman
    NiWait: sleep (1000 msecs) ...
    NiISelect: timeout 1000 ms
    NiISelect: maximum fd=1569
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Mar 12 21:36:49 2008
    NiISelect: TIMEOUT occured (1000 ms)
    [DpProcDied] Process lives  (PID:3416  HANDLE:1552)
    waiting for termination of icman
    NiWait: sleep (1000 msecs) ...
    NiISelect: timeout 1000 ms
    NiISelect: maximum fd=1569
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Mar 12 21:36:50 2008
    NiISelect: TIMEOUT occured (1000 ms)
    [DpProcDied] Process lives  (PID:3416  HANDLE:1552)
    waiting for termination of icman
    NiWait: sleep (1000 msecs) ...
    NiISelect: timeout 1000 ms
    NiISelect: maximum fd=1569
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Mar 12 21:36:51 2008
    NiISelect: TIMEOUT occured (1000 ms)
    [DpProcDied] Process lives  (PID:3416  HANDLE:1552)
    waiting for termination of icman
    NiWait: sleep (1000 msecs) ...
    NiISelect: timeout 1000 ms
    NiISelect: maximum fd=1569
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Mar 12 21:36:52 2008
    NiISelect: TIMEOUT occured (1000 ms)
    [DpProcDied] Process lives  (PID:3416  HANDLE:1552)
    waiting for termination of icman
    NiWait: sleep (1000 msecs) ...
    NiISelect: timeout 1000 ms
    NiISelect: maximum fd=1569
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Mar 12 21:36:53 2008
    NiISelect: TIMEOUT occured (1000 ms)
    [DpProcDied] Process lives  (PID:3416  HANDLE:1552)
    waiting for termination of icman
    NiWait: sleep (1000 msecs) ...
    NiISelect: timeout 1000 ms
    NiISelect: maximum fd=1569
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Mar 12 21:36:54 2008
    NiISelect: TIMEOUT occured (1000 ms)
    [DpProcDied] Process died  (PID:3416  HANDLE:1552)
    DpHalt: cancel all lcom connections
    MPI CancelAll 2 -> 0
    MPI DeleteAll 2 -> 0
    DpStartStopMsg: send stop message (myname is >srvgyesappmt_PMT_01                     <)
    NiIMyHostName: hostname = 'srvgyesappmt'
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 4 (AD_STARTSTOP), ser 0, ex 0, errno 0
    DpConvertRequest: net size = 163 bytes
    NiBufSend starting
    NiIWrite: write 562, 1 packs, MESG_IO, hdl 3, data complete
    MsINiWrite: sent 562 bytes
    send msg (len 110+452) to name          -, type 4, key -
    DpStartStopMsg: stop msg sent
    NiIRead: read 229, 1 packs, MESG_IO, hdl 3, data complete
    NiBufIn: NIBUF len=229
    NiBufIn: Packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 229 bytes
    MSG received, len 110+119, flag 1, from MSG_SERVER, typ 0, key -
    DpHalt: received 119 bytes from message server
    NiIRead: read 229, 1 packs, MESG_IO, hdl 3, data complete
    NiBufIn: NIBUF len=229
    NiBufIn: Packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 229 bytes
    MSG received, len 110+119, flag 1, from MSG_SERVER, typ 0, key -
    DpHalt: received 119 bytes from message server
    NiIRead: read 229, 1 packs, MESG_IO, hdl 3, data complete
    NiBufIn: NIBUF len=229
    NiBufIn: Packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 229 bytes
    MSG received, len 110+119, flag 1, from MSG_SERVER, typ 0, key -
    DpHalt: received 119 bytes from message server
    NiIRead: read 229, 1 packs, MESG_IO, hdl 3, data complete
    NiBufIn: NIBUF len=229
    NiBufIn: Packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 229 bytes
    MSG received, len 110+119, flag 1, from MSG_SERVER, typ 0, key -
    DpHalt: received 119 bytes from message server
    NiIRead: read 229, 1 packs, MESG_IO, hdl 3, data complete
    NiBufIn: NIBUF len=229
    NiBufIn: Packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 229 bytes
    MSG received, len 110+119, flag 1, from MSG_SERVER, typ 0, key -
    DpHalt: received 119 bytes from message server
    NiIRead: read 229, 1 packs, MESG_IO, hdl 3, data complete
    NiBufIn: NIBUF len=229
    NiBufIn: Packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 229 bytes
    MSG received, len 110+119, flag 1, from MSG_SERVER, typ 0, key -
    DpHalt: received 119 bytes from message server
    NiIRead: read 229, 1 packs, MESG_IO, hdl 3, data complete
    NiBufIn: NIBUF len=229
    NiBufIn: Packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 229 bytes
    MSG received, len 110+119, flag 1, from MSG_SERVER, typ 0, key -
    DpHalt: received 119 bytes from message server
    NiPRead: WSAEWOULDBLOCK 1.time 4
    NiIPeek: peek for hdl 3 / socket 1456 timed out (r; 0)
    DpHalt: no more messages from the message server
    DpHalt: send keepalive to synchronize with the message server
    NiBufSend starting
    NiIWrite: write 114, 1 packs, MESG_IO, hdl 3, data complete
    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: read 114, 1 packs, MESG_IO, hdl 3, data complete
    NiBufIn: NIBUF len=114
    NiBufIn: Packet complete for hdl 3
    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
    NiPRead: WSAEWOULDBLOCK 1.time 4
    Wed Mar 12 21:36:55 2008
    NiIPeek: peek for hdl 3 / socket 1456 timed out (r; 1000)
    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   10403]
    NiBufSend starting
    NiIWrite: write 110, 1 packs, MESG_IO, hdl 3, data complete
    MsINiWrite: sent 110 bytes
    MsIDetach: send logout to msg_server
    MsIDetach: call exit function
    DpMsShutdownHook called
    NiSelClear: removed hdl 3 from selectset
    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/21
    LOCK WP ca_blk 1
    make DISP owner of wp_ca_blk 1
    DpRqPutIntoQueue: put request into queue (reqtype 1, prio LOW, rq_id 19)
    MBUF component DOWN
    NiBufClose: clear extensions for hdl 3
    NiBufSetStat: bufstat of hdl 3 changed from OK to OFF
    NiICloseHandle: shutdown and close hdl 3 / socket 1456
    MsIDetach: detach MS-system
    EsCleanup ....
    ***LOG Q05=> DpHalt, DPStop ( 8048) [dpxxdisp.c   8776]
    Good Bye .....
    WORK PROCESS 0
    trc file: "dev_w0", trc level: 1, release: "640"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, M

    B Wed Mar 12 21:35:48 2008
    B  create_con (con_name=R/3)
    B  Loading DB library 'E:\usr\sap\PMT\SYS\exe\run\dbmssslib.dll' ...
    B  Library 'E:\usr\sap\PMT\SYS\exe\run\dbmssslib.dll' loaded
    B  Version of 'E:\usr\sap\PMT\SYS\exe\run\dbmssslib.dll' is "640.00", patchlevel (0.195)
    B  New connection 0 created
    M sysno      01
    M sid        PMT
    M systemid   560 (PC with Windows NT)
    M relno      6400
    M patchlevel 0
    M patchno    196
    M intno      20020600
    M make:      multithreaded, ASCII
    M pid        6916
    M
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 6916) [dpxxdisp.c   1162]
    I  MtxInit: -2 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpShMCreate: sizeof(wp_adm)          17472     (832)
    M  DpShMCreate: sizeof(tm_adm)          2379840     (11840)
    M  DpShMCreate: sizeof(wp_ca_adm)          18000     (60)
    M  DpShMCreate: sizeof(appc_ca_adm)     6000     (60)
    M  DpShMCreate: sizeof(comm_adm)          192000     (384)
    M  DpShMCreate: sizeof(vmc_adm)          0     (364)
    M  DpShMCreate: sizeof(wall_adm)          (22440/34344/56/100)
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 061B0040, size: 2676304)
    M  DpShMCreate: allocated sys_adm at 061B0040
    M  DpShMCreate: allocated wp_adm at 061B17D8
    M  DpShMCreate: allocated tm_adm_list at 061B5C18
    M  DpShMCreate: allocated tm_adm at 061B5C40
    M  DpShMCreate: allocated wp_ca_adm at 063FAC80
    M  DpShMCreate: allocated appc_ca_adm at 063FF2D0
    M  DpShMCreate: allocated comm_adm_list at 06400A40
    M  DpShMCreate: allocated comm_adm at 06400A58
    M  DpShMCreate: allocated vmc_adm_list at 0642F858
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 0642F880
    M  DpShMCreate: allocated wall_adm at 0642F888
    X  EmInit: MmSetImplementation( 2 ).
    X  <ES> client 0 initializing ....
    X  Using implementation flat
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.

    M Wed Mar 12 21:35:50 2008
    M  calling db_connect ...
    C  Thread ID:2192
    C  Thank You for using the SLOLEDB-interface
    C  Using dynamic link library 'E:\usr\sap\PMT\SYS\exe\run\dbmssslib.dll'
    C  dbmssslib.dll patch info
    C    patchlevel   0
    C    patchno      195
    C    patchcomment DBCON: database names must not start with digits (1078650)
    C  np:(local) connection used on SRVGYESAPPMT
    C  CopyLocalParameters: dbuser is 'pmt'
    C  Provider SQLNCLI could not be initialized. See note #734034 for more information.
    C  Using provider SQLOLEDB instead.
    C  OpenOledbConnection: MARS property was not set.
    C  Provider Release:08.10.1830
    C  Provider SQLNCLI could not be initialized. See note #734034 for more information.
    C  Using provider SQLOLEDB instead.
    C  Cache sizes: header 52 bytes, 20000 names (26880000 bytes), 1000 dynamic statements (5456000 bytes), total 32336052 bytes
    C  Using shared procedure name cache SRVGYESAPPMT_PMTPMT_PMT_MEM initialized by another process.
    C  Connected to db server : [SRVGYESAPPMT] server_used : [np:(local)], dbname: PMT, dbuser: pmt
    C  pn_id:SRVGYESAPPMT_PMTPMT_PMT
    C  Not using MARS (on sql 8.0)
    B  Connection 0 opened (DBSL handle 0)
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost         
    B  000 000 R/3              000000000 ACTIVE       NO  YES NO  000 255 255 20080312 213550 SRVGYESAPPMT   
    C  The IRow interface is supported by this OLEDB provider
    M  db_connect o.k.
    M  ICT: exclude compression: .zip,.cs,.rar,.arj,.z,.gz,.tar,.lzh,.cab,.hqx,.ace,.jar,.ear,.war,.css,.pdf,.js,.gzip,.uue,.bz2,.iso,.sda,.sar,.gif

    I Wed Mar 12 21:35:54 2008
    I  MtxInit: 0 0 0
    M  SHM_PRES_BUF               (addr: 0A090040, size: 4400000)
    M  SHM_ROLL_AREA          (addr: 61AF0040, size: 268435456)
    I  *** ERROR => [MapOsShm] Can't find free space for Shared Memory (Size=131072 KB)
                   [shmnt.c      2130]
    I  *** ERROR => [CreateOsShm] MapViewOfFile(Key=8,Handle=0x00000504) failed with Err=0
                   [shmnt.c      2130]
    I  *** ERROR => ShmCreate: Create (8,134217728,3) failed [shmnt.c      469]
    Memory diagnostic                                 *
    Systeminformation
    Processor-Typ             : Intel unknown
    Processor-Count           : 4
    Operating System          : NT 5.2, Build 3790
    Service Pack              : Service Pack 1
    NT Pagefile Informations
    Config. minimum size      : 6285312 K
    Config. maximum size      : 12578816 K
    Avail.  maximum size      : 12578816 K
    Num
    Pagefile
    Min.Size
    Max.Size
    Avail.Max
    Curr.Size
    1
    c:\pagefile.sys
    4190208 K
    8388608 K
    8388608 K
    4190208 K
    2
    e:\pagefile.sys
    2095104 K
    4190208 K
    4190208 K
    2095104 K
    NT Task Manager Informations
    Total Handles             :    26630
    Total Threads             :     1198
    Total Processes           :      109
    Commit Charge Total       :  7749268 K
    Commit Charge Limit       : 11284444 K
    Commit Charge Peak        :  9789508 K
    Phys.Memory Total         :  5176604 K
    Phys.Memory Available     :  2589864 K
    File Cache                :   157408 K
    Kernel Memory Total       :   104180 K
    Kernel Memory Paged       :    66988 K
    Kernel Memory Nonpaged    :    37192 K
    Memory usage of current process
    Total virt.address space  :  2097024 K
    Avail.virt.address space  :   499636 K
    Private Pages             :        0 K
    Total heap size           :    15351 K
    Virtual memory regions    :        0 K
    Uncommitted heap memory   :     9316 K
    Allocated heap memory     :     5804 K
    Moveable heap memory      :        0 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
    4
    56 K
    2096 K
    0 K
    0 K
    511
    872
    smss.exe
    260 K
    460 K
    124 K
    164 K
    1
    992
    winlogon.exe
    6880 K
    13708 K
    9048 K
    12228 K
    717
    1036
    services.exe
    4420 K
    11628 K
    4572 K
    8204 K
    779
    1048
    lsass.exe
    6024 K
    8920 K
    8572 K
    8688 K
    72
    1280
    svchost.exe
    904 K
    2900 K
    828 K
    916 K
    1
    1536
    svchost.exe
    14868 K
    19548 K
    16232 K
    24392 K
    7672
    1968
    spoolsv.exe
    4596 K
    5956 K
    4588 K
    5816 K
    223
    436
    dllhost.exe
    368 K
    4232 K
    1180 K
    1248 K
    2
    596
    schedul2.exe
    2256 K
    2352 K
    904 K
    964 K
    3
    624
    casdscsvc.exe
    864 K
    4172 K
    1716 K
    1716 K
    3
    672
    UnivAgent.exe
    2336 K
    40876 K
    10404 K
    46492 K
    307
    780
    cpqrcmc.exe
    68 K
    1256 K
    256 K
    256 K
    0
    796
    vcagent.exe
    84 K
    6564 K
    2056 K
    2204 K
    2
    820
    DBASVR.exe
    1128 K
    5300 K
    5716 K
    6040 K
    3
    844
    svchost.exe
    76 K
    1884 K
    484 K
    484 K
    0
    888
    SPMonitor.exe
    92 K
    3480 K
    2004 K
    2016 K
    1
    912
    InoRpc.exe
    164 K
    7272 K
    4532 K
    4544 K
    4
    952
    InoRT.exe
    20964 K
    29860 K
    21512 K
    35088 K
    865
    1108
    InoTask.exe
    20552 K
    26076 K
    20304 K
    24060 K
    664
    1500
    LogWatNT.exe
    544 K
    1560 K
    588 K
    588 K
    1
    1516
    sqlservr.exe
    1698108 K
    1721624 K
    1711848 K
    1737208 K
    9711
    1612
    Ofant.exe
    1032 K
    2808 K
    1312 K
    1312 K
    2
    1656
    ppRemoteService.exe
    524 K
    3272 K
    884 K
    908 K
    9448
    1760
    dbasqlr.exe
    3568 K
    9028 K
    6200 K
    8044 K
    156
    1864
    PPMCActiveDetection.
    12960 K
    25192 K
    84452 K
    84636 K
    29743
    2616
    snmp.exe
    1812 K
    6092 K
    2616 K
    2632 K
    6
    2656
    smhstart.exe
    76 K
    3020 K
    1272 K
    1272 K
    0
    2692
    VolumeInfoProvider.e
    308 K
    3108 K
    1696 K
    1712 K
    1
    2760
    cpqnimgt.exe
    1976 K
    5352 K
    3260 K
    3672 K
    5
    2828
    cqmgserv.exe
    1388 K
    4604 K
    3444 K
    3704 K
    5069
    2852
    cqmgstor.exe
    1464 K
    4040 K
    3396 K
    3468 K
    4
    2896
    mssearch.exe
    436 K
    6480 K
    4032 K
    4044 K
    3
    3004
    sysdown.exe
    68 K
    1496 K
    320 K
    320 K
    0
    3144
    cqmghost.exe
    3332 K
    6164 K
    3024 K
    3256 K
    23282
    3180
    hpsmhd.exe
    112 K
    10852 K
    7384 K
    7832 K
    37
    3280
    rotatelogs.exe
    72 K
    1796 K
    560 K
    560 K
    0
    3288
    rotatelogs.exe
    72 K
    1772 K
    552 K
    552 K
    0
    3312
    hpsmhd.exe
    264 K
    16876 K
    14768 K
    14768 K
    40
    3392
    dllhost.exe
    552 K
    6772 K
    2196 K
    2376 K
    3
    3460
    svchost.exe
    2028 K
    4392 K
    2516 K
    23064 K
    9
    3748
    rotatelogs.exe
    72 K
    1808 K
    572 K
    572 K
    0
    3756
    rotatelogs.exe
    72 K
    1784 K
    564 K
    564 K
    0
    4204
    winlogon.exe
    4484 K
    4500 K
    1492 K
    1564 K
    1
    5068
    rdpclip.exe
    1292 K
    3224 K
    916 K
    948 K
    4
    5192
    Explorer.EXE
    10064 K
    16680 K
    14232 K
    16176 K
    16823
    5316
    cpqteam.exe
    280 K
    2224 K
    536 K
    536 K
    1
    5344
    realmon.exe
    1808 K
    6612 K
    2576 K
    2848 K
    31
    5348
    jusched.exe
    508 K
    1832 K
    444 K
    452 K
    0
    5360
    schedhlp.exe
    296 K
    2492 K
    592 K
    592 K
    1
    5368
    ctfmon.exe
    760 K
    2536 K
    420 K
    452 K
    3
    5428
    sqlmangr.exe
    1252 K
    6480 K
    1344 K
    2692 K
    4
    4712
    sqlagent.exe
    2848 K
    6072 K
    2724 K
    2936 K
    446
    4368
    winlogon.exe
    3992 K
    13680 K
    5884 K
    8928 K
    82
    4592
    rdpclip.exe
    748 K
    2940 K
    900 K
    932 K
    1
    4628
    ctfmon.exe
    608 K
    2576 K
    416 K
    452 K
    1
    2968
    Explorer.EXE
    4524 K
    16720 K
    9864 K
    10640 K
    16651
    5276
    cpqteam.exe
    208 K
    2308 K
    536 K
    540 K
    0
    4408
    realmon.exe
    1776 K
    6652 K
    2068 K
    2472 K
    25
    5012
    jusched.exe
    556 K
    2136 K
    464 K
    480 K
    0
    5328
    schedhlp.exe
    268 K
    2584 K
    592 K
    596 K
    0
    4704
    sqlmangr.exe
    1148 K
    6400 K
    1316 K
    2676 K
    2
    6996
    svchost.exe
    344 K
    3868 K
    2812 K
    2860 K
    1
    7828
    winlogon.exe
    3800 K
    8784 K
    4904 K
    7344 K
    39
    6224
    rdpclip.exe
    1500 K
    3272 K
    924 K
    940 K
    1
    7372
    ctfmon.exe
    860 K
    2568 K
    420 K
    456 K
    1
    7496
    Explorer.EXE
    15280 K
    16268 K
    13088 K
    14148 K
    8004
    6576
    cpqteam.exe
    308 K
    2320 K
    536 K
    540 K
    0
    7788
    realmon.exe
    1864 K
    6688 K
    2088 K
    2500 K
    13
    4436
    jusched.exe
    492 K
    2172 K
    464 K
    480 K
    0
    6776
    schedhlp.exe
    328 K
    2608 K
    592 K
    596 K
    0
    7824
    sqlmangr.exe
    1524 K
    6508 K
    1340 K
    2700 K
    2
    4940
    isqlw.exe
    1096 K
    14400 K
    13432 K
    13464 K
    10
    5308
    mmc.exe
    3728 K
    136376 K
    123364 K
    124064 K
    702
    1068
    mmc.exe
    2496 K
    31736 K
    20216 K
    20216 K
    13
    7392
    mmc.exe
    1148 K
    16404 K
    8856 K
    9104 K
    6
    6664
    cmd.exe
    1548 K
    1548 K
    1428 K
    1480 K
    0
    8080
    SAPSTARTSRV.EXE
    20932 K
    20960 K
    22180 K
    22180 K
    5
    5140
    mmc.exe
    15980 K
    15980 K
    13192 K
    13220 K
    4
    4624
    msg_server.exe
    [MS] PMT_01
    7736 K
    7736 K
    8696 K
    8696 K
    1
    8048
    disp+work.exe
    [DP] PMT_01
    77292 K
    77292 K
    58124 K
    58124 K
    18
    6404
    gwrd.EXE
    [GW] PMT_01
    10144 K
    10144 K

    Hi Frank,
                   We faced the similar situation in our case but how we solved is
    after upgrading to 640, before start up of SID do the following.
    1. Reduce the abap buffer size to half from your instance profile
    2. Reduce the no. of work processes to half
                 Then start the Production system. Once if it's up and stable then increase the abap memory and no. of WP's.
    I hope this will solve your problem.
    Regards,
    Hari.

  • NWDI SP13 installation on J2EE Sp11 can works ?

    I need to clarify the following:
    I have a J2EE 640 Sp11, with EP and KM installed , both at Sp11.
    I have to install the NWDI sp13.
    I need to clarify if it can works with J2EE sp11, or before that I have to upgrade the J2EE to sp13.
    The NDWI installation guide require only J2EE SP04, but it's quite old.
    The Upgrade guide sp13 for the NWDI sp13 has the prerequisite the upgrade the J2EE to Sp13.
    What I have to do ?
    Regards

    Hi Mauro,
    > The Upgrade guide sp13 for the NWDI sp13
    > has the prerequisite the upgrade the J2EE to Sp13.
    >
    > What I have to do ?
    Upgrade?! For different reasons:
    - EP/KM SP11 is old and buggy. Not that SP15 is bug-free, but the situation is much better
    - If the prerequisite to upgrade the J2EE to Sp13 is stated, in any support case you will be pointed to that.
    Hope it helps
    Detlev

Maybe you are looking for

  • Multiple link of the same document

    1.I heard that when I buy a windows server, there comes also a free edition/foundation edition of sharepoint. Is it right? 2. When I upload a document to the free edition of sharepoint, is there any position for me also to enter the metadata of the d

  • Any limit on the size of SATA disks used with X2100's (not M2's)?

    We've got an x2100 coming in (not an M2), and I need to outfit it with a couple of drives. The newer "green" Western Digital 1TB drives @ $130 a piece look pretty appealing. Is there any reason why drives that large wouldn't work in the x2100?

  • Problem in Metalink

    Hi All, Till today morning i was able to open Forums in metalink and was able to post ,can read .But suddenly today afternoon onwards i am getting below error when clicking on any discussion in the Community. View Discussion Error Error View Discussi

  • Crystal 2008 Viewer Freezes my application

    I have a .NET application that hosts a crystal viewer to show reports. I am using Crystal 2008 SP2. Once I get to this line in my C# code: this.crystalReportViewer1.ReportSource = reportd; The application just sits there until I click it to get a (No

  • Sybase jdbc throws Resource PermissionsException wls8.1 sp2

    HI, I just upgraded from wls 6.1 to wls 8.1 sp2. My Connection pools are not working anymore. I am using sybase server 11.5.1 with the jconnect 5. I am making database calls (that used to work). Here's the strange thing, I have a startup class that r