Cannot run 'exec dbms_xdb.setlistenerlocalaccess(false)' in sqlplus for XE

Cannot run 'exec dbms_xdb.setlistenerlocalaccess(false)' from within sqlplus.
Apparently it does not exist, because when i do
sql> describe dbms_xdb
it shows sethttpport... but not the setlistenerlocalaccess.

Do you get any error messages?
It works correctly for me:
C:\WINDOWS\system32>sqlplus system/<pwd>@xe
SQL*Plus: Release 10.2.0.1.0 - Production on Sa Feb 25 20:47:16 2006
Copyright (c) 1982, 2005, Oracle.  All rights reserved.
Verbunden mit:
Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
SQL> exec dbms_xdb.setListenerLocalAccess(true);
PL/SQL-Prozedur erfolgreich abgeschlossen.
SQL> exec dbms_xdb.setListenerLocalAccess(false);
PL/SQL-Prozedur erfolgreich abgeschlossen.###
1) As which user do you connect?
2) What version do you use (e.g. Windows Universal or Linux Western European)?
3) Please post your error sqlplus protocol
~Dietmar.

Similar Messages

  • EXEC DBMS_XDB.SETLISTENERLOCALACCESS(FALSE);

    hi, there i have execute this procedure in database
    EXEC DBMS_XDB.SETLISTENERLOCALACCESS(FALSE);
    How to query if the procedure is success.. tx

    SETLISTENERLOCALACCESS Procedure (as per manual)
    This procedure restricts all listener end points of the XML DB HTTP server to listen either only on the localhost interface (when l_access is set to TRUE) or to listen on both localhost and non-localhost interfaces (when l_access is set to FALSE).
    If false then XDB endpoints are both on localhost and the public interfaces of the server. You can confirm that by
    checking the service endpoints registered with the LOCAL_LISTENER (i.e. are the HTTP and/or FTP raw endpoints available on localhost and the public IP of the server)?
    doing a physical check using telnet on the specified port on both localhost and the public IP
    Note the XDB need dispatchers and shared servers, and the DISPATCHER parameter correctly configured.

  • Problem with dbms_xdb.setListenerLocalAccess(false);

    Hello,
    I just made a clean instal of XE and I loged in as sysdba and tried to run:
    exec dbms_xdb.setListenerLocalAccess(TRUE);
    but I keep getting and error
    component dbms_xdb.setListenerLocalAccess must be declared.
    I do not know if it is relevant or not, but I made an exception in firewall for 8080 and no antivirus is interfering.
    Any ideas what is wrong and how I can fix this.
    Thanks in advance.

    Hi jana;
    Please see:
    http://www.liberidu.com/blog/?p=185
    dbms_xdb.setListenerLocalAccess
    DBMS_XDB.SETLISTENERLOCALACCESS (missing on Linux)
    Regard
    Helios

  • Problem with DBMS_XDB.SETLISTENERLOCALACCESS (error PLS-00201)

    Hello everyone,
    I'm new to oracle and I have a problem after my installation.
    I install Oracle XE 11.2 on CENTOS 6.
    The installation does not seem to be a problem.
    Now I'm trying to activate the web interface for my lan with the command EXEC DBMS_XDB.SETLISTENERLOCALACCESS (FALSE);
    Unfortunately it does not work. Here is the error:
    -bash-4.1$ ./sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.2.0 Production on Wed Nov 20 15:40:23 2013
    Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - 64bit Production
    SQL> EXEC DBMS_XDB.SETLISTENERLOCALACCESS(FALSE);
    BEGIN DBMS_XDB.SETLISTENERLOCALACCESS(FALSE); END;
    ERROR at line 1:
    ORA-06550: line 1, column 7:
    PLS-00201: identifier 'DBMS_XDB.SETLISTENERLOCALACCESS' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    SQL>
    If someone can help me ... (and sorry for my english).

    Pretty sure the ...setlistenerlocalaccess call is not needed for the 11g XE version, by default in a 10g XE install remote apex access was disabled "out of the box". There was a change to that behavior in the final (?) 11g installer.
    Try a `desc[ribe] dbms_xdb` in sqlplus, that should give a (fairly long) listing of that package, its procedures and functions. What matters for getting the apex web pages working is a few items that relate to the network setup for the host and how the installer gets all that set up in the $ORACLE_HOME/network/admin/listener.ora file.
    Also note per the XE docs, Managing Network Connections says to use a SYSTEM connection, not SYSDBA, although for the XE setup on my (windows host) either a sysdba or a system connection both run that exec statement OK for me. Might be a linux vs. windows thing.
    A `lsnrctl status` output will show an HTTP presentation endpoint (default port 8080) in the section "Listener endpoints ..." as well as an endpoint to service remote database connection requests on port 1521. If the 8080 endpoint is not showing up, nothing will get the apex working. Nothing.
    And if you want to connect to apex from a different (remote) host be sure port 8080 is open in the firewall. That step is a frequent tripping point for lots of folks.
    Message was edited by: clcarter
    added system connection info from XE docs

  • DBMS_XDB.SETLISTENERLOCALACCESS (missing on Linux)

    I've installed Oracle Express on Linux with a GUI and need to enable remote clients
    oracle-xe-univ-10.2.0.1-1.0.i386.rpm
    This version does not have the stored procedure
    dbms_xdb.setListenerLocalAccess
    It does exist on the windows version.
    Is there a work around for this problem using the command line?

    Windows:
    SQL> desc dbms_xdb
    FUNCTION ACLCHECKPRIVILEGES RETURNS BINARY_INTEGER
    Argument Name Type In/Out Default?
    ACL_PATH VARCHAR2 IN
    OWNER VARCHAR2 IN
    PRIVS XMLTYPE IN
    PROCEDURE APPENDRESOURCEMETADATA
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    DATA XMLTYPE IN
    PROCEDURE APPENDRESOURCEMETADATA
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    DATA REF OF XMLTYPE IN
    FUNCTION CFG_GET RETURNS XMLTYPE
    PROCEDURE CFG_REFRESH
    PROCEDURE CFG_UPDATE
    Argument Name Type In/Out Default?
    XDBCONFIG XMLTYPE IN
    FUNCTION CHANGEPRIVILEGES RETURNS BINARY_INTEGER
    Argument Name Type In/Out Default?
    RES_PATH VARCHAR2 IN
    ACE XMLTYPE IN
    FUNCTION CHECKPRIVILEGES RETURNS BINARY_INTEGER
    Argument Name Type In/Out Default?
    RES_PATH VARCHAR2 IN
    PRIVS XMLTYPE IN
    PROCEDURE CLEANSGAFORUPGRADE
    FUNCTION CREATEFOLDER RETURNS BOOLEAN
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    FUNCTION CREATEOIDPATH RETURNS VARCHAR2
    Argument Name Type In/Out Default?
    OID RAW IN
    FUNCTION CREATERESOURCE RETURNS BOOLEAN
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    DATA VARCHAR2 IN
    FUNCTION CREATERESOURCE RETURNS BOOLEAN
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    DATA XMLTYPE IN
    FUNCTION CREATERESOURCE RETURNS BOOLEAN
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    DATA REF OF XMLTYPE IN
    STICKY BOOLEAN IN DEFAULT
    FUNCTION CREATERESOURCE RETURNS BOOLEAN
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    DATA CLOB IN
    FUNCTION CREATERESOURCE RETURNS BOOLEAN
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    DATA BINARY FILE LOB IN
    CSID NUMBER IN DEFAULT
    FUNCTION CREATERESOURCE RETURNS BOOLEAN
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    DATA BLOB IN
    CSID NUMBER IN DEFAULT
    PROCEDURE DELETERESOURCE
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    DELETE_OPTION BINARY_INTEGER IN DEFAULT
    PROCEDURE DELETERESOURCEMETADATA
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    METADATA REF OF XMLTYPE IN
    DELETE_OPTION BINARY_INTEGER IN DEFAULT
    PROCEDURE DELETERESOURCEMETADATA
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    METADATANS VARCHAR2 IN
    METADATANAME VARCHAR2 IN
    DELETE_OPTION BINARY_INTEGER IN DEFAULT
    FUNCTION EXISTSRESOURCE RETURNS BOOLEAN
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    FUNCTION GETACLDOCUMENT RETURNS XMLTYPE
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    FUNCTION GETFTPPORT RETURNS NUMBER
    FUNCTION GETHTTPPORT RETURNS NUMBER
    PROCEDURE GETLISTENERENDPOINT
    Argument Name Type In/Out Default?
    ENDPOINT NUMBER IN
    HOST VARCHAR2 OUT
    PORT NUMBER OUT
    PROTOCOL NUMBER OUT
    PROCEDURE GETLOCKTOKEN
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    LOCKTOKEN VARCHAR2 OUT
    FUNCTION GETPRIVILEGES RETURNS XMLTYPE
    Argument Name Type In/Out Default?
    RES_PATH VARCHAR2 IN
    FUNCTION GETRESOID RETURNS RAW
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    FUNCTION GETXDB_TABLESPACE RETURNS VARCHAR2
    PROCEDURE LINK
    Argument Name Type In/Out Default?
    SRCPATH VARCHAR2 IN
    LINKFOLDER VARCHAR2 IN
    LINKNAME VARCHAR2 IN
    FUNCTION LOCKRESOURCE RETURNS BOOLEAN
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    DEPTHZERO BOOLEAN IN
    SHARED BOOLEAN IN
    PROCEDURE MIGRATEALLXMLFROM9201
    PROCEDURE MIGRATECOLUMNFROM9201
    Argument Name Type In/Out Default?
    OWNER VARCHAR2 IN
    TABLE_NAME VARCHAR2 IN
    COLUMN_NAME VARCHAR2 IN
    PROCEDURE MIGRATETABLEFROM9201
    Argument Name Type In/Out Default?
    OWNER VARCHAR2 IN
    TABLE_NAME VARCHAR2 IN
    PROCEDURE MOVEXDB_TABLESPACE
    Argument Name Type In/Out Default?
    NEW_TABLESPACE VARCHAR2 IN
    PROCEDURE PURGERESOURCEMETADATA
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    PROCEDURE REBUILDHIERARCHICALINDEX
    PROCEDURE RENAMERESOURCE
    Argument Name Type In/Out Default?
    SRCPATH VARCHAR2 IN
    DESTFOLDER VARCHAR2 IN
    NEWNAME VARCHAR2 IN
    PROCEDURE SETACL
    Argument Name Type In/Out Default?
    RES_PATH VARCHAR2 IN
    ACL_PATH VARCHAR2 IN
    PROCEDURE SETFTPPORT
    Argument Name Type In/Out Default?
    NEW_PORT NUMBER IN
    PROCEDURE SETHTTPPORT
    Argument Name Type In/Out Default?
    NEW_PORT NUMBER IN
    PROCEDURE SETLISTENERENDPOINT
    Argument Name Type In/Out Default?
    ENDPOINT NUMBER IN
    HOST VARCHAR2 IN
    PORT NUMBER IN
    PROTOCOL NUMBER IN
    PROCEDURE SETLISTENERLOCALACCESS
    Argument Name Type In/Out Default?
    L_ACCESS BOOLEAN IN
    FUNCTION UNLOCKRESOURCE RETURNS BOOLEAN
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    DELTOKEN VARCHAR2 IN
    PROCEDURE UPDATERESOURCEMETADATA
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    OLDMETADATA REF OF XMLTYPE IN
    NEWMETADATA REF OF XMLTYPE IN
    PROCEDURE UPDATERESOURCEMETADATA
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    OLDMETADATA REF OF XMLTYPE IN
    NEWMETADATA XMLTYPE IN
    PROCEDURE UPDATERESOURCEMETADATA
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    OLDNS VARCHAR2 IN
    OLDNAME VARCHAR2 IN
    NEWMETADATA XMLTYPE IN
    PROCEDURE UPDATERESOURCEMETADATA
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    OLDNS VARCHAR2 IN
    OLDNAME VARCHAR2 IN
    NEWMETADATA REF OF XMLTYPE IN
    Linux
    SQL> desc dbms_xdb
    FUNCTION ACLCHECKPRIVILEGES RETURNS BINARY_INTEGER
    Argument Name Type In/Out Default?
    ACL_PATH VARCHAR2 IN
    OWNER VARCHAR2 IN
    PRIVS XMLTYPE IN
    PROCEDURE APPENDRESOURCEMETADATA
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    DATA XMLTYPE IN
    PROCEDURE APPENDRESOURCEMETADATA
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    DATA REF OF XMLTYPE IN
    FUNCTION CFG_GET RETURNS XMLTYPE
    PROCEDURE CFG_REFRESH
    PROCEDURE CFG_UPDATE
    Argument Name Type In/Out Default?
    XDBCONFIG XMLTYPE IN
    FUNCTION CHANGEPRIVILEGES RETURNS BINARY_INTEGER
    Argument Name Type In/Out Default?
    RES_PATH VARCHAR2 IN
    ACE XMLTYPE IN
    FUNCTION CHECKPRIVILEGES RETURNS BINARY_INTEGER
    Argument Name Type In/Out Default?
    RES_PATH VARCHAR2 IN
    PRIVS XMLTYPE IN
    PROCEDURE CLEANSGAFORUPGRADE
    FUNCTION CREATEFOLDER RETURNS BOOLEAN
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    FUNCTION CREATEOIDPATH RETURNS VARCHAR2
    Argument Name Type In/Out Default?
    OID RAW IN
    FUNCTION CREATERESOURCE RETURNS BOOLEAN
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    DATA VARCHAR2 IN
    FUNCTION CREATERESOURCE RETURNS BOOLEAN
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    DATA XMLTYPE IN
    FUNCTION CREATERESOURCE RETURNS BOOLEAN
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    DATA REF OF XMLTYPE IN
    STICKY BOOLEAN IN DEFAULT
    FUNCTION CREATERESOURCE RETURNS BOOLEAN
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    DATA CLOB IN
    FUNCTION CREATERESOURCE RETURNS BOOLEAN
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    DATA BINARY FILE LOB IN
    CSID NUMBER IN DEFAULT
    FUNCTION CREATERESOURCE RETURNS BOOLEAN
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    DATA BLOB IN
    CSID NUMBER IN DEFAULT
    PROCEDURE DELETERESOURCE
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    DELETE_OPTION BINARY_INTEGER IN DEFAULT
    PROCEDURE DELETERESOURCEMETADATA
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    METADATA REF OF XMLTYPE IN
    DELETE_OPTION BINARY_INTEGER IN DEFAULT
    PROCEDURE DELETERESOURCEMETADATA
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    METADATANS VARCHAR2 IN
    METADATANAME VARCHAR2 IN
    DELETE_OPTION BINARY_INTEGER IN DEFAULT
    FUNCTION EXISTSRESOURCE RETURNS BOOLEAN
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    FUNCTION GETACLDOCUMENT RETURNS XMLTYPE
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    FUNCTION GETFTPPORT RETURNS NUMBER
    FUNCTION GETHTTPPORT RETURNS NUMBER
    PROCEDURE GETLOCKTOKEN
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    LOCKTOKEN VARCHAR2 OUT
    FUNCTION GETPRIVILEGES RETURNS XMLTYPE
    Argument Name Type In/Out Default?
    RES_PATH VARCHAR2 IN
    FUNCTION GETRESOID RETURNS RAW
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    FUNCTION GETXDB_TABLESPACE RETURNS VARCHAR2
    PROCEDURE LINK
    Argument Name Type In/Out Default?
    SRCPATH VARCHAR2 IN
    LINKFOLDER VARCHAR2 IN
    LINKNAME VARCHAR2 IN
    FUNCTION LOCKRESOURCE RETURNS BOOLEAN
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    DEPTHZERO BOOLEAN IN
    SHARED BOOLEAN IN
    PROCEDURE MIGRATEALLXMLFROM9201
    PROCEDURE MIGRATECOLUMNFROM9201
    Argument Name Type In/Out Default?
    OWNER VARCHAR2 IN
    TABLE_NAME VARCHAR2 IN
    COLUMN_NAME VARCHAR2 IN
    PROCEDURE MIGRATETABLEFROM9201
    Argument Name Type In/Out Default?
    OWNER VARCHAR2 IN
    TABLE_NAME VARCHAR2 IN
    PROCEDURE MOVEXDB_TABLESPACE
    Argument Name Type In/Out Default?
    NEW_TABLESPACE VARCHAR2 IN
    PROCEDURE PURGERESOURCEMETADATA
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    PROCEDURE REBUILDHIERARCHICALINDEX
    PROCEDURE RENAMERESOURCE
    Argument Name Type In/Out Default?
    SRCPATH VARCHAR2 IN
    DESTFOLDER VARCHAR2 IN
    NEWNAME VARCHAR2 IN
    PROCEDURE SETACL
    Argument Name Type In/Out Default?
    RES_PATH VARCHAR2 IN
    ACL_PATH VARCHAR2 IN
    PROCEDURE SETFTPPORT
    Argument Name Type In/Out Default?
    NEW_PORT NUMBER IN
    PROCEDURE SETHTTPPORT
    Argument Name Type In/Out Default?
    NEW_PORT NUMBER IN
    FUNCTION UNLOCKRESOURCE RETURNS BOOLEAN
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    DELTOKEN VARCHAR2 IN
    PROCEDURE UPDATERESOURCEMETADATA
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    OLDMETADATA REF OF XMLTYPE IN
    NEWMETADATA REF OF XMLTYPE IN
    PROCEDURE UPDATERESOURCEMETADATA
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    OLDMETADATA REF OF XMLTYPE IN
    NEWMETADATA XMLTYPE IN
    PROCEDURE UPDATERESOURCEMETADATA
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    OLDNS VARCHAR2 IN
    OLDNAME VARCHAR2 IN
    NEWMETADATA XMLTYPE IN
    PROCEDURE UPDATERESOURCEMETADATA
    Argument Name Type In/Out Default?
    ABSPATH VARCHAR2 IN
    OLDNS VARCHAR2 IN
    OLDNAME VARCHAR2 IN
    NEWMETADATA REF OF XMLTYPE IN
    From these descriptions you can see that
    PROCEDURE SETLISTENERENDPOINT
    and
    PROCEDURE SETLISTENERLOCALACCESS
    are missing on LINUX
    (oracle-xe-univ-10.2.0.1-1.0.i386.rpm)
    Error when attempting
    exec dbms_xdb.setlistenerlocalaccess(false);
    SQL> exec dbms_xdb.setlistenerlocalaccess(false);
    BEGIN dbms_xdb.setlistenerlocalaccess(false); END;
    ERROR at line 1:
    ORA-06550: line 1, column 16:
    PLS-00302: component 'SETLISTENERLOCALACCESS' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    A description of the package in Linux and Windows does not agree with your comment that this is identical on both systems. I cant comment about whether the UI works on Linux or not since have not access to a local browser.
    Thank you for your assistance.

  • Cannot run in framebuffer mode

    I have just installed Arch on my ThinkPad x220 and configured X to support both my internal LCD as well as my external USB monitor that uses Displaylink.
    I have (From memory) installed the following graphics drivers: xf86-video-intel, xf86-video-displaylink and xf86-video-fbdev.
    When I try to start x with the USB monitor disconnected, everything works fine but as soon as I try to start x with it plugged in, I get an error in the log stating that "Cannot run in framebuffer mode, please specifiy BusIDs for all framebuffer devices" as can be seen below I have specified BusIDs for both devices.
    If I comment out the last two lines in the ServerLayout and try to start x with the USB monitor connected it works fine.
    What I want is to be able to use the USB monitor to extend my desktop but be able to use the laptop's internal LCD on its own when I don't have the USB monitor connected.
    My xorg.conf:
    Section "Device"
    Identifier "intel"
    driver "intel"
    BusID "PCI:0:2:0"
    EndSection
    Section "Device"
    Identifier "dl1"
    driver "fbdev"
    Option "fbdev" "/dev/fb1"
    BusID "USB"
    EndSection
    Section "Monitor"
    Identifier "monitor0"
    EndSection
    Section "Monitor"
    Identifier "monitor1"
    EndSection
    Section "Screen"
    Identifier "screen0"
    Device "dl1"
    Monitor "monitor0"
    DefaultDepth 16
    EndSection
    Section "Screen"
    Identifier "screen1"
    Device "intel"
    Monitor "monitor1"
    DefaultDepth 16
    EndSection
    Section "ServerLayout"
    Identifier "multihead"
    Screen 0 "screen0"
    Screen 1 "screen1" LeftOf "screen0"
    Option "Xinerama" "off"
    EndSection
    My error log from when I try to start x with the USB monitor connected:
    [ 1519.870]
    X.Org X Server 1.14.0
    Release Date: 2013-03-05
    [ 1519.873] X Protocol Version 11, Revision 0
    [ 1519.875] Build Operating System: Linux 3.8.2-1-ARCH x86_64
    [ 1519.876] Current Operating System: Linux localhost 3.8.4-1-ARCH #1 SMP PREEMPT Wed Mar 20 22:10:25 CET 2013 x86_64
    [ 1519.876] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=07d0daf8-43f7-4294-a552-48d5f0521ae3 ro
    [ 1519.877] Build Date: 09 March 2013 11:43:05AM
    [ 1519.877]
    [ 1519.878] Current version of pixman: 0.28.2
    [ 1519.879] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 1519.879] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 1519.881] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Mar 23 00:43:24 2013
    [ 1519.881] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 1519.881] (==) ServerLayout "multihead"
    [ 1519.881] (**) |-->Screen "screen0" (0)
    [ 1519.881] (**) | |-->Monitor "monitor0"
    [ 1519.881] (**) | |-->Device "dl1"
    [ 1519.881] (**) |-->Screen "screen1" (1)
    [ 1519.881] (**) | |-->Monitor "monitor1"
    [ 1519.881] (**) | |-->Device "intel"
    [ 1519.881] (**) Option "Xinerama" "off"
    [ 1519.881] (==) Automatically adding devices
    [ 1519.881] (==) Automatically enabling devices
    [ 1519.881] (==) Automatically adding GPU devices
    [ 1519.881] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 1519.881] Entry deleted from font path.
    [ 1519.881] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 1519.881] Entry deleted from font path.
    [ 1519.881] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 1519.881] Entry deleted from font path.
    [ 1519.881] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 1519.881] Entry deleted from font path.
    [ 1519.881] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 1519.881] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 1519.881] Entry deleted from font path.
    [ 1519.881] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 1519.881] (==) FontPath set to:
    /usr/share/fonts/misc/
    [ 1519.881] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 1519.881] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 1519.881] (II) Loader magic: 0x7fdc20
    [ 1519.881] (II) Module ABI versions:
    [ 1519.881] X.Org ANSI C Emulation: 0.4
    [ 1519.881] X.Org Video Driver: 14.1
    [ 1519.881] X.Org XInput driver : 19.1
    [ 1519.881] X.Org Server Extension : 7.0
    [ 1519.882] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 1519.883] (--) PCI:*(0:0:2:0) 8086:0126:17aa:21da rev 9, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00005000/64
    [ 1519.884] Initializing built-in extension Generic Event Extension
    [ 1519.884] Initializing built-in extension SHAPE
    [ 1519.885] Initializing built-in extension MIT-SHM
    [ 1519.885] Initializing built-in extension XInputExtension
    [ 1519.886] Initializing built-in extension XTEST
    [ 1519.886] Initializing built-in extension BIG-REQUESTS
    [ 1519.887] Initializing built-in extension SYNC
    [ 1519.887] Initializing built-in extension XKEYBOARD
    [ 1519.887] Initializing built-in extension XC-MISC
    [ 1519.888] Initializing built-in extension SECURITY
    [ 1519.888] Initializing built-in extension XINERAMA
    [ 1519.889] Initializing built-in extension XFIXES
    [ 1519.889] Initializing built-in extension RENDER
    [ 1519.890] Initializing built-in extension RANDR
    [ 1519.890] Initializing built-in extension COMPOSITE
    [ 1519.891] Initializing built-in extension DAMAGE
    [ 1519.891] Initializing built-in extension MIT-SCREEN-SAVER
    [ 1519.892] Initializing built-in extension DOUBLE-BUFFER
    [ 1519.892] Initializing built-in extension RECORD
    [ 1519.893] Initializing built-in extension DPMS
    [ 1519.893] Initializing built-in extension X-Resource
    [ 1519.893] Initializing built-in extension XVideo
    [ 1519.894] Initializing built-in extension XVideo-MotionCompensation
    [ 1519.894] Initializing built-in extension XFree86-VidModeExtension
    [ 1519.895] Initializing built-in extension XFree86-DGA
    [ 1519.895] Initializing built-in extension XFree86-DRI
    [ 1519.896] Initializing built-in extension DRI2
    [ 1519.896] (II) LoadModule: "glx"
    [ 1519.896] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 1519.896] (II) Module glx: vendor="X.Org Foundation"
    [ 1519.896] compiled for 1.14.0, module version = 1.0.0
    [ 1519.896] ABI class: X.Org Server Extension, version 7.0
    [ 1519.896] (==) AIGLX enabled
    [ 1519.896] Loading extension GLX
    [ 1519.896] (II) LoadModule: "fbdev"
    [ 1519.896] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 1519.896] (II) Module fbdev: vendor="X.Org Foundation"
    [ 1519.897] compiled for 1.14.0, module version = 0.4.3
    [ 1519.897] Module class: X.Org Video Driver
    [ 1519.897] ABI class: X.Org Video Driver, version 14.1
    [ 1519.897] (II) LoadModule: "intel"
    [ 1519.897] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 1519.897] (II) Module intel: vendor="X.Org Foundation"
    [ 1519.897] compiled for 1.14.0, module version = 2.21.5
    [ 1519.897] Module class: X.Org Video Driver
    [ 1519.897] ABI class: X.Org Video Driver, version 14.1
    [ 1519.897] (II) FBDEV: driver for framebuffer: fbdev
    [ 1519.897] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
    Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
    Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
    Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
    Haswell Server (GT2+), Haswell SDV Desktop (GT1),
    Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
    Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
    Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
    Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
    Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
    Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
    Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
    Haswell ULT Server (GT1), Haswell ULT Server (GT2),
    Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
    Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
    Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
    Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
    Haswell CRW Server (GT2), Haswell CRW Server (GT2+),
    ValleyView PO board
    [ 1519.897] (++) using VT number 1
    [ 1519.897] (WW) Falling back to old probe method for fbdev
    [ 1519.897] (II) Loading sub module "fbdevhw"
    [ 1519.897] (II) LoadModule: "fbdevhw"
    [ 1519.897] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 1519.897] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 1519.897] compiled for 1.14.0, module version = 0.0.2
    [ 1519.897] ABI class: X.Org Video Driver, version 14.1
    [ 1519.897] (II) FBDEV(0): using /dev/fb1
    [ 1519.897]
    Fatal server error:
    [ 1519.897] Cannot run in framebuffer mode. Please specify busIDs for all framebuffer devices
    [ 1519.897]
    [ 1519.897] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 1519.897] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 1519.897] (EE)
    [ 1519.901] Server terminated with error (1). Closing log file.
    Any help is greatly appreciated,
    Cameron

    I managed to get xf86-video-fbdev-for-displaylink installed. Had to move the modules to the correct location in /usr/lib/xorg/modules/driver/ and change the bitdepth to 16 in order for it to work. But I still get the module unload of whichever module is next. Whether intel or fbdev.
    [ 14.539]
    X.Org X Server 1.14.0
    Release Date: 2013-03-05
    [ 14.540] X Protocol Version 11, Revision 0
    [ 14.540] Build Operating System: Linux 3.8.2-1-ARCH x86_64
    [ 14.540] Current Operating System: Linux arch.agioit.com 3.8.7-1-ARCH #1 SMP PREEMPT Sat Apr 13 09:01:47 CEST 2013 x86_64
    [ 14.540] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b6ac9907-e07a-4c63-b4be-6660e0c85139 ro quiet
    [ 14.540] Build Date: 09 March 2013 11:43:05AM
    [ 14.540]
    [ 14.540] Current version of pixman: 0.28.2
    [ 14.540] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 14.540] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 14.540] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Apr 16 12:56:35 2013
    [ 14.705] (==) Using config file: "/etc/X11/xorg.conf"
    [ 14.705] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 14.705] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 14.862] (==) ServerLayout "Layout0"
    [ 14.862] (**) |-->Screen "Screen0" (0)
    [ 14.862] (**) | |-->Monitor "DisplayLinkMonitor"
    [ 14.862] (**) | |-->Device "DisplayLinkDevice"
    [ 14.862] (**) |-->Screen "Screen1" (1)
    [ 14.862] (**) | |-->Monitor "Monitor0"
    [ 14.862] (**) | |-->Device "Card0"
    [ 14.862] (**) |-->Screen "Screen2" (2)
    [ 14.862] (**) | |-->Monitor "Monitor1"
    [ 14.862] (**) | |-->Device "Card1"
    [ 14.862] (**) |-->Input Device "Keyboard0"
    [ 14.862] (**) |-->Input Device "Mouse0"
    [ 14.862] (**) Option "Xinerama" "On"
    [ 14.862] (==) Automatically adding devices
    [ 14.862] (==) Automatically enabling devices
    [ 14.862] (==) Automatically adding GPU devices
    [ 14.863] (**) Xinerama: enabled
    [ 15.083] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 15.084] Entry deleted from font path.
    [ 15.084] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 15.084] Entry deleted from font path.
    [ 15.122] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 15.122] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 15.122] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 15.122] (WW) Disabling Keyboard0
    [ 15.122] (WW) Disabling Mouse0
    [ 15.122] (II) Loader magic: 0x7fdc20
    [ 15.122] (II) Module ABI versions:
    [ 15.122] X.Org ANSI C Emulation: 0.4
    [ 15.122] X.Org Video Driver: 14.1
    [ 15.122] X.Org XInput driver : 19.1
    [ 15.122] X.Org Server Extension : 7.0
    [ 15.122] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 15.124] (--) PCI:*(0:0:2:0) 8086:0126:106b:00e6 rev 9, Mem @ 0xa0000000/4194304, 0x90000000/268435456, I/O @ 0x00002000/64
    [ 15.137] Initializing built-in extension Generic Event Extension
    [ 15.137] Initializing built-in extension SHAPE
    [ 15.137] Initializing built-in extension MIT-SHM
    [ 15.137] Initializing built-in extension XInputExtension
    [ 15.137] Initializing built-in extension XTEST
    [ 15.137] Initializing built-in extension BIG-REQUESTS
    [ 15.137] Initializing built-in extension SYNC
    [ 15.137] Initializing built-in extension XKEYBOARD
    [ 15.137] Initializing built-in extension XC-MISC
    [ 15.137] Initializing built-in extension SECURITY
    [ 15.137] Initializing built-in extension XINERAMA
    [ 15.137] Initializing built-in extension XFIXES
    [ 15.137] Initializing built-in extension RENDER
    [ 15.137] Initializing built-in extension RANDR
    [ 15.137] Initializing built-in extension COMPOSITE
    [ 15.137] Initializing built-in extension DAMAGE
    [ 15.137] Initializing built-in extension MIT-SCREEN-SAVER
    [ 15.137] Initializing built-in extension DOUBLE-BUFFER
    [ 15.137] Initializing built-in extension RECORD
    [ 15.137] Initializing built-in extension DPMS
    [ 15.137] Initializing built-in extension X-Resource
    [ 15.137] Initializing built-in extension XVideo
    [ 15.138] Initializing built-in extension XVideo-MotionCompensation
    [ 15.138] Initializing built-in extension XFree86-VidModeExtension
    [ 15.138] Initializing built-in extension XFree86-DGA
    [ 15.138] Initializing built-in extension XFree86-DRI
    [ 15.138] Initializing built-in extension DRI2
    [ 15.138] (II) "glx" will be loaded by default.
    [ 15.138] (II) LoadModule: "dri2"
    [ 15.138] (II) Module "dri2" already built-in
    [ 15.138] (II) LoadModule: "glamoregl"
    [ 15.144] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 15.389] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 15.389] compiled for 1.14.0, module version = 0.5.0
    [ 15.389] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 15.389] (II) LoadModule: "glx"
    [ 15.426] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 15.436] (II) Module glx: vendor="X.Org Foundation"
    [ 15.436] compiled for 1.14.0, module version = 1.0.0
    [ 15.436] ABI class: X.Org Server Extension, version 7.0
    [ 15.436] (==) AIGLX enabled
    [ 15.437] Loading extension GLX
    [ 15.437] (II) LoadModule: "fbdev"
    [ 15.437] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 15.444] (II) Module fbdev: vendor="X.Org Foundation"
    [ 15.445] compiled for 1.14.0, module version = 0.4.3
    [ 15.445] Module class: X.Org Video Driver
    [ 15.445] ABI class: X.Org Video Driver, version 14.1
    [ 15.445] (II) LoadModule: "intel"
    [ 15.445] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 15.481] (II) Module intel: vendor="X.Org Foundation"
    [ 15.481] compiled for 1.14.0, module version = 2.21.6
    [ 15.481] Module class: X.Org Video Driver
    [ 15.481] ABI class: X.Org Video Driver, version 14.1
    [ 15.481] (II) FBDEV: driver for framebuffer: fbdev
    [ 15.481] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
    Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
    Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
    Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
    Haswell Server (GT2+), Haswell SDV Desktop (GT1),
    Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
    Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
    Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
    Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
    Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
    Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
    Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
    Haswell ULT Server (GT1), Haswell ULT Server (GT2),
    Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
    Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
    Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
    Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
    Haswell CRW Server (GT2), Haswell CRW Server (GT2+),
    ValleyView PO board
    [ 15.482] (++) using VT number 7
    [ 15.494] (II) Loading sub module "fbdevhw"
    [ 15.494] (II) LoadModule: "fbdevhw"
    [ 15.494] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 15.510] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 15.510] compiled for 1.14.0, module version = 0.0.2
    [ 15.510] ABI class: X.Org Video Driver, version 14.1
    [ 15.510] (**) FBDEV(0): claimed PCI slot 0@0:2:0
    [ 15.510] (II) FBDEV(0): using /dev/fb1
    [ 15.511] (II) FBDEV(0): Creating default Display subsection in Screen section
    "Screen0" for depth/fbbpp 16/16
    [ 15.511] (**) FBDEV(0): Depth 16, (--) framebuffer bpp 16
    [ 15.511] (==) FBDEV(0): RGB weight 565
    [ 15.511] (==) FBDEV(0): Default visual is TrueColor
    [ 15.511] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 15.511] (II) FBDEV(0): hardware: udlfb (video memory: 4052kB)
    [ 15.511] (**) FBDEV(0): Option "fbdev" "/dev/fb1"
    [ 15.511] (II) FBDEV(0): checking modes against framebuffer device...
    [ 15.511] (II) FBDEV(0): checking modes against monitor...
    [ 15.511] (--) FBDEV(0): Virtual size is 1920x1080 (pitch 1920)
    [ 15.511] (**) FBDEV(0): Built-in mode "current": 138.5 MHz, 66.6 kHz, 59.9 Hz
    [ 15.511] (II) FBDEV(0): Modeline "current"x0.0 138.50 1920 1968 2000 2080 1080 1083 1088 1111 -hsync +vsync -csync (66.6 kHz b)
    [ 15.511] (==) FBDEV(0): DPI set to (96, 96)
    [ 15.511] (II) Loading sub module "fb"
    [ 15.511] (II) LoadModule: "fb"
    [ 15.511] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 15.513] (II) Module fb: vendor="X.Org Foundation"
    [ 15.513] compiled for 1.14.0, module version = 1.0.0
    [ 15.513] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 15.513] (**) FBDEV(0): using shadow framebuffer
    [ 15.513] (II) Loading sub module "shadow"
    [ 15.513] (II) LoadModule: "shadow"
    [ 15.513] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 15.520] (II) Module shadow: vendor="X.Org Foundation"
    [ 15.520] compiled for 1.14.0, module version = 1.1.0
    [ 15.520] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 15.520] (II) UnloadModule: "intel"
    [ 15.520] (II) Unloading intel
    [ 15.546] (==) FBDEV(0): Backing store disabled
    [ 15.546] (==) FBDEV(0): DPMS enabled
    [ 15.546] (==) RandR enabled
    [ 15.554] (II) AIGLX: Screen 0 is not DRI2 capable
    [ 15.554] (II) AIGLX: Screen 0 is not DRI capable
    [ 16.124] (II) AIGLX: Loaded and initialized swrast
    [ 16.124] (II) GLX: Initialized DRISWRAST GL provider for screen 0
    [ 16.464] (II) config/udev: Adding input device Power Button (/dev/input/event8)
    [ 16.464] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 16.464] (II) LoadModule: "evdev"
    [ 16.465] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 16.487] (II) Module evdev: vendor="X.Org Foundation"
    [ 16.487] compiled for 1.14.0, module version = 2.8.0
    [ 16.487] Module class: X.Org XInput Driver
    [ 16.487] ABI class: X.Org XInput driver, version 19.1
    [ 16.487] (II) Using input driver 'evdev' for 'Power Button'
    [ 16.487] (**) Power Button: always reports core events
    [ 16.487] (**) evdev: Power Button: Device: "/dev/input/event8"
    [ 16.487] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 16.488] (--) evdev: Power Button: Found keys
    [ 16.488] (II) evdev: Power Button: Configuring as keyboard
    [ 16.488] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input8/event8"
    [ 16.488] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 16.488] (**) Option "xkb_rules" "evdev"
    [ 16.488] (**) Option "xkb_model" "evdev"
    [ 16.488] (**) Option "xkb_layout" "us"
    [ 16.518] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
    [ 16.518] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 16.518] (II) Using input driver 'evdev' for 'Video Bus'
    [ 16.518] (**) Video Bus: always reports core events
    [ 16.518] (**) evdev: Video Bus: Device: "/dev/input/event9"
    [ 16.518] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 16.518] (--) evdev: Video Bus: Found keys
    [ 16.518] (II) evdev: Video Bus: Configuring as keyboard
    [ 16.518] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9/event9"
    [ 16.518] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 16.518] (**) Option "xkb_rules" "evdev"
    [ 16.518] (**) Option "xkb_model" "evdev"
    [ 16.518] (**) Option "xkb_layout" "us"
    [ 16.519] (II) config/udev: Adding input device Power Button (/dev/input/event6)
    [ 16.519] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 16.519] (II) Using input driver 'evdev' for 'Power Button'
    [ 16.519] (**) Power Button: always reports core events
    [ 16.519] (**) evdev: Power Button: Device: "/dev/input/event6"
    [ 16.519] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 16.519] (--) evdev: Power Button: Found keys
    [ 16.519] (II) evdev: Power Button: Configuring as keyboard
    [ 16.519] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6/event6"
    [ 16.519] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 16.519] (**) Option "xkb_rules" "evdev"
    [ 16.519] (**) Option "xkb_model" "evdev"
    [ 16.519] (**) Option "xkb_layout" "us"
    [ 16.521] (II) config/udev: Adding input device Sleep Button (/dev/input/event7)
    [ 16.521] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 16.521] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 16.521] (**) Sleep Button: always reports core events
    [ 16.521] (**) evdev: Sleep Button: Device: "/dev/input/event7"
    [ 16.521] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 16.521] (--) evdev: Sleep Button: Found keys
    [ 16.521] (II) evdev: Sleep Button: Configuring as keyboard
    [ 16.521] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input7/event7"
    [ 16.521] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [ 16.521] (**) Option "xkb_rules" "evdev"
    [ 16.521] (**) Option "xkb_model" "evdev"
    [ 16.521] (**) Option "xkb_layout" "us"
    [ 16.522] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 16.523] (II) config/udev: Adding input device Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) (/dev/input/event0)
    [ 16.523] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Applying InputClass "evdev pointer catchall"
    [ 16.523] (II) Using input driver 'evdev' for 'Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)'
    [ 16.523] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): always reports core events
    [ 16.523] (**) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Device: "/dev/input/event0"
    [ 16.523] (--) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Vendor 0x45e Product 0x39
    [ 16.523] (--) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found 9 mouse buttons
    [ 16.523] (--) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found scroll wheel(s)
    [ 16.523] (--) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found relative axes
    [ 16.523] (--) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found x and y relative axes
    [ 16.523] (II) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Configuring as mouse
    [ 16.523] (II) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Adding scrollwheel support
    [ 16.523] (**) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): YAxisMapping: buttons 4 and 5
    [ 16.523] (**) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 16.523] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.2/1-1.2:1.0/input/input0/event0"
    [ 16.523] (II) XINPUT: Adding extended input device "Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)" (type: MOUSE, id 10)
    [ 16.523] (II) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): initialized for relative axes.
    [ 16.524] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): (accel) keeping acceleration scheme 1
    [ 16.524] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): (accel) acceleration profile 0
    [ 16.524] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): (accel) acceleration factor: 2.000
    [ 16.524] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): (accel) acceleration threshold: 4
    [ 16.524] (II) config/udev: Adding input device Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) (/dev/input/mouse0)
    [ 16.524] (II) No input driver specified, ignoring this device.
    [ 16.524] (II) This device may have been added with another device file.
    [ 16.525] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event3)
    [ 16.525] (II) No input driver specified, ignoring this device.
    [ 16.525] (II) This device may have been added with another device file.
    [ 16.525] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event4)
    [ 16.526] (II) No input driver specified, ignoring this device.
    [ 16.526] (II) This device may have been added with another device file.
    [ 16.526] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event10)
    [ 16.526] (II) No input driver specified, ignoring this device.
    [ 16.526] (II) This device may have been added with another device file.
    [ 16.526] (II) config/udev: Adding input device HDA Intel PCH SPDIF In (/dev/input/event11)
    [ 16.526] (II) No input driver specified, ignoring this device.
    [ 16.526] (II) This device may have been added with another device file.
    [ 16.527] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event12)
    [ 16.527] (II) No input driver specified, ignoring this device.
    [ 16.527] (II) This device may have been added with another device file.
    [ 16.527] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event13)
    [ 16.527] (II) No input driver specified, ignoring this device.
    [ 16.527] (II) This device may have been added with another device file.
    [ 16.527] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/event1)
    [ 16.527] (**) Microsoft Wired Keyboard 600: Applying InputClass "evdev keyboard catchall"
    [ 16.527] (II) Using input driver 'evdev' for 'Microsoft Wired Keyboard 600'
    [ 16.527] (**) Microsoft Wired Keyboard 600: always reports core events
    [ 16.527] (**) evdev: Microsoft Wired Keyboard 600: Device: "/dev/input/event1"
    [ 16.527] (--) evdev: Microsoft Wired Keyboard 600: Vendor 0x45e Product 0x750
    [ 16.527] (--) evdev: Microsoft Wired Keyboard 600: Found keys
    [ 16.527] (II) evdev: Microsoft Wired Keyboard 600: Configuring as keyboard
    [ 16.527] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.2/2-1.2:1.0/input/input1/event1"
    [ 16.527] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600" (type: KEYBOARD, id 11)
    [ 16.527] (**) Option "xkb_rules" "evdev"
    [ 16.527] (**) Option "xkb_model" "evdev"
    [ 16.527] (**) Option "xkb_layout" "us"
    [ 16.527] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/event2)
    [ 16.527] (**) Microsoft Wired Keyboard 600: Applying InputClass "evdev keyboard catchall"
    [ 16.527] (II) Using input driver 'evdev' for 'Microsoft Wired Keyboard 600'
    [ 16.527] (**) Microsoft Wired Keyboard 600: always reports core events
    [ 16.527] (**) evdev: Microsoft Wired Keyboard 600: Device: "/dev/input/event2"
    [ 16.527] (II) evdev: Microsoft Wired Keyboard 600: Using mtdev for this device
    [ 16.528] (--) evdev: Microsoft Wired Keyboard 600: Vendor 0x45e Product 0x750
    [ 16.528] (--) evdev: Microsoft Wired Keyboard 600: Found 1 mouse buttons
    [ 16.528] (--) evdev: Microsoft Wired Keyboard 600: Found scroll wheel(s)
    [ 16.528] (--) evdev: Microsoft Wired Keyboard 600: Found relative axes
    [ 16.528] (--) evdev: Microsoft Wired Keyboard 600: Found absolute axes
    [ 16.528] (--) evdev: Microsoft Wired Keyboard 600: Found absolute multitouch axes
    [ 16.528] (--) evdev: Microsoft Wired Keyboard 600: Found x and y absolute axes
    [ 16.528] (--) evdev: Microsoft Wired Keyboard 600: Found keys
    [ 16.528] (II) evdev: Microsoft Wired Keyboard 600: Forcing relative x/y axes to exist.
    [ 16.528] (II) evdev: Microsoft Wired Keyboard 600: Configuring as mouse
    [ 16.528] (II) evdev: Microsoft Wired Keyboard 600: Configuring as keyboard
    [ 16.528] (II) evdev: Microsoft Wired Keyboard 600: Adding scrollwheel support
    [ 16.528] (**) evdev: Microsoft Wired Keyboard 600: YAxisMapping: buttons 4 and 5
    [ 16.528] (**) evdev: Microsoft Wired Keyboard 600: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 16.528] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.2/2-1.2:1.1/input/input2/event2"
    [ 16.528] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600" (type: KEYBOARD, id 12)
    [ 16.528] (**) Option "xkb_rules" "evdev"
    [ 16.528] (**) Option "xkb_model" "evdev"
    [ 16.528] (**) Option "xkb_layout" "us"
    [ 16.528] (II) evdev: Microsoft Wired Keyboard 600: initialized for relative axes.
    [ 16.528] (WW) evdev: Microsoft Wired Keyboard 600: ignoring absolute axes.
    [ 16.528] (**) Microsoft Wired Keyboard 600: (accel) keeping acceleration scheme 1
    [ 16.528] (**) Microsoft Wired Keyboard 600: (accel) acceleration profile 0
    [ 16.528] (**) Microsoft Wired Keyboard 600: (accel) acceleration factor: 2.000
    [ 16.528] (**) Microsoft Wired Keyboard 600: (accel) acceleration threshold: 4
    [ 16.528] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/js0)
    [ 16.528] (II) No input driver specified, ignoring this device.
    [ 16.528] (II) This device may have been added with another device file.
    [ 16.528] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    [ 16.528] (II) No input driver specified, ignoring this device.
    [ 16.528] (II) This device may have been added with another device file.

  • Cannot run application due to error deploying to IntegratedWebLog

    Hi,
    When I run a jspx file in Jdeveloper, I get errors as follow.
    How to delete the extra jar file?
    ==========================================
    *** Using port 7101 ***
    C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\bin\startWebLogic.cmd
    [waiting for the server to complete its initialization...]
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=E:\JDEVEL~3\WLSERV~1.3\server\ext\jdbc\oracle\11g\ojdbc6dms.jar;E:\JDEVEL~3\patch_wls1033\profiles\default\sys_manifest_classpath\weblogic_patch.jar;E:\JDEVEL~3\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;E:\JDEVEL~3\JDK160~1\lib\tools.jar;E:\JDEVEL~3\WLSERV~1.3\server\lib\weblogic_sp.jar;E:\JDEVEL~3\WLSERV~1.3\server\lib\weblogic.jar;E:\JDEVEL~3\modules\features\weblogic.server.modules_10.3.3.0.jar;E:\JDEVEL~3\WLSERV~1.3\server\lib\webservices.jar;E:\JDEVEL~3\modules\ORGAPA~1.1/lib/ant-all.jar;E:\JDEVEL~3\modules\NETSFA~1.0_1/lib/ant-contrib.jar;E:\JDEVEL~3\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;E:\JDEVEL~3\WLSERV~1.3\common\derby\lib\derbyclient.jar;E:\JDEVEL~3\WLSERV~1.3\server\lib\xqrl.jar
    PATH=E:\JDEVEL~3\patch_wls1033\profiles\default\native;E:\JDEVEL~3\patch_jdev1111\profiles\default\native;E:\JDEVEL~3\WLSERV~1.3\server\native\win\32;E:\JDEVEL~3\WLSERV~1.3\server\bin;E:\JDEVEL~3\modules\ORGAPA~1.1\bin;E:\JDEVEL~3\JDK160~1\jre\bin;E:\JDEVEL~3\JDK160~1\bin;D:\apache-maven-2.0.11\bin;C:\app\Administrator\product\11.2.0\dbhome_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Common Files\Thunder Network\KanKan\Codecs;C:\apps\FME\;C:\Program Files\Subversion\bin;C:\Program Files\TortoiseSVN\bin;D:\win2008EclipseWorkspace;E:\OracleBI_win2008_32_20101206\Oracle_BI1\bin;E:\OracleBI_win2008_32_20101206\Oracle_BI1\opmn\bin;E:\OracleBI_win2008_32_20101206\Oracle_BI1\opmn\lib;E:\OracleBI_win2008_32_20101206\Oracle_BI1\perl\bin;E:\JDEVEL~3\WLSERV~1.3\server\native\win\32\oci920_8
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) Client VM (build 16.0-b13, mixed mode)
    Starting WLS with line:
    E:\JDEVEL~3\JDK160~1\bin\java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=DefaultServer -Djava.security.policy=E:\JDEVEL~3\WLSERV~1.3\server\lib\weblogic.policy -Djavax.net.ssl.trustStore=C:\Jdev11113_win2008_32\Middleware\wlserver_10.3\server\lib\DemoTrust.jks -Dweblogic.nodemanager.ServiceEnabled=true -Xverify:none -da -Dplatform.home=E:\JDEVEL~3\WLSERV~1.3 -Dwls.home=E:\JDEVEL~3\WLSERV~1.3\server -Dweblogic.home=E:\JDEVEL~3\WLSERV~1.3\server -Djps.app.credential.overwrite.allowed=true -Ddomain.home=C:\Users\ADMINI~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~2 -Dcommon.components.home=E:\JDEVEL~3\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=E:\JDEVEL~3\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.domain.config.dir=C:\Users\ADMINI~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~2\config\FMWCON~1 -Doracle.server.config.dir=C:\Users\ADMINI~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~2\config\FMWCON~1\servers\DefaultServer -Doracle.security.jps.config=C:\Users\ADMINI~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~2\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Digf.arisidbeans.carmlloc=C:\Users\ADMINI~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~2\config\FMWCON~1\carml -Digf.arisidstack.home=C:\Users\ADMINI~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~2\config\FMWCON~1\arisidprovider -Dweblogic.alternateTypesDirectory=E:\JDEVEL~3\ORACLE~1\modules\oracle.ossoiap_11.1.1,E:\JDEVEL~3\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Dweblogic.jdbc.remoteEnabled=false -Dwsm.repository.path=C:\Users\ADMINI~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~2\oracle\store\gmds -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=E:\JDEVEL~3\patch_wls1033\profiles\default\sysext_manifest_classpath;E:\JDEVEL~3\patch_jdev1111\profiles\default\sysext_manifest_classpath weblogic.Server
    <Dec 8, 2010 10:28:16 AM PST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 16.0-b13 from Sun Microsystems Inc.>
    <Dec 8, 2010 10:28:16 AM PST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 >
    <Dec 8, 2010 10:28:17 AM PST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Dec 8, 2010 10:28:17 AM PST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Dec 8, 2010 10:28:18 AM PST> <Notice> <LoggingService> <BEA-320400> <The log file C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Dec 8, 2010 10:28:18 AM PST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log00004. Log messages will continue to be logged in C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log.>
    <Dec 8, 2010 10:28:18 AM PST> <Notice> <Log Management> <BEA-170019> <The server log file C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log is opened. All server side log events will be written to this file.>
    <Dec 8, 2010 10:28:23 AM PST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Dec 8, 2010 10:28:30 AM PST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Dec 8, 2010 10:28:30 AM PST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Dec 8, 2010 10:28:39 AM PST> <Warning> <HTTP> <BEA-101162> <User defined listener com.sun.faces.config.ConfigureListener failed: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! Invalid class loader hierarchy. You have more than one version of 'org.apache.commons.logging.Log' visible, which is not allowed..
    com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! Invalid class loader hierarchy. You have more than one version of 'org.apache.commons.logging.Log' visible, which is not allowed.
         at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:212)
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:195)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         Truncated. see log file for complete stacktrace
    Caused By: org.apache.commons.logging.LogConfigurationException: Invalid class loader hierarchy. You have more than one version of 'org.apache.commons.logging.Log' visible, which is not allowed.
         at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:385)
         at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:529)
         at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235)
         at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:209)
         at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:351)
         Truncated. see log file for complete stacktrace
    >
    <Dec 8, 2010 10:28:39 AM PST> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'SimpleJSF'.
    weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1514)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         Truncated. see log file for complete stacktrace
    Caused By: org.apache.commons.logging.LogConfigurationException: Invalid class loader hierarchy. You have more than one version of 'org.apache.commons.logging.Log' visible, which is not allowed.
         at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:385)
         at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:529)
         at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235)
         at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:209)
         at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:351)
         Truncated. see log file for complete stacktrace
    >
    <Dec 8, 2010 10:28:39 AM PST> <Notice> <LoggingService> <BEA-320400> <The log file C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Dec 8, 2010 10:28:39 AM PST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log00004. Log messages will continue to be logged in C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log.>
    <Dec 8, 2010 10:28:39 AM PST> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Dec 8, 2010 10:28:42 AM PST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Dec 8, 2010 10:28:42 AM PST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Dec 8, 2010 10:28:42 AM PST> <Notice> <Server> <BEA-002613> <Channel "Default[5]" is now listening on 0:0:0:0:0:0:0:1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Dec 8, 2010 10:28:42 AM PST> <Notice> <Server> <BEA-002613> <Channel "Default[3]" is now listening on fe80:0:0:0:eded:4bde:3918:bbf1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Dec 8, 2010 10:28:42 AM PST> <Notice> <Server> <BEA-002613> <Channel "Default[4]" is now listening on 127.0.0.1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Dec 8, 2010 10:28:42 AM PST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 192.168.1.17:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Dec 8, 2010 10:28:42 AM PST> <Notice> <Server> <BEA-002613> <Channel "Default[2]" is now listening on fe80:0:0:0:0:100:7f:fffe:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Dec 8, 2010 10:28:42 AM PST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on fe80:0:0:0:0:5efe:c0a8:111:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Dec 8, 2010 10:28:42 AM PST> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "DefaultServer" for domain "DefaultDomain" running in Development Mode>
    <Dec 8, 2010 10:28:42 AM PST> <Warning> <Server> <BEA-002611> <Hostname "WIN-IT8WDLG81KH", maps to multiple IP addresses: 192.168.1.17, fe80:0:0:0:eded:4bde:3918:bbf1%10>
    <Dec 8, 2010 10:28:42 AM PST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Dec 8, 2010 10:28:42 AM PST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    IntegratedWebLogicServer startup time: 30236 ms.
    IntegratedWebLogicServer started.
    [Running application SimpleJSF on Server Instance IntegratedWebLogicServer...]
    [10:28:44 AM] ---- Deployment started. ----
    [10:28:44 AM] Target platform is (Weblogic 10.3).
    [10:28:46 AM] Retrieving existing application information
    [10:28:46 AM] Running dependency analysis...
    [10:28:46 AM] Deploying 2 profiles...
    [10:28:47 AM] Wrote Web Application Module to C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\o.j2ee\drs\SimpleJSF\SimpleJSFWebApp.war
    [10:28:47 AM] Wrote Enterprise Application Module to C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\o.j2ee\drs\SimpleJSF
    [10:28:47 AM] Redeploying Application...
    <Dec 8, 2010 10:28:49 AM PST> <Warning> <HTTP> <BEA-101162> <User defined listener com.sun.faces.config.ConfigureListener failed: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! Invalid class loader hierarchy. You have more than one version of 'org.apache.commons.logging.Log' visible, which is not allowed..
    com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! Invalid class loader hierarchy. You have more than one version of 'org.apache.commons.logging.Log' visible, which is not allowed.
         at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:212)
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:195)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         Truncated. see log file for complete stacktrace
    Caused By: org.apache.commons.logging.LogConfigurationException: Invalid class loader hierarchy. You have more than one version of 'org.apache.commons.logging.Log' visible, which is not allowed.
         at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:385)
         at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:529)
         at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235)
         at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:209)
         at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:351)
         Truncated. see log file for complete stacktrace
    >
    <Dec 8, 2010 10:28:49 AM PST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1291832928119' for task '0'. Error is: 'weblogic.application.ModuleException: '
    weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1514)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         Truncated. see log file for complete stacktrace
    Caused By: org.apache.commons.logging.LogConfigurationException: Invalid class loader hierarchy. You have more than one version of 'org.apache.commons.logging.Log' visible, which is not allowed.
         at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:385)
         at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:529)
         at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235)
         at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:209)
         at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:351)
         Truncated. see log file for complete stacktrace
    >
    <Dec 8, 2010 10:28:49 AM PST> <Error> <Deployer> <BEA-149202> <Encountered an exception while attempting to commit the 1 task for the application 'SimpleJSF'.>
    <Dec 8, 2010 10:28:49 AM PST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'SimpleJSF'.>
    <Dec 8, 2010 10:28:49 AM PST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException: :org.apache.commons.logging.LogConfigurationException:Invalid class loader hierarchy. You have more than one version of 'org.apache.commons.logging.Log' visible, which is not allowed.
         at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:385)
         at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:529)
         at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235)
         at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:209)
         at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:351)
         Truncated. see log file for complete stacktrace
    >
    [10:28:49 AM] #### Deployment incomplete. ####
    [10:28:49 AM] Remote deployment failed
    #### Cannot run application SimpleJSF due to error deploying to IntegratedWebLogicServer.
    [Application SimpleJSF stopped and undeployed from Server Instance IntegratedWebLogicServer]

    I delete that log file. But I get new errors.
    =================================================
    [Running application SimpleJSF on Server Instance IntegratedWebLogicServer...]
    [09:55:19 AM] ---- Deployment started. ----
    [09:55:19 AM] Target platform is (Weblogic 10.3).
    [09:55:19 AM] Retrieving existing application information
    [09:55:20 AM] Running dependency analysis...
    [09:55:20 AM] Deploying 2 profiles...
    [09:55:20 AM] Wrote Web Application Module to C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\o.j2ee\drs\SimpleJSF\SimpleJSFWebApp.war
    [09:55:20 AM] Wrote Enterprise Application Module to C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\o.j2ee\drs\SimpleJSF
    [09:55:20 AM] Redeploying Application...
    <ContextLoader><initWebApplicationContext> Context initialization failed
    org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from ServletContext resource [WEB-INF/my-other-managed-beans.xml]; nested exception is java.lang.NoClassDefFoundError: Could not initialize class org.springframework.aop.aspectj.AspectJExpressionPointcut
         at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:420)
         at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:342)
         at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:310)
         at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143)
         at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:178)
         at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:149)
         at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:124)
         at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:92)
         at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:123)
         at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:422)
         at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)
         at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)
         at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)
         at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1863)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3126)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1512)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.springframework.aop.aspectj.AspectJExpressionPointcut
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:169)
         at org.springframework.aop.config.ConfigBeanDefinitionParser.class$(ConfigBeanDefinitionParser.java:208)
         at org.springframework.aop.config.ConfigBeanDefinitionParser.createPointcutDefinition(ConfigBeanDefinitionParser.java:539)
         at org.springframework.aop.config.ConfigBeanDefinitionParser.parsePointcut(ConfigBeanDefinitionParser.java:476)
         at org.springframework.aop.config.ConfigBeanDefinitionParser.parse(ConfigBeanDefinitionParser.java:142)
         at org.springframework.beans.factory.xml.NamespaceHandlerSupport.parse(NamespaceHandlerSupport.java:69)
         at org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.parseCustomElement(BeanDefinitionParserDelegate.java:1297)
         at org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.parseCustomElement(BeanDefinitionParserDelegate.java:1287)
         at org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.parseBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:135)
         at org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.registerBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:92)
         at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.registerBeanDefinitions(XmlBeanDefinitionReader.java:507)
         at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:398)
         ... 50 more
    <Dec 9, 2010 9:55:21 AM PST> <Warning> <HTTP> <BEA-101162> <User defined listener org.springframework.web.context.ContextLoaderListener failed: org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from ServletContext resource [WEB-INF/my-other-managed-beans.xml]; nested exception is java.lang.NoClassDefFoundError: Could not initialize class org.springframework.aop.aspectj.AspectJExpressionPointcut.
    org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from ServletContext resource [WEB-INF/my-other-managed-beans.xml]; nested exception is java.lang.NoClassDefFoundError: Could not initialize class org.springframework.aop.aspectj.AspectJExpressionPointcut
         at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:420)
         at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:342)
         at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:310)
         at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143)
         at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:178)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.NoClassDefFoundError: Could not initialize class org.springframework.aop.aspectj.AspectJExpressionPointcut
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:169)
         at org.springframework.aop.config.ConfigBeanDefinitionParser.class$(ConfigBeanDefinitionParser.java:208)
         at org.springframework.aop.config.ConfigBeanDefinitionParser.createPointcutDefinition(ConfigBeanDefinitionParser.java:539)
         at org.springframework.aop.config.ConfigBeanDefinitionParser.parsePointcut(ConfigBeanDefinitionParser.java:476)
         Truncated. see log file for complete stacktrace
    >
    <Dec 9, 2010 9:55:21 AM PST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1291917320886' for task '1'. Error is: 'weblogic.application.ModuleException: '
    weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1514)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.NoClassDefFoundError: Could not initialize class org.springframework.aop.aspectj.AspectJExpressionPointcut
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:169)
         at org.springframework.aop.config.ConfigBeanDefinitionParser.class$(ConfigBeanDefinitionParser.java:208)
         at org.springframework.aop.config.ConfigBeanDefinitionParser.createPointcutDefinition(ConfigBeanDefinitionParser.java:539)
         at org.springframework.aop.config.ConfigBeanDefinitionParser.parsePointcut(ConfigBeanDefinitionParser.java:476)
         Truncated. see log file for complete stacktrace
    >
    <Dec 9, 2010 9:55:21 AM PST> <Error> <Deployer> <BEA-149202> <Encountered an exception while attempting to commit the 1 task for the application 'SimpleJSF'.>
    <Dec 9, 2010 9:55:21 AM PST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'SimpleJSF'.>
    <Dec 9, 2010 9:55:21 AM PST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1514)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.NoClassDefFoundError: Could not initialize class org.springframework.aop.aspectj.AspectJExpressionPointcut
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:169)
         at org.springframework.aop.config.ConfigBeanDefinitionParser.class$(ConfigBeanDefinitionParser.java:208)
         at org.springframework.aop.config.ConfigBeanDefinitionParser.createPointcutDefinition(ConfigBeanDefinitionParser.java:539)
         at org.springframework.aop.config.ConfigBeanDefinitionParser.parsePointcut(ConfigBeanDefinitionParser.java:476)
         Truncated. see log file for complete stacktrace
    >
    [09:55:22 AM] #### Deployment incomplete. ####
    [09:55:22 AM] Remote deployment failed
    #### Cannot run application SimpleJSF due to error deploying to IntegratedWebLogicServer.
    [Application SimpleJSF stopped and undeployed from Server Instance IntegratedWebLogicServer]

  • Cannot run FOD Application

    I downloaded Jdev 11g and followed instructions for [Oracle Fusion Store Front Demo Application|http://www.oracle.com/technology/products/jdev/samples/fod/index.html].
    The schema and sample data is installed successfully. I am able to compile and build both model and UI projects in StoreFrontModule.jws.
    When I run the StoreFrontUI, I am getting below error. Can you please help.D:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.88\DefaultDomain\bin\startWebLogic.cmd
    [waiting for the server to complete its initialization...]
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=48m  -XX:MaxPermSize=128m
    WLS Start Mode=Development
    CLASSPATH=;D:\Oracle\MIDDLE~1\patch_wls1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\Oracle\MIDDLE~1\patch_cie660\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;D:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.0.0.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;D:\Oracle\MIDDLE~1\modules\ORGAPA~1.5/lib/ant-all.jar;D:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;D:\Oracle\Middleware\jdeveloper\modules\features\adf.share_11.1.1.jar;;D:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar;;
    PATH=D:\Oracle\MIDDLE~1\patch_wls1030\profiles\default\native;D:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\native;D:\Oracle\MIDDLE~1\patch_cie660\profiles\default\native;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;D:\Oracle\MIDDLE~1\modules\ORGAPA~1.5\bin;D:\Oracle\MIDDLE~1\JDK160~1\jre\bin;D:\Oracle\MIDDLE~1\JDK160~1\bin;D:\product\10.1.3.1\OracleAS_3\jdk\bin;D:\product\10.1.3.1\OracleAS_3\ant\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\apps\db\oracle102\bin;C:\Program Files\Symantec\pcAnywhere\;D:\product\10.1.3.1\OracleAS_3\MOBILE\sdk\bin;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    *  To start WebLogic Server, use a username and   *
    *  password assigned to an admin-level user.  For *
    *  server administration, use the WebLogic Server *
    *  console at http:\\hostname:port\console        *
    starting weblogic with Java version:
    java version "1.6.0_05"
    Java(TM) SE Runtime Environment (build 1.6.0_05-b13)
    Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode)
    Starting WLS with line:
    D:\Oracle\MIDDLE~1\JDK160~1\bin\java -client   -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=48m  -XX:MaxPermSize=128m -Djbo.34010=false  -Xverify:none  -da -Dplatform.home=D:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=D:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=D:\Oracle\MIDDLE~1\WLSERV~1.3\server  -Ddomain.home=D:\Oracle\MIDDLE~1\JDEVEL~1\system\SYSTEM~1.88\DEFAUL~1 -Doracle.home=D:\Oracle\Middleware\jdeveloper -Doracle.security.jps.config=D:\Oracle\MIDDLE~1\JDEVEL~1\system\SYSTEM~1.88\DEFAUL~1\config\oracle\jps-config.xml -Doracle.dms.context=OFF -Djava.protocol.handler.pkgs=oracle.mds.net.protocol  -Dweblogic.management.discover=true  -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=D:\Oracle\MIDDLE~1\patch_wls1030\profiles\default\sysext_manifest_classpath;D:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sysext_manifest_classpath;D:\Oracle\MIDDLE~1\patch_cie660\profiles\default\sysext_manifest_classpath -Dweblogic.Name=DefaultServer -Djava.security.policy=D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy   weblogic.Server
    <Jan 11, 2009 12:42:13 PM IST> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    D:\Oracle\Middleware\patch_wls1030\profiles\default\sysext_manifest_classpath\weblogic_ext_patch.jar;D:\Oracle\Middleware\wlserver_10.3\L10N\beehive_ja.jar;D:\Oracle\Middleware\wlserver_10.3\L10N\beehive_ko.jar;D:\Oracle\Middleware\wlserver_10.3\L10N\beehive_zh_CN.jar;D:\Oracle\Middleware\wlserver_10.3\L10N\beehive_zh_TW.jar;D:\Oracle\Middleware\wlserver_10.3\L10N\p13n_wls_ja.jar;D:\Oracle\Middleware\wlserver_10.3\L10N\p13n_wls_ko.jar;D:\Oracle\Middleware\wlserver_10.3\L10N\p13n_wls_zh_CN.jar;D:\Oracle\Middleware\wlserver_10.3\L10N\p13n_wls_zh_TW.jar;D:\Oracle\Middleware\wlserver_10.3\L10N\testclient_ja.jar;D:\Oracle\Middleware\wlserver_10.3\L10N\testclient_ko.jar;D:\Oracle\Middleware\wlserver_10.3\L10N\testclient_zh_CN.jar;D:\Oracle\Middleware\wlserver_10.3\L10N\testclient_zh_TW.jar;D:\Oracle\Middleware\wlserver_10.3\L10N\tuxedocontrol_ja.jar;D:\Oracle\Middleware\wlserver_10.3\L10N\tuxedocontrol_ko.jar;D:\Oracle\Middleware\wlserver_10.3\L10N\tuxedocontrol_zh_CN.jar;D:\Oracle\Middleware\wlserver_10.3\L10N\tuxedocontrol_zh_TW.jar;D:\Oracle\Middleware\wlserver_10.3\L10N\workshop_ja.jar;D:\Oracle\Middleware\wlserver_10.3\L10N\workshop_ko.jar;D:\Oracle\Middleware\wlserver_10.3\L10N\workshop_zh_CN.jar;D:\Oracle\Middleware\wlserver_10.3\L10N\workshop_zh_TW.jar>
    <Jan 11, 2009 12:42:13 PM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 10.0-b19 from Sun Microsystems Inc.>
    <Jan 11, 2009 12:42:14 PM IST> <Info> <Management> <BEA-141107> <Version: WebLogic Server Temporary Patch for CR380042 Thu Sep 11 13:33:40 PDT 2008
    WebLogic Server Temporary Patch for 7372756 Fri Sep 12 17:05:44 EDT 2008
    WebLogic Server Temporary Patch for CR381265 Wed Oct 08 10:15:58 PDT 2008
    WebLogic Server Temporary Patch for CR380913 Wed Oct 15 13:24:22 PDT 2008
    WebLogic Server Temporary Patch for CR381739 Tue Oct 21 14:06:14 IST 2008
    WebLogic Server 10.3  Mon Aug 18 22:39:18 EDT 2008 1142987 >
    <Jan 11, 2009 12:42:18 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Jan 11, 2009 12:42:18 PM IST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Jan 11, 2009 12:42:19 PM IST> <Notice> <Log Management> <BEA-170019> <The server log file D:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.88\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log is opened. All server side log events will be written to this file.>
    <Jan 11, 2009 12:43:12 PM IST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Jan 11, 2009 12:43:25 PM IST> <Warning> <Deployer> <BEA-149617> <Non-critical internal application uddi was not deployed. Error: [Deployer:149158]No application files exist at 'D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\uddi.war'.>
    <Jan 11, 2009 12:43:25 PM IST> <Warning> <Deployer> <BEA-149617> <Non-critical internal application uddiexplorer was not deployed. Error: [Deployer:149158]No application files exist at 'D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\uddiexplorer.war'.>
    <Jan 11, 2009 12:43:36 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Jan 11, 2009 12:43:36 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Jan 11, 2009 12:43:46 PM IST> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Jan 11, 2009 12:43:49 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Jan 11, 2009 12:43:49 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Jan 11, 2009 12:43:50 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 127.0.0.1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Jan 11, 2009 12:43:50 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 192.168.1.100:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Jan 11, 2009 12:43:50 PM IST> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "DefaultServer" for domain "DefaultDomain" running in Development Mode>
    <Jan 11, 2009 12:43:50 PM IST> <Warning> <Server> <BEA-002611> <Hostname "192.168.1.100", maps to multiple IP addresses: 192.168.1.100, 127.0.0.1>
    <Jan 11, 2009 12:43:50 PM IST> <Warning> <Server> <BEA-002611> <Hostname "localhost", maps to multiple IP addresses: 192.168.1.100, 127.0.0.1>
    <Jan 11, 2009 12:43:51 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Jan 11, 2009 12:43:51 PM IST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    DefaultServer startup time: 153953 ms.
    DefaultServer started.
    [Running application StoreFrontModule on Server Instance DefaultServer...]
    Uploading jazn-data identities.
    Uploading jazn-data policies.
    Uploading credentials.
    ----  Deployment started.  ----    Jan 11, 2009 12:45:09 PM
    Target platform is  (Weblogic 10.3).
    Running dependency analysis...
    2009-01-11 12:45:20.906: Writing WAR file to D:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.88\o.j2ee\drs\StoreFrontModule\StoreFrontModule-StoreFrontUI-webapp
    2009-01-11 12:46:22.093: Wrote WAR file to D:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.88\o.j2ee\drs\StoreFrontModule\StoreFrontModule-StoreFrontUI-webapp
    2009-01-11 12:46:31.515: Writing EAR file to D:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.88\o.j2ee\drs\StoreFrontModule
    2009-01-11 12:46:31.656: Wrote EAR file to D:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.88\o.j2ee\drs\StoreFrontModule
    Deploying Application...
    <Jan 11, 2009 12:46:38 PM IST> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application StoreFrontModule is not versioned.>
    Jan 11, 2009 12:46:38 PM oracle.adf.share.config.ADFConfigFactory cleanUpApplicationState
    INFO: Cleaning up application state
    Jan 11, 2009 12:46:43 PM oracle.as.jmx.framework.PortableMBeanFactory setJMXFrameworkProviderClass
    INFO: JMX Portable Framework initialized with platform SPI "class oracle.as.jmx.framework.wls.spi.JMXFrameworkProviderImpl"
    #### The deployment process timed out after 120000 milliseconds and has been interrupted. Failed to start Application.
    ####  Deployment incomplete.  ####    Jan 11, 2009 12:47:07 PM
    oracle.jdeveloper.deploy.DeployException
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.doDeploymentAction(Jsr88RemoteDeployer.java:247)
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.deployImpl(Jsr88RemoteDeployer.java:157)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdeveloper.deploy.common.BatchDeployer.deployImpl(BatchDeployer.java:82)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:436)
         at oracle.jdeveloper.deploy.DeploymentManager.deploy(DeploymentManager.java:209)
         at oracle.jdevimpl.runner.adrs.AdrsStarter$5$1.run(AdrsStarter.java:1365)
    Caused by: oracle.jdeveloper.deploy.DeployException
         at oracle.jdevimpl.deploy.common.Jsr88DeploymentHelper.deployApplication(Jsr88DeploymentHelper.java:413)
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.doDeploymentAction(Jsr88RemoteDeployer.java:238)
         ... 11 more
    Caused by: java.lang.InterruptedException
         at java.lang.Object.wait(Native Method)
         at oracle.jdevimpl.deploy.common.Jsr88DeploymentHelper.deployApplication(Jsr88DeploymentHelper.java:390)
         ... 12 more
    #### Cannot run application StoreFrontModule due to error deploying to DefaultServer.
    [Application StoreFrontModule stopped and undeployed from Server Instance DefaultServer]
    ADF Library non-OC4J post-deployment (millis): 31
    Jan 11, 2009 12:47:39 PM oracle.adfinternal.view.faces.partition.FeatureUtils _addFeatures
    WARNING: A duplicate definition for the feature "AdfDvtGraph" has been found at zip:D:/Oracle/Middleware/jdeveloper/system/system11.1.1.0.31.51.88/DefaultDomain/servers/DefaultServer/tmp/_WL_user/StoreFrontModule/kulojs/war/WEB-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 3.  A feature with the same name was originally defined at zip:D:/Oracle/Middleware/jdeveloper/dvt/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 3.  This may indicate that multiple copies of the same jar file are present on the class path.  Ignoring the new feature definition.
    Jan 11, 2009 12:47:39 PM oracle.adfinternal.view.faces.partition.FeatureUtils _addFeatures
    WARNING: A duplicate definition for the feature "AdfDvtGauge" has been found at zip:D:/Oracle/Middleware/jdeveloper/system/system11.1.1.0.31.51.88/DefaultDomain/servers/DefaultServer/tmp/_WL_user/StoreFrontModule/kulojs/war/WEB-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 7.  A feature with the same name was originally defined at zip:D:/Oracle/Middleware/jdeveloper/dvt/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 7.  This may indicate that multiple copies of the same jar file are present on the class path.  Ignoring the new feature definition.
    Jan 11, 2009 12:47:39 PM oracle.adfinternal.view.faces.partition.FeatureUtils _addFeatures
    WARNING: A duplicate definition for the feature "AdfRichPivotTable" has been found at zip:D:/Oracle/Middleware/jdeveloper/system/system11.1.1.0.31.51.88/DefaultDomain/servers/DefaultServer/tmp/_WL_user/StoreFrontModule/kulojs/war/WEB-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 11.  A feature with the same name was originally defined at zip:D:/Oracle/Middleware/jdeveloper/dvt/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 11.  This may indicate that multiple copies of the same jar file are present on the class path.  Ignoring the new feature definition.

    Hi,
    I am noticing a problem when running the FOD application, which though not severe, I just thought I will run it by all you experts out here.
    When the application opens in the browser, I am unable to see any of the pictures / photos of the products being displayed....they all show that red-crossed-error thing.
    Just today I noticed that an error is also getting generated during the application execution:
    [java] SEVERE: Error initializing the JMX FRamework SPI "oracle.as.jmx.framework.standardmbeans.spi.JMXFrameworkProviderImpl"
    [java] java.lang.reflect.InvocationTargetException
    [java]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    Anybody knows what this can be about and how to resolve the same?
    I saw the comment above which refers to cleaning up the deployment folder, and I searched my d:\oracle\middleware folder for any folder named drs, but nothing showed up.
    Being new to jdeveloper, can someone please tell me the exact steps to fix this error please?
    Regards,
    Hemant

  • Cannot run command window

    In Windows I would expect to call up a seperate command window with the following, but it appears to freeze up. What am I doing wrong?
    import java.io.*;
    public class command {    
      public static void main(String[]args) {
        try {
          Process runprogram = Runtime.getRuntime().exec("C:\\windows\\system32\\cmd.exe");
          try {
            runprogram.waitFor();
          catch(InterruptedException e){}
        catch(IOException e) {
          System.err.println("Cannot run command window");
    }

    What about this...
        Process proc = null;
        try
          proc = Runtime.getRuntime().exec("start cmd");
          proc.waitFor();
        catch(Exception e)
          e.printStackTrace();
        }Some dukies would be nice next time ;-)

  • CRS-1019 Resource ora.devdb.devdb1.inst (application) cannot run on rac2

    I run a CRS upgrade from 10.2.0.1 to 10.2.0.3. The process runned ok but instance devdb1 on rac1 of the RAC does not start.
    crs_stat -t
    ora.devdb.db ONLINE ONLINE rac1
    ora.devdb.devdb1.inst ONLINE OFFLINE
    ora.devdb.devdb2.inst ONLINE ONLINE rac2
    I tried the following, without success:
    srvctl remove database -d devdb -f
    crs_unregister ora.devdb.db
    srvctl remove instance -d devdb -i devdb1
    srvctl remove instance -d devdb -i devdb2
    srvctl add database -d devdb -o $ORACLE_HOME
    srvctl add instance -d devdb -i devdb1 -n rac1
    srvctl add instance -d devdb -i devdb2 -n rac2
    srvctl stop database -d devdb
    srvctl start database -d devdb
    When I run:
    srvctl start instance -d devdb -i devdb1
    PRKP-1001: Error starting instance devdb1 on rac1
    CRS-0215 Could not start resource 'ora.devdb.devdb1.inst'
    When I run:
    crs_start ora.devdb.devdb1.inst
    Attempting to start 'ora.devdb.devdb1.inst' on member 'rac1'
    Start of 'ora.devdb.devdb1.inst' on member 'rac1' faileld.
    rac2: CRS-1019 Resource ora.devdb.devdb1.inst (application) cannot run on rac2
    CRS-0215 Could not start resource ora.devdb.devdb1.inst
    When I run on rac1 as oracle:
    sqlplus /nolog
    conn / as sysdba
    startup
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/01/app/oracle/product/10.2.0/db_1/dbs/initdevdb1.ora'
    Does anyone have some tips to help?
    Regards
    Cristian

    Hi Cristian,
    Maybe you have already solved your issue.
    Have you checked if the necessary pfile (initdevdb1.ora) is in the directory /01/app/oracle/product/10.2.0/db_1/dbs? if it is there then you might need to check the permissions on the path.
    I suppose you did the upgrade using a new binary home for your 10.2.0.3 version where the required parameter file(s) is/are still there in $OLD_ORACLE_HOME/dbs.
    If so, then copy them from there to the new $ORACLE_HOME/dbs then give it a try.
    Hope this helps.
    Regards,
    Jozsef

  • Windows cannot find -Dsun.io.useCanonCaches=false

    Hi
    i am harihara sahoo working as asoftware engineer in TCS.
    when i running the tomcat ,that time ann error is coming.
    "windows cannot find -Dsun.io.useCanonCaches=false "
    Please anybody help me how i will able to run tomcat.
    Regars
    harihara

    hey
    i m trying to start tomcat on my machine and it gives
    the error " Windows cannot
    find'-Dsun.io.useCanonCaches=false'. Make sure you
    typed the name correctly and then try again." please
    smone help me with this.......try setting tomcat home .

  • Why the following command cannot run successfully?

    Why the following command cannot run successfully?
    SQL> exec DBMS_SPM.EVOLVE_SQL_PLAN_BASELINE;
    BEGIN DBMS_SPM.EVOLVE_SQL_PLAN_BASELINE; END;
    ERROR at line 1:
    ORA-06550: line 1, column 7:
    PLS-00306: wrong number or types of arguments in call to
    'EVOLVE_SQL_PLAN_BASELINE'
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored

    Here is an example how you can invoke it:
    SET SERVEROUTPUT ON
    SET LONG 10000
    DECLARE
        report clob;
    BEGIN
        report := DBMS_SPM.EVOLVE_SQL_PLAN_BASELINE(
                      sql_handle => 'SYS_SQL_593bc74fca8e6738');
        DBMS_OUTPUT.PUT_LINE(report);
    END;
    /With kind regards
    Krystian Zieja
    http://www.projectenvision.com

  • I cannot Run OTM,OLT & ADMIN on OATS

    Hello,
    I cannot Run OTM,OLT & ADMIN on OATS. I get
    “Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found”
    I tried every comment on this page and even the ReadMe html page under documentation to no avail.
    I installed OATS accordingly but I don’t have a DB_olt or db_otm files.
    I cannot see the OATS Application Service under service admin tool
    I don’t have the OATS Test manager service under services admin tool
    Please help me Guys.
    Thank you.

    Hey,
    Normally this error is related to database. try following steps.
    cmd --> sqlplus
    enter username 'oats' and password
    shutdown immediate
    startup mount
    recover database
    alter database open
    Make sure all commands pass without errors...
    Now try to take OTM/OLT. If still not working do a clean re-install .......
    Step1: Uninstall ATS products and Oracle XE database
    Step2: Remove/Rename the following folders.
    Remove/Rename ATS install directory (e.g. C:\OracleATS).
    Remove/Rename the directory: C:\Documents and Settings\username\osworkspace (depends on your Operating System, it may look like: C:\Users\username\osworkspace)
    Remove/Rename the directory: C:\Program Files\Oracle\Inventory ( depends on your Operating System, it may look like: C:\Program Files (x86)\Oracle\Inventory)
    C:\Windows\rsw.ini
    Step3: Remove the following Services (if services exist)
    Start -> Run. Enter "cmd" Type the command: sc delete servicename
      Oracle Application Testing Suite Application Service
    Step4: Remove the Registry Keys (if exist)
    Start -> Run. Enter "regedit" to launch Registry Editor. Remove the keys below:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Oracle Application Testing Suite Application Services
    HKEY_LOCAL_MACHINE\Software\Oracle\Oracle Application Testing Suite and Oracle Test Management
    Step5: Restart your System
    Step6: Install ATS with admin privilege
    Cheers,
    Deepu M

  • Java.io.IOException: Cannot run program "ant"

    Hi all,
    I'm running a Job in Hudson.
    I build this job from a Hudson Master Server but the job is built in a Hudson Linux Node.
    This is the result:
    Started by user builder
    Building remotely on Linux-Node
    Updating http://150.200.20.200:8000/mvtv_all/DESCOS/MVTVc_D2ph1/branches revision: 17-may-2013 16:01:46 depth:infinity ignoreExternals: false
    At revision 529
    Updating http://150.200.200.200:8000/mvtv_all/DESCOS/KaluModules/branches revision: 17-may-2013 16:01:46 depth:infinity ignoreExternals: false
    At revision 529
    no change for http://159.200.300.20:8000/mvtv_all/DESCOS/MVTVc_D2ph1/branches since the previous build
    no change for http://159.230.300.20:8000/mvtv_all/DESCOS/KaluModules/branches since the previous build
    No emails were triggered.
    [bt] $ ant -file build.xml -DSUBSYSTEM=ALL -DTARGET=makeBuild -DCRLIST= -DOWNER= -DbuildTool.patch.release=$RELEASE -DbuildTool.system=$SYSTEM -DbuildTool.patch.type=$PATCH_TYPE -DbuildTool.subsystem=ALL -DbuildTool.buildRules=pkgBuild -DbuildTool.dynamicView=$WORKSPACE/ALL -DbuildTool.compilationRules=compile -DbuildTool.patch.name=$PATCH_NAME makeBuild
    FATAL: command execution failed.Maybe you need to configure the job to choose one of your Ant installations?
    java.io.IOException: Cannot run program "ant" (in directory "/hudson/buildTool/src/bt"): error=2, No existe el fichero o el directorio
    at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
    at hudson.Proc$LocalProc.<init>(Proc.java:192)
    at hudson.Proc$LocalProc.<init>(Proc.java:164)
    at hudson.Launcher$LocalLauncher.launch(Launcher.java:639)
    at hudson.Launcher$ProcStarter.start(Launcher.java:274)
    at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:794)
    at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:768)
    at hudson.remoting.UserRequest.perform(UserRequest.java:114)
    at hudson.remoting.UserRequest.perform(UserRequest.java:48)
    at hudson.remoting.Request$2.run(Request.java:283)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
    at java.util.concurrent.FutureTask.run(FutureTask.java:166)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:722)
    Caused by: java.io.IOException: error=2, No existe el fichero o el directorio
    at java.lang.UNIXProcess.forkAndExec(Native Method)
    at java.lang.UNIXProcess.<init>(UNIXProcess.java:135)
    at java.lang.ProcessImpl.start(ProcessImpl.java:130)
    at java.lang.ProcessBuilder.start(ProcessBuilder.java:1021)
    ... 15 more
    Do you know something about this issue?
    Thanks and Regards

    No, and this is not the Hudson forums either. But see this error?
    FATAL: command execution failed.Maybe you need to configure the job to choose one of your Ant installations?Try posting that in Google and see what you get. That's basic misery solution research 101. Post the error in Google. 999/1000 times someone has already run into it before. Please learn from their experiences by reading through them.

  • ITunes cannot run because it has detected a problem with the audio config.

    I didn't make any audio changes, but since I startet up my laptop the last time there occures allways a warning pop up when I'm trying to open iTunes. The pop up contains the following message: "iTunes cannot run because it has detected a problem with your audio configuration".
    And there is just the possibility to click the "close" button on the pop up.
    So now uninstalled and re-installed the newest version of iTunes, but this didn't solve the problem. I allso searched through the audio settings in the control panel area. But I dind't find any false settings, or maybe I just don't know where the problem is.
    Does someone know what the problem could be. Or did someone have similar problems and found a way tosolve it?
    Could it be possible that another audio program such as winamp media player creates a problem for the startup of iTunes?
    Thanxx a lot for any helpfull replies, cheers sal

    typically, that error message is caused by a problem with your QuickTime. (itunes uses QuickTime for audio and video playback.)
    the following document may be of some assistance:
    iTunes 7 for Windows: iTunes has detected an audio configuration problem

Maybe you are looking for