Patch 3480000 install hangs

Dear All
I am in the process of installing Patch 3480000 (11.5.10.2) and now all workers displayed in "Running" status with command "adctrl" but Windows task manager doesn't display any activity running so now all patch is hanging
and the screen output for the patch is:
Writing dependencies of jobs to run to appldep.txt file...
There are now 95392 jobs remaining (current phase=A0):
0 running, 139 ready to run and 95253 waiting.
Reading completed jobs from restart file (if any).
There are now 49650 jobs remaining (current phase=A55):
0 running, 5686 ready to run and 43964 waiting.
FYI the job which should be run now is "adtasktim.sql"
Please advise how I can do

Thanks
After two shutdown ans start for application,database and Windows then patch running
BR
Tarek

Similar Messages

  • Patch 3480000 install - Failed worker  FndXdfCmp  Index *  doees not exist

    Dear All
    I am in the process of installing Patch 3480000 (11.5.10.2) and during the running workers 1 failed with "FndXdfCmp"
    the full command is_
    adjava -mx256m -Xrs -nojit oracle.apps.fnd.odf2.FndXdfCmp &un_apps &pw_apps &un_apps &pw_apps &jdbc_protocol &jdbc_db_addr table &fullpath_okc_patch/115/xdf_TEMP_15049
    80.xdf &fullpath_fnd_patch/115/xdf_xsl index_category=large parallel_index_threshold=20000
    and the error is_
    Table Name is TEMP_1504980
    Table exists in the target database
    Checking for differences
    Number of columns for the table in the xml file is 3
    The table in the Xml file and in the target database match
    Index hashcode(s) extracted from the XDF.
    Hashcodes generated for DB indexes.
    Index TEMP_1504980_N1 does not exist in APPS. <---------------------------------------------------------------------------------
    Skipping the creation of index TEMP_1504980_N1 in current mode.
    Thanks&BR
    Tarek

    Please see the suggested solutions in these docs.
    Errors on FndXdfCmp.class : "ORA-03113: end-of-file on communication channel" and "FND-UT-CMT: ORA-01041: internal error. hostdef extension doesn't exist" [ID 577534.1]
    Unable To Create The Primary Key Constraint [ID 828990.1]
    ICX_TRANSACTIONS.xdf Failed to Create Index ICX_TRANSACTIONS_U1 While Applying Patch 6435000 [ID 1081195.1]
    Thanks,
    Hussein

  • Patch 3480000 install - Failed worker because of GL locking

    I am in the process of installing Patch 3480000 (11.5.10.2) and during the running workers fail on sql scripts under the GL schema. Checking the log they are failing because the account is locked(timed), however if I unlock it and run again it locks the account again.
    All the other ones have been running as they should (I have had to reset a couple from EXPIRED(GRACE) to proceed however). Is the password saved incorrectly somewhere? If I change it does that hose things up for everything else or is there something else I can check for this?
    (glxlatxd.sql & glqtposd.sql are the two failing if it matters)
    Thanks
    Edited by: Toolman21 on Jan 22, 2010 3:30 PM

    If I drop the sequence and create it again with the higher values as they are trying to alter it to, I assume that would fix it however I also assume that it would mess up some number or something somewhere in the program which is of course bad.
    I have continued to search metalink and the internet and can not find anything relating to oracle patches and that error or that error and oracle app sever in general.
    I have logged an SR with Oracle but any advice that you (or anyone) have would be appreciated.
    This is the more complete error text
    The sequence PV_SEARCH_ATTR_VALUES_S in the database is defined as:
    MINVALUE = 1 MAXVALUE = 2000000000 INCREMENT BY = 1
    CYCLE = NO ORDER = NO CACHE = 20
    which should be defined as:
    MINVALUE = 10000 MAXVALUE = 2000000000 INCREMENT BY = 1
    CYCLE = YES ORDER = NO CACHE = 1000
    +(Note: The cache value for sequence PV_SEARCH_ATTR_VALUES_S is 100000 in the ODF file. The value 1000 is being used instead because this provides better performance when selecting from the sequence.)+
    Alter the sequence with :
    Start time for statement below is: Mon Jan 25 2010 14:47:32
    ALTER SEQUENCE PV.PV_SEARCH_ATTR_VALUES_S MINVALUE 10000 CYCLE CACHE 1000
    AD Worker error:
    The following ORACLE error:
    ORA-04007: MINVALUE cannot be made to exceed the current value
    occurred while executing the SQL statement:
    ALTER SEQUENCE PV.PV_SEARCH_ATTR_VALUES_S MINVALUE 10000 CYCLE CACHE 1000
    AD Worker error:
    Unable to compare or correct sequences
    +     because of the error above+
    Time when worker failed: Mon Jan 25 2010 14:47:32
    Thanks again
    Edited by: Toolman21 on Jan 25, 2010 2:23 PM

  • Patch 3480000 install - Failed worker   ALTER SEQUENCE

    Dear All,
    I am in the process of installing Patch 3480000 (11.5.10.2) and during the running workers 1,3 fail and this the part of worker 1 log :
    The sequence IEM_ACCOUNT_TAG_KEYS_S1 in the database is defined as:
    MINVALUE = 1 MAXVALUE = 2000000000 INCREMENT BY = 1
    CYCLE = NO ORDER = NO CACHE = 20
    which should be defined as:
    MINVALUE = 10000 MAXVALUE = 2000000000 INCREMENT BY = 1
    CYCLE = NO ORDER = NO CACHE = 20
    Alter the sequence with :
    Start time for statement below is: Fri Apr 29 2011 14:51:14
    ALTER SEQUENCE IEM.IEM_ACCOUNT_TAG_KEYS_S1 MINVALUE 10000
    AD Worker error:
    The following ORACLE error:
    ORA-04007: MINVALUE cannot be made to exceed the current value
    occurred while executing the SQL statement:
    ALTER SEQUENCE IEM.IEM_ACCOUNT_TAG_KEYS_S1 MINVALUE 10000
    AD Worker error:
    Unable to compare or correct sequences
    *     because of the error above*
    Thanks&BR
    Tarek

    Hussein
    _ this  I did:_*
    **SQL> select IEM.IEM_TAG_KEYS_S1 .nextval from dual;**
    **NEXTVAL**
    **10001**
    **SQL> alter sequence IEM.IEM_TAG_KEYS_S1 increment by 1000;**
    **Sequence altered.**
    **SQL>**
    and this part from screen out put:_+
    **ATTENTION: All workers either have failed or are waiting:**
    **FAILED: file iemsvrp.odf on worker 1.**
    **ATTENTION: Please fix the above failed worker(s) so the manager can continue.**
    **Fixed: file iemsvrp.odf on worker 1 for product iem username IEM.**
    **Restarted: file iemsvrp.odf on worker 1 for product iem username IEM.**
    **FAILED: file iemsvrp.odf on worker 1 for product iem username IEM.**
    **ATTENTION: All workers either have failed or are waiting:**
    **FAILED: file iemsvrp.odf on worker 1.**
    **ATTENTION: Please fix the above failed worker(s) so the manager can continue.**
    and this from log file:+_
    **The sequence IEM_ENCRYPTED_TAG_DTLS_S1 in the database is defined as:**
    **MINVALUE = 1 MAXVALUE = 2000000000 INCREMENT BY = 1**
    **CYCLE = NO ORDER = NO CACHE = 20**
    **which should be defined as:**
    **MINVALUE = 10000 MAXVALUE = 2000000000 INCREMENT BY = 1**
    **CYCLE = NO ORDER = NO CACHE = 20**
    **Alter the sequence with :**
    **Start time for statement below is: Fri Apr 29 2011 17:10:15**
    **ALTER SEQUENCE IEM.IEM_ENCRYPTED_TAG_DTLS_S1 MINVALUE 10000**
    **AD Worker error:**
    **The following ORACLE error:**
    **ORA-04007: MINVALUE cannot be made to exceed the current value**
    **occurred while executing the SQL statement:**
    **ALTER SEQUENCE IEM.IEM_ENCRYPTED_TAG_DTLS_S1 MINVALUE 10000**
    **AD Worker error:**
    **Unable to compare or correct sequences**
    **     because of the error above**
    Thanks hussein
    please advise
    Tarek
    Edited by: user11973469 on Apr 29, 2011 5:17 PM
    Edited by: user11973469 on Apr 29, 2011 5:18 PM

  • OUI patch install hangs, files being used by another application

    Hi when a patch install hangs, and the OUI error message is that files needing to be reinstalled are being used by another application, how can you identify which files or processes are responsible so that they can be shut down? All normal Oracle services and DTC are shut down already.
    This is patch 6810189 upgrade to 10.2.0.4 (from 10.2.0.3) which includes the April CPU on a Win32 server.

    Please check any oracle service is still on ..
    need to shutdown listener/oracle service .. and other db service belongs to Oracle.
    You can download windows process explorer and check for any oracle process and kill those and then apply CPU
    Link :
    http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx
    --Girish                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • During patch 3480000   iebsvclvl.ldt

    Dear All
    I am in the process of installing Patch 3480000 (11.5.10.2) and now worker failed
    FAILED: file iebsvclvl.ldt on worker 5
    and this is last part from log file for worker 5 :
    H:\oracle\prodappl\fnd\11.5.0\bin\FNDLOAD.exe &ui_apps 0 Y UPLOAD @IEB:patch/115/import/iebsvclvl.lct @IEB:patch/115/import/US/iebsvclvl.ldt
    Error:
    Program exited with status 3
    Cause: The program terminated, returning status code 3.
    Action: Check your installation manual for the meaning of this code on this operating system.
    Log filename : H:\oracle\prodappl\admin\PROD\log\l218942.req
    Please any help
    BR
    Tarek

    Hi Hussein,
    this all details
    Application Object Library: Version : 11.5.0 - Development
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    module:
    Current system time is 30-APR-2011 20:23:17
    Uploading from the data file H:\oracle\prodappl\ieb\11.5.0\patch\115\import\US\iebsvclvl.ldt
    Altering database NLS_LANGUAGE environment to AMERICAN
    Dump from LCT/LDT files (H:\oracle\prodappl\ieb\11.5.0\patch\115\import\iebsvclvl.lct(115.0), H:\oracle\prodappl\ieb\11.5.0\patch\115\import\US\iebsvclvl.ldt) to stage tables
    Dump LCT file H:\oracle\prodappl\ieb\11.5.0\patch\115\import\iebsvclvl.lct(115.0) into FND_SEED_STAGE_CONFIG
    Dump LDT file H:\oracle\prodappl\ieb\11.5.0\patch\115\import\US\iebsvclvl.ldt into FND_SEED_STAGE_ENTITY
    Dumped the batch (IEB_SERVICE_LEVELS 1008 , IEB_SERVICE_LEVELS 1000 ) into FND_SEED_STAGE_ENTITY
    Upload from stage tables
    Error loading seed data for IEB_SERVICE_LEVELS: SERVICE_LEVEL_ID = 1008, ORA-06508: PL/SQL: could not find program unit being called
    Error loading seed data for IEB_SERVICE_LEVELS: SERVICE_LEVEL_ID = 1003, ORA-06508: PL/SQL: could not find program unit being called
    Error loading seed data for IEB_SERVICE_LEVELS: SERVICE_LEVEL_ID = 1006, ORA-06508: PL/SQL: could not find program unit being called
    Error loading seed data for IEB_SERVICE_LEVELS: SERVICE_LEVEL_ID = 1001, ORA-06508: PL/SQL: could not find program unit being called
    Error loading seed data for IEB_SERVICE_LEVELS: SERVICE_LEVEL_ID = 1009, ORA-06508: PL/SQL: could not find program unit being called
    Error loading seed data for IEB_SERVICE_LEVELS: SERVICE_LEVEL_ID = 1004, ORA-06508: PL/SQL: could not find program unit being called
    Error loading seed data for IEB_SERVICE_LEVELS: SERVICE_LEVEL_ID = 1007, ORA-06508: PL/SQL: could not find program unit being called
    Error loading seed data for IEB_SERVICE_LEVELS: SERVICE_LEVEL_ID = 1002, ORA-06508: PL/SQL: could not find program unit being called
    Error loading seed data for IEB_SERVICE_LEVELS: SERVICE_LEVEL_ID = 1005, ORA-06508: PL/SQL: could not find program unit being called
    Error loading seed data for IEB_SERVICE_LEVELS: SERVICE_LEVEL_ID = 1000, ORA-06508: PL/SQL: could not find program unit being called
    Concurrent request completed
    Current system time is 30-APR-2011 20:23:17
    Thanks
    Tarek

  • During patch 3480000 iebsvclvl.ldt  again

    Dear All
    I am in the process of installing Patch 3480000 (11.5.10.2) and now worker failed iebsvclvl.ldt after restart the patch for second time
    FYI : in the first time the issue according to note_id:ID 467991.1 solved by copile the package (alter package FND_DESCR_FLEX_CONTEXTS_PKG compile body;) but when rerun the patch for
    second time and compile this package
    the same worker still failed
    and following is last part of log file
    H:\oracle\prodappl\fnd\11.5.0\bin\FNDLOAD.exe &ui_apps 0 Y UPLOAD @IEB:patch/115/import/iebsvclvl.lct @IEB:patch/115/import/US/iebsvclvl.ldt
    Error:
    Program exited with status 3
    Cause: The program terminated, returning status code 3.
    Action: Check your installation manual for the meaning of this code on this operating system.
    Log filename : H:\oracle\prodappl\admin\PROD\log\l224529.req
    Report filename : H:\oracle\prodappl\admin\PROD\out\o224529.out
    AD Worker error:
    The above program failed with error code 3.
    See the AD Worker log file and/or the program log file for details
    and following is last part from l224529.req
    Uploading from the data file H:\oracle\prodappl\ieb\11.5.0\patch\115\import\US\iebsvclvl.ldt
    Altering database NLS_LANGUAGE environment to AMERICAN
    Dump from LCT/LDT files (H:\oracle\prodappl\ieb\11.5.0\patch\115\import\iebsvclvl.lct(115.0), H:\oracle\prodappl\ieb\11.5.0\patch\115\import\US\iebsvclvl.ldt) to stage tables
    Dump LCT file H:\oracle\prodappl\ieb\11.5.0\patch\115\import\iebsvclvl.lct(115.0) into FND_SEED_STAGE_CONFIG
    Dump LDT file H:\oracle\prodappl\ieb\11.5.0\patch\115\import\US\iebsvclvl.ldt into FND_SEED_STAGE_ENTITY
    Dumped the batch (IEB_SERVICE_LEVELS 1008 , IEB_SERVICE_LEVELS 1000 ) into FND_SEED_STAGE_ENTITY
    Upload from stage tables
    Error loading seed data for IEB_SERVICE_LEVELS: SERVICE_LEVEL_ID = 1008, ORA-06508: PL/SQL: could not find program unit being called
    Error loading seed data for IEB_SERVICE_LEVELS: SERVICE_LEVEL_ID = 1003, ORA-06508: PL/SQL: could not find program unit being called
    Error loading seed data for IEB_SERVICE_LEVELS: SERVICE_LEVEL_ID = 1006, ORA-06508: PL/SQL: could not find program unit being called
    Error loading seed data for IEB_SERVICE_LEVELS: SERVICE_LEVEL_ID = 1001, ORA-06508: PL/SQL: could not find program unit being called
    Error loading seed data for IEB_SERVICE_LEVELS: SERVICE_LEVEL_ID = 1009, ORA-06508: PL/SQL: could not find program unit being called
    Error loading seed data for IEB_SERVICE_LEVELS: SERVICE_LEVEL_ID = 1004, ORA-06508: PL/SQL: could not find program unit being called
    Error loading seed data for IEB_SERVICE_LEVELS: SERVICE_LEVEL_ID = 1007, ORA-06508: PL/SQL: could not find program unit being called
    Error loading seed data for IEB_SERVICE_LEVELS: SERVICE_LEVEL_ID = 1002, ORA-06508: PL/SQL: could not find program unit being called
    Error loading seed data for IEB_SERVICE_LEVELS: SERVICE_LEVEL_ID = 1005, ORA-06508: PL/SQL: could not find program unit being called
    Error loading seed data for IEB_SERVICE_LEVELS: SERVICE_LEVEL_ID = 1000, ORA-06508: PL/SQL: could not find program unit being called
    Please any help
    BR
    Tarek

    Hi
    Q: I am applying patch can I open another session and run adadmin ? (Thanks to Amit Pancholia for pointing this out)
    A: Yes & No (depends on stage of patching), you can run adadmin if FND_INSTALL_PROCESSES is NOT locked (in use) by adpatch session. If this table is in use by adpatch session then you can’t run adadmin at same time.
    Referance:
    http://onlineappsdba.com/index.php/2008/09/10/interview-questions-for-oracle-apps-dbas-11ir12-part-9/
    Regard
    Helios

  • Agent install hang When Install by using remote desktop

    Hi All
    My Customer has some workstation,that were placed on branch office,occur some problem and he want to re-install.
    When he using remote desktop to login/install, ZCM Agent install service will hang on "novell-rm-md-core". he test some times and get the same result.
    But he call another admin install agent locally. agent install successfully.
    Who have the same experience about remote install by using remote desktop(mstsc) ??
    thanks
    wyldkao

    Originally Posted by wyldkao
    Hi All
    My Customer has some workstation,that were placed on branch office,occur some problem and he want to re-install.
    When he using remote desktop to login/install, ZCM Agent install service will hang on "novell-rm-md-core". he test some times and get the same result.
    But he call another admin install agent locally. agent install successfully.
    Who have the same experience about remote install by using remote desktop(mstsc) ??
    thanks
    wyldkao
    Windows XP right?
    Then you need to install this patch before installing ZCM agent: An application that installs a mirror driver over a Terminal Services session may stop responding on a Windows XP-based computer
    Thomas

  • Work failed while applying the patch 3480000

    Dear All,
    Please Help
    At the phase of applying the patch 3480000 while upgrading from 11.58 to 11.5.10.2
    workers failed:
    FAILED: file WFXLoad.class on worker 5 for product fnd username APPLSYS.
    Time is: Tue Apr 05 2011 06:30:13
    ATTENTION: All workers either have failed or are waiting:
    FAILED: file WFXLoad.class on worker 1.
    FAILED: file WFXLoad.class on worker 2.
    FAILED: file WFXLoad.class on worker 3.
    FAILED: file WFXLoad.class on worker 4.
    FAILED: file WFXLoad.class on worker 5.
    FAILED: file WFXLoad.class on worker 6.
    FAILED: file WFXLoad.class on worker 7.
    FAILED: file WFXLoad.class on worker 8.
    ATTENTION: Please fix the above failed worker(s) so the manager can continue.

    Hi Hussein,
    Sorry for being late
    next is output screen for patch 3480000
    There are now 39641 jobs remaining (current phase=A84):
    6 running, 216 ready to run and 39419 waiting.
    Assigned: file WFXLoad.class on worker 7 for product fnd username APPLSYS.
    Assigned: file WFXLoad.class on worker 8 for product fnd username APPLSYS.
    FAILED: file WFXLoad.class on worker 4 for product fnd username APPLSYS.
    FAILED: file WFXLoad.class on worker 1 for product fnd username APPLSYS.
    FAILED: file WFXLoad.class on worker 3 for product fnd username APPLSYS.
    FAILED: file WFXLoad.class on worker 6 for product fnd username APPLSYS.
    FAILED: file WFXLoad.class on worker 8 for product fnd username APPLSYS.
    FAILED: file WFXLoad.class on worker 2 for product fnd username APPLSYS.
    FAILED: file WFXLoad.class on worker 7 for product fnd username APPLSYS.
    FAILED: file WFXLoad.class on worker 5 for product fnd username APPLSYS.
    ATTENTION: All workers either have failed or are waiting:
    FAILED: file WFXLoad.class on worker 1.
    FAILED: file WFXLoad.class on worker 2.
    FAILED: file WFXLoad.class on worker 3.
    FAILED: file WFXLoad.class on worker 4.
    FAILED: file WFXLoad.class on worker 5.
    FAILED: file WFXLoad.class on worker 6.
    FAILED: file WFXLoad.class on worker 7.
    FAILED: file WFXLoad.class on worker 8.
    ATTENTION: Please fix the above failed worker(s) so the manager can continue.
    next is last lines in adworker log file
    adjava -mx256m -nojit oracle.apps.fnd.wf.WFXLoad -u &un_apps &pw_apps &jdbc_db_addr &jdbc_protocol US &fullpath_cln_patch/115/xml/US_cln2a12os.wfx
    Error:
    Program exited with status 1
    Cause: The program terminated, returning status code 1.
    Action: Check your installation manual for the meaning of this code on this operating system.
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    AD Java
    Version 11.5.0
    NOTE: You may not use this utility for custom development
    unless you have written permission from Oracle Corporation.
    Reading product information from file...
    Reading language and territory information from file...
    Reading language information from applUS.txt ...
    Temporarily resetting CLASSPATH to:
    "h:\oracle\prodappl\ad\11.5.0\java\adjri.zip;H:\oracle\prodcomn\util\java\1.3\jdk1.3.1_07\lib\rt.jar;H:\oracle\prodcomn\util\java\1.3\jdk1.3.1_07\lib\i18n.jar;h:\oracle\prodcomn\java\appsborg.zip;h:\oracle\prodora\8.0.6\forms60\java;h:\oracle\prodcomn\java"
    Calling h:\oracle\prodora\8.0.6\jdk\bin\java.exe ...
    Oracle Workflow XML Loader 2.6.2
    Connecting to APPS@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=NT4SERVER)(PORT=1521))(CONNECT_DATA=(SID=PROD))) -- UTF8
    Connected to (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=NT4SERVER)(PORT=1521))(CONNECT_DATA=(SID=PROD)))
    SQL Exception encountered during upload: ORA-06550: line 1, column 7:
    PLS-00306: wrong number or types of arguments in call to 'UPLOADOBJECT'
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    Fatal error encountered during upload between line 10 and 35
    Error encountered when upload.
    AD Run Java Command is complete.
    AD Worker error:
    The above program failed. See the error messages listed
    above, if any, or see the log and output files for the program.
    Time when worker failed: Tue Apr 05 2011 06:30:13
    Thanks&BR
    Tarek

  • Windows 7 install hangs at "Windows is loading files ..." on MBA

    I have been trying to install Windows 7 Ultimate but each time the install hangs at "Windows is loading files ..." on reboot. I am using a Windows install DVD using an external drive. When the install hangs, the DVD is not being accessed. I have tried several times and it leads to the same result. I have tried different partition sizes (20 GB - 50 GB), no luck.
    Any help would be greatly appreciated.

    Solution
    I have a macmini bought in mid2011 with OS Lion on it. AS it doesnot come with an optical drive, I bought an LG DVD drive and used the windows 7 (64bit) installation DVD. It stopped at windows is loading files....
    I tired couple of other options like using flash dirve but it dint work.
    The I went to Apple's Genius Bar, and they put the installation dvd into their dvd drive (by Apple). Then the windows installed perfectly fine.
    When asked they said it must be the problem of DVD and I found out that it actually is the cause. Apple products require dual layer optical drives but in general the optical drives we buy can only read single layer dvds. So I got to fix the problem by borrowing their dvd drive in genius bar and now i m good to go.....
    Hope this helps

  • 64 bit OEL install hangs at installing dogtail in OVM 2.2

    I recently upgraded my server to OVM 2.2 and swapped out the dual core AMDs to quad core AMDs at the same time.
    Since then I have been unable to create any 64 bit OEL servers. In every instance the install hangs when Installing dogtail-0.6.1-2.el5.noarch
    This used to work at 2.1.5 and I can deploy the existing templates, but they are OEL 5.3.
    VM-Server Specs
    [root@vm-server ~]# uname -a
    Linux vm-server 2.6.18-128.2.1.4.9.el5xen #1 SMP Fri Oct 9 14:57:31 EDT 2009 i686 athlon i386 GNU/Linux
    [root@vm-server ~]# lspci
    00:00.0 RAM memory: nVidia Corporation MCP55 Memory Controller (rev a2)
    00:01.0 ISA bridge: nVidia Corporation MCP55 LPC Bridge (rev a3)
    00:01.1 SMBus: nVidia Corporation MCP55 SMBus (rev a3)
    00:02.0 USB Controller: nVidia Corporation MCP55 USB Controller (rev a1)
    00:02.1 USB Controller: nVidia Corporation MCP55 USB Controller (rev a2)
    00:04.0 IDE interface: nVidia Corporation MCP55 IDE (rev a1)
    00:05.0 IDE interface: nVidia Corporation MCP55 SATA Controller (rev a3)
    00:05.1 IDE interface: nVidia Corporation MCP55 SATA Controller (rev a3)
    00:05.2 IDE interface: nVidia Corporation MCP55 SATA Controller (rev a3)
    00:06.0 PCI bridge: nVidia Corporation MCP55 PCI bridge (rev a2)
    00:08.0 Bridge: nVidia Corporation MCP55 Ethernet (rev a3)
    00:09.0 Bridge: nVidia Corporation MCP55 Ethernet (rev a3)
    00:0a.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a3)
    00:0d.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a3)
    00:0e.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a3)
    00:0f.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a3)
    00:18.0 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] HyperTransport Configuration
    00:18.1 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Address Map
    00:18.2 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] DRAM Controller
    00:18.3 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Miscellaneous Control
    00:18.4 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Link Control
    00:19.0 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] HyperTransport Configuration
    00:19.1 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Address Map
    00:19.2 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] DRAM Controller
    00:19.3 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Miscellaneous Control
    00:19.4 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Link Control
    01:06.0 Ethernet controller: Intel Corporation 82541PI Gigabit Ethernet Controller (rev 05)
    01:07.0 VGA compatible controller: ATI Technologies Inc ES1000 (rev 02)
    03:00.0 PCI bridge: NEC Corporation uPD720400 PCI Express - PCI/PCI-X Bridge (rev 07)
    03:00.1 PCI bridge: NEC Corporation uPD720400 PCI Express - PCI/PCI-X Bridge (rev 07)
    06:00.0 RAID bus controller: Silicon Image, Inc. Unknown device 0242 (rev 01)

    2 new updates
    1) I get the same errors when trying a command line install
    2) I can successfully create fully virtualised VMs
    So if all else fails I can create fully virtualised VMs and then convert them, which is a bit of a pain but will at least give me working templates.

  • Oracle 11g install hangs on windows 7

    Hi,
    I have downloaded Oracle 11g r2 64 bit install onto my windows system.
    When i install, the install hangs after selecting the following
    a) Create and configure a database
    b) Desktop Class
    After these, when I click on Next, the UI hangs.
    Help will be appreciated.

    Using paramFile: C:\Users\jeevan\Documents\My DAP Downloads\database\install\oraparam.ini
    Checking monitor: must be configured to display at least 256 colors. Actual 4294967296 Passed
    INFO: [INS-07001] Value for property 'INSTALL_TYPE' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_StarterDatabaseType' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_CustomComponents' not found in the bean store.
    INFO: [INS-07001] Value for property 'ORACLE_HOME' not found in the bean store.
    INFO: [INS-07001] Value for property 'ORACLE_BASE' not found in the bean store.
    INFO: [INS-07001] Value for property 'FROM_LOCATION' not found in the bean store.
    INFO: [INS-07001] Value for property 'TOPLEVEL_COMPONENT' not found in the bean store.
    INFO: [INS-07001] Value for property 'TopLevelComponentVersion' not found in the bean store.
    WARNING: Failed to load bean oracle.install.ivw.db.bean.DBInstallSettings. Reason: [INS-07001] Value for property 'DBInstallSettings' not found in the bean store.
    INFO: Closing bean stores from which the beans can be loaded
    INFO: Registering the flow views
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.PrereqGUI viewId: null uiType: null]
    INFO: oracle.install.commons.base.interview.common.view.PrereqGUI added to View Type Registry with the key as [PrereqUI]
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.SummaryGUI viewId: null uiType: null]
    INFO: oracle.install.commons.base.interview.common.view.SummaryGUI added to View Type Registry with the key as [SummaryUI]
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.SetupGUI viewId: null uiType: null]
    INFO: oracle.install.commons.base.interview.common.view.SetupGUI added to View Type Registry with the key as [SetupUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.InventoryUI viewId: null uiType: null]
    INFO: oracle.install.ivw.common.view.InventoryUI added to View Type Registry with the key as [InventoryUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.ProductLanguageGUI viewId: ProductLanguageUI uiType: null]
    INFO: oracle.install.ivw.common.view.ProductLanguageGUI added to View Type Registry with the key as [ProductLanguageUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.OCMDetailsGUI viewId: OCMDetailsUI uiType: null]
    INFO: oracle.install.ivw.common.view.OCMDetailsGUI added to View Type Registry with the key as [OCMDetailsUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.ConfigurationTypeUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.ConfigurationTypeUI added to View Type Registry with the key as [ConfigurationTypeUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.DBIdentifierUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.DBIdentifierUI added to View Type Registry with the key as [DBIdentifierUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.ConfigurationOptionsUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.ConfigurationOptionsUI added to View Type Registry with the key as [ConfigurationOptionsUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.ManagementOptionsUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.ManagementOptionsUI added to View Type Registry with the key as [ManagementOptionsUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.StorageOptionsUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.StorageOptionsUI added to View Type Registry with the key as [StorageOptionsUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.RecoveryBackupUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.RecoveryBackupUI added to View Type Registry with the key as [RecoveryBackupUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.ASMDiskGroupSelectionGUI viewId: ASMDiskGroupSelectionUI uiType: null]
    INFO: oracle.install.ivw.db.view.ASMDiskGroupSelectionGUI added to View Type Registry with the key as [ASMDiskGroupSelectionUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.SchemaPasswordUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.SchemaPasswordUI added to View Type Registry with the key as [SchemaPasswordUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.QuickInstallUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.QuickInstallUI added to View Type Registry with the key as [QuickInstallUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.InstallOptionsUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.InstallOptionsUI added to View Type Registry with the key as [InstallOptionsUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.SystemClassUI viewId: SystemClassUI uiType: null]
    INFO: oracle.install.ivw.db.view.SystemClassUI added to View Type Registry with the key as [SystemClassUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.InstallLocationUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.InstallLocationUI added to View Type Registry with the key as [InstallLocationUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.DBEditionGUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.DBEditionGUI added to View Type Registry with the key as [DBEditionUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.NodeSelectionUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.NodeSelectionUI added to View Type Registry with the key as [NodeSelectionUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.FinishUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.FinishUI added to View Type Registry with the key as [FinishUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.PrivilegedOSGroupsGUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.PrivilegedOSGroupsGUI added to View Type Registry with the key as [PrivilegedOSGroupsUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.InstallTypeGUI viewId: installTypeUI uiType: null]
    INFO: oracle.install.ivw.db.view.InstallTypeGUI added to View Type Registry with the key as [installTypeUI]
    INFO: Initial values of Setup Properties :
    PROPERTY VALUE
    CLUSTER_NODES {}
    COLLECTOR_IGNORE_CONFIGURATION false
    COLLECTOR_IGNORE_FAILURES false
    COLLECTOR_RESPONSE_FILE
    DECLINE_SECURITY_UPDATES false
    FROM_LOCATION C:\Users\jeevan\Documents\My DAP Downloads\database
    \install\../stage/products.xml
    INSTALL_TYPE EE
    MYORACLESUPPORT_PASSWORD Protected value, not to be logged
    MYORACLESUPPORT_USERNAME
    ORACLE_BASE
    ORACLE_HOME
    ORACLE_HOSTNAME COSMOS
    PROXY_HOST
    PROXY_PORT
    PROXY_PWD Protected value, not to be logged
    PROXY_USER
    SECURITY_UPDATES_VIA_MYORACLESUPPORT true
    SELECTED_LANGUAGES {"en"}
    b_rdbmsInstall true
    oracle.install.db.isCCRAuthenticationUsed false
    oracle_install_LaunchNetCA false
    oracle_install_NoMigration false
    oracle_install_OCR_PartitionLocation
    oracle_install_RACInstall false
    oracle_install_RDBMSInstalling true
    oracle_install_client_OraMTSPortNumber 49157
    oracle_install_db_ASMSNMPUserPassword Protected value, not to be logged
    oracle_install_db_AutoMemoryOption false
    oracle_install_db_CharSetOption 3
    oracle_install_db_CharacterSet
    oracle_install_db_ConfigTabSelected 0
    oracle_install_db_ConfigurationType &General Purpose / Transaction Processing
    oracle_install_db_CustomInstall false
    oracle_install_db_DiskGroupName
    oracle_install_db_DiskGroupNameForASM
    oracle_install_db_EMCentralAgentSelected
    oracle_install_db_EMEmailAddress
    oracle_install_db_EMSMTPServer
    oracle_install_db_EnableAutoBackup false
    oracle_install_db_InstallEdition EE
    oracle_install_db_InstallOption INSTALL_DB_AND_CONFIG
    oracle_install_db_InstallOptionSelected 1
    oracle_install_db_InstallType EE
    oracle_install_db_LaunchDBCA false
    oracle_install_db_LaunchODMA false
    oracle_install_db_LoadExampleSchemas false
    oracle_install_db_MountPointLocation
    oracle_install_db_QuickInstallOption false
    oracle_install_db_ReceiveEmailNotification false
    oracle_install_db_RecoveryBackUpLocation
    oracle_install_db_RecoveryBackUpPassword Protected value, not to be logged
    oracle_install_db_RecoveryBackUpUsername
    oracle_install_db_SID
    oracle_install_db_SecureConfigDisabled false
    oracle_install_db_SetOracleBase false
    oracle_install_db_StarterDatabaseType GENERAL_PURPOSE
    oracle_install_db_StorageType 0
    oracle_install_db_SuperAdminPasswords Protected value, not to be logged
    oracle_install_db_SuperAdminSamePasswdForAll Protected value, not to be logged
    oracle_install_db_SystemClass DESKTOP_CLASS
    oracle_install_db_Type 1
    oracle_install_db_UseDBControl true
    oracle_install_db_UseFileSystemForRecovery false
    oracle_install_db_UseSamePassword false
    INFO: Launching Oracle Database 11g Release 2 Installer
    INFO: Started executing the flow in INTERACTIVE mode
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state prepInstall
    INFO: Waiting for completion all forked tasks at state prepInstall
    INFO: All forked task are completed at state prepInstall
    INFO: Completed background operations
    INFO: Executing action at state prepInstall
    INFO: Completed executing action at state <prepInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <prepInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <prepInstall>
    INFO: Completed validating view at state <prepInstall>
    INFO: Validating state <prepInstall>
    WARNING: Validation disabled for the state prepInstall
    INFO: Completed validating state <prepInstall>
    INFO: Verifying route success
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state decideOCMInstall
    INFO: Completed executing action at state <decideOCMInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <decideOCMInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <decideOCMInstall>
    INFO: Completed validating view at state <decideOCMInstall>
    INFO: Validating state <decideOCMInstall>
    WARNING: Validation disabled for the state decideOCMInstall
    INFO: Completed validating state <decideOCMInstall>
    INFO: Verifying route requireOCM
    INFO: Get view named [OCMDetailsUI]
    INFO: View for [OCMDetailsUI] is oracle.install.ivw.common.view.OCMDetailsGUI@6da05bdb
    INFO: Initializing view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed initializing view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Displaying view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed displaying view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Loading view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed loading view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Localizing view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed localizing view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state getOCMDetails
    INFO: Completed executing action at state <getOCMDetails>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <getOCMDetails>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <getOCMDetails>
    INFO: Completed validating view at state <getOCMDetails>
    INFO: Validating state <getOCMDetails>
    SEVERE: You have not provided an email address.
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Is this the problem????
    Do you wish to remain uninformed of critical security issues in your configuration?
    INFO: Completed validating state <getOCMDetails>
    INFO: Verifying route success
    INFO: Get view named [InstallOptionsUI]
    INFO: InstallOptionsUI Entering Constructor
    INFO: InstallOptionsUI Exiting Constructor
    INFO: View for [InstallOptionsUI] is oracle.install.ivw.db.view.InstallOptionsUI@5ea07440
    INFO: Initializing view <InstallOptionsUI> at state <installOptions>
    INFO: Completed initializing view <InstallOptionsUI> at state <installOptions>
    INFO: Displaying view <InstallOptionsUI> at state <installOptions>
    INFO: Completed displaying view <InstallOptionsUI> at state <installOptions>
    INFO: Loading view <InstallOptionsUI> at state <installOptions>
    INFO: Completed loading view <InstallOptionsUI> at state <installOptions>
    INFO: Localizing view <InstallOptionsUI> at state <installOptions>
    INFO: Completed localizing view <InstallOptionsUI> at state <installOptions>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state installOptions
    INFO: Completed executing action at state <installOptions>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <installOptions>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: InstallOptions UI Entering & Exiting processInput
    INFO: Validating view at state <installOptions>
    INFO: Completed validating view at state <installOptions>
    INFO: Validating state <installOptions>
    INFO: Completed validating state <installOptions>
    INFO: InstallOptionsAction Actions.transition called
    INFO: selectedInstallOption is :INSTALL_DB_AND_CONFIG
    INFO: launchNETCA = true
    INFO: Verifying route system_class
    INFO: Get view named [SystemClassUI]
    INFO: SystemClassUI Entering Constructor
    INFO: SystemClassUI Exiting Constructor
    INFO: View for [SystemClassUI] is oracle.install.ivw.db.view.SystemClassUI@164ca42b
    INFO: Initializing view <SystemClassUI> at state <getSystemClass>
    INFO: Completed initializing view <SystemClassUI> at state <getSystemClass>
    INFO: Displaying view <SystemClassUI> at state <getSystemClass>
    INFO: Completed displaying view <SystemClassUI> at state <getSystemClass>
    INFO: Loading view <SystemClassUI> at state <getSystemClass>
    INFO: Completed loading view <SystemClassUI> at state <getSystemClass>
    INFO: Localizing view <SystemClassUI> at state <getSystemClass>
    INFO: Completed localizing view <SystemClassUI> at state <getSystemClass>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state getSystemClass
    INFO: Completed executing action at state <getSystemClass>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <getSystemClass>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: SystemClassUI Entering & Exiting processInput
    INFO: Validating view at state <getSystemClass>
    INFO: Completed validating view at state <getSystemClass>
    INFO: Validating state <getSystemClass>
    INFO: Completed validating state <getSystemClass>
    INFO: selectedSystemClass is :DESKTOP_CLASS
    INFO: Verifying route desktop_class_yes
    INFO: Get view named [QuickInstallUI]

  • Sneak Preview sp11 Slim Java install hangs on J2EE Startup

    I looked around at the other instances of this type of error, but they seemed to be slightly different issues (or at least, at differenst steps).  Tried what helped them anyway, though it didn't really help.
    My install hangs at the Start J2EE Engine (step 21 of 24 normally).  It seems to retry every 20 seconds, but never gets anywhere and eventually pops up an error.  I've retried from there, stopped and restarted, wiped out the whole install and tried again.  I've repeated this for several versions of Java, the latest being the 1.4.2_08 version.  They all get to the same part and die.
    This is the error right before it gets into full swing on the waiting/retrying.
    WARNING    2005-11-29 11:40:08
               CJSlibModule::writeWarning_impl()
    Execution of the command "C:\usr\sap\J2E\JC00\exe\startsap.exe name=J2E nr=00 SAPDIAHOST=ITLAP" finished with return code -1. Output:
    STARTSAP failed
    Details are written to C:\Program Files\sapinst_instdir\j2ee_wp\installdefault\startJ2E.log
    That files says:
    running C:\usr\sap\J2E\JC00\exe\sapstart.exe name=J2E nr=00 SAPDIAHOST=ITLAP -wait
    SAPSTART finished successfully on ITLAP_J2E_00, but at least one process doesn't run correctly:
    C:\usr\sap\J2E\JC00\exe\sapstart.exe=>sapparam(1c): No Profile used.
    My os is XP, and seems to meet the min system requirements for the slim version.
    Any ideas on getting over this hump?
    Edit:  After talking with someone at the ICC, turns out pretty much that I shouldn't be trying to install the slim version.  So, time to go find a machine that can handle the normal Java install.
    Message was edited by: Cortney Denver

    Looking around at other experiences as well as my own several attempts (just tried an installation on XP several times this evening), none of this stuff works and SAP could not possibly care less.  A clearly deeply flawed installation has been sitting around for 5 months now...  one is left to wonder what highly specific conditions are required for success.
    Good luck to you... I give up.

  • I need a patch files Install Oracle 9i(9.2.0.1) in RHEL3

    Hi!!!
    I need a patches to Install Oracle 9i(9.2.0.1) in RHEL3.
    I know that they are in metalink, but I don't login to metalink site... *^^*
    I need some patche files...
    p3006854_9204_LINUX.zip
    p3095277_9204_LINUX.zip
    p3119415_9204_LINUX.zip
    p2617419_210_GENERIC.zip
    Could somebody send them to email, my email address is [email protected]
    Thanks, Have a good day... *^^*!

    Hello !
    I need a patches to Install Oracle 9i(9.2.0.1) in RHEL3.
    I know that they are in metalink, but I don't login to metalink site... *^^*
    I need some patche files...
    p3006854_9204_LINUX.zip (2 KB)
    p3119415_9204_LINUX.zip (7 KB)
    p3238244_9204_LINUX.zip (280 KB)
    p2617419_220_GENERIC.zip (220 KB)
    P3095277_9204_LINUX.zip (318 MB)
    Could somebody send them to email, my email address is [email protected]
    Thanks, Have a good day...

  • Solaris 10 Install Hangs at 15% on my HP DL 585?

    Solaris 10 Install Hangs at 15% on my HP DL 585
    I have taken out all the additional extra cards so I am left with the basic box, it has been configured to run in Raid 1 so my four disks become two.
    I can still get it to bring up a shell and do other things, but the installer just appears not to want to go pass 15%
    Help?

    Which version of Solaris and how much memory do you have in the system.

Maybe you are looking for

  • MacBook Air or Pro for 2012 Student (heavy multitasker)?

    Hey Apple Community, Brief Background: I have been using the MacBook (December 2010), and it has been a boon - but it is time to move on. I waste anywhere between 1-3 hours just waiting for it to load, or else having to reboot it and open things agai

  • Upload Attachments

    Hi Gurus, I have a requirement where client is migrating from People Soft to CRM 7.0. There is a data conversion happening and we need to migrate attachments for Cases. There is a Content Server which is installed at CRM end which will handle new att

  • Basic line graph in CR

    Hi All, I have an xml datasource with many items. For example: <?xml version="1.0" encoding="ISO-8859-1"?> <USRPRES_REPORT>    <TABLE id="0">       <VALUE>0</VALUE>    </TABLE>    <TABLE id="1">       <VALUE>3</VALUE>    </TABLE>    <TABLE id="2">   

  • InputFile is not consistent accross browsers

    Hi Every one, We are using jdev 11.1.1.6. our requirement is to show choose file button to upload file with out and inputtext box. Is there any way to achieve this using command button with out using input file component is this is not possible uisng

  • X61 on ultrabase using Vista - problem displaying on external LCD

    We have a Thinkpad X61 docking on an Ultrabase.  It worked well for months.  The problem exists since two months ago, and I don't know if it was due to some updates to the system.  It is running Vista: When the notebook first boot up, everything okay