Airport Extreme giving errors after upgrading to ML Server

With OS X Server, your machine sees your Airport Extreme and can then configure it by opening ports, etc. once you turn on services. I upgraded from OS X Lion Server to ML Server and everything was fine for a second. Now whenever I click on the Extreme in the panel, I get the following error:
The error occurred while processing a command of type 'getIGDPortmaps' in plug-in 'servermgr_network'.
In Console, this error pops up:
7/26/12 9:01:12.036 PM Server[4546]: Error: The server '10.0.1.250' reported an error while processing a command of type: 'getIGDPortmaps' in plug-in: 'servermgr_network'. Error: Error Domain=com.apple.Keychain Code=-25300 "The operation couldn’t be completed. (com.apple.Keychain error -25300.)"
I've got in and deleted all the keychain passwords having to do with the Basestation and I still get the same error. Right now, I put Ser

I don't know if this will help but here's what happened today.
While I was out of the house, I wanted to see if the VPN connection was still active and working on my phone. It told me that it couldn't log in so no big deal. I figured I'd check it when I got home.
I got home and checked the Server settings for VPN and sure enough, it was off. I turned the VPN setting to ON and let it write its information. I then went to the AEBS tab on the left pane and it asked me for the password. Once I put in the password for the AEBS, it worked just fine.
So far what I've done was erase any Keychain passwords related to the AEBS and turned on VPN service to get it working. Don't know if that'll work for everyone else but hopefully it does. Seems it's a tiny bug that should be stomped out rather quickly as it's a huge piece of OS X Server.

Similar Messages

  • Importing a page giving errors after upgrade to APEX 4.2.3

    Good afternoon
    We upgraded from APEX 4.2.1.  Now we cannot import a page get error:
    Execution of the statement was unsuccessful. ORA-20001: Error creating page name="Dashboard" id="56" ORA-02291: integrity constraint (APEX_040200.WWV_FLOW_STEP_UI_FK) violated - parent key not found
    Is there anybody that found a workaround?

    There is a patch that is available that fixes exactly this problem.. see this thread for more info
    Apex 4.2.2 via Apex Listener 2 - returns blank screen
    There is no other way to "fix it"

  • Error after upgrading to Weblogic Server 4.5.1

    Hi,
    We upgraded Weblogic server version 4.0.3 to version 4.5.1 service pack
    18. Since after the upgrade, when I try to check the version installed,
    I get the error message that T3 admin. is not found. I can't even use
    java utils to check my version. I have tried redoing the class path and
    shared library path, but nothing works. Can please somebody help me? We
    are using Solaris 2.7 operating system and JDK version 1.1.8_12.
    Thanks.

    Hi Robert,
    Thanks for the suggestion. I reinstalled 4.5.1 from the CD and everything works. I haven't installed the
    service patch 13 yet. My next question from you is: Do I need to make changes to the application to use it
    on WLS 4.5.1. This application was written around 4.0.3 and JDK 1.1.6. I have also upgraded the JDK to
    version "Solaris_JDK_1.1.7_08a".
    Following is the error I receive in the log file:
    com.leretanet.common.hi.LoginServlet init parameters:
    Loading com/leretanet/common/leretanet.properties
    Unable to load properties file 'com/leretanet/common/leretanet.properties'.
    File 'com/leretanet/common/leretanet.properties' not found on classpath.
    Mon Jan 08 20:48:36 PST 2001:<E> <ServletContext-Servlets> Servlet failed with RuntimeException
    Mon Jan 08 20:48:36 PST 2001:<E> <ServletContext-Servlets> java.lang.NullPointerException
    Attached is the startup batch script that we are using to start weblogic services.Application classes are
    under the /work/weblogic/classes directory. Logically, it should find everything. Application does display
    the Login page. It dies after I enter userId and password.
    Any input? Since you were so helpful last time, I thought I'll try my luck.
    Thanks.
    Zahida
    Robert Patrick wrote:
    It sounds like your installation has been corrupted. I just sent you email with the classes from this
    directory -- if this doesn't work, you should probably re-download and re-install...
    Hope this helps,
    Robert
    Zahid aSharief wrote:
    Hi Robert,
    Thanks for being so helpful. You have helped me more than the BEA tech support. I've been going in
    circle with them and not being able to find any answers. Well, the InitialReferenceConstants.class
    is part of NT install. I do have an NT development server, when I did the search on that class I
    found it in rmi/entention directory. I don't see it in Unix classes. Although, I downloaded the
    upgrade from BEA's website, may be I used the wrong download?
    Just for testing purpose, I copied that class file from my NT server to the Unix server and when I
    did the version check I got the ClassDef error on another Class. I kept copying the class files
    that it was not finding on my Unix server from my NT server. I'm down to a file that does not
    exist in NT. Here's the error:
    java.lang.NoClassDefFoundError: weblogic/rmi/extensions/BasicRemoteObjectReference
    at weblogic.rjvm.Kernel.declareProperties(Compiled Code)
    at weblogic.rjvm.Kernel.ensureInitialized(Compiled Code)
    at weblogic.common.T3Client.<init>(Compiled Code)
    at weblogic.common.T3Client.<init>(Compiled Code)
    at weblogic.common.T3Client.<init>(Compiled Code)
    at weblogic.Admin.connect(Compiled Code)
    at weblogic.Admin.main(Compiled Code)
    Now what do I do?
    Thanks again.
    Zahida.
    Robert Patrick wrote:
    Make sure that your classpath is set properly...
    D:\>dir weblogic451\classes\weblogic\rmi\extensions\InitialReferenceConstants.class
    Volume in drive D has no label.
    Volume Serial Number is 501A-BD5F
    Directory of D:\weblogic451\classes\weblogic\rmi\extensions
    09/30/99 05:48p 553 InitialReferenceConstants.class
    1 File(s) 553 bytes
    1,465,065,472 bytes free
    D:\>
    Zahid aSharief wrote:
    Hi Robert,
    Thanks for your help. I tried changing the classpath. Now I get the following error message:
    java.lang.NoClassDefFoundError: weblogic/rmi/extensions/InitialReferenceConstants
    at weblogic.Admin.connect(Compiled Code)
    at weblogic.Admin.main(Compiled Code)
    What else am I missing?
    Thanks again.
    Robert Patrick wrote:
    WL_HOME=/opt/weblogic; export WL_HOME
    CLASSPATH=$WL_HOME/lib/weblogic451sp13.jar:$WL_HOME/classes:$WL_HOME/lib/weblogicaux.jar;
    export CLASSPATH
    java weblogic.Admin t3://localhost:7001 VERSION
    Hope this helps,
    Robert
    Zahid aSharief wrote:
    Hi,
    We upgraded Weblogic server version 4.0.3 to version 4.5.1 service pack
    18. Since after the upgrade, when I try to check the version installed,
    I get the error message that T3 admin. is not found. I can't even use
    java utils to check my version. I have tried redoing the class path and
    shared library path, but nothing works. Can please somebody help me? We
    are using Solaris 2.7 operating system and JDK version 1.1.8_12.
    Thanks.

  • Win7 Offline Files sync error after upgrade to Lion Server 10.7.2

    Symptom: client is a Win7 laptop, the server is Mac OS X 10.7.3 Lion Server with SMB and AFP shares. Win7 Offline Files stopped working after I upgraded Snow Leopard (non-server version) to Lion Server 10.7.2. After updating to 10.7.3, the problem persists. When syncing, it gives thounsands of error like this: The process cannot access the file because it is being used by another process. WinXP clients are fine with the Offline Files function though.
    I Googled and studied online for several days now and it might be related to the "Oppurtunistic Locking", or "Oplocks" for short, in the SMB protocol. Since Apple has re-written Samba, there's no "smb.conf" anymore to change the Oplocks setting. Maybe it's possible to change the setting in "com.apple.smb.server.plist"?
    From the Internet:
    1. Oplocks should be DISABLED on the server if there is any other file sharing protocol (AFP, etc.) other than SMB.
    2. Offline Files will NOT work properly if Oplocks is disabled on the server side.
    3. It was possible to config oplocks setting in smb.conf in Mac OS X versions prior to Lion but now there's no such config file.
    My Question:
    1. Does anyone else have similar problems?
    2. Is it related to the Oppurtunistic Locking thing?
    3. Is Oppurtunistic Locking enabled or disabled in Lion Server by default?
    4. If it's related to Oplocks, how can I change the setting on the server?
    5. I've noticed that the authentication from Windows PCs to the SMB share on the Lion Server is much slower then in SL. Could this somehow be related to my problem?
    Thanks for your time! :-D

    Any luck getting the info on SMBX parameters like OPLOCKS ? This is apparently causing an issue with Autodesk Revit. I am resorting to installing SMBUP.
    There is an article that describes this method for altering the Lion smbd configuration parameters for honoring ACLs:
    sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.smb.server AclsEnabled -bool NO
    from this article
    http://support.apple.com/kb/TS4149
    and this:
    http://www.stanford.edu/group/macosxsig/blog/2011/08/enable-logging-with-107-smb x-w.html

  • Time machine fails backing up with a "backup disk not found" error after upgrade to Lion 10.7.2

    Time machine fails backing up with a "backup disk not found" error after upgrade to Lion 10.7.2. I've erased and reformatted the drive; reconnected Time Machine(it saw it) and began a new backup. The backup starts again but fails before completing with backup drive not found error. I used the 10.7.2 combo update. Any help on how to fix this problem would be appreciated.

    Arghhhhhhhhhhhhhhhhhhh!!!!!!
    After waiting since October for a fix, I have now upgraded the firmware on the Time Capsule and installed the new Airport Utility, released yesterday, and the situation is even worse.
    Up until now, the Airport Utility had an option to disconnect all drives manually and the Time Capsule would then work until the next reboot – a temporary (?) work-around.
    Now that option does not exist in the new-look Airport Utility. And the Airport Utility installation can’t be rolled back and the old utility won’t restore.
    The sparesbundle is still not accessible. Anyone worked out a work-around in the new environment yet?
    I have another Time Machine backup working fine to a trusty old Lacie Drive so erased the one on my Time Capsule to see if that works. I have renamed the Capsule and the Time Capsule Drive.  But to build another full backup will take at least two days and I shall be away from tomorrow and am reluctant to leave the Capsule and computer up and running for a week. And I’ll bet the sparsbundle will still be nowhere to be found.
    How can Apple screw up so badly when they are to become the richest company in the entire world and – soon – will have more cash in the bank than the entire United States? Can’t they afford someone who really can sort this out? Especially when a Firewire connected hard drive – my trusty and simple LaCie – works fine.
    Words, almost, fail me.

  • Just bought a new Airport Extreme BS. After setup my iphone4 won't find the network (not even with manual entries), but my iMac (2009) does. What is wrong?

    Just bought a new Airport Extreme BS. After setup my iphone4 won't find the network (not even with manual entries), but my iMac (2009) does. What is wrong?

    Well, after another call with Apple support and the engineers, no success.  After spending over 20 hours trying to debug this, I give up.  Apple was basically fishing for a solution with trial-and-error settings on the iphone.  Then they wanted me to plug in software to log my iphone connections to the router, etc, etc., etc., at which point I decided I no longer wanted to participate in their testing process and will simply return the router.
    25 hours of my life I'll never get back.
    Big bummer, and frustrating for all the obvious reasons.

  • Error in Jboss after upgrading to AutoVue server 20.2.2 from 20.1.0

    We've developed an integration to view the files using AutoVue server. At the first stage the integration we used AutoVue server 20.10 and the functionality works fine. After upgrading to AutoVue server 20.2.2 following error comes when accessing the URL http://<servername>:58080/ifs-autovue-connector/servlet/DMS. Please note that Jboss is the application server.
    15:31:37,561 INFO  [STDOUT] ERROR [http-0.0.0.0-58080-1] (?:?) - Failed to verify or update null
    java.lang.NullPointerException
            at java.util.Hashtable.put(Hashtable.java:514)
            at com.cimmetry.vuelink.context.GenericContext.setInitParameter(Unknown Source)
            at com.cimmetry.vuelink.Vuelink.registerDMSContext(Unknown Source)
            at com.cimmetry.vuelink.Vuelink.init(Unknown Source)
            at com.ifs.autovueconnector.DMS.init(DMS.java:22)
            at javax.servlet.GenericServlet.init(GenericServlet.java:212)
            at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1048)
            at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:777)
            at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:129)
            at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
            at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183)
            at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95)
            at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
            at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
            at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
            at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
            at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:566)
            at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
            at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
            at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.internalProcess(ActiveRequestResponseCacheValve.java:74)
            at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:47)
            at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
            at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:905)
            at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:613)
            at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:2036)
            at java.lang.Thread.run(Thread.java:745)
    15:31:37,572 INFO  [STDOUT]  WARN [http-0.0.0.0-58080-1] (?:?) - Failed to load DMSAction class: com.ifs.autovueconnector.ActionGetProperties
    java.lang.ClassNotFoundException: com.ifs.autovueconnector.ActionGetProperties from BaseClassLoader@763d9f12{vfszip:/C:/ifs_tqa/jboss-eap-5.1/jboss-as/server/App8TQA/deploy/docvue.ear/ifs-autovue-connector.war/}
            at org.jboss.classloader.spi.base.BaseClassLoader.loadClass(BaseClassLoader.java:477)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
            at java.lang.Class.forName0(Native Method)
            at java.lang.Class.forName(Class.java:191)
            at com.cimmetry.vuelink.Vuelink.loadDMSAction(Unknown Source)
            at com.cimmetry.vuelink.Vuelink.registerDMSActions(Unknown Source)
            at com.cimmetry.vuelink.Vuelink.init(Unknown Source)
            at com.ifs.autovueconnector.DMS.init(DMS.java:22)
            at javax.servlet.GenericServlet.init(GenericServlet.java:212)
            at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1048)
            at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:777)
            at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:129)
            at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
            at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183)
            at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95)
            at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
            at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
            at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
            at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
            at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:566)
            at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
            at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
            at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.internalProcess(ActiveRequestResponseCacheValve.java:74)
            at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:47)
            at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
            at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:905)
            at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:613)
            at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:2036)
            at java.lang.Thread.run(Thread.java:745)
    15:31:37,743 INFO  [STDOUT] Initializing proxy connection pool
    The errors is ClassNotFoundException. But we've not implemented the class ActionGetProperties. Instead propactions are used. Please help us to resolve this issue as our customers will be in trouble after the AutoVue upgrade.
    /Amaranatha

    I would assume you are using the new jars that come with the latest ISDK
    and that you have read the documentation with the list of all the changes
    so in order to known which configuration parameter is missing, you might need to trace it using a debugger
    there is one parameter that is missing ie returning null and it is obviously a mandatory one
    Also, you most defintively did not properly migrate you web app from 20.1 repo to the 20.2.3 repo as you have missing classes
    com.ifs.autovueconnector.ActionGetProperties
    so your class path is not properly up to date
    that also is a deployment descriptor error
    Please review you deployment descriptor and validate that your war is properly built

  • Cannot locate wireless Airport hubs in Airfoil after upgrading modem and router?

    Cannot locate wireless Airport hubs in Airfoil after upgrading modem and router?  Just replaced modem and router-Airport is working for internet connection, but I cannot locate the two additional sites in my home to feed music to.  Each is connected with a Apple wireless hub.  Thanks

    To work in this configuration, you just need to setup the AX as a bridge.
    To set up the AirPort Express Base Station (AX) as a bridge, using the AirPort Admin Utility, connect your computer directly (using an Ethernet cable) to the Ethernet port of the AX, and then, make these settings:
    Network tab
    - Distribute IP addresses (unchecked)
    - Apply the new setting.

  • Flash 9,0,124,0 security error after upgrade

    I get the following error after upgrading my Flash Player
    (after my system prompted me to install it while running the Flash
    editor):
    Internet Explorer has blocked this site from using an ActiveX
    control in an unsafe manner.
    I have uninstalled and reinstalled the player from the
    browser, about 5 times now and it continues to be a problem for IE.
    Works ok in Firefox if I manually download the FF installer. Is
    there a standalone installer for Vista/IE7 or am I forced to use
    the ActiveX installer which seems to have issues?

    Fix: Removed both (!?more than one?!) versions of flash
    player in my Programs and Features dialog, then ran
    uninstall_flash_player.exe, reset IE7 to factory spec, then
    reinstalled Flash from ActiveX. Seems to be working now.

  • TS1277 "iPhoto was unable to connect to Photo Stream" error after upgrading to mountain lion

    Has anyone gotten this error after upgrading to mountain lion on a computer that already had a user setup on it?
    My iphoto was working with photostream and now it will not connect at all.
    I ran fix disk permissions and once it showed up in iphoto, photostream was loading and then it disappeared again.
    help!

    FWIW I fixed mine when I realised I'd probably downloaded iPhoto using an AppleID from the App Store but logged into iCloud with a different AppleID. I deleted iPhoto and it's related files (but not the iPhoto Library) using CleanApp, entered the App Store with my usual AppleID and downloaded iPhoto again. Once the App Store, the downloaded iPhoto and iCloud logins were the same iPhoto Stream worked again.

  • Error after upgrade CRS 4.0.4SR1 to 4.0.5SR2

    Hi,
    I've got some errors after upgrading my CRS 4.0.4SR1 cluster to 4.0.5SR2.
    First my publisher's status stay in "patch" status for near 2 days now. I'm not able to change anything in the configuration, i've got this message "Config Changes are not allowed during 'Patch' operation, which was started by  '_ccbu_build' at 'Thu Apr 08 04:31:04 CEST 2010 '. Please try again after  'Patch' is complete."(ERREUR02.jpg). How can I change this status?
    Then I've got errors in historical DB which is working but not on the publisher only on subscriber. How can I resynchronize this DB?
    Thanks for your help.

    Thanks Tammy for the reply
    We already tried the suggested SAP Note couple of time without any luck.
    Regards,
    SJ

  • Error after upgrading from  sap b1 pl 35 to pl 49

    hello sap experts 
    iam getting the following error after upgrading from  sap b1 pl 35 to pl 49 this error is coming if we have given round off or discount in the below cell
    "Discount deviates from authorised ranges (sales oreder-discount%for document) [message 439-15] pls make it as soon as possible an i will be thankful to those guys .
    regards
    Jenny

    Hello Jenny,
    You may check by supreuser account first to see if you got the same error.  If not, it probably just related to user authorization.  If yes, it must be a bug.
    Thanks,
    Gordon

  • Trying to connect Verizon wireless router to Airport Extreme but error says Ethernet unplugged.

    Trying to connect Verizon wireless router to Airport Extreme and error says Ethernet Unplugged.

    So, AirPort Utility running on the Windows Vista desktop can "see" the AirPort Extreme and displays its icon, but gives that error message at some point in the setup process? How far does it get?
    Other questions that may help me (or somebody else) understand your problem better:
    Which of the pieces were verified as working before the introduction of the AirPort Extreme?
    Did you have the desktop computer attached to the Verizon GT704WGB with one of the Ethernet cables you are now trying to use? Which one? Have you tried the other one to be sure it also works?
    Are you using the same port on the GT704WGB? Have you tried another one?
    If the desktop has multiple ethernet ports, are you using the same one?
    Had you done any special configuration of the ethernet port on the Verizon GT704WGB to get it to work with your desktop?
    What category ethernet cable are you using? 3? 5? 5e? 6?

  • What can I do if I get an internal power error after upgrading to Windows 10?

    QuestionWhat can I do if I get an internal power error after upgrading to Windows 10?
    AnswerSome laptops with AMD graphics that upgraded to Windows 10 are showing blue screens with error messages regarding Internal_Power_Error. If you receive this error, try the procedure in this article.
    First, you'll need to quickly set the boot options to Safe Mode:
    1. Hold the Windows key and press 'R' to open the run box.
    2. Type MSCONFIG, then press ENTER.
    3. Select the BOOT tab.
    4. Under BOOT OPTIONS, check Safe boot, then select Minimal.
    5. Click Apply, then OK.
    6. Click Restart. (If prompted, click Restart anyway.)
    From Safe Mode disable the AMD Display Driver:
    1. Hold the Windows key and press the 'X' key to open a menu in the lower-left.
    2. Click Device Manager.
    3. Expand Display adapters to show the two display adapters.
    4. Double click AMD Radeon R9 M200X Series.
    5. Select the Driver tab.
    6. Click Disable, then click Yes to confirm.
    7. Click Close.
    8. Hold the Windows key and press the 'R' key to open the run box.
    9. Type MSCONFIG, then press ENTER.
    10. Select the BOOT tab.
    11. Uncheck Safe boot.
    12. Click Apply, then OK.
    13. Click Restart. (If prompted, click Restart anyway.)
    From Windows 10 started with the AMD Display Driver disabled:
    1. Hold the Windows key and press the 'X' key to open a menu in the lower-left.
    2. Click Device Manager.
    3. Expand Display adapters to show the two display adapters.
    4. Double click AMD Radeon R9 M200X Series.
    5. Select the Driver tab.
    6. Click Update Driver.
    7. Click Search automatically for updated driver software.
    8. An AMD driver should be found and installed.
    The driver that originally caused this problem is AMD display driver version 15.200.1046.2 dated 7/15/2015.
    The driver installed through this process might have an older date, such as 15.200.1055.0 dated 7/6/2015. That's okay.

    I'm having the same problem.  I got error message 21.  I went to apple store.  they are saying i have a hardware error.  Really, my phone was working before the update.  Asked me for $150 to get another one when I am due to get a new one and wanted to pass this one on to my child. 
    Help please,
    I will be glad to go back to the older software update

  • Imac error after upgrade to 10.8.4

    I received an error after upgrade tp brand new imac.  Error was upgrade was not installed.  Upon reboot the version of SW in About thi Mac is 10.8.4.  Bug?
    iMac i7, 21.5" 16GB memory, fusion drive.
    Thanks for input.  I assume the upgrade took.

    Verify Permissions gave me some errors, I deleted the repeats and the permissions fixed lines:
    Repairing permissions for “Macintosh HD”
    Warning: SUID file “System/Library/PrivateFrameworks/Admin.framework/Versions/A/Resources/readconf ig” has been modified and will not be repaired.
    Warning: SUID file “usr/lib/sa/sadc” has been modified and will not be repaired.
    Warning: SUID file “usr/bin/quota” has been modified and will not be repaired.
    +++ (multiple repairs)
    Permissions repair complete
    I verfied the HD
    Much text (removed)...
    The volume Macintosh HD appears to be OK.
    I also loaded the Apple downloads version of the upgarde and received the following (again):
    The Installation failed
    The insatllation encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.
    Message was edited by: Steve51K

Maybe you are looking for

  • How can i get my itunes movies to my ps3 using mac

    Please help, I am trying to save the movies i purchased off itunes, onto my PS3. I have my PS3 connected to my MacBook Pro, now i can see the movie's file on my PS3 but cannot display video. Does anyone know how to make this work? Thank You, Mike

  • Year-End workaround needed

    Hi At the moment the Period-End Closing functionality will not work for this company I am working for as they have x8 Business Entities in x1 COA and need the year-end to run per Profit Centre = Company so not to be consolidated, the alternative was

  • Can you marry a thunderbolt display to a early 2008 mac pro?

    can  you marry a thunderbolt display to an early 2008 mac pro?

  • How to fetch latest data from database instead of clicking on Generate report in RSRT?

    Hi all, We are not able to get latest data of BEx query.Everytime we have to click on Generate Report  button in RSRT for getting latest value. Is there any way to get latest value automatically? We are not doing any changes in query. When we click o

  • SD cost condition updation in copa

    Dear Friends, Please help me to understand sd cost condition link with COPA . My clients has given Following cost condition: Variable Manufacturing Cost V01     Direct Materials standard cost V04     Standard Import Duty cost V05     Standard Scrap C