Can not run http server

start http server powered by apache.I got such message:
'[alert]<5>...:FastCGI:CreateMUtex()failed
Syntax error on line 92 of c:/oracle/ora92/sqlplus/admin/isqlplus.conf:
Failed to create FastCGI application accept mutex'
my isqlplus.conf:
# Copyright (c) 2001, 2002, Oracle Corporation. All rights reserved.
# NAME
# isqlplus.conf
# PURPOSE
# Oracle HTTP Server directives for the iSQL*Plus server
# USAGE
# This file should be included in the Oracle HTTP Server
# "oracle_apache.conf" file.
# Enable handling of all virtual paths beginning with "/iplus/"
# Note: only /iplus/ is mapped, /iplus is not being mapped
<IfModule mod_alias.c>
Alias /iplus/ "C:\oracle\ora92\sqlplus\admin\iplus/"
# Disallow users from trying to access /iplus/ directory listing
<Directory "C:\oracle\ora92\sqlplus\admin\iplus">
AllowOverride None
Options FollowSymLinks
Order deny,allow
Allow from all
</Directory>
</IfModule>
# Maps all virtual paths beginning with "/isqlplus*" to the iSQL*Plus
# FastCGI application
<IfModule mod_alias.c>
ScriptAliasMatch ^/isqlplus(.*) C:\oracle\ora92\bin\isqlplus
ScriptAliasMatch ^/isqlplusdba(.*) C:\oracle\ora92\bin\isqlplus
<Directory "C:\oracle\ora92\bin">
AllowOverride None
Options FollowSymLinks
Order deny,allow
Allow from all
</Directory>
</IfModule>
# Enable handling of all virtual paths beginning with "/isqlplus"
<Location /isqlplus>
SetHandler fastcgi-script
Order deny,allow
# Comment "Allow ..." and uncomment the four lines "AuthType ..."
# to "Require ..." if Oracle HTTP authentication access is required
# for the http://.../isqlplus URL
Allow from all
#AuthType Basic
#AuthName 'iSQL*Plus'
#AuthUserFile C:\oracle\ora92\sqlplus\admin\iplus.pw
#Require valid-user
</Location>
# Enable handling of all virtual paths beginning with "/isqlplusdba".
# Note: Oracle HTTP authentication access must be configured to
# prevent unauthorized users performing DBA operations on
# the database
# Use the HTTP server utility script "htpasswd" to add users to the
# "iplusdba.pw" file.
<Location /isqlplusdba>
SetHandler fastcgi-script
Order deny,allow
AuthType Basic
AuthName 'iSQL*Plus DBA'
AuthUserFile C:\oracle\ora92\sqlplus\admin\iplusdba.pw
Require valid-user
</Location>
# Setup the iSQL*Plus FastCGI application.
<IfModule mod_fastcgi.c>
FastCgiServer C:\oracle\ora92\bin\isqlplus -port 8228 -initial-env iSQLPlusNumberOfThreads=20 -initial-env iSQLPlusTimeOutInterval=30 -initial-env iSQLPlusLogLevel=off -initial-env iSQLPlusAllowUserEntMap=none -idle-timeout 3600
</IfModule>

Yes there is
Oracle Developer Suite HTTP port = 8889
Oracle Developer Suite JMS port = 9240
Oracle Developer Suite RMI port = 23910
Oracle HTTP Server Diagnostic port = 7200
Reports Services bridge port = 14011
Reports Services discoveryService port = 14021

Similar Messages

  • Can not start http server

    start http server powered by apache.I got such message:
    '[alert]<5>...:FastCGI:CreateMUtex()failed
    Syntax error on line 92 of c:/oracle/ora92/sqlplus/admin/isqlplus.conf:
    Failed to create FastCGI application accept mutex'
    my isqlplus.conf:
    # Copyright (c) 2001, 2002, Oracle Corporation. All rights reserved.
    # NAME
    # isqlplus.conf
    # PURPOSE
    # Oracle HTTP Server directives for the iSQL*Plus server
    # USAGE
    # This file should be included in the Oracle HTTP Server
    # "oracle_apache.conf" file.
    # Enable handling of all virtual paths beginning with "/iplus/"
    # Note: only /iplus/ is mapped, /iplus is not being mapped
    <IfModule mod_alias.c>
    Alias /iplus/ "C:\oracle\ora92\sqlplus\admin\iplus/"
    # Disallow users from trying to access /iplus/ directory listing
    <Directory "C:\oracle\ora92\sqlplus\admin\iplus">
    AllowOverride None
    Options FollowSymLinks
    Order deny,allow
    Allow from all
    </Directory>
    </IfModule>
    # Maps all virtual paths beginning with "/isqlplus*" to the iSQL*Plus
    # FastCGI application
    <IfModule mod_alias.c>
    ScriptAliasMatch ^/isqlplus(.*) C:\oracle\ora92\bin\isqlplus
    ScriptAliasMatch ^/isqlplusdba(.*) C:\oracle\ora92\bin\isqlplus
    <Directory "C:\oracle\ora92\bin">
    AllowOverride None
    Options FollowSymLinks
    Order deny,allow
    Allow from all
    </Directory>
    </IfModule>
    # Enable handling of all virtual paths beginning with "/isqlplus"
    <Location /isqlplus>
    SetHandler fastcgi-script
    Order deny,allow
    # Comment "Allow ..." and uncomment the four lines "AuthType ..."
    # to "Require ..." if Oracle HTTP authentication access is required
    # for the http://.../isqlplus URL
    Allow from all
    #AuthType Basic
    #AuthName 'iSQL*Plus'
    #AuthUserFile C:\oracle\ora92\sqlplus\admin\iplus.pw
    #Require valid-user
    </Location>
    # Enable handling of all virtual paths beginning with "/isqlplusdba".
    # Note: Oracle HTTP authentication access must be configured to
    # prevent unauthorized users performing DBA operations on
    # the database
    # Use the HTTP server utility script "htpasswd" to add users to the
    # "iplusdba.pw" file.
    <Location /isqlplusdba>
    SetHandler fastcgi-script
    Order deny,allow
    AuthType Basic
    AuthName 'iSQL*Plus DBA'
    AuthUserFile C:\oracle\ora92\sqlplus\admin\iplusdba.pw
    Require valid-user
    </Location>
    # Setup the iSQL*Plus FastCGI application.
    <IfModule mod_fastcgi.c>
    FastCgiServer C:\oracle\ora92\bin\isqlplus -port 8228 -initial-env iSQLPlusNumberOfThreads=20 -initial-env iSQLPlusTimeOutInterval=30 -initial-env iSQLPlusLogLevel=off -initial-env iSQLPlusAllowUserEntMap=none -idle-timeout 3600
    </IfModule>

    I appreciate your help.
    I have been offline for a long time since I had a business trip two week ago.
    I can not start the apache http server, so it isn't on running status within NT services manager.
    In fact, there is someting wrong---fail to create FastCGI when startup. Oracle system message tells me that syntax error exists on line 92 of isqlplus.conf but I don't know how to correct it.
    Henry

  • [SOLVED] I can not run X Server

    Hi there, I installed Arch Linux today, but I cannot run X server. I followed this tutorial: https://wiki.archlinux.org/index.php/Xorg
    My notebook has a SiS chipset. I installed xf86-video-sis and xf86-video-sisusb. I copied /etc/X11/xorg.conf from https://wiki.archlinux.org/index.php/SiS
    My /etc/X11/xorg.conf.d/10-monitor.conf looks like this:
    Section "Monitor"
    Identifier "Monitor0"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "sis"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 16
    SubSection "Display"
    Depth 16
    Modes "1024x768_75.00"
    EndSubSection
    EndSection
    When I try to execute startx, I get the following error (I don't run it as root):
    (EE) Server terminated with error (1). Closing file.
    xinit: giving up
    xinit: unable to connect to X server: Connection refused
    xinit: server error
    The file /var/log/Xorg.0.log looks like this:
    [ 13341.882]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 13341.965] X Protocol Version 11, Revision 0
    [ 13341.993] Build Operating System: Linux 3.17.6-1-ARCH i686
    [ 13342.048] Current Operating System: Linux antWorkstation 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:59:29 CET 2015 i686
    [ 13342.049] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=4783374f-ae16-4753-a16e-deb121991926 rw quiet
    [ 13342.131] Build Date: 11 February 2015 08:29:54AM
    [ 13342.156]
    [ 13342.181] Current version of pixman: 0.32.6
    [ 13342.231] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 13342.232] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 13342.335] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 18 21:43:53 2015
    [ 13342.361] (==) Using config file: "/etc/X11/xorg.conf"
    [ 13342.388] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 13342.415] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 13342.416] (==) No Layout section. Using the first Screen section.
    [ 13342.416] (**) |-->Screen "Screen0" (0)
    [ 13342.416] (**) | |-->Monitor "Monitor0"
    [ 13342.416] (**) | |-->Device "Device0"
    [ 13342.416] (==) Automatically adding devices
    [ 13342.416] (==) Automatically enabling devices
    [ 13342.416] (==) Automatically adding GPU devices
    [ 13342.416] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
    [ 13342.416] Entry deleted from font path.
    [ 13342.416] (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
    [ 13342.416] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 13342.416] Entry deleted from font path.
    [ 13342.416] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 13342.416] Entry deleted from font path.
    [ 13342.416] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 13342.416] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 13342.416] Entry deleted from font path.
    [ 13342.416] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 13342.416] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 13342.416] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 13342.416] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 13342.416] (II) Loader magic: 0x829e6c0
    [ 13342.416] (II) Module ABI versions:
    [ 13342.416] X.Org ANSI C Emulation: 0.4
    [ 13342.416] X.Org Video Driver: 19.0
    [ 13342.416] X.Org XInput driver : 21.0
    [ 13342.416] X.Org Server Extension : 9.0
    [ 13342.419] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c2
    [ 13342.420] (--) PCI:*(0:1:0:0) 1039:6351:1734:1125 rev 16, Mem @ 0xc0000000/268435456, 0xd4000000/131072, I/O @ 0x00009000/128
    [ 13342.420] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 13342.420] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [ 13342.420] (II) LoadModule: "dbe"
    [ 13342.420] (II) Module "dbe" already built-in
    [ 13342.420] (II) LoadModule: "i2c"
    [ 13342.420] (II) Module "i2c" already built-in
    [ 13342.420] (II) LoadModule: "ddc"
    [ 13342.420] (II) Module "ddc" already built-in
    [ 13342.420] (II) LoadModule: "dri"
    [ 13342.420] (II) Module "dri" already built-in
    [ 13342.420] (II) LoadModule: "extmod"
    [ 13342.420] (II) Module "extmod" already built-in
    [ 13342.420] (II) LoadModule: "glx"
    [ 13342.421] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 13342.422] (II) Module glx: vendor="X.Org Foundation"
    [ 13342.422] compiled for 1.17.1, module version = 1.0.0
    [ 13342.422] ABI class: X.Org Server Extension, version 9.0
    [ 13342.422] (==) AIGLX enabled
    [ 13342.422] (II) LoadModule: "int10"
    [ 13342.423] (II) Loading /usr/lib/xorg/modules/libint10.so
    [ 13342.423] (II) Module int10: vendor="X.Org Foundation"
    [ 13342.423] compiled for 1.17.1, module version = 1.0.0
    [ 13342.423] ABI class: X.Org Video Driver, version 19.0
    [ 13342.423] (II) LoadModule: "vbe"
    [ 13342.423] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 13342.423] (II) Module vbe: vendor="X.Org Foundation"
    [ 13342.423] compiled for 1.17.1, module version = 1.1.0
    [ 13342.423] ABI class: X.Org Video Driver, version 19.0
    [ 13342.423] (II) LoadModule: "sis"
    [ 13342.423] (II) Loading /usr/lib/xorg/modules/drivers/sis_drv.so
    [ 13342.423] (II) Module sis: vendor="X.Org Foundation"
    [ 13342.423] compiled for 1.17.0, module version = 0.10.7
    [ 13342.423] Module class: X.Org Video Driver
    [ 13342.423] ABI class: X.Org Video Driver, version 19.0
    [ 13342.423] (II) SIS: driver for SiS chipsets: SIS5597/5598, SIS530/620,
    SIS6326/AGP/DVD, SIS300/305, SIS630/730, SIS540, SIS315, SIS315H,
    SIS315PRO/E, SIS550, SIS650/M650/651/740, SIS330(Xabre),
    SIS660/[M]661[F|M]X/[M]670/[M]741[GX]/[M]760[GX]/[M]761[GX]/[M]770[GX],
    SIS340
    [ 13342.424] (II) SIS: driver for XGI chipsets: Volari Z7 (XG20),
    Volari V3XT/V5/V8/Duo (XG40)
    [ 13342.424] (++) using VT number 1
    [ 13342.424] (--) controlling tty is VT number 1, auto-enabling KeepTty
    [ 13342.424] (WW) Falling back to old probe method for sis
    [ 13342.424] (EE) No devices detected.
    [ 13342.424] (EE)
    Fatal server error:
    [ 13342.424] (EE) no screens found(EE)
    [ 13342.424] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 13342.424] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 13342.424] (EE)
    I would be very greatful if anybody could help me.
    Last edited by amethystAnt (2015-02-20 21:03:15)

    thearcherblog wrote:
    We would like to help you but logs are necessary to do it.
    Please, post the xorg log and let see if we can find the error. I know that this vga was really tricky. I remember that gaves me a lot of problems but... fortunately, I changed my laptop
    I'm sorry, that was a mistake when I didn't post the log. Here is the log that was generated when I used he sis671 driver and my screen got black (it is pretty long):
    [ 161.864]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 161.876] X Protocol Version 11, Revision 0
    [ 161.882] Build Operating System: Linux 3.17.6-1-ARCH i686
    [ 161.898] Current Operating System: Linux antWorkstation 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:59:29 CET 2015 i686
    [ 161.899] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=4783374f-ae16-4753-a16e-deb121991926 rw quiet
    [ 161.933] Build Date: 11 February 2015 08:29:54AM
    [ 161.945]
    [ 161.959] Current version of pixman: 0.32.6
    [ 161.989] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 161.990] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 162.066] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Feb 20 09:16:57 2015
    [ 162.148] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 162.171] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 162.208] (==) No Layout section. Using the first Screen section.
    [ 162.208] (**) |-->Screen "Screen0" (0)
    [ 162.208] (**) | |-->Monitor "Monitor0"
    [ 162.209] (**) | |-->Device "Device0"
    [ 162.209] (==) Automatically adding devices
    [ 162.209] (==) Automatically enabling devices
    [ 162.209] (==) Automatically adding GPU devices
    [ 162.260] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
    [ 162.260] Entry deleted from font path.
    [ 162.260] (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
    [ 162.260] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 162.260] Entry deleted from font path.
    [ 162.260] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 162.260] Entry deleted from font path.
    [ 162.260] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 162.261] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 162.261] Entry deleted from font path.
    [ 162.261] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 162.261] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 162.261] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 162.261] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 162.261] (II) Loader magic: 0x829e6c0
    [ 162.261] (II) Module ABI versions:
    [ 162.261] X.Org ANSI C Emulation: 0.4
    [ 162.261] X.Org Video Driver: 19.0
    [ 162.261] X.Org XInput driver : 21.0
    [ 162.261] X.Org Server Extension : 9.0
    [ 162.264] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
    [ 162.265] (--) PCI:*(0:1:0:0) 1039:6351:1734:1125 rev 16, Mem @ 0xc0000000/268435456, 0xd4000000/131072, I/O @ 0x00009000/128
    [ 162.265] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 162.266] (II) LoadModule: "glx"
    [ 162.292] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 162.430] (II) Module glx: vendor="X.Org Foundation"
    [ 162.430] compiled for 1.17.1, module version = 1.0.0
    [ 162.430] ABI class: X.Org Server Extension, version 9.0
    [ 162.430] (==) AIGLX enabled
    [ 162.430] (II) LoadModule: "sisimedia"
    [ 162.442] (II) Loading /usr/lib/xorg/modules/drivers/sisimedia_drv.so
    [ 162.476] (II) Module sisimedia: vendor="X.Org Foundation"
    [ 162.476] compiled for 1.17.1, module version = 0.8.0
    [ 162.477] Module class: X.Org Video Driver
    [ 162.477] ABI class: X.Org Video Driver, version 19.0
    [ 162.478] (II) SIS: driver for SiS chipsets: SIS5597/5598, SIS530/620,
    SIS6326/AGP/DVD, SIS300/305, SIS630/730, SIS540, SIS315, SIS315H,
    SIS315PRO/E, SIS550, SIS650/M650/651/740, SIS330(Xabre),
    SIS[M]661[F|M]X/[M]741[GX]/[M]760[GX]/[M]761[GX]/662, SIS340,
    [M]670/[M]770[GX], [M]671/[M]771[GX]
    [ 162.478] (II) SIS: driver for XGI chipsets: Volari Z7 (XG20),
    Volari V3XT/V5/V8/Duo (XG40/XG42)
    [ 162.478] (++) using VT number 1
    [ 162.478] (--) controlling tty is VT number 1, auto-enabling KeepTty
    [ 162.478] (II) SIS_pci_probe - begin, entity_num=0
    [ 162.478] (II) vendor_id=0x1039
    [ 162.478] (II) device_id=0x6351
    [ 162.478] (II) bus=1
    [ 162.478] (II) dev=0
    [ 162.478] (II) func=0
    [ 162.478] (II) SIS_pci_probe - ConfigPciEntity found
    [ 162.478] (II) SIS(0): SIS_pci_probe - GetEntityInfo chipset is 0x6351
    [ 162.478] (II) SIS(0): SIS_pci_probe - end
    [ 162.478] (II) SIS(0): SiS driver (2006/10/17-1, compiled for X.org 1.17.1.0)
    [ 162.478] (II) SIS(0): Copyright (C) 2001-2005 Thomas Winischhofer <[email protected]> and others
    [ 162.478] (II) SIS(0): *** See http://www.winischhofer.at/linuxsisvga.shtml
    [ 162.478] (II) SIS(0): *** for documentation, updates and a Premium Version.
    [ 162.478] (II) SIS(0): RandR rotation support not available in this version.
    [ 162.478] (II) SIS(0): Dynamic modelist support not available in this version.
    [ 162.478] (II) SIS(0): Screen growing support not available in this version.
    [ 162.478] (II) SIS(0): Advanced Xv video blitter not available in this version.
    [ 162.478] (II) SIS(0): Advanced MergedFB support not available in this version.
    [ 162.478] (--) SIS(0): sisfb not found
    [ 162.478] (--) SIS(0): Relocated I/O registers at 0x9000
    [ 162.480] (II) Loading sub module "ramdac"
    [ 162.480] (II) LoadModule: "ramdac"
    [ 162.480] (II) Module "ramdac" already built-in
    [ 162.480] (**) SIS(0): Depth 16, (--) framebuffer bpp 16
    [ 162.480] (==) SIS(0): RGB weight 565
    [ 162.480] (==) SIS(0): Default visual is TrueColor
    [ 162.481] (WW) SIS(0): Could not find/read video BIOS
    [ 162.481] (==) SIS(0): Color HW cursor is enabled
    [ 162.481] (II) SIS(0): Using VRAM command queue, size 512k
    [ 162.481] (==) SIS(0): Hotkey display switching is enabled
    [ 162.481] (==) SIS(0): SiSCtrl utility interface is disabled
    [ 162.481] (II) SIS(0): For information on SiSCtrl, see
    http://www.winischhofer.at/linuxsispart1.shtml#sisctrl
    [ 162.481] (==) SIS(0): X server will not keep DPI constant for all screen sizes
    [ 162.481] (--) SIS(0): 262144K shared video RAM (UMA)
    [ 162.481] (--) SIS(0): DRAM type: DDR SDRAM
    [ 162.481] (--) SIS(0): Memory clock: 596.582 MHz
    [ 162.481] (--) SIS(0): DRAM bus width: 64 bit
    [ 162.481] (--) SIS(0): Linear framebuffer at 0xC0000000
    [ 162.481] (--) SIS(0): MMIO registers at 0xD4000000 (size 64K)
    [ 162.481] (--) SIS(0): VideoRAM: 262144 KB
    [ 162.481] (II) SIS(0): Using 20480K of framebuffer memory at offset 0K
    [ 162.481] (II) Loading sub module "ddc"
    [ 162.481] (II) LoadModule: "ddc"
    [ 162.481] (II) Module "ddc" already built-in
    [ 162.481] (--) SIS(0): Detected SiS307LV video bridge (Charter/UMC-1, ID 7; Rev 0xe1)
    [ 164.398] (--) SIS(0): No CRT1/VGA detected
    [ 164.398] (--) SIS(0): Detected LCD/plasma panel (1280x800, 11, non-exp., RGB18 [ec2305])
    [ 164.398] (==) SIS(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 164.398] (II) SIS(0): CRT1 gamma correction is enabled
    [ 164.398] (II) SIS(0): Separate Xv gamma correction for CRT1 is disabled
    [ 164.399] (II) SIS(0): CRT2 gamma correction is enabled
    [ 164.399] (--) SIS(0): Memory bandwidth at 16 bpp is 2386.33 MHz
    [ 164.399] (--) SIS(0): Detected LCD PanelDelayCompensation 0x00 (for LCD=CRT2)
    [ 164.399] (--) SIS(0): Detected LCD PanelDelayCompensation 0x00 (for LCD=CRT1)
    [ 164.399] (--) SIS(0): 302LV/302ELV: Using EMI 0x6a0d7038 (LCD)
    [ 164.399] (--) SIS(0): CRT2 DDC probing failed
    [ 164.399] (==) SIS(0): Min pixel clock is 10 MHz
    [ 164.399] (--) SIS(0): Max pixel clock is 340 MHz
    [ 164.399] (II) SIS(0): Replaced entire mode list with built-in modes
    [ 164.399] (II) SIS(0): Correcting missing CRT2 monitor HSync range
    [ 164.399] (II) SIS(0): Correcting missing CRT2 monitor VRefresh range
    [ 164.399] (II) SIS(0): "Unknown reason" in the following list means that the mode
    [ 164.399] (II) SIS(0): is not supported on the chipset/bridge/current output device.
    [ 164.399] (II) SIS(0): Monitor0: Using hsync range of 30.00-80.00 kHz
    [ 164.399] (II) SIS(0): Monitor0: Using vrefresh range of 59.00-61.00 Hz
    [ 164.399] (II) SIS(0): Monitor0: Using vrefresh value of 71.00 Hz
    [ 164.399] (II) SIS(0): Clock range: 10.00 to 340.00 MHz
    [ 164.399] (II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
    [ 164.399] (II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
    [ 164.399] (II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
    [ 164.399] (II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
    [ 164.399] (II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
    [ 164.399] (II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
    [ 164.399] (II) SIS(0): Not using default mode "800x600" (hsync out of range)
    [ 164.399] (II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
    [ 164.399] (II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
    [ 164.399] (II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
    [ 164.399] (II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
    [ 164.399] (II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
    [ 164.399] (II) SIS(0): Not using default mode "640x480" (hsync out of range)
    [ 164.399] (II) SIS(0): Not using default mode "640x480" (hsync out of range)
    [ 164.399] (II) SIS(0): Not using default mode "1024x768" (vrefresh out of range)
    [ 164.399] (II) SIS(0): Not using default mode "1024x768" (vrefresh out of range)
    [ 164.399] (II) SIS(0): Not using default mode "1024x768" (vrefresh out of range)
    [ 164.399] (II) SIS(0): Not using default mode "1024x768" (vrefresh out of range)
    [ 164.399] (II) SIS(0): Not using default mode "1024x768" (hsync out of range)
    [ 164.399] (II) SIS(0): Not using default mode "1024x768" (hsync out of range)
    [ 164.399] (II) SIS(0): Not using default mode "1280x1024" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1280x1024" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1280x1024" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1280x1024" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1600x1200" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1600x1200" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1600x1200" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1600x1200" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1600x1200" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1600x1200" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1600x1200" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1920x1440" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1920x1440" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1920x1440" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1920x1440" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1920x1440" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
    [ 164.399] (II) SIS(0): Not using default mode "2048x1536" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "2048x1536" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "2048x1536" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
    [ 164.399] (II) SIS(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
    [ 164.399] (II) SIS(0): Not using default mode "1400x1050" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1400x1050" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1280x800" (vrefresh out of range)
    [ 164.399] (II) SIS(0): Not using default mode "1280x800" (hsync out of range)
    [ 164.399] (II) SIS(0): Not using default mode "1440x900" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1440x900" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1440x900" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1366x768" (unknown reason)
    [ 164.399] (II) SIS(0): Not using mode "1024x768_75.00" (no mode of this name)
    [ 164.399] (--) SIS(0): Virtual size is 1280x800 (pitch 1280)
    [ 164.399] (**) SIS(0): Default mode "1280x800" (1280x800) (For CRT device: 107.9 MHz, 63.9 kHz, 59.9 Hz)
    [ 164.399] (**) SIS(0): Default mode "1024x768" (1024x768) (For CRT device: 65.1 MHz, 48.5 kHz, 60.1 Hz)
    [ 164.399] (**) SIS(0): Default mode "800x600" (800x600) (For CRT device: 40.0 MHz, 37.9 kHz, 60.3 Hz)
    [ 164.399] (**) SIS(0): Default mode "640x480" (640x480) (For CRT device: 25.1 MHz, 31.3 kHz, 59.7 Hz)
    [ 164.399] (==) SIS(0): DPI set to (96, 96)
    [ 164.399] (II) Loading sub module "fb"
    [ 164.399] (II) LoadModule: "fb"
    [ 164.400] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 164.445] (II) Module fb: vendor="X.Org Foundation"
    [ 164.445] compiled for 1.17.1, module version = 1.0.0
    [ 164.445] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 164.445] (II) Loading sub module "exa"
    [ 164.445] (II) LoadModule: "exa"
    [ 164.445] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 164.453] (II) Module exa: vendor="X.Org Foundation"
    [ 164.453] compiled for 1.17.1, module version = 2.6.0
    [ 164.453] ABI class: X.Org Video Driver, version 19.0
    [ 164.453] (II) Loading sub module "vbe"
    [ 164.453] (II) LoadModule: "vbe"
    [ 164.453] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 164.465] (II) Module vbe: vendor="X.Org Foundation"
    [ 164.465] compiled for 1.17.1, module version = 1.1.0
    [ 164.465] ABI class: X.Org Video Driver, version 19.0
    [ 164.465] (II) Loading sub module "int10"
    [ 164.465] (II) LoadModule: "int10"
    [ 164.465] (II) Loading /usr/lib/xorg/modules/libint10.so
    [ 164.471] (II) Module int10: vendor="X.Org Foundation"
    [ 164.471] compiled for 1.17.1, module version = 1.0.0
    [ 164.471] ABI class: X.Org Video Driver, version 19.0
    [ 164.471] (II) SIS(0): initializing int10
    [ 164.474] (EE) SIS(0): Cannot read int vect
    [ 164.474] (WW) SIS(0): Failed to load/initialize vbe module
    [ 164.481] (II) SIS(0): Setting standard mode 0x15
    [ 165.753] (II) EXA(0): Offscreen pixmap area of 18923520 bytes
    [ 165.753] (II) EXA(0): Driver registered support for the following operations:
    [ 165.753] (II) Solid
    [ 165.753] (II) Copy
    [ 165.753] (II) UploadToScreen
    [ 165.753] (II) DownloadFromScreen
    [ 165.753] (--) SIS(0): CPU frequency 1999.99Mhz
    [ 165.765] (II) SIS(0): Benchmarking system RAM to video RAM memory transfer methods:
    [ 165.814] (--) SIS(0): Checked libc memcpy()... 53.4 MiB/s
    [ 165.909] (--) SIS(0): Checked built-in-1 memcpy()... 26.7 MiB/s
    [ 166.024] (--) SIS(0): Checked built-in-2 memcpy()... 22.0 MiB/s
    [ 166.072] (--) SIS(0): Checked MMX memcpy()... 53.5 MiB/s
    [ 166.119] (--) SIS(0): Checked SSE memcpy()... 53.5 MiB/s
    [ 166.167] (--) SIS(0): Checked MMX2 memcpy()... 53.5 MiB/s
    [ 166.167] (--) SIS(0): Using MMX2 method for aligned data transfers to video RAM
    [ 166.167] (--) SIS(0): Using MMX2 method for unaligned data transfers to video RAM
    [ 166.167] (--) SIS(0): CPU frequency 1999.99Mhz
    [ 166.179] (II) SIS(0): Benchmarking video RAM to system RAM memory transfer methods:
    [ 166.241] (--) SIS(0): Checked libc memcpy()... 43.2 MiB/s
    [ 166.346] (--) SIS(0): Checked built-in-1 memcpy()... 24.9 MiB/s
    [ 166.451] (--) SIS(0): Checked built-in-2 memcpy()... 25.1 MiB/s
    [ 166.509] (--) SIS(0): Checked MMX memcpy()... 46.7 MiB/s
    [ 166.569] (--) SIS(0): Checked SSE memcpy()... 44.3 MiB/s
    [ 166.637] (--) SIS(0): Checked MMX2 memcpy()... 39.0 MiB/s
    [ 166.637] (--) SIS(0): Using MMX method for aligned data transfers from video RAM
    [ 166.637] (--) SIS(0): Using MMX method for unaligned data transfers from video RAM
    [ 166.637] (==) SIS(0): Backing store enabled
    [ 166.637] (==) SIS(0): Silken mouse enabled
    [ 166.640] (==) SIS(0): DPMS enabled
    [ 166.641] (--) SIS(0): Hardware supports one video overlay
    [ 166.641] (II) SIS(0): Using SiS300/315/330/340/350 series HW Xv by default on CRT2
    [ 166.641] PCI: CNF00 - CNF1B:
    [ 166.641] 00: 00000000:00000000000000000000000000000000
    [ 166.641] 04: 42004200:01000010000000000100001000000000
    [ 166.641] 08: ffffffff:11111111111111111111111111111111
    [ 166.641] 0c: ffffffff:11111111111111111111111111111111
    [ 166.641] 10: b7143c00:10110111000101000011110000000000
    [ 166.641] 14: 00008e0d:00000000000000001000111000001101
    [ 166.641] 18: ffffffff:11111111111111111111111111111111
    [ 166.641] PCI: CNF2C - CNF47:
    [ 166.641] 2c: ffffffff:11111111111111111111111111111111
    [ 166.641] 30: ffffffff:11111111111111111111111111111111
    [ 166.641] 34: ffffffff:11111111111111111111111111111111
    [ 166.641] 38: ffffffff:11111111111111111111111111111111
    [ 166.641] 3c: ffffffff:11111111111111111111111111111111
    [ 166.641] 40: 01100420:00000001000100000000010000100000
    [ 166.641] 44: 00ff4407:00000000111111110100010000000111
    [ 166.641] AGP: CNF50 - CNF5B:
    [ 166.641] 50: 40134013:01000000000100110100000000010011
    [ 166.641] 54: 40134013:01000000000100110100000000010011
    [ 166.641] 58: 00000000:00000000000000000000000000000000
    [ 166.641] CRT1: SR05 - SR12:
    [ 166.641] 05: a1:10100001
    [ 166.641] 06: 42:01000010
    [ 166.641] 07: 44:01000100
    [ 166.641] 08: e0:11100000
    [ 166.641] 09: 07:00000111
    [ 166.641] 0a: 01:00000001
    [ 166.641] 0b: 00:00000000
    [ 166.641] 0c: 07:00000111
    [ 166.641] 0d: 00:00000000
    [ 166.641] 0e: 01:00000001
    [ 166.641] 0f: 08:00001000
    [ 166.641] 10: 29:00101001
    [ 166.641] 11: 03:00000011
    [ 166.641] 12: 00:00000000
    [ 166.641] CRT1: SR13 - SR16 (reserved):
    [ 166.641] 13: 00:00000000
    [ 166.641] 14: 00:00000000
    [ 166.641] 15: 00:00000000
    [ 166.641] 16: 00:00000000
    [ 166.641] CRT1: SR19 - SR1A (reserved)
    [ 166.641] CRT1: SR1B - SR3A:
    [ 166.641] 1b: 00:00000000
    [ 166.641] 1c: 8f:10001111
    [ 166.641] 1d: 00:00000000
    [ 166.641] 1e: 7a:01111010
    [ 166.641] 1f: c0:11000000
    [ 166.641] 20: a1:10100001
    [ 166.641] 21: a3:10100011
    [ 166.641] 22: f3:11110011
    [ 166.641] 23: 00:00000000
    [ 166.641] 24: 00:00000000
    [ 166.641] 25: 00:00000000
    [ 166.641] 26: 40:01000000
    [ 166.641] 27: 1f:00011111
    [ 166.641] 28: 7c:01111100
    [ 166.641] 29: 05:00000101
    [ 166.641] 2a: 82:10000010
    [ 166.641] 2b: 1b:00011011
    [ 166.641] 2c: e1:11100001
    [ 166.641] 2d: 01:00000001
    [ 166.641] 2e: 29:00101001
    [ 166.641] 2f: 01:00000001
    [ 166.641] 30: 82:10000010
    [ 166.641] 31: 00:00000000
    [ 166.641] 32: 50:01010000
    [ 166.641] 33: 20:00100000
    [ 166.641] 34: 00:00000000
    [ 166.641] 35: 00:00000000
    [ 166.641] 36: 00:00000000
    [ 166.642] 37: 04:00000100
    [ 166.642] 38: 86:10000110
    [ 166.642] 39: 40:01000000
    [ 166.642] 3a: 00:00000000
    [ 166.642] CRT1: SR3B (reserved)
    [ 166.642] CRT1: SR3C - SR3F:
    [ 166.642] 3c: 08:00001000
    [ 166.642] 3d: 01:00000001
    [ 166.642] 3e: 00:00000000
    [ 166.642] 3f: 00:00000000
    [ 166.642] CRT1: CR19 - CR1A:
    [ 166.642] 19: 00:00000000
    [ 166.642] 1a: 00:00000000
    [ 166.642] CRT1: CR1B - CR27 (undocumented?)
    [ 166.642] CRT1: CR28 - CR2E:
    [ 166.642] 28: 04:00000100
    [ 166.642] 29: e0:11100000
    [ 166.642] 2a: 00:00000000
    [ 166.642] 2b: 00:00000000
    [ 166.642] 2c: 00:00000000
    [ 166.642] 2d: 00:00000000
    [ 166.642] 2e: 00:00000000
    [ 166.642] CRT1: CR2F (reserved)
    [ 166.642] VGA BIOS: CR30 - CR3F:
    [ 166.642] 30: 21:00100001
    [ 166.642] 31: 40:01000000
    [ 166.642] 32: 08:00001000
    [ 166.642] 33: 00:00000000
    [ 166.642] 34: 15:00010101
    [ 166.642] 35: 00:00000000
    [ 166.642] 36: ec:11101100
    [ 166.642] 37: 23:00100011
    [ 166.642] 38: 20:00100000
    [ 166.642] 39: 30:00110000
    [ 166.642] 3a: 00:00000000
    [ 166.642] 3b: 08:00001000
    [ 166.642] 3c: 80:10000000
    [ 166.642] 3d: 20:00100000
    [ 166.642] 3e: 00:00000000
    [ 166.642] 3f: 00:00000000
    [ 166.642] CRT1: CR40 - CR43:
    [ 166.642] 40: 00:00000000
    [ 166.642] 41: 00:00000000
    [ 166.642] 42: 00:00000000
    [ 166.642] 43: 00:00000000
    [ 166.642] CRT1: CR44 - CR45 (reserved)
    [ 166.642] CRT1: CR46 - CR67:
    [ 166.642] 46: 00:00000000
    [ 166.642] 47: fe:11111110
    [ 166.642] 48: c0:11000000
    [ 166.642] 49: 08:00001000
    [ 166.642] 4a: bf:10111111
    [ 166.642] 4b: 88:10001000
    [ 166.642] 4c: 00:00000000
    [ 166.642] 4d: 10:00010000
    [ 166.642] 4e: 10:00010000
    [ 166.642] 4f: 20:00100000
    [ 166.642] 50: 00:00000000
    [ 166.642] 51: 00:00000000
    [ 166.642] 52: 30:00110000
    [ 166.642] 53: 40:01000000
    [ 166.642] 54: 00:00000000
    [ 166.642] 55: 00:00000000
    [ 166.642] 56: 00:00000000
    [ 166.642] 57: 00:00000000
    [ 166.642] 58: 00:00000000
    [ 166.642] 59: 00:00000000
    [ 166.642] 5a: 00:00000000
    [ 166.642] 5b: 00:00000000
    [ 166.642] 5c: 00:00000000
    [ 166.642] 5d: 00:00000000
    [ 166.642] 5e: 00:00000000
    [ 166.642] 5f: 00:00000000
    [ 166.642] 60: 00:00000000
    [ 166.642] 61: 00:00000000
    [ 166.642] 62: 00:00000000
    [ 166.642] 63: 00:00000000
    [ 166.642] 64: 00:00000000
    [ 166.642] 65: 00:00000000
    [ 166.642] 66: 00:00000000
    [ 166.642] 67: 00:00000000
    [ 166.642] CRT1: CR68 - CR6F (DRAM registers reserved for backward compatibility with 760)
    [ 166.642] CRT1: CR70 - CR77 (undocumented?)
    [ 166.642] SMA BIOS: CR78 - CR7F:
    [ 166.642] 78: 66:01100110
    [ 166.642] 79: 80:10000000
    [ 166.642] 7a: 90:10010000
    [ 166.642] 7b: 02:00000010
    [ 166.642] 7c: a2:10100010
    [ 166.642] 7d: 05:00000101
    [ 166.642] 7e: a3:10100011
    [ 166.642] 7f: 03:00000011
    [ 166.642] CRT1: CR80 - CR9B:
    [ 166.642] 80: ffffffff:11111111111111111111111111111111
    [ 166.642] 84: ffffffff:11111111111111111111111111111111
    [ 166.642] 88: ffffffff:11111111111111111111111111111111
    [ 166.642] 8c: ffffffff:11111111111111111111111111111111
    [ 166.642] 90: ffffffff:11111111111111111111111111111111
    [ 166.642] 94: ffffffff:11111111111111111111111111111111
    [ 166.642] 98: ffffffff:11111111111111111111111111111111
    [ 166.642] 9c: ffffffff:11111111111111111111111111111111
    [ 166.642] a0: ffffffff:11111111111111111111111111111111
    [ 166.642] a4: ffffffff:11111111111111111111111111111111
    [ 166.642] a8: ffffffff:11111111111111111111111111111111
    [ 166.642] ac: ffffffff:11111111111111111111111111111111
    [ 166.642] b0: ffffffff:11111111111111111111111111111111
    [ 166.642] CRT1: CRC0 - CRF3:
    [ 166.642] c0: ffffffff:11111111111111111111111111111111
    [ 166.642] c4: ffffffff:11111111111111111111111111111111
    [ 166.642] c8: ffffffff:11111111111111111111111111111111
    [ 166.642] cc: ffffffff:11111111111111111111111111111111
    [ 166.642] d0: ffffffff:11111111111111111111111111111111
    [ 166.642] d4: ffffffff:11111111111111111111111111111111
    [ 166.642] d8: ffffffff:11111111111111111111111111111111
    [ 166.642] dc: ffffffff:11111111111111111111111111111111
    [ 166.642] e0: ffffffff:11111111111111111111111111111111
    [ 166.642] e4: ffffffff:11111111111111111111111111111111
    [ 166.642] e8: ffffffff:11111111111111111111111111111111
    [ 166.642] ec: ffffffff:11111111111111111111111111111111
    [ 166.643] f0: ffffffff:11111111111111111111111111111111
    [ 166.643] CRT2: SIGNAL REGISTERS, PART1 00 - 45:
    [ 166.643] 00: 42:01000010
    [ 166.643] 01: 58:01011000
    [ 166.643] 02: 52:01010010
    [ 166.643] 03: 29:00101001
    [ 166.643] 04: 00:00000000
    [ 166.643] 05: 00:00000000
    [ 166.643] 06: 00:00000000
    [ 166.643] 07: 40:01000000
    [ 166.643] 08: 7f:01111111
    [ 166.643] 09: 51:01010001
    [ 166.643] 0a: 10:00010000
    [ 166.643] 0b: 20:00100000
    [ 166.643] 0c: 55:01010101
    [ 166.643] 0d: 30:00110000
    [ 166.643] 0e: 2f:00101111
    [ 166.643] 0f: 1f:00011111
    [ 166.643] 10: 28:00101000
    [ 166.643] 11: 3a:00111010
    [ 166.643] 12: 1b:00011011
    [ 166.643] 13: 00:00000000
    [ 166.643] 14: a2:10100010
    [ 166.643] 15: 06:00000110
    [ 166.643] 16: 00:00000000
    [ 166.643] 17: a0:10100000
    [ 166.643] 18: 22:00100010
    [ 166.643] 19: 25:00100101
    [ 166.643] 1a: d8:11011000
    [ 166.643] 1b: 2f:00101111
    [ 166.643] 1c: 1f:00011111
    [ 166.643] 1d: 1b:00011011
    [ 166.643] 1e: 20:00100000
    [ 166.643] 1f: ff:11111111
    [ 166.643] 20: 1c:00011100
    [ 166.643] 21: 1f:00011111
    [ 166.643] 22: 80:10000000
    [ 166.643] 23: 00:00000000
    [ 166.643] 24: 00:00000000
    [ 166.643] 25: 00:00000000
    [ 166.643] 26: 10:00010000
    [ 166.643] 27: 04:00000100
    [ 166.643] 28: 00:00000000
    [ 166.643] 29: 00:00000000
    [ 166.643] 2a: 03:00000011
    [ 166.643] 2b: 00:00000000
    [ 166.643] 2c: 30:00110000
    [ 166.643] 2d: 03:00000011
    [ 166.643] 2e: 8e:10001110
    [ 166.643] 2f: 05:00000101
    [ 166.643] 30: 01:00000001
    [ 166.643] 31: b5:10110101
    [ 166.643] 32: ed:11101101
    [ 166.643] 33: 92:10010010
    [ 166.643] 34: 80:10000000
    [ 166.643] 35: 22:00100010
    [ 166.643] 36: 65:01100101
    [ 166.643] 37: e3:11100011
    [ 166.643] 38: 62:01100010
    [ 166.643] 39: 0a:00001010
    [ 166.643] 3a: 00:00000000
    [ 166.643] 3b: 00:00000000
    [ 166.643] 3c: 00:00000000
    [ 166.643] 3d: 00:00000000
    [ 166.643] 3e: 01:00000001
    [ 166.643] 3f: 01:00000001
    [ 166.643] 40: 00:00000000
    [ 166.643] 41: 00:00000000
    [ 166.643] 42: 00:00000000
    [ 166.643] 43: 00:00000000
    [ 166.643] 44: 00:00000000
    [ 166.643] 45: 00:00000000
    [ 166.643] CRT2: TV SIGNAL REGISTERS, PART2 00 - 4d:
    [ 166.643] 00: 3c:00111100
    [ 166.643] 01: 34:00110100
    [ 166.643] 02: 1b:00011011
    [ 166.643] 03: 1f:00011111
    [ 166.643] 04: 21:00100001
    [ 166.643] 05: 2f:00101111
    [ 166.643] 06: 1f:00011111
    [ 166.643] 07: 0c:00001100
    [ 166.643] 08: 0c:00001100
    [ 166.643] 09: 90:10010000
    [ 166.643] 0a: 40:01000000
    [ 166.643] 0b: 01:00000001
    [ 166.643] 0c: 0b:00001011
    [ 166.643] 0d: 06:00000110
    [ 166.643] 0e: 0d:00001101
    [ 166.643] 0f: 04:00000100
    [ 166.643] 10: 0a:00001010
    [ 166.643] 11: 06:00000110
    [ 166.643] 12: 14:00010100
    [ 166.643] 13: 0d:00001101
    [ 166.643] 14: 04:00000100
    [ 166.643] 15: 0a:00001010
    [ 166.643] 16: 00:00000000
    [ 166.643] 17: 81:10000001
    [ 166.643] 18: 1b:00011011
    [ 166.643] 19: 2f:00101111
    [ 166.643] 1a: 68:01101000
    [ 166.643] 1b: 7e:01111110
    [ 166.643] 1c: 28:00101000
    [ 166.643] 1d: 55:01010101
    [ 166.644] 1e: da:11011010
    [ 166.644] 1f: 08:00001000
    [ 166.644] 20: 07:00000111
    [ 166.644] 21: 68:01101000
    [ 166.644] 22: 75:01110101
    [ 166.644] 23: 08:00001000
    [ 166.644] 24: 0b:00001011
    [ 166.644] 25: 35:00110101
    [ 166.644] 26: e2:11100010
    [ 166.644] 27: a2:10100010
    [ 166.644] 28: 52:01010010
    [ 166.644] 29: 33:00110011
    [ 166.644] 2a: aa:10101010
    [ 166.644] 2b: 45:01000101
    [ 166.644] 2c: ff:11111111
    [ 166.644] 2d: 58:01011000
    [ 166.644] 2e: 7f:01111111
    [ 166.644] 2f: 1e:00011110
    [ 166.644] 30: c5:11000101
    [ 166.644] 31: 21:00100001
    [ 166.644] 32: f0:11110000
    [ 166.644] 33: 7b:01111011
    [ 166.644] 34: d6:11010110
    [ 166.644] 35: 00:00000000
    [ 166.644] 36: 00:00000000
    [ 166.644] 37: 00:00000000
    [ 166.644] 38: 00:00000000
    [ 166.644] 39: 92:10010010
    [ 166.644] 3a: 8f:10001111
    [ 166.644] 3b: 40:01000000
    [ 166.644] 3c: 60:01100000
    [ 166.644] 3d: 80:10000000
    [ 166.644] 3e: 14:00010100
    [ 166.644] 3f: ff:11111111
    [ 166.644] 40: ff:11111111
    [ 166.644] 41: ff:11111111
    [ 166.644] 42: 14:00010100
    [ 166.644] 43: 4d:01001101
    [ 166.644] 44: 00:00000000
    [ 166.644] 45: 60:01100000
    [ 166.644] 46: 78:01111000
    [ 166.644] 47: 1d:00011101
    [ 166.644] 48: 1e:00011110
    [ 166.644] 49: 11:00010001
    [ 166.644] 4a: 82:10000010
    [ 166.644] 4b: 69:01101001
    [ 166.644] 4c: 61:01100001
    [ 166.644] 4d: 03:00000011
    [ 166.644] CRT2: TV COPY PROTECTION, PART3 00 - 40:
    [ 166.644] 00: 00:00000000
    [ 166.644] 01: 04:00000100
    [ 166.644] 02: c0:11000000
    [ 166.644] 03: 39:00111001
    [ 166.644] 04: 07:00000111
    [ 166.644] 05: 6f:01101111
    [ 166.644] 06: 0a:00001010
    [ 166.644] 07: 75:01110101
    [ 166.644] 08: 01:00000001
    [ 166.644] 09: ad:10101101
    [ 166.644] 0a: 20:00100000
    [ 166.644] 0b: 40:01000000
    [ 166.644] 0c: 60:01100000
    [ 166.644] 0d: 44:01000100
    [ 166.644] 0e: c2:11000010
    [ 166.644] 0f: f2:11110010
    [ 166.644] 10: 71:01110001
    [ 166.644] 11: 64:01100100
    [ 166.644] 12: d1:11010001
    [ 166.644] 13: f5:11110101
    [ 166.644] 14: b7:10110111
    [ 166.644] 15: 59:01011001
    [ 166.644] 16: 84:10000100
    [ 166.644] 17: 80:10000000
    [ 166.644] 18: 36:00110110
    [ 166.644] 19: 00:00000000
    [ 166.644] 1a: 42:01000010
    [ 166.644] 1b: 9c:10011100
    [ 166.644] 1c: 9f:10011111
    [ 166.644] 1d: 2a:00101010
    [ 166.644] 1e: 52:01010010
    [ 166.644] 1f: 7e:01111110
    [ 166.644] 20: 24:00100100
    [ 166.645] 21: 6f:01101111
    [ 166.645] 22: 16:00010110
    [ 166.645] 23: 4c:01001100
    [ 166.645] 24: e6:11100110
    [ 166.645] 25: 89:10001001
    [ 166.645] 26: c4:11000100
    [ 166.645] 27: 1b:00011011
    [ 166.645] 28: bf:10111111
    [ 166.645] 29: a1:10100001
    [ 166.645] 2a: 83:10000011
    [ 166.645] 2b: 7e:01111110
    [ 166.645] 2c: 81:10000001
    [ 166.645] 2d: 4b:01001011
    [ 166.645] 2e: d0:11010000
    [ 166.645] 2f: e4:11100100
    [ 166.645] 30: 61:01100001
    [ 166.645] 31: 91:10010001
    [ 166.645] 32: 1f:00011111
    [ 166.645] 33: f9:11111001
    [ 166.645] 34: d4:11010100
    [ 166.645] 35: 45:01000101
    [ 166.645] 36: c4:11000100
    [ 166.645] 37: 67:01100111
    [ 166.645] 38: b9:10111001
    [ 166.645] 39: 41:01000001
    [ 166.645] 3a: 2d:00101101
    [ 166.645] 3b: 1b:00011011
    [ 166.645] 3c: eb:11101011
    [ 166.645] 3d: f5:11110101
    [ 166.645] 3e: 40:01000000
    [ 166.645] 3f: a6:10100110
    [ 166.645] 40: 01:00000001
    [ 166.645] CRT2: SIGNAL REGISTERS, PART4 00 - 3A:
    [ 166.645] 00: 07:00000111
    [ 166.645] 01: e1:11100001
    [ 166.645] 02: 01:00000001
    [ 166.645] 03: 4f:01001111
    [ 166.645] 04: 00:00000000
    [ 166.645] 05: 00:00000000
    [ 166.645] 06: 00:00000000
    [ 166.645] 07: ef:11101111
    [ 166.645] 08: 3f:00111111
    [ 166.645] 09: 00:00000000
    [ 166.645] 0a: 9c:10011100
    [ 166.645] 0b: 62:01100010
    [ 166.645] 0c: 83:10000011
    [ 166.645] 0d: 8e:10001110
    [ 166.645] 0e: 60:01100000
    [ 166.645] 0f: 03:00000011
    [ 166.645] 10: 80:10000000
    [ 166.645] 11: 00:00000000
    [ 166.645] 12: 08:00001000
    [ 166.645] 13: 01:00000001
    [ 166.645] 14: 01:00000001
    [ 166.645] 15: 2b:00101011
    [ 166.645] 16: 7f:01111111
    [ 166.645] 17: 2a:00101010
    [ 166.645] 18: 32:00110010
    [ 166.645] 19: 40:01000000
    [ 166.645] 1a: 00:00000000
    [ 166.645] 1b: 00:00000000
    [ 166.645] 1c: 28:00101000
    [ 166.645] 1d: 3f:00111111
    [ 166.645] 1e: 10:00010000
    [ 166.645] 1f: f6:11110110
    [ 166.645] 20: aa:10101010
    [ 166.645] 21: d0:11010000
    [ 166.645] 22: be:10111110
    [ 166.645] 23: c7:11000111
    [ 166.645] 24: 0e:00001110
    [ 166.645] 25: 10:00010000
    [ 166.645] 26: 06:00000110
    [ 166.645] 27: 8c:10001100
    [ 166.645] 28: 62:01100010
    [ 166.645] 29: d2:11010010
    [ 166.645] 2a: 00:00000000
    [ 166.645] 2b: a0:10100000
    [ 166.645] 2c: 02:00000010
    [ 166.645] 2d: 3f:00111111
    [ 166.645] 2e: 02:00000010
    [ 166.645] 2f: 3f:00111111
    [ 166.645] 30: 68:01101000
    [ 166.645] 31: 0d:00001101
    [ 166.646] 32: 70:01110000
    [ 166.646] 33: 38:00111000
    [ 166.646] 34: 10:00010000
    [ 166.646] 35: c8:11001000
    [ 166.646] 36: 10:00010000
    [ 166.646] 37: c0:11000000
    [ 166.646] 38: 8b:10001011
    [ 166.646] 39: ff:11111111
    [ 166.646] 3a: fd:11111101
    [ 166.646] CRT2: PALETTE SIGNAL REGISTERS, PART5 00 - 00 (?):
    [ 166.646] 00: 00:00000000
    [ 166.646] (II) SIS(0): Default Xv adaptor is Video Overlay
    [ 166.715] (II) SIS(0): Initialized SISCTRL extension version 0.1
    [ 166.715] (II) SIS(0): Registered screen 0 with SISCTRL extension version 0.1
    [ 166.715] (==) RandR enabled
    [ 166.726] (II) AIGLX: Screen 0 is not DRI2 capable
    [ 166.726] (EE) AIGLX: reverting to software rendering
    [ 167.717] (II) AIGLX: Loaded and initialized swrast
    [ 167.717] (II) GLX: Initialized DRISWRAST GL provider for screen 0
    [ 168.007] (II) config/udev: Adding input device Power Button (/dev/input/event5)
    [ 168.007] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 168.007] (II) LoadModule: "evdev"
    [ 168.007] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 168.029] (II) Module evdev: vendor="X.Org Foundation"
    [ 168.029] compiled for 1.16.2, module version = 2.9.1
    [ 168.029] Module class: X.Org XInput Driver
    [ 168.029] ABI class: X.Org XInput driver, version 21.0
    [ 168.030] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 12 paused 0
    [ 168.030] (II) Using input driver 'evdev' for 'Power Button'
    [ 168.030] (**) Power Button: always reports core events
    [ 168.030] (**) evdev: Power Button: Device: "/dev/input/event5"
    [ 168.030] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 168.030] (--) evdev: Power Button: Found keys
    [ 168.030] (II) evdev: Power Button: Configuring as keyboard
    [ 168.030] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input9/event5"
    [ 168.030] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 168.030] (**) Option "xkb_rules" "evdev"
    [ 168.030] (**) Option "xkb_model" "pc104"
    [ 168.030] (**) Option "xkb_layout" "us"
    [ 168.064] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
    [ 168.064] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 168.064] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 13 paused 0
    [ 168.065] (II) Using input driver 'evdev' for 'Video Bus'
    [ 168.065] (**) Video Bus: always reports core events
    [ 168.065] (**) evdev: Video Bus: Device: "/dev/input/event2"
    [ 168.065] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 168.065] (--) evdev: Video Bus: Found keys
    [ 168.065] (II) evdev: Video Bus: Configuring as keyboard
    [ 168.065] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:00/LNXVIDEO:00/input/input6/event2"
    [ 168.065] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 168.065] (**) Option "xkb_rules" "evdev"
    [ 168.065] (**) Option "xkb_model" "pc104"
    [ 168.065] (**) Option "xkb_layout" "us"
    [ 168.065] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 168.065] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 168.066] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 14 paused 0
    [ 168.066] (II) Using input driver 'evdev' for 'Power Button'
    [ 168.066] (**) Power Button: always reports core events
    [ 168.066] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 168.066] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 168.066] (--) evdev: Power Button: Found keys
    [ 168.066] (II) evdev: Power Button: Configuring as keyboard
    [ 168.066] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input7/event3"
    [ 168.066] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 168.066] (**) Option "xkb_rules" "evdev"
    [ 168.066] (**) Option "xkb_model" "pc104"
    [ 168.067] (**) Option "xkb_layout" "us"
    [ 168.067] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 168.067] (II) No input driver specified, ignoring this device.
    [ 168.067] (II) This device may have been added with another device file.
    [ 168.068] (II) config/udev: Adding input device Sleep Button (/dev/input/event4)
    [ 168.068] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 168.068] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 15 paused 0
    [ 168.068] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 168.068] (**) Sleep Button: always reports core events
    [ 168.068] (**) evdev: Sleep Button: Device: "/dev/input/event4"
    [ 168.068] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 168.068] (--) evdev: Sleep Button: Found keys
    [ 168.068] (II) evdev: Sleep Button: Configuring as keyboard
    [ 168.068] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input8/event4"
    [ 168.069] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [ 168.069] (**) Option "xkb_rules" "evdev"
    [ 168.069] (**) Option "xkb_model" "pc104"
    [ 168.069] (**) Option "xkb_layout" "us"
    [ 168.069] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
    [ 168.069] (II) No input driver specified, ignoring this device.
    [ 168.069] (II) This device may have been added with another device file.
    [ 168.070] (II) config/udev: Adding input device HDA SIS966 Mic (/dev/input/event7)
    [ 168.070] (II) No input driver specified, ignoring this device.
    [ 168.070] (II) This device may have been added with another device file.
    [ 168.070] (II) config/udev: Adding input device HDA SIS966 Headphone (/dev/input/event8)
    [ 168.070] (II) No input driver specified, ignoring this device.
    [ 168.070] (II) This device may have been added with another device file.
    [ 168.070] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 168.070] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 168.071] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 16 paused 0
    [ 168.071] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 168.071] (**) AT Translated Set 2 keyboard: always reports core events
    [ 168.071] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 168.071] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 168.071] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 168.071] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 168.071] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 168.071] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
    [ 168.071] (**) Option "xkb_rules" "evdev"
    [ 168.071] (**) Option "xkb_model" "pc104"
    [ 168.071] (**) Option "xkb_layout" "us"
    [ 168.072] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event10)
    [ 168.072] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 168.072] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 168.072] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 168.072] (II) LoadModule: "synaptics"
    [ 168.072] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 168.091] (II) Module synaptics: vendor="X.Org Foundation"
    [ 168.091] compiled for 1.16.0, module version = 1.8.1
    [ 168.091] Module class: X.Org XInput Driver
    [ 168.091] ABI class: X.Org XInput driver, version 21.0
    [ 168.092] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 17 paused 0
    [ 168.092] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 168.092] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 168.092] (**) Option "Device" "/dev/input/event10"
    [ 168.133] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472 (res 68)
    [ 168.133] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448 (res 93)
    [ 168.133] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 168.133] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 168.133] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
    [ 168.133] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 168.133] (**) Option "TapButton1" "1"
    [ 168.133] (**) Option "TapButton2" "2"
    [ 168.133] (**) Option "TapButton3" "3"
    [ 168.133] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 168.133] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 168.133] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input17/event10"
    [ 168.133] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
    [ 168.133] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 168.133] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    [ 168.133] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.040
    [ 168.133] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 168.134] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 168.134] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 168.134] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 168.134] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 168.134] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 168.134] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 168.134] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
    [ 168.134] (II) No input driver specified, ignoring this device.
    [ 168.134] (II) This device may have been added with another device file.
    [ 169.913] (EE)
    [ 169.914] (EE) Backtrace:
    [ 169.944] (EE) 0: /usr/lib/xorg-server/Xorg (xorg_backtrace+0x52) [0x81db3f2]
    [ 169.944] (EE) 1: /usr/lib/xorg-server/Xorg (0x8048000+0x197612) [0x81df612]
    [ 169.944] (EE) 2: linux-gate.so.1 (__kernel_rt_sigreturn+0x0) [0xb778bb94]
    [ 169.944] (EE) 3: /usr/lib/xorg/modules/drivers/sisimedia_drv.so (0xb6ae1000+0x44676) [0xb6b25676]
    [ 169.944] (EE) 4: /usr/lib/xorg/modules/drivers/sisimedia_drv.so (0xb6ae1000+0x37592) [0xb6b18592]
    [ 169.944] (EE) 5: /usr/lib/xorg/modules/drivers/sisimedia_drv.so (0xb6ae1000+0x27217) [0xb6b08217]
    [ 169.944] (EE) 6: /usr/lib/xorg/modules/libexa.so (0xb6aa2000+0x4df7) [0xb6aa6df7]
    [ 169.944] (EE) 7: /usr/lib/xorg/modules/libexa.so (0xb6aa2000+0x527f) [0xb6aa727f]
    [ 169.944] (EE) 8: /usr/lib/xorg/modules/libexa.so (0xb6aa2000+0x5344) [0xb6aa7344]
    [ 169.944] (EE) 9: /usr/lib/xorg/modules/libexa.so (0xb6aa2000+0x5cf5) [0xb6aa7cf5]
    [ 169.944] (EE) 10: /usr/lib/xorg/modules/libexa.so (0xb6aa2000+0x3af8) [0xb6aa5af8]
    [ 169.944] (EE) 11: /usr/lib/xorg/modules/libexa.so (0xb6aa2000+0x8a41) [0xb6aaaa41]
    [ 169.944] (EE) 12: /usr/lib/xorg/modules/libexa.so (0xb6aa2000+0x9401) [0xb6aab401]
    [ 169.944] (EE) 13: /usr/lib/xorg-server/Xorg (miCopyRegion+0x18d) [0x81bae9d]
    [ 169.944] (EE) 14: /usr/lib/xorg-server/Xorg (miDoCopy+0x48d) [0x81bb46d]
    [ 169.944] (EE) 15: /usr/lib/xorg/modules/libexa.so (0xb6aa2000+0x7ab9) [0xb6aa9ab9]
    [ 169.944] (EE) 16: /usr/lib/xorg-server/Xorg (0x8048000+0x11b6b5) [0x81636b5]
    [ 169.944] (EE) 17: /usr/lib/xorg-server/Xorg (0x8048000+0x2e794) [0x8076794]
    [ 169.944] (EE) 18: /usr/lib/xorg-server/Xorg (0x8048000+0x32a06) [0x807aa06]
    [ 169.944] (EE) 19: /usr/lib/xorg-server/Xorg (0x8048000+0x36bdf) [0x807ebdf]
    [ 169.944] (EE) 20: /usr/lib/xorg-server/Xorg (0x8048000+0x20a1a) [0x8068a1a]
    [ 169.944] (EE) 21: /usr/lib/libc.so.6 (__libc_start_main+0xde) [0xb730764e]
    [ 169.944] (EE) 22: /usr/lib/xorg-server/Xorg (0x8048000+0x20a48) [0x8068a48]
    [ 169.944] (EE)
    [ 169.944] (EE) Segmentation fault at address 0x0
    [ 169.945] (EE)
    Fatal server error:
    [ 169.945] (EE) Caught signal 11 (Segmentation fault). Server aborting
    [ 169.945] (EE)
    [ 169.945] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 169.945] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 169.945] (EE)
    [ 169.953] (II) SIS(0): Restoring by setting old mode 0x62
    [ 172.262] (EE) Server terminated with error (1). Closing log file.

  • Why Firefox can not handle HTTP server pages?

    This is almost an old unresolved bug<br />
    So when I have access to the modem page, I find that the Firefox browser he can not handle it! I can not even browse the modem page "So simply some of the pages and sites have slow download sites! Should improve the load time speed?!<br />
    <br />
    400 Bad Request<br />
    No request found.<br />
    micro_httpd<br />
    <br />
    ..<br />
    <br />
    micro_httpd - really small HTTP server<br />
    Fetch the software.<br />
    <br />
    micro_httpd is a very small Unix-based HTTP server. It runs from inetd, which means its performance is poor. But for low-traffic sites, it's quite adequate. It implements all the basic features of an HTTP server, including:<br />
    <br />
    Security against ".." filename snooping.
    The common MIME types.
    Trailing-slash redirection.
    index.html
    Directory listings.
    <br />
    All in about 200 lines of code.<br />
    <br />
    micro_httpd can also be used to serve HTTPS by wrapping it with stunnel. Instructions are included.<br />
    <br />
    Other tiny and/or weird web servers (all run from inetd):<br />
    <br />
    shell script web server
    dd/sh web server
    PostScript web server
    awk web server
    <br />
    See also: js_httpd, mini_httpd, thttpd, Acme.Serve.<br />
    Back to ACME Labs Software.<br />
    Back to ACME Labs.

    I think this is one of those strange problems where, when you start up a proxy to watch the traffic, the problem goes away. Not sure the following thread offers any solutions, but it has other interesting insights along those lines: [http://forums.mozillazine.org/viewtopic.php?f=38&t=2675237 '400 Bad Request' - Firefox Only - mozillaZine Forums].

  • Can not run shell script

    Hello firends,
    I have one simple script to run orbd and one java program: I can not this script on RH linux.
    #!/sbin/sh
    case "$1" in
    'start')
    /bin/orbd -ORBInitialPort 2600 &
    sleep 5
    /bin/java NamdServer -ORBInitialPort 2600& --------This can not run.
    echo "Server is up."
    'stop')
    echo "Usage: $0 { start | stop }"
    exit 1
    esac
    exit 0
    I cound not see the process of "java NamdServer" using ps -lef after run this script. I also tried the following option with -classpath, it did not work either.
    java -classpath /disk/programs/namd_server_sparc/:. NamdServer -ORBInitialPort 2600
    java -classpath . NamdServer -ORBInitialPort 2600
    Thanks a lot.

    Hi
    When you try to execute the NamdServer do you get any output as it tries to start ? or does it fail
    silently?
    You might need to try and find out if you can run NamdServer in a verbose mode where it tells you whats its
    trying to do.
    Alternately. you can use the truss command ( man truss to find out more ) on your script.
    regards

  • I downloaded FireFox, but can not Run, "Server not found " displayed

    I downloaded Firefox in Safe Mode (can not download in normal mode, it blocked by IE), when I run it , it displays, "Firefox can not find the server at www.mozilla.com"
    I wanted temporarily tun off the firewall to let Firefox in. I
    contacted my Anti-virus company Tech support, they did not give me an answer. Any solution?
    Greatly appreciate your help!
    C.Y.

    Thanks for the reply.
    We are still not able to figure out the reason, but the problem seems to orignate in the way swing handles repaint() events in JDK version 1.3. (Paint coalescing, see link below...)
    http://java.sun.com/j2se/1.3/docs/guide/awt/enhancements.html#coalescing
    Our application has multiple swing controls. Each control requests data from the model in its paint event. If model does not have the data it in turn opens a http socket connection to the server and gets the data.
    Our guess is that the calls which were previously sequential, are going simultaneously after coalescing was introduced in swing. But it does not explain why it works if client is not on server machine.
    Also, the application does not fail in a consistent manner. In most cases data does not come at all, but sometimes some controls do get the data. (If server and client are running on different machines, controls always get the data.)
    We have ruled out the possibility that the weblogic server is modifying the classpath or any environment variable at startup and resetting them at shutdown.
    We started server on two machines, machine1 and machine2 and opened a client in machine1 which accessed server running on machine2. Everything ran perfectly.
    Any help will be appreciated. We are all ready to handover to QA except for this inexplicible bug :(
    milinddev, can i send you a mail..... ? The posting has your email-address.
    Thanks again

  • I can not startup Managed server via admin server

    Admin server ip:172.16.219.25
    Admin server name:nstwssadm1.webex.com
    Managed server ip:172.16.219.189
    Managed server name:nstwss001.webex.com.
    I can start Managed server in comand line like 'startManagedWebLogic.sh nstwss001-s1 t3s://nstwssadm1.webex.com:9002'
    But, I can not startup Managed server in console, it appears following log:
    =========
    <Jun 29, 2006 8:56:16 AM EDT> <Info> <NodeManager@*.*:5555> <Starting Server nst1::nstwss001-s1 ...>
    <Jun 29, 2006 8:56:16 AM EDT> <Info> <NodeManager@*.*:5555> <BaseProcessControl: saving process id of WebLogic Managed server 'nstwss001-s1', pid: 11072>
    <Jun 29, 2006 8:56:19 AM EDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with BEA WebLogic JRockit(TM) 1.4.2_08 JVM R24.5.0-61 Version ari-49095-20050826-1856-linux-ia32 from BEA Systems, Inc.>
    <Jun 29, 2006 8:56:19 AM EDT> <Info> <Management> <BEA-141140> <The managed server is going to contact the admin server at https://172.16.219.25:9002 to check if there exists a running admin server at this URL.>
    <Jun 29, 2006 8:56:20 AM EDT> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file /opt/bea/weblogic81/server/lib/DemoTrust.jks.>
    <Jun 29, 2006 8:56:20 AM EDT> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file /opt/bea/jrockit81sp5_142_08/jre/lib/security/cacerts.>
    <Jun 29, 2006 8:56:21 AM EDT> <Info> <Configuration Management> <BEA-150017> <This server is being started as a dependent managed server.>
    <Jun 29, 2006 8:56:21 AM EDT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358
    WebLogic XMLX Module 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358 >
    <Jun 29, 2006 8:56:21 AM EDT> <Info> <Configuration Management> <BEA-150015> <Connecting to the administration server https://172.16.219.25:9002 to retrieve the initial configuration.>
    <Jun 29, 2006 8:56:22 AM EDT> <Notice> <Log Management> <BEA-170019> <The server log file /opt/bea/weblogic81/common/nodemanager/nstwss001-s1/nstwss001-s1.log is opened. All server side log events will be written to this file.>
    <Jun 29, 2006 8:56:23 AM EDT> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file /opt/bea/weblogic81/server/lib/DemoTrust.jks.>
    <Jun 29, 2006 8:56:23 AM EDT> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file /opt/bea/jrockit81sp5_142_08/jre/lib/security/cacerts.>
    <Jun 29, 2006 8:56:26 AM EDT> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file /opt/bea/weblogic81/server/lib/DemoTrust.jks.>
    <Jun 29, 2006 8:56:26 AM EDT> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file /opt/bea/jrockit81sp5_142_08/jre/lib/security/cacerts.>
    <Jun 29, 2006 8:56:28 AM EDT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Jun 29, 2006 8:56:28 AM EDT> <Notice> <Security> <BEA-090170> <Loading the private key stored under the alias DemoIdentity from the jks keystore file /opt/bea/weblogic81/server/lib/DemoIdentity.jks.>
    The WebLogic Server did not start up properly.
    Exception raised: 'weblogic.management.configuration.ConfigurationException: Due to faulty SSL configuration, this server is unable to establish a connection to the node manager.'
    Reason: weblogic.management.configuration.ConfigurationException: Due to faulty SSL configuration, this server is unable to establish a connection to the node manager.
    <Jun 29, 2006 8:56:28 AM EDT> <Notice> <Security> <BEA-090171> <Loading the identity certificate stored under the alias DemoIdentity from the jks keystore file /opt/bea/weblogic81/server/lib/DemoIdentity.jks.>
    <Jun 29, 2006 8:56:28 AM EDT> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file /opt/bea/weblogic81/server/lib/DemoTrust.jks.>
    <Jun 29, 2006 8:56:28 AM EDT> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file /opt/bea/jrockit81sp5_142_08/jre/lib/security/cacerts.>
    <Jun 29, 2006 8:56:28 AM EDT> <Warning> <NodeManager> <BEA-300038> <The node manager is unable to monitor this server. Could not create an SSL connection to the node manager. Reason : localhost>
    <Jun 29, 2006 8:56:28 AM EDT> <Emergency> <WebLogicServer> <BEA-000342> <Unable to initialize the server: weblogic.management.configuration.ConfigurationException: Due to faulty SSL configuration, this server is unable to establish a connection to the node manager.>
    ===============================
    Who can help me on it?
    Thanks.

    your error says:
    'his server is unable to establish a connection to the <b>node manager</b>'
    check that your node manager is running when you try to start de manage server.

  • Can not start Messaging server in Sun Java System Messaging Server 6 2005Q1

    Hi all,
    I installed Sun Java System Messaging Server 6 2005Q1 from Solaris 10 DVD on Solaris 10.
    After the installation, I got directory server, admin server running but messaging server not running. I can not start Messaging server (start smtp, http, pop, imap). I found in directory which I installed messaging server but I could not see script "start-msg" and "stop-msg".
    # pwd
    /opt/SUNWmsgsr/sbin
    # ls
    MoveUser ha_ip_config imquotacheck imsdirmig mkbackupdir
    UpgradeMsg5toMsg6.pl hashdir imsbackup imsexport readership
    configure imexpire imsconnutil imsimport reconstruct
    control-params.txt iminitquota imscripter imsrestore relinker
    deliver immonitor-access imsdaaci mboxutil useconfig
    Any idea what might have gone wrong?
    Thanks.

    Thanks.
    I have a problem when I configure the Messaging Server (by running the /opt/SUNWmsgsr/sbin/configure script):
    Hostname mailtest for this machine is not a fully qualified domain name. Please
    correct this before attempting to configure Messaging Server. Please make sure
    that your DNS is working properly.
    <Press ENTER to continue> {"<" goes back, "!" exits}
    Can you help me fix this problem?
    Thanks.

  • I changed the Computer Name and i can not run EM.

    I had to change the computer name in order to connect to the intranet.
    I updated the listener.ora and tnsnames.ora with the new computer name.
    I can run SqlPlus but i can not run EM on http://tahirpc.isu.intranet:1158/em *
    I checked Services and I saw that OracleDBConsoleorcl service do not work. I get error code:2 when i try to run it manually.
    What should i do?
    New computer name: tahirpc.isu.intranet
    Old computer name: mtkeskin.isu.intranet
    OS: Win 7
    Oracle: 10.2.3
    ------------------------

    Thank you Jean-Valentin . I tried those but unfortunately this did not work.
    Here is what i did on CMD:
    RECREATE
    C:\Users\mtkeskin>EMCA -CONFIG DBCONTROL DB -REPOS RECREATE
    STARTED EMCA at 28.Oca.2010 11:28:43
    EM Configuration Assistant, Version 10.2.0.1.0 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: ORCL
    Listener port number: 1521
    Password for SYS user:
    Password for DBSNMP user: l
    Password for SYSMAN user:
    Password for SYSMAN user: Email address for notifications (optional):
    Outgoing Mail (SMTP) server for notifications (optional):
    You have specified the following settings
    Database ORACLE_HOME ................ D:\oracle\product\10.2.0\db_1
    Database hostname ................ tahirpc.isu.intranet
    Listener port number ................ 1521
    Database SID ................ ORCL
    Email address for notifications ...............
    Outgoing Mail (SMTP) server for notifications ...............
    Do you wish to continue? [yes(Y)/no(N)]: Y
    28.Oca.2010 11:29:07 oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at D:\oracle\product\10.2.0\db_1\cfgtoollog
    s\emca\orcl\emca_2010-01-28_11-28-42-AM.log.
    28.Oca.2010 11:29:24 oracle.sysman.emcp.EMReposConfig dropRepository
    INFO: Dropping the EM repository (this may take a while) ...
    28.Oca.2010 11:32:09 oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully dropped
    28.Oca.2010 11:32:10 oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    28.Oca.2010 11:37:14 oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully created
    28.Oca.2010 11:37:34 oracle.sysman.emcp.util.PlatformInterface executeCommand
    WARNING: Error executing CMD /C D:\oracle\product\10.2.0\db_1\bin\emctl.bat depl
    oy dbconsole D:\oracle\product\10.2.0\db_1\tahirpc.isu.intranet_ORCL tahirpc.isu
    .intranet:3938 tahirpc.isu.intranet ORCL
    28.Oca.2010 11:37:34 oracle.sysman.emcp.EMConfig perform
    SEVERE: Error instantiating EM configuration files
    Refer to the log file at D:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\orcl\emc
    a_2010-01-28_11-28-42-AM.log for more details.
    Could not complete the configuration. Refer to the log file at D:\oracle\product
    \10.2.0\db_1\cfgtoollogs\emca\orcl\emca_2010-01-28_11-28-42-AM.log for more deta
    ils.
    DROP
    C:\Users\mtkeskin>EMCA -DECONFIG DBCONTROL DB -REPOS DROP
    STARTED EMCA at 28.Oca.2010 11:47:57
    EM Configuration Assistant, Version 10.2.0.1.0 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: ORCL
    Listener port number: 1521
    Password for SYS user:
    Password for SYSMAN user:
    Password for SYSMAN user:
    Do you wish to continue? [yes(Y)/no(N)]: Y
    28.Oca.2010 11:48:13 oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at D:\oracle\product\10.2.0\db_1\cfgtoollog
    s\emca\orcl\emca_2010-01-28_11-47-56-AM.log.
    28.Oca.2010 11:48:17 oracle.sysman.emcp.util.DBControlUtil stopOMS
    INFO: Stopping Database Control (this may take a while) ...
    28.Oca.2010 11:48:18 oracle.sysman.emcp.EMReposConfig dropRepository
    INFO: Dropping the EM repository (this may take a while) ...
    28.Oca.2010 11:50:35 oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully dropped
    Enterprise Manager configuration completed successfully
    FINISHED EMCA at 28.Oca.2010 11:50:35
    CREATE
    C:\Users\mtkeskin>EMCA -CONFIG DBCONTROL DB -REPOS CREATE
    STARTED EMCA at 28.Oca.2010 11:54:55
    EM Configuration Assistant, Version 10.2.0.1.0 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: ORCL
    Listener port number: 1521
    Password for SYS user:
    Password for DBSNMP user:
    Password for SYSMAN user:
    Email address for notifications (optional):
    Outgoing Mail (SMTP) server for notifications (optional):
    You have specified the following settings
    Database ORACLE_HOME ................ D:\oracle\product\10.2.0\db_1
    Database hostname ................ tahirpc.isu.intranet
    Listener port number ................ 1521
    Database SID ................ ORCL
    Email address for notifications ...............
    Outgoing Mail (SMTP) server for notifications ...............
    Do you wish to continue? [yes(Y)/no(N)]: Y
    28.Oca.2010 11:55:19 oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at D:\oracle\product\10.2.0\db_1\cfgtoollog
    s\emca\orcl\emca_2010-01-28_11-54-55-AM.log.
    28.Oca.2010 11:55:32 oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    28.Oca.2010 12:00:13 oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully created
    28.Oca.2010 12:00:27 oracle.sysman.emcp.util.PlatformInterface executeCommand
    WARNING: Error executing CMD /C D:\oracle\product\10.2.0\db_1\bin\emctl.bat depl
    oy dbconsole D:\oracle\product\10.2.0\db_1\tahirpc.isu.intranet_ORCL tahirpc.isu
    .intranet:3938 tahirpc.isu.intranet ORCL
    28.Oca.2010 12:00:27 oracle.sysman.emcp.EMConfig perform
    SEVERE: Error instantiating EM configuration files
    Refer to the log file at D:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\orcl\emc
    a_2010-01-28_11-54-55-AM.log for more details.
    Could not complete the configuration. Refer to the log file at D:\oracle\product
    \10.2.0\db_1\cfgtoollogs\emca\orcl\emca_2010-01-28_11-54-55-AM.log for more deta
    ils.
    I checked log files but i did not understand anything of 'em :(
    Edited by: NaKKaSh.TR on 28.Oca.2010 12:12
    Edited by: NaKKaSh.TR on 28.Oca.2010 12:14

  • Error when I try to run HTTP Server

    Hi there,
    I am trying to start HTTP server so that I may setup and use WorkFlow (Process Flows). I am using OWB 9.2 and Workflow 2.6.2 on Windows XP. Here is what I get when I start the HTTP Server:
    -------------------- in a DOS Window ----------------
    Syntax error on line 92 of c:/oracle/ora92/sqlplus/admin/isqlplus.conf:
    FastCgiServer: redefinition of a previously defined FastCGI server "c:/oracle/ora92/bin/isqlplus"
    Note the errors or messages above, and press <ESC> key to exit. ...
    I tried reinstalling HTTP server but it did not help. I am not sure what is wrong and hot fix it. I think without HTTP server, I may not be able to run my "Process Flows".
    Please advise!
    TIA,
    Muhammad Amer

    Thanks Igor!
    I understand that in order to run Process Flows from within OWB, I do not need HTTP server. But I want to be able to schedule the "Process Flows" and some of the documentation I have read suggests that I need to configure and run HTTP Server. I am not quite sure if OEM fits into this process, too?
    Could you kindly let me know if I'd need to schedule the jobs through OWM or OWF Manager is enough?
    Also, whether we can run non-OWB jobs using OWF - for example, a PL/SQL Package and/or a Unix script? If the answer is yes, what is required to accomplish this? My organization does not have a job-scheduling tool and I want to find out if OWF can do this for us.
    Thank you once again and I look to hearing from you soon.
    Best regards,
    Amer

  • Servlet File Not running on Server

    Hi All,
    I have a servlet file named "TestServlet", when I run this file(http://mydomain.com/TestServlet) on server it won't run, but its running on my local machine. Am using Tomcat 5.5.9 and jdk1.5.0_05 and Server configuration also same as my local machine configuration. Please! let me know any suggestion that why its not running on server machine.
    *1. web.xml is:*
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE web-app
        PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
        "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
        <display-name>My Servlet</display-name>
        <description>
          My Test Servlet
        </description>
        <servlet>
            <servlet-name>TestServlet</servlet-name>
            <servlet-class>com.test.TestServlet</servlet-class>
        </servlet>
        <servlet-mapping>
            <servlet-name>TestServlet</servlet-name>
            <url-pattern>/TestServlet</url-pattern>
        </servlet-mapping>
         <welcome-file-list>
              <welcome-file>index.html</welcome-file>
              <welcome-file>index.htm</welcome-file>
              <welcome-file>index.jsp</welcome-file>
         </welcome-file-list>
    </web-app>*2. TestServlet.java file is:*
    package com.test;
    import java.io.IOException;
    import java.io.PrintWriter;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class TestServlet extends HttpServlet
         public void doPost (HttpServletRequest req, HttpServletResponse response)throws ServletException, IOException
              * Set the content type(MIME Type) of the response.
              response.setContentType("text/html");
              PrintWriter out = response.getWriter();
              * Write the HTML to the response
              out.println("<html>");
              out.println("<head>");
              out.println("<title> A very simple servlet example</title>");
              out.println("</head>");
              out.println("<body>");
              out.println("<h1>Welcome To TestServlet</h1>");
              out.println("</body>");
              out.println("</html>");
              out.close();
        public void doGet(HttpServletRequest request, HttpServletResponse response)
        throws IOException, ServletException
            doPost(request, response);
    }Thanks in Advance,
    Prasath Arjunan.

    PrasathArjunan wrote:
    Yes, I can run my JSPs on my server without any error,
    I don't know which port it has listening in my Server(Tomcat),
    My server also have installed Apache HTTP server and my application is under ROOT directory only.If you don't know then it is most likely the default 8080 port.
    I ask because in your url example you do not provide a port number, so requests are going to port 80. If you have Apache HTTP running there then you must have a connector installed in Apache HTTP that forwards requests to Tomcat? Because then I'd say the mappings are not entirely correct and servlet requests do not reach Tomcat. Post the connector configuration if you are using one.

  • I can not run application in Jdev 11g

    hello,
    I can not run my application in Jdev 11g.
    [Running application mapsEditor on Server Instance IntegratedWebLogicServer...]
    [02:33:39 PM] ---- Deployment started. ----
    [02:33:39 PM] Target platform is (Weblogic 10.3).
    [02:33:40 PM] Retrieving existing application information
    [02:33:40 PM] Running dependency analysis...
    [02:33:40 PM] Deploying 3 profiles...
    [02:33:41 PM] Wrote Web Application Module to C:\Users\dema\AppData\Roaming\JDeveloper\system11.1.1.2.36.55.36\o.j2ee\drs\mapsEditor\ViewControllerWebApp.war
    [02:33:41 PM] Wrote EJB Module to C:\Users\dema\AppData\Roaming\JDeveloper\system11.1.1.2.36.55.36\o.j2ee\drs\mapsEditor\ModelEJB.jar
    [02:33:42 PM] Wrote Enterprise Application Module to C:\Users\dema\AppData\Roaming\JDeveloper\system11.1.1.2.36.55.36\o.j2ee\drs\mapsEditor
    [02:33:42 PM] Deploying Application...
    <01.03.2010 14:33:42 MSK> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1267443222659' for task '0'. Error is: 'weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false].'
    weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false].
         at weblogic.application.internal.flow.CheckLibraryReferenceFlow.prepare(CheckLibraryReferenceFlow.java:26)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:1221)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:367)
         at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:54)
         Truncated. see log file for complete stacktrace
    >
    <01.03.2010 14:33:42 MSK> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'mapsEditor [Version=V2.0]'.>
    <01.03.2010 14:33:42 MSK> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false].
         at weblogic.application.internal.flow.CheckLibraryReferenceFlow.prepare(CheckLibraryReferenceFlow.java:26)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:1221)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:367)
         at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:54)
         Truncated. see log file for complete stacktrace
    >
    [02:33:42 PM] #### Deployment incomplete. ####
    [02:33:42 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    What is this?
    Dema.

    Hi,
    what is the content in your application's weblogic-application.xml file that references adf.oracle.domain ? Does it look like this?
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <weblogic-application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.bea.com/ns/weblogic/weblogic-application http://www.bea.com/ns/weblogic/weblogic-application/1.0/weblogic-application.xsd"
    xmlns="http://www.bea.com/ns/weblogic/weblogic-application">
    <listener>
    <listener-class>oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener</listener-class>
    </listener>
    <listener>
    <listener-class>oracle.mds.lcm.weblogic.WLLifecycleListener</listener-class>
    </listener>
    <library-ref>
    <library-name>adf.oracle.domain</library-name>
    </library-ref>
    </weblogic-application>
    Frank

  • Can not run DBCA on Linux

    Hi,
    on 11g , Linux el5, can not run DBCA and receive :
    [oracle@localhost ~]$ dbca
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #  SIGSEGV (0xb) at pc=0x00002aaab748c9f1, pid=8789, tid=48011056844432
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_17-b03 mixed mode)
    # Problematic frame:
    # C  [libclntsh.so.11.1+0x62a9f1]  snlinGetAddrInfo+0x1b1
    # An error report file with more information is saved as hs_err_pid8789.log
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    AbandonAny idea.
    Thanks.

    thanks to all and sorry of being late. Suddenly occupied by another emergency.
    Any way for xhost+ :
    [root@localhost ~]# xhost +
    access control disabled, clients can connect from any host
    [root@localhost ~]#
    [oracle@localhost ~]$ xhost +
    access control disabled, clients can connect from any hostAnd for jvm ,
    how to upgrade your JVM like 1.5.0_22 & greater versions ?
    regards.

  • I can not run Remote Control in iLO homepage

    Dear All,
    I have a prolem about Remote Control in iLO homepage.
    We are employing 3 server Proliant 380p DL G8.
    I can not run Remote Control, it displays "Application cannot be start. Contact the application vendor"
    Pls help me resolve this problem.
    Thanks All

    Hi:
    I recommend you post your question on the HP Business Support Forum, DL Servers section.
    http://h30499.www3.hp.com/t5/ProLiant-Servers-ML-DL-SL/bd-p/itrc-264#.UuHbdmfnat8

  • PCK  visual administrator can not run

    Hello Everyone,
       When i run pck, encounter a problem,"<b>Object not found in lookup of SapXIFileAdapterService"</b>
      I found the soultion from SDN, this need to registry the JNDI in visual administrator, but i can not run the visual adminstrator.
    my<b> go.bat</b> is under C:\usr\sap\A20\JC70\j2ee\ATS\bin
    and not under C:\usr\sap\A20\JC70\j2ee\admin,
    there is not admin folder under the C:\usr\sap\A20\JC70\j2ee;
    when i run go.bat , there is following information, and no config window show;
    Could some boby can help me how to solve this issue,
    Thank you very much.!
    <b>C:\usr\sap\A20\JC70\j2ee\ATS\bin>setlocal
    [SAP ATS Start] Version - 1.1.1, NW Release - 7.10, Change: 130621, Date: 2006/1
    1/14
    [MAIN JVM] Creating initial context -> Done
    [MAIN JVM] Cluster info [1 server node core ver.  7.10.3301.146320.2007050316504
    2  (click for details)]
    [MAIN JVM]
    [MAIN JVM] Checking tested environment
    [MAIN JVM] NAMING -> OK
    [MAIN JVM] DB     -> OK
    [MAIN JVM] HTTP   -> OK
    [MAIN JVM]
    [MAIN JVM] Test main root directory : <C:\usr\sap\A20\JC70\j2ee\ATS\tests>
    [MAIN JVM] Loading tests please wait...
    [MAIN JVM] All Tests:      0 classes, 0 methods.
    [MAIN JVM] Exclude Tests:  0 classes, 0 methods.
    [MAIN JVM] Test loading finished. Elapsed time: 31 ms.
    [MAIN JVM] Test end, elapsed: 00min 00.000s, local time: 11:06:08 AM
    [MAIN JVM] All tests finished at 11:06:08 AM
    [MAIN JVM] -
        INFO    -
    [MAIN JVM] Test execution process completed.
    [MAIN JVM] -
    </b>

    Hi rocky
    check your JAVA_HOME env variable
    You just get a copy of  "admin" folder and paste it within the j2ee folder
    You should be able to start Visual admin
    regards
    krishna

Maybe you are looking for

  • How to get the last vaue of an amount column in the group above

    Hi All, I have a requirement In my report there are 3 gruops in data model. 1.accout flex field 2.balance 3. journal entries 3. JE contans debit,credit and the running total. My requirement is to print the final total in the frame above the repeating

  • NEW 9I RMAN: BACKUP OPTIMIZATION AND RETENTION POLICIES

    제품 : RMAN 작성날짜 : 2004-05-20 NEW 9I RMAN: BACKUP OPTIMIZATION AND RETENTION POLICIES ======================================================= 오라클 9i RMAN 에서는 백업을 보다 효율적으로 할 수 있는 기능을 보강 했다. 지금 소개할 "Retention Policies" 기능을 통해서 보다 효율적인 RMAN 백업 전략을 세울 수 있다

  • Newsstand suppresses the home screen from the app switcher view when the home button is pressed?

    Newsstand suppresses the home screen from the app switcher view when the home button is pressed. Has anyone else seen this before, I needed to lock and unlock iPad to get back to the home screen.

  • Losing clip preview in Viewer after paste

    Running FCPX 10.1.1. I think this started to happen after the 10.1 upgrade. In the Timeline, I scrub to a clip, and  what's under the playhead displays in the Viewer. So far so good. Now, I select and copy a clip in the Timeline, and then move the pl

  • The version number cannot be greater than current version number

    i am deployingmy ssis package which is in 2012.(version 6) and my ssis server also in 2012. but i am getting error: "the version number in package is not valid, the version number cannot be greater than current verison number" and one more thing how