IMac Hangs when Updating Mac OS X 10.5.5

Hi
I'm currently operating my iMac under Mac OS X 10.5.4 and wanted to install software update to 10.5.5. However, each time i try, it hangs. After I click on the install, my iMac restarts and attempts to install the new OS. But it just hangs there for a long time almost 1 hour. I had to basically do a hard reset to reboot my iMac.
I did a disk utility check and there are no there were no issues identified.
Any idea what I should do??
Jojo

Hello jojos:
Run repair disk from your software install DVD. Then download (even if you have done it before) the combo OS X 10.5.5 updater and apply it.
Barry

Similar Messages

  • My iMac hangs when installing Yosemite.

    My iMac hangs when "installing on HD about 22 mins remaining" I did not check to see if this iMac can support Yosemite. What do I do now?

    You can try using the full offline Reader installer from
    http://get.adobe.com/reader/enterprise/

  • JWS Hanging when updated jar available

    Hi,
    When I make an updated JAR file available, it gets downloaded and verified correctly (it's signed), but then nothing. The progress dialogue simply says that scanning has reached 100%. There have been a couple of threads along these lines, but nothing that seems to jump out as a solution. Here are the details:
    I have an application that I am deploying, as described by this JNLP file:
    <?xml version="1.0" encoding="ANSI"?>
    <jnlp spec="1.0+" href="ourapp_main.jnlp" codebase="http://myMachineName/ourapp">
      <information>
        <title>Application Titlet</title>
        <vendor>Meridian Informatics</vendor>
        <homepage href="http://meridianinfo.com" />
        <description>Our app</description>
        <description kind="one-line">Our app</description>
        <description kind="tooltip">Our app</description>
        <description kind="short">Our app</description>
        <icon href="http://myMachineName/ourapp/images/icon.gif" version="" width="" height="" depth="" size="" />
        <offline-allowed />
      </information>
      <resources>
        <j2se version="1.3+" />
        <jar href="ourapp_main.jar" main="false" download="eager" />
        <nativelib href="win32printerdll.jar" download="eager" />
        <extension href="activation.jnlp" name="activation" />
        <extension href="borland.jnlp" name="borland" />
        <extension href="collections.jnlp" name="collections" />
        <extension href="design_pro.jnlp" name="design_pro" />
        <extension href="ourapp.jnlp" name="ourapp" />
        <extension href="ibmftp.jnlp" name="ibmftp" />
        <extension href="framework.jnlp" name="framework" />
        <extension href="mail.jnlp" name="mail" />
        <extension href="xreport_pro.jnlp" name="xreport_pro" />
        <extension href="xtools.jnlp" name="xtools" />
      </resources>
      <security>
        <all-permissions />
      </security>
      <application-desc main-class="com.meridianinfo.ourapp.twotier.MainApp" />
    </jnlp>And here's a JNLP file for one of the extensions (all extension JNLP files were copied from an original and the relevant names changed):
    <?xml version="1.0" encoding="ANSI"?>
    <!--  created on Tue Aug 28 13:18:27 GMT+11:00 2001  --><!--  created by fitzpatk on Windows 2000  --><!--  1.3.0  -->
    <jnlp codebase="http://myMachineName/ourapp" spec="1.0+" href="ibmftp.jnlp">
      <information>
        <title>Desktop for Ecommdirect</title>
        <vendor>Meridian Informatics</vendor>
        <homepage href="http://meridianinfo.com" />
        <offline-allowed />
        <icon kind="default" href="http://myMachineName/ourapp/images/icon.gif" />
      </information>
      <resources>
        <jar href="ibmftp.jar" main="false" download="eager" />
      </resources>
      <component-desc />
      <security>
        <all-permissions />
      </security>
    </jnlp>In versions of JWS prior to the latest, all the JNLP files would be downloaded, but then processing would stop (i.e. no jar files would be downloaded).
    When using the latest version of JWS, launching an application for the first time works fine - everything gets downloaded correctly, installed, and the application launched. As long as there are no updates, this continues to work.
    If I update one of the jar files, it is downloaded and scanned, but the application never starts. The dialogue stating that scanning has reached 100% remains on screen. There is nothing untoward in the log file or in the console. If I hit Cancel at this point, and try to launch the application again, everthing works (of course, there is nolonger an update to download at this point).
    If I update two or more jar files (but not all!), I have to repeat the previous procedure for every updated jar file, before the application will launch.
    If I update all of the jar files, it works as expected - everything is downloaded and installed and the application is started.
    BTW: I am "updating" the jar files by resigning them (using jarsigner).
    I am using Win NT and Win 2K, JRE's 1.3.1 and 1.3.0_01.
    This looks like a bug to me, but before I log it as such, I'd appreciate hearing your thoughts/comments. Maybe there is something missing from my JNLP files, or some combination of software that is likely to cause this?
    All comments appreciated.
    Kieran

    There have been a couple
    of threads along these lines, but nothing that seems
    to jump out as a solution.Yep.
    My strategy is brute force, born out of cluelessness, and is either
    1. nuke .javaws/cache and retry
    or if that doesn't help get really angry and
    2. nuke the whole Java Web Start installation directory (and please make sure that not a single .dll survived eg due to IE having some instance slurped in), reinstall Web Start and retry
    and if that does not help we go into scapegoat location mode and do
    3. It must be the bloody JRE, thus try again with 1.3.1, 1.3.1_01, 1.4 and whatever JRE you get your hands on, try also alternative vendors like IBM or Blackdown
    the adventureous now might do
    4. sign that incomprehensible license agreement, download the Web Start sources and fix the problem yourself
    but if you have not enough time or skills on your hand then finally give up and try
    5. It is a Web Start bug. Let's submit it as bug and wait for 1.1
    Not too subtle, eh? :-)
    But there are reasons for this.
    installation of new versions might end in a mess
    No. 2 is motivated by the fact that deinstallations of old Web Start versions and installations of new Web Start versions might lead to a mess.
    Ideally Web Start would work afterwards such installations without problems, and even better, the old cache would be left intact, so that not everything needs to get downloaded again.
    I had two cases (me playing with 1.01 and 1.01_01, and a colleague playing with 1.01something and trying out the 1.4 JDK beta, where Web Start is a part of the JDK) where this led to a hang of that kind what you described.
    The installation guide
    http://java.sun.com/products/javawebstart/docs/installguide.html
    hints as well that things might go wrong.
    cache corruption, insufficient change detection
    No. 1 is rooted in the observation that Web Start's update mechanism does not work as expected.
    Ideally, when we launch an app, the Web Start client should find out about the main jnlp file and the sub jnlp files and jar files that are used by it. It should detect changes in all those items and download if they changed.
    BTW: I am "updating" the jar files by resigning them
    (using jarsigner).But what changes does it detect?
    - does it just look if something with the same name is already in the cache?
    - does it look at the timestamps of the cache contents and compare that to the timestamps of the versions on the server?
    - does it compare content differences (eg by calculating hashes like md5 or SHA-1)?
    My impression that it does only the first.
    I very often have to empty the whole Web Start cache on the client, when I'm changing/updating jars and jnlps on the server.
    more fun
    No.3 is justified by experience. I had many surprises here.
    Regards,
    Marc

  • Dreamweaver CS6 hangs when updating template

    Hi there - got a bit of a problem... When I update a template for the FIRST time, it alters all the child pages. However, when I then make a template change and try to update the template, it just hangs on the 'Update Pages' box - I leave it for about 5 mins andstill nothing, so have to manually stop it. Does anyone know what's going on?

    I have CS6 and running windows XP. Mine also hangs up. Tried what you said arorasps but does nothing.
    Also before that, I get a splash screen asking for user name and password.
    I just cancel out of that, because I never had to do that before.

  • Airport extreme freezes when updating MAC access list on WiFi. What can I do ?

    Trying to add a new PC on the WiFi network, the control is via MAC addresses. I can enter the new MAC address, and description, but airport freezes when I try to update. The only way I can get back is unplug / replug airport, but then it is not updated with the new address.
    Macpro on 10.7
    Airport extreme 802.11n 1st gen (7.5.2 with airport utility 5.5.3)
    Thanks

    If you have not already done so, try temporarily connecting an Ethernet cable from your Mac to one of the LAN <-> ports on the AirPort Extreme. Then open AirPort Utility, make the changes you need and see if the AirPort Extreme will Update correctly. If it does, you can disconnect the Ethernet cable.
    If still no luck, your next option is to perform a Factory Default Reset on the AirPort Exreme to clear out all the current settings and then reconfigure the device again.

  • My iMac freezes when updating my apps in iTunes

    My iMac is a 24" with 3,06GHz Intel Core 2 Duo and 4GB 800MHz DDR2 RAM. After the installation of Lion, every time I try to download the updated apps inside iTunes (yes, it happens just with iTunes since the Lion installation!) after one or two minutes the noise behind the screen stops, the downloads are interrupted and everything dies. The only thing I can do is force to shut off pushing and holdin the power botton behind the screen... I tried also to format and reinstall Lion but the problem continue to persist. Help me please!

    I had the same issue. My itunes plists had become corrupted.
    I had to call Support who told me to do the following.
    move 3 x itunes.plist onto desktop
    move itunes music folder onto desktop
    trash itunes
    reboot imac
    check itunes is gone
    download itunes
    install itunes
    open itunes and cancel tfr of exisiting itunes music
    log into your itunes account
    test purchase of new music
    verify all is ok
    delete itunes plists from desktop
    move itunes music from desktop into users itunes folder
    open itunes
    go to advanced, consolidate library
    this should work

  • IPhoto 9.5.1 keeps hanging when updating faces.

    Hi, Basically what the subject says. I open up iphoto. Go to faces>persons name and then confirm additonal faces. Click done, then I get the spinning ball of death for hours. I have done the whole rebuilding the data base still no joy. So fustrating iPhoto used to work so well.
    A few points; my iPhoto library contains about 18,000 photos and the library sits on an external hard drive.
    Any help would be appeciated.

    genpro I think you are seeing what I have seen many times.  I hesitate to disagree with so formidable and respected an authority as Old Toad, but I do think there is more to this issue, and that the real problem has been missed. 
    What happens is that the process that searches for new faces takes a long time to run.  While it runs iPhoto becomes unresponsive, as you have noted.  When iPhoto finishes all its database housekeeping it becomes responsive.  You can see this by watching iPhoto's use of cpu time in Activity Monitor.  When suggested found faces are confirmed as correct or as incorrect, iPhoto seems to go through several steps.  One is marking the databases according the the confirmed responses, another is using the newly modified database of positive face exemplars to search the newly modified database of all found faces.  When these databases become large, the calculations ale a very long time.  The search algorithm apparently stores intermediate values during the search.  When these databases become large, the intermediate stored values become impossibly large.  Often large amounts of virtual memory are used, meaning the data manipulation requires disk access and swapping, slowing the process much more.   The combination of slow complex calculation and massive intermediate stored value overwhelms your computer.  When the search ends cpu cycles become available and memory becomes freed, and iPhoto and your computer return to normal operation. 
    When you used iPLM the search for new found faces proceeded slightly differently, and did not hold up the computer. 
    Use Activity Monitor to observe cpu and memory usage next time you confirm suggested found faces, and you will see what I am telling you. 
    One workaround is to do something else and let iPhoto run until it is finished,  This only works for smaller libraries or smaller sets of exemplars.  For larger ones the memory requirements can easily be too great for the Faces search to complete.  In this case the only solution is to Force-Quit iPhoto.  In general Force-Quit while a database is updating is not a good idea.  In this case it seems to be the only solution, and usually does not seem to cause too much trouble. 
    I have reported this to Apple.  I urge you to do so also. 
    As LarryHN notes, "I find Faces more that a bit flaky". 

  • HT4623 Terms and Conditions screen hangs when updating to iOS 8.0.2 on iPhone 5c

    I have iOS 8.0 (12A365) on my iPhone 5c. The phone has 32 GB, 16 GB available.
    Tried to update to iOS 8.0.2 over the network, but after touching "Agree" on the pop-up from the Terms and Conditions screen, the Settings app froze. The screen did not close, and everything on it became un-responsive. The home button still worked, and other apps still worked, but I had to reboot the phone to get back to a usable Settings app. I'll try updating via iTunes next. Meanwhile, has anyone else had this problem?

    FWIW, updating via iTunes (11.4 on Windows 7) worked

  • TX hotsync with Vista, Hot Sync 7.0 hangs when updating date book

    Hotsync of my Palm TX, with hotsync 7.0, Windows Vista is failing. Hangs on date book, step 2 of 13. Have to kill task with task manager to recover.
    Worked a few times after initial install.
    Log says did not transfer all data items to desktop. Suggests increasing the limit??
    Don't see a way to increase the limit on data items.
    Any suggestions?
    Post relates to: Palm TX

    Go over to www.pimlicosoftware.com and get dbfixit, run it and see if it finds any corruption. If it does you can either manually fix them for free or purchase the program and have it fix it for you. Then try to sync again.
    Post relates to: Centro (Sprint)

  • E90 hangs when update to new Firmware

    Hi all, my E90 hung while I was attempting to update to latest Firmware 200.34.73, the process seems to have stalled & disconnected the phone without warning but the advice I get is don't disconnect the cable to avoid serious damage to phone ,what should I do now? Advice appreciated

    The new nokia software updater has a major bug that is preventing users from updating.
    It is mostly affecting vista users. The program will either sit there without giving you any errors or give you a message about service layer not responding.
    All you can do is unplug the phone and hope that it switches on again. You may need to remove the battery for a minute.
    There has been lots of posts about this issue in the software updates section of the forum.

  • IMac hangs on spinning color wheel when coming out of screen saver

    Since updating to the latest version 10.5.5 my iMac hangs when coming out of screen saver mode with the spinning color wheel and I have to do a hard reboot.
    I did some searching and it looks like this was also a problem back with and earlier version of 10.5
    I use the pictures screen saver.
    Anyone else have this problem since the last update??

    Medievalknight wrote:
    I was so spoiled from not having to do anything with my iMac but enjoy it that it never occurred to me a little maintenance would be required.
    Still compared to the Windows PC's I have around that I have to try and maintain once a day I think the Mac is a killer machine....
    You should attend to your iMac. Even the best machines need periodic attention.
    Like an iceberg, most of Leopard is "under the ocean" or as we say, "under the hood." There is an extremely powerful BSD OS down there and it is really that, not Leopard per se, that need an occasional "tweak."
    Actually there are automatic routines that do much of the hidden maintenance but permissions repair is not one of them.
    Again, you do not need to run permissions repair every day. Not even every month, but it's best to do it anytime you install new software - before and after installing the software.
    Some, but not all of the issues you see here are the result of not maintaining the computer.

  • Aperture 3.5.1 on OS X 10.9.2 hangs when trying to update the backup

    Aperture 3.5.1 on OS X 10.9.2 hangs when trying to update the backup. I get the rotating beach ball cursor for hours but not get the confirmation dialog known from 3.4.2 aksing whether I really want to back up.
    On old Mac Mini with OS X 10.6.8 and Aperture 3.4.2 there was no such issue.

    Creating a new vault and populating it always works but then turning around and updating that vault hangs? The drive is formatted OS X Extended, correct?
    That is strange. Before abandoning vaults, they should and do work in 3.5.1, I'd try this
    Run a library repair on the library. I always do this now as it seems to cut down and hangs when updating a vault.
    Before starting the vault update open the Aperture activity window Aperture->Window->Show Activity.
    Now do the update.  I can't give you anything specific to look for, just try to get an idea of where the hang is happening (if it happens after the repair).
    As for rsync, it should work OK but keep in mind as a lot of the data now in 3.5 is in database files any change to Aperture will result in reync seeing a lot of files has having been changed so I'm not sure now much of a savings that will be over just copying the library. To be honest I've never tried rsync on an Aperture library so this may not be an issue but something to keep in mind. BTW do you have much rsync experience? It can be a bit of a bear to setup if you're not familiar with it.
    Another option is to look at one of the cloning programs Carbon Copy Cloner or SuperDuper. They have the ability to make clones and then update only the changes since the last clone operation. In reality, I believe one or both actually use rsyn as the backend but give you a much nicer way to set it up and schedule it.

  • Imac is hang when itunes updates applications

    Hi guys.
    i have iMac 24" C2D 3.06, 4G ram bus800, HDD 1TB...It runs well but one thing.
    When i login my iTunes account, choose update mobile applications, iTunes will update...after 3-4 apps update done, then it is hang, iTunes is hang and my iMac is hang too.
    and it just be hang when i do that ( open iTunes and choose update apps) again...
    i changed ram, i changed hdd, reset PRam, reinstall lion, reinstall snow leopard, run sofeware update....bla bla...but my iMac still hang when i run iTunes and choose update for my iPhone's applications. it appears apple color spinning wheel, and the only application can run is that Spinning Wheel...:(
    Any idea my friends? Thanks
    i posted it in iMac forum, but one man told me should post here. Thanks

    I would think you would get a faster answer from the users in the iTunes for Mac forum.  Good luck

  • IMac G5 hangs when downloading and installing updates to 10.5

    My iMac G5 hangs when I try to download and install the recent large update to 10.5. Message says restart to complete the installation, but after restart the messages says it is configuring the software, but progress bar shows no progress after several attemps, the longest being over 12 hours. Any ideas would be appreciated. Thanks, Bob.

    Repair permission & restart your computer. Try reinstalling the OS update from the combo installer if you have not already done so instead of using Software Update.
    If successful, make sure you repair permissions again after all installations are completed.

  • HT5167 When I try to install the update"MAC OS X Update Combined, I get a message that says it cannot be saved & connection reset by peer.  What do I need to do to get this update installed.  I just purchased my first iMAC and don't know anything about it

    When I try to install the update"MAC OS X Update Combined, I get a message that says it cannot be saved & connection reset by peer.  What do I need to do to get this update installed.  I just purchased my first iMAC and don't know anything about it.

    Try here:
    http://support.apple.com/kb/DL1524

Maybe you are looking for

  • Sync issues after iOS 8 update

    Hi, I have an iPhone 5S, 64 GB. After updating to iOS8 I got sync issues. "Waiting for changes to be applied" never disappeared. Also the storage usage in iTunes 11.4 is wrong. iTunes said I had 6GB free, when I had in fact 20GB. I restored the phone

  • Questions on ICR reconciliation process 002

    Dear all, I am implementing ICR reconciliation process 002   and I have some questions regarding process's behaviour and functionality. I have set u201CDefine Rules for Document Assignments" as following: 1     POPER     Posting period     = Equal   

  • Ipod shuffle no longer works after 10.7.5 upgrade!

    I have the late 2009 iPod (Product) Red Shuffle 2 GB, always worked fine but after the Mountain Lion (10.7.5) upgrade it does not show up in iTunes. Yes I have the latest iTunes and latest everything. I've already tried unplugging it and resetting th

  • How do i change the start up page i have changed in tools but returns to the unwanted page at startup

    i changed the start up page in tools / options and when i restart Firefox it returns to the unwanted page i installed bit comet and winxdvd programs i was browsing some other sites at the time so i am not sure if those programs were the problem or no

  • Phone is Dead from Trying To Update OS

    I'm having an absolutely Nightmare Experience with using DM so far.   It installed fine, that's not the problem. The main thing I was interested in doing was upgrading the OS because I've not been able to do so and I'd read that's why I'm having some