Committ Work is failing

Hi All,
My program is actually converting General Receipe to Master Receipe and updating the data base.All the FM are working properly and no where my sy-subrc is failing for any FM and work is committed at the end of every general receipe, but after crossing some 100+ records the FM are working properly(i.e the sy-subrc is not failing) in saving the data but after that when it encounters the COMMITT and WAIT statement its not happening.After this COMMITT statement its giving a sy-subrc - 4.This is not happening(i.e sy-subrc is not failing for commit and wait) for the same records if the number of records is less than 100. This commit is causing a problem only after reaching some 100+ records.
So kindly let me know wat might be the problem.
Thank you in advance.

The problem is solved now.
The primary key of the header table to be updated  constitute RGUID , ICNT , RECNT.
My object has to convert 100's  GRu2019s  so what it was  doing (standard FM) is increasing the counter of RCNT (version).
The problem is we have field RECNT(version) which of type NUMC 2 so it can have a max value of 99 and after that its becoming 00.
So the key is getting repeated and the update is failing as RGUID is not changing.
The new RGUID is not generating every time as the standard program reads  a global table which has contains the list of all converted GRu2019s.
Every time its reads the global table and if no entry is present then it will create a new RGUID or else increases version number RCNT.
So we made a implicit enhancement to clear that table every time to generate new GUID every time.

Similar Messages

  • MacbookPro (Late 2013) FaceTime/iMessage suddenly stopped working "FaceTime Failed"

    FaceTime/iMessage suddenly stopped working "FaceTime Failed" although i am calling the same number, what can i do to fix this?

    Hello cameronmhill,
    It sounds like you are unable to use FaceTime on your Mac with an error that it has failed. I recommend these troubleshooting steps from the article named:
    FaceTime for Mac: Troubleshooting FaceTime
    http://support.apple.com/kb/ts4185
    Check that your email address is verified in FaceTime > Preferences.If FaceTime > Preferences shows your email status as "verifying," follow the instructions in the verification email that was sent to complete the process.
    Toggle FaceTime off and on in FaceTime > Preferences.
    If still unable to Sign In follow the instructions in FaceTime, Game Center, Messages on OS X: Troubleshooting Sign in
    Troubleshooting FaceTime for Mac
    You can make FaceTime calls using the FaceTime app. You can call FaceTime users whose contact information is in Contacts. You can add contacts and edit contact information in either FaceTime or Contacts. To place a video call, you may use a phone number or email address.
    If you encounter issues making or receiving FaceTime calls, try the following:
    Verify that FaceTime is enabled in FaceTime > Preferences.If the issue persists, or if you see the message "Waiting for Activation", try toggling FaceTime off and then on.
    Verify that the Date, Time, and Time Zone are set correctly:
    From the Apple () menu, choose System Preferences > Date & Time > Date & Time.
    Enable "Set Automatically".
    Click the Time Zone tab and confirm the closest city is correct
    Thank you for using Apple Support Communities.
    All the best,
    Sterling

  • When the Worker.State FAILED occurs in a Task?

    How to detect that a Worker.State FAILED occurs in a Task? or to say when the Worker.State FAILED occurs in a Task? Is it when an exception happens in the call() method of Task?
    Consider the code below:
    import java.io.BufferedReader;
    import java.io.InputStream;
    import java.io.InputStreamReader;
    import java.net.URI;
    import java.net.URISyntaxException;
    import java.net.URL;
    import java.net.URLConnection;
    import javafx.concurrent.Task;
    * Background task to fetch the all classes documentation page from a URL
    public class FetchDocListTask extends Task<String> {
      private final String docsDirUrl;
      public FetchDocListTask(String docsDirUrl) {
      this.docsDirUrl = docsDirUrl;
      @Override
      protected String call() throws Exception {
      System.out.println("---- FetchDocListTask  docsUrl = " + docsDirUrl);
      StringBuilder builder = new StringBuilder();
      try {
      URI uri = new URI(docsDirUrl + "allclasses-frame.html");
      URL url = uri.toURL();
      URLConnection urlConnection = url.openConnection();
      urlConnection.setConnectTimeout(5000); // set timeout to 5 secs
      InputStream in = urlConnection.getInputStream();
      BufferedReader reader = new BufferedReader(
      new InputStreamReader(in));
      String line;
      while ((line = reader.readLine()) != null) {
      builder.append(line);
      builder.append('\n');
      reader.close();
      } catch (URISyntaxException e) {
      e.printStackTrace();
      return builder.toString();
    When the State.FAILED occurs? In fact, I want to write a code to simply detect whether the computer is connected to the internet. Hope for help~

    Yes. If the call() method exits due to an unhandled exception, the state property changes to FAILED. If a return statement is successfully executed, the state property changes to SUCCEEDED. There are no other possibilities.
    You can test with something like:
    import javafx.application.Application;
        import javafx.concurrent.Task;
        import javafx.concurrent.WorkerStateEvent;
        import javafx.event.EventHandler;
        import javafx.scene.Scene;
        import javafx.scene.control.TextArea;
        import javafx.scene.layout.BorderPane;
        import javafx.stage.Stage;
        public class TaskStateTest extends Application {
            public static void main(String[] args) { launch(args); }
            @Override
            public void start(final Stage primaryStage) {
                Task<Void> exceptionHandlingTask = new Task<Void>() {
                    @Override
                    protected Void call() throws Exception {
                        try {
                            throw new Exception("Boom");
                        } catch (Exception exc) {
                            System.out.println(exc.getMessage() + " handled");
                        return null;
                Task<Void> exceptionThrowingTask = new Task<Void>() {
                    @Override
                    protected Void call() throws Exception {
                        throw new Exception("Boom");
            //            return null;
                final BorderPane root = new BorderPane();
                final TextArea textArea = new TextArea();
                root.setCenter(textArea);
                primaryStage.setScene(new Scene(root, 600, 400));
                primaryStage.show();
                registerHandlers(exceptionHandlingTask, "exceptionHandlingTask", textArea);
                registerHandlers(exceptionThrowingTask, "exceptionThrowingTask", textArea);
                Thread t1 = new Thread(exceptionHandlingTask);
                Thread t2 = new Thread(exceptionThrowingTask);
                t1.start();
                t2.start();
            private void registerHandlers(final Task<Void> task, final String msg, final TextArea textArea) {
                task.setOnFailed(new EventHandler<WorkerStateEvent>() {
                    @Override
                    public void handle(WorkerStateEvent event) {
                        textArea.appendText(msg + " failed\n");
                task.setOnSucceeded(new EventHandler<WorkerStateEvent>() {
                    @Override
                    public void handle(WorkerStateEvent event) {
                        textArea.appendText(msg +  " succeeded\n");

  • Does NLB also works as fail over?

    I have 2 WFEs and Windows NLB. I want to know if NLB also works as fail over i.e. if one of the WFE goes down, will it detect and then never send request to that WFE until it comes back online?
    I am asking because I stopped IIS on one of the WFE and now the SharePoint site won't open. Looks like NLB is sending request to that WFE which is down.

    I am using Windows NLB and I have come to know that it doesn't check whether IIS on particular server is running or not. It simply checks if the server itself is up and if it is then it sends request even though IIS is down.

  • PDF-to-PDF link works online, fails on CD

    We publish multi-part PDF docs on the web and on CD. Inside them are occasional placeholder pages for large maps, with the text CLICK HERE TO VIEW linked to an external file, also a PDF. We make the links with AA's Link tool. (Draw a rectangle around the text, Open File, browse to the map file, etc., you know the drill.) We’ve done this for years, but recently:
    - Clicking the link from the local file finds the map just fine.
    - Posting the doc and map to the web, opening the doc online (IE), and clicking the link in it for the map works fine.
    - Burning the webpage, doc, and map to a CD in the exact same configuration puts up a Security Warning box when we click the map’s link inside the document. The box says the doc is trying to connect to [map's path (correct path)] and offers responses of Help, Allow, or Block. Clicking the obvious ‘Allow’ has no effect!
    The CD setup has worked fine for years but now suddenly fails. Is there some parameter in IE that's wound too tight?
    I've posted a sample of how it works. To see it, open the first doc linked on http://www.speakeasy.org/~mtangard/test/example.htm and click the red CLICK HERE.. link on page 5 or page 7.
    Using Acrobat 9 Pro and IE 8.0.6. Grateful for any clues....
    Mark

    Dump the web page.
    For deployment of PDF collections on optical storage media (OSM) avoid "entry" to the collection(s) from an HTML file on the OSM.
    Rather, always provide a "start" PDF that is on the root of the OSM.
    This avoids having to rely on the end-user's browser or browser version or one software house's updates gobbering another house's application.
    Provided the PDFs are not PDF Packages, Acrobat 9 Portfolios, or Acrobat X Portfolios end-users with Adobe Reader / Acrobat back to version 5.x can use the PDFs in a reliable manner.
    n.b., if a Cataloged Index or tiered indices are utilized users of version 5.x are 'locked out' as the licensed search engine/index builder was changed in version 6.x
    Create a staging "burn zone" on a local machine's HDD.
    Identified the common "parent" directory/folder that exists on the web deployment.
    At the provided web space example this would be directory/folder "fier".
    --| feir
    .... file: exec_summ.pdf
    .... --| figs
    ....  .... file: fig_es-1.pdf
    ~
    ~
    When a link path traverses through directories/folders on its passage to a target file this very specific "path" must be maintained when a file collection is transfered.
    True for a transfer of files to other web space, network space, other local machines, USB device, or OSM (any format - PDF, HTML, whatever).
    ~
    ~
    So, with the parent "feir" and its child content present in the 'burn zone' what goes to OSM will contain functional links.
    A Windows autorun file on the OSM root affords the possibility of calling Adobe Reader from the local machine to render the "start" PDF.
    If, for the PDFs in the 'burn zone, a Catalog Index has been created then associate the PDX file to the 'start' PDF.
    With it all on an OSM, the user has a mounted PDX as soon as the 'start' PDF is opened. This supports "anytime" use of Advanced Search.
    n.b., newer releases of Acrobat / Adobe Reader can be expected to provide a security dialog when the PDX is accessed.
    Be well...

  • Can't get NVIDIA/Intel Optimus (Dell XPS 15) to work, startx fails.

    I have an up to date Arch and am working from a clean install. I'm trying to run X using NVIDIA only, as outlined here: https://wiki.archlinux.org/index.php/NV … ing_nvidia . I don't want to use bumblebee unless this just can't work.
    The text that comes after a failed startx seems relevant, aswell as the dmesg. The only thing that seems off to me in the xorg log is:
    [ 184.863] (EE) Screen 1 deleted because of no matching config section.
    [ 184.863] (II) UnloadModule: "modesetting"
    and
    [ 189.571] (EE) NVIDIA(0): Failed to initiate mode change.
    [ 189.571] (EE) NVIDIA(0): Failed to complete mode change
    I've also add rcutree.rcu_idle_gp_delay=1 to /boot/syslinux/syslinux.cfg , if I don't do that the xorg log says that NVIDIA "fails to initialize".
    I've also executed "systemctl start acpid.service" so I don't get ACPI errors in the xorg log file.
    I don't think I have the intel drivers installed, don't think I need them, but I installed the xf86 modesetting driver.
    Anyway here are my relevant logs and config files:
    The last line that comes after a failed startx is:
    waiting for X server to shut down .(EE) Server terminated successfully (0). Closing log file. out foradjust shatters 0 3200need to create shared pixmap 1xinit: connection to X server lost
    My xorg.conf looks like this:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 337.19 (buildmeister@swio-display-x64-rhel04-03) Tue Apr 29 20:34:50 PDT 2014
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "nvidia"
    Inactive "intel"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    #Section "Monitor"
    # Identifier "Monitor0"
    # VendorName "Unknown"
    # ModelName "Unknown"
    # HorizSync 28.0 - 33.0
    # VertRefresh 43.0 - 72.0
    # Option "DPMS"
    #EndSection
    Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "PCI:2:0:0"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Device"
    Identifier "intel"
    Driver "modesetting"
    # BusID "PCI:0:2:0"
    EndSection
    Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    Option "UseDisplayDevice" "none"
    # Option "AllowEmptyInitialConfiguration" "true"
    # Monitor "Monitor0"
    # DefaultDepth 24
    # SubSection "Display"
    # Depth 24
    # EndSubSection
    EndSection
    Section "Screen"
    Identifier "intel"
    Device "intel"
    EndSection
    And here is the xorg log and dmesg output:
    dmesg:
    [ 185.077229] vgaarb: this pci device is not a vga device
    [ 185.079025] nvidia 0000:02:00.0: irq 54 for MSI/MSI-X
    [ 185.099233] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    [ 185.099382] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    [ 185.099467] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    [ 185.099545] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    [ 185.099620] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    [ 185.099694] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    [ 185.099814] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    [ 185.099890] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    [ 188.096884] ACPI Error: Field [TMPB] at 282624 exceeds Buffer [ROM1] size 262144 (bits) (20131218/dsopcode-236)
    [ 188.096900] ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEG0.PEGP._ROM] (Node ffff88041f07ded8), AE_AML_BUFFER_LIMIT (20131218/psparse-536)
    [ 188.111328] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    [ 189.778474] vgaarb: this pci device is not a vga device
    Xorg.0.log:
    [ 184.732]
    X.Org X Server 1.15.1
    Release Date: 2014-04-13
    [ 184.732] X Protocol Version 11, Revision 0
    [ 184.732] Build Operating System: Linux 3.14.0-4-ARCH x86_64
    [ 184.732] Current Operating System: Linux BASE 3.14.4-1-ARCH #1 SMP PREEMPT Tue May 13 16:41:39 CEST 2014 x86_64
    [ 184.732] Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sdb1 rw rcutree.rcu_idle_gp_delay=1 initrd=../initramfs-linux.img
    [ 184.732] Build Date: 14 April 2014 08:39:09AM
    [ 184.732]
    [ 184.733] Current version of pixman: 0.32.4
    [ 184.733] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 184.733] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 184.733] (==) Log file: "/var/log/Xorg.0.log", Time: Tue May 27 21:10:17 2014
    [ 184.735] (==) Using config file: "/etc/X11/xorg.conf"
    [ 184.735] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 184.737] (==) ServerLayout "Layout0"
    [ 184.737] (**) |-->Screen "nvidia" (0)
    [ 184.737] (**) | |-->Monitor "<default monitor>"
    [ 184.737] (**) | |-->Device "nvidia"
    [ 184.737] (==) No monitor specified for screen "nvidia".
    Using a default monitor configuration.
    [ 184.737] (**) |-->Inactive Device "intel"
    [ 184.737] (**) |-->Input Device "Keyboard0"
    [ 184.737] (**) |-->Input Device "Mouse0"
    [ 184.737] (==) Automatically adding devices
    [ 184.737] (==) Automatically enabling devices
    [ 184.737] (==) Automatically adding GPU devices
    [ 184.744] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 184.744] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 184.744] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 184.744] (WW) Disabling Keyboard0
    [ 184.744] (WW) Disabling Mouse0
    [ 184.744] (II) Loader magic: 0x804c80
    [ 184.744] (II) Module ABI versions:
    [ 184.744] X.Org ANSI C Emulation: 0.4
    [ 184.744] X.Org Video Driver: 15.0
    [ 184.744] X.Org XInput driver : 20.0
    [ 184.744] X.Org Server Extension : 8.0
    [ 184.744] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 184.744] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 184.747] (--) PCI:*(0:0:2:0) 8086:0416:1028:05fe rev 6, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
    [ 184.747] (--) PCI: (0:2:0:0) 10de:0fe4:1028:05fe rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 184.748] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 184.748] Initializing built-in extension Generic Event Extension
    [ 184.748] Initializing built-in extension SHAPE
    [ 184.748] Initializing built-in extension MIT-SHM
    [ 184.748] Initializing built-in extension XInputExtension
    [ 184.748] Initializing built-in extension XTEST
    [ 184.748] Initializing built-in extension BIG-REQUESTS
    [ 184.748] Initializing built-in extension SYNC
    [ 184.748] Initializing built-in extension XKEYBOARD
    [ 184.748] Initializing built-in extension XC-MISC
    [ 184.749] Initializing built-in extension SECURITY
    [ 184.749] Initializing built-in extension XINERAMA
    [ 184.749] Initializing built-in extension XFIXES
    [ 184.749] Initializing built-in extension RENDER
    [ 184.749] Initializing built-in extension RANDR
    [ 184.749] Initializing built-in extension COMPOSITE
    [ 184.749] Initializing built-in extension DAMAGE
    [ 184.749] Initializing built-in extension MIT-SCREEN-SAVER
    [ 184.749] Initializing built-in extension DOUBLE-BUFFER
    [ 184.749] Initializing built-in extension RECORD
    [ 184.749] Initializing built-in extension DPMS
    [ 184.749] Initializing built-in extension Present
    [ 184.749] Initializing built-in extension DRI3
    [ 184.749] Initializing built-in extension X-Resource
    [ 184.749] Initializing built-in extension XVideo
    [ 184.750] Initializing built-in extension XVideo-MotionCompensation
    [ 184.750] Initializing built-in extension XFree86-VidModeExtension
    [ 184.750] Initializing built-in extension XFree86-DGA
    [ 184.750] Initializing built-in extension XFree86-DRI
    [ 184.750] Initializing built-in extension DRI2
    [ 184.750] (II) LoadModule: "glx"
    [ 184.754] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 184.846] (II) Module glx: vendor="NVIDIA Corporation"
    [ 184.846] compiled for 4.0.2, module version = 1.0.0
    [ 184.846] Module class: X.Org Server Extension
    [ 184.846] (II) NVIDIA GLX Module 337.19 Tue Apr 29 19:48:33 PDT 2014
    [ 184.846] Loading extension GLX
    [ 184.846] (II) LoadModule: "nvidia"
    [ 184.847] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 184.854] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 184.854] compiled for 4.0.2, module version = 1.0.0
    [ 184.854] Module class: X.Org Video Driver
    [ 184.855] (II) LoadModule: "modesetting"
    [ 184.855] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 184.856] (II) Module modesetting: vendor="X.Org Foundation"
    [ 184.856] compiled for 1.15.0, module version = 0.8.1
    [ 184.856] Module class: X.Org Video Driver
    [ 184.856] ABI class: X.Org Video Driver, version 15.0
    [ 184.856] (II) NVIDIA dlloader X Driver 337.19 Tue Apr 29 19:22:36 PDT 2014
    [ 184.856] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 184.856] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 184.856] (++) using VT number 1
    [ 184.857] (II) Loading sub module "fb"
    [ 184.858] (II) LoadModule: "fb"
    [ 184.858] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 184.859] (II) Module fb: vendor="X.Org Foundation"
    [ 184.859] compiled for 1.15.1, module version = 1.0.0
    [ 184.859] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 184.859] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 184.859] (II) Loading sub module "wfb"
    [ 184.859] (II) LoadModule: "wfb"
    [ 184.859] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 184.861] (II) Module wfb: vendor="X.Org Foundation"
    [ 184.861] compiled for 1.15.1, module version = 1.0.0
    [ 184.861] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 184.861] (II) Loading sub module "ramdac"
    [ 184.861] (II) LoadModule: "ramdac"
    [ 184.861] (II) Module "ramdac" already built-in
    [ 184.863] (II) modesetting(1): using drv /dev/dri/card0
    [ 184.863] (II) modesetting(G0): using drv /dev/dri/card0
    [ 184.863] (EE) Screen 1 deleted because of no matching config section.
    [ 184.863] (II) UnloadModule: "modesetting"
    [ 184.863] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "nvidia" for depth/fbbpp 24/32
    [ 184.863] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 184.863] (==) NVIDIA(0): RGB weight 888
    [ 184.863] (==) NVIDIA(0): Default visual is TrueColor
    [ 184.863] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 184.863] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
    [ 184.863] (**) NVIDIA(0): Enabling 2D acceleration
    [ 184.864] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
    [ 184.864] (**) NVIDIA(0): mode
    [ 188.491] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
    [ 188.494] (II) NVIDIA(0): NVIDIA GPU GeForce GT 750M (GK107) at PCI:2:0:0 (GPU-0)
    [ 188.494] (--) NVIDIA(0): Memory: 2097152 kBytes
    [ 188.494] (--) NVIDIA(0): VideoBIOS: 80.07.b3.00.10
    [ 188.494] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 188.494] (--) NVIDIA(0): Valid display device(s) on GeForce GT 750M at PCI:2:0:0
    [ 188.494] (--) NVIDIA(0): none
    [ 188.494] (II) NVIDIA(0): Validated MetaModes:
    [ 188.494] (II) NVIDIA(0): "NULL"
    [ 188.494] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
    [ 188.494] (WW) NVIDIA(0): Unable to get display device for DPI computation.
    [ 188.494] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
    [ 188.495] (==) modesetting(G0): Depth 24, (==) framebuffer bpp 32
    [ 188.495] (==) modesetting(G0): RGB weight 888
    [ 188.495] (==) modesetting(G0): Default visual is TrueColor
    [ 188.495] (II) modesetting(G0): ShadowFB: preferred YES, enabled YES
    [ 188.495] (II) modesetting(G0): Output eDP-1-0 has no monitor section
    [ 188.520] (II) modesetting(G0): Output VGA-1-0 has no monitor section
    [ 188.520] (II) modesetting(G0): Output HDMI-1-0 has no monitor section
    [ 188.520] (II) modesetting(G0): Output DisplayPort-1-0 has no monitor section
    [ 188.521] (II) modesetting(G0): Output HDMI-1-1 has no monitor section
    [ 188.521] (II) modesetting(G0): EDID for output eDP-1-0
    [ 188.521] (II) modesetting(G0): Manufacturer: SHP Model: 13f8 Serial#: 0
    [ 188.521] (II) modesetting(G0): Year: 2013 Week: 34
    [ 188.521] (II) modesetting(G0): EDID Version: 1.4
    [ 188.521] (II) modesetting(G0): Digital Display Input
    [ 188.521] (II) modesetting(G0): 8 bits per channel
    [ 188.521] (II) modesetting(G0): Digital interface is DisplayPort
    [ 188.521] (II) modesetting(G0): Max Image Size [cm]: horiz.: 35 vert.: 19
    [ 188.521] (II) modesetting(G0): Gamma: 2.20
    [ 188.521] (II) modesetting(G0): No DPMS capabilities specified
    [ 188.521] (II) modesetting(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 188.521] (II) modesetting(G0): Default color space is primary color space
    [ 188.521] (II) modesetting(G0): First detailed timing is preferred mode
    [ 188.521] (II) modesetting(G0): Preferred mode is native pixel format and refresh rate
    [ 188.521] (II) modesetting(G0): redX: 0.640 redY: 0.329 greenX: 0.300 greenY: 0.600
    [ 188.521] (II) modesetting(G0): blueX: 0.149 blueY: 0.060 whiteX: 0.312 whiteY: 0.328
    [ 188.521] (II) modesetting(G0): Manufacturer's mask: 0
    [ 188.521] (II) modesetting(G0): Supported detailed timing:
    [ 188.521] (II) modesetting(G0): clock: 373.2 MHz Image Size: 346 x 194 mm
    [ 188.522] (II) modesetting(G0): h_active: 3200 h_sync: 3248 h_sync_end 3280 h_blank_end 3360 h_border: 0
    [ 188.522] (II) modesetting(G0): v_active: 1800 v_sync: 1803 v_sync_end 1808 v_blanking: 1852 v_border: 0
    [ 188.522] (II) modesetting(G0): 6RGW0\80LQ156Z1
    [ 188.522] (II) modesetting(G0): Unknown vendor-specific block 0
    [ 188.522] (II) modesetting(G0): EDID (in hex):
    [ 188.522] (II) modesetting(G0): 00ffffffffffff004d10f81300000000
    [ 188.522] (II) modesetting(G0): 22170104a52313780ede50a3544c9926
    [ 188.522] (II) modesetting(G0): 0f505400000001010101010101010101
    [ 188.522] (II) modesetting(G0): 010101010101cd9180a0c00834703020
    [ 188.522] (II) modesetting(G0): 35005ac2100000180000001000000000
    [ 188.522] (II) modesetting(G0): 00000000000000000000000000fe0036
    [ 188.522] (II) modesetting(G0): 52475730804c513135365a3100000000
    [ 188.522] (II) modesetting(G0): 0002010328001200000b010a2020001b
    [ 188.522] (II) modesetting(G0): Printing probed modes for output eDP-1-0
    [ 188.522] (II) modesetting(G0): Modeline "3200x1800"x60.0 373.25 3200 3248 3280 3360 1800 1803 1808 1852 -hsync -vsync (111.1 kHz eP)
    [ 188.522] (II) modesetting(G0): Modeline "2048x1536"x60.0 266.95 2048 2200 2424 2800 1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "1920x1440"x60.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "1856x1392"x60.0 218.30 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "1792x1344"x60.0 204.80 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
    [ 188.546] (II) modesetting(G0): EDID for output VGA-1-0
    [ 188.547] (II) modesetting(G0): EDID for output HDMI-1-0
    [ 188.547] (II) modesetting(G0): EDID for output DisplayPort-1-0
    [ 188.547] (II) modesetting(G0): EDID for output HDMI-1-1
    [ 188.547] (II) modesetting(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 188.548] (==) modesetting(G0): DPI set to (96, 96)
    [ 188.548] (II) Loading sub module "fb"
    [ 188.548] (II) LoadModule: "fb"
    [ 188.548] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 188.548] (II) Module fb: vendor="X.Org Foundation"
    [ 188.548] compiled for 1.15.1, module version = 1.0.0
    [ 188.548] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 188.548] (II) Loading sub module "shadow"
    [ 188.548] (II) LoadModule: "shadow"
    [ 188.548] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 188.549] (II) Module shadow: vendor="X.Org Foundation"
    [ 188.549] compiled for 1.15.1, module version = 1.1.0
    [ 188.549] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 188.549] (--) Depth 24 pixmap format is 32 bpp
    [ 188.551] (==) modesetting(G0): Backing store enabled
    [ 188.551] (==) modesetting(G0): Silken mouse enabled
    [ 188.551] (II) modesetting(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 188.551] (==) modesetting(G0): DPMS enabled
    [ 188.551] (WW) modesetting(G0): Option "UseDisplayDevice" is not used
    [ 189.560] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [ 189.560] (II) NVIDIA: access.
    [ 189.571] (II) NVIDIA(0): Setting mode "NULL"
    [ 189.571] (EE) NVIDIA(0): Failed to initiate mode change.
    [ 189.571] (EE) NVIDIA(0): Failed to complete mode change
    [ 189.604] (II) NVIDIA(0): Built-in logo is bigger than the screen.
    [ 189.604] Loading extension NV-GLX
    [ 189.617] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 189.617] (==) NVIDIA(0): Backing store enabled
    [ 189.617] (==) NVIDIA(0): Silken mouse enabled
    [ 189.617] (==) NVIDIA(0): DPMS enabled
    [ 189.618] Loading extension NV-CONTROL
    [ 189.619] (II) Loading sub module "dri2"
    [ 189.619] (II) LoadModule: "dri2"
    [ 189.619] (II) Module "dri2" already built-in
    [ 189.619] (II) NVIDIA(0): [DRI2] Setup complete
    [ 189.619] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 189.619] (--) RandR disabled
    [ 189.642] (II) Initializing extension GLX
    [ 189.644] (II) modesetting(G0): Damage tracking initialized
    [ 189.985] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 189.985] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 189.985] (II) LoadModule: "evdev"
    [ 189.986] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 189.989] (II) Module evdev: vendor="X.Org Foundation"
    [ 189.989] compiled for 1.15.1, module version = 2.9.0
    [ 189.989] Module class: X.Org XInput Driver
    [ 189.989] ABI class: X.Org XInput driver, version 20.0
    [ 189.989] (II) Using input driver 'evdev' for 'Power Button'
    [ 189.989] (**) Power Button: always reports core events
    [ 189.989] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 189.989] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 189.989] (--) evdev: Power Button: Found keys
    [ 189.989] (II) evdev: Power Button: Configuring as keyboard
    [ 189.989] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3"
    [ 189.989] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 189.989] (**) Option "xkb_rules" "evdev"
    [ 189.989] (**) Option "xkb_model" "pc104"
    [ 189.989] (**) Option "xkb_layout" "us"
    [ 190.041] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
    [ 190.041] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 190.041] (II) Using input driver 'evdev' for 'Video Bus'
    [ 190.041] (**) Video Bus: always reports core events
    [ 190.041] (**) evdev: Video Bus: Device: "/dev/input/event10"
    [ 190.041] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 190.041] (--) evdev: Video Bus: Found keys
    [ 190.041] (II) evdev: Video Bus: Configuring as keyboard
    [ 190.041] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input11/event10"
    [ 190.041] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 190.041] (**) Option "xkb_rules" "evdev"
    [ 190.041] (**) Option "xkb_model" "pc104"
    [ 190.041] (**) Option "xkb_layout" "us"
    [ 190.042] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
    [ 190.042] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 190.042] (II) Using input driver 'evdev' for 'Video Bus'
    [ 190.042] (**) Video Bus: always reports core events
    [ 190.042] (**) evdev: Video Bus: Device: "/dev/input/event9"
    [ 190.043] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 190.043] (--) evdev: Video Bus: Found keys
    [ 190.043] (II) evdev: Video Bus: Configuring as keyboard
    [ 190.043] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:4e/LNXVIDEO:00/input/input10/event9"
    [ 190.043] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
    [ 190.043] (**) Option "xkb_rules" "evdev"
    [ 190.043] (**) Option "xkb_model" "pc104"
    [ 190.043] (**) Option "xkb_layout" "us"
    [ 190.044] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 190.044] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 190.044] (II) Using input driver 'evdev' for 'Power Button'
    [ 190.044] (**) Power Button: always reports core events
    [ 190.044] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 190.044] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 190.044] (--) evdev: Power Button: Found keys
    [ 190.044] (II) evdev: Power Button: Configuring as keyboard
    [ 190.044] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event1"
    [ 190.044] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
    [ 190.044] (**) Option "xkb_rules" "evdev"
    [ 190.044] (**) Option "xkb_model" "pc104"
    [ 190.044] (**) Option "xkb_layout" "us"
    [ 190.045] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
    [ 190.046] (II) No input driver specified, ignoring this device.
    [ 190.046] (II) This device may have been added with another device file.
    [ 190.046] (II) config/udev: Adding drm device (/dev/dri/card1)
    [ 190.046] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 190.047] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event13)
    [ 190.047] (II) No input driver specified, ignoring this device.
    [ 190.047] (II) This device may have been added with another device file.
    [ 190.047] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event12)
    [ 190.047] (II) No input driver specified, ignoring this device.
    [ 190.047] (II) This device may have been added with another device file.
    [ 190.048] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event11)
    [ 190.048] (II) No input driver specified, ignoring this device.
    [ 190.048] (II) This device may have been added with another device file.
    [ 190.048] (II) config/udev: Adding input device Integrated_Webcam_HD (/dev/input/event15)
    [ 190.048] (**) Integrated_Webcam_HD: Applying InputClass "evdev keyboard catchall"
    [ 190.048] (II) Using input driver 'evdev' for 'Integrated_Webcam_HD'
    [ 190.049] (**) Integrated_Webcam_HD: always reports core events
    [ 190.049] (**) evdev: Integrated_Webcam_HD: Device: "/dev/input/event15"
    [ 190.049] (--) evdev: Integrated_Webcam_HD: Vendor 0xbda Product 0x573c
    [ 190.049] (--) evdev: Integrated_Webcam_HD: Found keys
    [ 190.049] (II) evdev: Integrated_Webcam_HD: Configuring as keyboard
    [ 190.049] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-11/3-11:1.0/input/input17/event15"
    [ 190.049] (II) XINPUT: Adding extended input device "Integrated_Webcam_HD" (type: KEYBOARD, id 10)
    [ 190.049] (**) Option "xkb_rules" "evdev"
    [ 190.049] (**) Option "xkb_model" "pc104"
    [ 190.049] (**) Option "xkb_layout" "us"
    [ 190.050] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:101b (/dev/input/event16)
    [ 190.050] (**) Logitech Unifying Device. Wireless PID:101b: Applying InputClass "evdev pointer catchall"
    [ 190.050] (II) Using input driver 'evdev' for 'Logitech Unifying Device. Wireless PID:101b'
    [ 190.050] (**) Logitech Unifying Device. Wireless PID:101b: always reports core events
    [ 190.050] (**) evdev: Logitech Unifying Device. Wireless PID:101b: Device: "/dev/input/event16"
    [ 190.050] (--) evdev: Logitech Unifying Device. Wireless PID:101b: Vendor 0x46d Product 0xc52b
    [ 190.051] (--) evdev: Logitech Unifying Device. Wireless PID:101b: Found 20 mouse buttons
    [ 190.051] (--) evdev: Logitech Unifying Device. Wireless PID:101b: Found scroll wheel(s)
    [ 190.051] (--) evdev: Logitech Unifying Device. Wireless PID:101b: Found relative axes
    [ 190.051] (--) evdev: Logitech Unifying Device. Wireless PID:101b: Found x and y relative axes
    [ 190.051] (II) evdev: Logitech Unifying Device. Wireless PID:101b: Configuring as mouse
    [ 190.051] (II) evdev: Logitech Unifying Device. Wireless PID:101b: Adding scrollwheel support
    [ 190.051] (**) evdev: Logitech Unifying Device. Wireless PID:101b: YAxisMapping: buttons 4 and 5
    [ 190.051] (**) evdev: Logitech Unifying Device. Wireless PID:101b: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 190.051] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.2/0003:046D:C52B.0003/0003:046D:C52B.0005/input/input18/event16"
    [ 190.051] (II) XINPUT: Adding extended input device "Logitech Unifying Device. Wireless PID:101b" (type: MOUSE, id 11)
    [ 190.051] (II) evdev: Logitech Unifying Device. Wireless PID:101b: initialized for relative axes.
    [ 190.051] (**) Logitech Unifying Device. Wireless PID:101b: (accel) keeping acceleration scheme 1
    [ 190.052] (**) Logitech Unifying Device. Wireless PID:101b: (accel) acceleration profile 0
    [ 190.052] (**) Logitech Unifying Device. Wireless PID:101b: (accel) acceleration factor: 2.000
    [ 190.052] (**) Logitech Unifying Device. Wireless PID:101b: (accel) acceleration threshold: 4
    [ 190.052] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:101b (/dev/input/mouse2)
    [ 190.052] (II) No input driver specified, ignoring this device.
    [ 190.052] (II) This device may have been added with another device file.
    [ 190.053] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:2008 (/dev/input/event17)
    [ 190.053] (**) Logitech Unifying Device. Wireless PID:2008: Applying InputClass "evdev keyboard catchall"
    [ 190.053] (II) Using input driver 'evdev' for 'Logitech Unifying Device. Wireless PID:2008'
    [ 190.053] (**) Logitech Unifying Device. Wireless PID:2008: always reports core events
    [ 190.054] (**) evdev: Logitech Unifying Device. Wireless PID:2008: Device: "/dev/input/event17"
    [ 190.054] (--) evdev: Logitech Unifying Device. Wireless PID:2008: Vendor 0x46d Product 0xc52b
    [ 190.054] (--) evdev: Logitech Unifying Device. Wireless PID:2008: Found 1 mouse buttons
    [ 190.054] (--) evdev: Logitech Unifying Device. Wireless PID:2008: Found scroll wheel(s)
    [ 190.054] (--) evdev: Logitech Unifying Device. Wireless PID:2008: Found relative axes
    [ 190.054] (II) evdev: Logitech Unifying Device. Wireless PID:2008: Forcing relative x/y axes to exist.
    [ 190.054] (--) evdev: Logitech Unifying Device. Wireless PID:2008: Found absolute axes
    [ 190.054] (II) evdev: Logitech Unifying Device. Wireless PID:2008: Forcing absolute x/y axes to exist.
    [ 190.054] (--) evdev: Logitech Unifying Device. Wireless PID:2008: Found keys
    [ 190.054] (II) evdev: Logitech Unifying Device. Wireless PID:2008: Configuring as mouse
    [ 190.054] (II) evdev: Logitech Unifying Device. Wireless PID:2008: Configuring as keyboard
    [ 190.054] (II) evdev: Logitech Unifying Device. Wireless PID:2008: Adding scrollwheel support
    [ 190.054] (**) evdev: Logitech Unifying Device. Wireless PID:2008: YAxisMapping: buttons 4 and 5
    [ 190.054] (**) evdev: Logitech Unifying Device. Wireless PID:2008: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 190.054] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.2/0003:046D:C52B.0003/0003:046D:C52B.0006/input/input19/event17"
    [ 190.054] (II) XINPUT: Adding extended input device "Logitech Unifying Device. Wireless PID:2008" (type: KEYBOARD, id 12)
    [ 190.054] (**) Option "xkb_rules" "evdev"
    [ 190.054] (**) Option "xkb_model" "pc104"
    [ 190.054] (**) Option "xkb_layout" "us"
    [ 190.055] (II) evdev: Logitech Unifying Device. Wireless PID:2008: initialized for relative axes.
    [ 190.055] (WW) evdev: Logitech Unifying Device. Wireless PID:2008: ignoring absolute axes.
    [ 190.055] (**) Logitech Unifying Device. Wireless PID:2008: (accel) keeping acceleration scheme 1
    [ 190.055] (**) Logitech Unifying Device. Wireless PID:2008: (accel) acceleration profile 0
    [ 190.055] (**) Logitech Unifying Device. Wireless PID:2008: (accel) acceleration factor: 2.000
    [ 190.055] (**) Logitech Unifying Device. Wireless PID:2008: (accel) acceleration threshold: 4
    [ 190.056] (II) config/udev: Adding input device SYNAPTICS Synaptics Large Touch Screen (/dev/input/event14)
    [ 190.056] (**) SYNAPTICS Synaptics Large Touch Screen: Applying InputClass "evdev touchscreen catchall"
    [ 190.056] (II) Using input driver 'evdev' for 'SYNAPTICS Synaptics Large Touch Screen'
    [ 190.056] (**) SYNAPTICS Synaptics Large Touch Screen: always reports core events
    [ 190.056] (**) evdev: SYNAPTICS Synaptics Large Touch Screen: Device: "/dev/input/event14"
    [ 190.056] (--) evdev: SYNAPTICS Synaptics Large Touch Screen: Vendor 0x6cb Product 0xac3
    [ 190.056] (--) evdev: SYNAPTICS Synaptics Large Touch Screen: Found absolute axes
    [ 190.056] (--) evdev: SYNAPTICS Synaptics Large Touch Screen: Found absolute multitouch axes
    [ 190.057] (II) evdev: SYNAPTICS Synaptics Large Touch Screen: No buttons found, faking one.
    [ 190.057] (--) evdev: SYNAPTICS Synaptics Large Touch Screen: Found x and y absolute axes
    [ 190.057] (--) evdev: SYNAPTICS Synaptics Large Touch Screen: Found absolute touchscreen
    [ 190.057] (II) evdev: SYNAPTICS Synaptics Large Touch Screen: Configuring as touchscreen
    [ 190.057] (**) evdev: SYNAPTICS Synaptics Large Touch Screen: YAxisMapping: buttons 4 and 5
    [ 190.057] (**) evdev: SYNAPTICS Synaptics Large Touch Screen: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 190.057] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.0/0003:06CB:0AC3.0004/input/input15/event14"
    [ 190.057] (II) XINPUT: Adding extended input device "SYNAPTICS Synaptics Large Touch Screen" (type: TOUCHSCREEN, id 13)
    [ 190.057] (II) evdev: SYNAPTICS Synaptics Large Touch Screen: initialized for absolute axes.
    [ 190.057] (**) SYNAPTICS Synaptics Large Touch Screen: (accel) keeping acceleration scheme 1
    [ 190.057] (**) SYNAPTICS Synaptics Large Touch Screen: (accel) acceleration profile 0
    [ 190.057] (**) SYNAPTICS Synaptics Large Touch Screen: (accel) acceleration factor: 2.000
    [ 190.057] (**) SYNAPTICS Synaptics Large Touch Screen: (accel) acceleration threshold: 4
    [ 190.058] (II) config/udev: Adding input device SYNAPTICS Synaptics Large Touch Screen (/dev/input/mouse1)
    [ 190.058] (II) No input driver specified, ignoring this device.
    [ 190.058] (II) This device may have been added with another device file.
    [ 190.059] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
    [ 190.059] (II) No input driver specified, ignoring this device.
    [ 190.059] (II) This device may have been added with another device file.
    [ 190.059] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event6)
    [ 190.059] (II) No input driver specified, ignoring this device.
    [ 190.059] (II) This device may have been added with another device file.
    [ 190.060] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 190.060] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 190.060] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 190.060] (**) AT Translated Set 2 keyboard: always reports core events
    [ 190.060] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 190.060] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 190.060] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 190.060] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 190.060] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 190.060] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
    [ 190.060] (**) Option "xkb_rules" "evdev"
    [ 190.060] (**) Option "xkb_model" "pc104"
    [ 190.061] (**) Option "xkb_layout" "us"
    [ 190.062] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event8)
    [ 190.062] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 190.062] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 190.062] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 190.062] (II) LoadModule: "synaptics"
    [ 190.062] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 190.063] (II) Module synaptics: vendor="X.Org Foundation"
    [ 190.063] compiled for 1.15.1, module version = 1.8.0
    [ 190.063] Module class: X.Org XInput Driver
    [ 190.063] ABI class: X.Org XInput driver, version 20.0
    [ 190.063] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 190.063] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 190.063] (**) Option "Device" "/dev/input/event8"
    [ 190.123] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
    [ 190.123] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5660 (res 42)
    [ 190.123] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4646 (res 44)
    [ 190.123] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 190.123] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 190.123] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
    [ 190.123] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 190.123] (**) Option "TapButton1" "1"
    [ 190.123] (**) Option "TapButton2" "2"
    [ 190.123] (**) Option "TapButton3" "3"
    [ 190.123] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
    [ 190.123] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 190.123] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 190.150] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event8"
    [ 190.150] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 15)
    [ 190.150] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 190.150] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    [ 190.150] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.038
    [ 190.150] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 190.150] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 190.150] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 190.150] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 190.150] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 190.151] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 190.151] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 190.151] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
    [ 190.151] (II) No input driver specified, ignoring this device.
    [ 190.151] (II) This device may have been added with another device file.
    [ 190.152] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event7)
    [ 190.152] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 190.152] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
    [ 190.152] (**) Dell WMI hotkeys: always reports core events
    [ 190.152] (**) evdev: Dell WMI hotkeys: Device: "/dev/input/event7"
    [ 190.152] (--) evdev: Dell WMI hotkeys: Vendor 0 Product 0
    [ 190.152] (--) evdev: Dell WMI hotkeys: Found keys
    [ 190.152] (II) evdev: Dell WMI hotkeys: Configuring as keyboard
    [ 190.152] (**) Option "config_info" "udev:/sys/devices/virtual/input/input9/event7"
    [ 190.152] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 16)
    [ 190.152] (**) Option "xkb_rules" "evdev"
    [ 190.152] (**) Option "xkb_model" "pc104"
    [ 190.152] (**) Option "xkb_layout" "us"
    [ 190.272] (II) modesetting(G0): EDID vendor "SHP", prod id 5112
    [ 190.272] (II) modesetting(G0): Printing DDC gathered Modelines:
    [ 190.272] (II) modesetting(G0): Modeline "3200x1800"x0.0 373.25 3200 3248 3280 3360 1800 1803 1808 1852 -hsync -vsync (111.1 kHz eP)
    [ 190.297] reporting 3 5 25 194
    [ 190.349] have a master to look out for
    [ 190.349] adjust shatters 0 3200
    [ 190.362] need to create shared pixmap 1(II) evdev: Dell WMI hotkeys: Close
    [ 191.968] (II) UnloadModule: "evdev"
    [ 191.968] (II) UnloadModule: "synaptics"
    [ 191.968] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 191.968] (II) UnloadModule: "evdev"
    [ 191.968] (II) evdev: SYNAPTICS Synaptics Large Touch Screen: Close
    [ 191.968] (II) UnloadModule: "evdev"
    [ 191.968] (II) evdev: Logitech Unifying Device. Wireless PID:2008: Close
    [ 191.968] (II) UnloadModule: "evdev"
    [ 191.969] (II) evdev: Logitech Unifying Device. Wireless PID:101b: Close
    [ 191.969] (II) UnloadModule: "evdev"
    [ 191.969] (II) evdev: Integrated_Webcam_HD: Close
    [ 191.969] (II) UnloadModule: "evdev"
    [ 191.969] (II) evdev: Power Button: Close
    [ 191.969] (II) UnloadModule: "evdev"
    [ 191.969] (II) evdev: Video Bus: Close
    [ 191.969] (II) UnloadModule: "evdev"
    [ 191.969] (II) evdev: Video Bus: Close
    [ 191.969] (II) UnloadModule: "evdev"
    [ 191.969] (II) evdev: Power Button: Close
    [ 191.969] (II) UnloadModule: "evdev"
    [ 192.058] (II) NVIDIA(GPU-0): Deleting GPU-0
    [ 192.486] (EE) Server terminated successfully (0). Closing log file.
    --Edit--
    Forget to mention that I also have this in my .xinitrc file:
    xrandr --setprovideroutputsource modesetting NVIDIA-0
    xrandr --auto
    Last edited by gautamadude (2014-05-27 22:01:39)

    I cant get my T530 to boot on the discrete graphics card either (Nvidia) unless I add (EDIT: to the kernel boot line in grub.cfg):
    noapic
    Note that I did NOT write noacpi, but noapic. See this thread:
    https://bbs.archlinux.org/viewtopic.php?id=175672
    **EDIT2** Actually, you might try noacpi and noapic, and then both at the same time considering your mention of acpi in your OP.
    Last edited by GSF1200S (2014-05-29 17:08:07)

  • LEAP wireless clients work, then fail, Using WISM blades HELP

    I am at a complete loss. Calls to Cisco, working with different vendors, nothing has worked to solve the problem. This is what we see, and we see this at every single one of our hospital sites.
    All hospitals used to run just IOS code on their AP's. Some hospitals used the older 1200 series AP's, which have been upgraded from B only radios to A/B/G. Some hospitals were rolled out with newer 1240 series AP's. Every single hospital was just fine when using IOS code on the AP's. Users never disconnected or disassociated. They were fine. Clients run a mixture of the old Cisco 350 series cards, or Ubiquiti A/B/G cards.
    Now, fast forward and we started installing WISM blades in all the 6509 distribution switches at each hospital. AP's were then upgraded to lightweight code and at first everything seemed great. Then the calls started.
    All clients at all hospitals will just disassociate. It is completely random. Some machines can see it once, others 50 times a day, then tomorrow, totally different. I have witnessed the same thing with my laptop. We have 3 WLAN's in the hospitals. One that uses LEAP authentication, one that uses Certificates, and one that is our Patient WiFi. Both LEAP and Certs have the issue. I have never been kicked off of the Patient WiFi system. Not once.
    LEAP clients use the same exact ACS servers they have always used. Nothing changed in the configs. Same goes for the clients using certificates.
    I have upgraded code on the WISM blades 3 times now. Currently we are using the 5.187 code. I have tried forcing all AP's to use only B/G radios, tried using only A, doesn't matter. Same problem happens.
    What is even worse, when this event happens, 50% of the time you have to actually reboot the workstation to get it to log back onto the wireless network. It fails the attempt and it just stops. This is not everyone at the same time either. There seems to be no event that I can find where all clients have the problem at the exact same time. I can have two devices side by side, same exact NIC, same software, everything. One will disassociate, the other is just fine.
    I am out of ideas. Everyone I talk to at Cisco says never heard of this before. I just can't believe we are the only ones that have ever seen this problem.
    I can take the same workstation that is breaking left and right on our wireless networks using the WISM blades, go to a site with AP's still in IOS mode, it will never disassociate and disconnect.
    Has anyone heard of this, have any ideas of something I could try. Would you like to see any other information about this? I can post whatever you like to help. I am looking for any assistance on this.
    I have been trying to do some searches on this forum, but for whatever reason it seems to be very slow so thought I might post my issue as I search around, maybe if it has already come up and there is a fix, someone could direct me right too it.
    Thank you in advance.

    I tried that in the beginning. Put all ap power and channel as hard set. It did not change anything. I am not sure if we have tried the 4.2.207 code. I know we went through several 4.x.x codes in testing. Cisco recommended the lastest one that we are on now.
    What really gets me is how everything worked just fine until the WISM upgrade. No AP placement changed, no additional AP installs, we just installed the WISM blades, migrated code to lightweight and everything started flaking out.
    What other NIC's do people use? Maybe the brand we use is not any good? I have been up and down with the vendor, tried different drivers, nothing seemed to change anything.
    It looks to me like the WISM sends out some kind of response that the workstation NIC's do not understand, so they just sit there. On wireless sniffer traces, you can see where the request goes out to the workstation, but the workstation just never responds, hence the lockup so to speak. It will just sit there until a reboot of the PC.

  • WSUS Sync is not working Sync failed: UssCommunicationError: WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. --- System.Security.Authentication.AuthenticationException: The remote

    I know there are loads of posts with same issue and most of them were related to proxy and connectivity .
    This was case for me as well (few months back). Now the same error is back. But I've confirmed that FW ports and proxy are fine this time around.
    server is configured on http port 80 
    ERROR
    Sync failed: UssCommunicationError: WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid
    according to the validation procedure.~~at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request). Source: Microsoft.SystemsManagementServer.SoftwareUpdatesManagement.WSyncAction.WSyncAction.SyncWSUS
    I've checked proxy server connectivity. I'm able browse following site from WSUS server
    http://catalog.update.microsoft.com/v7/site/Home.aspx?sku=wsus&version=3.2.7600.226&protocol=1.8
    I did telnet proxy server on the particular port (8080) and that is also fine.
    I've doubt on certificates, any idea which are the certificates which we need to look? And if certificate is expired then (my guess) we won't be able open the above mentioned windows update catalog site?
    Any tips appreciated !
    Anoop C Nair (My Blog www.AnoopCNair.com)
    - Twitter @anoopmannur -
    FaceBook Forum For SCCM

    Hi Lawrence ! - Many thanks for looking into this thread and replying. Appreciate your help.
    Your reply  ("SSL is enabled/configured, and the certificate being used is invalid
    (or the cert does not exist or cannot be obtained), or the SSL connection could not be established.") is very helpful.
    I've already tested CONTENT DOWNLOAD and it's working fine. WSUS Sync was also working fine for years with proxy server configured on port (8080) and WSUS server on port 80.
    My Guess (this is my best guess ;)) is this something to do with Firewall or Proxy side configuration rather than WSUS. However, I'm not finding a way to prove this to proxy/firewall team. From their perspective all the required port communication open and
    proxy server is also reachable. More over we're able to access internet (Microsoft Update Catalog site) over same port (8080).
    Any other hints where I can prove them it's a sure shot problem from their side.
    Thanks again !!
    Anoop C Nair (My Blog www.AnoopCNair.com)
    - Twitter @anoopmannur -
    FaceBook Forum For SCCM

  • Turning on Web Sharing does not work and fails to load apache web server

    Sort of answering my own question here but hope it will be useful to other people and save them some time.
    After receiving my shiny new imac with os x lion pre-installed, I was a little dismayed and confused when I went to System Preferences -> Internet and Wireless -> Sharing and attempted to check the Web Sharing. Every time I clicked this option I was told Web Sharing was starting but would then repeatedly fail and apache failed to start.
    Looking in the Console I find:
    org.apache.httpd: dyld: Library not loaded: /usr/lib/libpq.5.dylib
    org.apache.httpd: Referenced from: /usr/sbin/httpd
    org.apache.httpd: Reason: image not found
    Entering in the console:
    vim /Library/Logs/DiagnosticReports/httpd_2011-08-06-165030_localhost.crash (date and time bit will vary)
    reveals:
    Process:         httpd [2418]
    Path:            /usr/sbin/httpd
    Identifier:      httpd
    Version:         ??? (???)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [1]
    Date/Time:       2011-08-06 16:50:30.106 +0100
    OS Version:      Mac OS X 10.7 (11A511a)
    Report Version:  9
    Crashed Thread:  0
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    dyld: launch, loading dependent libraries
    Dyld Error Message:
      Library not loaded: /usr/lib/libpq.5.dylib
      Referenced from: /usr/sbin/httpd
      Reason: image not found
    Binary Images:
           0x1022f6000 -        0x102352fef  httpd (??? - ???) <9D63FBFD-DD87-3DD5-AD1A-D8A79FEC3EE8> /usr/sbin/httpd
    "/Library/Logs/DiagnosticReports/httpd_2011-08-06-165030_localhost.crash" 32L, 1469C
    TO FIX THIS ISSUE:
    It appears /usr/lib/libpq.5.dylib does not exist but /usr/lib/libpq.5.3.dylib does.
    Fix by creating a symbolic link from /usr/lib/libpq.5.3.dylib to /usr/lib/libpq.5.dylib
    =
    sudo ln -s /usr/lib/libpq.5.3.dylib /usr/lib/libpq.5.dylib
    Going back to System Preferences -> Internet and Wireless -> Sharing clicking Web Sharing a couple of times turns Web Sharing on successfully!
    Going to http://localhost/ displays the "It Works!" page.
    HTH people as it took me a while to find the correct solution online from:
    http://www.azattis.com/2011/07/os-x-lion-postgresql-84-install-problem.html

    Hi there,
    You seemed to have had a similar problem to what I now have and so wondered if you might be able to help me :-)
    I have posted this as a new post as well but if anyone has five mins could they take a look - I would be very grateful. Here you go:
    I am new to all this so I have probably made some simple errors and I hope someone can help me. I will retell what I have done as I haven't a clue what part of what I have done has mucked things up.
    I am really stuck. Web sharing will not start on my iMac running Lion OS X. It did work fine and then I wanted to activate PHP so my test website contact form would work (and send the data on the form throught to my email address.
    Before I did anything I turned on websharing and could view my website from another computer using: http://192.168.1.4/~stewartfergusson/
    I think followed the instructions on this link to activate PHP -http://foundationphp.com/tutorials/php_leopard.php
    I then did a few things in terminal and will paste below what I did:
    Last login: Sun Jan  1 09:01:52 on console
    Stewart-Fergussons-iMac:~ stewartfergusson$ cd/private/etc
    -bash: cd/private/etc: No such file or directory
    Stewart-Fergussons-iMac:~ stewartfergusson$ cd
    Stewart-Fergussons-iMac:~ stewartfergusson$ cd prvate
    -bash: cd: prvate: No such file or directory
    Stewart-Fergussons-iMac:~ stewartfergusson$ cd private
    -bash: cd: private: No such file or directory
    Stewart-Fergussons-iMac:~ stewartfergusson$ cd /private/etc
    Stewart-Fergussons-iMac:etc stewartfergusson$ sudo cp php.ini.default php.ini
    WARNING: Improper use of the sudo command could lead to data loss
    or the deletion of important system files. Please double-check your
    typing when using sudo. Type "man sudo" for more information.
    To proceed, enter your password, or type Ctrl-C to abort.
    Password:
    Stewart-Fergussons-iMac:etc stewartfergusson$
    Last login: Wed Jan  4 09:03:03 on console
    Stewart-Fergussons-iMac:etc stewartfergusson$
    Last login: Thu Jan  5 06:19:15 on console
    Stewart-Fergussons-iMac:etc stewartfergusson$ sudo In -s /usr/lib/libpq.5.3.dylib /usr/lib/libpq.5.dylib
    Password:
    sudo: In: command not found
    Stewart-Fergussons-iMac:etc stewartfergusson$ sudo ln -s /usr/lib/libpq.5.3.dylib /usr/lib/libpq.5.dylib
    ln: /usr/lib/libpq.5.dylib: File exists
    Stewart-Fergussons-iMac:etc stewartfergusson$ sudo apachectl -t
    Password:
    Syntax error on line 1 of /private/etc/apache2/httpd.conf:
    Invalid command '1', perhaps misspelled or defined by a module not included in the server configuration
    Stewart-Fergussons-iMac:etc stewartfergusson$ sudo apachectl configtest
    Password:
    Syntax error on line 1 of /private/etc/apache2/httpd.conf:
    Invalid command '1', perhaps misspelled or defined by a module not included in the server configuration
    Stewart-Fergussons-iMac:etc stewartfergusson$
    An important point to note is that I now appear to have more than one http.config file and they are located in the following locations:
    1) Macintosh HD/etc/apache2/httpd.conf.default
    2) Macintosh HD/etc/apache2/httpd.conf.default.default
    3) Macintosh HD/etc/apache2/original/httpd.conf
    I edited this file (which one I have not got a clue) and also the php.ini file within Macintosh HD/etc/ using Terminal - the command I used was sudo cp php.ini.default php.ini
    This php.ini file now exists in two locations now as well:
    1) Macintosh HD/etc/php.ini
    2) Macintosh HD/etc/php.ini.default
    I then edited this file by changing the line of code below from:
    514 error_reporting = E_ALL & ~E_NOTICE (I think it said E_DEPRECATED actually) but I am lifting this from the web page in the link above)
    To:
    514 error_reporting = E_ALL
    I then saved this file.
    I then deactivated web sharing in System Preferences and since then have not been able to restart Web Sharing. I click it and it flashes orange for a second then does not start.
    This was all done to activate PHP on my iMac so I can host my own site which has a PHP contact form page.
    Please help I am so out of my depth I am very worried I may have changed things and I am going to forget what I did.
    If you need to know anything then please ask.
    Thank you so much
    sfergusson1
    'JollyoldEngland'

  • Weblogic sample doesn't work properly ( failed to serialize ) ?

    Dear all,
    I am running the sample dom.zip which doesn't run properly from http://dev2dev.bea.com/direct/webservice/index.html.
    Server
    =======================================================
    package examples.dom;
    import org.w3c.dom.Document;
    import org.w3c.dom.Node;
    public final class EchoDom {
    public Document echoDom(Document doc) {
    System.out.println("The dom on the server is[");
    weblogic.xml.babel.stream.DOMInputStream.printNode((Node) doc);
    System.out.println("]");
    return doc;
    Client
    =======================================================
    package examples.dom;
    import java.util.ArrayList;
    import java.util.List;
    import java.util.jar.JarFile;
    import java.util.zip.ZipEntry;
    import javax.xml.rpc.Call;
    import javax.xml.rpc.ParameterMode;
    import javax.xml.rpc.Service;
    import javax.xml.rpc.ServiceFactory;
    import javax.xml.namespace.QName;
    import javax.xml.rpc.handler.HandlerInfo;
    import javax.xml.rpc.handler.HandlerRegistry;
    import javax.xml.soap.SOAPConstants;
    import weblogic.xml.stream.XMLInputStream;
    import weblogic.xml.stream.XMLInputStreamFactory;
    import weblogic.xml.schema.binding.TypeMapping;
    import weblogic.xml.schema.binding.TypeMappingFactory;
    import weblogic.utils.Debug;
    import weblogic.apache.xerces.parsers.DOMParser;
    import java.util.ArrayList;
    import org.w3c.dom.Node;
    import org.w3c.dom.Document;
    import org.w3c.dom.Comment;
    import org.w3c.dom.NodeList;
    import org.w3c.dom.ProcessingInstruction;
    import org.w3c.dom.NamedNodeMap;
    import org.xml.sax.InputSource;
    * @author Copyright (c) 2002 by BEA Systems. All Rights Reserved.
    public final class Client {
    public static Document getDocument(String filename)
    throws Exception
    DOMParser parser = new DOMParser();
    parser.setFeature( "http://apache.org/xml/features/dom/defer-node-expansion",
    false );
    parser.setFeature( "http://xml.org/sax/features/validation",
    false);
    parser.setFeature( "http://xml.org/sax/features/namespaces",
    true);
    parser.setFeature( "http://apache.org/xml/features/validation/schema",
    true);
    parser.parse(weblogic.xml.babel.baseparser.SAXElementFactory.createInputSource(filename));
    Document doc =parser.getDocument();
    return doc;
    public static void main( String[] args ) throws Exception{
    Dom d = new Dom_Impl("http://localhost:7001/dom/EchoDomService?WSDL");
    DomPort port = d.getdomPort();
    Document request = getDocument(args[0]);
    weblogic.xml.babel.stream.DOMInputStream.printNode((Node) request);
    try {
    Document newDoc = port.echoDom(request);
    weblogic.xml.babel.stream.DOMInputStream.printNode((Node) newDoc);
    } catch (javax.xml.rpc.JAXRPCException e) {
    System.out.println(e.getLinkedCause());
    e.getLinkedCause().printStackTrace();
    Run-time Exception
    =========================================================
    C:\JDEV903\jdk\bin\javaw.exe -ojvm -classpath C:\MyStudy\java\WS3\classes;D:\bea\weblogic700\server\lib\webserviceclient+ssl.jar;D:\bea\weblogic700\server\lib\weblogic.jar;C:\JDEV903\jdev\lib\jdev-rt.jar;C:\JDEV903\soap\lib\soap.jar;C:\JDEV903\lib\xmlparserv2.jar;C:\JDEV903\jlib\javax-ssl-1_2.jar;C:\JDEV903\jlib\jssl-1_2.jar;C:\JDEV903\j2ee\home\lib\activation.jar;C:\JDEV903\j2ee\home\lib\mail.jar;C:\JDEV903\j2ee\home\lib\http_client.jar;C:\JDEV903\lib\xmlparserv2.jar;C:\JDEV903\lib\xmlcomp.jar;C:\MyStudy\java\1\dom\client.jar
    -Dweblogic.webservice.verbose=true wl.client.wsServletClient
    java.rmi.RemoteException: web service invoke failed; nested exception is:
    javax.xml.soap.SOAPException: failed to serialize xml:weblogic.xml.schema.binding.SerializationException:
    type mapping lookup failure on class=class weblogic.apache.xerces.dom.DeferredDocumentImpl
    TypeMapping=TYPEMAPPING SIZE=0
    javax.xml.soap.SOAPException: failed to serialize xml:weblogic.xml.schema.binding.SerializationException:
    type mapping lookup failure on class=class weblogic.apache.xerces.dom.DeferredDocumentImpl
    TypeMapping=TYPEMAPPING SIZE=0
         void weblogic.webservice.core.DefaultPart.toXML(javax.xml.soap.SOAPElement, java.lang.Object,
    weblogic.xml.schema.binding.SerializationContext, boolean, javax.xml.rpc.encoding.TypeMapping)
              DefaultPart.java:260
         void weblogic.webservice.core.DefaultMessage.toXML(javax.xml.soap.SOAPMessage,
    java.lang.Object[])
              DefaultMessage.java:455
         java.lang.Object weblogic.webservice.core.DefaultOperation.invoke(java.util.Map,
    java.lang.Object[], java.io.PrintStream)
              DefaultOperation.java:403
         java.lang.Object weblogic.webservice.core.DefaultOperation.invoke(java.util.Map,
    java.lang.Object[])
              DefaultOperation.java:359
         java.lang.Object weblogic.webservice.core.rpc.StubImpl._invoke(java.lang.String,
    java.util.Map)
              StubImpl.java:225
         java.lang.Object examples.dom.EchoDomServicePort_Stub.echoDom(java.lang.Object)
              EchoDomServicePort_Stub.java:33
         void wl.client.wsServletClient.main(java.lang.String[])
              wsServletClient.java:78
    Process exited with exit code 0.
    Please help.
    mindterm

    Hello,
    I just save the dom example a spin and it worked OK for me. RU using the latest service pack? Does the dom.ear build correctly and deploy on the server without errors? Can U see the webservice test page from http://localhost:7001/dom/EchoDomService ?
    Thanks,
    Bruce
    mindterm wrote:
    Dear all,
    I am running the sample dom.zip which doesn't run properly from http://dev2dev.bea.com/direct/webservice/index.html.
    Server
    =======================================================
    package examples.dom;
    import org.w3c.dom.Document;
    import org.w3c.dom.Node;
    public final class EchoDom {
    public Document echoDom(Document doc) {
    System.out.println("The dom on the server is[");
    weblogic.xml.babel.stream.DOMInputStream.printNode((Node) doc);
    System.out.println("]");
    return doc;
    Client
    =======================================================
    package examples.dom;
    import java.util.ArrayList;
    import java.util.List;
    import java.util.jar.JarFile;
    import java.util.zip.ZipEntry;
    import javax.xml.rpc.Call;
    import javax.xml.rpc.ParameterMode;
    import javax.xml.rpc.Service;
    import javax.xml.rpc.ServiceFactory;
    import javax.xml.namespace.QName;
    import javax.xml.rpc.handler.HandlerInfo;
    import javax.xml.rpc.handler.HandlerRegistry;
    import javax.xml.soap.SOAPConstants;
    import weblogic.xml.stream.XMLInputStream;
    import weblogic.xml.stream.XMLInputStreamFactory;
    import weblogic.xml.schema.binding.TypeMapping;
    import weblogic.xml.schema.binding.TypeMappingFactory;
    import weblogic.utils.Debug;
    import weblogic.apache.xerces.parsers.DOMParser;
    import java.util.ArrayList;
    import org.w3c.dom.Node;
    import org.w3c.dom.Document;
    import org.w3c.dom.Comment;
    import org.w3c.dom.NodeList;
    import org.w3c.dom.ProcessingInstruction;
    import org.w3c.dom.NamedNodeMap;
    import org.xml.sax.InputSource;
    * @author Copyright (c) 2002 by BEA Systems. All Rights Reserved.
    public final class Client {
    public static Document getDocument(String filename)
    throws Exception
    DOMParser parser = new DOMParser();
    parser.setFeature( "http://apache.org/xml/features/dom/defer-node-expansion",
    false );
    parser.setFeature( "http://xml.org/sax/features/validation",
    false);
    parser.setFeature( "http://xml.org/sax/features/namespaces",
    true);
    parser.setFeature( "http://apache.org/xml/features/validation/schema",
    true);
    parser.parse(weblogic.xml.babel.baseparser.SAXElementFactory.createInputSource(filename));
    Document doc =parser.getDocument();
    return doc;
    public static void main( String[] args ) throws Exception{
    Dom d = new Dom_Impl("http://localhost:7001/dom/EchoDomService?WSDL");
    DomPort port = d.getdomPort();
    Document request = getDocument(args[0]);
    weblogic.xml.babel.stream.DOMInputStream.printNode((Node) request);
    try {
    Document newDoc = port.echoDom(request);
    weblogic.xml.babel.stream.DOMInputStream.printNode((Node) newDoc);
    } catch (javax.xml.rpc.JAXRPCException e) {
    System.out.println(e.getLinkedCause());
    e.getLinkedCause().printStackTrace();
    Run-time Exception
    =========================================================
    C:\JDEV903\jdk\bin\javaw.exe -ojvm -classpath C:\MyStudy\java\WS3\classes;D:\bea\weblogic700\server\lib\webserviceclient+ssl.jar;D:\bea\weblogic700\server\lib\weblogic.jar;C:\JDEV903\jdev\lib\jdev-rt.jar;C:\JDEV903\soap\lib\soap.jar;C:\JDEV903\lib\xmlparserv2.jar;C:\JDEV903\jlib\javax-ssl-1_2.jar;C:\JDEV903\jlib\jssl-1_2.jar;C:\JDEV903\j2ee\home\lib\activation.jar;C:\JDEV903\j2ee\home\lib\mail.jar;C:\JDEV903\j2ee\home\lib\http_client.jar;C:\JDEV903\lib\xmlparserv2.jar;C:\JDEV903\lib\xmlcomp.jar;C:\MyStudy\java\1\dom\client.jar
    -Dweblogic.webservice.verbose=true wl.client.wsServletClient
    java.rmi.RemoteException: web service invoke failed; nested exception is:
    javax.xml.soap.SOAPException: failed to serialize xml:weblogic.xml.schema.binding.SerializationException:
    type mapping lookup failure on class=class weblogic.apache.xerces.dom.DeferredDocumentImpl
    TypeMapping=TYPEMAPPING SIZE=0
    javax.xml.soap.SOAPException: failed to serialize xml:weblogic.xml.schema.binding.SerializationException:
    type mapping lookup failure on class=class weblogic.apache.xerces.dom.DeferredDocumentImpl
    TypeMapping=TYPEMAPPING SIZE=0
    void weblogic.webservice.core.DefaultPart.toXML(javax.xml.soap.SOAPElement, java.lang.Object,
    weblogic.xml.schema.binding.SerializationContext, boolean, javax.xml.rpc.encoding.TypeMapping)
    DefaultPart.java:260
    void weblogic.webservice.core.DefaultMessage.toXML(javax.xml.soap.SOAPMessage,
    java.lang.Object[])
    DefaultMessage.java:455
    java.lang.Object weblogic.webservice.core.DefaultOperation.invoke(java.util.Map,
    java.lang.Object[], java.io.PrintStream)
    DefaultOperation.java:403
    java.lang.Object weblogic.webservice.core.DefaultOperation.invoke(java.util.Map,
    java.lang.Object[])
    DefaultOperation.java:359
    java.lang.Object weblogic.webservice.core.rpc.StubImpl._invoke(java.lang.String,
    java.util.Map)
    StubImpl.java:225
    java.lang.Object examples.dom.EchoDomServicePort_Stub.echoDom(java.lang.Object)
    EchoDomServicePort_Stub.java:33
    void wl.client.wsServletClient.main(java.lang.String[])
    wsServletClient.java:78
    Process exited with exit code 0.
    Please help.
    mindterm

  • Flex application works locally, fails when online (connecting to PHP script to insert row into DB)

    Hi everyone,
    I've got a Flex application that works wonderfully when I test it on my machine locally. It uploads files and send variables to a PHP script (that inserts them into a DB) with no errors when I run it locally. As soon as I put it online, the upload continues to work but something between my Flex application and the PHP script fails because no data is committed to the DB. I know the PHP script works fine - not only does it work when I run the Flex application locally but when I go directly to the PHP file online, a new empty line is added to the DB.
    I initially thought that this was a cross domain issue so I added the following to the root of my hosted account:
    <cross-domain-policy>
    <site-control permitted-cross-domain-policies="all"/>
    <allow-access-from domain="*.MYURL"/>
    <allow-http-request-headers-from domain="*.MYURL" headers="*" secure="false"/>
    </cross-domain-policy>
    I based this off of what I found online which seems to have done nothing for me. I'd also be happy to provide an error message but I don't get one when I debug.
    Any thoughts would be greatly appreciated.

    Use a network monitor to see if the Flex app is truly requesting the right URL.
    -Alex

  • Printer won't work - CUPS failed

    I am trying to get my new Canon MF4890DW printer to work with Mac OS X v10.7.5 Lion to no avail. When trying to print any document (web page, or a simple TextEditor file), the printer queue pops up and it errors out with "/Library/Printers/Canon/CUPS_MF_Printer/Bins/capdftopdl failed." I have pasted the detailed logs below.
    Any help is greatly appreciated. Thank you!
    E [01/Jan/2013:01:14:53 -0500] [Job 33] Job stopped due to filter errors; please consult the error_log file for details.
    D [01/Jan/2013:01:14:53 -0500] [Job 33] The following messages were recorded from 01:14:48 to 01:14:53
    D [01/Jan/2013:01:14:53 -0500] [Job 33] Adding start banner page "none".
    D [01/Jan/2013:01:14:53 -0500] [Job 33] Queued on "CanonMF4800" by "fahim".
    D [01/Jan/2013:01:14:53 -0500] [Job 33] File of type application/pdf queued by "fahim".
    D [01/Jan/2013:01:14:53 -0500] [Job 33] Setting job-hold-until to no-hold
    D [01/Jan/2013:01:14:53 -0500] [Job 33] Adding end banner page "none".
    D [01/Jan/2013:01:14:53 -0500] [Job 33] Job released by user.
    D [01/Jan/2013:01:14:53 -0500] [Job 33] job-sheets=none,none
    D [01/Jan/2013:01:14:53 -0500] [Job 33] argv[0]="CanonMF4800"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] argv[1]="33"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] argv[2]="fahim"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] argv[3]="Untitled"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] argv[4]="1"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] argv[5]="AP_ColorMatchingMode=AP_ApplicationColorMatching AP_D_InputSlot= brightness=100 CN_PdlWrapper_DebugMode=0 noCNBarCode CNBrightness=6 CNContrast=6 CNCopies=1 CNEncodeType=1 CNGamma=1.4 CNHalftone=pattern2 CNLANG=en_US CNPDECALL=CNLZ0090 CNPDEUserName=RmFoaW0= CNPrintSetting..b. CNQueueDescription=CanonMF4800 CNSpecialPrintMode=Mode2 CNSystemEncoding=0 noCNTonerSaving noCNWhiteGap collate com.apple.print.DocumentTicket.PMSpoolFormat=application/pdf com.apple.print.JobInfo.PMApplicationName=TextEdit com.apple.print.JobInfo.PMJobName=Untitled com.apple.print.JobInfo.PMJobOwner=Fahim com.apple.print.PageToPaperMappingMediaName=Letter com.apple.print.PageToPaperMappingType..n.=1 com.apple.print.PrinterInfo.PMColorDeviceID..n.=4465 com.apple.print.PrintSettings.PMColorSpaceModel..n.=1 com.apple.print.PrintSettings.PMColorSyncProfileID..n.=1580 com.apple.print.PrintSettings.PMCopies..n.=1 com.apple.print.PrintSettings.PMCopyCollate..b. com.apple.print.PrintSettings.PMDestinationType..n.=1 com.apple.print.PrintSettings.PMFirstPage..n.=1 com.apple.print.PrintSettings.PMLastPage..n.=2147483647 com.apple.print.PrintSettings.PMPageRange..a.0..n.=1 com.apple.print.PrintSettings.PMPageRange..a.1..n.=2147483647 DestinationPrinterID=CanonMF4800 Filter=None gamma=1000 media=Letter MediaType=PlainPaper number-up=1 PageSize=Letter PaperInfoIsSuggested..b. printer-resolution=600x600dpi pserrorhandler-requested=standard Resolution=600x600dpi job-uuid=urn:uuid:dc11e475-a1b7-3751-6329-89b0aeef7afc job-originating-host-name=localhost time-at-creation=1357020888 time-at-processing=1357020888 job-impressions=1 com.apple.print.PrintSettings.PMTotalSidesImaged..n.=1 sides=one-sided Duplex=None com.apple.print.PrintSettings.PMTotalBeginPages..n.=1"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] argv[6]="/private/var/spool/cups/d00033-001"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[0]="<CFProcessPath>"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[1]="CUPS_CACHEDIR=/private/var/spool/cups/cache"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[2]="CUPS_DATADIR=/usr/share/cups"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[3]="CUPS_DOCROOT=/usr/share/doc/cups"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[4]="CUPS_FONTPATH=/usr/share/cups/fonts"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[5]="CUPS_REQUESTROOT=/private/var/spool/cups"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[6]="CUPS_SERVERBIN=/usr/libexec/cups"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[7]="CUPS_SERVERROOT=/private/etc/cups"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[8]="CUPS_STATEDIR=/private/etc/cups"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[9]="HOME=/private/var/spool/cups/tmp"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[10]="PATH=/usr/libexec/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[11]="[email protected]"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[12]="SOFTWARE=CUPS/1.5.4"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[13]="TMPDIR=/private/var/spool/cups/tmp"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[14]="USER=root"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[15]="CUPS_MAX_MESSAGE=2047"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[16]="CUPS_SERVER=/private/var/run/cupsd"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[17]="CUPS_ENCRYPTION=IfRequested"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[18]="IPP_PORT=631"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[19]="CHARSET=utf-8"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[20]="LANG=en_US.UTF-8"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[21]="APPLE_LANGUAGE=en-US"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[22]="PPD=/private/etc/cups/ppd/CanonMF4800.ppd"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[23]="RIP_MAX_CACHE=128m"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[24]="CONTENT_TYPE=application/pdf"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[25]="DEVICE_URI=dnssd://CanonMF4800._pdl-datastream._tcp.local./?bidi"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[26]="PRINTER_INFO=CanonMF4800"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[27]="PRINTER_LOCATION="
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[28]="PRINTER=CanonMF4800"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[29]="PRINTER_STATE_REASONS=none"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[30]="CUPS_FILETYPE=document"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[31]="FINAL_CONTENT_TYPE=printer/CanonMF4800"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[32]="AUTH_I****"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] Started filter /Library/Printers/Canon/CUPS_MF_Printer/Bins/capdftopdl (PID 1949)
    D [01/Jan/2013:01:14:53 -0500] [Job 33] Started backend /usr/libexec/cups/backend/dnssd (PID 1950)
    D [01/Jan/2013:01:14:53 -0500] [Job 33] Resolving "CanonMF4800._pdl-datastream._tcp.local."...
    D [01/Jan/2013:01:14:53 -0500] [Job 33] STATE: +connecting-to-device
    D [01/Jan/2013:01:14:53 -0500] [Job 33] Resolving "CanonMF4800", regtype="_pdl-datastream._tcp", domain="local."...
    D [01/Jan/2013:01:14:53 -0500] [Job 33] Looking for printer.
    D [01/Jan/2013:01:14:53 -0500] [Job 33] Set job-printer-state-message to "Looking for printer.", current level=INFO
    D [01/Jan/2013:01:14:53 -0500] [Job 33] Resolved as "socket://Canon5c566d.local.:9100/"...
    D [01/Jan/2013:01:14:53 -0500] [Job 33] STATE: -connecting-to-device,offline-report
    D [01/Jan/2013:01:14:53 -0500] [Job 33] Executing backend "/usr/libexec/cups/backend/socket"...
    D [01/Jan/2013:01:14:53 -0500] [Job 33] STATE: +connecting-to-device
    D [01/Jan/2013:01:14:53 -0500] [Job 33] Looking up "Canon5c566d.local."...
    D [01/Jan/2013:01:14:53 -0500] [Job 33] capdftopdl start.
    D [01/Jan/2013:01:14:53 -0500] [Job 33] STATE: -com.canon.unsupportedsize-error
    D [01/Jan/2013:01:14:53 -0500] [Job 33] hrDeviceDesc="Canon MF4800 Series"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] prtGeneralCurrentLocalization type is 5, expected 2!
    D [01/Jan/2013:01:14:53 -0500] [Job 33] backendWaitLoop(snmp_fd=5, addr=0x102914328, side_cb=0x10280c0cf)
    D [01/Jan/2013:01:14:53 -0500] [Job 33] End of messages
    D [01/Jan/2013:01:14:53 -0500] [Job 33] printer-state=3(idle)
    D [01/Jan/2013:01:14:53 -0500] [Job 33] printer-state-message="/Library/Printers/Canon/CUPS_MF_Printer/Bins/capdftopdl failed"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] printer-state-reasons=none

    I tried connecting the printer using USB and interestingly this time the error log showed "Sent 0 bytes" along with the "unsupported size" error message. Does it mean that some app/utility is unable to determine the document size?
    E [01/Jan/2013:11:52:03 -0500] [Job 38] Job stopped due to filter errors; please consult the error_log file for details.
    D [01/Jan/2013:11:52:03 -0500] [Job 38] The following messages were recorded from 11:51:37 to 11:52:03
    D [01/Jan/2013:11:52:03 -0500] [Job 38] Adding start banner page "none".
    D [01/Jan/2013:11:52:03 -0500] [Job 38] Queued on "Canon_MF4800_Series" by "fahim".
    D [01/Jan/2013:11:52:03 -0500] [Job 38] File of type application/pdf queued by "fahim".
    D [01/Jan/2013:11:52:03 -0500] [Job 38] Setting job-hold-until to no-hold
    D [01/Jan/2013:11:52:03 -0500] [Job 38] Adding end banner page "none".
    D [01/Jan/2013:11:52:03 -0500] [Job 38] Job released by user.
    D [01/Jan/2013:11:52:03 -0500] [Job 38] job-sheets=none,none
    D [01/Jan/2013:11:52:03 -0500] [Job 38] argv[0]="Canon_MF4800_Series"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] argv[1]="38"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] argv[2]="fahim"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] argv[3]="Printer won't work - CUP...ple Support Communities"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] argv[4]="1"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] argv[5]="AP_ColorMatchingMode=AP_ApplicationColorMatching AP_D_InputSlot= collate ColorModel=Gray com.apple.print.DocumentTicket.PMSpoolFormat=application/pdf com.apple.print.JobInfo.PMApplicationName=Chrome com.apple.print.JobInfo.PMJobName=Printer\ won\'t\ work\ -\ CUP...ple\ Support\ Communities com.apple.print.JobInfo.PMJobOwner=Fahim com.apple.print.PrinterInfo.PMColorDeviceID..n.=16910 com.apple.print.PrintSettings.PMColorSpaceModel..n.=1 com.apple.print.PrintSettings.PMColorSyncProfileID..n.=1580 com.apple.print.PrintSettings.PMCopies..n.=1 com.apple.print.PrintSettings.PMCopyCollate..b. com.apple.print.PrintSettings.PMDuplexing..n.=2 com.apple.print.PrintSettings.PMFirstPage..n.=1 com.apple.print.PrintSettings.PMLastPage..n.=2147483647 com.apple.print.PrintSettings.PMPageRange..a.0..n.=1 com.apple.print.PrintSettings.PMPageRange..a.1..n.=2147483647 DestinationPrinterID=Canon_MF4800_Series media=Letter pserrorhandler-requested=standard job-uuid=urn:uuid:a7d2d139-e2d7-38c7-57d6-cedc6d4fe3ec job-originating-host-name=localhost time-at-creation=1357059097 time-at-processing=1357059097 job-impressions=1 com.apple.print.PrintSettings.PMTotalSidesImaged..n.=1 sides=one-sided Duplex=None com.apple.print.PrintSettings.PMTotalBeginPages..n.=1 PageSize=Letter"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] argv[6]="/private/var/spool/cups/d00038-001"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[0]="<CFProcessPath>"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[1]="CUPS_CACHEDIR=/private/var/spool/cups/cache"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[2]="CUPS_DATADIR=/usr/share/cups"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[3]="CUPS_DOCROOT=/usr/share/doc/cups"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[4]="CUPS_FONTPATH=/usr/share/cups/fonts"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[5]="CUPS_REQUESTROOT=/private/var/spool/cups"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[6]="CUPS_SERVERBIN=/usr/libexec/cups"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[7]="CUPS_SERVERROOT=/private/etc/cups"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[8]="CUPS_STATEDIR=/private/etc/cups"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[9]="HOME=/private/var/spool/cups/tmp"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[10]="PATH=/usr/libexec/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[11]="[email protected]"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[12]="SOFTWARE=CUPS/1.5.4"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[13]="TMPDIR=/private/var/spool/cups/tmp"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[14]="USER=root"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[15]="CUPS_MAX_MESSAGE=2047"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[16]="CUPS_SERVER=/private/var/run/cupsd"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[17]="CUPS_ENCRYPTION=IfRequested"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[18]="IPP_PORT=631"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[19]="CHARSET=utf-8"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[20]="LANG=en_US.UTF-8"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[21]="APPLE_LANGUAGE=en-US"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[22]="PPD=/private/etc/cups/ppd/Canon_MF4800_Series.ppd"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[23]="RIP_MAX_CACHE=128m"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[24]="CONTENT_TYPE=application/pdf"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[25]="DEVICE_URI=usb://Canon/MF4800%20Series?serial=0126P14C566D"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[26]="PRINTER_INFO=Canon MF4800 Series"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[27]="PRINTER_LOCATION="
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[28]="PRINTER=Canon_MF4800_Series"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[29]="PRINTER_STATE_REASONS=none"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[30]="CUPS_FILETYPE=document"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[31]="FINAL_CONTENT_TYPE=printer/Canon_MF4800_Series"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[32]="AUTH_I****"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] Started filter /Library/Printers/Canon/CUPS_MF_Printer/Bins/capdftopdl (PID 5534)
    D [01/Jan/2013:11:52:03 -0500] [Job 38] Started backend /usr/libexec/cups/backend/usb (PID 5535)
    D [01/Jan/2013:11:52:03 -0500] [Job 38] usb: AppleLanguages="en-US"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] STATE: +connecting-to-device
    D [01/Jan/2013:11:52:03 -0500] [Job 38] Looking for 'Canon MF4800 Series'
    D [01/Jan/2013:11:52:03 -0500] [Job 38] Directory "/System/Library/Printers/Libraries/USBGenericPrintingClass.plugin" permissions OK (040755/uid=0/gid=0).
    D [01/Jan/2013:11:52:03 -0500] [Job 38] load_classdriver(/System/Library/Printers/Libraries/USBGenericPrintingClass.plu gin) (kr:0x00000000)
    D [01/Jan/2013:11:52:03 -0500] [Job 38] Directory "/System/Library/Printers/Libraries/USBGenericPrintingClass.plugin" permissions OK (040755/uid=0/gid=0).
    D [01/Jan/2013:11:52:03 -0500] [Job 38] load_classdriver(/System/Library/Printers/Libraries/USBGenericPrintingClass.plu gin) (kr:0x00000000)
    D [01/Jan/2013:11:52:03 -0500] [Job 38] Opening connection
    D [01/Jan/2013:11:52:03 -0500] [Job 38] Directory "/System/Library/Printers/Libraries/USBGenericPrintingClass.plugin" permissions OK (040755/uid=0/gid=0).
    D [01/Jan/2013:11:52:03 -0500] [Job 38] load_classdriver(/System/Library/Printers/Libraries/USBGenericPrintingClass.plu gin) (kr:0x00000000)
    D [01/Jan/2013:11:52:03 -0500] [Job 38] STATE: -connecting-to-device
    D [01/Jan/2013:11:52:03 -0500] [Job 38] Sending data to printer.
    D [01/Jan/2013:11:52:03 -0500] [Job 38] Set job-printer-state-message to "Sending data to printer.", current level=INFO
    D [01/Jan/2013:11:52:03 -0500] [Job 38] capdftopdl start.
    D [01/Jan/2013:11:52:03 -0500] [Job 38] STATE: -com.canon.unsupportedsize-error
    D [01/Jan/2013:11:52:03 -0500] [Job 38] Sent 0 bytes...
    D [01/Jan/2013:11:52:03 -0500] [Job 38] Waiting for read thread to exit...
    [01/Jan/2013:11:52:03 -0500] [Job 38] Read thread still active, aborting the pending read...
    D [01/Jan/2013:11:52:03 -0500] [Job 38] Got USB return aborted during read
    D [01/Jan/2013:11:52:03 -0500] [Job 38] End of messages
    D [01/Jan/2013:11:52:03 -0500] [Job 38] printer-state=3(idle)
    D [01/Jan/2013:11:52:03 -0500] [Job 38] printer-state-message="/Library/Printers/Canon/CUPS_MF_Printer/Bins/capdftopdl failed"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] printer-state-reasons=none

  • War file created in Eclipse works, but fails when created by Ant

    Hi,
    I am having trouble getting my flex war file to work when I create it using Ant, even though the same war works fine when I create it from my Eclipse Export War function. This is a critical problem and any ideas or suggestions would be greatly appreciated.
    I have a working installation of LCDS running under JBoss 4.0.5 (in a CENTOS (Red Hat) environment). I have implemented a datatier in Java to interact with my PostgreSQL 8.x database. The Java code, plus the necessary flex jars and xml files and some mxml test programs, are all in an Eclipse J2EE project that I created from the flex samples.war file. It all works fine when I use Eclipse to create a WAR from the project and deploy it in JBoss. My problem is this: When I create a WAR piece by piece using Ant, then deploy it to JBoss, that WAR does not work. The error I get is this:
    javax.servlet.ServletException: Invalid Configuration: see previous failures. flex.webtier.util.ServiceUtil.setupFlexService(ServiceUtil.java:55) flex.webtier.server.j2ee.MxmlServlet.init(MxmlServlet.java:57), etc.
    When I look at the log I see this problem:
    "You have more than one version of 'org.apache.commons.logging.Log' visible, which is not allowed.",
    but that error is in the server log even when I use the good WAR file.
    I have compared the two wars but cannot find any substantial difference between them.
    Thanks in advance!

    Have you tried enabling debug level logging and removing the category filters in services-config.xml? It should show all the destinations being created, and if any are failing. To get the maximum level of log detail, something like this should work:
    ><logging>
    >
    > <target class="flex.messaging.log.ConsoleTarget" level="Debug">
    >
    > <properties>
    >
    > <prefix>[Flex] </prefix>
    >
    > <includeDate>false</includeDate>
    >
    > <includeTime>false</includeTime>
    >
    > <includeLevel>false</includeLevel>
    >
    > <includeCategory>false</includeCategory>
    >
    > </properties>
    >
    > </target>
    >
    > </logging>
    Have a check that your remoting destinations are shown starting correctly for both WAR files, and see if there are any messages in the log that might be relevant.

  • Worker patch fail

    Hi
    I am running RUP6 patch on R12 apps on Unix platform.
    After running patch R12.AD.A.delta.6 successfully, i ran 6728000 an in the middle of that, a worker failed giving
    ATTENTION: All workers either have failed or are waiting:
    FAILED: file gcsxdrun.sql on worker 3.
    ATTENTION: Please fix the above failed worker(s) so the manager can continue.
    what should be done?
    how to fiz it?

    Well i checked it it has enough space but it is pointing to /var/tmp
    which also has enough space.
    the /var/tmp has 777 permission but the underlying files don't.
    there is actually no o0015158.tmp file which it is trying to create.
    help?
    BTW the gcsxdrun.sql contains:
    # more gcsxdrun.sql
    REM $Header: gcsxdrun.sql 120.1.12000000.2 2007/06/28 12:26:33 vkosuri ship $
    REM dbdrv: sql ~PROD ~PATH ~FILE none none none package &phase=dat+90 \
    REM dbdrv: checkfile:nocheck
    REM +=========================================================================+
    REM | Copyright (c) 2003 Oracle Corporation |
    REM | Redwood Shores, California, USA |
    REM | All rights reserved. |
    REM +=========================================================================+
    REM FILENAME
    REM gcsxdrun.sql Translation Dynamic Program Runner
    REM
    REM PURPOSE
    REM Creates the meaningful package body for GCS_TRANS_DYNAMIC_PKG
    REM NOTES
    REM Example:
    REM start gcsxdrun applsys fnd
    REM HISTORY
    REM 22-APR-04 M Ward Created
    REM 14-DEC-06 S Ballepu Bugfix 5707630
    REM
    SET VERIFY OFF
    WHENEVER SQLERROR EXIT FAILURE ROLLBACK;
    WHENEVER OSERROR EXIT FAILURE ROLLBACK;
    DECLARE
    errbuf1 VARCHAR2(2000);
    retcode1 VARCHAR2(2000);
    errbuf2 VARCHAR2(2000);
    retcode2 VARCHAR2(2000);
    errbuf3 VARCHAR2(2000);
    retcode3 VARCHAR2(2000);
    BEGIN
    GCS_TRANS_DYN_BUILD_PKG.create_package(x_errbuf=>errbuf1, x_retcode=>retcode1)
    -- Bugfix 5707630: Call the create package for historical rates and retained e
    rnings dynamic package also
    GCS_TRANS_HRATES_DYN_BUILD_PKG.create_package(x_errbuf=>errbuf2, x_retcode=>re
    code2);
    GCS_TRANS_RE_DYN_BUILD_PKG.create_package(x_errbuf=>errbuf3, x_retcode=>retcod
    3);
    END;
    commit;
    exit;

  • IMAP Implementations - Some work / some fail - Please help!

    Hello friends -
    We have an application using mail to exchange information between a master site and remote locations. Due to firewall /political restrictions at originating location, we have been forced to use email on some non standard ports (> 15000).
    We never seem to have a problem with SMTP. However, I am unable to receive emails using IMAP from one of our vendors. With debug information enabled, I get the following debug trail:
    * OK [CAPABILITY IMAP4REV1 LOGIN-REFERRALS STARTTLS AUTH=LOGIN] ns12-1.whatever.com IMAP4rev1 2003.338rh at Mon, 31 Oct 2005 11:19:45 -0500 (EST)
    IMAP DEBUG: AUTH: LOGIN
    DEBUG: protocolConnect login, host=67.15.186.34, [email protected], password=<non-null>
    A0 AUTHENTICATE LOGIN
    + VXNlciBOYW1lAA==
    ZGVwb3RAZmllbGRvcmRlci5jb20=
    + UGFzc3dvcmQA
    cGFzc3dvcmQ=
    javax.mail.MessagingException: * BYE JavaMail Exception: java.io.IOException;
    nested exception is:
         com.sun.mail.iap.ConnectionException: * BYE JavaMail Exception: java.io.IOException
         at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:459)
         at javax.mail.Service.connect(Service.java:236)
         at javax.mail.Service.connect(Service.java:137)
         at us.fl.ci.tlh.test.EmailTest.EmailReadTest(EmailTest.java:137)
         at us.fl.ci.tlh.test.EmailTest.main(EmailTest.java:33)
    We are also unable to communicate with this service using Outlook Express.
    If I try one of the other vendors with the same code set, I get a successful response:
    * OK IMAPrev1
    A0 CAPABILITY
    * CAPABILITY IMAP4 IMAP4rev1 QUOTA
    A0 OK CAPABILITY completed
    DEBUG: protocolConnect login, host=xxx.xxx.xxx.xxx, [email protected], password=<non-null>
    A1 LOGIN [email protected] unencryptedPassword
    A1 OK LOGIN completed
    DEBUG: connection available -- size: 1
    A2 SELECT INBOX
    * 0 EXISTS
    * 0 RECENT
    * FLAGS (\Deleted \Seen \Draft \Answered \Flagged)
    * OK [UIDVALIDITY 0]
    * OK [PERMANENTFLAGS (\Deleted \Seen \Draft \Answered \Flagged)]
    A2 OK [READ-WRITE] SELECT completed
    A3 SEARCH UNSEEN ALL
    * SEARCH
    A3 OK Search completed
    unreadMessages.length=0
    A4 CLOSE
    A4 OK CLOSE completed
    DEBUG: added an Authenticated connection -- size: 1
    A5 LOGOUT
    * BYE Have a nice day
    A5 OK Logout completed
    DEBUG: IMAPStore connection dead
    DEBUG: IMAPStore cleanup, force false
    DEBUG: IMAPStore cleanup done
    Unfortunately, we'd really like to have both environments availalbe to us in case one of them goes offline.
    The hosting provider for the service that is failing continues to insist that they have no problem checking the account with a mozilla product or Outlook Express. They insist that this is a dns issue; which I find difficult to believe.
    I'm not sure where to look to get smarter on this; it looks as if the different vendors are using a different authentication scheme (encrypted vs. plain text). Can anyone give me some guidance on how to futher troubleshoot this error?
    Thank you!
    - cm

    The problem sounds like exchange server firewall setting block
    your imap request.
    it had better to open the port that firewall blocks.
    I have met this problem before.when I open the port, works pretty well.
    I am not sure your real reason .just a suggestion

Maybe you are looking for

  • BLOB column's image is not showing up in Forms

    Hi All, I am using Forms 10g. I created a default form (using wizard) for a table that has a BLOB column. Form builder automatically created an image item that corresponds to the BLOB column. The problem is that when I run the, the image item is alwa

  • Creating spool file for  Mass printing of smartforms

    Hi all My requirement is Mass printing of Development Plans, In this case is i need to select all the smartforms depending upon the selection screen data.& i need to pass all the smartforms to newly created spool file.. how should I use TSP01 & Funct

  • Develop to Library

    When I sharpen an image in Develop, the changes do not stay when I go to Library.  How do I fix the changes?

  • Error #2101: The String passed to URLVariables.decode() must be a URL-encoded query string containin

    Error: Error #2101: The String passed to URLVariables.decode() must be a URL-encoded query string containing name/value pairs. at Error$/throwError() at flash.net::URLVariables/decode() at flash.net::URLVariables() at flash.net::URLLoader/onComplete(

  • Older ID and no password available to find for it

    I have all my music on the laptop and some of the older music has an older id for which I don't know the password. I would like to get all my music under the more recent ID I am now using. I this past week installed Itunes to a different computer and