Setting up interface based on existing proxy class

We are doing SolMan integration with external service desk system via PI. We have a predefined proxy class CO_PCICT_SERVICE_DESK_API   in SolMan and SolMan program will execute the method in this proxy class. How do we go about setting up this interface in PI?

We were able to generate WSDL for the PROXY class in solman and we were able to import the WSDL as external definition to configure the interface

Similar Messages

  • How to set username and password when using Proxy class for SOCKS5?

    Hi all,
    I use the proxy class for SOCKS5, so need to set username and password, I don't find where can I set the value. whether the API support it.
    Thanks in advance!

    System.getProperties().put("proxySet", "true");That does nothing. Remove.
    System.getProperties().put("proxyHost", getProxyHost());
    System.getProperties().put("proxyPort", getProxyPort());You should be setting socks.proxyHost and socks.proxyPort here.
    System.setProperty("java.net.socks.username", getSOCKSUsername());
    System.setProperty("java.net.socks.password", getSOCKSPassword());
    Authenticator.setDefault(new ProxyAuth(getSOCKSUsername(), getSOCKSPassword()));You either need the first two lines or the third, not both. See the last link posted above.
    1. After I set the value, I connect internet by proxy, how the proxy server knows the values?Because Java tells it during the SOCKS handshake.
    2. In my app, I just set the values in the system properties, then JVM does remaining work? Remaining work is not concerned?Should be OK unless you have to connect to a different SOCKS proxy from the same JVM, but that kind of thing is problematic anyway due to the curious Authenticator design which is set globally, not per connection as you might expect.

  • Dynamic proxy class from a Class instead of an Interface

    Why is not possible to create a dynamic proxy class from a Class instead of an Interface, using java.lang.reflect.Proxy?
    I have seen the source code of Proxy :
         * Verify that the Class object actually represents an
         * interface.
         if (!interfaceClass.isInterface()) {
              throw new IllegalArgumentException(
              interfaceClass.getName() + " is not an interface");
    It seems to be restricted as a desing desition. Has someone knows about the reason of that?
    There is a workarround for creating dynamic proxy classes from any POJO which not implements any interface?

    The JDK doesn't allow you to proxy classes for a few reasons: it encourages you to use interfaces - often a good idea - and also, proxying of classes exposes you to unpredictable behaviour. Since dynamic proxies are created by generating a new class at runtime, if you proxied a class you'd be generating a subclass of that class, and if the superclass had any final methods, the proxy wouldn't be able to intercept invocation of them, so your proxy wouldn't work properly. Also, the superclass would actually be loaded, which could produce other unpredictable results if, say, that class had a static initializer. With an interfaces, you generate an object that just has the public API described by the interface, with a class, you're actually generating a subclass of the proxied type, which isn't the same thing
    If you really want to proxy a class rather than an interface, there are various third-party libraries around that will do it for you. ASM, CGLIB, BCEL to name a few. My choice would be ASM, but really I'd urge you to try and re-design with interfaces if at all possible
    http://cglib.sourceforge.net/
    http://asm.objectweb.org/
    http://jakarta.apache.org/bcel/

  • Install error, failed to set drm interface version

    I upgraded my arch linux, and after that it didn't work anymore
    I decided to install it again and when I tried, I got some error and that I should read my logs files. here is my Xorg.1.log file:
    [ 120.766]
    X.Org X Server 1.14.1
    Release Date: 2013-04-17
    [ 120.766] X Protocol Version 11, Revision 0
    [ 120.766] Build Operating System: Linux 3.8.7-1-ARCH x86_64
    [ 120.766] Current Operating System: Linux localhost 3.9.2-1-ARCH #1 SMP PREEMPT Sat May 11 20:31:08 CEST 2013 x86_64
    [ 120.766] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e95f3f81-85e3-46cd-b99a-f6c2252cf775 ro quiet
    [ 120.767] Build Date: 17 April 2013 02:37:06PM
    [ 120.767]
    [ 120.767] Current version of pixman: 0.30.0
    [ 120.767] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 120.767] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 120.767] (==) Log file: "/var/log/Xorg.1.log", Time: Tue May 21 05:42:23 2013
    [ 120.767] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 120.767] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 120.767] (==) No Layout section. Using the first Screen section.
    [ 120.767] (**) |-->Screen "Screen0" (0)
    [ 120.767] (**) | |-->Monitor "Monitor0"
    [ 120.767] (**) | |-->Device "Device0"
    [ 120.767] (==) Automatically adding devices
    [ 120.767] (==) Automatically enabling devices
    [ 120.767] (==) Automatically adding GPU devices
    [ 120.768] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 120.768] Entry deleted from font path.
    [ 120.768] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 120.768] Entry deleted from font path.
    [ 120.768] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 120.768] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 120.768] Entry deleted from font path.
    [ 120.768] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 120.768] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 120.768] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 120.768] (**) Extension "Composite" is enabled
    [ 120.768] (**) Extension "RENDER" is enabled
    [ 120.768] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 120.768] (II) Loader magic: 0x7fcc20
    [ 120.768] (II) Module ABI versions:
    [ 120.768] X.Org ANSI C Emulation: 0.4
    [ 120.768] X.Org Video Driver: 14.1
    [ 120.768] X.Org XInput driver : 19.1
    [ 120.768] X.Org Server Extension : 7.0
    [ 120.768] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 120.769] setversion 1.4 failed
    [ 120.770] (--) PCI:*(0:1:0:0) 1002:9480:1028:0447 rev 0, Mem @ 0xc0000000/268435456, 0xfbe20000/65536, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
    [ 120.770] Initializing built-in extension Generic Event Extension
    [ 120.770] Initializing built-in extension SHAPE
    [ 120.770] Initializing built-in extension MIT-SHM
    [ 120.770] Initializing built-in extension XInputExtension
    [ 120.770] Initializing built-in extension XTEST
    [ 120.770] Initializing built-in extension BIG-REQUESTS
    [ 120.770] Initializing built-in extension SYNC
    [ 120.770] Initializing built-in extension XKEYBOARD
    [ 120.770] Initializing built-in extension XC-MISC
    [ 120.770] Initializing built-in extension SECURITY
    [ 120.770] Initializing built-in extension XINERAMA
    [ 120.770] Initializing built-in extension XFIXES
    [ 120.770] Initializing built-in extension RENDER
    [ 120.770] Initializing built-in extension RANDR
    [ 120.770] Initializing built-in extension COMPOSITE
    [ 120.770] Initializing built-in extension DAMAGE
    [ 120.770] Initializing built-in extension MIT-SCREEN-SAVER
    [ 120.770] Initializing built-in extension DOUBLE-BUFFER
    [ 120.770] Initializing built-in extension RECORD
    [ 120.770] Initializing built-in extension DPMS
    [ 120.770] Initializing built-in extension X-Resource
    [ 120.770] Initializing built-in extension XVideo
    [ 120.770] Initializing built-in extension XVideo-MotionCompensation
    [ 120.770] Initializing built-in extension XFree86-VidModeExtension
    [ 120.770] Initializing built-in extension XFree86-DGA
    [ 120.770] Initializing built-in extension XFree86-DRI
    [ 120.770] Initializing built-in extension DRI2
    [ 120.770] (II) "glx" will be loaded by default.
    [ 120.770] (II) LoadModule: "dri2"
    [ 120.770] (II) Module "dri2" already built-in
    [ 120.770] (II) LoadModule: "glamoregl"
    [ 120.770] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 120.772] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 120.772] compiled for 1.14.0, module version = 0.5.0
    [ 120.772] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 120.772] (II) LoadModule: "glx"
    [ 120.772] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 120.772] (II) Module glx: vendor="X.Org Foundation"
    [ 120.772] compiled for 1.14.1, module version = 1.0.0
    [ 120.772] ABI class: X.Org Server Extension, version 7.0
    [ 120.772] (==) AIGLX enabled
    [ 120.772] Loading extension GLX
    [ 120.772] (II) LoadModule: "radeon"
    [ 120.772] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 120.772] (II) Module radeon: vendor="X.Org Foundation"
    [ 120.772] compiled for 1.14.0, module version = 7.1.0
    [ 120.773] Module class: X.Org Video Driver
    [ 120.773] ABI class: X.Org Video Driver, version 14.1
    [ 120.773] (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, SUMO, 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, 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
    [ 120.778] (++) using VT number 1
    [ 120.778] (II) [KMS] Kernel modesetting enabled.
    [ 120.778] (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 120.778] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 120.778] (==) RADEON(0): Default visual is TrueColor
    [ 120.778] (==) RADEON(0): RGB weight 888
    [ 120.778] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 120.778] (--) RADEON(0): Chipset: "ATI Mobility Radeon HD 4650" (ChipID = 0x9480)
    [ 120.778] (EE) RADEON(0): [drm] failed to set drm interface version.
    [ 120.778] (EE) RADEON(0): Kernel modesetting setup failed
    [ 120.778] (II) UnloadModule: "radeon"
    [ 120.778] (EE) Screen(s) found, but none have a usable configuration.
    [ 120.778]
    Fatal server error:
    [ 120.778] no screens found
    [ 120.778] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 120.778] (EE) Please also check the log file at "/var/log/Xorg.1.log" for additional information.
    [ 120.778] (EE)
    [ 120.781] Server terminated with error (1). Closing log file.
    and my Xorg.0.log file:
    [ 118.674]
    X.Org X Server 1.14.1
    Release Date: 2013-04-17
    [ 118.674] X Protocol Version 11, Revision 0
    [ 118.674] Build Operating System: Linux 3.8.7-1-ARCH x86_64
    [ 118.674] Current Operating System: Linux localhost 3.9.2-1-ARCH #1 SMP PREEMPT Sat May 11 20:31:08 CEST 2013 x86_64
    [ 118.674] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e95f3f81-85e3-46cd-b99a-f6c2252cf775 ro quiet
    [ 118.674] Build Date: 17 April 2013 02:37:06PM
    [ 118.674]
    [ 118.675] Current version of pixman: 0.30.0
    [ 118.675] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 118.675] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 118.675] (==) Log file: "/var/log/Xorg.0.log", Time: Tue May 21 05:42:21 2013
    [ 118.778] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 118.778] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 118.839] (==) No Layout section. Using the first Screen section.
    [ 118.839] (**) |-->Screen "Screen0" (0)
    [ 118.839] (**) | |-->Monitor "Monitor0"
    [ 118.839] (**) | |-->Device "Device0"
    [ 118.839] (==) Automatically adding devices
    [ 118.839] (==) Automatically enabling devices
    [ 118.839] (==) Automatically adding GPU devices
    [ 118.874] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 118.874] Entry deleted from font path.
    [ 118.912] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 118.912] Entry deleted from font path.
    [ 118.912] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 118.912] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 118.912] Entry deleted from font path.
    [ 118.912] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 118.912] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 118.912] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 118.912] (**) Extension "Composite" is enabled
    [ 118.912] (**) Extension "RENDER" is enabled
    [ 118.913] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 118.923] (II) Loader magic: 0x7fcc20
    [ 118.923] (II) Module ABI versions:
    [ 118.923] X.Org ANSI C Emulation: 0.4
    [ 118.923] X.Org Video Driver: 14.1
    [ 118.923] X.Org XInput driver : 19.1
    [ 118.923] X.Org Server Extension : 7.0
    [ 118.924] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 118.926] (--) PCI:*(0:1:0:0) 1002:9480:1028:0447 rev 0, Mem @ 0xc0000000/268435456, 0xfbe20000/65536, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
    [ 118.926] Initializing built-in extension Generic Event Extension
    [ 118.926] Initializing built-in extension SHAPE
    [ 118.927] Initializing built-in extension MIT-SHM
    [ 118.927] Initializing built-in extension XInputExtension
    [ 118.927] Initializing built-in extension XTEST
    [ 118.927] Initializing built-in extension BIG-REQUESTS
    [ 118.927] Initializing built-in extension SYNC
    [ 118.927] Initializing built-in extension XKEYBOARD
    [ 118.927] Initializing built-in extension XC-MISC
    [ 118.927] Initializing built-in extension SECURITY
    [ 118.927] Initializing built-in extension XINERAMA
    [ 118.927] Initializing built-in extension XFIXES
    [ 118.927] Initializing built-in extension RENDER
    [ 118.927] Initializing built-in extension RANDR
    [ 118.927] Initializing built-in extension COMPOSITE
    [ 118.927] Initializing built-in extension DAMAGE
    [ 118.927] Initializing built-in extension MIT-SCREEN-SAVER
    [ 118.927] Initializing built-in extension DOUBLE-BUFFER
    [ 118.927] Initializing built-in extension RECORD
    [ 118.927] Initializing built-in extension DPMS
    [ 118.927] Initializing built-in extension X-Resource
    [ 118.927] Initializing built-in extension XVideo
    [ 118.927] Initializing built-in extension XVideo-MotionCompensation
    [ 118.927] Initializing built-in extension XFree86-VidModeExtension
    [ 118.927] Initializing built-in extension XFree86-DGA
    [ 118.927] Initializing built-in extension XFree86-DRI
    [ 118.927] Initializing built-in extension DRI2
    [ 118.927] (II) "glx" will be loaded by default.
    [ 118.927] (II) LoadModule: "dri2"
    [ 118.927] (II) Module "dri2" already built-in
    [ 118.927] (II) LoadModule: "glamoregl"
    [ 118.939] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 119.298] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 119.298] compiled for 1.14.0, module version = 0.5.0
    [ 119.298] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 119.298] (II) LoadModule: "glx"
    [ 119.335] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 119.357] (II) Module glx: vendor="X.Org Foundation"
    [ 119.357] compiled for 1.14.1, module version = 1.0.0
    [ 119.357] ABI class: X.Org Server Extension, version 7.0
    [ 119.357] (==) AIGLX enabled
    [ 119.357] Loading extension GLX
    [ 119.357] (II) LoadModule: "radeon"
    [ 119.357] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 119.395] (II) Module radeon: vendor="X.Org Foundation"
    [ 119.395] compiled for 1.14.0, module version = 7.1.0
    [ 119.395] Module class: X.Org Video Driver
    [ 119.395] ABI class: X.Org Video Driver, version 14.1
    [ 119.395] (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, SUMO, 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, 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
    [ 119.407] (++) using VT number 1
    [ 119.413] (II) [KMS] Kernel modesetting enabled.
    [ 119.414] (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 119.414] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 119.414] (==) RADEON(0): Default visual is TrueColor
    [ 119.414] (==) RADEON(0): RGB weight 888
    [ 119.414] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 119.414] (--) RADEON(0): Chipset: "ATI Mobility Radeon HD 4650" (ChipID = 0x9480)
    [ 119.414] (II) Loading sub module "dri2"
    [ 119.414] (II) LoadModule: "dri2"
    [ 119.414] (II) Module "dri2" already built-in
    [ 119.414] (II) Loading sub module "exa"
    [ 119.414] (II) LoadModule: "exa"
    [ 119.414] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 119.419] (II) Module exa: vendor="X.Org Foundation"
    [ 119.419] compiled for 1.14.1, module version = 2.6.0
    [ 119.419] ABI class: X.Org Video Driver, version 14.1
    [ 119.419] (II) RADEON(0): KMS Color Tiling: enabled
    [ 119.419] (II) RADEON(0): KMS Color Tiling 2D: enabled
    [ 119.419] (II) RADEON(0): KMS Pageflipping: enabled
    [ 119.419] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 119.440] (II) RADEON(0): Output VGA-0 using monitor section Monitor0
    [ 119.442] (II) RADEON(0): Output HDMI-0 has no monitor section
    [ 119.442] (II) RADEON(0): Output LVDS has no monitor section
    [ 119.463] (II) RADEON(0): EDID for output VGA-0
    [ 119.466] (II) RADEON(0): EDID for output HDMI-0
    [ 119.466] (II) RADEON(0): EDID for output LVDS
    [ 119.466] (II) RADEON(0): Manufacturer: LGD Model: 266 Serial#: 0
    [ 119.466] (II) RADEON(0): Year: 2009 Week: 0
    [ 119.466] (II) RADEON(0): EDID Version: 1.3
    [ 119.466] (II) RADEON(0): Digital Display Input
    [ 119.466] (II) RADEON(0): Max Image Size [cm]: horiz.: 34 vert.: 19
    [ 119.466] (II) RADEON(0): Gamma: 2.20
    [ 119.466] (II) RADEON(0): No DPMS capabilities specified
    [ 119.466] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 119.466] (II) RADEON(0): First detailed timing is preferred mode
    [ 119.466] (II) RADEON(0): redX: 0.607 redY: 0.606 greenX: 0.333 greenY: 0.586
    [ 119.466] (II) RADEON(0): blueX: 0.149 blueY: 0.061 whiteX: 0.313 whiteY: 0.329
    [ 119.466] (II) RADEON(0): Manufacturer's mask: 0
    [ 119.466] (II) RADEON(0): Supported detailed timing:
    [ 119.466] (II) RADEON(0): clock: 69.3 MHz Image Size: 344 x 194 mm
    [ 119.466] (II) RADEON(0): h_active: 1366 h_sync: 1398 h_sync_end 1430 h_blank_end 1486 h_border: 0
    [ 119.466] (II) RADEON(0): v_active: 768 v_sync: 770 v_sync_end 774 v_blanking: 782 v_border: 0
    [ 119.466] (II) RADEON(0): Supported detailed timing:
    [ 119.466] (II) RADEON(0): clock: 69.3 MHz Image Size: 344 x 194 mm
    [ 119.466] (II) RADEON(0): h_active: 1366 h_sync: 1398 h_sync_end 1430 h_blank_end 1486 h_border: 0
    [ 119.466] (II) RADEON(0): v_active: 768 v_sync: 770 v_sync_end 774 v_blanking: 782 v_border: 0
    [ 119.466] (II) RADEON(0): 1K0R2Ä156WH2
    [ 119.466] (II) RADEON(0): Unknown vendor-specific block 0
    [ 119.466] (II) RADEON(0): EDID (in hex):
    [ 119.466] (II) RADEON(0): 00ffffffffffff0030e4660200000000
    [ 119.466] (II) RADEON(0): 00130103802213780a94659b9b559626
    [ 119.466] (II) RADEON(0): 0f505400000001010101010101010101
    [ 119.466] (II) RADEON(0): 010101010101121b567850000e302020
    [ 119.466] (II) RADEON(0): 240058c210000019121b567850000e30
    [ 119.466] (II) RADEON(0): 2020240058c210000019000000fe0031
    [ 119.466] (II) RADEON(0): 4b305232803135365748320a00000000
    [ 119.466] (II) RADEON(0): 00ffffffffffffffff01010a20200070
    [ 119.466] (II) RADEON(0): Printing probed modes for output LVDS
    [ 119.466] (II) RADEON(0): Modeline "1366x768"x59.6 69.30 1366 1398 1430 1486 768 770 774 782 -hsync -vsync (46.6 kHz eP)
    [ 119.466] (II) RADEON(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz)
    [ 119.466] (II) RADEON(0): Modeline "1152x768"x59.8 71.75 1152 1216 1328 1504 768 771 781 798 -hsync +vsync (47.7 kHz)
    [ 119.466] (II) RADEON(0): Modeline "1024x768"x59.9 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync (47.8 kHz)
    [ 119.466] (II) RADEON(0): Modeline "800x600"x59.9 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync (37.4 kHz)
    [ 119.467] (II) RADEON(0): Modeline "848x480"x59.7 31.50 848 872 952 1056 480 483 493 500 -hsync +vsync (29.8 kHz)
    [ 119.467] (II) RADEON(0): Modeline "720x480"x59.7 26.75 720 744 808 896 480 483 493 500 -hsync +vsync (29.9 kHz)
    [ 119.467] (II) RADEON(0): Modeline "640x480"x59.4 23.75 640 664 720 800 480 483 487 500 -hsync +vsync (29.7 kHz)
    [ 119.467] (II) RADEON(0): Output VGA-0 disconnected
    [ 119.467] (II) RADEON(0): Output HDMI-0 disconnected
    [ 119.467] (II) RADEON(0): Output LVDS connected
    [ 119.467] (II) RADEON(0): Using exact sizes for initial modes
    [ 119.467] (II) RADEON(0): Output LVDS using initial mode 1366x768
    [ 119.467] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 119.467] (II) RADEON(0): mem size init: gart size :1fdef000 vram size: s:40000000 visible:3fba0000
    [ 119.467] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 119.467] (==) RADEON(0): DPI set to (96, 96)
    [ 119.467] (II) Loading sub module "fb"
    [ 119.467] (II) LoadModule: "fb"
    [ 119.467] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 119.479] (II) Module fb: vendor="X.Org Foundation"
    [ 119.479] compiled for 1.14.1, module version = 1.0.0
    [ 119.479] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 119.479] (II) Loading sub module "ramdac"
    [ 119.479] (II) LoadModule: "ramdac"
    [ 119.479] (II) Module "ramdac" already built-in
    [ 119.479] (--) Depth 24 pixmap format is 32 bpp
    [ 119.479] (II) RADEON(0): [DRI2] Setup complete
    [ 119.479] (II) RADEON(0): [DRI2] DRI driver: r600
    [ 119.479] (II) RADEON(0): [DRI2] VDPAU driver: r600
    [ 119.479] (II) RADEON(0): Front buffer size: 4224K
    [ 119.479] (II) RADEON(0): VRAM usage limit set to 935856K
    [ 119.505] (==) RADEON(0): Backing store disabled
    [ 119.505] (II) RADEON(0): Direct rendering enabled
    [ 119.505] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 119.505] (II) EXA(0): Driver registered support for the following operations:
    [ 119.505] (II) Solid
    [ 119.505] (II) Copy
    [ 119.505] (II) Composite (RENDER acceleration)
    [ 119.505] (II) UploadToScreen
    [ 119.505] (II) DownloadFromScreen
    [ 119.505] (II) RADEON(0): Acceleration enabled
    [ 119.505] (==) RADEON(0): DPMS enabled
    [ 119.505] (==) RADEON(0): Silken mouse enabled
    [ 119.505] (II) RADEON(0): Set up textured video
    [ 119.505] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
    [ 119.505] (II) RADEON(0): [XvMC] Extension initialized.
    [ 119.505] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 119.506] (WW) RADEON(0): Option "DRI" is not used
    [ 119.506] (--) RandR disabled
    [ 120.128] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 120.128] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 120.128] (II) AIGLX: enabled GLX_ARB_create_context
    [ 120.128] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 120.128] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 120.128] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 120.128] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 120.129] (II) AIGLX: Loaded and initialized r600
    [ 120.129] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 120.130] (II) RADEON(0): Setting screen physical size to 361 x 203
    [ 120.502] (II) config/udev: Adding input device Power Button (/dev/input/event5)
    [ 120.502] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 120.502] (**) Power Button: Applying InputClass "system-keyboard"
    [ 120.502] (II) LoadModule: "evdev"
    [ 120.503] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 120.517] (II) Module evdev: vendor="X.Org Foundation"
    [ 120.517] compiled for 1.14.0, module version = 2.8.0
    [ 120.517] Module class: X.Org XInput Driver
    [ 120.517] ABI class: X.Org XInput driver, version 19.1
    [ 120.517] (II) Using input driver 'evdev' for 'Power Button'
    [ 120.517] (**) Power Button: always reports core events
    [ 120.517] (**) evdev: Power Button: Device: "/dev/input/event5"
    [ 120.517] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 120.517] (--) evdev: Power Button: Found keys
    [ 120.517] (II) evdev: Power Button: Configuring as keyboard
    [ 120.517] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event5"
    [ 120.517] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 120.517] (**) Option "xkb_rules" "evdev"
    [ 120.517] (**) Option "xkb_model" "pc105"
    [ 120.517] (**) Option "xkb_layout" "us"
    [ 120.517] (WW) Option "xkb_variant" requires a string value
    [ 120.517] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 120.546] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
    [ 120.546] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 120.546] (**) Video Bus: Applying InputClass "system-keyboard"
    [ 120.546] (II) Using input driver 'evdev' for 'Video Bus'
    [ 120.546] (**) Video Bus: always reports core events
    [ 120.546] (**) evdev: Video Bus: Device: "/dev/input/event6"
    [ 120.546] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 120.546] (--) evdev: Video Bus: Found keys
    [ 120.546] (II) evdev: Video Bus: Configuring as keyboard
    [ 120.546] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input6/event6"
    [ 120.546] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 120.546] (**) Option "xkb_rules" "evdev"
    [ 120.546] (**) Option "xkb_model" "pc105"
    [ 120.546] (**) Option "xkb_layout" "us"
    [ 120.546] (WW) Option "xkb_variant" requires a string value
    [ 120.546] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 120.547] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 120.547] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 120.547] (**) Power Button: Applying InputClass "system-keyboard"
    [ 120.547] (II) Using input driver 'evdev' for 'Power Button'
    [ 120.547] (**) Power Button: always reports core events
    [ 120.547] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 120.547] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 120.547] (--) evdev: Power Button: Found keys
    [ 120.547] (II) evdev: Power Button: Configuring as keyboard
    [ 120.547] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
    [ 120.547] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 120.547] (**) Option "xkb_rules" "evdev"
    [ 120.547] (**) Option "xkb_model" "pc105"
    [ 120.547] (**) Option "xkb_layout" "us"
    [ 120.547] (WW) Option "xkb_variant" requires a string value
    [ 120.547] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 120.547] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
    [ 120.547] (II) No input driver specified, ignoring this device.
    [ 120.547] (II) This device may have been added with another device file.
    [ 120.547] (II) config/udev: Adding input device Sleep Button (/dev/input/event4)
    [ 120.547] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 120.547] (**) Sleep Button: Applying InputClass "system-keyboard"
    [ 120.547] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 120.547] (**) Sleep Button: always reports core events
    [ 120.547] (**) evdev: Sleep Button: Device: "/dev/input/event4"
    [ 120.547] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 120.547] (--) evdev: Sleep Button: Found keys
    [ 120.548] (II) evdev: Sleep Button: Configuring as keyboard
    [ 120.548] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4/event4"
    [ 120.548] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [ 120.548] (**) Option "xkb_rules" "evdev"
    [ 120.548] (**) Option "xkb_model" "pc105"
    [ 120.548] (**) Option "xkb_layout" "us"
    [ 120.548] (WW) Option "xkb_variant" requires a string value
    [ 120.548] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 120.548] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 120.549] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event14)
    [ 120.549] (II) No input driver specified, ignoring this device.
    [ 120.549] (II) This device may have been added with another device file.
    [ 120.549] (II) config/udev: Adding input device Laptop_Integrated_Webcam_1.3M (/dev/input/event12)
    [ 120.549] (**) Laptop_Integrated_Webcam_1.3M: Applying InputClass "evdev keyboard catchall"
    [ 120.549] (**) Laptop_Integrated_Webcam_1.3M: Applying InputClass "system-keyboard"
    [ 120.549] (II) Using input driver 'evdev' for 'Laptop_Integrated_Webcam_1.3M'
    [ 120.549] (**) Laptop_Integrated_Webcam_1.3M: always reports core events
    [ 120.549] (**) evdev: Laptop_Integrated_Webcam_1.3M: Device: "/dev/input/event12"
    [ 120.549] (--) evdev: Laptop_Integrated_Webcam_1.3M: Vendor 0xc45 Product 0x641d
    [ 120.549] (--) evdev: Laptop_Integrated_Webcam_1.3M: Found keys
    [ 120.549] (II) evdev: Laptop_Integrated_Webcam_1.3M: Configuring as keyboard
    [ 120.549] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input12/event12"
    [ 120.549] (II) XINPUT: Adding extended input device "Laptop_Integrated_Webcam_1.3M" (type: KEYBOARD, id 10)
    [ 120.549] (**) Option "xkb_rules" "evdev"
    [ 120.549] (**) Option "xkb_model" "pc105"
    [ 120.549] (**) Option "xkb_layout" "us"
    [ 120.550] (WW) Option "xkb_variant" requires a string value
    [ 120.550] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 120.550] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
    [ 120.550] (II) No input driver specified, ignoring this device.
    [ 120.550] (II) This device may have been added with another device file.
    [ 120.551] (II) config/udev: Adding input device HDA Intel MID Mic (/dev/input/event10)
    [ 120.551] (II) No input driver specified, ignoring this device.
    [ 120.551] (II) This device may have been added with another device file.
    [ 120.551] (II) config/udev: Adding input device HDA Intel MID Headphone (/dev/input/event11)
    [ 120.551] (II) No input driver specified, ignoring this device.
    [ 120.551] (II) This device may have been added with another device file.
    [ 120.552] (II) config/udev: Adding input device PS/2+USB Mouse (/dev/input/event1)
    [ 120.552] (**) PS/2+USB Mouse: Applying InputClass "evdev pointer catchall"
    [ 120.552] (II) Using input driver 'evdev' for 'PS/2+USB Mouse'
    [ 120.552] (**) PS/2+USB Mouse: always reports core events
    [ 120.552] (**) evdev: PS/2+USB Mouse: Device: "/dev/input/event1"
    [ 120.552] (--) evdev: PS/2+USB Mouse: Vendor 0x4f3 Product 0x214
    [ 120.552] (--) evdev: PS/2+USB Mouse: Found 9 mouse buttons
    [ 120.552] (--) evdev: PS/2+USB Mouse: Found scroll wheel(s)
    [ 120.552] (--) evdev: PS/2+USB Mouse: Found relative axes
    [ 120.552] (--) evdev: PS/2+USB Mouse: Found x and y relative axes
    [ 120.552] (II) evdev: PS/2+USB Mouse: Configuring as mouse
    [ 120.552] (II) evdev: PS/2+USB Mouse: Adding scrollwheel support
    [ 120.552] (**) evdev: PS/2+USB Mouse: YAxisMapping: buttons 4 and 5
    [ 120.552] (**) evdev: PS/2+USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 120.552] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input1/event1"
    [ 120.552] (II) XINPUT: Adding extended input device "PS/2+USB Mouse" (type: MOUSE, id 11)
    [ 120.552] (II) evdev: PS/2+USB Mouse: initialized for relative axes.
    [ 120.552] (**) PS/2+USB Mouse: (accel) keeping acceleration scheme 1
    [ 120.552] (**) PS/2+USB Mouse: (accel) acceleration profile 0
    [ 120.552] (**) PS/2+USB Mouse: (accel) acceleration factor: 2.000
    [ 120.552] (**) PS/2+USB Mouse: (accel) acceleration threshold: 4
    [ 120.553] (II) config/udev: Adding input device PS/2+USB Mouse (/dev/input/mouse0)
    [ 120.553] (II) No input driver specified, ignoring this device.
    [ 120.553] (II) This device may have been added with another device file.
    [ 120.553] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 120.553] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 120.553] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
    [ 120.553] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 120.553] (**) AT Translated Set 2 keyboard: always reports core events
    [ 120.553] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 120.553] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 120.553] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 120.553] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 120.553] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 120.553] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
    [ 120.553] (**) Option "xkb_rules" "evdev"
    [ 120.553] (**) Option "xkb_model" "pc105"
    [ 120.554] (**) Option "xkb_layout" "us"
    [ 120.554] (WW) Option "xkb_variant" requires a string value
    [ 120.554] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 120.554] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event13)
    [ 120.554] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 120.554] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 120.554] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 120.554] (II) LoadModule: "synaptics"
    [ 120.555] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 120.568] (II) Module synaptics: vendor="X.Org Foundation"
    [ 120.568] compiled for 1.14.1, module version = 1.7.1
    [ 120.568] Module class: X.Org XInput Driver
    [ 120.568] ABI class: X.Org XInput driver, version 19.1
    [ 120.568] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 120.568] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 120.568] (**) Option "Device" "/dev/input/event13"
    [ 120.590] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
    [ 120.590] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5650 (res 51)
    [ 120.590] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4710 (res 90)
    [ 120.590] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 120.590] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 120.590] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
    [ 120.590] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 120.590] (**) Option "TapButton1" "1"
    [ 120.590] (**) Option "TapButton2" "2"
    [ 120.590] (**) Option "TapButton3" "3"
    [ 120.590] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 120.590] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 120.593] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input13/event13"
    [ 120.593] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
    [ 120.593] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 120.593] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    [ 120.593] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.038
    [ 120.594] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 120.594] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 120.594] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 120.594] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 120.594] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 120.594] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
    [ 120.594] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 120.595] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
    [ 120.595] (II) No input driver specified, ignoring this device.
    [ 120.595] (II) This device may have been added with another device file.
    [ 120.595] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event8)
    [ 120.595] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 120.596] (**) Dell WMI hotkeys: Applying InputClass "system-keyboard"
    [ 120.596] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
    [ 120.596] (**) Dell WMI hotkeys: always reports core events
    [ 120.596] (**) evdev: Dell WMI hotkeys: Device: "/dev/input/event8"
    [ 120.596] (--) evdev: Dell WMI hotkeys: Vendor 0 Product 0
    [ 120.596] (--) evdev: Dell WMI hotkeys: Found keys
    [ 120.596] (II) evdev: Dell WMI hotkeys: Configuring as keyboard
    [ 120.596] (**) Option "config_info" "udev:/sys/devices/virtual/input/input8/event8"
    [ 120.596] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 14)
    [ 120.596] (**) Option "xkb_rules" "evdev"
    [ 120.596] (**) Option "xkb_model" "pc105"
    [ 120.596] (**) Option "xkb_layout" "us"
    [ 120.596] (WW) Option "xkb_variant" requires a string value
    [ 120.596] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 120.917] (II) evdev: Dell WMI hotkeys: Close
    [ 120.917] (II) UnloadModule: "evdev"
    [ 120.917] (II) UnloadModule: "synaptics"
    [ 120.917] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 120.917] (II) UnloadModule: "evdev"
    [ 120.917] (II) evdev: PS/2+USB Mouse: Close
    [ 120.917] (II) UnloadModule: "evdev"
    [ 120.917] (II) evdev: Laptop_Integrated_Webcam_1.3M: Close
    [ 120.917] (II) UnloadModule: "evdev"
    [ 120.917] (II) evdev: Sleep Button: Close
    [ 120.917] (II) UnloadModule: "evdev"
    [ 120.917] (II) evdev: Power Button: Close
    [ 120.917] (II) UnloadModule: "evdev"
    [ 120.917] (II) evdev: Video Bus: Close
    [ 120.917] (II) UnloadModule: "evdev"
    [ 120.917] (II) evdev: Power Button: Close
    [ 120.917] (II) UnloadModule: "evdev"
    [ 120.926] Server terminated successfully (0). Closing log file.
    I also installed the ati-dri-9.1.2-1-x86_64.pkg.tar.xz and xf86-video-ati-1_7.1.0-3-x86_64.pkg.tar.xz package and my config files are as below:
    10-evdev.conf:
    # Catch-all evdev loader for udev-based systems
    # We don't simply match on any device since that also adds accelerometers
    # and other devices that we don't really want to use. The list below
    # matches everything but joysticks.
    Section "InputClass"
    Identifier "evdev pointer catchall"
    MatchIsPointer "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev keyboard catchall"
    MatchIsKeyboard "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev touchpad catchall"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev tablet catchall"
    MatchIsTablet "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev touchscreen catchall"
    MatchIsTouchscreen "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    10-monitor.conf:
    Section "Monitor"
    Identifier "Monitor0"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "radeon"
    BusID "PCI:1:0:0"
    Option "DRI" "true"
    EndSection
    Section "DRI"
    Group "video"
    Mode 0666
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    Option "RENDER" "Enable"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1366x768_60.00"
    EndSubSection
    EndSection
    10-quirks.conf:
    # Collection of quirks and blacklist/whitelists for specific devices.
    # Accelerometer device, posts data through ABS_X/ABS_Y, making X unusable
    # http://bugs.freedesktop.org/show_bug.cgi?id=22442
    Section "InputClass"
    Identifier "ThinkPad HDAPS accelerometer blacklist"
    MatchProduct "ThinkPad HDAPS accelerometer data"
    Option "Ignore" "on"
    EndSection
    20-keyboards.conf:
    # Keyboard layout - Don't modify! Use keyboardctl instead!
    Section "InputClass"
    Identifier "system-keyboard"
    MatchIsKeyboard "on"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    Option "XkbVariant" ""
    Option "XkbOptions" "terminate:ctrl_alt_bksp"
    EndSection
    50-synaptics.conf:
    # Example xorg.conf.d snippet that assigns the touchpad driver
    # to all touchpads. See xorg.conf.d(5) for more information on
    # InputClass.
    # DO NOT EDIT THIS FILE, your distribution will likely overwrite
    # it when updating. Copy (and rename) this file into
    # /etc/X11/xorg.conf.d first.
    # Additional options may be added in the form of
    # Option "OptionName" "value"
    Section "InputClass"
    Identifier "touchpad catchall"
    Driver "synaptics"
    MatchIsTouchpad "on"
    Option "TapButton1" "1"
    Option "TapButton2" "2"
    Option "TapButton3" "3"
    # This option is recommend on all Linux systems using evdev, but cannot be
    # enabled by default. See the following link for details:
    # http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
    MatchDevicePath "/dev/input/event*"
    EndSection
    Section "InputClass"
    Identifier "touchpad ignore duplicates"
    MatchIsTouchpad "on"
    MatchOS "Linux"
    MatchDevicePath "/dev/input/mouse*"
    Option "Ignore" "on"
    EndSection
    # This option enables the bottom right corner to be a right button on
    # non-synaptics clickpads.
    # This option is only interpreted by clickpads.
    Section "InputClass"
    Identifier "Default clickpad buttons"
    MatchDriver "synaptics"
    Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
    # To disable the bottom edge area so the buttons only work as buttons,
    # not for movement, set the AreaBottomEdge
    # Option "AreaBottomEdge" "82%"
    EndSection
    # This option disables software buttons on Apple touchpads.
    # Th

    The installation process is probably being interrupted by your antivirus file scanner. Most security apps incorporate such utilities which spring into action as soon as you attempt to install, or uninstall a program. That has the effect of causing the installation to halt at a certain point and you're left somewhere in limbo.
    What I suggest you do here is to find your AV app on this site and then use the instructions to disable it: http://www.bleepingcomputer.com/forums/topic114351.html
    After doing that, download the Flash uninstaller from here: 32-bit Flash Uninstaller When you see the prompt, choose "Save" and save it somewhere you can find it easily afterwards. Do not choose "Run". Close IE8 before you run the uninstaller.
    After the uninstaller terminates, reboot to clear the old Registry entries.
    When the system reboots to the desktop, disable your AV app again, then go here to download the latest version: http://get.adobe.com/flashplayer/
    This time, when you see the prompt, choose "Run" to install it immediately.
    Finally, re-enable your antivirus again.
    Message was edited by: Xircal

  • RMI exception calling web service from proxy class

    I am getting the following error attempting to call a web service from a proxy. It appears to relate to the type of objects I am trying to send vs the type that is expected. Following the exception I am adding a copy of the control where calling the web service is sucessful, a copy of the proxy class that I am using to make this unsucessful call, and the controller.jpf that has the formBean where I am creating my objects
    Caught Exception Calling the Web Service from the Proxy. The Exception is the f
    ollowing: java.rmi.RemoteException: web service invoke failed: javax.xml.soap.SO
    APException: failed to serialize class org.openuri.www.CreateAccountCheckingReq
    uestweblogic.xml.schema.binding.SerializationException: type mapping lookup fail
    ure on class=class controls.CheckingService$anyType TypeMapping=TYPEMAPPING SIZE
    =5
    ENTRY 1:
    class: org.openuri.www.CreateAccountCheckingResponse
    xsd_type: ['http://www.openuri.org/']:lcl0:CreateAccountCheckingResponse
    ser: org.openuri.www.CreateAccountCheckingResponseCodec@c0f4da
    deser: org.openuri.www.CreateAccountCheckingResponseCodec@b1dd4
    ENTRY 2:
    class: org.openuri.www.FundingInfoAnonType
    xsd_type: ['http://www.openuri.org/']:lcl0:FundingInfoAnonType
    ser: org.openuri.www.FundingInfoAnonTypeCodec@1d36711
    deser: org.openuri.www.FundingInfoAnonTypeCodec@13a59e
    ENTRY 3:
    class: org.openuri.www.AccountInfoAnonType
    xsd_type: ['http://www.openuri.org/']:lcl0:AccountInfoAnonType
    ser: org.openuri.www.AccountInfoAnonTypeCodec@1de5959
    deser: org.openuri.www.AccountInfoAnonTypeCodec@bbf788
    ENTRY 4:
    class: org.openuri.www.CustomerInfoAnonType
    xsd_type: ['http://www.openuri.org/']:lcl0:CustomerInfoAnonType
    ser: org.openuri.www.CustomerInfoAnonTypeCodec@7824f9
    deser: org.openuri.www.CustomerInfoAnonTypeCodec@1c35fe1
    ENTRY 5:
    class: org.openuri.www.CreateAccountCheckingRequest
    xsd_type: ['http://www.openuri.org/']:lcl0:CreateAccountCheckingRequest
    ser: org.openuri.www.CreateAccountCheckingRequestCodec@1cbcd7b
    deser: org.openuri.www.CreateAccountCheckingRequestCodec@11f60ce
    ; nested exception is:
    javax.xml.soap.SOAPException: failed to serialize class org.openuri.www
    .CreateAccountCheckingRequestweblogic.xml.schema.binding.SerializationException:
    type mapping lookup failure on class=class controls.CheckingService$anyType Typ
    eMapping=TYPEMAPPING SIZE=5
    ENTRY 1:
    class: org.openuri.www.CreateAccountCheckingResponse
    xsd_type: ['http://www.openuri.org/']:lcl0:CreateAccountCheckingResponse
    ser: org.openuri.www.CreateAccountCheckingResponseCodec@c0f4da
    deser: org.openuri.www.CreateAccountCheckingResponseCodec@b1dd4
    ENTRY 2:
    class: org.openuri.www.FundingInfoAnonType
    xsd_type: ['http://www.openuri.org/']:lcl0:FundingInfoAnonType
    ser: org.openuri.www.FundingInfoAnonTypeCodec@1d36711
    deser: org.openuri.www.FundingInfoAnonTypeCodec@13a59e
    ENTRY 3:
    class: org.openuri.www.AccountInfoAnonType
    xsd_type: ['http://www.openuri.org/']:lcl0:AccountInfoAnonType
    ser: org.openuri.www.AccountInfoAnonTypeCodec@1de5959
    deser: org.openuri.www.AccountInfoAnonTypeCodec@bbf788
    ENTRY 4:
    class: org.openuri.www.CustomerInfoAnonType
    xsd_type: ['http://www.openuri.org/']:lcl0:CustomerInfoAnonType
    ser: org.openuri.www.CustomerInfoAnonTypeCodec@7824f9
    deser: org.openuri.www.CustomerInfoAnonTypeCodec@1c35fe1
    ENTRY 5:
    class: org.openuri.www.CreateAccountCheckingRequest
    xsd_type: ['http://www.openuri.org/']:lcl0:CreateAccountCheckingRequest
    ser: org.openuri.www.CreateAccountCheckingRequestCodec@1cbcd7b
    deser: org.openuri.www.CreateAccountCheckingRequestCodec@11f60ce
    Java Control for the web service:
    package controls;
    import weblogic.webservice.context.WebServiceContext;
    * @jc:location http-url="http://localhost:7001/Checking.jws"
    * @jc:wsdl file="#CheckingWsdl"
    * @jc:handler callback="MessageHandler" operation="MessageHandler"
    public interface CheckingService extends com.bea.control.ControlExtension, com.bea.control.ServiceControl
    public static class CustomerInfo
    implements java.io.Serializable
    public java.lang.String FirstName;
    public java.lang.String LastName;
    public java.lang.String MiddleName;
    public int SSN;
    public int CustomerNumber;
    public java.util.Calendar CreationDate;
    public java.util.Calendar LastModifiedDate;
    public static class FundingInfo
    implements java.io.Serializable
    public float Amount;
    public java.util.Calendar CurrentDate;
    public int AccountNumber;
    public static class anyType
    implements java.io.Serializable
    public com.bea.xml.XmlObject[] t;
    public static class AccountInfo
    implements java.io.Serializable
    public int AccountNumber;
    public float Balance;
    public int CustomerNumber;
    public java.util.Calendar LastModifiedDate;
    public WebServiceContext context = CheckingService.context;
    * @jc:protocol form-post="false" form-get="false"
    public AccountInfo CreateAccountChecking (CustomerInfo CustomerInfo, FundingInfo FundingInfo, anyType CommonHeader);
    static final long serialVersionUID = 1L;
    /** @common:define name="CheckingWsdl" value::
    <?xml version="1.0" encoding="utf-8"?>
    <!-- @editor-info:link autogen="false" source="" -->
    <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:conv="http://www.openuri.org/2002/04/soap/conversation/" xmlns:cw="http://www.openuri.org/2002/04/wsdl/conversation/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:jms="http://www.openuri.org/2002/04/wsdl/jms/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s0="http://www.openuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://www.openuri.org/">
    <types>
    <s:schema targetNamespace="http://www.openuri.org/" xmlns:s="http://www.w3.org/2001/XMLSchema">
    <s:element name="CreateAccountCheckingRequest">
    <s:complexType>
    <s:sequence>
    <s:element name="CustomerInfo">
    <s:complexType>
    <s:sequence>
    <s:element name="FirstName" type="s:string" nillable="false"/>
    <s:element name="LastName" type="s:string" nillable="false"/>
    <s:element name="MiddleName" type="s:string" nillable="true"/>
    <s:element name="SSN" type="s:int"/>
    <s:element name="CustomerNumber" type="s:int"/>
    <s:element name="CreationDate" type="s:dateTime"/>
    <s:element name="LastModifiedDate" type="s:dateTime"/>
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:element name="FundingInfo">
    <s:complexType>
    <s:sequence>
    <s:element name="Amount" type="s:float"/>
    <s:element name="CurrentDate" type="s:dateTime"/>
    <s:element name="AccountNumber" type="s:int"/>
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:element name="CommonHeader" type="s:anyType"/>
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:element name="CreateAccountCheckingResponse">
    <s:complexType>
    <s:sequence>
    <s:element name="AccountInfo">
    <s:complexType>
    <s:sequence>
    <s:element name="AccountNumber" type="s:int"/>
         <s:element name="Balance" type="s:float"/>
         <s:element name="CustomerNumber" type="s:int"/>
         <s:element name="LastModifiedDate" type="s:dateTime"/>
    </s:sequence>
    </s:complexType>
    </s:element>
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:element name="string" nillable="true" type="s:string"/>
    </s:schema>
    </types>
    <message name="CreateAccountCheckingSoapIn">
    <part name="parameters" element="s0:CreateAccountCheckingRequest"/>
    </message>
    <message name="CreateAccountCheckingSoapOut">
    <part name="parameters" element="s0:CreateAccountCheckingResponse"/>
    </message>
    <portType name="CheckingSoap">
    <operation name="CreateAccountChecking">
    <input message="s0:CreateAccountCheckingSoapIn"/>
    <output message="s0:CreateAccountCheckingSoapOut"/>
    </operation>
    </portType>
    <binding name="CheckingSoap" type="s0:CheckingSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
    <operation name="CreateAccountChecking">
    <soap:operation soapAction="http://www.openuri.org/CreateAccountChecking" style="document"/>
    <input>
    <soap:body use="literal"/>
    </input>
    <output>
    <soap:body use="literal"/>
    </output>
    </operation>
    </binding>
    <service name="Checking">
    <port name="CheckingSoap" binding="s0:CheckingSoap">
    <soap:address location="http://localhost:7001/Checking.jws"/>
    </port>
    </service>
    </definitions>
    FOLLOWING IS THE PROXY CLASS THAT IS UNSUCCESSFUL
    import controls.CheckingService.anyType;
    import java.util.ArrayList;
    import java.util.List;
    import javax.xml.namespace.QName;
    import javax.xml.rpc.handler.HandlerInfo;
    import javax.xml.rpc.handler.HandlerRegistry;
    import org.openuri.CreateAccountCheckingResponseDocument.CreateAccountCheckingResponse;
    import org.openuri.www.CustomerInfoAnonType;
    import org.openuri.www.FundingInfoAnonType;
    import weblogic.jws.proxies.*;
    import weblogic.webservice.context.WebServiceContext;
    import weblogic.webservice.context.WebServiceSession;
    import weblogic.webservice.core.handler.WSSEClientHandler;
    import weblogic.webservice.tools.pagegen.result;
    import weblogic.xml.security.UserInfo;
    import weblogic.xml.security.wsse.Security;
    import weblogic.xml.security.wsse.SecurityElementFactory;
    //import weblogic.jws.proxies.WebServiceB;
    //import weblogic.jws.proxies.WebServiceB_Impl;
    //import weblogic.jws.proxies.WebServiceBSoap;
    public class CheckingWSProxy
    public static void CallWS(Controller.CreateAccountCheckingForm form)
    String user;
    String pass;
    try{
    * Instantiate the main proxy class. The proxy class has the same name as the
    * web service, with "_Impl" appended.
    Checking myservice = new Checking_Impl("http://localhost:7001/ConsumerAccountApp/schemas/CheckingService.wsdl");
    WebServiceContext context = myservice.context();
    WebServiceSession session = context.getSession();
    * Registers a handler for the SOAP message traffic.
    HandlerRegistry registry = myservice.getHandlerRegistry();
    List list = new ArrayList();
    list.add(new HandlerInfo(WSSEClientHandler.class, null, null));
    registry.setHandlerChain(new QName("Checking"), list);
    * Set the username and password token for SOAP message sent from the client, through
    * the proxy, to the web service.
    user = form.getUsername();
    pass = form.getPassword();
    UserInfo ui = new UserInfo(user, pass);
    session.setAttribute(WSSEClientHandler.REQUEST_USERINFO, ui);
    * Adds the username / password token to the SOAP header.
    SecurityElementFactory factory = SecurityElementFactory.getDefaultFactory();
    Security security = factory.createSecurity(null);
    security.addToken(ui);
    session.setAttribute(WSSEClientHandler.REQUEST_SECURITY, security);
    * Get the protocol-specific proxy class.
    CheckingSoap msg=myservice.getCheckingSoap();
    * Invoke the web service method
    msg.createAccountChecking((CustomerInfoAnonType)form.getProxyCustomerInfo(), (FundingInfoAnonType)form.getProxyFundingInfo(), (Object)form.get_CommonHeader());
    catch (Exception ex)
    System.out.println("Caught Exception Calling the Web Service from the Proxy. The Exception is the following: " + ex.toString());
    FOLLOWING IS THE FORMBEAN IN THE CONTROLLER.JPF FILE
    * FormData get and set methods may be overwritten by the Form Bean editor.
    public static class CreateAccountCheckingForm extends FormData
    private anyType _CommonHeader;
    private controls.CheckingService.FundingInfo _FundingInfo;
    private controls.CheckingService.CustomerInfo _CustomerInfo;
    private java.util.Date dOut;
    private java.util.Calendar cOut;
    private CustomerInfo proxyCustomerInfo;
    private FundingInfo proxyFundingInfo;
    private String stringDate;
    private String currentDate;
    private String lastModifiedDate;
    private String creationDate;
    private String systemMessage;
    private String username;
    private String password;
    private String accountType;
    private String trashTransferAccount;
    private String trashAccountNumber;
    private boolean secureFlag;
    public void set_CustomerInfo(controls.CheckingService.CustomerInfo _CustomerInfo)
    _CustomerInfo.CreationDate = parseDate(getCreationDate());
    _CustomerInfo.LastModifiedDate = parseDate(getLastModifiedDate());
    this._CustomerInfo = _CustomerInfo;
    public controls.CheckingService.CustomerInfo get_CustomerInfo()
    if(this._CustomerInfo == null)
    this._CustomerInfo = new controls.CheckingService.CustomerInfo();
    _CustomerInfo.CreationDate = dateNow();
    _CustomerInfo.LastModifiedDate = dateNow();              
    return this._CustomerInfo;
    public CustomerInfo getProxyCustomerInfo()
    this.proxyCustomerInfo = (CustomerInfo)this._CustomerInfo;
    return this.proxyCustomerInfo;
    public void set_FundingInfo(controls.CheckingService.FundingInfo _FundingInfo)
    _FundingInfo.CurrentDate = parseDate(getCurrentDate());
    this._FundingInfo = _FundingInfo;
    public controls.CheckingService.FundingInfo get_FundingInfo()
    if(this._FundingInfo == null)
    this._FundingInfo = new controls.CheckingService.FundingInfo();
    _FundingInfo.CurrentDate = dateNow();
    return this._FundingInfo;
    public FundingInfo getProxyFundingInfo()
    this.proxyFundingInfo = (FundingInfo)this._FundingInfo;
    return this.proxyFundingInfo;
    public void set_CommonHeader(anyType _CommonHeader)
    this._CommonHeader = _CommonHeader;
    public anyType get_CommonHeader()
    if(this._CommonHeader == null)
    this._CommonHeader = new anyType();
    return this._CommonHeader;
    public java.util.Calendar dateNow()
    this.dOut = new Date();
    Calendar cOut = this.cOut.getInstance();
    cOut.setTime(this.dOut);
    this.cOut = cOut;
    return this.cOut;
    public java.util.Calendar parseDate( String strDate )
    SimpleDateFormat df4 = new SimpleDateFormat( "MM/dd/yyyy" );
    Calendar cOut = this.cOut;
    df4.setLenient( false );
    try
    this.dOut = df4.parse( strDate );
    } catch ( ParseException e )
    cOut.getInstance();
    cOut.setTime(dOut);
    this.cOut = cOut;
    return this.cOut;
    public void setStringDate( String stringDate )
    this.stringDate = stringDate;
    public String getStringDate()
    return this.stringDate;
    public void setCurrentDate( String currentDate )
    this.currentDate = currentDate;
    public String getCurrentDate()
    SimpleDateFormat df4 = new SimpleDateFormat( "MM/dd/yyyy" );
    this.currentDate = df4.format(_FundingInfo.CurrentDate.getTime());
    return this.currentDate;
    public void setLastModifiedDate( String lastModifiedDate )
    this.lastModifiedDate = lastModifiedDate;
    public String getLastModifiedDate()
    SimpleDateFormat df4 = new SimpleDateFormat( "MM/dd/yyyy" );
    this.lastModifiedDate = df4.format(_CustomerInfo.LastModifiedDate.getTime());
    return this.lastModifiedDate;
    public void setCreationDate( String creationDate )
    this.creationDate = creationDate;
    public String getCreationDate()
    SimpleDateFormat df4 = new SimpleDateFormat( "MM/dd/yyyy" );
    this.creationDate = df4.format(_CustomerInfo.CreationDate.getTime());
    return this.creationDate;
    public void setUsername( String username )
    this.username = username;
    public String getUsername()
    return this.username;
    public void setPassword( String password )
    this.password = password;
    public String getPassword()
    return this.password;
    public void setAccountType( String accountType )
    this.accountType = accountType;
    public String getAccountType()
    return this.accountType;
    public void setTrashTransferAccount( String trashTransferAccount )
    this.trashTransferAccount = trashTransferAccount;
    public String getTrashTransferAccount()
    return this.trashTransferAccount;
    public void setTrashAccountNumber( String trashAccountNumber )
    this.trashAccountNumber = trashAccountNumber;
    public String getTrashAccountNumber()
    return this.trashAccountNumber;
    public void setSystemMessage( String systemMessage )
    this.systemMessage = systemMessage;
    public String getSystemMessage()
    return this.systemMessage;
    public void setSecureFlag( boolean secureFlag )
    this.secureFlag = secureFlag;
    public boolean getSecureFlag()
    return this.secureFlag;
    }

    This exception means that xml namespaces are different.
    Etc. soap has xml element which doesn't belong to namespace of parent xml element and namespace is set without prefix.
    I had such problem.
    Try to set namespace prefix for this element.
    Example:
    <el1>
    <el2 xmlns="http://..."/>
    </el1>
    Should be
    <el1>
    <q:el2 xmlns:q="http://..."/>
    </el1>

  • How can I create an IList Employee list based on my Employee class?

    I'm trying to create an IList<Employee> list based on my Employee class (below).  But this is erroring out.  Is my employee class missing anything?  How could I make this work?
    private void EmployeeList()
    IList<Employee> arL = new IList<Employee>(); //<<<<----errors out here
    arL.Add(new Employee {Name="Mary",Gender="Female", Age=35});
    arL.Add(new Employee { Name = "Bob", Gender = "Male", Age = 40 });
    arL.Add(new Employee { Name = "Tom", Gender = "Male", Age = 50 });
    var qm = from Employee employee in arL
    where employee.Age < 50
    select employee;
    foreach (var m in arL)
    Console.WriteLine(m.ToString());
    class Employee
    private string name;
    private string gender;
    private int age;
    public string Name
    get { return name; }
    set { name = value; }
    public string Gender
    get { return gender; }
    set { gender = value; }
    public int Age
    get {return age;}
    set {age = value;}
    Rich P

    IList is an interface, not a class. This means that it can't be instantiated (can't be "newed").
    List is a class, so it can be instantiated. It implements the IList interface, which means that it must provide the functionality specified in that interface.
    That's what an interface is - a definition of functionality that a class must provide. An interface is often described as a contract that a class must fulfill.
    So in the code in your last post, you are saying that arL is an instance of some class that implements the IList interface, and you are then setting it to an instance of the class List. The List class implements the IList interface, so this assignment is
    legit. It would also be legit to use any other class that implements IList, such as an array.
    Any class that implements IList can have as much extra functionality as whoever wrote it likes, as long as it implements at least the functionality of the interface.
    Sometimes you will come across a method in a library over which you have no control and which returns IList rather than list. In such a case you will be forced to do something like...
    IList list = SomeMethodOrOther();
    So you will have no idea what class list is an instance of, but you will know that it has the functionality of IList. This is about the only circumstance where I would recommend defining a variable as IList rather than List (but it probably won't be long
    before there are some replies to this post that disagree).

  • Error: "cannot be resolved or is not a type" of webservice proxy class

    Hello I'm novice in Web Dyn Pro, could you please assist me.
    I have project that was developed before by others, now I encountered with errors during compilation of web service project based on ejb. If more concretely, problems occured in one auto-generated proxy class that refer to another proxy class that I don't know why was absent.
    Problems occures in lines like this
    com.accenture.mdp.company.model.companybasic.proxies.DefaultServiceImpl service = com.accenture.mdp.company.model.companybasic.CompanyBasic. getServiceImpl ();
    Error com.accenture.mdp.company.model.companybasic.proxies.DefaultServiceImpl cannot be resolved or is not a type     Request_CompanyServiceViDocument_addCompany.java
    I suppose that exists the way to generate absented proxies automaticaly, may be by using wizards, but I don't know how.
    Could anybody help me ?

    Hi Sergy,
    Welcome to SDN!
    Did you try Repair, Reload and Rebuild options?
    (Right click on the project, you will get the options)
    If still the problem exists, Close and Open the project.
    Check the versions of your NWDS and the project developed NWDS are same?
    Regards,
    Siva

  • IIOP Java mode - proxy classes generation

    Hello,
    I have been able to use Jave-mode for call-in from a Java client to a
    Forte Server. Among the generated Java files, I observe that for each
    service object, there is also an IIOP proxy class - Java file with the
    _pxy name appended to the front.
    for example: ServerClass is a Tool Class, and there is a service object
    based on it. The "Make Distribution" process has generated the
    corresponding pxyServerClass.java also. It may be that the proxy
    files are generated for all Forte classes. I am not sure.
    The whole scheme of things has worked perfectly well for a simple test
    project that I wrote.
    But, there is another Plan, our Project's main Plan, that has some
    Supplier Plans, which in turn have a few other Supplier Plans, etc, the
    generated Java files does not have a single proxy class! I am unable to
    figure out why. Are there places that I should look for?
    In all, there are 2 DB Resouce Service Objects, 5 TOOL SOs in our
    application configuration. I tried switching the Distributed property
    from Allowed to IsDefault, but that didn't alter anything.
    Any help will be greatly appreciated.
    On a related note:
    When using IDL mode...
    Operator overriding is not allowed when using IDL2Java compiler of
    VisiBroker. You have class B that extends A. A method is redefined may
    be, with say different parameters. The .idl file won't compile, aborts
    with an error "attempt to redefine operator/varialbe". I heard from a
    colleague of mine (in fact I saw it compiling on his machine) that
    OrbixWeb allows this. This seemed like a basic requirement, it was hard
    to imagine that IDL syntax would not support that. Now, I realise that
    it is a problem with Visigenic product. Have other developers come
    across this problem? Is there a workaround?
    Thanks,
    Kishore Puvvada
    International Business Corporation
    Get Your Private, Free Email at http://www.hotmail.com
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Hi Mark!!
       I would suggest you to check the components created for the Interface.  The main components of an Enterprise beans are like this:
    <Interface>_PortTypeImplRemote
    <Interface>_PortTypeImplRemoteHome
    <Interface>_PortTypeImplLocal
    <Interface>_PortTypeImplLocalHome
    <Interface>_PortTypeBean
    You can decompile if you have the Class file. It may be possible that the file got corrupted while creation.
    Decompile the file if you have only the class file(Use DJ Compiler or JAD.exe). This will tell you whether the error is with the bytecode of the bean class.
    Cheers!!
    AnuraG

  • Help on using Proxy Class  ???

    The proxy class that i am using currently not detecting (and not using ) my proxy .server
    I am using Naviscope proxy server on port 81 .
    Following is my code snippet:
    psvm (String a[] ){
    try {
    Proxy proxy = new Proxy(Proxy.Type.SOCKS,
                                       new InetSocketAddress("127.0.0.1", 81 )
                   Socket socket = new Socket(proxy);
                   System.out.println("Connecting...");
                   socket.connect(new InetSocketAddress("http://google.com", 81);
                   if (socket.isConnected() )
                        System.out.println("Connectoed");
                   else
                        System.out.println("Not connected");
                   socket.close() ;
    catch(Exception ioe){
         ioe.printStackTrace();
    The error is InvalidArgumentType when proxy type is other than Socks ...
    There is no error on setting as Socks server type , but no activity in my Server.
    Morever my proxy server is a Http one .. and works well with Firefox , IE ,Opera !!!
    Can someone help me out.. pls
    Thx in advance ...

    The compiler I'm using is showing errors in these areas of the code. I've read the tutorials and still can't get it. They syntax for the scanner must be in the wrong format??
    the input.readLine appears incorrect below.
      public void actionPerformed(ActionEvent evt) {
        System.out.print("Talk to me " +name+ " : ");
        try {
            jLabel1.setText(input.readLine());
        } catch (IOException ioe) {
          jLabel1.setText("Ow! You pushed my button");
          System.err.println("IO Error: " + ioe);
        }and also here...
    the input is showing errors
      /** Initialise and Scan input Stream */
      private void selectInput() {
        input = new Scanner(new InputStreamReader(System.in));
       /**int i = sc.nextInt(); */
      }Thanks

  • Getting Bad Type Error when calling a method in the proxy class

    Hi,
    I have generated the proxy classes from wsdl.
    When I am calling the methods in the proxy class from one of external class, I am getting following error.
    Can anyone please help me in resolving this issue.
    javax.xml.ws.soap.SOAPFaultException: org.xml.sax.SAXException: Bad types (interface javax.xml.soap.SOAPElement -> class com.intraware.snetmgr.webservice.data.SubscribeNetObjectReference) Message being parsed:
         at com.sun.xml.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:197)
         at com.sun.xml.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:122)
         at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:125)
         at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:95)
         at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:136)
         at $Proxy176.find(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at weblogic.wsee.jaxws.spi.ClientInstanceInvocationHandler.invoke(ClientInstanceInvocationHandler.java:84)
         at $Proxy173.find(Unknown Source)
         at com.xxx.fs.FNServices.findAccountWs(FNServices.java:132)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker.invoke(WLSInstanceResolver.java:92)
         at weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker.invoke(WLSInstanceResolver.java:74)
         at com.sun.xml.ws.server.InvokerTube$2.invoke(InvokerTube.java:151)
         at com.sun.xml.ws.server.sei.EndpointMethodHandlerImpl.invoke(EndpointMethodHandlerImpl.java:268)
         at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:100)
         at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:866)
         at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:815)
         at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:778)
         at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:680)
         at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:403)
         at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:532)
         at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:253)
         at com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:140)
         at weblogic.wsee.jaxws.WLSServletAdapter.handle(WLSServletAdapter.java:171)
         at weblogic.wsee.jaxws.HttpServletAdapter$AuthorizedInvoke.run(HttpServletAdapter.java:708)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
         at weblogic.wsee.util.ServerSecurityHelper.authenticatedInvoke(ServerSecurityHelper.java:103)
         at weblogic.wsee.jaxws.HttpServletAdapter$3.run(HttpServletAdapter.java:311)
         at weblogic.wsee.jaxws.HttpServletAdapter.post(HttpServletAdapter.java:336)
         at weblogic.wsee.jaxws.JAXWSServlet.doRequest(JAXWSServlet.java:95)
         at weblogic.servlet.http.AbstractAsyncServlet.service(AbstractAsyncServlet.java:99)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java: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:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Thanks
    Anoop

    Hi Vlad,
    The service has not been changed since i have generated the proxy.
    I tried calling the service from soapUI and I am getting the following error now.
    Request:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:uri="uri:webservice.subscribenet.intraware.com" xmlns:uri1="uri:subscribenet.intraware.com">
    <soapenv:Header>
    <uri:SessionHeader>
    <uri:SessionID>hjkashd9sd90809dskjkds090dsj</uri:SessionID>
    </uri:SessionHeader>
    </soapenv:Header>
    <soapenv:Body>
    <uri:Find>
    <uri:SubscribeNetObjectReference>
    <uri1:ID></uri1:ID>
    <uri1:IntrawareID></uri1:IntrawareID>
    <uri1:SharePartnerID></uri1:SharePartnerID>
    </uri:SubscribeNetObjectReference>
    </uri:Find>
    </soapenv:Body>
    </soapenv:Envelope>
    Response:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Header/>
    <soapenv:Body>
    <soapenv:Fault>
    <faultcode>soapenv:Server.generalException</faultcode>
    <faultstring>org.xml.sax.SAXException: WSWS3279E: Error: Unable to create JavaBean of type com.intraware.snetmgr.webservice.data.SubscribeNetObjectReference. Missing default constructor? Error was: java.lang.InstantiationException: com.intraware.snetmgr.webservice.data.SubscribeNetObjectReference. Message being parsed:</faultstring>
    </soapenv:Fault>
    </soapenv:Body>
    </soapenv:Envelope>
    Thanks
    Anoop

  • Message interface does not exist in any software components installed

    "Message interface does not exist in any software components installed on this business system"
    Essa é a mensagem de erro que estou tendo ao tentar configurar o XPath Receiver Determination do cenário SRVSC_WebAS_Outbound_ServiceStatusCheck.
    Já notei que a mensagem dá porque o meu BS da NFe não está com o SWCV SAP SLL-NFE 1.0. Mas isso só no ID porque no SLD ele aparece. Não sei mais o que fazer pra ele aparecer no ID. Já eliminei o BS, executei um refresh do cache do SLD, depois executei um refresh full e nada! Quando eu crio o BS novamente, ele vem sem o SWCV SAP SLL-NFE 1.0.
    Tive que configurar o XPath na mão para todas as SEFAZes!!!
    Já li vários threads a respeito desse erro e executei vários procedimentos sugeridos, mas nada.
    Alguém já possou por isso?!?

    para ser mais preciso, verifique no payload de envio e recebimento da mensagem de verificacao de status do servico se estao correspondentes ao que estao abaixo, essa mensagem é de verificacao do SEFAZ de SP (35) para o ambiente de homologacao
    (SENDER)
    <?xml version="1.0" encoding="utf-8"?><n0:nfeStatusServicoNF xmlns:n0="http://sap.com/xi/NFE/005a" xmlns:prx="urn:sap.com:proxy:PID:/1SAI/TASE95D30ADB76F1544C2D5:700:2009/02/10" xmlns:n1="http://www.portalfiscal.inf.br/nfe"><n0:cUF>35</n0:cUF><n0:tpEmis>1</n0:tpEmis><n0:tpAmb>2</n0:tpAmb><n0:nfeCabecMsg><n1:cabecMsg versao="1.02"><n1:versaoDados>1.07</n1:versaoDados></n1:cabecMsg></n0:nfeCabecMsg><n0:nfeDadosMsg><n1:consStatServ versao="1.07"><n1:tpAmb>2</n1:tpAmb><n1:cUF>35</n1:cUF><n1:xServ>STATUS</n1:xServ></n1:consStatServ></n0:nfeDadosMsg></n0:nfeStatusServicoNF>
    (RECEIVER)
    <?xml version="1.0" encoding="UTF-8"?>
    <nfeStatusServicoNFResponse xmlns="http://sap.com/xi/NFE/005a"><nfeStatusServicoNFResult><retConsStatServ xmlns="http://www.portalfiscal.inf.br/nfe" versao="1.07"><tpAmb>2</tpAmb><verAplic>SP_NFE_PL_005e</verAplic><cStat>107</cStat><xMotivo>Serviço em Operação</xMotivo><cUF>35</cUF><dhRecbto>2010-05-26T09:37:22</dhRecbto><tMed>1</tMed></retConsStatServ></nfeStatusServicoNFResult></nfeStatusServicoNFResponse>

  • C# Proxy Classes from SAP WSDL files

    We are trying to generate proxy classes for SAP eSOA web services using C# and Visual Studio 2005.
    When we try to run Microsoft's proxy class generation utility, WSDL.exe, errors are generated that attribute incorrect syntax to the SAP WSDL file:
    > Microsoft (R) Web Services Description Language Utility [Microsoft (R)
    > .NET Framework, Version 2.0.50727.42] Copyright (C) Microsoft
    > Corporation. All rights reserved.
    > Warning: This web reference does not conform to WS-I Basic Profile v1.1.
    > R2028, R2029: A DESCRIPTION using the WSDL namespace and the WSDL SOAP
    > binding n amespace MUST be valid according to the XML Schemas found at
    > http://schemas.xmls oap.org/wsdl/2003-02-11.xsd and http://schemas.xmlsoap.org/wsdl/soap/2003-02-11.
    > xsd.
    >   -  Warning: The element 'definitions' in namespace
    > 'http://schemas.xmlsoap.org /wsdl/' has invalid child element 'properties' in namespace 'urn:com-sap:ifr:v2:
    > wsdl'. List of possible elements expected: 'import, types, message,
    > portType, bi nding, service' in namespace
    > 'http://schemas.xmlsoap.org/wsdl/'. Line 1748, posi tion 4.
    >
    > SOAP 1.1 binding was not found: WS-I's Basic Profile 1.1 consists of
    > implementat ion guidelines that recommend how a set of core Web
    > services specifications shou ld be used together to develop
    > interoperable Web services. For the 1.1 Profile, those specifications are SOAP 1.1, WSDL 1.1, UDDI 2.0, XML 1.0 and XML Schema.
    >
    > For more details on the WS-I Basic Profile v1.1, see the specification
    > at http://www.ws-i.org/Profiles/BasicProfile-1.1.html.
      The WSDL file is obtained from the SAP ES Workplace, from the following URL:
    http://erp.esworkplace.sap.com/socoview(bD1lbiZjPTgwMCZkPW1pbg==)/render.asp?&id=4FFC1A97663611DA36BB000F20DAC9EF&fragID=&packageid=DBBB6D8AA3B382F191E0000F20F64781&iv=
      We have already tried both SAP files available from this location; neither works.
      Any insight you can offer to help us generate these proxy classes is welcome. Note that the SAP PDF file, "ESOA-Roadmap-Workshop.PDF" talks about one syntactic incompatibility with Microsoft WSDL (on page 70), but this solution does not work, and indeed the token 'parameters' does not appear anywhere in either SAP WSDL file for Create Maintenance Request eSOA.
      Thanks for any help you can offer!
    -- Julian Mensch

    I have the same problem after renaming "parameters" to "parameter" and I'm using the same example ES that's in the document:
    http://erp.esworkplace.sap.com/sap/bc/srt/xip/sap/ECC_EMPLOYEEBASICDBYEMPLOYEEQR/version3?sap-client=800&wsdl=1.1
    wsdl.exe from .NET Framework 2.0.50727.42 gives me
    Microsoft (R) Web Services Description Language Utility
    [Microsoft (R) .NET Framework, Version 2.0.50727.42]
    Copyright (C) Microsoft Corporation. All rights reserved.
    Warning: This web reference does not conform to WS-I Basic Profile v1.1.
    SOAP 1.1 binding was not found: WS-I's Basic Profile 1.1 consists of implementat
    ion guidelines that recommend how a set of core Web services specifications shou
    ld be used together to develop interoperable Web services. For the 1.1 Profile,
    those specifications are SOAP 1.1, WSDL 1.1, UDDI 2.0, XML 1.0 and XML Schema.
    For more details on the WS-I Basic Profile v1.1, see the specification
    at http://www.ws-i.org/Profiles/BasicProfile-1.1.html.
    Warning: no classes were generated.
    Warnings were encountered. Review generated source comments for more details.
    I'm sure it's something really stupid since this example worked at some point for whoever wrote the doc...
    It's sad that there is basically no .NET support from the SAP side and apart from a few documents there is basically no developer documentation or samples...

  • ABAP proxy class - data structure

    I generated a ABAP Proxy Class and the data structure I want to use is put automatically under item structure which has 0...unbounded type.
    1. How can I get rid of this item structure as it will create another unnecessary level for my mapping
    2. If my source structure has only 3 level, and the target structure has more than 3 (including item), how to map it?
    e.g.
    Source structure: Level 1(occurrence 1) > Level 2(1)> Level 3(0..1)
    Target structure: Level 1(1])--> Level 2(0...1) --> item (0..unbounded) ---> Level 4(0..1)
    I need to map level 3 from my source to level 4 in target, but it didn't seem to work.
    Thanks.

    --->1. How can I get rid of this item structure as it will create another unnecessary level for my mapping
    You can delete the proxy at Application Server.....make necessary changes at XI Message Interface and again generate the proxy...
    -->Source structure: Level 1(occurrence 1) > Level 2(1)> Level 3(0..1)
    Target structure: Level 1(1])--> Level 2(0...1) --> item (0..unbounded) ---> Level 4(0..1)
    For this you need to make use of context change features of XI Mapping.
    Regards,

  • Compilation Error for import classes not found in generated Proxy Class

    Hi,
    We are generating java classes for the COM dll using JCOM com2java compiler.
    We are getting a compilation error for import class not found when compiling the
    generated Proxy java source code. It can't find the com.bea.jcom.Dispatch class that
    the generated Proxy java source code extends. It also can't find com.bea.jcom.Variant
    or com.bea.jcom.Param. These are interfaces or data types or classes used by COM
    library.
    I added weblogic.jar to my class path and the only Dispatch class i found inside
    the weblogic.jar is com.linar.jintegra.Dispatch;
    We have com objects for which we want to develop an EJB client to interface with
    the COM object using JCOM with Native Mode disabled.
    Any help on the compilation error..I tried changing the extends for Dispatch to com.linar.jintegra.Dispatch
    but the other errors are still there.
    To begin with, I think the generated code should not refer to any of the COM data
    types.
    Any help please.
    Thank you in advance,
    Regards,
    Rahul Srivastava
    [email protected]

    Hi,
    I resolved the other errors by changing all references from com.bea.jcom.Variant
    etc to com.linar.jintegra.class name..all were present under the com.linar.jintegra
    package.
    Thank you all anyways,
    Regards,
    rahul
    "Rahul Srivastava" <[email protected]> wrote:
    >
    Hi,
    We are generating java classes for the COM dll using JCOM com2java compiler.
    We are getting a compilation error for import class not found when compiling
    the
    generated Proxy java source code. It can't find the com.bea.jcom.Dispatch
    class that
    the generated Proxy java source code extends. It also can't find com.bea.jcom.Variant
    or com.bea.jcom.Param. These are interfaces or data types or classes used
    by COM
    library.
    I added weblogic.jar to my class path and the only Dispatch class i found
    inside
    the weblogic.jar is com.linar.jintegra.Dispatch;
    We have com objects for which we want to develop an EJB client to interface
    with
    the COM object using JCOM with Native Mode disabled.
    Any help on the compilation error..I tried changing the extends for Dispatch
    to com.linar.jintegra.Dispatch
    but the other errors are still there.
    To begin with, I think the generated code should not refer to any of the
    COM data
    types.
    Any help please.
    Thank you in advance,
    Regards,
    Rahul Srivastava
    [email protected]

  • No data from XI Proxy class

    Hi,
    I am having one proxy class created by XI, which is used to pull the data from Oracle. While executing the class in the program it is not outputing the data, but for the particular input data is available in Oracle.
    While monitoring the XI request we can able to find the corresponding output in the transaction SXMB_MONI , but it is not flowing in the expoting parameter of the proxy class. 
    Please Suggest me what can be issue?.
    Regards,
    Meera C

    Actually,in the standard program the functions  'BAPI_TRANSACTION_COMMIT'  and 'DB_COMMIT' have been commented during upgradation and there is a comment saying 'no commit in proxy class but from XI runtime (precondition: no errors)'.
    what is the procedure for giving commit in XI runtime in asynchronou mode for a proxy interface?

Maybe you are looking for

  • Sharing iTunes library with other users (on Vista)

    I'm posting this for my sister who just purchased a new computer running Vista. She's set up a user account for herself as well as one for each of my two nephews. We've successfully moved over her iTunes music folder from her laptop and can now acces

  • Can I convert an appointment to reminder

    I am still used to writing everything down as an appointment. I'm starting to use the reminder app more and more. But I often run into the problem of wanting to convert an appointment to a reminder. How can I do that?

  • Re: Adobe Content Bundler for Mac

    Hi Everyone, I believe I was speaking about the Adobe Conetent Bundler's issue in MAC before. Just wondering if you guys have the same problem or not. It keeps saying: Invalid value for parameter 'to' of method 'rasterizeDocumentPage'. Expected File,

  • 800mhz g3 to g4 ram?

    this seems to have been asked before but more for powerbook....can i take the extra ram from my g3 to a g4?...both ibooks...if not can i swap the ram with another g3 of any speed?

  • Iphone 4, unlock via IMEI

    I bought an iphone 4, but I'm using it in Costa Rica, how I can unlock via IMEI for use in Costa Rica