System boots but cannot find user?

ok, so this has happened once before.
i attempted to force quit an app that was not responding, which worked, but then the "force quit" window would not close. and the dreaded spinning wheel just kept spinning over it.
so i restarted my machine, and upon restart, my system could not find the main user account. i received an error box, but stupid me didn't take a snapshot (i was afraid if i did so that the system would interpret that action as my wanting to keep these new settings) and restarted my machine again.
when i restarted, most things seemed to be normal EXCEPT the icons in my toolbar were all messed up. there were "?" for items that i had previously removed, and custom items that i had placed in there are now missing.
any clue why this would happen? and if so, can i just somehow "reset" these preferences without having to add/delete these things manually?
hm ...
thanks
- rebecca
Dual 2 GHz PowerPC G5   Mac OS X (10.4.3)  

If only the Dock's contents have changed and the rest of your user data is intact(this includes application preferences and items on the Desktop), the problem may lie with the com.apple.dock.plist file in your account's /Library/Preferences/ folder. Choose Go to Folder from the Finder's Go menu and enter ~/Library/Preferences/ as the folder's location; when this folder has appeared, control-click on the item named com.apple.dock.plist and choose Get Info from the menu which appears. Under Ownership & Permissions, check that you have Read & Write access to this file; if you do, the file's contents may be corrupt, in which case you may need to move it out of the Preferences folder and rebuild the Dock manually.
(9876)

Similar Messages

  • After 10.7.2.update cannot see SD card reader in usb drive. Used to appear on desktop and start iPhoto but now nothing happens. It is recognised by system profiler (usb hub), but cannot find it anywhere.

    After 10.7.2. update cannot see SD card reader in usb drive. Used to appear on desktop and start iPhoto but now nothing happens. It is recognised by system profiler (usb hub), but cannot find it anywhere. Any ideas?

    Zap the PRAM and Reset the SMC, then try again.

  • HT1473 I am trying to upload my itunes music from my ipod to my computer.  My current Itunes library is listing the songs, but cannot find them when I try to put them on to my iphone.

    I am trying to upload my itunes music from my ipod to my itunes on my computer.  My itunes music lists all of the music, but cannot find it when I try to load it to my phone.
    The songs are on my ipod, but not on my phone and I don't know how to get them from one device to the other.

    In your case, it would be better to have transferred the library to an external drive from the PC. Then, connect it to the iMac and put the library onto the Music folder.
    You used Migration Assistant, and it creates a new user with the transferred data.
    Open  > Log Out, and log in the new user. Then, open a Finder window, choose Music in the sidebar and you will see the iTunes library. Now, you have to move the iTunes library to /Users/Shared (select Go menu -in the menu bar- > Go to Folder, type that and copy the iTunes library to it). Finally, log in the other user, go to the same folder and move the library to the Music folder.
    After doing that, open System Preferences > Users and Groups, choose the user created by Migration Assistant and press the - button to remove it. This is easier if you have an external drive

  • Identity service cannot find user

    Installed BPEL 10.1.2
    added user using jazn.jar
    Now trying to log into worklist sample application
    and I get identity service cannot find user. Do I need to assign any role(s) to new user.
    Let me know.
    I am seeing simple questions not getting answers. Is this an Active Forum?
    Thanks
    Raghu

    closed
    for OAS 10.1.2.0.2. & BPEL PM 10.1.2.0.2
    I Install BPEL in MiddleTire
    1. ./runInstaller
    2. home = OAS home
    3. tea
    4. emctl stop em
    emctl start em
    5. Oracle_Home\opmn\bin\opmnctl stopproc ias-component=OraBPEL
    Oracle_Home\opmn\bin\opmnctl startproc ias-component=OraBPEL
    6. if OID working throw SSL, then 7,8 else 9
    7. edit file Oracle_Home\j2ee\OC4J_BPEL\config\jazn.xml
         <jazn provider="LDAP" location="ldap://host:636" default-realm="us">
              <property name="ldap.user" value="cn=orcladmin"/>
              <property name="ldap.password" value="!welcome1"/>
              <property name="ldap.protocol" value="ssl"/>
         </jazn>
    8. edit file Oracle_Home\integration\orabpel\system\services\config\is_config.xml
         <BPMIdentityServiceConfig
         xmlns="http://www.oracle.com/pcbpel/identityservice/isconfig">
              <provider providerType="JAZN" name="oid" >
                   <connection url="ldap://host:636" binddn="cn=orcladmin"
                        password="welcome1" encrypted="false">
                        <property name="securityProtocol" value="ssl" />
                   </connection>
              </provider>
         </BPMIdentityServiceConfig>
    then 11
    9. edit file Oracle_Home\j2ee\OC4J_BPEL\config\jazn.xml
         <jazn provider="LDAP" location="ldap://host:389" default-realm="us">
              <property name="ldap.user" value="cn=orcladmin"/>
              <property name="ldap.password" value="!welcome1"/>
         </jazn>
    10. edit file Oracle_Home\integration\orabpel\system\services\config\is_config.xml
         <provider providerType="JAZN" name="oid" >
              <connection url="ldap://host:389" binddn="cn=orcladmin"
                   password="welcome1" encrypted="false"/>
              </connection>
         </provider>
    11. edit file Oracle_Home\j2ee\OC4J_BPEL\application-deployments\hw_services\orion-application.xml
         <jazn provider="LDAP" location="ldap://host:389" default-realm="us" >
              <jazn-web-app auth-method="SSO"/>
         </jazn>
    12. Oracle_Home\opmn\bin\opmnctl stopproc ias-component=OraBPEL
    Oracle_Home\opmn\bin\opmnctl startproc ias-component=OraBPEL
    II Deploy BPEL portlets
    1. throw EM add EAR to OC4J_BPEL:
         fie: $ORACLE_HOME/integration/orabpel/system/services/lib/bpelportlet.ear
         &#1072;. Parent app = orabpel
         &#1073;. User Manager = Use JAZN LDAP User Manager
    2. edit file Oracle_Home\j2ee\OC4J_BPEL\application-deployments\bpelPortlet\orion-application.xml
         <jazn provider="LDAP" location="ldap://host:port" default-realm="us" >
              <jazn-web-app auth-method="SSO"/>
         </jazn>
    3.Oracle_Home\opmn\bin\opmnctl stopproc ias-component=OraBPEL
    Oracle_Home\opmn\bin\opmnctl startproc ias-component=OraBPEL
    4. Register BPEL provider
         http://bpel_host:bpel_port/BPELPortlet/providers
         &#1072;. Login Frequency = Once Per User Session
    636 - OID SSL port
    389 - OID non SSL port

  • Installed firefox 4 for os 10.4.11 and replaced 3.6 to find out that it's not compatible. Need to reinstall 3.6, but cannot find it.

    Installed firefox 4 for os 10.4.11 and replaced 3.6 to find out that it's not compatible. Need to reinstall 3.6, but cannot find it. Please provide where I can re-instal Firefox 3.6.

    Firefox 4 requires at least OS X 10.5 and an Intel Mac.
    * http://www.mozilla.com/firefox/4.0/system-requirements/
    For Mac OS X 10.4.11 or Mac OS X 10.5.8 you can look at:
    * http://www.floodgap.com/software/tenfourfox/
    Firefox 3.6.x can be found here:
    * http://www.mozilla.com/en-US/firefox/all-older.html

  • CGEN-01079 SYSTEM ERROR: Module: Cannot find a content canvas for stacked c

    hi i am new to designer
    i am using designer 6 i
    i am getting follwing error
    CGEN-01079 SYSTEM ERROR: Module: Cannot find a content canvas for stacked canvas CG$PAGE_1
    Please suggest

    For the Stacked canvas there should be a content canvas mandatory in the forms.
    you designed the canvas and changed the type as stacked. but there is at least one mandatory content canvas for the forms.

  • Download pandora radio and set up account but cannot find icon to start

    Installed pandora radio on ipad2 and set up account but cannot find icon to click and start pandora

    Do a Spotlight search. If you see it there, then it is probably hidden. Connect to iTunes and you should find it in a hidden screen--like 10 or 11. Just drag it back to a visible screen.
    Basic troubleshooting steps  
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 
    Got problems with your Apple iDevice-like iPhone, iPad or iPod touch? Try Troubleshooting 101
     In Memory of Steve Jobs 

  • I have 3 songs that will not download and the volume of error messages from Itunes about these "3" is annoying. I know my way around Itunes but cannot find a way to delete them and stop these Itunes download error messages.

    I have 3 songs that will not download and the volume of error messages from Itunes about these "3" is annoying. I know my way around Itunes but cannot find a way to delete them and stop these Itunes download error messages.
    Thank you.

    Thanks Mohammad - much appreciated.
    I also got a response from Apple who said that there was a problem related to fonts and the encryption.xml file
    Once we'd removed this we were able to upload the epub no problem.
    It's odd that the system seems to say that all is okay when it isn't. We have to rely on guesswork rather a lot using iBook Producer.
    Anyway, all sorted now and thank you again for your contribution.
    Best wishes and a Happy New Year!
    Sue

  • I cannot add a Wi-Fi guest network. Gone to Utilities Airport Utilities and all get is an image/browser of my Airport Extreme. Looking for the browser which has the title Wireless but cannot find anywhere. I need help?

    I cannot add a Wi-Fi guest network. Gone to Utilities>Airport Utilities and all I get is an image/browser of my Airport Extreme. Looking for the browser window which has the title Wireless but cannot find anywhere. What am I doing wrong?

    Open AirPort Utility. The first screen looks something like this:
    Click on the AirPort Extreme and another screen will appear. Click Edit, then the window with the Wireless tab will appear.
    If you do not see these screens, you will need to start over and configure your AirPort again.

  • My iPod 5th gen will not completely turn on it shows the apple symbol then shuts off I have restarted it and tried to plug it into my computer but cannot find it to restart it

    My iPod 5th gen will not completely turn on it shows the apple symbol then shuts off I have restarted it and tried to plug it into my computer but cannot find it to restart it
    Its been like this for awhile and I can not fix it

    Try:                                               
    - iOS: Not responding or does not turn on           
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try another cable                                                       
    - Try on another computer                                                       
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
      Apple Retail Store - Genius Bar

  • I actually need help but cannot find the answer. Please.......Lately when open a new tab it does not open with a blank page. I don't want to set my homepage as

    I actually need help but cannot find the answer.
    Please.......Lately when open a new tab it does not open with a blank page. I don't want to set my homepage as blank as when I first open Firefox, it automatically loads my hotmail page. But then if I open other pages I don't get a blank page. Help, please?
    Thank you.
    ''[Personal information removed by moderator. Please read [[Forum and chat rules and guidelines]], thanks.]''

    hello, please refer to [[New Tab Page – show, hide and customize top sites]] in order to switch the feature off.

  • I am trying to set up my apple tv on a sony KDL - 40xbr4. The remote is a sony RM-V302. I plugged it into the HDMI IN on the side of the TV but cannot find out how to get to that input. I am at a winter rental property and brought my Apple TV with me.

    I am trying to set up my apple tv on a sony KDL - 40xbr4. The remote is a sony RM-V302. I plugged it into the HDMI IN on the side of the TV but cannot find out how to get to that input. I am at a winter rental property and brought my Apple TV with me. I did check internet for solutions. The instructions I found said to use a "home button" on the remote.  There isn't one. I sure would appreciate help if someone knows a solution.  My first post - hope I did this right.

    if its anything like my Sony, theres a button top left corner that upon each press i get an audible bleep and the AV inputs come up on screen, i then cycle down to whichever input i wish to select!
    in case your remote is different, the button on my remote has a square with a slightly smaller square just overlapping the first square.
    hope that helps?
    rgds Lee.

  • I rented a movie and downloaded to my iPad Air but cannot find to warch. There are no restrictions set and when i go to videos it is not there

    Rented movie fr iTunes but cannot find on my iPad Air. It isn't in the videos file and I do not have Restrictions on. Where can I find my movie?

    Doublechecking ... is it in your Videos app on the iPad?

  • I have Adobe Design Standard CS6 purchased 2013 with serial number but cannot find to download it onto a new mac laptop. When I try and add the 24-digit serial number to my account it doesn't seem to work?

    I have Adobe Design Standard CS6 purchased 2013 with serial number but cannot find to download it onto a new mac laptop. When I try and add the 24-digit serial number to my account it doesn't seem to work?

    CS6 - http://helpx.adobe.com/x-productkb/policy-pricing/cs6-product-downloads.html
    You can also download the trial version of the software thru the page linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site and have cookies enabled in your browser or else the download will not work properly.
    CS6: http://prodesigntools.com/adobe-cs6-direct-download-links.html

  • HT201272 I bought an audio book on my iphone when i went to update my iphone it is now not there. I have the reciept of the purchase but cannot find it on my itunes or on my phone how can i redeem this purchase again?

    I bought an audio book on my iphone when i went to update my iphone it is now not there. I have the reciept of the purchase but cannot find it on my itunes or on my phone how can i redeem this purchase again?

    Nope not there i dont know what to do

Maybe you are looking for

  • Can U transfer purchasers from one account to another?

    I have an old account at the Apple Store that I had not used in a few years and had forgot about. I now have a new account and would like to transfer the purchasers from my old account to the new one. Is there a way to do that?

  • Camera raw error in photoshop elements 11

    I have PE11 with a Canon EOS Rebel T5 camera. When I try to open the raw image (CR2) in photo editor it get an error: "cannot open file because it appears to be from a camera model that is not supported by the installed version of camera raw" I have

  • XSLT Windows v's Unix issue

    Hi I having a problem processing XSLT on unix at the moment, it works fine on windows but when I try process the same file on Unix I keep getting the same error. I'm wondering does anyone know is there a difference between the two operating systems t

  • Action Create Task in correction - what it is supposed to do?

    Dear SolMan Gurus. What the action Create Task is supposed to do in the correction. When I run it, it does nothing. Thank you for any help. Regards, Petr

  • Any fix for 6509847?

    Hi all, I installed Solaris 10 11/06 on a Ultra 60, dual 450Mhz CPU workstation. This is a personal machine at home, so I don't have a service plan to cover it. I appear to be hitting bug 6509847 - when I try to register the new Solaris 10 installati