How to start wlst in online mode

I'm a first time user of 'wlst' ;-)
I installed the WebLogic Server 9.1 on the HP-UX PA-RISC platform and is running in a production environment.
I can start 'wlst' offline on HP-UX but don't know how to switch back to the online mode.
I'd like to find out if 'wlst' online mode is supported on HP-UX. If it supports on HP-UX, can someone let me know how to start 'wlst' in online mode?
Thanks!
Pearl

When you first invoke WLST, by default you are in "offline" mode. Once you are connected to a server you will be in "online" mode.
Thanks,
-satya
BEA Blog: http://dev2dev.bea.com/blog/sghattu/

Similar Messages

  • Starting WLST in Interactive mode

    I am having a lot of trouble starting WLST in Interactive mode. I am running setWLEnv.sh and then using the command java weblogic.WLST and I get the following error.
    root@esrsqa1 bin# ./setWLSEnv.sh
    CLASSPATH=/opt/bea/patch_wlw1001/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/bea/patch_wls1001/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/bea/jrockit_150_11/lib/tools.jar:/opt/bea/wlserver_10.0/server/lib/weblogic_sp.jar:/opt/bea/wlserver_10.0/server/lib/weblogic.jar:/opt/bea/modules/features/weblogic.server.modules_10.0.1.0.jar:/opt/bea/modules/features/com.bea.cie.common-plugin.launch_2.1.2.0.jar:/opt/bea/wlserver_10.0/server/lib/webservices.jar:/opt/bea/modules/org.apache.ant_1.6.5/lib/ant-all.jar:/opt/bea/modules/net.sf.antcontrib_1.0b2.0/lib/ant-contrib.jar:
    PATH=/opt/bea/wlserver_10.0/server/bin:/opt/bea/modules/org.apache.ant_1.6.5/bin:/opt/bea/jrockit_150_11/jre/bin:/opt/bea/jrockit_150_11/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/oracle_client/product/11.1.0/client_1/bin:/root/bin
    Your environment has been set.
    root@esrsqa1 bin#
    root@esrsqa1 bin#
    root@esrsqa1 bin#
    root@esrsqa1 bin# java Weblogic.WLST
    Exception in thread "main" java.lang.NoClassDefFoundError: Weblogic.WLST
    at gnu.java.lang.MainThread.run(libgcj.so.7rh)
    Caused by: java.lang.ClassNotFoundException: Weblogic.WLST not found in gnu.gcj.
    runtime.SystemClassLoader{urls=[file:./], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
    at java.net.URLClassLoader.findClass(libgcj.so.7rh)
    at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
    at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
    at gnu.java.lang.MainThread.run(libgcj.so.7rh)
    I can use WLST just fine if I pass it a python script but it will not work interactively. I am using WLST in my startup and shutdown scripts and they work flawlessly. Does anybody have any ideas?
    Thanks,
    Scott
    Edited by: carters2 on Apr 2, 2009 6:46 AM
    Edited by: carters2 on Apr 2, 2009 6:49 AM

    Team,
    As per the instructions, I have changed the port from 7001 to 10003
    java weblogic.WLST
    wls:/offline> connect()
    Please enter your username [weblogic] : weblogic
    Please enter your password [weblogic] : weblogic
    Please enter your server URL [t3://localhost:7001] : t3://localhost:7001
    Connecting to t3://localhost:7001 with userid weblogic ...
    edit()
    startEdit()
    cd ('Servers/AdminServer')
    cmo.setListenPort(9999)
    save()
    activate()
    When I tried to start the server, I am receiving the following error
    May 4, 2010 4:15:41 PM EDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 10.0-b19 from Sun
    Microsystems Inc.>
    <May 4, 2010 4:15:42 PM EDT> <Info> <Management> <BEA-141107> <Version: WebLogic Server Temporary Patch for 380194 Fri Oct 24 13:20:13 IST 2008
    WebLogic Server Temporary Patch for 8408837 Fri Apr 03 17:01:18 EDT 2009
    WebLogic Server Temporary Patch for CR378781, CR380313 Fri Sep 19 13:34:16 PDT 2008
    WebLogic Server Temporary Patch for CR381056 Mon Oct 06 10:48:50 EDT 2008
    WebLogic Server Temporary Patch for CR374413, CR378680 Tue Sep 02 09:55:36 PDT 2008
    WebLogic Server Temporary Patch for CR378102 Wed Sep 10 23:28:48 PDT 2008
    WebLogic Server Temporary Patch for CR378741 Tue Sep 09 13:08:51 PDT 2008
    WebLogic Server 10.3 Fri Jul 25 16:30:05 EDT 2008 1137967 >
    <May 4, 2010 4:15:43 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <May 4, 2010 4:15:43 PM EDT> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <May 4, 2010 4:15:44 PM EDT> <Notice> <Log Management> <BEA-170019> <The server log file C:\bea\user_projects\domains\osb_domain\servers\AdminServer\l
    ogs\AdminServer.log is opened. All server side log events will be written to this file.>
    <May 4, 2010 4:15:44 PM EDT> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    java.net.UnknownHostException: aaa.bbb.org:10003
    at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
    at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:849)
    at java.net.InetAddress.getAddressFromNameService(InetAddress.java:1200)
    at java.net.InetAddress.getAllByName0(InetAddress.java:1153)
    at java.net.InetAddress.getAllByName(InetAddress.java:1083)
    at java.net.InetAddress.getAllByName(InetAddress.java:1019)
    at java.net.InetAddress.getByName(InetAddress.java:969)
    at weblogic.rjvm.JVMID.setLocalID(JVMID.java:201)
    at weblogic.rjvm.RJVMService.setJVMID(RJVMService.java:48)
    at weblogic.rjvm.RJVMService.start(RJVMService.java:30)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    How do I start the server now?

  • How to start weblogic in debug mode ? and how to set the eclipse in the deb

    how to start weblogic in debug mode ? and how to set the eclipse in the debug

    Put this in JAVA_OPTIONS :
    Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=3999,suspend=y,server=y
    After restarted weblogic, in eclipse set your breakpoint , open debug perspective then choose Remote Java Appliction and configure Connection Properties (host=localhost and port=3999)

  • In Ubuntu the command, "$ thunderbird -offline" starts thunderbird in online mode.

    I want to be able to start "Thunderbird" in offline mode to use the "Lightning" calandar add-on. Several online sources say to use the command "$ thunderbird -offline", but that doesn't work. That command starts thunderbird in online mode. "$ thunderbird --offline" also doesn't work.
    Ubuntu 13.10
    Thunderbird 24.3.0

    There is an example here:
    https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options#Linux
    replace ProfileManager with offline.
    There is also a setting in AppMenu/Preferences/Preferences/Advanced/Network & Disk Space/Offline to have TB ask you for the state at startup.

  • How to start weblogic in debug mode from BEA WebLogic Eclipse plugin

    I have a problem making weblogic work with eclipse3.1. I am using a BEA WebLogic plugin to handle weblogic (start/stop) from eclipse. However I want to debug my application and I am unable to figure out a way to start my weblogic in debug mode like we do in WSAD. I tried using some other plugins also but no luck. Please suggest me a plugin to handle this or any other way of debugging my application from eclipse. I am using weblogic 8.1.

    Hi,
    Dev Environment
    weblogic eclipse plugin 2.0 beta
    weblogic server 8.1
    eclipse 3.1.1
    Created a server that i would like to deploy my EJB so that i can put break points on my EJB in eclipse.
    How do i do it?
    I managed to deploy an ear (containing the ejb) directly to the weblogic installed folder and it deployed the ejb. But the breakpoint set in eclipse is not triggered. Of course in this case as weblogic server is running the .ear file deployed manually in the file system.
    Any help is appreciated.
    Mel

  • How to start server in debug mode by default

    Hi,
    Whenever the server starts it does not start in debug mode.
    One has to manually start the "SDM" and "Server0" in the debug mode.
    Is there a way I can make the server start in debug mode for the first time itself.
    regards,
    Saurabh

    Hi Saurabh,
    You can start the server in debug mode using config tool. Just open cofig tool (/usr/sap/<SYS ID>/JC<SYS NR>/j2ee/configtool/configtool.bat).
    Click on the your instance. Then under the tab Servers Debug check Debuggable and also Enable Debug mode.
    Restart the engine now.
    However a word of caution: Starting the server in debug mode decreases the system performance. You should only start the dev server in debug mode.
    Hope this helps.
    Regards
    Sidharth

  • How to start in Full Screen mode

    Hi. How can I make my flash site load in Full Screen mode by
    default (using Actionscript 3 in Flash CS4)?
    Thanks

    reindeer4,
    > How can I make my flash site load in Full Screen mode
    > by default (using Actionscript 3 in Flash CS4)?
    The security features of Flash Player are specifically
    configured to
    keep this from happening. The idea is to avoid someone being
    able to trick
    the end user into thinking s/he is using a fullscreen app, or
    something
    other than Flash. Note, for example, that unless you're
    developing for AIR,
    full screen mode disables keyboard input:
    http://help.adobe.com/en_US/AS3LCR/Flash_10.0/flash/display/StageDisplayState.html#FULL_SC REEN
    Additional details available here:
    http://help.adobe.com/en_US/AS3LCR/Flash_10.0/flash/display/Stage.html#displayState
    David Stiller
    Co-author, ActionScript 3.0 Quick Reference Guide
    http://tinyurl.com/dpsAS3QuickReferenceGuide
    "Luck is the residue of good design."

  • How to start FF4 in fullscreen mode without any extension?

    I already called "BrowserFullScreen();" in browser.js:delayedStartup(), but then, the Firefoxwindow has an y-offset of -5 instead of 0. Already fixed this by adding 5 to gNavToolbox.style.marginTop.
    But afterwards, if I enter normale mode and fullscreen mode again via F11, I can see the NavToolbox (5 pixels).
    Is there any nicer way? Probably there could be a feature request to start up FF4 in fullscreen mode.

    If you close Firefox 4 while in full screen mode the Firefox should start the next time in full screen mode.<br />
    That setting is stored in the file [http://kb.mozillazine.org/localstore.rdf localstore.rdf] in the profile folder in the #main-window section
    <pre><nowiki><RDF:Description RDF:about="chrome://browser/content/browser.xul#main-window"
    sizemode="fullscreen" />
    </nowiki></pre>

  • How to start Jrockit as server mode using Tomcat jsvc (chroot)

    Hi,
    I was reading the product documentation and came across Jrockit defaulting as server mode? In the log file however, during startup there is no info on the VM mode - is there a way to get Jrockit VM to show? java -version does not output server mode either :-(.
    Currently testing Jrockit and may possibly move over from Sun :-).
    Thanks in advance!

    Thanks Henrik for explaining!
    After installing Jrockit 5.0_04 on one of our test machines, we keep getting random illegal memory access errors during stress testing:
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 0 days, 00:27:23 on Sun Feb 12 13:15:47 2006
    Additional information is available in:
    //jrockit.2901.dump
    No snapshot file (core dump) will be created because core dumps have been
    disabled. To enable core dumping, try "ulimit -c unlimited"
    before starting JRockit again.
    If you see this dump, please open a support case with BEA and
    supply as much information as you can on your system setup and
    the program you were running. You can also search for solutions
    to your problem at http://forums.bea.com in
    the forum jrockit.developer.interest.general.
    Error Message: Illegal memory access. [54]
    Signal info : si_signo=12, si_code=2 si_addr=0xc
    Version : BEA JRockit(R) R26.0.0-189-53463-1.5.0_04-20051122-2040-linux-ia32
    GC : System optimized over throughput (initial strategy singleparpar)
    : GC strategy for GC 0 was singleparpar
    : GC strategy for GC 1 was singleparpar
    : mmHeap->data = 0x20000000, mmHeap->top = 0x60000000
    : mmStartCompaction = 0x58000000, mmEndCompaction = 0x5c000000
    CPU : Intel Pentium 4 (HT) SSE SSE2 NetBurst EM64T
    Number CPUs : 4
    Tot Phys Mem : 2104639488 (2007 MB)
    OS version : Linux version 2.4.21-20.ELsmp ([email protected]) (gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-42)) #1 SMP Wed Aug 18 20:46:40 EDT 2004
    Thread System: NPTL
    State : JVM is running
    Command Line : -Xgcprio:throughput -Xms:1024m -Xmx:1024m -Xverbose:memory -Dcatalina.home=/usr/local/tomcat554 -Djava.io.tmpdir=/usr/local/tomcat554/temp -Djava.awt.headless=true -Djava.endorsed.dirs=/usr/local/tomcat554/common/endorsed -Dcatalina.base=/usr/local/tomcat554 -Duser.timezone=Asia/Taipei
    JAVA_HOME : /usr/java/jrockit-R26.0.0-jdk1.5.0_04
    java.home : /usr/java/jrockit-R26.0.0-jdk1.5.0_04/jre
    j.class.path : /usr/java/jrockit-R26.0.0-jdk1.5.0_04/lib/tools.jar:/usr/local/tomcat554/bin/commons-daemon.jar:/usr/local/tomcat554/bin/bootstrap.jar:/usr/local/tomcat554/bin/commons-logging-api.jar
    j.lib.path : /usr/java/jrockit-R26.0.0-jdk1.5.0_04/jre/lib/i386/jrockit:/usr/java/jrockit-R26.0.0-jdk1.5.0_04/jre/lib/i386
    C Heap : Good; no memory allocations have failed
    StackOverFlow: 0 StackOverFlowErrors have occured
    Registers (from ThreadContext: 0xaeeb1c / OS context: 0xaeebf8):
    eax = 00000001 ecx = b4e00010 edx = b4e00050 ebx = 00450e98
    esp = 00aeeee8 ebp = 00aeef1c esi = 00000000 edi = 004517c8
    es = 0000002b cs = 00000023 ss = 0000002b ds = 0000002b
    fs = 00000000 gs = 00000033
    eip = 0038db6d eflags = 00000206
    Stack:
    (* marks the word pointed to by the stack pointer)
    00aeeee8: 00000000* 00aeef00 b46f0c24 b46f0c24 b4e00058 007b2caa
    00aeef00: 004517c8 00000004 00000020 b4e00010 00450e98 b4e00010
    00aeef18: 00000001 00aeef38 0038ce7d b4e00010 00000019 00132f38
    00aeef30: b46f0c24 00000018 00aeef88 00121569 00000019 b46f0cd4
    00aeef48: 6000b630 08c47b4c 00000001 600a32a3 00aeef88 b46f0ac8
    00aeef60: 00aef2e8 00000000 b46f0cd4 0074905e 00aef018 600a3280
    00aeef78: 0012142b 0018b684 00aef3f0 00aef410 00aef3e8 0017e712
    00aeef90: b46f0c24 00aef414 00000000 0017e6b1 207d79f0 00aef3f0
    00aeefa8: 00aef410 00815cf8 b46f0c24 0100007f 00000000 00000000
    00aeefc0: 00000000 00000000 00000000 00000000 00000000 43090031
    00aeefd8: 62655742 54534554 652e3330 636f7270 2e646565 006d6f63
    00aeeff0: 61636f6c 736f686c 6f6c2e74 646c6163 69616d6f 6f6c006e
    00aef008: 686c6163 0074736f 00aeeff0 00aef006 00000000 007b6c54
    00aef020: 00aef0d8 600238b8 00aef068 0080a29e b46f0c24 6001a148
    00aef038: 6001bf60 00aef0bc 00aef0bc b46f0c24 6001bf60 007b5ffd
    00aef050: 00aef0bc b46f0c24 08c6d154 00000006 00000001 00000001
    00aef068: 00000001 00000000 6001bf60 00000000 00aef0c8 0080a430
    00aef080: b46f0c24 6001bf60 00aef0c8 0080a427 00aef0bc 00aef14c
    00aef098: 008159d0 00aef100 b46f0c24 b46f0ac8 00000001 b446a760
    00aef0b0: b446a7c8 00000000 00000000 08d1bf88 00aefd8c 00000000
    00aef0c8: 00aef108 0080ba13 b46f0c24 6001bf60 00000000 00000000
    00aef0e0: 00aef14c 008159d0 00000001 00aef100 b46f0c24 b46f0cd4
    00aef0f8: 00000000 00000000 00000000 00000000 00aef138 0080b5f8
    00aef110: b46f0c24 6001a154 6001bf60 00aef14c b46f0c24 b46f0ac8
    00aef128: 00000001 007b1998 b446a640 00000000 00aef168 007b2183
    00aef140: b46f0c24 6001a154 6001bf60 b46f0cd8 00aef1b8 00aef170
    00aef158: 00aef1f8 007b1d43 b46f0c24 b46f0ac8 00aef1f8 007b1ea2
    00aef170: b46f0c24 b46f0cd8 b46f0cd8 00aef1b4 0018b684 b46f0cd8
    00aef188: 00aef2a8 00000000 0018b684 b46f0cd8 00aef2a8 008056d0
    00aef1a0: 00000000 00000000 00000000 00000000 00aef1b8 00aef2e8
    00aef1b8: 00000000 00000001 00aef230 00000001 00aef2e8 6007500c
    00aef1d0: b46f0cd4 6148e9e0 00aef1f8 3ad702f0 00000810 3cff08d8
    00aef1e8: 00000810 08c57908 00aef210 0084a2de b65f3000 039fe11b
    00aef200: 08c57920 00000810 08c57920 00000810 00aef240 007b9f7c
    00aef218: b65f3000 039fe11b 3ad702f0 b46f0cd8 3cff08d8 0080cd4a
    00aef230: b46f0c24 3d1720c0 00000810 00000000 00aef270 007b9fec
    00aef248: 3cff08d8 60008690 00000000 00000001 08c57920 00000001
    00aef260: 00aef290 007b9f7c b65f3000 03a2e418 00aef2d0 007ba3e9
    00aef278: 60008690 00000810 08c57920 00000000 00aef2e8 007bc2bb
    00aef290: b46f0ad4 00000000 00aef2d8 007dc627 00400000 00000000
    00aef2a8: b46f0ac8 0040545f 00000000 00000000 00aef2f8 00187f74
    00aef2c0: 00000000 00000000 00000000 00000000 00000000 00000018
    00aef2d8: 00450e98 b4b8886c 00aef2e8 00217990 00450e98 b4b8886c
    00aef188: 00aef2a8 00000000 0018b684 b46f0cd8 00aef2a8 008056d0
    00aef1a0: 00000000 00000000 00000000 00000000 00aef1b8 00aef2e8
    00aef1b8: 00000000 00000001 00aef230 00000001 00aef2e8 6007500c
    00aef1d0: b46f0cd4 6148e9e0 00aef1f8 3ad702f0 00000810 3cff08d8
    00aef1e8: 00000810 08c57908 00aef210 0084a2de b65f3000 039fe11b
    00aef200: 08c57920 00000810 08c57920 00000810 00aef240 007b9f7c
    00aef218: b65f3000 039fe11b 3ad702f0 b46f0cd8 3cff08d8 0080cd4a
    00aef230: b46f0c24 3d1720c0 00000810 00000000 00aef270 007b9fec
    00aef248: 3cff08d8 60008690 00000000 00000001 08c57920 00000001
    00aef260: 00aef290 007b9f7c b65f3000 03a2e418 00aef2d0 007ba3e9
    00aef278: 60008690 00000810 08c57920 00000000 00aef2e8 007bc2bb
    00aef290: b46f0ad4 00000000 00aef2d8 007dc627 00400000 00000000
    00aef2a8: b46f0ac8 0040545f 00000000 00000000 00aef2f8 00187f74
    00aef2c0: 00000000 00000000 00000000 00000000 00000000 00000018
    00aef2d8: 00450e98 b4b8886c 00aef2e8 00217990 00450e98 b4b8886c
    00aef2f0: 00aef2f8 00217990 00aef308 0040545f 00331c39 0018b684
    00aef308: 00450e98 b4b8886c 00aef318 00217990 00450e98 b4b8886c
    00aef320: 00aef328 00217990 00aef338 0040545f 00331c39 0018b684
    00aef338: 00aef378 00187f74 b4b8886c 0018b684 00aef378 00187f1e
    00aef350: 00000000 3cff08f0 000000df 001882ea b4b8886c 00aef36c
    00aef368: 00000086 00af1bb0 00000000 00000000 00aef3a8 0081a428
    00aef380: 000000df 3cff08f0 00000086 00af1bb0 00000000 00aef3b0
    00aef398: 00000086 00000018 3fadc338 60091faa 207d7320 3fadc338
    00aef3b0: ffffffff 3fadc338 207d7320 6009e778 00000000 00000000
    00aef3c8: 0000000f 207d7348 3fadc320 00000000 00000000 00000000
    00aef3e0: 00000095 6009e689 3b4325d8 601899a1 b46f0c24 00aef410
    00aef3f8: 00aef414 60091f1f b4847cf0 6018999c b46f0cd4 00aef3f0
    00aef410: 207d79f0 3fadc320 b46f0ac8 3b4325d8 00000000 6018990a
    00aef428: 00000000 60189645 3b4325d9 3fadc320 00000000 00000000
    00aef440: 00aef428 207d79f0 b46f0ac8 3b4325d8 00000000 6018942b
    00aef458: 3fadc320 60096ad2 3b4325d8 3b4325d8 00000000 602a3d2d
    00aef470: 00000001 00000015 00000000 00000007 3fadc208 3fadc2a0
    00aef488: 3fadc2c8 00000000 00000000 00000000 00000007 210eaaf8
    00aef4a0: 00000000 00000000 00000000 3b432410 3fadc208 602a378f
    00aef4b8: 00000000 28dc6360 22c1cb48 22c1cad0 3b4325d8 00000000
    00aef4d0: 00000000 3fadb138 3fadb398 3b4325d8 3fadc208 60291ff3
    00aef4e8: 22c1cad0 22c1cb48 3b4325d8 28dc6360 3fadb398 3b432410
    00aef500: 3b432410 00000000 28dc6360 3fadb398 22c1cad0 60291975
    00aef518: 3b432411 3b432410 2294f138 602915e4 22c1cad0 2c815130
    00aef530: 00000000 00000000 00000000 3b432330 3b432410 28ae5b98
    00aef548: 22c1cd58 22c1cad0 22c1cb48 3b432330 2294f138 2c815130
    00aef560: b396a269 600a387a 28ae5b98 28ba7980 3b432410 60291115
    00aef578: 22c1cad0 22c1cb48 3b432330 2294f138 28ba7980 28ba7980
    00aef590: 3b432410 602910c9 22c1cad0 22c1cb48 3b432330 2294f138
    00aef5a8: 28ba7980 2294f138 22c1cd58 22c1cb48 3b432330 00000000
    00aef5c0: 2294f138 6029085c 22c1cad0 22c1cb48 3b432330 2294f138
    00aef5d8: 00000000 2141fb10 00000000 266580e0 00000003 2294f138
    00aef5f0: 21413680 00000000 00000000 00000000 00000000 00000000
    00aef608: 22c1cd58 28ba7980 22c1cad0 22c1cb48 3b432330 00000000
    00aef620: 00000000 00000000 3b432400 00000000 2951cc18 2c8150e0
    00aef638: 2b35b7b8 2a43d1d8 2b35b7b8 6028fd21 2294f138 6028fc15
    00aef650: 00aef638 2c814f98 2b35b7be 2b35b6f0 2c814f98 602a9c51
    00aef668: 2b35b6a1 2a43d1d8 00000000 602a9906 00aef660 2b35b6a1
    00aef680: 2b35b6a0 00000000 5e66e58f 00000109 2294f026 b46f0ac8
    00aef698: 266580e0 00000000 295227f0 2a43d1d8 2a43d198 602a965e
    00aef6b0: 295227f0 600920e3 2f3b1f38 2a43d1d8 2a43d198 6028d07b
    00aef6c8: 295227f0 602d89cb 00000000 00000001 00000001 2a43d1d8
    00aef6e0: 2a43d198 602d8038 2c8114d0 2a43d040 00000001 2a43d128
    Code:
    (* marks the word pointed to by the instruction pointer)
    0038da6c: 7e8b0d74 89f08908 c083107a 81b6eb08 01ffec7d 870f0000
    0038da84: 00000498 8bec4d8b e9c1f055 e84d8903 40ca748d 890c4e8b
    0038da9c: f139e44d c9853774 4d8b2b74 ec558be4 830c798b 01040a4c
    0038dab4: 08e8938d 55390000 0c7e89f0 74087789 e4458b07 04044883
    0038dacc: ebe4458b 241489a5 000957e8 f0458b00 8948c083 7d8bdc45
    0038dae4: dc4d8bf0 8954578b ca39e455 0091840f 768d0000 27bc8d00
    0038dafc: 00000000 8be4458b 508b0448 f8e1830c ffec7d81 77000001
    0038db14: dc553b09 03a0840f 4d3b0000 f0758bec 89dc7d8b 7a895456
    0038db2c: 6d840f08 81000003 0001fff9 d3870f00 89000002 f04d8bcf
    0038db44: 8d03efc1 8b40f954 f9890872 b81fe183 00000001 4d8be0d3
    0038db5c: 05ffc1f0 48b98409 8b000004 5789e47d 0c7e890c* 8954418b
    0038db74: 7a890877 dc7d8b08 39e44589 79850ff8 81ffffff 01ffec7d
    0038db8c: 23760000 8bf04d8b 748de855 4e8b40d1 89f1390c 0f74e44d
    0038dba4: 8b087e8b 7739ec75 da830f04 ff000001 458be845 e87d8bf0
    0038dbbc: 1fe86583 eac1fa89 4db60f05 f8748de8 90bc8b40 00000448
    0038dbd4: e0c1d089 d47d8908 000001bf 8be7d300 c983ec4d e04d8901
    0038dbec: 01f04d8b d84589c8 77d47d3b 75ff8507 00768d30 00d84581
    0038dc04: 42000001 0f03fa83 0000f187 f0458b00 4890b48b 85000004
    0038dc1c: d47589f6 758bde74 0001bfd8 c6830000 d47d8540 b48d1875
    0038dc34: 00000026 27bc8d00 00000000 c683ff01 d47d8508 4e8bf674
    0038dc4c: 89f1390c 1e75e44d d6f7fe89 21f0458b 758bd475 8bff01e4
    0038dc64: c683d44d 908c8908 00000448 458b82eb ec558be4 8304488b
    Loaded modules:
    (* denotes the module causing the exception)
    [JRockit] Platform error is: Permission denied (13)
    [JRockit] WARNING: readlink failed in symiGetCurrentExecutableFileName
    08048000-0804d5db (null)
    0055c000-0055de23 /lib/libdl.so.2
    0031c000-0044d5ef */lib/tls/libc.so.6
    002eb000-002ffc8b /lib/ld-linux.so.2
    00665000-0066bec7 /lib/libnss_compat.so.2
    006ad000-006be0db /lib/libnsl.so.1
    00c7e000-00c85f03 /lib/libnss_nis.so.2
    00fef000-00ff92cf /lib/libnss_files.so.2
    006c2000-008e2427 /usr/java/jrockit-R26.0.0-jdk1.5.0_04/jre/lib/i386/jrockit/libjvm.so
    00211000-0021d8d1 /lib/tls/libpthread.so.0
    00a84000-00aa4e5f /lib/tls/libm.so.6
    00111000-001311f7 /usr/java/jrockit-R26.0.0-jdk1.5.0_04/jre/lib/i386/libjava.so
    00faf000-00fb97bb /usr/java/jrockit-R26.0.0-jdk1.5.0_04/jre/lib/i386/libverify.so
    00c07000-00c0cf13 /usr/java/jrockit-R26.0.0-jdk1.5.0_04/jre/lib/i386/native_threads/libhpi.so
    0017a000-0018a4f8 /usr/java/jrockit-R26.0.0-jdk1.5.0_04/jre/lib/i386/libnet.so
    0018c000-0018f133 /lib/libnss_dns.so.2
    00f61000-00f6f3ff /lib/libresolv.so.2
    "http-80-Processor4" id=55 idx=0x24 tid=2959 lastJavaFrame=0xaef400
    Stack 0: start=0xacc000, end=0xaf2000, guards=0xad1000 (ok), forbidden=0xacf000
    Thread Stack Trace:
    [JRockit] Platform error is: Permission denied (13)
    [JRockit] WARNING: readlink failed in symiGetCurrentExecutableFileName
    at intmalloc+365(interp.c)@0x38db6d
    [JRockit] Platform error is: Permission denied (13)
    [JRockit] WARNING: readlink failed in symiGetCurrentExecutableFileName
    at __libc_malloc+141()@0x38ce7d
    [JRockit] Platform error is: Permission denied (13)
    [JRockit] WARNING: readlink failed in symiGetCurrentExecutableFileName
    at <unknown>(???.c)@0x121569
    [JRockit] Platform error is: Permission denied (13)
    Additional information is available in:
    //jrockit.2901.dump
    No snapshot file (core dump) will be created because core dumps have been
    disabled. To enable core dumping, try "ulimit -c unlimited"
    before starting JRockit again.
    If you see this dump, please open a support case with BEA and
    supply as much information as you can on your system setup and
    the program you were running. You can also search for solutions
    to your problem at http://forums.bea.com in
    the forum jrockit.developer.interest.general.
    Extended, platform specific info:
    libc release: 2.3.2-stable
    Elf headers:
    libc ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1 ENTRY: 00015880 PHOFF: 00000034 SHOFF: 0017e714 EF: 0x0 HS: 52 PS: 32 PHN; 9 SS: 40 SHN: 61 STIDX: 60
    libpthread ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1 ENTRY: 00004710 PHOFF: 00000034 SHOFF: 00017800 EF: 0x0 HS: 52 PS: 32 PHN; 8 SS: 40 SHN: 34 STIDX: 33
    libjvm ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1 ENTRY: 0004dd60 PHOFF: 00000034 SHOFF: 00280c74 EF: 0x0 HS: 52 PS: 32 PHN; 3 SS: 40 SHN: 20 STIDX: 17
    ===== END DUMP ===============================================================
    Any ideas what may be causing the illegal memory access? Any help is much appreciated!
    Thanks,
    Steve

  • How to start firefox in safe mode from the command line

    This is for Window XP, firefox 19

    Hello jjfirefox77
    "C:\Program Files\Mozilla Firefox\firefox.exe" -safe-mode
    thank you

  • How do I set Firefox 4 to automatically start in 16-bit mode?

    Certain web sites I use daily require Firefox 4 to be started in 16-bit mode. How do I set Firefox 4 to automatically start in 16-bit mode?

    Do you mean 32 bit mode as opposed to the default 64 bit mode?
    # Close Firefox
    # Open the Applications folder in Finder
    # Right click or control-click the Firefox.app icon
    # Select "Get Info"
    # Select or Deselect "Open in 32-bit mode"
    # Close the "Firefox Info" window
    # Restart Firefox

  • How to start with framemaker 11 for online documentation

    How to start with Adobe Framemaker 11 for online documentation?

    Hi,
    Try googeling and search for adobe actionscript code and tutorial e.g.:
    http://fmsguru.com/tutorials.cfm
    http://www.flashcomguru.com/tutorials/
    http://www.adobe.com/devnet/flashmediaserver/
    Good luck,
    Alon

  • How to trigger an interface from a database(COBOL) in online mode?

    Hi everybody,
    Can you please tell me how to trigger an interface from a database(COBOL) in online mode?
    thanks a lot,
    Ramya Shenoy

    If you can make a HTTP call from you DB platform -
    HTTP -> BPM (Receive -> Send Step (execute an SP or your select statement here in the JDBC receiver channel) -> send (to target) )-> end.
    VJ

  • How to find out how many users are connected to Exchange 2013 servers in "Online" mode? This is coz, online mode causing server performance issues in our environment

    All, Any script or method to find out how many users are connected to exchange servers in online mode?
    Manju Gowda

    Hi 
    You have to get the "RPC Client Access" log file in your CAS server. There you can see a column called "client-mode" and it has two modes such
    as "classic" and "cached". From there you can get the two different client assess modes and their corresponding users.
    probably take this file openup on excel and filter to see the two modes
    Remember to mark as helpful if you find my contribution useful or as an answer if it does answer your question.That will encourage me - and others - to take time out to help you Check out my latest blog posts on http://exchangequery.com Thanks Sathish
    (MVP)

  • How to bring MSSQL database from suspended mode to online mode?

    Hi,
    I restarted services through SAP MMC & couldnt restart the service. ABAP work processes Ended & disp+work.exe stopped.
    I checked all SAP related & SQL related services; they were up, but when i tried logging in to the database it was in Suspended mode. I could not login to the database.
    Can anyone tell me the reason for my database going to suspended mode & help me getting my MSSQL 2005 database from suspended mode to online mode??
    Thanks,
    Jigar

    I somehow managed to get my database up but still when i m trying to start the services from SAP MMC then disp+work.exe stops after  sometime.
    Below is the developer trace of disp+work.exe ; plz help
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      00
    sid        PRD
    systemid   560 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    133
    intno      20050900
    make:      multithreaded, Unicode, optimized
    pid        1888
    Tue Feb 26 14:34:16 2008
    kernel runs with dp version 232000(ext=109000) (@(#) DPLIB-INT-VERSION-232000-UC)
    length of sys_adm_ext is 576 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (00 1888) [dpxxdisp.c   1239]
         shared lib "dw_xml.dll" version 133 successfully loaded
         shared lib "dw_xtc.dll" version 133 successfully loaded
         shared lib "dw_stl.dll" version 133 successfully loaded
         shared lib "dw_gui.dll" version 133 successfully loaded
         shared lib "dw_mdm.dll" version 133 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3900
    Tue Feb 26 14:34:22 2008
    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  5371]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >srvsappd_PRD_00                         <
    DpShMCreate: sizeof(wp_adm)          30160     (1436)
    DpShMCreate: sizeof(tm_adm)          4270848     (21248)
    DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528056/528064
    DpShMCreate: sizeof(comm_adm)          528064     (1048)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0     (96)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1544)
    DpShMCreate: sizeof(wall_adm)          (38456/34360/64/184)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 068C0040, size: 4942392)
    DpShMCreate: allocated sys_adm at 068C0040
    DpShMCreate: allocated wp_adm at 068C2090
    DpShMCreate: allocated tm_adm_list at 068C9660
    DpShMCreate: allocated tm_adm at 068C9690
    DpShMCreate: allocated wp_ca_adm at 06CDC190
    DpShMCreate: allocated appc_ca_adm at 06CE1F50
    DpShMCreate: allocated comm_adm at 06CE3E90
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 06D64D50
    DpShMCreate: allocated gw_adm at 06D64D90
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 06D64DC0
    DpShMCreate: allocated wall_adm at 06D64DC8
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    ThTaskStatus: rdisp/reset_online_during_debug 0
    Tue Feb 26 14:34:23 2008
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation view
    <EsNT> Using memory model view.
    <EsNT> Memory Reset disabled as NT default
    <ES> 1023 blocks reserved for free list.
    ES initialized.
    Tue Feb 26 14:34:25 2008
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1629]
    ***LOG Q0K=> DpMsAttach, mscon ( srvsappd) [dpxxdisp.c   11799]
    DpStartStopMsg: send start message (myname is >srvsappd_PRD_00                         <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    Tue Feb 26 14:34:26 2008
    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 133
    Release check o.K.
    Tue Feb 26 14:35:05 2008
    ERROR => DpHdlDeadWp: W0 (pid 888) died [dpxxdisp.c   14507]
    ERROR => DpHdlDeadWp: W1 (pid 2704) died [dpxxdisp.c   14507]
    ERROR => DpHdlDeadWp: W2 (pid 924) died [dpxxdisp.c   14507]
    ERROR => DpHdlDeadWp: W3 (pid 2088) died [dpxxdisp.c   14507]
    ERROR => DpHdlDeadWp: W4 (pid 1780) died [dpxxdisp.c   14507]
    ERROR => DpHdlDeadWp: W5 (pid 2932) died [dpxxdisp.c   14507]
    ERROR => DpHdlDeadWp: W6 (pid 1328) died [dpxxdisp.c   14507]
    ERROR => DpHdlDeadWp: W7 (pid 1332) died [dpxxdisp.c   14507]
    ERROR => DpHdlDeadWp: W8 (pid 2948) died [dpxxdisp.c   14507]
    ERROR => DpHdlDeadWp: W9 (pid 492) died [dpxxdisp.c   14507]
    my types changed after wp death/restart 0xbf --> 0xbe
    ERROR => DpHdlDeadWp: W10 (pid 1976) died [dpxxdisp.c   14507]
    ERROR => DpHdlDeadWp: W11 (pid 2288) died [dpxxdisp.c   14507]
    ERROR => DpHdlDeadWp: W12 (pid 2716) died [dpxxdisp.c   14507]
    my types changed after wp death/restart 0xbe --> 0xbc
    ERROR => DpHdlDeadWp: W13 (pid 2564) died [dpxxdisp.c   14507]
    my types changed after wp death/restart 0xbc --> 0xb8
    ERROR => DpHdlDeadWp: W14 (pid 712) died [dpxxdisp.c   14507]
    ERROR => DpHdlDeadWp: W15 (pid 3080) died [dpxxdisp.c   14507]
    ERROR => DpHdlDeadWp: W16 (pid 1588) died [dpxxdisp.c   14507]
    ERROR => DpHdlDeadWp: W17 (pid 3084) died [dpxxdisp.c   14507]
    my types changed after wp death/restart 0xb8 --> 0xb0
    ERROR => DpHdlDeadWp: W18 (pid 1616) died [dpxxdisp.c   14507]
    my types changed after wp death/restart 0xb0 --> 0xa0
    ERROR => DpHdlDeadWp: W19 (pid 2856) died [dpxxdisp.c   14507]
    ERROR => DpHdlDeadWp: W20 (pid 1912) died [dpxxdisp.c   14507]
    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=1505
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Tue Feb 26 14:35:15 2008
    NiISelect: TIMEOUT occured (10000ms)
    dump system status
    Workprocess Table (long)               Tue Feb 26 09:05:15 2008
    ========================
    No Ty. Pid      Status  Cause Start Err Sem CPU    Time  Program          Cl  User         Action                    Table
    0 DIA      888 Ended         no      1   0        0                                                                         
    1 DIA     2704 Ended         no      1   0        0                                                                         
    2 DIA      924 Ended         no      1   0        0                                                                         
    3 DIA     2088 Ended         no      1   0        0                                                                         
    4 DIA     1780 Ended         no      1   0        0                                                                         
    5 DIA     2932 Ended         no      1   0        0                                                                         
    6 DIA     1328 Ended         no      1   0        0                                                                         
    7 DIA     1332 Ended         no      1   0        0                                                                         
    8 DIA     2948 Ended         no      1   0        0                                                                         
    9 DIA      492 Ended         no      1   0        0                                                                         
    10 UPD     1976 Ended         no      1   0        0                                                                         
    11 UPD     2288 Ended         no      1   0        0                                                                         
    12 UPD     2716 Ended         no      1   0        0                                                                         
    13 ENQ     2564 Ended         no      1   0        0                                                                         
    14 BTC      712 Ended         no      1   0        0                                                                         
    15 BTC     3080 Ended         no      1   0        0                                                                         
    16 BTC     1588 Ended         no      1   0        0                                                                         
    17 BTC     3084 Ended         no      1   0        0                                                                         
    18 SPO     1616 Ended         no      1   0        0                                                                         
    19 UP2     2856 Ended         no      1   0        0                                                                         
    20 UP2     1912 Ended         no      1   0        0                                                                         
    Dispatcher Queue Statistics               Tue Feb 26 09:05:15 2008
    ===========================
    --------++++--
    +
    Typ
    now
    high
    max
    writes
    reads
    --------++++--
    +
    NOWP
    0
    4
    2000
    5
    5
    --------++++--
    +
    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          12
    wake_evt_udp_now     0
    wake events           total     8,  udp     2 ( 25%),  shm     6 ( 75%)
    since last update     total     8,  udp     2 ( 25%),  shm     6 ( 75%)
    Dump of tm_adm structure:               Tue Feb 26 09:05:15 2008
    =========================
    Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)
    Workprocess Comm. Area Blocks               Tue Feb 26 09:05:15 2008
    =============================
    Slots: 300, Used: 1, Max: 0
    --------++--
    +
    id
    owner
    pid
    eyecatcher
    --------++--
    +
    0
    DISPATCHER
    -1
    WPCAAD000
    NiWait: sleep (5000ms) ...
    NiISelect: timeout 5000ms
    NiISelect: maximum fd=1505
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Tue Feb 26 14:35:20 2008
    NiISelect: TIMEOUT occured (5000ms)
    DpHalt: shutdown server >srvsappd_PRD_00                         < (normal)
    DpJ2eeDisableRestart
    DpModState: buffer in state MBUF_PREPARED
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=110,pac=1,MESG_IO)
    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 (2404) (SOFT_KILL)
    Stop icman
    killing process (308) (SOFT_KILL)
    Terminate gui connections
    wait for end of work processes
    wait for end of gateway
    [DpProcDied] Process lives  (PID:2404  HANDLE:1476)
    waiting for termination of gateway ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1505
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Tue Feb 26 14:35:21 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process died  (PID:2404  HANDLE:1476)
    wait for end of icman
    [DpProcDied] Process lives  (PID:308  HANDLE:1484)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1505
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Tue Feb 26 14:35:22 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:308  HANDLE:1484)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1505
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Tue Feb 26 14:35:23 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:308  HANDLE:1484)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1505
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Tue Feb 26 14:35:24 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:308  HANDLE:1484)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1505
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Tue Feb 26 14:35:25 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:308  HANDLE:1484)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1505
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Tue Feb 26 14:35:26 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:308  HANDLE:1484)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1505
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Tue Feb 26 14:35:27 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:308  HANDLE:1484)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1505
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Tue Feb 26 14:35:28 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:308  HANDLE:1484)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1505
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Tue Feb 26 14:35:29 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:308  HANDLE:1484)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1505
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Tue Feb 26 14:35:30 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:308  HANDLE:1484)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1505
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Tue Feb 26 14:35:31 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:308  HANDLE:1484)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1505
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Tue Feb 26 14:35:32 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process died  (PID:308  HANDLE:1484)
    DpStartStopMsg: send stop message (myname is >srvsappd_PRD_00                         <)
    NiIMyHostName: hostname = 'srvsappd'
    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 = 189 bytes
    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 recv would block (errno=EAGAIN)
    NiIPeek: peek successful for hdl 2 (r)
    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)
    Tue Feb 26 14:35:33 2008
    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   12145]
    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 1380 to: ---
    NiBufISelRemove: remove hdl 2 from set0
    SiSelNRemove: removed sock 1380 (pos=2)
    SiSelNRemove: removed sock 1380
    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/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 15)
    MBUF component DOWN
    NiICloseHandle: shutdown and close hdl 2 / sock 1380
    NiBufIClose: clear extension for hdl 2
    MsIDetach: detach MS-system
    cleanup EM
    EsCleanup ....
    EmCleanup() -> 0
    Es2Cleanup: Cleanup ES2
    ***LOG Q05=> DpHalt, DPStop ( 1888) [dpxxdisp.c   10417]
    Good Bye .....

Maybe you are looking for