Is SGEN execution required after a kernel upgrade

Hi experts,
I have done a system kernel upgrade from 700 to 701 version after which all the transactions start compiling as i run them.
I would like to know if SGEN is to be run after a kernel upgrade and if so what option to select as SGEN typically takes long time.
If i start SGEN, and if it takes long can i stop it in between with the intention of not continuing it? would there be a problem?
Please suggest.
Regards,
Sandeep.

Hi,
We are going EHP1 so we upgraded the kernel to 701 level. After that , all transactions are getting compiled so we started SGEN.
I was also of the impression that SGEN need not run after kernel. however, had no other option as transaction compiling was taking  long time.
Please check this link http://help.sap.com/saphelp_sm32/helpdata/en/b1/52583c65399965e10000000a114084/frameset.htm
In prerequisites its written :
Applying kernel patches may lead to the invalidation of all loads.
Kindly suggest.
I have stopped the SGEN now.
Due to some constraints, we have to delay the patch upgrade to EHP1. I would like to know whether i can put the old kernel 700 back? and would the SGEN run on kernel 701 would have any problem on that. ?
Is downgrade of kernel possible?
Regards,
Sandeep

Similar Messages

  • Acpi_call-git reinstallation after each kernel upgrade.

    Hi,
    I use acpi_call-git and unfortunately after each kernel upgrade I have to reinstall the application in order to make it work.
    Any possible solution?

    As you already said, you have to reinstall the package after each kernel upgrade, i do that with acpi_call-git , too.
    There is a solution for this called DKMS .
    aur package https://aur.archlinux.org/packages.php?ID=54641
    Edit: I do not use dkms.
    Last edited by teateawhy (2012-08-08 23:59:56)

  • Hibernate after a kernel upgrade

    Has it ever happened to you that you lost your session because you did a hibernate after a kernel upgrade without rebooting first? I commented on an existing bug upstream, where the outcome was that every distro should handle this by themselves. Later I filled one with arch.
    By posting in the forums I want to go more public with it, to see if anyone has had the same problems and if we can come up with some ideas. Mine are in the bug description...
    arch bugreport:
    http://bugs.archlinux.org/task/17462
    upstram bugreport:
    http://bugs.freedesktop.org/show_bug.cgi?id=21492

    I (and I'm sure, the majority of Arch users) know quite well that a system is unlikely to resume cleanly from hibernation after a kernel upgrade.  If anything, the issue here is quickly finishing up whatever else you were doing, and then forgetting the need to reboot.  I know I could find myself doing this quite easily.
    While its not a huge issue (and I wouldn't really like to see a handful of packages modified in an attempt to support this), having a means to implement this in pacman would be very nice.  Specifically, a hooks system, such as Allan has described here, would be ideal.  In this particular case, those who wish to prevent hibernation (or, perhaps an alternate solution which would keep the system hibernate-able) would have a simple mechanism with which to implement it.
    Of course, while a hook system in pacman would be handy, it would also be quite an undertaking.

  • [SOLVED] VirtualBox complaining after each kernel upgrade

    I'm using virtualbox-bin from the AUR (the one with USB support) and after each kernel update this error comes up:
    I know it's actually /etc/rc.d/vboxdrv setup
    (apparently VirtualBox isn't aware of which distribution it's running on)
    This message comes up every once in a while (usually after a kernel upgrade) and I was wondering if I can do something about it... Should I install the DKMS package from the AUR prior to running the above command? Maybe that will shut it up once and for all.
    What do you think?
    PS: The wiki says to run "vboxbuild" but /usr/bin/vboxbuild doesn't even exist.
    Last edited by DSpider (2012-05-15 15:39:13)

    Solved it a year later because I got tired of running "sudo /etc/rc.d/vboxdrv setup && sudo modprobe vboxdrv" after every kernel update. Hmph... After reading this and studying the virtualbox-hook package from the AUR, I decided that it's finally time to look into it.
    It's easy.
    1. Create a "/lib/initcpio/install/vbox" file (or whatever you wanna call it) with the following contents:
    # vim: set ft=sh:
    build ()
    echo "Building VirtualBox modules..."
    /etc/rc.d/vboxdrv setup
    echo "Ok."
    help ()
    cat<<HELPEOF
    This hook rebuilds VirtualBox modules. It does nothing to the initrd image.
    HELPEOF
    2. Add it to the "HOOKS" section from /etc/mkinitcpio.conf:
    HOOKS="base udev autodetect pata scsi sata usbinput filesystems vbox"
    Now the next time the linux and linux-headers packages are updated, the script will kick in and the modules will be rebuilt. I used to have it during boot process and it took forever until it would load X. Haha. I remember I used to go to bathroom just after I turned on the computer... Yeah, it took that long before it was done. Anyway, I asked the author if he can perhaps create a virtualbox-bin-hook package or somehow modify it to also work with virtualbox-bin. We shall see.
    Oh, and don't forget to add "vboxdrv" to the "MODULES" section from /etc/rc.conf, if you haven't done so already.

  • Restart is required to mount USB after a kernel upgrade?

    I have problem with required restart after kernel upgrade couse can't use USB. This is common in my two machines (laptop & pc). What can I do with this annoying problem. I've tried to google for an answer but can't find anything usefull. Only reasonable info was from stackexchange, but it won't work. I still have all old kernels in /lub/modules
    ls /lib/modules/
    3.10.10-1-ARCH 3.10.5-1-ARCH 3.11.1-1-ARCH 3.11.2-1-ARCH 3.8.10-1-ARCH 3.8.6-1-ARCH 3.8.8-1-ARCH 3.9.3-1-ARCH 3.9.5-1-ARCH 3.9.7-1-ARCH 3.9.9-1-ARCH
    3.10.3-1-ARCH 3.10.9-1-ARCH 3.11.1-2-ARCH 3.11.4-1-ARCH 3.8.11-1-ARCH 3.8.7-1-ARCH 3.9.2-1-ARCH 3.9.4-1-ARCH 3.9.6-1-ARCH 3.9.8-1-ARCH extramodules-3.11-ARCH

    Maybe I can't do such obvious thing like loading usb module or it just won't work:).
    $ ls /etc/modules-load.d/ -1
    enp2s0.conf
    loop.conf
    usbcore.conf
    virtualbox.conf
    $ cat /etc/modules-load.d/usbcore.conf
    usbcore
    $ lsmod | grep usb
    usbhid 41434 0
    hid 89751 2 hid_generic,usbhid
    usbcore 178119 5 ohci_hcd,ohci_pci,ehci_hcd,ehci_pci,usbhid
    usb_common 1648 1 usbcore
    $ dmesg | tail -n2
    [ 142.891160] CPUM: APIC 03 at 00000000fee00000 (mapped at ffffc900145a4000) - ver 0x80050010, lint0=0x10700 lint1=0x10400 pc=0x00400 thmr=0x10000
    [ 984.213568] usb 7-6: new high-speed USB device number 2 using ehci-pci
    And usbdrive still don't mounted automatically

  • Is a reboot necessary after a kernel upgrade? [SOLVED/Answered =)]

    Hey folks, longtime arch user (since ~2006), first time registration/post.
    Just a dead-simple question: is it necessary for me to reboot my Arch systems after 'pacman -Syu' kernel upgrades? I've always done it out of sheer habit coming from a WIndows Sysadmin world where every darn update needs a reboot.
    Thanks in advance.
    Last edited by train_wreck (2011-10-22 20:55:46)

    Wow, thanks y'all for the fast replies. Sounds like my instincts were right .
    I have to say I'm blown away by the reliability of this Linux distro. Like I implied, my day job has for years required me to interact with Windows client & server OSes on a daily basis, and the level of random issues/headaches that crop up in that ecosystem is rather astounding. In contrast, I've had as of yet zero problems with my 2 Arch servers. I've had the same essential configs since the first installations of them years ago, and barring a couple reinstalls due to hard drive failures they've been smooth as silk the whole time. Kudos to that.

  • System less responsive after udev/kernel upgrade

    Yeah, another udev/kernel upgrade question.  After upgrading udev and the kernel yesterday my terminal is less responsive.  For example, scrolling is slow and jerky, and uses an inordanite amount of cpu.  ls /usr/bin will cause the cpu usage to spike ~70% which is much higher than normal.  I can cause the cpu to go to 100%  by scrolling quickly in vim.  I do not see this in firefox, however.  Scrolling there is responsive and does not use any additional cpu beyond what it took before the update.
    I really don't know where to start to troubleshoot this - the only thing I have noticed is that the speedstep-centrino module is not loading any longer. 
    pmorris@arch:~ $ sudo modprobe speedstep-centrino
    FATAL: Error inserting speedstep_centrino (/lib/modules/2.6.15-ARCH/kernel/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.ko): Device or resource busy
    This is on an ibm thinkpad T40p.  I am still getting cpu scaling, but the system is generally less responsive.  It may be taking longer to scale up the cpu frequency on demand.  Any help is appreciated.  Thanks.

    tpowa wrote:perhaps a bug in how udev loads the cpufreq modules. can you tell me which modules you would need? then just blacklist the modules you don't need...
    Thanks, this worked.  Prior to the upgrade I was using the speedstep-centrino module, and loading it in the modules array in /etc/rc.conf.  After the upgrade the acpi-cpufreq module was being autoloaded at boot prior to my trying to load the speedstep-centrino module, hence the "device or resource busy" failure when I tried to load the speedstep module.  After blacklisting all modules listed in /lib/modules/2.6.15-ARCH/kernel/arch/i386/kernel/cpu/cpufreq except the speedstep-centrino, things are working fine.  The correct module is loaded at boot time.
    Is there a cleaner method to achieve this other than blacklisting all unwanted modules?

  • After pacman kernel upgrade, modules won't load

    I can't seem to load any of my modules anymore, so I can't even get my network up (via_rhine).  I am posting this from a different computer.
    My uname -r says:
    2.6.11.7-ARCH
    but my last kernel upgrade message in /var/log/pacman.log says:
    uprgaded kernel26 (2.6.10.3 -> 2.6.11.3-1)
    So, what's up here?

    that is kinda odd - usually when you upgrade a kernel, here's what happens:
    running kernel 2.6.11.1
    modules are in /lib/modules/2.6.11.1/*
    upgrade 2.6.11.1->2.6.11.7
    dir /lib/modules/2.6.11.1 removed
    dir /lib/modules/2.6.11.7 created and filled
    (modprobes will fail now)
    reboot, init scripts will call "depmod -a" to tell modprobe that modules moved and to cache locations
    maybe the depmod didn't get called?

  • VMWARE not working after latest kernel upgrade [SOLVED]

    I've done a kernel update and after rebooting VMWare was not working. That's "standard", I figured, because I have a new kernel.
    So, I run the any_any patch (as usual) to re-configure the VM to the new kernel but this time no joy
    Is there anyone else having the same problem?
    The error seems to be here:
    In file included from /tmp/vmware-config0/vmmon-only/common/hostKernel.h:56,
    from /tmp/vmware-config0/vmmon-only/common/task.c:24:
    include/asm/page.h: In function 'pte_t native_make_pte(long unsigned int)':
    include/asm/page.h:112: error: expected primary-expression before ')' token
    include/asm/page.h:112: error: expected ';' before '{' token
    include/asm/page.h:112: error: expected primary-expression before '.' token
    include/asm/page.h:112: error: expected `;' before '}' token
    make[2]: *** [/tmp/vmware-config0/vmmon-only/common/task.o] Error 1
    make[1]: *** [_module_/tmp/vmware-config0/vmmon-only] Error 2
    make[1]: Leaving directory `/usr/src/linux-2.6.22-ARCH'
    make: *** [vmmon.ko] Error 2
    make: Leaving directory `/tmp/vmware-config0/vmmon-only'
    Unable to build the vmmon module.
    R.
    Note: Running /usr/bin/vmware-config.pl is of no help either (same error).
    Last edited by ralvez (2007-07-28 13:58:06)

    stonecrest wrote:Yes, and the PKGBUILD works;
    You'd rather say "I, myself, me, thinks it works".
    Because it does not work for many people, including me.
    The modules do build with kernel 2.6.22.X, but the network behaviour using bridged networking is extremely clumsy (used to work fine with 2.6.21.X), and shared folders are a pain in the butt- for example whenever I try to copy a file from the guest to a host shared folder, the guest OS (winXP) comes close to totally freezing, and I have to kill explorer to stop the transaction.
    Do you call THAT "works"?
    IMO the issues with kernel 2.6.22 won't be addressed before a new VMWare version is out... Until then, yeah... the old version/PKGBUILD works...
    I'm close to ditching VMWare in favour of VirtualBox, but a couple of VMWare features (mainly related to low level hardware access) still prevent me from doing so.
    Last edited by scarecrow (2007-07-29 13:31:51)

  • Network keeps failing after recent kernel upgrade

    I upgraded my kernel this morning to the newest version of 2.6.17, and as soon as I rebooted the Network started saying FAIL each time. Can anyone help me diagnose the problem?
    Side note :
    I remembered that I had also modified the inittab to use gdm before I rebooted. Would that have any kind of effect?

    I've had that problem as well. It's because the modular kernels load the modules at the same time, and because of that which module is initialized first isn't the same at every boot. So the names eth0, eth1 and eth2 for example may change at next boot. Even if you have only one network card, the ethernet over firewire module might be loaded. I solved it by setting eth0, eth1 and eth2 to dhcp, starting them all at boot and starting network in the background (to prevent wating for the two devices that won't start). To find out what devicenames are used, do a "ifconfig -a"
    IIRC there is another solution too - you can search through the forums for it.
    ATM I'm running a custom kernel with all the network modules built-in - that way the network device names are the same at every boot.

  • Not booting after latest kernel upgrade x86_64

    The new kernel 2.6.23.9 refuses to boot - spits out something about filesystems, says cd rom sata all (hooks) ndiswrapper, forcedeth blah blah, continously call traces happening but not booting. Not even in fallback mode.
    I will try to boot thru live CD, but what should I alter? mkinitcpio.
    This is on 64 bit only. My 686 desktop does not have this issue (atleast one of them). The other one I am using now. I don't want to upgrade this too and become incommunicado as the other desktop is in the office.
    This is happening too often with Arch nowadays. It automatically upgraded the nvidia module and asked me to log out of X and remove the module manually. But I chose to reboot and this is what happened.

    Actually it is screwing up at the loading modules stage
    it says bug soft lockup cpu#0 stuck for 11s [rc.sysinit:1782]
    modules linked in ndiswrapper forcedeth ext3 jbd mbcache sd_mod sr_mod cdrom ehci_hcd usbcore sata_nv ata_generic pata_amd libata
    Pid : 1782 comm: rc.sysinit Tainted: P       D:  2.6.23-ARCH#1
    Then a lot of gibberish about RIP etc. This is continuously looping

  • Ath5k probs after new kernel upgrade (/kernel26 2.6.34.3-1)

    I just did a pacman -Syu and the new kernel /kernel26 2.6.34.3-1 causes issues with my ath based card. Ath5k is the kernel module I've used, and now I get a bunch of calibration errors in dmesg.  Is anyone else having this issue? 
    I'd rather not go back to madwifi...but I will if I have to...ath5k has been pretty solid since it's come out.

    See my post here: https://bbs.archlinux.org/viewtopic.php?id=102751
    I had problems but I am using ath9k. I partially solved mine by getting the kernel out of testing. Not sure if the two issues are related.
    Good luck!!!

  • J2ee startup (errors) after SAP kernel upgrade

    Guys,
    Not sure if anyone has seen this before, I have read the forums, and seen simular, but not exactly the same....
    When trying to start the j2ee engine (add-in installation) the dev_jcontrol file contains the following error;
    [Thr 01] JStartupICheckFrameworkPackage: can't find framework package /usr/sap/EBG/SYS/exe/run//usr/sap/EBG/DVEBMGS00/exe/sapjvm_5/l
    ib/jvmx.jar
    [Thr 01] JStartupICheckFrameworkPackage: can't find framework package /usr/sap/EBG/SYS/exe/run//usr/sap/EBG/DVEBMGS00/exe/sapjvm_5/j
    re/lib/iqlib.jar
    this has only just started occurring since applying the latest kernel patch.  We have not installed the SAPJVM, but the framework properties seem to be looking for this.  Can the framework settings be changed, and if so where?
    Ade

    Hello,
    check j2ee rdbms driver location
    Regards
    Renato

  • Wpa_supplicant: scan_ssid=1 needed only after 2.6.29 kernel upgrade?

    Like many others, I ran into wireless networking issues after the upgrade to kernel 2.6.29. Specifically, I use iwl3945 and experienced errors when attempting to connect to WPA-encrypted networks with hidden SSIDs via my usual netcfg profiles.
    As described here, I finally found a solution to my problem. Like SubGothius in this thread, I found that that "magic" fix was to ensure that the network parameter scan_ssid=1 was used when attempting to connect to my network. Because the temporary wpa_supplicant config created by netcfg does not include this parameter, I created a small patch (see first thread referenced above) to use that parameter whenever the SCAN option is not enabled for a network profile.
    As I said, I have fixed the error; however, now I am (extremely) curious. Here is a rundown of what I have witnessed:
    - Before the kernel upgrade (2.6.29), I was able to connect to WPA-encrypted networks with hidden SSIDs successfully. (I use two different such networks.)
    - After the kernel upgrade, I was unable to connect to these networks. netcfg returned "Network unavailable" errors (for at least one of the two networks I tried).
    - I was able to connect manually (i.e., with ifconfig, iwlconfig, and wpa_supplicant); however, doing so required that I add the scan_ssid=1 parameter to my configuration for the network.
    - I looked into the issue, and installed crda (as many users recommend). (I can't recall for sure, but I think that this led to netcfg changing to an "Unable to connect"-type error.)
    - Following the advice in this thread, I created a "wpa-config" netcfg profile that did work; however, I wanted to use my normal profiles.
    - After connecting with my wpa-config profile and then disconnecting, I could connect with my normal profile once (i.e., after disconnecting, I could no longer reconnect with my normal profile unless I again connected with the wpa-config profile and disconnected).
    - I looked through the netcfg scripts and found that it generates a temporary config file for wpa_supplicant (for me, /tmp/wpa.wlan0) using wpa_passphrase, thus not including any value at all for scan_ssid.
    - I made some modifications to the netcfg scripts, with the result being a netcfg that will include scan_ssid=1 in certain situations (see above). Using this modified netcfg, I can connect to the network.
    Does anyone know why I was able to use netcfg successfully before the upgrade (i.e., without it needing scan_ssid=1 set)? I've seen (here) that others using iwl3945 have resolved the issue simply by installing and configuring crda, and it appears that (in that one example, at least), the solution worked for a network profile using SECURITY="wpa" (rather than "wpa-config").
    If there's a more proper solution to my problem, please post it; otherwise, I'd just like to know why this need for scan_ssid=1 arose only after the kernel upgrade (and does not seem to affect all iwl3945 users).
    Thanks!
    Last edited by ssjlegendx (2009-04-20 23:26:36)

    Like many others, I ran into wireless networking issues after the upgrade to kernel 2.6.29. Specifically, I use iwl3945 and experienced errors when attempting to connect to WPA-encrypted networks with hidden SSIDs via my usual netcfg profiles.
    As described here, I finally found a solution to my problem. Like SubGothius in this thread, I found that that "magic" fix was to ensure that the network parameter scan_ssid=1 was used when attempting to connect to my network. Because the temporary wpa_supplicant config created by netcfg does not include this parameter, I created a small patch (see first thread referenced above) to use that parameter whenever the SCAN option is not enabled for a network profile.
    As I said, I have fixed the error; however, now I am (extremely) curious. Here is a rundown of what I have witnessed:
    - Before the kernel upgrade (2.6.29), I was able to connect to WPA-encrypted networks with hidden SSIDs successfully. (I use two different such networks.)
    - After the kernel upgrade, I was unable to connect to these networks. netcfg returned "Network unavailable" errors (for at least one of the two networks I tried).
    - I was able to connect manually (i.e., with ifconfig, iwlconfig, and wpa_supplicant); however, doing so required that I add the scan_ssid=1 parameter to my configuration for the network.
    - I looked into the issue, and installed crda (as many users recommend). (I can't recall for sure, but I think that this led to netcfg changing to an "Unable to connect"-type error.)
    - Following the advice in this thread, I created a "wpa-config" netcfg profile that did work; however, I wanted to use my normal profiles.
    - After connecting with my wpa-config profile and then disconnecting, I could connect with my normal profile once (i.e., after disconnecting, I could no longer reconnect with my normal profile unless I again connected with the wpa-config profile and disconnected).
    - I looked through the netcfg scripts and found that it generates a temporary config file for wpa_supplicant (for me, /tmp/wpa.wlan0) using wpa_passphrase, thus not including any value at all for scan_ssid.
    - I made some modifications to the netcfg scripts, with the result being a netcfg that will include scan_ssid=1 in certain situations (see above). Using this modified netcfg, I can connect to the network.
    Does anyone know why I was able to use netcfg successfully before the upgrade (i.e., without it needing scan_ssid=1 set)? I've seen (here) that others using iwl3945 have resolved the issue simply by installing and configuring crda, and it appears that (in that one example, at least), the solution worked for a network profile using SECURITY="wpa" (rather than "wpa-config").
    If there's a more proper solution to my problem, please post it; otherwise, I'd just like to know why this need for scan_ssid=1 arose only after the kernel upgrade (and does not seem to affect all iwl3945 users).
    Thanks!
    Last edited by ssjlegendx (2009-04-20 23:26:36)

  • Server not starting after kernel upgrade

    Hi,
    I did a SAP Kernel upgrade of Patch 146 in NW2004s Unicode system
    After the kernel upgrade, the SAP is not starting
    Pls let me know of what can be teh reason
    The following is dev_disp file
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      01
    sid        BWS
    systemid   562 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    146
    intno      20050900
    make:      multithreaded, Unicode, 64 bit, optimized
    pid        2204
    Mon Jun 16 13:02:04 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 (01 2204) [dpxxdisp.c   1243]
         shared lib "dw_xml.dll" version 146 successfully loaded
         shared lib "dw_xtc.dll" version 146 successfully loaded
         shared lib "dw_stl.dll" version 146 successfully loaded
         shared lib "dw_gui.dll" version 146 successfully loaded
         shared lib "dw_mdm.dll" version 146 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3901
    Mon Jun 16 13:02:09 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 >WDBSSAPBWS01_BWS_01                     <
    DpShMCreate: sizeof(wp_adm)          23680     (1480)
    DpShMCreate: sizeof(tm_adm)          5652128     (28120)
    DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
    DpShMCreate: sizeof(comm_adm)          552080     (1088)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0     (104)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1864)
    DpShMCreate: sizeof(wall_adm)          (41664/36752/64/192)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 000000000EE80050, size: 6347104)
    DpShMCreate: allocated sys_adm at 000000000EE80050
    DpShMCreate: allocated wp_adm at 000000000EE82150
    DpShMCreate: allocated tm_adm_list at 000000000EE87DD0
    DpShMCreate: allocated tm_adm at 000000000EE87E30
    DpShMCreate: allocated wp_ca_adm at 000000000F3EBCD0
    DpShMCreate: allocated appc_ca_adm at 000000000F3F1A90
    DpShMCreate: allocated comm_adm at 000000000F3F39D0
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 000000000F47A660
    DpShMCreate: allocated gw_adm at 000000000F47A6E0
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 000000000F47A710
    DpShMCreate: allocated wall_adm at 000000000F47A720
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    ThTaskStatus: rdisp/reset_online_during_debug 0
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 4096 kByte.
    Using implementation view
    <EsNT> Using memory model view.
    <EsNT> Memory Reset disabled as NT default
    <ES> 127 blocks reserved for free list.
    ES initialized.
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 3496
      argv[0] = D:\usr\sap\BWS\DVEBMGS01\exe\jcontrol.EXE
      argv[1] = D:\usr\sap\BWS\DVEBMGS01\exe\jcontrol.EXE
      argv[2] = pf=D:\usr\sap\BWS\SYS\profile\BWS_DVEBMGS01_WDBSSAPBWS01
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=65000
      argv[5] = -DSAPSYSTEM=01
      argv[6] = -DSAPSYSTEMNAME=BWS
      argv[7] = -DSAPMYNAME=WDBSSAPBWS01_BWS_01
      argv[8] = -DSAPPROFILE=D:\usr\sap\BWS\SYS\profile\BWS_DVEBMGS01_WDBSSAPBWS01
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1633]
    ***LOG Q0K=> DpMsAttach, mscon ( WDBSSAPBWS01) [dpxxdisp.c   11822]
    DpStartStopMsg: send start message (myname is >WDBSSAPBWS01_BWS_01                     <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpJ2eeLogin: j2ee state = CONNECTED
    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 146
    Release check o.K.
    Mon Jun 16 13:02:11 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4424]
    ERROR => NiIRead: SiRecv failed for hdl 4 / sock 340
        (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:2447) [nixxi.cpp    4424]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=3496)
    ERROR => DpProcKill: kill failed [dpntdisp.c   371]
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Mon Jun 16 13:02:49 2008
    ERROR => DpHdlDeadWp: W0 (pid 3504) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W1 (pid 3380) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W2 (pid 4348) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W3 (pid 3528) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W4 (pid 4528) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W5 (pid 4360) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W6 (pid 788) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W7 (pid 4432) died [dpxxdisp.c   14532]
    my types changed after wp death/restart 0xbf --> 0xbe
    ERROR => DpHdlDeadWp: W8 (pid 3376) died [dpxxdisp.c   14532]
    my types changed after wp death/restart 0xbe --> 0xbc
    ERROR => DpHdlDeadWp: W9 (pid 3632) died [dpxxdisp.c   14532]
    my types changed after wp death/restart 0xbc --> 0xb8
    ERROR => DpHdlDeadWp: W10 (pid 3928) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W11 (pid 3304) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W12 (pid 3316) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W13 (pid 4956) died [dpxxdisp.c   14532]
    my types changed after wp death/restart 0xb8 --> 0xb0
    ERROR => DpHdlDeadWp: W14 (pid 1136) died [dpxxdisp.c   14532]
    my types changed after wp death/restart 0xb0 --> 0xa0
    ERROR => DpHdlDeadWp: W15 (pid 4968) died [dpxxdisp.c   14532]
    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=481
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jun 16 13:02:59 2008
    NiISelect: TIMEOUT occured (10000ms)
    dump system status
    Workprocess Table (long)               Mon Jun 16 17:02:59 2008
    ========================
    No Ty. Pid      Status  Cause Start Err Sem CPU    Time  Program          Cl  User         Action                    Table
    0 DIA     3504 Ended         no      1   0        0                                                                         
    1 DIA     3380 Ended         no      1   0        0                                                                         
    2 DIA     4348 Ended         no      1   0        0                                                                         
    3 DIA     3528 Ended         no      1   0        0                                                                         
    4 DIA     4528 Ended         no      1   0        0                                                                         
    5 DIA     4360 Ended         no      1   0        0                                                                         
    6 DIA      788 Ended         no      1   0        0                                                                         
    7 DIA     4432 Ended         no      1   0        0                                                                         
    8 UPD     3376 Ended         no      1   0        0                                                                         
    9 ENQ     3632 Ended         no      1   0        0                                                                         
    10 BTC     3928 Ended         no      1   0        0                                                                         
    11 BTC     3304 Ended         no      1   0        0                                                                         
    12 BTC     3316 Ended         no      1   0        0                                                                         
    13 BTC     4956 Ended         no      1   0        0                                                                         
    14 SPO     1136 Ended         no      1   0        0                                                                         
    15 UP2     4968 Ended         no      1   0        0                                                                         
    Dispatcher Queue Statistics               Mon Jun 16 17:02:59 2008
    ===========================
    --------++++--
    +
    Typ
    now
    high
    max
    writes
    reads
    --------++++--
    +
    NOWP
    0
    2
    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     6 ( 75%),  shm     2 ( 25%)
    since last update     total     8,  udp     6 ( 75%),  shm     2 ( 25%)
    Dump of tm_adm structure:               Mon Jun 16 17:02:59 2008
    =========================
    Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)
    Workprocess Comm. Area Blocks               Mon Jun 16 17:02:59 2008
    =============================
    Slots: 300, Used: 1, Max: 0
    --------++--
    +
    id
    owner
    pid
    eyecatcher
    --------++--
    +
    0
    DISPATCHER
    -1
    WPCAAD000
    NiWait: sleep (5000ms) ...
    NiISelect: timeout 5000ms
    NiISelect: maximum fd=481
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jun 16 13:03:04 2008
    NiISelect: TIMEOUT occured (5000ms)
    DpHalt: shutdown server >WDBSSAPBWS01_BWS_01                     < (normal)
    DpJ2eeDisableRestart
    DpModState: buffer in state MBUF_PREPARED
    NiBufSend starting
    NiIWrite: hdl 3 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 (1724) (SOFT_KILL)
    Stop icman
    killing process (2860) (SOFT_KILL)
    Terminate gui connections
    wait for end of work processes
    wait for end of gateway
    [DpProcDied] Process lives  (PID:1724  HANDLE:448)
    waiting for termination of gateway ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=481
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jun 16 13:03:05 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process died  (PID:1724  HANDLE:448)
    wait for end of icman
    [DpProcDied] Process lives  (PID:2860  HANDLE:456)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=481
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jun 16 13:03:06 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2860  HANDLE:456)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=481
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jun 16 13:03:07 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2860  HANDLE:456)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=481
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jun 16 13:03:08 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2860  HANDLE:456)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=481
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jun 16 13:03:09 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2860  HANDLE:456)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=481
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jun 16 13:03:10 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2860  HANDLE:456)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=481
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jun 16 13:03:11 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2860  HANDLE:456)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=481
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jun 16 13:03:12 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2860  HANDLE:456)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=481
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jun 16 13:03:13 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2860  HANDLE:456)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=481
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jun 16 13:03:14 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2860  HANDLE:456)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=481
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jun 16 13:03:15 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2860  HANDLE:456)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=481
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jun 16 13:03:16 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process died  (PID:2860  HANDLE:456)
    [DpProcDied] Process died  (PID:3496  HANDLE:432)
    DpStartStopMsg: send stop message (myname is >WDBSSAPBWS01_BWS_01                     <)
    NiIMyHostName: hostname = 'WDBSSAPBWS01'
    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 3 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 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    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 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    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 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    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 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    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 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    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 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    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 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    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 3 recv would block (errno=EAGAIN)
    NiIRead: read for hdl 3 timed out (0ms)
    DpHalt: no more messages from the message server
    DpHalt: send keepalive to synchronize with the message server
    NiBufSend starting
    NiIWrite: hdl 3 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 3 recv would block (errno=EAGAIN)
    NiIPeek: peek successful for hdl 3 (r)
    NiIRead: hdl 3 received data (rcd=114,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=114
    NiBufIIn: 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
    NiIRead: hdl 3 recv would block (errno=EAGAIN)
    Mon Jun 16 13:03:17 2008
    NiIPeek: peek for hdl 3 timed out (r; 1000ms)
    NiIRead: read for hdl 3 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   12168]
    NiBufSend starting
    NiIWrite: hdl 3 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 3 in set0
    SiSelNSet: set events of sock 364 to: ---
    NiBufISelRemove: remove hdl 3 from set0
    SiSelNRemove: removed sock 364 (pos=3)
    SiSelNRemove: removed sock 364
    NiSelIRemove: removed hdl 3
    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/16
    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 3 / sock 364
    NiBufIClose: clear extension for hdl 3
    MsIDetach: detach MS-system
    cleanup EM
    EsCleanup ....
    EmCleanup() -> 0
    Es2Cleanup: Cleanup ES2
    ***LOG Q05=> DpHalt, DPStop ( 2204) [dpxxdisp.c   10421]
    Good Bye .....

    Are you sure the Database and the listeners are up and running?

Maybe you are looking for