Configuring sddm

KDE 4.14.2
In preperation for my move to KDE 5 I thought I would start using sddm. It all works fine but a couple of niggles:
1) On the login screen the only layout available from the drop down box is US - How can I change this to UK. Once logged in my KB layout is UK so no biggie.
2) On the login screen where you can select session it has DE's available to be selected that I haven't even got installed. How can I remove them?
I installed sddm-kcm from AUR. I thought this would create a section in KDE System Settings that would enable me to configure sddm but I can't see anything there.
Thanks for any help.

The available DE's come from the .desktop files in /usr/share/xsessions, check which packages have files installed there. My SDDM only shows "Plasma" and "Failsafe".
The kcm is for Plasma5 only. If you haven't upgraded yet, you can launch it manually via 'kcmshell5 kcm_sddm'

Similar Messages

  • SVN troubles

    Hi all,
    I'm configuring SDDM against my company subversion. I exported the configuration from SQLdeveloper and imported in SDDM. Here it's not working, the answer is E1700001 like a password failure. However password is correct and there is no issue on the SVN site.
    Is there a cached password in the SDDM profile or some way to debug it?
    thanks
    Ste

    Hi,
    is data modeler 4.0.0.833  supposed to work with svn ?
    yes
    i check out a design from an external source
    what does that mean?
    1) It's important how design is put in SVN repository. Do you put it there using Data Modeler or you used another tool
    2) Check if your working copy is not checked-out to already versioned directory
    Philip

  • Sddm-config-editor - Qt based configuration GUI for SDDM

    Hello,
    I've written a configuration GUI for SDDM (recommended display manager for Plasma 5 and LxQt). It requires qt5-declarative and polkit (currently just /usr/bin/pkexec). You can get it from AUR / sddm-config-editor-git, or check out the source code on GitHub. I would appreciate any feedback and contribution!
    Last edited by hagabaka (2015-02-17 08:43:50)

    sarah31 wrote:darn guis
    I agree but when seeing few of my friends, including myself when using pcm, they began to install / utilize also other packages than what they installed during AL's installation.
    A GUI "pacman" helps users to know what packages are available thereby extending their utilization of AL. PCM allows users to select all (installed and unistalled packages ) or only display uninstalled packages. Before selection they select either current or unofficial. These views of package lists minimize the information currently used websites (current and unofficial) are providing. The websites are good but make users (some of us) overwhelmed with information for "day-to-day" usages. In general, users are less interested in "what they have" or "what're available (full list)" but want to know "what packages are available beside what they already have".
    In pcm.exp-0.2 I will try to incorporate the short description of each packages when displaying uninstalled packages.

  • SDDM 3.3 EA2  advice for export of one or more logical subview(s)

    Hello!
    We have the need to export certain subviews to development.
    I just wanted to export one logical subview to Data Modeler Design. To sum it up it was not easy to understand. IMHO in SDDM 3.3.EA1 it was much more intuitive and easy.
    New:
    A new configuration has to be configured with the subviews you want to export. Surprisingly the first time you choose/add a configuration you see all the subviews in the lower left part of the window and you can transfer the wanted subview(s) to the right. AND then save. If not the export button stays inactive. It took me some time to understand that. ;-)
    The second time you want to export you choose the saved configuration and if you want to see which objects are in this configuration you have to select the 'All selected' Tab. But if you want to change the exported objects you have to edit the configuration, select first 'Logical' and ONLY then you see the subviews on the left. It is a bit confusing compared to the first time you use a configuration.
    All in all the confguration is a nice feature if you export the same objects again and again but for a once-a-year export it is overkill.
    The export window also had some distortions. The first letters in the left side of the window were cut off. And no you can't resize the window.
    just my2cents
    Guenter

    Hello Guenter,
    thanks for feedback.
    We'll try to improve it for next release.
    Philip

  • SDDM, black screen with Optimus laptop setup

    Hey all
    After reading the NVIDIA Optimus and the SDDM wiki pages I am kind of at a loss as to how to proceed.
    My problem is the following:
    I have a Lenovo T540p and I am using the NVIDIA drivers. I have followed the Optimus setup guide succesfully and have setup my xorg.conf for the card that the laptop has. I am sure that it's successfull since if I start X manually I get into my desktop environment.
    This is my xorg.conf
    Section "ServerLayout"
    Identifier "Lefteris edited from Archwiki Optimus page"
    Screen 0 "nvidia"
    Inactive "intel"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/OTF/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    EndSection
    Section "Module"
    Load "glx"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "eDP-1-0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
    Modeline "1792x1008_60.00" 149.50 1792 1904 2088 2384 1008 1011 1016 1046 -hsync +vsync
    Modeline "1664x936_60.00" 128.50 1664 1768 1936 2208 936 939 944 972 -hsync +vsync
    Modeline "1536x864_60.00" 109.25 1536 1624 1784 2032 864 867 872 897 -hsync +vsync
    Modeline "1408x792_60.00" 90.75 1408 1480 1624 1840 792 795 800 823 -hsync +vsync
    Modeline "1280x720_60.00" 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync
    Option "PreferredMode" "1920x1080_60.00"
    EndSection
    Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    Option "AllowEmptyInitialConfiguration"
    EndSection
    Section "Device"
    Identifier "intel"
    Driver "modesetting"
    EndSection
    Section "Screen"
    Identifier "intel"
    Device "intel"
    EndSection
    This is my .xinitrc
    #!/bin/bash
    xrandr --setprovideroutputsource modesetting NVIDIA-0
    xrandr --auto
    # make sure udiskie is running, for usb auto detection
    udiskie &
    # for the desktop set the resolution
    if [ $HOSTNAME == "archdesktop" ]; then
    # also set the 120HZ resolution
    xrandr --output DVI-I-1 --mode 0x281
    fi
    #for the laptop let's disable touchpad when typing
    if [ $HOSTNAME == "archlenovo" ]; then
    # more info here: https://wiki.archlinux.org/index.php/Touchpad_Synaptics#Using_.xinitrc
    syndaemon -t -k -i 2 -d &
    fi
    # activate custom xkeymap configuration
    test -f ~/.Xkeymap && xkbcomp ~/.Xkeymap $DISPLAY
    # generate i3 config from the templates
    ~/.local/bin/gen-i3-config.sh
    # if Xresources is there load it
    [[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
    # Start the window manager
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    # i3 is the default window manager
    session=${1:-i3}
    case $session in
    awesome ) exec awesome;;
    bspwm ) exec bspwm;;
    catwm ) exec catwm;;
    cinnamon ) exec cinnamon-session;;
    dwm ) exec dwm;;
    enlightenment ) exec enlightenment_start;;
    ede ) exec startede;;
    fluxbox ) exec startfluxbox;;
    gnome ) exec gnome-session;;
    gnome-classic ) exec gnome-session --session=gnome-classic;;
    i3|i3wm ) exec i3;;
    icewm ) exec icewm-session;;
    jwm ) exec jwm;;
    kde ) exec startkde;;
    mate ) exec mate-session;;
    monster|monsterwm ) exec monsterwm;;
    notion ) exec notion;;
    openbox ) exec openbox-session;;
    unity ) exec unity;;
    xfce|xfce4 ) exec startxfce4;;
    xmonad ) exec xmonad;;
    # No known session, try to run it as command
    *) exec $1;;
    esac
    After looking around a bit I realized that the problem probably lies with the 2 xrandr calls that I have at the beginning of the .xinitrc. X server starts manually if I do it with startx since then the xrandr commands can be properly interpreted. But it seems that sddm needs to somehow run them before X starts.
    Thankfully the Archwiki Optimus page mentions that for an Optimus setup to work with the SDDM login manager the xrandr calls need to be moved to this file: /usr/share/sddm/scripts/Xsetup
    I did that and expected things to finally work but when rebooting I still get a black screen. As I said in the beginning if I switch to another tty and startx I get to my window manager and all is fine. The problem is with the X server that SDDM starts.
    In case it is of any help this is my pstree of the SDDM process
    ├─sddm,308
    │ ├─Xorg.bin,322 :0 -auth /var/run/sddm/:0 -nolisten tcp -background none -noreset vt1
    │ │ ├─{Xorg.bin},396
    │ │ ├─{Xorg.bin},397
    │ │ ├─{Xorg.bin},398
    │ │ ├─{Xorg.bin},399
    │ │ ├─{Xorg.bin},400
    │ │ ├─{Xorg.bin},401
    │ │ ├─{Xorg.bin},402
    │ │ └─{Xorg.bin},403
    │ ├─sddm-helper,407 --socket /tmp/sddm-auth58feec8a-ca2f-4b56-bcf0-3b9cb4c07204 --id 2 --start /usr/bin/sddm-greeter --socket /tmp/sddm-:0-khPjni --theme /usr/share/sddm/themes/maui --user sddm --greeter
    │ │ ├─sddm-greeter,412 --socket /tmp/sddm-:0-khPjni --theme /usr/share/sddm/themes/maui
    │ │ │ ├─{QQmlThread},422
    │ │ │ ├─{QXcbEventReader},413
    │ │ │ ├─{sddm-greeter},414
    │ │ │ ├─{sddm-greeter},415
    │ │ │ ├─{sddm-greeter},416
    │ │ │ ├─{sddm-greeter},417
    │ │ │ ├─{sddm-greeter},418
    │ │ │ ├─{sddm-greeter},419
    │ │ │ ├─{sddm-greeter},420
    │ │ │ └─{sddm-greeter},421
    │ │ └─{QProcessManager},411
    │ └─{QProcessManager},321
    Any help would be really appreciated.
    Last edited by lefteris (2014-12-19 15:24:09)

    Just in case it can help I am posting the output of journalctl -b with only the relevant entries of and around sddm starting.
    Dec 20 01:54:32 archlenovo systemd[1]: Starting Simple Desktop Display Manager...
    Dec 20 01:54:32 archlenovo systemd-logind[303]: Watching system buttons on /dev/input/event3 (Power Button)
    Dec 20 01:54:32 archlenovo systemd-logind[303]: Watching system buttons on /dev/input/event1 (Lid Switch)
    Dec 20 01:54:32 archlenovo systemd[1]: Started Simple Desktop Display Manager.
    Dec 20 01:54:32 archlenovo systemd-logind[303]: Watching system buttons on /dev/input/event2 (Sleep Button)
    Dec 20 01:54:32 archlenovo systemd-logind[303]: Watching system buttons on /dev/input/event4 (ThinkPad Extra Buttons)
    Dec 20 01:54:32 archlenovo systemd-logind[303]: New seat seat0.
    Dec 20 01:54:32 archlenovo systemd[1]: Started Login Service.
    Dec 20 01:54:32 archlenovo kernel: sound hdaudioC1D0: autoconfig: line_outs=1 (0x16/0x0/0x0/0x0/0x0) type:line
    Dec 20 01:54:32 archlenovo kernel: sound hdaudioC1D0: speaker_outs=1 (0x14/0x0/0x0/0x0/0x0)
    Dec 20 01:54:32 archlenovo kernel: sound hdaudioC1D0: hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
    Dec 20 01:54:32 archlenovo kernel: sound hdaudioC1D0: mono: mono_out=0x0
    Dec 20 01:54:32 archlenovo kernel: sound hdaudioC1D0: inputs:
    Dec 20 01:54:32 archlenovo kernel: sound hdaudioC1D0: Dock Mic=0x19
    Dec 20 01:54:32 archlenovo kernel: sound hdaudioC1D0: Mic=0x1a
    Dec 20 01:54:32 archlenovo kernel: sound hdaudioC1D0: Internal Mic=0x12
    Dec 20 01:54:32 archlenovo kernel: i915 0000:00:02.0: irq 32 for MSI/MSI-X
    Dec 20 01:54:32 archlenovo kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    Dec 20 01:54:32 archlenovo kernel: [drm] Driver supports precise vblank timestamp query.
    Dec 20 01:54:32 archlenovo kernel: vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=mem
    Dec 20 01:54:32 archlenovo kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card1/hdaudioC1D0/input8
    Dec 20 01:54:32 archlenovo kernel: input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input9
    Dec 20 01:54:32 archlenovo kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input10
    Dec 20 01:54:32 archlenovo kernel: input: HDA Intel PCH Dock Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input11
    Dec 20 01:54:32 archlenovo kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input12
    Dec 20 01:54:32 archlenovo kernel: [drm] VBT doesn't support DRRS
    Dec 20 01:54:32 archlenovo sddm[312]: Initializing...
    Dec 20 01:54:32 archlenovo sddm[312]: Starting...
    Dec 20 01:54:32 archlenovo sddm[312]: Adding new display 0 on vt 1 ...
    Dec 20 01:54:32 archlenovo sddm[312]: Adding cookie to "/var/run/sddm/:0"
    Dec 20 01:54:32 archlenovo dbus[305]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
    Dec 20 01:54:32 archlenovo systemd[1]: Starting Authorization Manager...
    Dec 20 01:54:32 archlenovo polkitd[323]: Started polkitd version 0.112
    Dec 20 01:54:32 archlenovo sddm[312]: Display server starting...
    Dec 20 01:54:32 archlenovo sddm[312]: Running: /usr/bin/X :0 -auth /var/run/sddm/:0 -nolisten tcp -background none -noreset vt1
    Dec 20 01:54:32 archlenovo systemd[1]: Starting Load/Save RF Kill Switch Status of rfkill2...
    Dec 20 01:54:32 archlenovo polkitd[323]: Loading rules from directory /etc/polkit-1/rules.d
    Dec 20 01:54:32 archlenovo polkitd[323]: Loading rules from directory /usr/share/polkit-1/rules.d
    Dec 20 01:54:32 archlenovo polkitd[323]: Finished loading, compiling and executing 1 rules
    Dec 20 01:54:32 archlenovo systemd[1]: Started Load/Save RF Kill Switch Status of rfkill2.
    Dec 20 01:54:32 archlenovo dbus[305]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
    Dec 20 01:54:32 archlenovo polkitd[323]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
    Dec 20 01:54:32 archlenovo systemd[1]: Started Authorization Manager.
    Dec 20 01:54:32 archlenovo kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
    Dec 20 01:54:32 archlenovo kernel: iwlwifi 0000:04:00.0 wlp4s0: renamed from wlan0
    Dec 20 01:54:32 archlenovo systemd[1]: Starting Multi-User System.
    Dec 20 01:54:32 archlenovo systemd[1]: Reached target Multi-User System.
    Dec 20 01:54:32 archlenovo systemd[1]: Starting Graphical Interface.
    Dec 20 01:54:32 archlenovo systemd[1]: Reached target Graphical Interface.
    Dec 20 01:54:32 archlenovo systemd[1]: Startup finished in 1.599s (kernel) + 633ms (userspace) = 23.528s.
    Dec 20 01:54:33 archlenovo kernel: [drm] GMBUS [i915 gmbus dpb] timed out, falling back to bit banging on pin 5
    Dec 20 01:54:33 archlenovo kernel: usb 3-11: new full-speed USB device number 4 using xhci_hcd
    Dec 20 01:54:33 archlenovo dbus[305]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service'
    Dec 20 01:54:33 archlenovo systemd[1]: Starting WPA supplicant...
    Dec 20 01:54:33 archlenovo dbus[305]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
    Dec 20 01:54:33 archlenovo systemd[1]: Started WPA supplicant.
    Dec 20 01:54:33 archlenovo systemd[1]: Starting Load/Save RF Kill Switch Status of rfkill3...
    Dec 20 01:54:33 archlenovo systemd[1]: Starting Bluetooth.
    Dec 20 01:54:33 archlenovo systemd[1]: Reached target Bluetooth.
    Dec 20 01:54:33 archlenovo systemd[1]: Started Load/Save RF Kill Switch Status of rfkill3.
    Dec 20 01:54:34 archlenovo kernel: fbcon: inteldrmfb (fb0) is primary device
    Dec 20 01:54:34 archlenovo kernel: e1000e 0000:00:19.0: irq 29 for MSI/MSI-X
    Dec 20 01:54:34 archlenovo kernel: e1000e 0000:00:19.0: irq 29 for MSI/MSI-X
    Dec 20 01:54:34 archlenovo kernel: iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
    Dec 20 01:54:34 archlenovo kernel: iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
    Dec 20 01:54:34 archlenovo kernel: usb 3-12: new high-speed USB device number 5 using xhci_hcd
    Dec 20 01:54:34 archlenovo kernel: Switched to clocksource tsc
    Dec 20 01:54:34 archlenovo kernel: psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd001a3/0x940300/0x12f800, board id: 2964, fw id: 2560
    Dec 20 01:54:34 archlenovo kernel: psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
    Dec 20 01:54:34 archlenovo kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6
    Dec 20 01:54:34 archlenovo kernel: mousedev: PS/2 mouse device common for all mice
    Dec 20 01:54:34 archlenovo kernel: cdc_acm 3-10:1.2: This device cannot do calls on its own. It is not a modem.
    Dec 20 01:54:34 archlenovo kernel: cdc_acm 3-10:1.2: ttyACM0: USB ACM device
    Dec 20 01:54:34 archlenovo kernel: media: Linux media interface: v0.10
    Dec 20 01:54:34 archlenovo kernel: usbcore: registered new interface driver cdc_acm
    Dec 20 01:54:34 archlenovo kernel: cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
    Dec 20 01:54:34 archlenovo kernel: usbcore: registered new interface driver cdc_ncm
    Dec 20 01:54:34 archlenovo kernel: usbcore: registered new interface driver cdc_wdm
    Dec 20 01:54:34 archlenovo kernel: Linux video capture interface: v2.00
    Dec 20 01:54:34 archlenovo kernel: Bluetooth: Core ver 2.19
    Dec 20 01:54:34 archlenovo kernel: NET: Registered protocol family 31
    Dec 20 01:54:34 archlenovo kernel: Bluetooth: HCI device and connection manager initialized
    Dec 20 01:54:34 archlenovo kernel: Bluetooth: HCI socket layer initialized
    Dec 20 01:54:34 archlenovo kernel: Bluetooth: L2CAP socket layer initialized
    Dec 20 01:54:34 archlenovo kernel: Bluetooth: SCO socket layer initialized
    Dec 20 01:54:34 archlenovo kernel: uvcvideo: Found UVC 1.00 device Integrated Camera (04ca:7035)
    Dec 20 01:54:34 archlenovo kernel: usbcore: registered new interface driver btusb
    Dec 20 01:54:34 archlenovo kernel: input: Integrated Camera as /devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12:1.0/input/input14
    Dec 20 01:54:34 archlenovo kernel: usbcore: registered new interface driver uvcvideo
    Dec 20 01:54:34 archlenovo kernel: USB Video Class driver (1.1.1)
    Dec 20 01:54:34 archlenovo kernel: cdc_mbim 3-10:1.0: cdc-wdm0: USB WDM device
    Dec 20 01:54:34 archlenovo kernel: cdc_mbim 3-10:1.0 wwan0: register 'cdc_mbim' at usb-0000:00:14.0-10, CDC MBIM, d2:e0:c7:93:ea:9d
    Dec 20 01:54:34 archlenovo kernel: usbcore: registered new interface driver cdc_mbim
    Dec 20 01:54:34 archlenovo kernel: cdc_mbim 3-10:1.0 wwp0s20u10: renamed from wwan0
    Dec 20 01:54:34 archlenovo kernel: Bluetooth: hci0: read Intel version: 370710018002030d41
    Dec 20 01:54:34 archlenovo kernel: Bluetooth: hci0: Intel device is already patched. patch num: 41
    Dec 20 01:54:34 archlenovo kernel: cfg80211: Calling CRDA to update world regulatory domain
    Dec 20 01:54:34 archlenovo kernel: cfg80211: Calling CRDA to update world regulatory domain
    Dec 20 01:54:34 archlenovo kernel: Console: switching to colour frame buffer device 360x101
    Dec 20 01:54:34 archlenovo kernel: i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    Dec 20 01:54:34 archlenovo kernel: i915 0000:00:02.0: registered panic notifier
    Dec 20 01:54:34 archlenovo kernel: ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
    Dec 20 01:54:34 archlenovo kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input15
    Dec 20 01:54:34 archlenovo kernel: ACPI: Video Device [VID1] (multi-head: yes rom: yes post: no)
    Dec 20 01:54:34 archlenovo kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:01/input/input16
    Dec 20 01:54:34 archlenovo kernel: [drm] Initialized i915 1.6.0 20140725 for 0000:00:02.0 on minor 0
    Dec 20 01:54:34 archlenovo kernel: i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
    Dec 20 01:54:34 archlenovo kernel: snd_hda_intel 0000:00:03.0: irq 33 for MSI/MSI-X
    Dec 20 01:54:34 archlenovo systemd-logind[303]: Watching system buttons on /dev/input/event14 (Video Bus)
    Dec 20 01:54:34 archlenovo systemd-logind[303]: Watching system buttons on /dev/input/event13 (Video Bus)
    Dec 20 01:54:34 archlenovo kernel: iTCO_vendor_support: vendor-support=0
    Dec 20 01:54:34 archlenovo systemd[1]: Starting system-systemd\x2dbacklight.slice.
    Dec 20 01:54:34 archlenovo systemd[1]: Created slice system-systemd\x2dbacklight.slice.
    Dec 20 01:54:34 archlenovo systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
    Dec 20 01:54:34 archlenovo kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
    Dec 20 01:54:34 archlenovo kernel: iTCO_wdt: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860)
    Dec 20 01:54:34 archlenovo kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    Dec 20 01:54:34 archlenovo systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:intel_backlight.
    Dec 20 01:54:34 archlenovo kernel: input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input17
    Dec 20 01:54:34 archlenovo kernel: input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input18
    Dec 20 01:54:34 archlenovo kernel: input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input19
    Dec 20 01:54:34 archlenovo kernel: nvidia: module license 'NVIDIA' taints kernel.
    Dec 20 01:54:34 archlenovo kernel: Disabling lock debugging due to kernel taint
    Dec 20 01:54:34 archlenovo kernel: nvidia 0000:01:00.0: enabling device (0004 -> 0007)
    Dec 20 01:54:34 archlenovo kernel: vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
    Dec 20 01:54:34 archlenovo kernel: [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 1
    Dec 20 01:54:34 archlenovo kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 343.36 Mon Dec 1 16:18:58 PST 2014
    Dec 20 01:54:34 archlenovo kernel: nvidia 0000:01:00.0: irq 34 for MSI/MSI-X
    Dec 20 01:54:34 archlenovo kernel: ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95)
    Dec 20 01:54:34 archlenovo kernel: ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95)
    Dec 20 01:54:34 archlenovo kernel: ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95)
    Dec 20 01:54:34 archlenovo kernel: ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95)
    Dec 20 01:54:34 archlenovo kernel: ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95)
    Dec 20 01:54:34 archlenovo kernel: ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95)
    Dec 20 01:54:34 archlenovo kernel: ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95)
    Dec 20 01:54:34 archlenovo kernel: ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95)
    Dec 20 01:54:38 archlenovo kernel: psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
    Dec 20 01:54:38 archlenovo kernel: ACPI Error: Field [TBF3] at 270336 exceeds Buffer [NULL] size 262144 (bits) (20140724/dsopcode-236)
    Dec 20 01:54:38 archlenovo kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEG_.VID_.GETB] (Node ffff880235835a78), AE_AML_BUFFER_LIMIT (20140724/psparse-536)
    Dec 20 01:54:38 archlenovo kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEG_.VID_._ROM] (Node ffff880235835a50), AE_AML_BUFFER_LIMIT (20140724/psparse-536)
    Dec 20 01:54:38 archlenovo kernel: ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95)
    Dec 20 01:54:38 archlenovo kernel: input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input13
    Dec 20 01:54:38 archlenovo kernel: thinkpad_acpi: asked for hotkey mask 0x0070ffbf, but firmware forced it to 0x0070ffbb
    Dec 20 01:54:39 archlenovo sddm[312]: Signal received: SIGUSR1
    Dec 20 01:54:39 archlenovo sddm[312]: Running display setup script "/usr/share/sddm/scripts/Xsetup"
    Dec 20 01:54:39 archlenovo sddm[312]: Display server started.
    Dec 20 01:54:39 archlenovo sddm[312]: Socket server starting...
    Dec 20 01:54:39 archlenovo sddm[312]: Socket server started.
    Dec 20 01:54:39 archlenovo sddm[312]: Greeter starting...
    Dec 20 01:54:39 archlenovo sddm-helper[408]: [PAM] Starting...
    Dec 20 01:54:39 archlenovo sddm-helper[408]: [PAM] Authenticating...
    Dec 20 01:54:39 archlenovo sddm-helper[408]: [PAM] returning.
    Dec 20 01:54:39 archlenovo sddm-helper[408]: pam_unix(sddm-greeter:session): session opened for user sddm by (uid=0)
    Dec 20 01:54:39 archlenovo systemd[1]: Starting user-619.slice.
    Dec 20 01:54:39 archlenovo systemd[1]: Created slice user-619.slice.
    Dec 20 01:54:39 archlenovo systemd[1]: Starting User Manager for UID 619...
    Dec 20 01:54:39 archlenovo systemd[1]: Starting Session c1 of user sddm.
    Dec 20 01:54:39 archlenovo systemd-logind[303]: New session c1 of user sddm.
    Dec 20 01:54:39 archlenovo systemd[1]: Started Session c1 of user sddm.
    Dec 20 01:54:39 archlenovo systemd[409]: pam_unix(systemd-user:session): session opened for user sddm by (uid=0)
    Dec 20 01:54:39 archlenovo systemd[409]: Starting -.slice.
    Dec 20 01:54:39 archlenovo systemd[409]: Created slice -.slice.
    Dec 20 01:54:39 archlenovo systemd[409]: Starting D-Bus Message Bus Socket.
    Dec 20 01:54:39 archlenovo systemd[409]: Listening on D-Bus Message Bus Socket.
    Dec 20 01:54:39 archlenovo systemd[409]: Starting Sockets.
    Dec 20 01:54:39 archlenovo systemd[409]: Reached target Sockets.
    Dec 20 01:54:39 archlenovo systemd[409]: Starting Paths.
    Dec 20 01:54:39 archlenovo systemd[409]: Reached target Paths.
    Dec 20 01:54:39 archlenovo systemd[409]: Starting Timers.
    Dec 20 01:54:39 archlenovo systemd[409]: Reached target Timers.
    Dec 20 01:54:39 archlenovo systemd[409]: Starting Basic System.
    Dec 20 01:54:39 archlenovo systemd[409]: Reached target Basic System.
    Dec 20 01:54:39 archlenovo systemd[409]: Starting Default.
    Dec 20 01:54:39 archlenovo systemd[409]: Reached target Default.
    Dec 20 01:54:39 archlenovo systemd[409]: Startup finished in 5ms.
    Dec 20 01:54:39 archlenovo systemd[1]: Started User Manager for UID 619.
    Dec 20 01:54:39 archlenovo sddm[312]: Greeter session started successfully
    Dec 20 01:54:39 archlenovo sddm-greeter[413]: Connected to the daemon.
    Dec 20 01:54:39 archlenovo sddm[312]: Message received from greeter: Connect
    Dec 20 01:54:39 archlenovo sddm-greeter[413]: QXcbConnection: XCB error: 148 (Unknown), sequence: 161, resource id: 0, major code: 140 (Unknown), minor code: 20
    Dec 20 01:54:39 archlenovo sddm-greeter[413]: Message received from daemon: Capabilities
    Dec 20 01:54:39 archlenovo sddm-greeter[413]: Message received from daemon: HostName
    From
    20 01:54:39 archlenovo sddm[312]: Running display setup script "/usr/share/sddm/scripts/Xsetup"
    we can see that it does indeed try to display the setup script.
    But at the very end there is also an error by the greeter. I will try to research about it more but in the meantime if anyone more knowledgeable can figure something out from the above that would be awesome.

  • Fresh install on scsi hw raid. hangs during load of sddm

    Good night pals.
    Mobo asrock extreme 3 8gb ram hyper x 4//4
    hw raid: dell perc 3 sc (ami brand 945 series)
    Kernel parameter tried.: noapic, noapic and nolapic, nolapic, iommu=soft, iommu=soft noapic nolapic
    configuration on raid bios: i2o and mass storage
    Gpu: nvidia geforce 650ti
    issue: working on cli, no problem, on i2o, but running sddm kernel hangs, with "blocked for more than 120seconds. There's not hd problem, nor power supply issue.
    I've installed sdparm (I mind this cause scsi) but the same occurs.
    /var/log don't shows any about hw errors.
    Last edited by ilkyest (2015-05-05 05:01:33)

    How do I install, or compile, megaraid module on arch? Its seems be necessary to make this card work

  • Airport can no longer read or write the configuration of Time Capsule

    I have a MacBook Pro running OSX 10.8.3 and maintained with all available patches. I have also a Time Capsule with version 7.6.3 of the firmware. I use AirPort 6.2. So everything seems to be updated with the latest versions.
    This has really been a good setup for nearly a year now, but earlier this month Time Machine suddenly stopped to work and could no longer do backups to the Time Capsule. I have tried to factory reset the Time Capsule several times, but I still get problems when writing the configuration to the Time Capsule. I get an error message saying "An error occurred while updating the configuration".
    Airport is furthermore not able to detect the Time Capsule correctly anymore, so I have to configure it by entering the IP address. But after setting up WLAN, disks, etc. and enhanching the security, I just receive the error message when I try to write the config. The Internet connection works perfectly anyway, both via cable and wireless.
    Anyone got any tips?

    Do the setup by ethernet in full isolation from the network.
    Start from a full factory reset.
    I would recommend you take the firmware back to 7.6.1 or even earlier if the TC is older than 12months. 7.5.2 was very reliable. All these bugs started with 7.6 and the change to Lion.
    I would also recommend installing 5.6 utility.
    How to load 5.6 into ML.
    1. Download 5.6 for Lion.
    http://support.apple.com/kb/DL1482
    Click to open the dmg but do not attempt to install the pkg.. it won't work anyway.
    2. Download and install unpkg.
    http://www.timdoug.com/unpkg/
    Run unpkg on the desktop.. it is very simple.. drag the AirPortUtility56.pkg file over to unpkg.. and it will create a new directory of the same name on the desktop.. drill down.. applications utilities .. there lo and behold is Airport utility 5.6 .. drag it to your main utilities directory or just run it from current location.
    You cannot uninstall 6.1 (now 6.2 if you updated) so don't try.. and you cannot or should not run them both at the same time.. so just ignore the toyland version.. the plastic hammer.. and start using 5.6.. a real tool.
    For screen shots see this post.
    https://discussions.apple.com/thread/4668746?tstart=0

  • Error while Provisioning a user to Exchange:Configuration OIM 9.1 & JBOSS

    Hi,
    I am facing the below error while provisioning a user to Exchange. The Resource gets provisioned. But inside the resource, two tasks (Create User & Set Mailbox) are rejected. When i retry these tasks, the Resource status is set to Revoked in the Resource Profile of OIM. The AD Provisioning is working fine. There are 2 AD IT Resources here. Database is Oracle 10g.
    Error:
    2012-03-02 15:06:10,347 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[xlWebApp]] action: LogonAction: User 'RWFLORENCIO' logged on in session 8B825B2D391A654D975CDC91FECB5E8E
    2012-03-02 15:06:34,712 INFO [STDOUT] Running GETFULLNAME
    2012-03-02 15:06:34,712 INFO [STDOUT] Target Class = gitidm.LogProfileUser
    2012-03-02 15:06:34,721 INFO [STDOUT] Running GETMANAGER
    2012-03-02 15:06:34,721 INFO [STDOUT] Target Class = gitidm.LogProfileUser
    2012-03-02 15:07:00,233 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzavri15-1iti
    2012-03-02 15:07:00,233 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:07:00,233 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:07:55,208 INFO [STDOUT] Running IDMVALIDATION
    2012-03-02 15:07:55,208 INFO [STDOUT] Target Class = gitidm.CustomApproval
    2012-03-02 15:07:55,267 INFO [STDOUT] select USR_MANAGER_KEY from USR where USR_UDF_EMP_NO='540087'
    2012-03-02 15:07:55,267 INFO [STDOUT] result : OK
    2012-03-02 15:07:55,559 INFO [STDOUT] Running GETKEY
    2012-03-02 15:07:55,559 INFO [STDOUT] Target Class = java.lang.String
    2012-03-02 15:07:55,559 INFO [STDOUT] Running GETIH1
    2012-03-02 15:07:55,559 INFO [STDOUT] Target Class = gitidm.CustomApproval
    2012-03-02 15:07:55,614 INFO [STDOUT] select USR_MANAGER_KEY from USR where USR_UDF_EMP_NO='540087'
    2012-03-02 15:08:00,207 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzavssb3-1itk
    2012-03-02 15:08:00,207 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:08:00,207 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:08:16,901 INFO [STDOUT] Masuk exception
    2012-03-02 15:08:16,988 DEBUG [org.jboss.ejb.StatelessSessionContainer] Useless invocation of remove() for stateless session bean
    2012-03-02 15:08:17,000 DEBUG [org.jboss.ejb.StatelessSessionContainer] Useless invocation of remove() for stateless session bean
    2012-03-02 15:08:17,016 DEBUG [org.jboss.ejb.StatelessSessionContainer] Useless invocation of remove() for stateless session bean
    2012-03-02 15:08:17,030 DEBUG [org.jboss.ejb.StatelessSessionContainer] Useless invocation of remove() for stateless session bean
    2012-03-02 15:08:17,046 DEBUG [org.jboss.ejb.StatelessSessionContainer] Useless invocation of remove() for stateless session bean
    2012-03-02 15:08:17,304 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[xlWebApp]] action: LogonAction: User 'XELSYSADM' logged on in session 8B825B2D391A654D975CDC91FECB5E8E
    2012-03-02 15:09:00,192 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzavu2lc-1itr
    2012-03-02 15:09:00,192 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:09:00,193 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:09:16,525 INFO [STDOUT] Running TOLOWERCASE
    2012-03-02 15:09:16,526 INFO [STDOUT] Target Class = java.lang.String
    2012-03-02 15:09:16,642 INFO [STDOUT] Running TOLOWERCASE
    2012-03-02 15:09:16,643 INFO [STDOUT] Target Class = java.lang.String
    2012-03-02 15:09:17,139 INFO [STDOUT] Running CHECKCHILDOBJECT
    2012-03-02 15:09:17,139 INFO [STDOUT] Target Class = gitidm.CheckEmptyChild
    2012-03-02 15:09:17,217 INFO [STDOUT] Connected to IAM
    2012-03-02 15:09:17,218 INFO [STDOUT] Query : select * from UD_EMAILOF join obi on obi.obi_key=UD_EMAILOF.obi_key join UD_MAILFOC on UD_MAILFOC.UD_EMAILOF_KEY=UD_EMAILOF.UD_EMAILOF_KEY where obi.req_key='44002'
    2012-03-02 15:09:17,228 INFO [STDOUT] Total record : 1
    2012-03-02 15:09:17,228 INFO [STDOUT] Is Admin not filled the child form ? FILLED
    2012-03-02 15:09:17,231 INFO [STDOUT] Disconnected from IAM
    2012-03-02 15:09:17,606 INFO [STDOUT] Running SETPROXYADDRESS
    2012-03-02 15:09:17,607 INFO [STDOUT] Target Class = email.Provisioning
    2012-03-02 15:09:17,622 INFO [STDOUT] SetProxyAddressForSubsidiary
    2012-03-02 15:09:17,622 INFO [STDOUT] Running INSERTTOLOG
    2012-03-02 15:09:17,623 INFO [STDOUT] Target Class = gitidm.LogProvisioning
    2012-03-02 15:09:17,701 INFO [STDOUT] Query Log= insert into IDM_PROV_LOG values (sysdate,'Request for Email Account','RWFLORENCIO','rwflorencio','Set Proxy Address','FAILED','NO')
    2012-03-02 15:09:18,870 INFO [STDOUT] Running CHANGEDOMAINUSER
    2012-03-02 15:09:18,870 INFO [STDOUT] Target Class = adir.Provisioning
    2012-03-02 15:09:18,945 INFO [STDOUT] Running GETDNUSERPLDT
    2012-03-02 15:09:18,945 INFO [STDOUT] Target Class = email.Provisioning
    2012-03-02 15:09:18,961 INFO [STDOUT] GetDN
    2012-03-02 15:09:18,991 INFO [STDOUT] GETDN():CN=FLORENCIO\, Raul W.,OU=PLDT Non-Executives,OU=Test Area,DC=ISSecLAB,DC=NET
    2012-03-02 15:09:18,991 INFO [STDOUT] Running ENABLEMAILBOXPLDT
    2012-03-02 15:09:18,991 INFO [STDOUT] Target Class = email.Provisioning
    2012-03-02 15:09:19,019 INFO [STDOUT] EnableMailbox
    2012-03-02 15:09:19,020 INFO [STDOUT] user ssh ->Administrator
    2012-03-02 15:09:50,426 INFO [STDOUT] error ->Could not connect for 30000 milliseconds
    2012-03-02 15:09:51,428 INFO [STDOUT] Disconnected: 192.168.1.72. Press Enter to exit
    2012-03-02 15:09:51,428 INFO [STDOUT] Running INSERTTOLOG
    2012-03-02 15:09:51,428 INFO [STDOUT] Target Class = gitidm.LogProvisioning
    2012-03-02 15:09:51,502 INFO [STDOUT] Query Log= insert into IDM_PROV_LOG values (sysdate,'Request for Email Account','RWFLORENCIO','rwflorencio','Enable Mailbox','FAILED','Could not connect for 30000 milliseconds')
    2012-03-02 15:09:53,940 INFO [STDOUT] Running SETMAILBOX
    2012-03-02 15:09:53,940 INFO [STDOUT] Target Class = email.Provisioning
    2012-03-02 15:09:53,959 INFO [STDOUT] userssh ->Administrator
    2012-03-02 15:09:53,959 INFO [STDOUT] userid ->ISSECLAB\Administrator
    2012-03-02 15:10:00,461 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzavvd3h-1itu
    2012-03-02 15:10:00,462 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:10:00,462 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:10:00,577 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzavvd6p-1itv
    2012-03-02 15:10:00,577 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:10:00,578 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:10:00,865 INFO [ADAPTER.AUTH_AD] Start initiate reconciliation info user
    2012-03-02 15:10:00,865 INFO [ADAPTER.AUTH_AD] Start initiate reconciliation
    2012-03-02 15:10:07,034 INFO [STDOUT] select usr.usr_key,usr.usr_password from usr left join GIT_AUTH_AD on GIT_AUTH_AD.usr_key=usr.usr_key where usr.usr_password != GIT_AUTH_AD.USR_PASSWORD
    2012-03-02 15:10:25,353 INFO [STDOUT] Could not connect for 30000 milliseconds
    2012-03-02 15:10:26,357 INFO [STDOUT] Disconnected: 192.168.1.72. Press Enter to exit
    2012-03-02 15:11:00,222 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzavwn7i-1itx
    2012-03-02 15:11:00,223 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:11:00,223 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:11:51,773 DEBUG [org.jboss.resource.connectionmanager.IdleRemover] run: IdleRemover notifying pools, interval: 450000
    2012-03-02 15:12:00,219 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzavxxi3-1itz
    2012-03-02 15:12:00,220 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:12:00,220 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:13:00,229 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzavz7t1-1iu2
    2012-03-02 15:13:00,229 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:13:00,229 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:14:00,192 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzaw0i2o-1iu5
    2012-03-02 15:14:00,192 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:14:00,193 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:14:02,974 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:14:02,974 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:14:02,975 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:14:02,975 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:14:02,975 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:14:53,473 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:14:53,473 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:14:53,474 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:14:53,474 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:14:53,474 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:15:00,249 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzaw1sex-1iu7
    2012-03-02 15:15:00,249 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:15:00,249 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:15:00,591 INFO [ADAPTER.AUTH_AD] Start initiate reconciliation info user
    2012-03-02 15:15:00,592 INFO [ADAPTER.AUTH_AD] Start initiate reconciliation
    2012-03-02 15:15:00,727 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzaw1ss0-1iu9
    2012-03-02 15:15:00,727 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:15:00,728 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:15:06,711 INFO [STDOUT] select usr.usr_key,usr.usr_password from usr left join GIT_AUTH_AD on GIT_AUTH_AD.usr_key=usr.usr_key where usr.usr_password != GIT_AUTH_AD.USR_PASSWORD
    2012-03-02 15:15:18,066 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:15:18,075 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:15:18,075 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:15:18,076 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:15:18,076 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:16:00,220 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzaw32os-1iub
    2012-03-02 15:16:00,221 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:16:00,221 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:16:00,536 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:16:00,537 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:16:00,537 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:16:00,538 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:16:00,539 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:17:00,200 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzaw4cyw-1iud
    2012-03-02 15:17:00,200 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:17:00,201 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:18:00,209 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzaw5n9t-1iuf
    2012-03-02 15:18:00,210 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:18:00,210 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:19:00,211 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzaw6xkj-1iuh
    2012-03-02 15:19:00,212 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:19:00,212 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:19:21,833 DEBUG [org.jboss.resource.connectionmanager.IdleRemover] run: IdleRemover notifying pools, interval: 450000
    2012-03-02 15:20:00,500 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzaw8838-1iuk
    2012-03-02 15:20:00,501 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:20:00,501 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:20:00,673 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzaw8881-1iul
    2012-03-02 15:20:00,674 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:20:00,674 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:20:00,930 INFO [ADAPTER.AUTH_AD] Start initiate reconciliation info user
    2012-03-02 15:20:00,931 INFO [ADAPTER.AUTH_AD] Start initiate reconciliation
    2012-03-02 15:20:07,489 INFO [STDOUT] select usr.usr_key,usr.usr_password from usr left join GIT_AUTH_AD on GIT_AUTH_AD.usr_key=usr.usr_key where usr.usr_password != GIT_AUTH_AD.USR_PASSWORD
    2012-03-02 15:21:00,306 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzaw9i8g-1iun
    2012-03-02 15:21:00,306 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:21:00,306 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:22:00,281 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzawasih-1iup
    2012-03-02 15:22:00,282 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:22:00,282 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:23:00,303 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzawc2tl-1iur
    2012-03-02 15:23:00,304 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:23:00,304 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:23:27,310 INFO [STDOUT] Running CHANGEDOMAINUSER
    2012-03-02 15:23:27,312 INFO [STDOUT] Target Class = adir.Provisioning
    2012-03-02 15:23:27,413 INFO [STDOUT] Running GETDNUSERPLDT
    2012-03-02 15:23:27,414 INFO [STDOUT] Target Class = email.Provisioning
    2012-03-02 15:23:27,432 INFO [STDOUT] GetDN
    2012-03-02 15:23:27,473 INFO [STDOUT] GETDN():CN=FLORENCIO\, Raul W.,OU=PLDT Non-Executives,OU=Test Area,DC=ISSecLAB,DC=NET
    2012-03-02 15:23:27,473 INFO [STDOUT] Running ENABLEMAILBOXPLDT
    2012-03-02 15:23:27,474 INFO [STDOUT] Target Class = email.Provisioning
    2012-03-02 15:23:27,495 INFO [STDOUT] EnableMailbox
    2012-03-02 15:23:27,496 INFO [STDOUT] user ssh ->Administrator
    2012-03-02 15:23:55,851 WARN [org.jboss.tm.TransactionImpl] Transaction TransactionImpl:XidImpl[FormatId=257, GlobalId=oim1.isseclab.net/5544083, BranchQual=, localId=5544083] timed out. status=STATUS_ACTIVE
    2012-03-02 15:23:55,874 WARN [XELLERATE.DATABASE] Trying to get the connection count : 0
    2012-03-02 15:23:55,875 WARN [XELLERATE.DATABASE] Trying to get the connection count : 1
    2012-03-02 15:23:55,876 WARN [XELLERATE.DATABASE] Trying to get the connection count : 2
    2012-03-02 15:23:55,877 WARN [XELLERATE.DATABASE] Trying to get the connection count : 3
    2012-03-02 15:23:55,878 WARN [XELLERATE.DATABASE] Trying to get the connection count : 4
    2012-03-02 15:23:55,878 ERROR [XELLERATE.DATABASE] Class/Method: DirectDB/getConnection encounter some problems: Error while retrieving database connection.Please check for the follwoing
    Database srever is running.
    Datasource configuration settings are correct.
    2012-03-02 15:23:55,878 ERROR [XELLERATE.DATABASE] Class/Method: tcDataBase/readPartialStatement encounter some problems: Got a null connection
    java.sql.SQLException: Got a null connection
         at com.thortech.xl.dataaccess.tcDataBase.readPartialStatement(Unknown Source)
         at com.thortech.xl.dataobj.tcDataBase.readPartialStatement(Unknown Source)
         at com.thortech.xl.dataaccess.tcDataSet.executeQuery(Unknown Source)
         at com.thortech.xl.dataobj.tcDataSet.executeQuery(Unknown Source)
         at com.thortech.xl.dataaccess.tcDataSet.executeQuery(Unknown Source)
         at com.thortech.xl.dataobj.tcDataSet.executeQuery(Unknown Source)
         at com.thortech.xl.cache.CacheUtil.getSetCachedQuery(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.eventPostInsert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
         at com.thortech.xl.dataobj.tcTableDataObj.save(Unknown Source)
         at com.thortech.xl.dataobj.tcScheduleItem.insertImplementation(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
         at com.thortech.xl.attestation.AttestationEngine.attestTask(Unknown Source)
         at com.thortech.xl.attestation.AttestationEngine.updateResponses(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.AttestationOperationsBean.updateResponses(Unknown Source)
         at com.thortech.xl.ejb.beans.AttestationOperationsSession.updateResponses(Unknown Source)
         at sun.reflect.GeneratedMethodAccessor1129.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
         at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
         at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
         at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)
         at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
         at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
         at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
         at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
         at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
         at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
         at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
         at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
         at org.jboss.ejb.Container.invoke(Container.java:960)
         at sun.reflect.GeneratedMethodAccessor132.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
         at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
         at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
         at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
         at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
         at org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)
         at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118)
         at org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:209)
         at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:195)
         at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61)
         at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)
         at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:112)
         at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)
         at $Proxy744.updateResponses(Unknown Source)
         at Thor.API.Operations.AttestationOperationsClient.updateResponses(Unknown Source)
         at sun.reflect.GeneratedMethodAccessor1128.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at Thor.API.Base.SecurityInvocationHandler$1.run(Unknown Source)
         at Thor.API.Security.LoginHandler.jbossLoginSession.runAs(Unknown Source)
         at Thor.API.Base.SecurityInvocationHandler.invoke(Unknown Source)
         at $Proxy785.updateResponses(Unknown Source)
         at com.thortech.xl.schedule.tasks.tcTskSubmitAttestationRequets.execute(Unknown Source)
         at com.thortech.xl.scheduler.tasks.SchedulerBaseTask.run(Unknown Source)
         at com.thortech.xl.scheduler.core.quartz.QuartzWrapper$TaskExecutionAction.run(Unknown Source)
         at Thor.API.Security.LoginHandler.jbossLoginSession.runAs(Unknown Source)
         at com.thortech.xl.scheduler.core.quartz.QuartzWrapper.execute(Unknown Source)
         at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
         at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
    2012-03-02 15:23:55,885 ERROR [XELLERATE.SERVER] Class/Method: tcDataObj/eventPreInsert encounter some problems: Data Access Error
    com.thortech.xl.dataaccess.tcDataSetException: Data Access Error
         at com.thortech.xl.dataaccess.tcDataSet.executeQuery(Unknown Source)
         at com.thortech.xl.dataobj.tcDataSet.executeQuery(Unknown Source)
         at com.thortech.xl.dataaccess.tcDataSet.executeQuery(Unknown Source)
         at com.thortech.xl.dataobj.tcDataSet.executeQuery(Unknown Source)
         at com.thortech.xl.cache.CacheUtil.getSetCachedQuery(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.eventPostInsert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
         at com.thortech.xl.dataobj.tcTableDataObj.save(Unknown Source)
         at com.thortech.xl.dataobj.tcScheduleItem.insertImplementation(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
         at com.thortech.xl.attestation.AttestationEngine.attestTask(Unknown Source)
         at com.thortech.xl.attestation.AttestationEngine.updateResponses(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.AttestationOperationsBean.updateResponses(Unknown Source)
         at com.thortech.xl.ejb.beans.AttestationOperationsSession.updateResponses(Unknown Source)
         at sun.reflect.GeneratedMethodAccessor1129.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
         at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
         at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
         at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)
         at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
         at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
         at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
         at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
         at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
         at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
         at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
         at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
         at org.jboss.ejb.Container.invoke(Container.java:960)
         at sun.reflect.GeneratedMethodAccessor132.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
         at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
         at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
         at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
         at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
         at org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)
         at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118)
         at org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:209)
         at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:195)
         at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61)
         at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)
         at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:112)
         at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)
    Please help as its really urgent!

    Hey guys! 2 days and no replies yet. please help me with this.

  • Configuring requirement : ordered item to absorb cost of free goods

    Hello Friends,
    I need to configure this in SAP SD.
    The main item should accumulate the cost of the free goods.
    I have  set the cumulative indicator and deactivated pring for this item.
    Do i still need to configure the stock value for the free goods as cost free item? Or is this step only applicable for
    another scenario, like,
    If I were to activate Pricing such that free goods is displayed as subitem and VPRS configured as cost and discount set to 100%
    1. Set  Item category to TANN using FREE usage   AND
    2. use condition type RL00 with requirement 55.
    3. use pricing type B.
    regards
    Ravi

    Read this SAP help at http://help.sap.com/saphelp_47x200/helpdata/en/dd/55fa4e545a11d1a7020000e829fd11/frameset.htm and the topic Free Goods in Sales and Distribution Processing for details.
    Also go through each step of the configuration of the path at SPRO->Sales and distribution->basic functions->free goods.
    Regards,

  • Partner application configuration is missing error on SSO login page

    We have APEX 3.1.2 setup as a partner application and an application within APEX setup to use SSO for authentication. Following a link to the APEX application redirects to the Single Sign-On page, as it should, but it also shows "Error: The partner application configuration is missing or expired." I type in my password and username, click the Login button, and (if I entered my username and password correctly, of course!) then the APEX application is shown. So, I cannot figure out why we're getting the no_papp_err error and I have not found any solutions to that issue on Metalink or anywhere else on the Internet. Any ideas? I'm concerned that we have a misconfiguration somewhere that is causing this error and will affect any other partner application we setup in the future.
    We're on Oracle Portal 10.1.4, SSO 10.1.2, and SSL is setup on both infra and mid tiers.

    Did you try checking the partner application entries on the SSO-login server page?
    please login as orcladmin or some other user with membership in, i beleive, iasadmins group. verify that for this partner application, what you see here corresponds to the application URL. it looks like your login page call may have issues. so check for login url too.
    also check the ORASSO.WWSSO_LS_CONFIGURATION_INFO$ for entries corresponding to Apex application.

  • SharePoint Foundation 2013 - Search Configuration Issue - 2 App Servers and 2 Front-End Servers

    Hi, 
    We have a SharePoint Foundation 2013 with SP1 Environment. 
    In that, we have 2 Front-End Servers and 2 App Servers. In the Front-End Servers, the Search Service is stopped and is in Disabled state and in the 2 App Servers in One App Server, Search is Online and in another Search is Starting but goes to Stopped sooon
    after.
    Originally, we had only 1 App Server and we were running our Search Service and Search Service Application in that. Now since the index location became full and we were unable to increase the drive there, we added one more App Server and now the issue is
    Search is not properly getting configured in either of these App servers. What we want to do is run Search only in the new App Server, because we have a lot of storage space for Index locations here, but in the older App Server, not run Search at all.  We
    tried keeping the Search Service disabled and ran the below PowerShell Scripts, but none of the ones are working. These scripts are creating the Search Service Application, but the error of "Admin Component is not Online", "Could not connect
    to the machine hosting SharePoint 2013 admin component" is coming up. 
    http://www.funwithsharepoint.com/provision-search-for-sharepoint-foundation-2013-using-powershell-with-clean-db-names/
    http://blog.falchionconsulting.com/index.php/2013/02/provisioning-search-on-sharepoint-2013-foundation-using-powershell/
    http://blog.ciaops.com/2012/12/search-service-on-foundation-2013.html
    Can I get some help please?
    Karthick S

    Hi Karthick,
    For your issue, could you provide the
    detail error message of ULS log  to determine the exact cause of the error?
    For SharePoint 2013, by default, ULS log is at      
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS
    For troubleshooting your issue,  you can try to run the SharePoint Products Configuration Wizard on your WFE servers and run the script for configuring the search service on SharePoint
    Foundation:
    [string]$farmAcct = "DOMAIN\service_Account"
    [string]$serviceAppName = "Search Service Application"
    Function WriteLine
    Write-Host -ForegroundColor White "--------------------------------------------------------------"
    Function ActivateAndConfigureSearchService
    Try
    # Based on this script : http://blog.falchionconsulting.com/index.php/2013/02/provisioning-search-on-sharepoint-2013-foundation-using-powershell/
    Write-Host -ForegroundColor White " --> Configure the SharePoint Foundation Search Service -", $env:computername
    Start-SPEnterpriseSearchServiceInstance $env:computername
    Start-SPEnterpriseSearchQueryAndSiteSettingsServiceInstance $env:computername
    $appPool = Get-SPManagedAccount -Identity $farmAcct
    New-SPServiceApplicationPool -Name SeachApplication_AppPool -Account $appPool -Verbose
    $saAppPool = Get-SPServiceApplicationPool -Identity SeachApplication_AppPool
    $svcPool = $saAppPool
    $adminPool = $saAppPool
    $searchServiceInstance = Get-SPEnterpriseSearchServiceInstance $env:computername
    $searchService = $searchServiceInstance.Service
    $bindings = @("InvokeMethod", "NonPublic", "Instance")
    $types = @([string],
    [Type],
    [Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool],
    [Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool])
    $values = @($serviceAppName,
    [Microsoft.Office.Server.Search.Administration.SearchServiceApplication],
    [Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool]$svcPool,
    [Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool]$adminPool)
    $methodInfo = $searchService.GetType().GetMethod("CreateApplicationWithDefaultTopology", $bindings, $null, $types, $null)
    $searchServiceApp = $methodInfo.Invoke($searchService, $values)
    $searchProxy = New-SPEnterpriseSearchServiceApplicationProxy -Name "$serviceAppName - Proxy" -SearchApplication $searchServiceApp
    $searchServiceApp.Provision()
    catch [system.exception]
    Write-Host -ForegroundColor Yellow " ->> Activate And Configure Search Service caught a system exception"
    Write-Host -ForegroundColor Red "Exception Message:", $_.Exception.ToString()
    finally
    WriteLine
    ActivateAndConfigureSearchService
    Reference:
    https://sharepointpsscripts.codeplex.com/releases/view/112556
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected].
    Eric Tao
    TechNet Community Support

  • Problem when we created the managed server to configure different ports.

    I am trying to configure different ports for admin console and my communication service as we can’t share admin port to the outside world.
    So that only admin can access admin console using admin port.
    And out side clients can access my webapplication using different port.
    For this i have created the managed server in weblogic.and I deployed the application on managed server.
    Now admin server is running on 8001 port and my Communication Service application is running on 7001 port.
    But when I tried to configure MBeans related to myCommunicationServiceApplication those were disapper on admin console. And the other wlng services are appearing on admin console.
    1. Since my application deployed on managed server MBeans registration happened from myapplication hence it’s disappear on admin console.
    Now If I want to configure Mbeans (related to my communication service) how can I configure it?
    2. My communication service using configurationStore module and other wlng services.
    When I tried to start my application on managed server I got the below error:
    <Apr 28, 2009 12:22:44 PM IST> <Error> <Deployer> <BEA-149231> <dscp11166.TechMahindra.com> <Unable to set the activation state to true for the application 'wlng_nt_qualcomm_active_mediation [Version=1.0]'.
    com.bea.wlcp.wlng.api.storage.configuration.ConfigurationException: Configuration store module is not available.
    3. I tried to target all wlngResources to manged server by editing config.xml file.
    Then all wlng services disappears on admin console. If this is the case how can I configure container/account services on wlng?
    I have created the Basicweblogic domain.
    Below is the config.xml for reference.
    "QualcommServer" is managed server name.
    Can any one please suggest me how to configure this kind of scenarios?
    <server>
    <name>AdminServer</name>
    <machine>new_Machine_1</machine>
    <listen-port>8001</listen-port>
    <default-iiop-user>weblogic</default-iiop-user>
    <default-iiop-password-encrypted>{3DES}W8nBdoJPRZ8TkwcXwAZoxA==</default-iiop-password-encrypted>
    <listen-address>localhost</listen-address>
    </server>
    <server>
    <name>QualcommServer</name>
    <machine>new_Machine_1</machine>
    <listen-address>localhost</listen-address>
    <server-start>
    <java-vendor>Sun</java-vendor>
    <java-home>C:\Program Files\Java\jdk1.6.0</java-home>
    <class-path>C:\bea\wlng400\server\lib\weblogic.jar;C:\bea\wlng_pds400\lib\wlng\wlng.jar</class-path>
    <bea-home>C:\bea</bea-home>
    <username>weblogic</username>
    <password-encrypted>{3DES}W8nBdoJPRZ8TkwcXwAZoxA==</password-encrypted>
    </server-start>
    </server>
    <embedded-ldap>
    <name>managedserver</name>
    <credential-encrypted>{3DES}9q80YuFJueVVJxoWduJA1OGhbqk14EpgQWWyTrzlmxo=</credential-encrypted>
    </embedded-ldap>
    <configuration-version>10.0.1.0</configuration-version>
    <app-deployment>
    <name>wlng_nt_session#4.0</name>
    <target>QualcommServer</target>
    <module-type>ear</module-type>
    <source-path>C:\bea\wlng400/applications/wlng_nt_session.ear</source-path>
    <security-dd-model>CustomRolesAndPolicies</security-dd-model>
    </app-deployment>
    <app-deployment>
    <name>interceptors</name>
    <target>QualcommServer</target>
    <module-type>ear</module-type>
    <source-path>C:\bea\wlng400/applications/interceptors.ear</source-path>
    <security-dd-model>CustomRolesAndPolicies</security-dd-model>
    </app-deployment>
    <app-deployment>
    <name>wlng_prm</name>
    <target>QualcommServer</target>
    <module-type>ear</module-type>
    <source-path>C:\bea\wlng400/applications/wlng_prm.ear</source-path>
    <security-dd-model>CustomRolesAndPolicies</security-dd-model>
    </app-deployment>
    <app-deployment>
    <name>wlng_nt_qualcomm_active_mediation#1.0</name>
    <target>QualcommServer</target>
    <module-type>ear</module-type>
    <source-path>servers\AdminServer\upload\wlng_nt_qualcomm_active_mediation.ear</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    </app-deployment>
    <machine>
    <name>new_Machine_1</name>
    <node-manager>
    <name>new_Machine_1</name>
    <listen-address>localhost</listen-address>
    </node-manager>
    </machine>
    <jms-server>
    <name>JMSServer-AdminServer</name>
    <target>AdminServer</target>
    </jms-server>
    <jms-system-resource>
    <name>WLNGJMSResource</name>
    <target>QualcommServer</target>
    <descriptor-file-name>jms/wlng-jms.xml</descriptor-file-name>
    </jms-system-resource>
    <custom-resource>
    <name>networktier</name>
    <target>AdminServer</target>
    <descriptor-file-name>custom/nt.xml</descriptor-file-name>
    <resource-class>com.bea.wlcp.wlng.management.descriptor.resource.WlngTierResource</resource-class>
    <descriptor-bean-class>com.bea.wlcp.wlng.management.descriptor.bean.WlngTierBean</descriptor-bean-class>
    </custom-resource>
    <custom-resource>
    <name>wlng-edr</name>
    <target>AdminServer</target>
    <descriptor-file-name>custom/wlng-edr.xml</descriptor-file-name>
    <resource-class>com.bea.wlcp.wlng.management.descriptor.resource.WlngEdrResource</resource-class>
    <descriptor-bean-class>com.bea.wlcp.wlng.management.descriptor.bean.WlngEdrBean</descriptor-bean-class>
    </custom-resource>
    <admin-server-name>AdminServer</admin-server-name>
    <jdbc-system-resource>
    <name>wlng.datasource</name>
    <target>QualcommServer</target>
    <descriptor-file-name>jdbc/wlng-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    <jdbc-system-resource>
    <name>wlng.localTX.datasource</name>
    <target>QualcommServer</target>
    <descriptor-file-name>jdbc/wlng-localTX-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    Thanks,
    Srinu Babu P

    Dear Nariharan,
    Today I faced a simlar issue, and this SAP Note helped me fix it: 1966807 - Duplication of AET table records in change processing
    In my case, cardinality of AET table was 1:1, and I was getting duplicate PARENT_ID every time when trying to create a subsequent service request for my activity.
    Regards,
    Andrew

  • I am trying to configure two WRV200 from 2 different loca...

    I am trying to configure two WRV200 from 2 different location and ADSL
    accounts. One location has PPPoE and the other has PPPoA. Both of it are
    having a Speedtouch 356 6V modem. The router which using PPPoE and having a DDNS from TZO.com has no problem with the Quick VPN but the router which using a PPPoA connection could not able to connect even the quick VPN.
    There is an option to ridirect the Public IP of Speedtouch to other network device and I manage to configure it and now my router who is having a PPPoA connection has a Public IP. But still the same problem VPN still not working.
    Is there any chance that I could make this router work with the PPPoA connection. I will really appreciate if somebody could help me with this problem.

    Sorry for making you confuse. Here is the VPN log details of the 2 routers.
    Router 1:
    000 "TunnelA": srcip=unset; dstip=unset; srcup=ipsec _updown; dstup=ipsec _updown;
    000 "TunnelA": ike_life: 28800s; ipsec_life: 3600s; rekey_margin: 5s; rekey_fuzz: 100%; keyingtries: 5
    000 "TunnelA": policy: PSK+ENCRYPT+TUNNEL+PFS+UP+AGGRESSIVE; prio: 24,24; interface: eth0; 000 "TunnelA": dpd: action:hold; delay:30; timeout:120;
    000 "TunnelA": newest ISAKMP SA: #0; newest IPsec SA: #0;
    000 "TunnelA": IKE algorithms wanted: 5_000-1-2, flags=strict
    000 "TunnelA": IKE algorithms found: 5_192-1_096-2,
    000 "TunnelA": ESP algorithms wanted: 3_000-1, flags=strict
    000 "TunnelA": ESP algorithms loaded: 3_000-1, flags=strict
    000 #12: "TunnelA":500 STATE_AGGR_I1 (sent AI1, expecting AR1); EVENT_RETRANSMIT in 9s; nodpd
    000 #12: pending Phase 2 for "TunnelA" replacing #0
    Router 2:
    000 "TunnelA": srcip=unset; dstip=unset; srcup=ipsec _updown; dstup=ipsec _updown;
    000 "TunnelA": ike_life: 28800s; ipsec_life: 3600s; rekey_margin: 540s; rekey_fuzz: 100%; keyingtries: 3
    000 "TunnelA": policy: PSK+ENCRYPT+TUNNEL+UP+AGGRESSIVE; prio: 24,24; interface: ppp0;
    000 "TunnelA": dpd: action:restart; delay:30; timeout:120;
    000 "TunnelA": newest ISAKMP SA: #0; newest IPsec SA: #0;
    000 "TunnelA": IKE algorithms wanted: 5_000-1-2, flags=strict
    000 "TunnelA": IKE algorithms found: 5_192-1_096-2,
    000 "TunnelA": ESP algorithms wanted: 3_000-1, flags=strict
    000 "TunnelA": ESP algorithms loaded: 3_000-1, flags=strict
    000 #3: "TunnelA":500 STATE_AGGR_I1 (sent AI1, expecting AR1); EVENT_RETRANSMIT in 8s; nodpd
    000 #3: pending Phase 2 for "TunnelA" replacing #0
    Hope this could help you.

  • Payment Terms configuration

    Dear Friends,
    I have 2 queries -
    1. Can we configured the Payment Terms which will enable while invoicing to create the multiple line item while Invoice Posting ( accounting entry ) say, while doing MIRO / FB60 transaction. And one of those would go to Special GL. e.g. we have to deduct the Retention Money @ 5% from Invoice Amount and we are using one of Special GL for Retention money so can i configure the Payment Term as -
    1. 95%       -
    60 Days
    2. 5%        -
    365 Days
    So here 2 ( 5% ) will be posted as Special GL item while Invoice Entry.
    ( Currently we are transferring those entries to special gl manually using T code - F-02 from Vendor Open items )
    2. We have configured the number of Payment Terms but sometimes negotiated Terms does fall into the category of existing Payment Terms and it is not possible to create the Payment Terms for such requirement. So can we configure one Payment Term which will be editable while Purchase ORder Creation or Invoicing ( like payment term with "OTHERS" would be created and initially it would be configured for 0 Days and those would be edited while making Purchase Order as per requirement.
    Since this is affecting our Ageing Analysis and Payment Due Report as both are based on  Payment Terms in PO.
    If anyone has solution pls suggest the way to do it . will assign full marks if gets solution.
    Thanks in advance.
    PS

    Hi
    I think we can't maintain cash discounts more than two %.
    Goto OBB8, choose account type customer/vendor.
    goto payment terms segment.  1)  3%  days 0  2) 2% days 15.
    3) we can enter %, only days. it means no cash discount.
    Regards,
    Chandra

  • How to configure oracle listener profile for multiple oracle database

    Hi,
    I am going to install solution manager system in the same server of ERP EHP4 on Windows. Both DB are oracle.
    I'd like to know how to configure listener in this kind of envirnmonent.
    a. use two listener and different ports
    b. use same listener but different ports
    c. use same listener and same port
    Which is the correct mothed?
    And, after installation, there seem three set of profiles of listten, one for ERP, one for SLM, and the other for OS?(%windir%system32), which one is functional?
    Please advise.
    Thanks a lot.
    Regards,
    Alex

    Hi,
    standard installation is creating new configs for listener for each instance.
    I would recommend to use one listener per each instance.
    YOU CAN NOT HAVE one port number for two differnet systems!
    If you want to use one listener than you must adapt tnsnames.ora, listener.ora and ensure that both systems will use different port numbers.
    For example PORT= 15<system number>
    Peter

Maybe you are looking for

  • Issue with BADI for ALE

    Hi, I have a requirement where we need to incorporate a Talent group functionality in BADI. We are not using the SAP standard functionality of talent group, though we are customising the BADI, method HRRCF_CAND_FROM_EE_ALE  in class CL_HRRCF_EMPLOYEE

  • Font "Verdana" is not working - Oracle forms 11g

    OS : Windows XP 32 bits - SP 3 Forms : 11.1.2.0 - Development I'm using the font "Verdana" for some items in a form. When i test it, forms keeps using another font (arial). However, other fonts do work. These are the lines in the registry.dat file: d

  • Problem connecting BB 8900 to Alt-N MDaemon BES/BIS

    Hello Everyone, I have recently upgraded our mail server to MDaemon 12 Blackberry Edition. This gives us the functionality for BES and BIS. So, in order to test the platform I have a user that has a Blackberry Curve 8900. I tried following the direct

  • Deleting song duplicates

    For some reason, each time I connect my iPod, some of my songs double, triple, quadruple etc. Is there a way to delete them without doing it one at a time through over 4,000 songs?

  • Copying content from one frame to another frame

    Hi All, In my application, i want popup frame to enter the values when clicking the mouse(Double Click). I open the new frame by using the following code JFrame frame = new NewJFrame("PopUp Frame"); frame.setDefaultCloseOperation(JFrame.HIDE_ON_CLOSE