Shutting down the database getting error.

Hi,
while i am shutting down the database, i am getting below error message.
SQL> shutdown immediate;
ORA-01116: error in opening database file 170
ORA-01110: data file 170: '/x01/CQ_Request/ORADATA_FILE/otlmedium_data08.dbf'
ORA-27041: unable to open file
SVR4 Error: 2: No such file or directory
Additional information: 3
and also i know otlmedium_data08.dbf file is not exist in that location. So could anyone help me on this how can i overcome this error and shutdown the database.

I don't understand how you got in this situation but maybe it is necessary to make something like:
ALTER DATABASE RENAME FILE '/x01/CQ_Request/ORADATA_FILE/otlmedium_data08.dbf' TO '/<path where the file really is>/otlmedium_data08.dbf';

Similar Messages

  • Shutting down the database in Windows...

    I just read that shutting down the database by directly stopping the Oracle Service (instead of using the shutdown command from sqlplus) will abruptly stop your database, and the database will have to perform an instance recovery upon restarting.
    This hasn't been my experience at all. I was under the impression shutting down the service was equal to a shutdown immediate.
    Any comments?

    They will perform the same operation. You can do a test and prove it to your colleague.
    With each method you'll notice:
    Completed: alter database close normalin the alert log and you shouldn't see any "crash recovery" messages in the alert log when you restart the database. However, if you manually do a shutdown abort, you may notice a message as
    Shutting down instance (abort)and the following messages when you restart the database:
    ALTER DATABASE OPEN
    Wed Aug 02 17:25:02 2006
    Beginning crash recovery of 1 threads
    Wed Aug 02 17:25:03 2006
    Started redo scan
    Wed Aug 02 17:25:03 2006
    Completed redo scan
    1094 redo blocks read, 111 data blocks need recovery
    Wed Aug 02 17:25:03 2006
    Started recovery at
    Thread 1: logseq 1, block 4472, scn 0.0
    Wed Aug 02 17:25:04 2006
    Recovery of Online Redo Log: Thread 1 Group 3 Seq 1 Reading mem 0
      Mem# 0 errs 0: E:\ORACLE\ORADATA\ORCL9\REDO03.LOG
    Wed Aug 02 17:25:04 2006
    Completed redo application
    Wed Aug 02 17:25:04 2006
    Ended recovery at
    Thread 1: logseq 1, block 5566, scn 0.2611108
    111 data blocks read, 111 data blocks written, 1094 redo blocks read
    Crash recovery completed successfully

  • When iam restoring the database getting error

    hi ,
    when iam restoring the database getting following error :
    SELECT schemaname FROM syscat.schemata WHERE schemaname='SAPTOOLS'
    SQL1328N An implicit connection attempt failed. The database alias name or database name "TPD" was not found in the local database directory.
    SQLSTATE=42705

    Hi,
    What is your ABAP connect user. its should be same as source.
    and
    SQL1024N
    A database connection does not exist.
    Explanation
    There is no connection to a database. Other SQL statements cannot be processed unless an SQL CONNECT was previously executed.
    The command cannot be processed.
    User response
    If the error occurred when disconnecting from the database, continue processing. If the error occurred on another SQL statement, issue an SQL CONNECT statement and resubmit the command or statement.
    IN addition
    db2 connect to SID
    It will show you the default database schema connection
    After that,execute db2 ger db cfg for SID
    It will show you the DB2 parameter values for your schema
    There`s a concept of DBM or database manager, the configuration of which you can check with:
    db2 get dbm cfg
    DBM is the super-set and DB Schema is the subset
    Thanks
    Sadiq
    Edited by: sadiq iqbal on Jan 12, 2012 5:57 PM

  • Log Wait In Shutting Down The database

    Hi Exports,
    We have a production server. It contain its some of its datafile a cluster disk on windows server 2008. Yesterday Suddenly one of the cluster disk offline due to some network issue. And i found the following error on my alert log.
    Mon Mar 18 19:59:27 2013
    KCF: write/open error block=0xd13a6 online=1
    file=22 M:\LEGACY_ORADATA\LEGACY.DBF
    error=27070 txt: 'OSD-04016: Error queuing an asynchronous I/O request.
    O/S-Error: (OS 19) The media is write protected.'
    Mon Mar 18 19:59:27 2013
    Automatic datafile offline due to write error on
    file 22: M:\LEGACY_ORADATA\LEGACY.DBF
    Mon Mar 18 19:59:28 2013
    KCF: write/open error block=0xd3c10 online=1
    file=22 M:\LEGACY_ORADATA\LEGACY.DBF
    error=27070 txt: 'OSD-04016: Error queuing an asynchronous I/O request.
    O/S-Error: (OS 19) The media is write protected.'
    Mon Mar 18 19:59:28 2013
    Automatic datafile offline due to write error on
    file 22: M:\LEGACY_ORADATA\LEGACY.DBF
    Mon Mar 18 21:49:34 2013
    MMNL absent for 1204 secs; Foregrounds taking over
    Mon Mar 18 22:00:05 2013
    Errors in file d:\oracle\product\10.2.0\admin\legacy\bdump\legacy_j000_13148.trc:
    ORA-12012: error on auto execute of job 8950
    ORA-01115: IO error reading block from file ORA-01115: IO error reading block from file 5 (block # 106)
    ORA-01110: data file 5: 'M:\LEGACY_ORADATA\OLD_TRANSACTION.DBF'
    ORA-27091: unable to queue I/O
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 21) The device is not ready.
    ORA-06512: at "SYS.PRVT_ADVISOR", line 1624
    ORA-06512: at "SYS.DBMS_ADVISOR", line 186
    ORA-06512: at "SYS.DBMS_SPACE", line 1500
    ORA-06512: at "SYS.DBMS_SPACE", line 1566
    (block # )
    After that cluster disk available i am getting the same error. when i am trying to recover the datafile then i got the the
    ORA-00283: recovery session canceled due to errors
    ORA-01124: cannot recover data file 22 - file is in use or recovery
    ORA-01110: data file 22
    So check the database open_mode and it shows READ WRITE.
    so i fire shut Immediate command. Now it take very long time to to shut down. Please suggest some solution as it is a prodtction database.
    Thanks in advance...
    Asit K. Mohanty

    Hi,
    What is the status of the files mentioned in the alert log? In the alert log, I see only 2 data files in the error messages you pasted, are all other data files safe and on some other disks which did not fail?
    select name,status from v$datafile;During shutdown, what are the messages in alert log file?
    Salman

  • Macbook Wont Shut Down, Over Heating, Getting Error and Forced to Shut Down

    So, I am pasting the system information after reboot. If someone can tell me what's going on, I would really appreciate it.
    I have installed a new copy of Tiger, and it was fine, and shutting down ok. Then upgraded to Leopard, and it won't shut down, get extremely HOT, and is forced to shut down with this error." You need to restart your computer, Hold down the power button for several seconds, or press the restart button.
    Thanks.
    Wed Jul 23 16:25:44 2008
    panic(cpu 1 caller 0x001A8CD4): Kernel trap at 0x007efc12, type 14=page fault, registers:
    CR0: 0x80010033, CR2: 0x00000000, CR3: 0x00fca000, CR4: 0x00000660
    EAX: 0x00000000, EBX: 0x0551e450, ECX: 0x09238084, EDX: 0x00010001
    CR2: 0x00000000, EBP: 0x4735fca8, ESI: 0x0906f380, EDI: 0x0906f300
    EFL: 0x00010206, EIP: 0x007efc12, CS: 0x00000008, DS: 0x00010010
    Error code: 0x00000000
    Backtrace, Format - Frame : Return Address (4 potential args on stack)
    0x4735fab8 : 0x12b0fa (0x4592a4 0x4735faec 0x133243 0x0)
    0x4735fb08 : 0x1a8cd4 (0x46280c 0x7efc12 0xe 0x461fbc)
    0x4735fbe8 : 0x19ede5 (0x4735fc00 0x206 0x4735fca8 0x7efc12)
    0x4735fbf8 : 0x7efc12 (0xe 0x48 0x10 0x3e0010)
    0x4735fca8 : 0x3ef271 (0x551e450 0x923cec0 0x49a7b4 0x0)
    0x4735fce8 : 0x40abf6 (0x906f300 0x923cec0 0x4735fd28 0x3eead0)
    0x4735fd08 : 0x40e50b (0x500fc00 0x923cec0 0x500fc04 0x500fc00)
    0x4735fd28 : 0x43ab24 (0x500fc00 0x923cec0 0x600000 0x19c8d1)
    0x4735fd78 : 0x18801e (0x500fc00 0x63866ac 0x63866c0 0x11d975)
    0x4735fdb8 : 0x12d17e (0x718e8ac 0x6386690 0x0 0x0)
    0x4735fdf8 : 0x126257 (0x718e800 0x0 0x18 0x4735fee4)
    0x4735ff08 : 0x1973dd (0x4735ff44 0x0 0x0 0x0)
    0x4735ffc8 : 0x19f3b3 (0x5a2ed40 0x0 0x10 0x5a2ed40)
    No mapping exists for frame pointer
    Backtrace terminated-invalid frame pointer 0xbffff1e8
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.iokit.IOFireWireIP(1.7.1)@0x7ea000->0x7f2fff
    dependency: com.apple.iokit.IOFireWireFamily(3.4.4)@0x6ed000
    dependency: com.apple.iokit.IONetworkingFamily(1.6.0)@0x5d1000
    BSD process name corresponding to current thread: ioreg
    Mac OS version:
    9E17
    Kernel version:
    Darwin Kernel Version 9.4.0: Mon Jun 9 19:30:53 PDT 2008;
    root:xnu-1228.5.20~1/RELEASE_I386
    System model name: MacBookPro2,2 (Mac-F42187C8)
    Model: MacBookPro2,2, BootROM MBP22.00A5.B07, 2 processors, Intel Core 2 Duo, 2.16 GHz, 3 GB
    Graphics: kHW_ATIr520Item, ATY,RadeonX1600, spdisplayspciedevice, 128 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR2 SDRAM, 667 MHz
    Memory Module: BANK 1/DIMM1, 1 GB, DDR2 SDRAM, 667 MHz
    AirPort: spairportwireless_card_type_airportextreme, 1.4.3.1
    Bluetooth: Version 2.1.0f17, 2 service, 1 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS541612J9SA00, 111.79 GB
    Parallel ATA Device: MATSHITADVD-R UJ-857D
    USB Device: Built-in iSight, Micron, high_speed, 500 mA
    USB Device: Apple Internal Keyboard / Trackpad, Apple Computer, full_speed, 500 mA
    USB Device: Bluetooth USB Host Controller, Apple, Inc., full_speed, 500 mA
    USB Device: IR Receiver, Apple Computer, Inc., full_speed, 500 mA

    No one has posted a reply, so how is it answered?

  • TNS-12638 when shutting down the server

    Everytime when we shut down the database server (Win2K, Ora 9.2.0.1.0) we
    get the following entries in the log files:
    ora.log:
    Fatal NI connect error 12638, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=BEQ)(PROGRAM=oracle)(ARGV0=oracletest2)(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))(CONNECT_DATA=(SID=test2)(CID=(PROGRAM=c:\oracle\ora92\bin\ORACLE.EXE)(HOST=CAESAR)(USER=SYSTEM))))
    VERSION INFORMATION:
    TNS for 32-bit Windows: Version 9.2.0.1.0 - Production
    Oracle Bequeath NT Protocol Adapter for 32-bit Everytime when we shut down the database server (Win 2k) we receive the following entry in the file ora.log:
    Windows: Version 9.2.0.1.0 - Production
    Time: 19-MÃ??R-2003 18:58:00
    Tracing not turned on.
    Tns error struct:
    nr err code: 0
    ns main err code: 12638
    TNS-12638: Abrufen der ID-Daten nicht erfolgreich
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    sqlnet.log
    Fatal NI connect error 12638 ns secondary err code: 0
    N=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    Fatal NI connect error 12638, connecting to:
    (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    VERSION INFORMATION:
    nt main err code: 0
    Version 9.2.0.1.0 - Production
    Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 9.2.0.1.0 - Production
    VERSION INFORMATION:
    TNS for 32-bit Windows: Version 9.2.0.1.0 - Production
    Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 9.2.0.1.0 - Production
    Time: 19-MÃ??R-2003 18:58:00
    Time: 19-MÃ??R-2003 18:58:00
    Tracing not turned on Tracing not turned on.
    Tns error struct:
    nr err code: 0
    ns main err code: 12638
    TNS-12638: Abrufen der ID-Daten nicht erfolgreich
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    Tns error struct:
    nr err code: 0
    ns main err code: 12638
    TNS-12638: Abrufen der ID-Daten nicht erfolgreich
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    We use SQLNET.AUTHENTICATION_SERVICES= (NTS).
    We get the error only when we shut down the server. The database was created with the database configuration assistant. Thanks

    check the file sqlnet.ora (ORACLE_HOME\NETWORK\ADMIN)where the database is installed for an entry like SQLNET.AUTHENTICATION_SERVICES= (NTS). If so, disable it.
    -PK

  • Cloning without shutting down the db

    Hi,
    Can you please suggest how to clone apps and db without shutting down the database? Apps is just copying the files, is there a recommended way to do the db cloning without shutting down the db.
    Updating the instance details:
    db - 10.2.0.4 on RHEL
    apps - 11.5.10.2
    -Jek
    Edited by: 890397 on Feb 2, 2012 5:31 AM

    You can find all the steps in the documentation (using RMAN or Hot backup).
    Cloning Oracle Application 11i /R12 with Rapid Clone - Database (9i/10g/11g) Using Hot Backup on Open Database [ID 760772.1]
    Cloning Oracle Applications Release 11i with Rapid Clone [ID 230672.1]
    Rapid Clone Documentation Resources For Release 11i and 12 [ID 799735.1]
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Rapid+AND+Clone+AND+Documentation&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Rapid+AND+Clone+AND+RMAN&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Creating Template in DBCA shuts down existing database

    Found a feature in the Database Configuration Assistant under Manage Templates. It allows you to create a template of an existing database including the structure, meaning datafiles. I thought this would be great to create a test database on a different server.
    When I went to create the template, it did not warn me that it would shut down the database I was creating the template of. Not thinking it would need to, still don't understand why it would need to, I proceeded on my merry way until I was informed my production database was down. A quick review of the alert log showed the alter database shutdown command.
    So a warning to others not to do this, and a reminder to self to never trust an application to perform the way you think it should, but test, test, test before trying on production.
    I would love to hear if this is a bug or a undocumented feature of this utility. I also would like to know why it had to shut the database down.
    Thanks.

    There is a documented BUG 4393252 on 9i 9.2.0.6.0 which may relate to your problem.
    It indicates that DBCA issues a Shutdown Immediate without warning when you choose to create a Template "From an existing database (structure as well as data)".
    Have a look at it.

  • Safari will lock up on my MacBook Pro. Force quit doesn't help. When I try to restart the computer, I get an error saying Safari cancelled the restart. I have to press the power button to shut down the computer.

    While I'm using safari,  it will freeze up. When I force quit safari and reopen it, I find that I'm back to where I was when I did the force quit and safari remains locked up. When I try to restart the computer, I get a pop up that says that safari cancelled my restart. I then press the power button to shut down the computer. When I reboot the computer and open safari, I see all the tabs and windows that were opened when this issue began, only this time safari isn't frozen. This problem started yesterday.
    Has anyone experienced the same problem? Is there a fix for this problem?

    Try Resetting Safari: Open Safari. Cick on the name Safari in the menu bar. In the drop down menu click Reset Safari.

  • Photoshop immediately shuts down and I get an error.

    When I open Photoshop it immediately shuts down and I get an error.  Is there an issue with CC?  I also had the same problem with Illustrator and InDesign.

    Photoshop CC2014 opens up and a minute later I get a message from windows saying the program has stopped running and windows is looking for a solution then a minute later message reads A problem has caused the program to stop working correctly Windows will close the program and notify you if a solution is available
    I am operating Windows 7 Ultimate
    Photoshop CC 2014
    However Fireworks and Adobe premiere pro have no trouble staying open I have rebooted computer and also have uninstalled and re installed program

  • ITunes Shuts Down Over Microsoft Windows Error ALL the time - Help

    I've never had this problem until ITunes 7 (and I've had an Ipod for 4 years), but now 1 out of 3 times that I open ITunes, it crashes and shuts down after I get a Microsoft error message - some unexplained problem which I've let Microsoft know about through an error report several times, but they haven't done anything I'm aware of. Sometimes this happens when I've been using Itunes for a while as well - very frustrating. Had anyone else experienced this, and is there a remedy? Thanks!
    Windows XP PC - Fujistsu Laptop Brand New   Windows XP  
    Windows XP PC - Fujistsu Laptop Brand New   Windows XP  

    Ipod Lover,
    Your problem strikes me as similar to one posted in another thread which received this diagnosis by the inimitable b noir.
    Try those suggestions and post back to let us know if it brings you anything in the way of satisfaction.

  • I have insurance through apple for my iPhone 4. Last night my phone was stolen. Am I covered under insurance to get a new phone? And how much will it cost? Second- what should I do about it? I don't know if I should shut down the phone or what?

    I have insurance through apple for my iPhone 4. Last night my phone was stolen. Am I covered under insurance to get a new phone? And how much will it cost? Second- what should I do about it? I don't know if I should shut down the phone or what in case my iPhone is able to be located or what not?

    Jonryan21 wrote:
    I have insurance through apple for my iPhone 4.
    No, you simply do not.  Apple does not sell insurance.
    Apple offers an Extended Warranty called AppleCare.
    Warranties doe not cover lost or stolen devices.  Buy a new one.

  • I keep getting this message:  Adobe Photoshop CC 2014 has stopped working.  A problem caused the program to stop working correctly.  Then it shuts down the program.

    I keep getting this message when I try to open my new Adobe Photoshop.  The main screen comes on and a box for the tutorials then this.  "Adobe Photoshop CC 2014 has stopped working.  A problem caused the program to stop working correctly."  When I say Okay to the message, it shuts down the program.

    Refer below link once
    Photoshop: Basic Troubleshooting steps to fix most issues

  • I'm getting kernel panics each day as I shut down, the message of restarting by holding down the power button appears on the screen - it began about a month ago and. Do you have any ideas of how to solve the problem?

    I'm getting kernel panics each day as I shut down, the message of restarting by holding down the power button appears on the screen - it began about a month ago and. Do you have any ideas of how to solve the problem? I've copied the logs that I found for each kernel panic that still have the message logged. Please help if you can, I have read some of the other comments and perhaps it has something to do with my anti-virus software being on at start up. I have copied the log here. Any advice will be welcome.
    Interval Since Last Panic Report:  665204 sec
    Panics Since Last Report:          8
    Anonymous UUID: D6DCC90D-A5CA-4BBE-A435-3E64A512A51B
    Sat May 26 07:23:05 2012
    panic(cpu 3 caller 0xffffff80002b4f36): trying to interlock destroyed mutex (0xffffff801a489be0)
    Backtrace (CPU 3), Frame : Return Address
    0xffffff8160313b00 : 0xffffff8000220792
    0xffffff8160313b80 : 0xffffff80002b4f36
    0xffffff8160313b90 : 0xffffff8000227e68
    0xffffff8160313bd0 : 0xffffff7f80d14250
    0xffffff8160313c20 : 0xffffff7f80d14f73
    0xffffff8160313cc0 : 0xffffff800059a237
    0xffffff8160313d00 : 0xffffff8000586cbf
    0xffffff8160313d20 : 0xffffff800057e6e3
    0xffffff8160313df0 : 0xffffff800057ed06
    0xffffff8160313e20 : 0xffffff8000583c52
    0xffffff8160313e70 : 0xffffff8000583d05
    0xffffff8160313e90 : 0xffffff80005358b4
    0xffffff8160313ef0 : 0xffffff80005367c3
    0xffffff8160313f30 : 0xffffff8000536897
    0xffffff8160313f60 : 0xffffff80005ccfe8
    0xffffff8160313fb0 : 0xffffff80002da5e9
          Kernel Extensions in backtrace:
    com.intego.iokit.VBX6NKE(1.0)[211D5E46-3E43-C5DC-9C6A-8C3FFF0F4493]@0xffffff7f8 0d11000->0xffffff7f80d1bfff
    dependency: com.apple.iokit.IONetworkingFamily(2.1)[2FCC16E1-34AB-3908-98BD-CCBFA56FFDCE]@0 xffffff7f809b7000
    BSD process name corresponding to current thread: iStatLocalDaemon
    Mac OS version:
    11E53
    Kernel version:
    Darwin Kernel Version 11.4.0: Mon Apr  9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64
    Kernel UUID: A8ED611D-FB0F-3729-8392-E7A32C5E7D74
    System model name: iMac11,2 (Mac-F2238AC8)
    System uptime in nanoseconds: 69777074610
    last loaded kext at 58265763561: com.intego.iokit.VBX6NKE            1 (addr 0xffffff7f80d11000, size 45056)
    loaded kexts:
    com.intego.iokit.VBX6NKE            1
    com.intego.iokit.BehavioralKext            1
    com.intego.kext.VirusBarrier.AppBarrierKPI            10.6.8
    com.intego.kext.VirusBarrierKPI            10.6.8
    com.globaldelight.driver.BoomDevice            1.1
    com.huawei.driver.HuaweiDataCardACMData            4.2
    Model: iMac11,2, BootROM IM112.0057.B01, 2 processors, Intel Core i3, 3.2 GHz, 12 GB, SMC 1.64f5
    Graphics: ATI Radeon HD 5670, ATI Radeon HD 5670, PCIe, 512 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x802C, 0x31364A53463531323634485A2D3147344431
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x802C, 0x31364A53463531323634485A2D3147344431
    Memory Module: BANK 0/DIMM1, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353637334648302D4348392020
    Memory Module: BANK 1/DIMM1, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353637334648302D4348392020
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 4.0.64.8-P2P
    Bluetooth: Version 4.0.5f11, 2 service, 18 devices, 1 incoming serial ports
    Serial ATA Device: ST31000528AS, 1 TB
    Serial ATA Device: OPTIARC DVD RW AD-5680H
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0606, 0xfa140000 / 5
    USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0606, 0xfa141000 / 9
    USB Device: Apple Optical USB Mouse, apple_vendor_id, 0x0304, 0xfa141100 / 8
    USB Device: CanoScan, 0x04a9  (Canon Inc.), 0x1904, 0xfa141200 / 6
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0xfa111000 / 7
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfa120000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: HUAWEI Mobile, 0x12d1  (Huawei Technologies Co., Ltd.), 0x1001, 0xfd130000 / 5
    USB Device: My Passport 070A, 0x1058  (Western Digital Technologies, Inc.), 0x070a, 0xfd140000 / 6
    USB Device: Built-in iSight, apple_vendor_id, 0x8502, 0xfd110000 / 4
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 3

    Immediate suspects are the additions you added to you rsystem that installed kexts (drivers).  From above,
    com.intego.iokit.VBX6NKE            1
    com.intego.iokit.BehavioralKext            1
    com.intego.kext.VirusBarrier.AppBarrierKPI            10.6.8
    com.intego.kext.VirusBarrierKPI            10.6.8
    com.globaldelight.driver.BoomDevice            1.1
    com.huawei.driver.HuaweiDataCardACMData            4.2
    Two experiments you can try.
    1.  Boot in safe mode and see if you can shut down normally.  All thise additions won't be running in safe mode so this test would indicate it is one of them causing the problem.
    2. Uninstall all the intego VirusBarrier stuff.  That's my first guess and the troublemaker.

  • Hi. I recently got a new computer and transferred all my files across using TimeMachine. Whenever I try to sign into any CC program (including CC) the program instantly shuts down and an Apple error message comes up. I have uninstalled and reinstalled CC

    Hi. I recently got a new computer and transferred all my files across using TimeMachine. Whenever I try to sign into any CC program (including CC) the program instantly shuts down and an Apple error message comes up. I have uninstalled and reinstalled CC twice with no avail and deleted every Adobe product on my computer and nothing is working.

    I have seen similar discussions before... transferring does not work, you must install
    Discussions of RE-installing
    -http://forums.adobe.com/thread/1408331?tstart=0
    -http://forums.adobe.com/thread/1398961?tstart=0
    -and http://helpx.adobe.com/creative-cloud/help/install-apps.html
    -using the cleaner after uninstalling and before reinstalling will usually help
    -http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html

Maybe you are looking for

  • How to get the index of a h:column element?

    Hi! I'd like to know how to get the index of a <h:column> element. Here is the code of what I'm trying to do: <h:column>      <a:commandLink           value="#{familyAction.familyDocsByPrj}"           action="#{homeAction.search(ROW_INDEX)}"         

  • Problem with language

    Hello! I bought yesterday the Photoshop CS5. I got my licence number and I installed it today. I got the the english version and when I try to get the frech version I did not have acces to it. I reach the compagny where I bouth the program and they t

  • 4 hours to download a movie? Apple TV or my internet provider's problem?

    Never had this problem before ... most movies download in 10-15 minutes. Trying to rent Castaway, and it's saying it's going to be 4-5 hours to download! And trust me, it's moving agonizingly slow. Any suggestions?

  • Read the pdf file from the Third party server.

    hi all, we got the requirement that we have to display the salary statement and form16 in the portal. we are not using the sap for the pay roll. pay roll will run by the third party....they will keep all salary slips in the one folder under the serve

  • AR Tax

    Hello All, I am new to R12. Any body can help me, how to create tax for AR Transaction. While saving the Transaction tax should create... I have completed regime, status, Tax, rate and jurisdiction setup in EBT. What are the other thing that i need t