Custom finch.service systemd script - No screens found

I'm trying to write a systemd script so that I can automatically start finch (a non-graphical chat client based on libpurple).when I boot.  I want to put finch in a screen session as my user.  Here's my current finch.service.
/etc/systemd/system/finch.service
[Unit]
Description=finch Service
After=network.target
[Service]
Type=forking
User=keatts
ExecStart=/usr/bin/screen -dmS finch /usr/bin/finch
ExecStop=/usr/bin/screen -S finch -X quit
[Install]
WantedBy=multi-user.target
When I run systemctl start finch as root, systemctl runs without error.  Upon running systemctl finch status, I get this output.
finch.service - finch Service
Loaded: loaded (/etc/systemd/system/finch.service; disabled)
Active: failed (Result: exit-code) since Sun, 2012-12-16 08:36:17 EST; 34min ago
Process: 16854 ExecStop=/usr/bin/screen -S finch -X quit (code=exited, status=1/FAILURE)
Process: 16851 ExecStart=/usr/bin/screen -dmS finch /usr/bin/finch (code=exited, status=0/SUCCESS)
Main PID: 16852 (code=exited, status=0/SUCCESS)
CGroup: name=systemd:/system/finch.service
Dec 16 08:36:17 Colossus systemd[1]: Starting finch Service...
Dec 16 08:36:17 Colossus systemd[1]: Started finch Service.
Dec 16 08:36:17 Colossus screen[16854]: No screen session found.
Dec 16 08:36:17 Colossus systemd[1]: Unit finch.service entered failed state
As you can see, I get No screen session found..  I don't know why it would be doing that, because my screen command should be creating a new screen, not looking for one that exists.  If I run my screen -dmS command as a regular user, it runs fine, so I'm not sure what's different between that and my systemd service.  Also, I don't think the status=1/FAILURE on the ExecStop line is important, because if I comment out ExecStop in the finch.service file, I still get No screen session found.
Any advice or help would be greatly appreciated.  Thanks.

On the IRC, sledgehammer told me that I should create a systemd service file for screen and handle all the finch stuff in my .screenrc file.
I found a screen systemd service on Arch wiki (https://wiki.archlinux.org/index.php/Sy … ces#screen) and put the following in my .screenrc.
startup_message off
escape ^a^a
screen -t finch 0 finch
I can run screen and finch starts up automatically.  I can also run systemctl enable [email protected] without error, but  the screen session never shows up.  The systemd script on Arch wiki isn't working for me.  Any ideas?
EDIT: Well, the problem is no longer related to finch at all, the problem is just getting the screen systemd service on Arch wiki to work, so I'll create a new thread for that.
Last edited by keatts (2012-12-17 15:22:54)

Similar Messages

  • Kernel update (3.9.5-1) causes graphics issues, X11 "no screens found"

    Earlier I updated my system with pacman -Syu. Everything went smoothly. I rebooted and immediately noticed something was wrong with the console framebuffer - printing and scrolling are very, very slow and jerky, an error flashed by after fsck too quickly to read (since disappeared), and startx gave me the "no screens found" error. I do not have any custom X11 configuration.
    This is an MSi laptop with the (awful) nVidia Optimus (hardware mux).
    IGP is an Intel Ivybridge Mobile (GT2), don't know the exact chipset model, X logs indicate it's the i965.
    DGP is an NVIDIA GK104M (GeForce GTX 675MX).
    (New) Kernel: 3.9.5-1-ARCH #1 SMP PREEMPT ... x86_64
    (Old) Kernel: 3.9.4-1 ...
    I should mention that I use the acpi_call package to shut the DGP down, the command runs automatically at boot (but does not work! An AE_CALL error message is given, I have to run the turn_off_gpu.sh script manually after login). Nouveau is still being loaded into the kernel, regardless. I have tried removing the .conf file used by acpi_call from /etc/modules-load.d/, there was no effect. I also tried downgrading from the latest xf86-intel driver package, again, no effect - under either kernel. Additionally I tried using nomodeset and i915.modeset = 1 kernel parameters (which were necessary with a previous kernel version or Arch was unbootable, but not with 3.9.4-1). No effect. Each change was followed by a reboot, just to be sure. Systemd is loading everything normally except that it complains of no display-manager service ... because there isn't one.
    It may be trying to use the DGP, for which there are no drivers installed, as I have no desire to use that card with Linux, ever; I've no idea why/how a kernel update would change this, as I mentioned I have nothing fancy going on with kernel 3.9.4-1 and the graphics setup and X11 work just fine out of the box.
    Thanks in advance for you help.

    No, the i915.modeset parameter was necessary with an older kernel.
    I've now also tried kernel 3.9.6-1 and nvidia drivers, with AND without an xorg 10-monitor.conf file. Running kernel 3.9.6-1 seems to fix the console framebuffer issue, but the "no screens found" issue remains, xserver logs complain of not being to find intel module when using nvidia drivers (which require removal of intel drivers), and both sudo and netctl are broken - logs list pam-unix "conversation failed" error and time-out/failed dependency waiting for wplXXX - the wireless NIC - to start.
    Just to see, I tried the nvidia drivers with kernel 3.9.4-1 and got the "no screens found" error.
    Because I couldn't access the internet under kernel 3.9.6-1, I didn't get to test it with nouveau but I can't see how that would be any different - it has no Optimus support, anyway.
    One more probably unrelated thing: all indicator LEDs (except power button) and touch-button LEDs no longer light up, under 3.9.4-1 with no changes to packages in a few days.
    I'm stumped.

  • [ABANDONED]No screens found with radeon driver

    I had a working system that used the radeon driver, and then the drivers and x server updated. When I first booted my old xorg.conf sort of worked, but the keyboard and mouse were not detected properly and did not work at all, so I removed my xorg.conf because it was "no longer necessary with the open source drivers". Now I get the error "no screens found" whenever I try to start the x server with startx, Same result with an autogened xorg,conf
    The computer has two Radeon HD 7770s
    Normally it is booted up with an arch install running the fglrx driver, and the system running the open source radeon driver is a fallback system used for maintenance purposes and test the radeon driver.
    here is my xorg.log
    [ 75.367]
    X.Org X Server 1.16.0
    Release Date: 2014-07-16
    [ 75.367] X Protocol Version 11, Revision 0
    [ 75.367] Build Operating System: Linux 3.15.5-2-ARCH x86_64
    [ 75.367] Current Operating System: Linux Blue-Arch 3.15.7-1-ARCH #1 SMP PREEMPT Mon Jul 28 20:06:17 CEST 2014 x86_64
    [ 75.367] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=23bad0db-42e2-4c50-9551-cd4e4ae36f4b rw init=/usr/lib/systemd/systemd
    [ 75.367] Build Date: 25 July 2014 10:42:31PM
    [ 75.367]
    [ 75.367] Current version of pixman: 0.32.6
    [ 75.368] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 75.368] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 75.368] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jul 28 20:11:59 2014
    [ 75.481] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 75.481] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 75.525] (==) No Layout section. Using the first Screen section.
    [ 75.525] (==) No screen section available. Using defaults.
    [ 75.525] (**) |-->Screen "Default Screen Section" (0)
    [ 75.525] (**) | |-->Monitor "<default monitor>"
    [ 75.540] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 75.540] (**) | |-->Device "Radeon"
    [ 75.540] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 75.540] (==) Automatically adding devices
    [ 75.540] (==) Automatically enabling devices
    [ 75.540] (==) Automatically adding GPU devices
    [ 75.662] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 75.662] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 75.662] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 75.671] (II) Loader magic: 0x818d80
    [ 75.671] (II) Module ABI versions:
    [ 75.671] X.Org ANSI C Emulation: 0.4
    [ 75.671] X.Org Video Driver: 18.0
    [ 75.671] X.Org XInput driver : 21.0
    [ 75.671] X.Org Server Extension : 8.0
    [ 75.673] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
    [ 75.674] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 75.674] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
    [ 75.675] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 75.675] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 11 paused 0
    [ 75.678] (--) PCI:*(0:1:0:0) 1002:683d:174b:e244 rev 0, Mem @ 0xd0000000/268435456, 0xfd680000/262144, I/O @ 0x0000be00/256, BIOS @ 0x????????/131072
    [ 75.679] (--) PCI: (0:6:0:0) 1002:683d:174b:e244 rev 0, Mem @ 0xc0000000/268435456, 0xfd780000/262144, I/O @ 0x00009e00/256, BIOS @ 0x????????/131072
    [ 75.679] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 75.679] (II) LoadModule: "glx"
    [ 75.720] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 75.750] (II) Module glx: vendor="X.Org Foundation"
    [ 75.750] compiled for 1.16.0, module version = 1.0.0
    [ 75.750] ABI class: X.Org Server Extension, version 8.0
    [ 75.750] (==) AIGLX enabled
    [ 75.750] (II) LoadModule: "radeon"
    [ 75.801] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 75.817] (II) Module radeon: vendor="X.Org Foundation"
    [ 75.817] compiled for 1.16.0, module version = 7.4.0
    [ 75.817] Module class: X.Org Video Driver
    [ 75.817] ABI class: X.Org Video Driver, version 18.0
    [ 75.817] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO2, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
    OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, HAINAN, HAINAN, HAINAN,
    HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
    BONAIRE, BONAIRE, BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI,
    KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
    KABINI, KABINI, KABINI, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
    MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
    MULLINS, MULLINS, MULLINS, MULLINS, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII,
    HAWAII, HAWAII, HAWAII, HAWAII, HAWAII
    [ 75.825] (++) using VT number 11
    [ 75.855] (II) [KMS] Kernel modesetting enabled.
    [ 75.855] (II) [KMS] Kernel modesetting enabled.
    [ 75.855] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 75.855] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 75.855] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 75.855] (==) RADEON(0): Default visual is TrueColor
    [ 75.855] (==) RADEON(0): RGB weight 888
    [ 75.855] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 75.855] (--) RADEON(0): Chipset: "VERDE" (ChipID = 0x683d)
    [ 75.855] (EE) RADEON(0): [drm] failed to set drm interface version.
    [ 75.855] (EE) RADEON(0): Kernel modesetting setup failed
    [ 75.855] (II) UnloadModule: "radeon"
    [ 75.855] (==) RADEON(G0): Depth 24, (--) framebuffer bpp 32
    [ 75.855] (II) RADEON(G0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 75.855] (==) RADEON(G0): Default visual is TrueColor
    [ 75.855] (==) RADEON(G0): RGB weight 888
    [ 75.855] (II) RADEON(G0): Using 8 bits per RGB (8 bit DAC)
    [ 75.855] (--) RADEON(G0): Chipset: "VERDE" (ChipID = 0x683d)
    [ 75.855] (EE) RADEON(G0): [drm] failed to set drm interface version.
    [ 75.855] (EE) RADEON(G0): Kernel modesetting setup failed
    [ 75.855] (II) UnloadModule: "radeon"
    [ 75.856] (EE) Screen(s) found, but none have a usable configuration.
    [ 75.856] (EE)
    Fatal server error:
    [ 75.856] (EE) no screens found(EE)
    [ 75.856] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 75.856] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 75.856] (EE)
    [ 75.876] (EE) Server terminated with error (1). Closing log file.
    Last edited by l0vot (2014-12-10 06:05:10)

    Xorg-server 1.16 now allows to start X rootless when some conditions are met.
    https://www.archlinux.org/news/xorg-ser … available/ gives more details.
    Look at /usr/bin/Xorg , it's now  a shell script that checks if Xorg.wrap exists, and starts it if it does.
    Xorg.wrap then tries to determine whether rootless X is possible (using startx & KMS-capable videodriver satisfy that requirement) , if so it uses logind to start X rootless.
    (starting this way can break error redirection and adding options to startx).
    There are 2 ways to change the behaviour i know off :
    1.
    Create /etc/X11/Xwrapper.config file and use that to configure Xorg.wrap .
    Details about that file are on the Xorg.wrap manpage .
    For some users that's enough to get X working again, for others it's not .
    2.
    Modify /usr/bin/Xorg so it always starts Xorg.bin .
    Any update to xorg-server will offcourse undo this change.
    I suggest you start with 1.

  • Xperia z1: a BAD BAD experience regarding customer care, service center and sony india.

    I have bought a xperia Z1 at 29th march 2014. I was very happy after buying it but after 2 months it becomes a trouble for me. after 2 months of purchasing i found a sensor problem occured in the phone, due to which auto rotate function was not responding. i submitted my mobile and after 7 days i got a new one. but unfortunately my mobile slipped from my pocket and fell down on floor, because of that my mobile phone screen gor a crack. since it was under accidental warranty i submitted my mobile phone to the service centre and they told me that they have sent the application for approval at 21st july. later on 23rd morning i got information from customer care, that my application has ben rejected. again at 23rd july they told me that they have again submitted the application an will revert in 2 days.
    after 2 days i.e. at 25th they told me that there is no answer from sony india head office due to which they are unable to provide me standby. after a long argument with service head at customer care, service centre provided me a stand by, till i was using nokia 1100  . the biggest problem arised yesterday i.e 4th aug, when i called at service centre they told me that there is no approval and same word was on behalf of service center.
    its been more than 15 days and the service center told me that i'll have my mobile after 15 days. now i'm losing my temper , no clear solution is provided to me and still i have no info about the application they have sent. this my message to aware all about the bad services provided to me by (don't know personally i.e service center/customer care/sony india). this is clear warning if i doesn't have my mobile within 7 days, i'm gonna complaint to consumer court.

    Hi and welcome to the community! Since you're new please be sure that you have checked out our Discussion guidelines.
    Unfortunately there isn't really much I can do to help you out. These matters are handled by the Local support.
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • Xorg error: no screens found

    Hello,
    After having some problems with the glibc upgrade, I finally been able to complete the switch from /lib to /usr/lib.
    Anyway, unfortunately even if now I can boot smoothly I encounter a problem after the login. Basically, after inserted username and password, selected to boot the XFCE Desktop Environment in CMD (Login Manager) I receive an error which tells me:
    Check to see if you are wrapping your session with ck-launch-session or increase the timeout.
    So, I've tried to boot manually typing this commands:
    # xinit
    # startxfce4
    # startxfce4 with-ck-launch
    but every time it returns me this error:
    X.Org X Server 1.12.3
    Release Date: 2012-07-09
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.4.4-3-ARCH i686
    Current Operating System: Linux gianluca-laptop 3.4.5-1-ck #1 SMP PREEMPT Mon Jul 16 19:56:55 EDT 2012 i686
    Kernel command line: root=/dev/disk/by-uuid/2bef0cce-027d-44fa-a086-056c390cd847 ro quiet vga=773 init=/bin/systemd elevator=bfq pcie_aspm=force i915.i915_enable_rc6=1
    Build Date: 9 July 2012 04:03:16 PM
    Current version of pixman: 0.26.2
    Before reporting problems, check http://wiki.x.org to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time Sat Jul 28 21:16:14 2012
    (==) using config directory: "/etc/X11/xorg.conf.d"
    Fatal server error:
    no screens found
    Please consult the The X.Org Foundation support at http://wiki.x.org for help.
    Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    Server terminated with error (1). Closing log file.
    xinit: giving up
    xinit: unable to connect to X server: Connection refused
    xinit: server error
    Could it be related to glibc? I think so.
    Before the upgrade of glibc the system used to start smoothly, without any problem before or after the login.
    I'm going to post the /var/log/Xorg.0.log in a couple of days. I want to apologise from the beginning for this inconvenient but the only other way to access the internet for me is by a BlackBerry, and I cannot imagine how to save the Xorg log in the BlackBerry for copy it and post it in the forum. Ok, I can use the BB as an USB stick, but I prefer not risk doing something I'm not able to do, whilst on Monday I can do it comfortably in a library.
    If it can help, in my system is installed the package xf86-video-intel 2.20.2-2, the xorg drivers for my hardware.
    Thank you for your time,
    Gianluca

    DSpider wrote:
    https://wiki.archlinux.org/index.php/Xfce
    exec startxfce4 --with-ck-launch
       ^ At the end of your ~/.xinitrc.
    Good morning,
    I've already edited the .xinitrc when upgraded to XFCE 4.10, so unfortunately it isn't the cause of the problem.
    $ systemctl -- failed
    UNIT LOAD ACTIVE SUB JONB DESCRIPTION
    proc-sys-fs-binfmt_misc.automount loaded failed failed Arbitrary Executable File Formats File System Automount Point
    LOAD = Reflects whether the unit definition was properly loaded.
    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
    SUB = The low-level unit activation state, values depend on unit type.
    JOB = Pending job for the unit.
    1 units listed. Pass --all to see inactive units, too.
    If I check with 'systemctl -a' I can see that also the units 'auditd.service' 'display-manager.service' 'plymouth-quit-wait.service' 'plymounth-start.service' 'rc-local.service' 'syslog.service' have errors when loaded. All of them are LOAD=error, ACTIVE=inactive and SUB=dead.

  • Open letter to Verizon Wireless Management and Customer No-Services

    After more than 10 years as a customer of Verizon Wireless, I have recently encountered several situations that have caused me to begin the process of changing my service provider to another company. Verizon has "zero" loyalty or appreciation of its existing customers; they have poor, and in one particular case, rude customer no-service representatives and policies.
    I purchased a new smart phone for my college daughter. Of course, activation of this new phone required the purchase of a data plan, even though she doesn't need or intend to use data services. (That's fine; I was aware of  this cost even though I believe it to be over-priced). In addition, they also required a $30 fee for signing a new contract. Seriously? Are you kidding me? A fee for the "privilege" of signing a contract with the big, powerful, arrogant Verizon? I don't want a contract in the first place; it is Verizon that wants the contract. They should pay me for signing a contract. I could understand a fee for a new account setup (not really, but it makes a little sense) but a fee for an existing multi-line, long-time customer where the paperwork is nothing more than a mere mouse click of  the "I Agree" button?
    So, the daughter gets her new phone with 24 months of data (for the low, low price of 25 months.... yea right). We take her old phone, which she has had for several years, and decide to use it on another of the lines in our family plan because it has a qwerty keyboard. Now, I learn that I have to sign up for a data plan to use this old phone on a different line. This phone has been in service for several years with no data plan but now I have to have a data plan to use it?  What the **** ??? I only wanted to use the phone for voice calls and a few texts. I have no need for data. This phone, an ENV3, is not well suited for data services anyway. (No, I won't be using this old phone after all.)
    Companies such as yours dream up  junk fees; this one amounts to $1.25 per month additional revenue. They do this as a way of increasing revenue while advertising a lower price, ie advertise $30.00 per month but actually charge $31.25. I suppose they all pat themselves on the back and start counting all the new-found money. The management is so stupid and arrogant that they do not realize what the long-term impact could be. In this particular case, the end result shall be the net loss of $250.00 per month in revenue. I know that you don't care; that is painfully obvious and clear.
    Well Mr. Verizon, you may consider this to be my official letter of resignation. Consider me gone, done, history. I don't need you, your arrogance, or your over-priced services. I currently pay nearly $250/mo to your company for six phone lines, four of which are "very lightly" used for calls and and a few text only. Personally, on my line,  I do nothing but make and/or receive an average of  two  3-minute calls per week. I put up with a lot of crap making my money; I do not have to tolerate any when spending it. I WILL be taking ALL my business elsewhere. Four of my lines are currently month-to-month with no contract. I will be moving these to another provider in the coming week. The remaining ones will be moved upon expiration of their respective contracts.
    Cheers

    Verizon has no obligation to respect your "loyalty." They do, however, have an obligatory fiduciary duty to their investors, hence the "upgrade" fees, "line access" fees, "regulatory recovery" fees, data plan "repuirements", and data caps, none of which are intended to buy YOU anything. They are assessed primarily to provide profits to them and dividends to their investors, along with a source of capital expenditure for their network expansion whose sole purpose is to attract more customers to provide more revenue streams to meet their aforementioned fiduciary duty to serve their executives and investors ever greater profits and dividends. And in this country, that is ALL this wireless game is about. EVERYTHING else, be it customer service, value of service, loyalty or anything else, is secondary. 
    And you think other carriers are any different? Nope. They all are in this for the exact same game, however they choose to play it, plan for plan, fee for fee. Sure, details differ, some plans might look more appealing and for some, prudent shopping around might even net some nominal cost savings, but all in all, they pretty much charge the same fees and require the same data plans, because that's where the big bucks are, and one way or another you will pay them or you will do without (which might be a blessing in disguise).
    I personally don't like this any more than you do, and I would favor strong federal regulatory oversight much as they have in Europe Latin America and Asia, along with homogenized network infrastructure which stimulates competition by allowing easy interoperability of phones and devices irrespective of carrier, but I fear it will be a cold day in hell before we ever see the likes of that here. According Republican thinking, that's just not the "American Way."

  • Can't run secondary X server, no screens found

    I have been without using separate X server for a while, now I need them and it seems that something changed with Xorg 1.16
    I used to run them with
    xinit 'appname' -- : 1 vt$XDG_VTNR
    Now there was a permission error (only console users could run X server), I fixed it with allowed_users = anybody on /etc/X11/Xwrapper.config
    But now I got no screens found error, xorg.conf is fine (because my DE works fine)
    This is the error displayed:
    X.Org X Server 1.16.1
    Release Date: 2014-09-21
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.16.1-1-ARCH x86_64
    Current Operating System: Linux julio-linux 3.16.4-1-ARCH #1 SMP PREEMPT Mon Oct 6 03:47:04 UTC 2014 x86_64
    Kernel command line: BOOT_IMAGE=/boot/vmlinuz-314-x86_64 root=UUID=18d2c6d8-796c-4f1c-8eb7-490b99cbc906 rw resume=/dev/disk/by-uuid/3ceb11da-6421-4f7a-bfe3-7ca568eb194c
    Build Date: 21 September 2014 10:53:13AM
    Current version of pixman: 0.32.6
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.10.log", Time: Mon Oct 13 20:16:54 2014
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    (EE)
    Fatal server error:
    (EE) no screens found(EE)
    (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    (EE) Please also check the log file at "/var/log/Xorg.10.log" for additional information.
    (EE)
    (EE) Server terminated with error (1). Closing log file.
    This is /var/log/Xorg.10.log file:
    [ 709.054]
    X.Org X Server 1.16.1
    Release Date: 2014-09-21
    [ 709.054] X Protocol Version 11, Revision 0
    [ 709.054] Build Operating System: Linux 3.16.1-1-ARCH x86_64
    [ 709.054] Current Operating System: Linux julio-linux 3.16.4-1-ARCH #1 SM
    P PREEMPT Mon Oct 6 03:47:04 UTC 2014 x86_64
    [ 709.054] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-314-x86_64 root=UUID=
    18d2c6d8-796c-4f1c-8eb7-490b99cbc906 rw resume=/dev/disk/by-uuid/3ceb11da-6421-4
    f7a-bfe3-7ca568eb194c
    [ 709.054] Build Date: 21 September 2014 10:53:13AM
    [ 709.054]
    [ 709.054] Current version of pixman: 0.32.6
    [ 709.054] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 709.054] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 709.054] (==) Log file: "/var/log/Xorg.10.log", Time: Mon Oct 13 20:16:54 20
    14
    [ 709.055] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 709.055] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 709.055] (==) ServerLayout "Layout0"
    [ 709.055] (**) |-->Screen "Screen0" (0)
    [ 709.055] (**) | |-->Monitor "Monitor0"
    [ 709.055] (**) | |-->Device "Device0"
    [ 709.055] (**) |-->Input Device "Keyboard0"
    [ 709.055] (**) |-->Input Device "Mouse0"
    [ 709.055] (==) Automatically adding devices
    [ 709.055] (==) Automatically enabling devices
    [ 709.055] (==) Automatically adding GPU devices
    [ 709.055] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 709.055] Entry deleted from font path.
    [ 709.055] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 709.055] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 709.055] Entry deleted from font path.
    [ 709.055] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 709.055] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/
    [ 709.055] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 709.055] (**) Extension "Composite" is enabled
    [ 709.055] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 709.055] (WW) Disabling Keyboard0
    [ 709.055] (WW) Disabling Mouse0
    [ 709.055] (II) Loader magic: 0x818d80
    [ 709.055] (II) Module ABI versions:
    [ 709.055] X.Org ANSI C Emulation: 0.4
    [ 709.055] X.Org Video Driver: 18.0
    [ 709.055] X.Org XInput driver : 21.0
    [ 709.055] X.Org Server Extension : 8.0
    [ 709.058] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
    [ 709.058] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 709.059] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 1
    [ 709.059] (EE) Error systemd-logind returned paused fd for drm node
    [ 709.059] (II) systemd-logind: releasing fd for 226:0
    [ 709.060] (--) PCI:*(0:1:0:0) 10de:0de0:1458:3518 rev 161, Mem @ 0xf9000000/16777216, 0xd0000000/268435456, 0xee000000/3355
    4432, I/O @ 0x0000ef00/128, BIOS @ 0x????????/524288
    [ 709.060] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 709.061] (II) LoadModule: "glx"
    [ 709.061] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 709.073] (II) Module glx: vendor="NVIDIA Corporation"
    [ 709.074] compiled for 4.0.2, module version = 1.0.0
    [ 709.074] Module class: X.Org Server Extension
    [ 709.074] (II) NVIDIA GLX Module 343.22 Thu Sep 11 15:55:13 PDT 2014
    [ 709.074] (II) LoadModule: "nvidia"
    [ 709.074] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 709.074] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 709.074] compiled for 4.0.2, module version = 1.0.0
    [ 709.074] Module class: X.Org Video Driver
    [ 709.074] (II) NVIDIA dlloader X Driver 343.22 Thu Sep 11 15:34:47 PDT 2014
    [ 709.074] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 709.074] (--) using VT number 3
    [ 709.152] (II) Loading sub module "fb"
    [ 709.152] (II) LoadModule: "fb"
    [ 709.152] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 709.152] (II) Module fb: vendor="X.Org Foundation"
    [ 709.152] compiled for 1.16.1, module version = 1.0.0
    [ 709.152] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 709.152] (II) Loading sub module "wfb"
    [ 709.152] (II) LoadModule: "wfb"
    [ 709.152] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 709.152] (II) Module wfb: vendor="X.Org Foundation"
    [ 709.152] compiled for 1.16.1, module version = 1.0.0
    [ 709.152] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 709.152] (II) Loading sub module "ramdac"
    [ 709.152] (II) LoadModule: "ramdac"
    [ 709.152] (II) Module "ramdac" already built-in
    [ 709.153] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 709.153] (==) NVIDIA(0): RGB weight 888
    [ 709.153] (==) NVIDIA(0): Default visual is TrueColor
    [ 709.153] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 709.153] (**) NVIDIA(0): Option "NoLogo" "1"
    [ 709.153] (**) NVIDIA(0): Enabling 2D acceleration
    [ 709.205] (II) NVIDIA(0): Display (Acer AL1716A (CRT-1)) does not support NVIDIA 3D
    [ 709.205] (II) NVIDIA(0): Vision stereo.
    [ 709.205] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
    [ 709.206] (II) NVIDIA(0): NVIDIA GPU GeForce GT 440 (GF108) at PCI:1:0:0 (GPU-0)
    [ 709.206] (--) NVIDIA(0): Memory: 1048576 kBytes
    [ 709.206] (--) NVIDIA(0): VideoBIOS: 70.08.4d.00.00
    [ 709.206] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 709.207] (EE) NVIDIA(GPU-0): EVO Push buffer channel allocation failed
    [ 709.209] (EE) NVIDIA(GPU-0): Failed to allocate EVO core DMA push buffer
    [ 709.209] (EE) NVIDIA(0): Failing initialization of X screen 0
    [ 709.209] (II) UnloadModule: "nvidia"
    [ 709.209] (II) UnloadSubModule: "wfb"
    [ 709.209] (II) UnloadSubModule: "fb"
    [ 709.209] (EE) Screen(s) found, but none have a usable configuration.
    [ 709.209] (EE)
    Fatal server error:
    [ 709.209] (EE) no screens found(EE)
    [ 709.209] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 709.209] (EE) Please also check the log file at "/var/log/Xorg.10.log" for additional information.
    [ 709.209] (EE)
    [ 709.331] (EE) Server terminated with error (1). Closing log file.
    xorg.conf file:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 343.22 (buildmeister@swio-display-x86-rhel47-05) Thu Sep 11 16:49:51 PDT 2014
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    Option "NoLogo" "1"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    Section "InputClass"
    Identifier "Keyboard Defaults"
    MatchIsKeyboard "yes"
    Option "XkbOptions" "terminate:ctrl_alt_bksp"
    EndSection
    I'm not sure about what's wrong here. My desktop loads fine and its xorg.log doesn't have those Nvidia errors.
    Last edited by The Loko (2014-10-14 14:34:04)

    I have noticed that after running xinit foo --: 1 vt$XDG_VTNR I can't use tty anymore, they won't open.
    Some black dots appear on screen too, and I can see some dashes blinking around screen. Now while typing this post I can see one dash blinking on this text box.
    Rebooting fixes this.

  • How to build systemd script for usb network card?

    My network card is usb0, is there any method to let systemd workable?

    > Alternatively, you could use [email protected], but as with the above, you need to read about how it works first.
    I've done by this method, but sometimes my usb card is not ready, then the boot sequence failed on the network connection.
    > If you only want it when you plug the device in, write a udev rule.
    I think I should change to use this method.
    Is the add udev rule method still in
    https://wiki.archlinux.org/index.php/Ud … ork_device
    I'm afraid it should replaced by systemd method because I want when network connecting will trigger other systemd scripts enable.

  • Stop Itinerary Processing after custom itinerary service

    I have a one-way itinerary that receive a message from file receive location, one of its step is to send a message to sql server. after that the itinerary receive the response from the SQL. I have a custom itinerary service that process the message. The
    custom itinerary service process the message successfully. I want here the itinerary to stop the processing.
    I have tried using ShouldAdvanceStep to false. but I got BizTalk error says "The Messaging engine failed to process a message submitted by adapter:WCF-Custom Source URL:mssql://server//database?. Details:The published message could not be routed
    because no subscribers were found. This error occurs if the subscribing orchestration or send port has not been enlisted, or if some of the message properties necessary for subscription evaluation have not been promoted. Please use the Biztalk Administration
    console to troubleshoot this failure. "
    I don't want the itinerary to route the message to any where else after the custom itinerary service.
    Any Suggestions 
    hassan ibrahim

    Are you using request response Orchestration extender ?
    You are getting ":The published message could not be routed because no subscribers were found." error because your response message is not finding any subscriber in Biz Talk messaging engine . I would suggest to make changes  in your Orchestration
    processing so that it wont publish message instead it will complete the process.
    I would also suggest to enable the BizTalk ESB Toolkit trace switch, add the following <switches> element to the system.diagnostics section of the Machine.config file.
    <system.diagnostics>
    <switches>
    <add name="BizTalkESBToolkit2.2" value="4"/>
    </switches>
    </system.diagnostics>
    Use a tool like DebugView to watch the trace output.
    Thanks
    Abhishek

  • Problem in testing customer SDO service from Enterprise manager

    I am trying to test customer SDO service( This is a built in service with SOA Demo) . While testing i face exception given below . There seems to be some proble in resolving data source soaDataSource. I have checked all configuration is correct. In JNDI tree also the SoaDataSOurce entry can be clearly seen. i have face similar problem with JCA Db adapter.
    Any suggestion for this problem will be greatly appreciated .
    Syed Naqvi
    <Jul 19, 2011 10:33:09 AM IST> <Warning> <oracle.j2ee.ws.common.jaxws.JAXWSMessa
    ges> <BEA-000000> <Exception while executing the business logic: JBO-27200: JNDI
    failure. Unable to lookup Data Source at context jdbc/soaDataSource: Unable to
    resolve 'jdbc.soaDataSource'. Resolved 'jdbc'>
    java.lang.Exception: oracle.sysman.emSDK.webservices.wsdlapi.SoapTestException:
    JBO-27200: JNDI failure. Unable to lookup Data Source at context jdbc/soaDataSou
    rce: Unable to resolve 'jdbc.soaDataSource'. Resolved 'jdbc'
    at oracle.sysman.emas.model.wsmgt.WSTestModel.invokeOperation(WSTestMode
    l.java:575)
    at oracle.sysman.emas.view.wsmgt.WSView.invokeOperation(WSView.java:381)
    at oracle.sysman.emas.view.wsmgt.WSView.invokeOperation(WSView.java:298)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.el.parser.AstValue.invoke(Unknown Source)
    at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
    at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMetho
    dBinding.invoke(MethodExpressionMethodBinding.java:53)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMet
    hodBinding(UIXComponentBase.java:1256)
    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand
    .java:183)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.r
    un(ContextSwitchingComponent.java:92)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._pr
    ocessPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.bro
    adcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclu
    de.java:102)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.r
    un(ContextSwitchingComponent.java:92)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._pr
    ocessPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.bro
    adcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclu
    de.java:96)
    at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
    at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:7
    56)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplicat
    ion(LifecycleImpl.java:765)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(L
    ifecycleImpl.java:305)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(Lifecyc
    leImpl.java:185)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run
    (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecuri
    tyHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.jav
    a:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:56)
    at oracle.help.web.rich.OHWFilter.doFilter(Unknown Source)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:56)
    at oracle.sysman.emSDK.license.LicenseFilter.doFilter(LicenseFilter.java
    :101)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:56)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.j
    ava:205)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:56)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter
    (RegistrationFilter.java:106)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterL
    istChain.doFilter(TrinidadFilterImpl.java:446)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter
    .java:60)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterL
    istChain.doFilter(TrinidadFilterImpl.java:446)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilt
    erImpl(TrinidadFilterImpl.java:271)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilte
    r(TrinidadFilterImpl.java:177)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFi
    lter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:56)
    at oracle.sysman.emas.fwk.MASConnectionFilter.doFilter(MASConnectionFilt
    er.java:41)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:56)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:1
    75)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:56)
    at oracle.sysman.eml.app.AuditServletFilter.doFilter(AuditServletFilter.
    java:179)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:56)
    at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java
    :203)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:56)
    at oracle.sysman.core.model.targetauth.EMLangPrefFilter.doFilter(EMLangP
    refFilter.java:158)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:56)
    at oracle.sysman.core.app.perf.PerfFilter.doFilter(PerfFilter.java:141)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:56)
    at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.ja
    va:542)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:31
    3)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUt
    il.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.jav
    a:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:1
    61)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:13
    6)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsF
    ilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    n.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    n.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppS
    ervletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletC
    ontext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.j
    ava:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused by: oracle.sysman.emSDK.webservices.wsdlapi.SoapTestException: JBO-27200:
    JNDI failure. Unable to lookup Data Source at context jdbc/soaDataSource: Unabl
    e to resolve 'jdbc.soaDataSource'. Resolved 'jdbc'
    at oracle.sysman.emSDK.webservices.wsdlapi.dispatch.DispatchUtil.invoke(
    DispatchUtil.java:260)
    at oracle.sysman.emSDK.webservices.wsdlparser.OperationInfoImpl.invokeWi
    thDispatch(OperationInfoImpl.java:992)
    at oracle.sysman.emas.model.wsmgt.PortName.invokeOperation(PortName.java
    :729)
    at oracle.sysman.emas.model.wsmgt.WSTestModel.invokeOperation(WSTestMode
    l.java:569)
    ... 79 more
    Caused by: javax.xml.ws.soap.SOAPFaultException: JBO-27200: JNDI failure. Unable
    to lookup Data Source at context jdbc/soaDataSource: Unable to resolve 'jdbc.so
    aDataSource'. Resolved 'jdbc'
    at oracle.j2ee.ws.client.jaxws.DispatchImpl.throwJAXWSSoapFaultException
    (DispatchImpl.java:1012)
    at oracle.j2ee.ws.client.jaxws.DispatchImpl.invoke(DispatchImpl.java:803
    at oracle.j2ee.ws.client.jaxws.OracleDispatchImpl.synchronousInvocationW
    ithRetry(OracleDispatchImpl.java:235)
    at oracle.j2ee.ws.client.jaxws.OracleDispatchImpl.invoke(OracleDispatchI
    mpl.java:106)
    at oracle.sysman.emSDK.webservices.wsdlapi.dispatch.DispatchUtil.invoke(
    DispatchUtil.java:256)
    ... 82 more
    <Jul 19, 2011 10:33:16 AM IST> <Warning> <oracle.adf.view.rich.change.MDSDocumen
    tChangeManager> <BEA-000000> <ADFv: Unable to find matching JSP Document Node fo
    r: RichShowDetail[UIXFacesBeanImpl, id=drqsd1].>
    <Jul 19, 2011 11:17:54 AM IST> <Warning> <oracle.adf.share.ADFContext> <BEA-0000
    00> <Automatically initializing a DefaultContext for getCurrent.
    Caller should ensure that a DefaultContext is proper for this use.
    Memory leaks and/or unexpected behaviour may occur if the automatic initializati
    on is performed improperly.
    This message may be avoided by performing initADFContext before using getCurrent
    To see the stack trace for thread that is initializing this, set the logging lev
    el of oracle.adf.share.ADFContext to FINEST>
    m_connection-jpss nul

    Thanks for the blog Salil.
    What ever it is mentioned is already done in SOAMANAGER. Endpoints are available for the service.
    Below is the Overview of the service:
    Object Status:               Services: 1 / Endpoints: 1 
    Porttype Namespace:   urn:sap-com:document:sap:soap:functions:mc-style
    Porttype Name:             YMTEST_WS
    Internal Name:               YMTEST_WS
    SOAP Applikation:         URN:SAP-COM:SOAP:RUNTIME:APPLICATION:RFC:710
    Package Name:             $TMP
    Ok, i have developed 2 web services. One web service in ECC 6.0, where Java stack not available so i provided CRM system Java stack address in the global setting and executed my ECC 6.0 web service which says "No endpoints are found for the Web service"
    Following is the URL:  http://tuasd06db.tuasw2k.tuaspower.com.sg:8000/sap/bc/srt/wsdl/sdef_YMTEST_WS/wsdl11/ws_policy/document?sap-client=220
    The one web service which created in CRM 2007, i can test in the navigator, no problem with that. 
    Following is the URL: 
    http://tuasd06db.tuasw2k.tuaspower.com.sg:8002/sap/bc/srt/wsdl/bndg_DE7DA5BA0B3A93F1AF60001A64258BFC/wsdl11/allinone/standard/document?sap-client=220
    You can find the URL difference btw the URL's. Do i need to publish the service in the service registry? I thought for testing it is not required.
    Now all i have problem with the ECC 6.0 web service.
    Cheers,
    Madhu

  • Customizing Web Service for VC 7.10

    Hi guys!
    I need a big help for the topic "web services and VC".
    I read the Scott's blog (The specified item was not found.) and it's great, web services working fine!
    But if I would create custom web service (for example to insert google maps on vc model) what can I do?
    I know, it's hard to explane all the web services technology and implementation (Java, C#, XML etc.) but if someone know some tutorial or web guides..
    Thanks a lot guys!
    Edited by: Andrea Davoli on Oct 21, 2008 3:39 PM

    Hi Andrea,
    I assume that you refer to VC 7.0... otherwise the question should be moved to the VC 7.1 forum...
    The following blog contain also a video that show you the process in detail:
    How to consume Web Services with Visual Composer 7.0
    Also important SAP Notes regarding limitations, structure and pre-requisites are mentioned there.
    In the SAP Help Portal you can find information about Web Services created within NetWeaver:
    http://help.sap.com/saphelp_erp2005/helpdata/en/db/99c04ba22fe64f96a8651df68eab92/content.htm
    Hope this helps,
    Best Regards,
    Luis

  • EBS 11.5.10.2 service control script issue after cloning

    Hi All,
    I had almost completed with the cloning of a 11.5.10.2 from one node to another node (both single nodes in Linux)
    while starting up the service control script
    I am getting the following exit status of 1in the Target Machine..
    [oracle@vision VIS2_vision]$ ./addisctl.sh start
    addisctl.sh version 115.14
    /d01/oracle/visora/8.0.6/vbroker/bin/osagent
    Started osagent.
    Osagent logs messages to the file /d01/oracle/visora/8.0.6/discwb4/util/osagent.log.
    Waiting for OAD to start...
    Started OAD.
    OAD logs messages to the file /d01/oracle/visora/8.0.6/discwb4/util/oad.log.
    Failed to start locator.
    /d01/oracle/visora/8.0.6/jre1183o/lib/i686/green_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so)
    Unable to initialize threads: cannot find class java/lang/Thread
    Could not create Java VM
    Cannot bind to OAD. Re-starting...
    OAD is stopped
    Osagent is stopped
    Unable to stop locator. No process-id file found.
    Unable to stop gatekeeper. No process-id file found.
    Unable to stop any Discoverer Sessions. No process-id file found.
    Unable to stop any Discoverer Preference. No process-id file found.
    Unable to stop any Discoverer Collector. No process-id file found.
    /d01/oracle/visora/8.0.6/vbroker/bin/osagent
    Started osagent.
    Osagent logs messages to the file /d01/oracle/visora/8.0.6/discwb4/util/osagent.log.
    Waiting for OAD to start...
    Started OAD.
    OAD logs messages to the file /d01/oracle/visora/8.0.6/discwb4/util/oad.log.
    Failed to start locator.
    /d01/oracle/visora/8.0.6/jre1183o/lib/i686/green_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so)
    Unable to initialize threads: cannot find class java/lang/Thread
    Could not create Java VM
    Registering Discoverer Session
    /d01/oracle/visora/8.0.6/jre1183o/lib/i686/green_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so)
    Unable to initialize threads: cannot find class java/lang/Thread
    Could not create Java VM
    /d01/oracle/visora/8.0.6/jre1183o/lib/i686/green_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so)
    Unable to initialize threads: cannot find class java/lang/Thread
    Could not create Java VM
    Registering the Collector
    /d01/oracle/visora/8.0.6/jre1183o/lib/i686/green_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so)
    Unable to initialize threads: cannot find class java/lang/Thread
    Could not create Java VM
    /d01/oracle/visora/8.0.6/jre1183o/lib/i686/green_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so)
    Unable to initialize threads: cannot find class java/lang/Thread
    Could not create Java VM
    Applying preferences from file : /d01/oracle/visora/8.0.6/discwb4/util/pref.txt
    Finished applying preferences
    Closing down registry..
    Registry File sync...
    Registering Discoverer Preference Repository
    /d01/oracle/visora/8.0.6/jre1183o/lib/i686/green_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so)
    Unable to initialize threads: cannot find class java/lang/Thread
    Could not create Java VM
    addisctl.sh: exiting with status 1
    How can i rectify this ...?
    Many thanks in advance.....

    Hi Ark,
    Have a look at the file $ORACLE_HOME/lib/stubs/libc.so (8.0.6 Home)
    This is a text file containing the location of the stub libraries for the 8.0.6 Home. This location may have changed from the original env to the cloned environment, and is not updated by Rapidclone.
    After changing to the correct location, see if you can relink the application binaries using Adadmin.
    Hope that helps
    Bruno.

  • Custom Capi service definition fails to include in Capi

    I am working on a migrated Oracle designer repository and have quite a lot of custom Capi service definitions which would normally appear in the Capi that they apply to, once I run "Create Capi Definition".
    However they are steadfastly refusing to appear. If I go and create a new custom Capi service definition, the new one will appear, but not the old ones.
    This could be a simple oversight that I am experiencing - can anyone suggest a resolution to this problem.
    I am using hss_capi Rev: 6.5.4.0.2
    Regards
    Phil Gray

    Please note this has been resolved.
    For some reason the table definition has been dropped off the CAPI Custom Service program data properties.
    This is found by opening the PL/SQL definition for the custom capi service in the Repository Object Navigator.
    As for the reason the definition has gone.....?

  • Custom Message Service  adapter

    Hi,
    anybody knows where can I find some serious documentation
    about how to create custom message service adapters?
    I tried the sample from the lcds dev guide, it works fine,
    but i need to use subscription handling, but not found it anywhere
    how to realize one...
    Can anybody point me where can i find one, or how to do this?
    I already override the handlesSubscriptions(), and manage()
    methods. The manage() is being called, but dont know what to do
    there...
    Thanx

    I needed the custom adapter to send 3 messages to 3subscribed
    users. The message contains each users name...
    The adapter code is something like this(not like a pro but
    working)
    private Vector messages = new Vector();
    public Object invoke(Message message)
    MessageService msgService =
    (MessageService)getDestination().getService();
    String header = message.getHeader("msgType").toString();
    if (header.equals("playerData")) {
    i = i + 1;
    Integer j = new Integer(i);
    //NEEDED ONLY IN CLUSTERED ENVIRONMENT
    //msgService.sendPushMessageFromPeer(message, true);
    messages.add(message);
    if (i == 3) {
    i = 0;
    msgService.pushMessageToClients((Message)messages.get(0),
    true);
    msgService.pushMessageToClients((Message)messages.get(1),
    true);
    msgService.pushMessageToClients((Message)messages.get(2),
    true);
    messages.clear();
    return message;
    } else {
    return null;
    } else {
    msgService.pushMessageToClients(message, true);
    return message;
    When the adapter received all the usernames from the
    playerData-headered messages, it sends back to all clients. So now
    each client knows who is playing with.
    cheers

  • Custom portal service not running ni NW 04

    Hello!
    We are about to migrate from EP6 SP2 to NW04 and I'm currently testing the results of the first test run.
    One special problem I encountered is one of my custom portal services no longer running. It did without flaws back in EP6, so something seems to have changed.
    My Service interface:
    [code]
    package com.rag.ekportal.bginfocenter.kmservice;
    @author Juergen Wahlmann
    public interface IBGFetcher extends IService {
    [/code]
    And the implementation:
    [code]
    package com.rag.ekportal.bginfocenter.kmservice;
    public class BGFetcher implements IBGFetcher, Runnable {
    [/code]
    portalapp.xml
    [code]
    <?xml version="1.0"  encoding="UTF-8"?>
         <application>
              <application-config>
              </application-config>
              <components>
                   <component name="BGViewer">
                        <component-config>
                             <property name="ClassName" value="com.rag.ekportal.bginfocenter.bgview.control.BGViewer">
                             </property>
                             <property name="SecurityZone" value="sbi-ruhr.de/ekportal/medium_safety/com.rag.ekportal/components/bgviewer">
                             </property>
                             <property name="ResourceBundleName" value="bginfocenter">
                             </property>
                             <property name="ServicesReference" value="usermanagement,knowledgemanagement,com.rag.ekportal.bginfocenter.kmservice.BGFetcher,com.sap.portal.ivs.connectorservice,landscape">
                             </property>
                        </component-config>
                        <component-profile>
                             <property name="tagLib" value="/SERVICE/htmlb/taglib/htmlb.tld">
                                  <property name="personalization" value="none">
                                  </property>
                             </property>
                             <property name="templatesfolderName" value="Vorlagen">
                             </property>
                             <property name="guidelinesfolderName" value="Richtlinien">
                             </property>
                             <property name="bgContactsfolderName" value="BG-Ansprechpartner">
                             </property>
                             <property name="ksb2folderName" value="KSB 2">
                             </property>
                             <property name="bgControllingfolderName" value="BG-Controlling">
                             </property>
                             <property name="rvURL" value="/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.fo.admin!2fcom.admin.fo.iview!2fcom.admin.iview.fo.ri!2fcom.admin.iview.ri.fo.rag!2fcom.admin.iview.ri.rag.iv.begis_0_0?numberBG=">
                             </property>
                             <property name="KmServiceUser" value="KM Service User">
                             </property>
                             <property name="systemAlias" value="BeGIS_RV_DB">
                             <property name="personalization" value="admin"/>
                             <property name="plainDescription" value="JDBC System object for DB access"/>                         
                        </property>
                        <property name="table" value="janus_contract_bg_v">
                             <property name="personalization" value="admin"/>
                             <property name="plainDescription" value="Database View for reading contracts"/>                         
                        </property>
                        <property name="table1" value="user_roles_v">
                             <property name="personalization" value="admin"/>
                             <property name="plainDescription" value="Database Table for checking user role in RV DB"/>                         
                        </property>
                        </component-profile>
                   </component>
              </components>
              <services>
                   <service name="BGFetcher">
                        <service-config>
                             <property name="className" value="com.rag.ekportal.bginfocenter.kmservice.BGFetcher">
                             </property>
                             <property name="startup" value="true">
                             </property>
                             <property name="SecurityZone" value="sbi-ruhr.de/ekportal/medium_safety/com.rag.ekportal/services/bgfetcher">
                             </property>
                        </service-config>
                        <service-profile>
                             <property name="interval" value="300000">
                             </property>
                             <property name="enable" value="false">
                                  <property name="type" value="boolean">
                                  </property>
                             </property>
                             <property name="numberofruns" value="1">
                             </property>
                             <property name="repository" value="/rag_bgm_test/Beschaffungsgruppen">
                             </property>
                             <property name="KmServiceUser" value="KM Service User">
                             </property>
                             <property name="dbServer" value="xxx">
                             </property>
                             <property name="dbUser" value="xxx">
                             </property>
                             <property name="dbPassword" value="xxx">
                             </property>
                             <property name="dbName" value="xxx">
                             </property>
                             <property name="workfolderName" value="Arbeitsordner">
                             </property>
                             <property name="teamfolderName" value="Teamordner">
                             </property>
                             <property name="contactfolderName" value="Ansprechpartner">
                             </property>
                             <property name="publicfolderName" value="u00D6ffentlicher Ordner">
                             </property>
                             <property name="deletedfolderName" value="/rag_bgm_test/Gelu00F6scht/">
                             </property>
                        </service-profile>
                   </service>
              </services>
         </application>
    [/code]
    The service didn't work after the migration, so I tried to deploy it again. This is the result:
    [code]
    Date : 01/12/2006
    Time : 13:31:37:880
    Message : [PortalServiceItem.startServices] service initialisation failed:com.rag.ekportal.bginfocenter.kmservice|BGFetcher
    [EXCEPTION]
    java.lang.NoClassDefFoundError: com/sapportals/wcm/repository/ResourceException
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:219)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.__createServiceInstance(PortalServiceItem.java:727)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.createServiceInstance(PortalServiceItem.java:613)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.startServices(PortalServiceItem.java:1042)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.startLoadOnStartupServices(PortalAppBroker.java:1563)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.start(PortalAppBroker.java:1518)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.restartQueuedApplication(PortalAppBroker.java:1866)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.updateApplications(PortalAppBroker.java:1702)
         at com.sapportals.portal.prt.deployment.DeploymentManager.updateApplications(DeploymentManager.java:1754)
         at com.sap.ip.portal.admin.portalanywhere.QueryHandler.handleTopic(QueryHandler.java:152)
         at com.sapportals.portal.prt.service.notification.impl.NotificationSAPJ2EE630.executeActionHandleTopic(NotificationSAPJ2EE630.java:1141)
         at com.sapportals.portal.prt.service.notification.impl.NotificationSAPJ2EE630.notifyActionSubscribers(NotificationSAPJ2EE630.java:1089)
         at com.sapportals.portal.prt.service.notification.impl.NotificationSAPJ2EE630.receiveWait(NotificationSAPJ2EE630.java:386)
         at com.sapportals.portal.prt.service.notification.impl.NotificationSAPJ2EE630.broadcastAndWait(NotificationSAPJ2EE630.java:553)
         at com.sapportals.portal.prt.service.notification.NotificationServiceDispatcher.broadcastAndWait(NotificationServiceDispatcher.java:192)
         at com.sap.ip.portal.admin.portalanywhere.EventForwarder.sendQueryAndGetResults(EventForwarder.java:122)
         at com.sap.ip.portal.admin.portalanywhere.EventForwarder.sendQueryToAllServers(EventForwarder.java:144)
         at com.sap.ip.portal.admin.portalanywhere.EventForwarder.forwardEventToAllServers(EventForwarder.java:135)
         at com.sap.ip.portal.admin.portalanywhere.ArchiveUploader.forwardUpdateToAllServers(ArchiveUploader.java:253)
         at com.sap.ip.portal.admin.portalanywhere.ArchiveUploader.doContent(ArchiveUploader.java:235)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:95)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:160)
    Severity : Error
    Category : /System/Server
    Location : com.sap.portal.prt.runtime.broker
    Application : sap.com/irj
    Thread : SAPEngine_Application_Thread[impl:3]_15
    Datasource : 2390950:E:\usr\sap\PMT\JC00\j2ee\cluster\server0\log\defaultTrace.trc
    Message ID : 000C29A5B62A00400000001300000A4000040A2887A939D9
    Source Name : com.sap.portal.prt.runtime.broker
    Argument Objs : java.lang.NoClassDefFoundError: com/sapportals/wcm/repository/ResourceException
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:219)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.__createServiceInstance(PortalServiceItem.java:727)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.createServiceInstance(PortalServiceItem.java:613)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.startServices(PortalServiceItem.java:1042)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.startLoadOnStartupServices(PortalAppBroker.java:1563)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.start(PortalAppBroker.java:1518)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.restartQueuedApplication(PortalAppBroker.java:1866)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.updateApplications(PortalAppBroker.java:1702)
         at com.sapportals.portal.prt.deployment.DeploymentManager.updateApplications(DeploymentManager.java:1754)
         at com.sap.ip.portal.admin.portalanywhere.QueryHandler.handleTopic(QueryHandler.java:152)
         at com.sapportals.portal.prt.service.notification.impl.NotificationSAPJ2EE630.executeActionHandleTopic(NotificationSAPJ2EE630.java:1141)
         at com.sapportals.portal.prt.service.notification.impl.NotificationSAPJ2EE630.notifyActionSubscribers(NotificationSAPJ2EE630.java:1089)
         at com.sapportals.portal.prt.service.notification.impl.NotificationSAPJ2EE630.receiveWait(NotificationSAPJ2EE630.java:386)
         at com.sapportals.portal.prt.service.notification.impl.NotificationSAPJ2EE630.broadcastAndWait(NotificationSAPJ2EE630.java:553)
         at com.sapportals.portal.prt.service.notification.NotificationServiceDispatcher.broadcastAndWait(NotificationServiceDispatcher.java:192)
         at com.sap.ip.portal.admin.portalanywhere.EventForwarder.sendQueryAndGetResults(EventForwarder.java:122)
         at com.sap.ip.portal.admin.portalanywhere.EventForwarder.sendQueryToAllServers(EventForwarder.java:144)
         at com.sap.ip.portal.admin.portalanywhere.EventForwarder.forwardEventToAllServers(EventForwarder.java:135)
         at com.sap.ip.portal.admin.portalanywhere.ArchiveUploader.forwardUpdateToAllServers(ArchiveUploader.java:253)
         at com.sap.ip.portal.admin.portalanywhere.ArchiveUploader.doContent(ArchiveUploader.java:235)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:95)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:160)
    Arguments : java.lang.NoClassDefFoundError: com/sapportals/wcm/repository/ResourceException
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:219)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.__createServiceInstance(PortalServiceItem.java:727)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.createServiceInstance(PortalServiceItem.java:613)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.startServices(PortalServiceItem.java:1042)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.startLoadOnStartupServices(PortalAppBroker.java:1563)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.start(PortalAppBroker.java:1518)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.restartQueuedApplication(PortalAppBroker.java:1866)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.updateApplications(PortalAppBroker.java:1702)
         at com.sapportals.portal.prt.deployment.DeploymentManager.updateApplications(DeploymentManager.java:1754)
         at com.sap.ip.portal.admin.portalanywhere.QueryHandler.handleTopic(QueryHandler.java:152)
         at com.sapportals.portal.prt.service.notification.impl.NotificationSAPJ2EE630.executeActionHandleTopic(NotificationSAPJ2EE630.java:1141)
         at com.sapportals.portal.prt.service.notification.impl.NotificationSAPJ2EE630.notifyActionSubscribers(NotificationSAPJ2EE630.java:1089)
         at com.sapportals.portal.prt.service.notification.impl.NotificationSAPJ2EE630.receiveWait(NotificationSAPJ2EE630.java:386)
         at com.sapportals.portal.prt.service.notification.impl.NotificationSAPJ2EE630.broadcastAndWait(NotificationSAPJ2EE630.java:553)
         at com.sapportals.portal.prt.service.notification.NotificationServiceDispatcher.broadcastAndWait(NotificationServiceDispatcher.java:192)
         at com.sap.ip.portal.admin.portalanywhere.EventForwarder.sendQueryAndGetResults(EventForwarder.java:122)
         at com.sap.ip.portal.admin.portalanywhere.EventForwarder.sendQueryToAllServers(EventForwarder.java:144)
         at com.sap.ip.portal.admin.portalanywhere.EventForwarder.forwardEventToAllServers(EventForwarder.java:135)
         at com.sap.ip.portal.admin.portalanywhere.ArchiveUploader.forwardUpdateToAllServers(ArchiveUploader.java:253)
         at com.sap.ip.portal.admin.portalanywhere.ArchiveUploader.doContent(ArchiveUploader.java:235)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:95)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:160)
    Dsr Component :
    Dsr Transaction : 5f940fe0836711da887d000c29a5b62a
    Dsr User :
    Indent : 0
    Level : 0
    Message Code :
    Message Type : 1
    Relatives : /System/Server
    Resource Bundlename :
    Session : 2391
    Source : com.sap.portal.prt.runtime.broker
    ThreadObject : SAPEngine_Application_Thread[impl:3]_15
    Transaction :
    User : xxx
    [/code]
    Looks like something is wrong in the service definition (portalapp.xml) but I have no clue. Class names are spelled right, settings the same as in EP6 SP2, yet the portal engine is not able to find the implementation class of the service.
    Any ideas?
    Cheers,
      Juergen

    Hi Detlev!
    The ServiceReference definition previously was located in the application config under SP2, but didn't work either.
    Now I found the solution. A sharing reference of all non-custom services in the application config and an additional sharing reference to my custom service in the portal application's config like this:
              <application-config>
                   <property name="SharingReference" value="usermanagement,knowledgemanagement,com.sap.portal.ivs.connectorservice,landscape">
                   </property>
              </application-config>
              <components>
                   <component name="BGViewer">
                        <component-config>
                             <property name="ClassName" value="com.rag.ekportal.bginfocenter.bgview.control.BGViewer">
                             </property>
                             <property name="SecurityZone" value="sbi-ruhr.de/ekportal/medium_safety/com.rag.ekportal/components/bgviewer">
                             </property>
                             <property name="ResourceBundleName" value="bginfocenter">
                             </property>
                             <property name="SharingReference" value="com.rag.ekportal.bginfocenter.KMService.BGFetcher">
                             </property>
                        </component-config>
    Case closed, thx for you hint. I awarded points.
    Cheers,
      Jürgen
    Message was edited by: Juergen Wahlmann, solution included

Maybe you are looking for

  • Add one day to a binding

    Hi all, I assume this is a very dumb question... How can I add one day to a date that is like this : #{bindings.ChooseDateCrah.inputValue} It's a binding in a the header text property of a column. That : #{bindings.ChooseDateCrah.inputValue + 1} or t

  • IPad quit synching photos...

    I've been very happily syncing photos from Aperture thru iTunes to my iPad. But just recently, when the sync starts copying photos I get the message "The iPad '...' cannot be synced. The required file cannot be found." I've tried numerous things with

  • Naming convention thru Code Inspector

    Hi Friends,    Can we use code inspector to check the naming conventions?. Thanks in advance. Regards, saravanan.D

  • Problem converting 8.0.5 - 9i database

    DatabaseAssistant9i shows error message "8.0.5 database is not migratable format". How can I migrate it?

  • Printing IDOcs

    Hi Experts, (I will post this question in SAP FI forums also) I am a new SAP FI consultant and am not sure of how to overcome the situation I encountered, while trying to print the IDOcs generated during the payment run.  Without specifying any print