Can't delete some files because I get this error.

It states that the file "could not be opened, because the original item cannot be found.
I would like to delete it but I get that error message and won't let me do anything else.'
PLEASE help!

You stated that the error message you got states that the file "could not be opened, because the original item cannot be found. Is the name of this file in Italics? If so, it is an alias that points to the real file, and the real or original file cannot be found.
You stated "I cannot even select the file. If I touch the file that message instantly pops up." What do you mean by "touching the file"? Do you mean clicking on it once which highlights it? Or double clicking on it?
Just click on it & keep your mouse button depressed, then drag to trash.
More on trash problems.
How To Fix Stubborn Trash and Why it Won't Delete
http://www.osxfaq.com/Tutorials/LearningCenter/HowTo/Trash/index.ws
Downloaded Trash It! v3.6.1 from:
http://www.macupdate.com/info.php/id/8214
 Cheers, Tom
 G4 AGP 400, G3 400 FW Pismo, OS X (10.4)   Mac OS X (10.3.9)   OS 9.2.2, DSL, Zip, Canon LiDE30 Scanner, CD-RW, Canon i960 Printer, Belkin UPS

Similar Messages

  • In my computer some of the iTunes files got deleted accidently and I couldn't reinstall it . Evrytime I try torun setup file  I am getting this error message "C:\Users\Rif\AppData\Local\Apple\Apple Software Update\" ,appreciate if anyone can help me on th

    In my computer some of the iTunes files got deleted accidently and I couldn't reinstall it . Evrytime I try torun setup file  I am getting this error message"C:\Users\Rif\AppData\Local\Apple\Apple Software Update\" ,appreciate if anyone can help me on this pls?

    Even after deleting all files and folders from hard drive i am still getting this error!!

  • I am receiving a notification that says that I am running out of storage space. I backed up time mating to an external hard drive. Can I delete some files to make room?

    I am receiving notifications that I am running out of storage space. I backed up my mac book using an external and time machine. Can I delete some files to make room?
    If so,
    When I want to restore from my time machine, can I pick and choose, say certain songs, photos or documents?

    About TM "Backup Drive is Full"
    Alert TM only deletes older files if they have been deleted from the source and when TM needs space on the backup drive for a new incremental backup. Time Machine "thins" it's backups; hourly backups over 24 hours old, except the first of the day; those "daily" backups over 30 days old, except the first of the week. The weeklies are kept as long as there's room.
    So, how long a backup file remains depends on how long it was on your Mac before being deleted, assuming you do at least one backup per day. If it was there for at least 24 hours, it will be kept for at least a month. If it was there for at least a week, it will be kept as long as there's room.
    Note, that on a Time Capsule the sparsebundle grows in size as needed, but doesn't shrink. Thus, from the user's view of the TC it appears that no space has been freed, although there may be space in the sparsebundle.
    Once TM has found it cannot free up enough space for a new backup it reports the disk is full. You can either erase the backup drive and start your backups anew or replace the drive with a larger drive. You can also use the Time Machine application to selectively remove files, but that may be ineffective if you have to free up GBs of space.

  • Can't delete some files due to a persistent lock.

    I've been having problems deleting a few files. I get this error
    oracle.ifs.common.IfsException: IFS-30650: PublicObject has a persistent lock; unable to change
         void oracle.ifs.common.IfsException.<init>(int)
              IfsException.java:341
         void oracle.ifs.common.IfsException.<init>(int, oracle.ifs.common.Traceable)
              IfsException.java:361
         void oracle.ifs.server.S_LockObject.verifyCanDeleteLockedPublicObject(oracle.ifs.server.S_PublicObject)
              S_LockObject.java:709
         java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[])
              native code
         java.lang.Object oracle.ifs.server.S_LibraryObject.invokePolicyMethod(java.lang.String, java.lang.Object[], java.lang.String[])
              S_LibraryObject.java:2701
         void oracle.ifs.server.S_LockObject.handleLockPolicy(oracle.ifs.server.S_PublicObject, oracle.ifs.server.S_LibraryObjectDefinition, java.lang.String)
              S_LockObject.java:405
         void oracle.ifs.server.S_PublicObject.extendedPreFree(oracle.ifs.server.OperationState, oracle.ifs.server.S_LibraryObjectDefinition)
              S_PublicObject.java:1818
         void oracle.ifs.server.S_Document.extendedPreFree(oracle.ifs.server.OperationState, oracle.ifs.server.S_LibraryObjectDefinition)
              S_Document.java:377
         void oracle.ifs.server.S_LibraryObject.preFree(oracle.ifs.server.OperationState, oracle.ifs.server.S_LibraryObjectDefinition)
              S_LibraryObject.java:1655
         void oracle.ifs.server.S_LibraryObject.free(oracle.ifs.server.OperationState, oracle.ifs.server.S_LibraryObjectDefinition)
              S_LibraryObject.java:2328
         void oracle.ifs.server.S_LibrarySession.DMFree(java.lang.Long, java.lang.Long, oracle.ifs.server.S_LibraryObjectDefinition)
              S_LibrarySession.java:9283
         void oracle.ifs.beans.LibrarySession.DMFree(java.lang.Long, java.lang.Long, oracle.ifs.server.S_LibraryObjectDefinition)
              LibrarySession.java:9222
         void oracle.ifs.beans.LibraryObject.free(oracle.ifs.beans.LibraryObjectDefinition)
              LibraryObject.java:1132
         void oracle.ifs.beans.LibraryObject.free()
              LibraryObject.java:1108
         void Tester.Tester.unLockFiles(java.lang.String)
              Tester.java:149
         void Tester.Tester.main(java.lang.String[])
              Tester.java:81
    This error even happens when I log in as system which has system admin priveleges. I can't figure out how to release the lock on these files that have it. I don't even know how this lock was created.
    I also tried to loop through all of the files with this lock and change the files to unlocked, but that produced a stack trace as well.
    Shouldn't system admin be able to delete any file?
    Thanks for the help.

    Tried that as well initially. When I log in as system, set as administration mode, I tried setting the objects to unlock using this code.
    LibrarySession session = [My Get Session Code];
    session.setAdministrationMode(true);
    IfsFileSystem fso = new IfsFileSystem(session);
    Folder folder = (Folder)fso.findPublicObjectByPath([Path to folder which contains the locked files]);
    PublicObject[] pos = folder.getItems();
    for (int index = 0; index < pos.length; index++) {
    pos[index].getLockObject().setLockState(LockObject.LOCKSTATE_UNLOCK);
    I get this exception when I run that code
    oracle.ifs.common.IfsException: IFS-30020: Attribute is not updateable (LOCKSTATE)
    This is kinda frustrating. Luckily this is in development right now but I don't want something like this happening in production, and if it did, it'd be nice to be able to fix it.
    Thanks again for your help.

  • I can't open .pkg files.  i get an error telling me to choose an application to open them.  the Installer app is not in my Utilities folder or in System/Library/CoreServices.

    i can't open .pkg files.  i get an error telling me to choose an application to open them.  the Installer app is not in my Utilities folder or in System/Library/CoreServices.

    Install the UnArchiver and try again.
    http://wakaba.c3.cx/s/apps/unarchiver
    There is no Installer.app in the Utilities or Applications folder, there is one in the System/Library/CoreServices.
    If yours is not there, then you need to:
    1: Backup your data off the machine to a non-TimeMachine drive and disconnect all drives.
    2: If you have TM, try to restore the Installer.app from the TM drive and reboot. See if things work.
    If the above doesn't work, your going to have to re-install just OS X 10.6 (and bundled programs) from the disk by holding c and booting off the 10.6 disk and simply installing OS X. Then software updating to 10.6.8.
    This will replace all bundled programs and OS X, not touch your files (backup regardless) and most third party programs.
    Some third party programs will have to be reinstalled form original sources because they install Kext files into OS X and thus kicked out by the 10.6 reinstall form disk.
    All should go well, however if you boot to a gray screen or other freeze, reboot holding the shift key down, then update all your third party software to be current to 10.6.8.
    Another method is to re-install in to CoreServices the Installer.app from the 10.6 disk using the extraction program called Pacifist from CharleSoft, then running software update to get any updates for Installer.app.
    http://www.charlessoft.com/

  • Can't download itunes update.  Keep getting this error message:  THe program can't start because MSVCR80.dll is missing from your computer.  Try reinstalling the program to fix this problem

    Can't download itunes update.  Keep getting this error message:  THe program can't start because MSVCR80.dll is missing from your computer.  Try reinstalling the program to fix this problem

    I researched the advice on the link provided by b noir as well as very similar advice from apple support: http://support.apple.com/kb/TS5376. It worked for me (for now).
    Some things of note:
    I did all of the things requested by the link I provided
    My computer WOULD NOT uninstall Apple Mobile Device Support. I had to manually remove the folder (also as instructed by the url)
    I also uninstalled MobileMe. Was a little different than removing the other apps. Follow instructs provided here: http://support.apple.com/kb/HT2992
    I did not uninstall iCloud
    I have to admit it was a bit scary removing all those things. Is important to note that when re-installing Apple, follow steps to do so as Administrator (the right-click thingy and whatnot).
    Hope this helps!

  • HT1926 I can't re install iTunes because I get a error saying mobile device  could not start.

    I can't re-install iTunes because i get an error saying Mobile Device could not start?

    Same here TC, very annoying

  • Can't Delete Some Files on Media Vault

     I have hundreds of files on my Media Vault, and I often delete old files I
    no longer need. But once in a while I can't delete a file, and get this error
    message:"You require permission from Unix User\nobody to make changes to this
    file." Does anyone know how I can get in touch with User\nobody so I can ask for
    permission?
    Thanks
    Michael Trombetta

    No, I tried that before I posted. I am the administrator of my systemS.
    Actually I'm trying to move the files and directories from a permanent directory (HP defined) to a user defined directory. I was able to move 90% of the data with using the context entry "Move to Folder". I was trying to move the remainder, but I keep getting messages from UNIX that I don't have the authority. I'm running Win 7 Pro on an HP 6250. I have tried to change the permissions to no avail, see attached. Should I try an XP system?
    I did check and the files are marked as N (not indexed). I had 3 screen prints but I see no way to include them.

  • HT3275 Can some HELP, I keep getting this error with my Time Machine Back up, "The backup disk image "/Volumes/JKPN Safe/JKPN IMAC.sparsebundle" is already in use.

    Can some one HELP me , I keep getting this error with my Time Machine Back up, "The backup disk image “/Volumes/JKPN Safe/JKPN IMAC.sparsebundle” is already in use.

    See > http://pondini.org/TM/C12.html

  • Can't sign up for eprintcenter-I get this error ---Ajax submit failed: error = 403, Forbidden

    Bought my 6700 printer yesterday.  Set it all up, prints fine.  Got the print out that tells me to go to the eprintcenter.com and "sign up and enter your printer code." 
    Every time I enter any information, I get this error code:  Ajax submit failed: error = 403, Forbidden
    I've tried entering my personal email, the eprint email--in short I've tried everything and can't register for an account so I can customize my printer email address, etc.  Can some one help?

    Tifmel,
    I do apologize that you are having this issue. If you are still having this issue, I would suggest using a different web browser (i.e. internet explorer, google chrome, mozilla firefox). There are more that are available but those are just a few examples. I sure hope you can get everything worked out. Thanks again!!!!
    Feel free to repost if you have any further questions, comments, or concerns.
    If I have SOLVED your issue, please feel free to provide KUDOS and make sure you mark this thread as SOLUTION PROVIDED!
    Although I work for HP, my posts and replies are my own opinion and not those of HP.

  • Please can someone tell me why I am getting this error?

    I want to call a method (setSquare()) when a JLabel is clicked by the user, the following code should work:
    *private void grid11MouseClicked(java.awt.event.MouseEvent evt) {*
    setSquare();
    But I get this error, please can someone tell me what this means? The method is already defined in the class and I have imported javax.swing etc
    Frame.java:181: setSquare(javax.swing.JLabel) in p1.Frame cannot be applied to ()

    drew22299 wrote:
    I want to call a method (setSquare()) when a JLabel is clicked by the user, the following code should work:
    *private void grid11MouseClicked(java.awt.event.MouseEvent evt) {*
    setSquare();
    But I get this error, please can someone tell me what this means? The method is already defined in the class and I have imported javax.swing etc
    Frame.java:181: setSquare(javax.swing.JLabel) in p1.Frame cannot be applied to ()
    As i dont know what that method needs i can't help you there but i do know you cannot leave it blank. Try adding a number/text whatever or null and see what it does. or check the api and take a look what it needs.
    Edited by: deAppel on Oct 31, 2007 10:35 PM

  • Can anyone tell me why I'm getting this error when trying to make visibility variables

    I have set these up in previous versions of Illustrator. CS and illustrator 10 worked just fine with Variables. Now I can't seem to switch between data sets. I just keep getting this error when I try to switch from one data set to another.

    I'll start with the permissions and see if it changes the behavior.

  • Can't delete some files and folders.

    Hi. Recently, I have downloaded some files from the internet. But when I want to delete them, it is impossible. Computer asks for administrator code (I am the administrator), which I give allright, but the file just stay where it is. Same thing for some folders. I managed to empty them, but they won't go to the trash. Repairing permissions didn't change anything. Help please. Thx.

    Check here:
    http://www.thexlab.com/faqs/faqs.html
    Also try highlighting a file and then pressing   COMMAND I  and see if the file is locked, if so try unchecking the Locked box and try again.
    Also check into TrashIt:
    http://www.nonamescriptware.com/
    Hope this helps

  • How can I delete temporary files in FF. This is very simple in IE but feature cannot be found in FF

    IE has a simple means to delete both cookies and temporary files. I can delete cookies in FF but there is no way found to delete temporary files. This is a design feature flaw I assume since I cannot imagine this feature is not in the design..just can't be found. I have no idea about the educated guess of "installed plugins". My use of Firefox is just plain vanilla. I've never added any plugins to it.
    Any help appreciated.

    See:<br />
    - https://support.mozilla.com/en-US/kb/Clearing+private+data<br />
    - https://support.mozilla.com/en-US/kb/How+to+clear+the+cache
    Also see: https://support.mozilla.com/en-US/kb/Options+window+-+Privacy+panel<br />
    Tools > Options > Privacy > "Clear history when Firefox closes" > Settings
    <br />
    The information submitted with your question indicates that you have out of date plugins with known security issues that should be updated. To see the plugins submitted with your question, click "More system details..." to the right of your original question post.
    * Adobe Shockwave for Director Netscape plug-in, version 11.0
    * Adobe PDF Plug-In For Firefox and Netscape 8.2.5
    * Next Generation Java Plug-in 1.6.0_21 for Mozilla browsers
    #'''Check your plugin versions''': http://www.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #'''Update Shockwave for Director'''
    #*NOTE: this is not the same as Shockwave Flash; this installs the Shockwave Player.
    #*Use Firefox to download and SAVE the installer to your hard drive from the link in the article below (Desktop is a good place so you can find it).
    #*When the download is complete, exit Firefox (File > Exit)
    #*locate and double-click in the installer you just downloaded, let the install complete.
    #*Restart Firefox and check your plugins again.
    #*'''<u>Download link and more information</u>''': http://support.mozilla.com/en-US/kb/Using+the+Shockwave+plugin+with+Firefox
    #'''Update Adobe Reader (PDF plugin):'''
    #*From within your existing Adobe Reader ('''<u>if you have it already installed</u>'''):
    #**Open the Adobe Reader program from your Programs list
    #**Click Help > Check for Updates
    #**Follow the prompts for updating
    #**If this method works for you, skip the "Download complete installer" section below and proceed to "After the installation" below
    #*Download complete installer ('''if you do <u>NOT</u> have Adobe Reader installed'''):
    #**Use Firefox to download and SAVE the installer to your hard drive from the link in the article below
    #**On the Adobe page, un-check any extra items (i.e. Free McAfee® Security Scan Plus) then click Download button
    #**If you see message just under tabs, DO NOT click the Allow button, instead click below that where it says "click here to download".
    #**Click "Save to File"; save to your Desktop (so you can find it)
    #**After download completes, close Firefox
    #**Click the installer you just downloaded and allow the install to continue
    #***Note: Vista and Win7 users may need to right-click the installer and choose "Run as Administrator"
    #**'''<u>Download link and more information</u>''': https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox#Installing_and_updating_Adobe_Reader
    #*After the installation, start Firefox and check your version again.
    #'''Update Java:'''
    #* Download and update instructions: https://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox
    #* Removing old versions (if needed): http://www.java.com/en/download/faq/remove_olderversions.xml
    #* Remove multiple Java Console extensions (if needed): http://kb.mozillazine.org/Java#Multiple_Java_Console_extensions
    #* After the installation, start Firefox and check your version again.

  • Can't save a file because of "a program error"

    PSE 8 doesnt' save files with error "Could not complete your request because of a program error".
    when PC is restarted PSE does save one or two files and then the error appears...
    looks very ugly, such a basic fiture is not working

    First thing to try is resetting the preferences by holding down
    the Shft+Alt+Ctrl keys (windows) Cmd-Shift-Option  (mac)
    as you start the pse 8 editor and then click yes in dialog.
    Some more information might help such as which OS (windows or mac)
    and how much ram you have and if this has worked before or never worked and
    the format your trying to save your files in.
    MTSTUNER

Maybe you are looking for

  • So I have this HDMI out and a 60in flat screen HDTV

    ...and when I plug my lovely iPad2 into it, it comes up as a box on the tv with black borders on either side of it. How do I utilize the real estate on my flat screen ? Is it a setting on the iPad or are my only options to "stretch" the screen on my

  • Single folio optimized for ipad 1/2 and 3

    Is it possible to publish a single app, produced with adobe dps, that is optimized for retina display as well as for the older ipads? so that a customer could buy the app at itunes, and depending on his device, he gets the ipad1/2-version or the reti

  • I want to know what lyric the artist is singing

    I have found way to display lyrics on my iphone 5 but, not way to know what lyric the singer is sings in the song

  • Salesforce and SAP Integration

    Hi Is there any docs for SAP and Salesforce integration Regards JM

  • Lead Management - CRM 5.0

    HI gurus, I have 4 questions: 1. What is the lead user exit (if it exists)? 2. What is the correct mapping for CRMXIF_ORDER_SAVE associated to "status" field? 3. What is the table which contains texts (description or note)? 4. How can I valorize new