Sync Razr V3c with iCal---not working after OS 10.4.6 upgrade

I have been syncing my ical to my Razr V3c successfully for several months. Since the recent upgrade to OS 10.4.6 I can sync contacts, but when I select my phone icon in isync it tells me that my phone does not suppor ical. Why all of a sudden does it not. The phone is listed as compatable under the list of phones from the isync website. The verizon version is not compatable, but this phone is from US Cellular. Any ideas of how to solve the problem?
Thks--
philli

Apple explicitly de-activated calendar support for Verizon V3c phone, certainly for a good reason. It is easy to re-activate that support but at your own risks.
You will find the hack there:
http://www.briantoth.com/razr_v3c/editmeta.php
However, the page mentions:
"Seems that synchronizing a small number of events may not show any problems, however, a large number of events may very well kill your phone."
(this might explain why Apple did that)

Similar Messages

  • Wifi connection with 4s not working after installing new software ios6

    wifi connection with 4s not working after installing ios 6.

    Go to Settings > WiFi > Select your network and hit the right arrow to "Forget Network"
    Then go to Settings > General > Reset Network Settings  and try connecting again when the phone restarts.

  • ICal not working after updating to 10.7.4

    iCal on my Macbook Pro is not working after doing this latest OS update.. The splash screen comes up with iCal can not be opened because of problems.. Any suggestions? Thanks

    I was having the same problem: the iCal icon image would bounce once or a few times but never open. I re-downloaded and re-installed 10.7.4 as well and iCal works now for me, too. Not sure why, but that's what fixed it.

  • ICal not working after upgrading to snow

    I upgraded my 2008 MacBook to snow leopard and now iCal is not working. It says you can't use this version of iCal with this OSx. You have 3.0.8. What can I do? I installed from a disk.

    After some reading of posts, I discerned that the current version of iCal was in my applications folder. I dragged the older version's icon off the dock, and replaced it with the new version. All is well now.

  • Composite with dependency not working after soa server restart

    Hello,
    I have composite application that invokes another composite application. After deploying those work fine. But after restarting soa server the one having dependency does not work any more. To soa server log I get following:
    <Jul 1, 2010 11:45:29 AM EEST> <Error> <oracle.integration.platform> <SOA-20003> <Unable to register service.
    oracle.fabric.common.FabricException: Error in getting XML input stream: http://Yacico:8001/soa-infra/services/default/validationForCC/getStatusByCC?WSDL: Response: '503: Service Unavailable' for url: 'http://Yacico:8001/soa-infra/services/default/validationForCC/getStatusByCC?WSDL'
    at oracle.fabric.common.metadata.MetadataManagerImpl.getInputStreamFromAbsoluteURL(MetadataManagerImpl.java:276)
    Caused By: java.io.FileNotFoundException: Response: '503: Service Unavailable' for url: 'http://Yacico:8001/soa-infra/services/default/validationForCC/getStatusByCC?WSDL'
    <Jul 1, 2010 11:45:30 AM EEST> <Error> <oracle.integration.platform> <SOA-20020> <Deployment of composite "POProcessing" failed: Unable to find a WSDL that has a definition for service {http://oracle.com/sca/soapservice/POProcessing/POProcessing/receivePO}receivePO and port execute_pt. Please make sure that the port attribute for the binding defined in the composite file is correct by checking the namespace, service name, and port name. In addition, check that the WSDL associated with the binding namespace is imported and currently reachable (check the import nodes at the top of the composite file). Finally, validate the HTTP proxy settings for the server..>
    So POProcessing does not work any more after server restart. validationForCC works fine also after server restart. Url http://...validationForCC/getStatusByCC?WSDL points to wsdl file and is visible by browser.
    I use soa suite 11g patch set 2 (11.1.1.3) running on redhat enterprise linux 5.
    Any idea what is the problem?
    Is it somehow possible to configure which composites are started first during server startup?
    regards, Matti
    Edited by: user10197965 on Jul 1, 2010 2:28 AM

    Yes, I did that. I'm not all that happy about this as a solution either, but it's better than making multiple copies.
    We have since found out that his is a known bug and that it is fixed in some, but not all, deployments.
    -------- see below -------------
    Composites With WSDL Dependencies Fail To Deploy Following SOA Server Restart [ID 1272070.1]          
    Modified:Jul 19, 2012 Type:PROBLEM Status:MODERATED Priority:3                         
    In this Document
         Symptoms
         Cause
         Solution
         References
    This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process and therefore has not been subject to an independent technical review.
    Applies to:
    Oracle SOA Platform - Version 11.1.1.3.0 and later
    Information in this document applies to any platform.
    Symptoms
    A SOA Project has an external reference to a Web Service or a reference to another Composite.
    When the SOA Server is started, the Composite is trying to access the WSDL of it's referenced Web Service in order to load data structures. If SOA can not find the WSDL then the Composite fails to load/deploy.
    Once this happens the Composite can not be started, or shutdown, from Enterprise Manager Fusion Middleware Control Application.
    Related Error Messages:
    [ERROR] [SOA-20020] ... Unable to find a WSDL that has a definition for service ... Please make sure that the port attribute for the binding defined in the composite file is correct by checking the namespace, service name, and port name. In addition, check that the WSDL associated with the binding namespace is imported and currently reachable (check the import nodes at the top of the composite file). Finally, validate the HTTP proxy settings for the server.]
    javax.wsdl.WSDLException: WSDLException: faultCode=INVALID_WSDL: Error reading import of oramds
    Cause
    When SOA Server is restarting the Composite can not access the WSDL of it's referenced Web Service (it is not available).
    In the first scenario there are two Composites on the same server: CompositeA and CompositeB.
    In SOA Suite 11g there is no possibility to specify the load order for the composites. If CompositeA references CompositeB and if CompositeA is firstly loaded then it can not access the WSDL from CompositeB and the issue occurs.
    In the second situation there is one Composite on the server (CompositeA) which references an external WebService (ExternalWS). If the ExternalWS is not available when the SOA Server is starting then this issue occurs.
    Solution
    Solution 1
    Redeploy the affected Composite into the SOA Server.
    You can do that but it is not advisable in a production environment and in a development environment it will take a lot of time to redeploy the composite manually
    Solution 2
    Copy the abstract WSDL locally into the project.
    This is documented in these articles in our Knowledge base:
    •     Document:1155033.1 Node Restart Cause Composites To Become Unavailable. Response: '503: Service Unavailable'
    •     Document:1151973.1 Boot Order Of The Composites Upon Soa Suite Restart
    Steps:
    o     a. Copy and use the WSDL file in the Project
    o     b. Edit the WebService Adapter
    o     c. Change the "WSDL URL" to point to the WSDL copied into the project
    o     d. Redeploy the Project
    o     e. Make this configuration with all the Projects that have a references with other Web Services
    Solution 3
    Use shared artifacts in Metadata Service (MDS). A WSDL used by more than one composite is a shared artifact per definition. If the WSDL structure is changed (that is not happening frequently in a production environment), you will normally deploy a composite with a new version because overwriting it will break your production environment. Moreover, in a development environment you will need a proper process in place where different developers access the same artifacts within MDS. In addition, when you use external WSDLs (owned by third parties), you will have a proper process/agreement in place to be notified about modifications affecting your applications.
    1.     In order to use shared artifacts a MDS connection must be configured in jDeveloper:
    http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10224/sca_lifecycle.htm#SOASE85488
    2.     Deploy the shared artifacts:
    o     a. Create a JAR profile and include the artifacts to share
    o     b. Create a SOA bundle that includes the JAR profile
    o     c. Deploy the SOA bundle to the application server
    http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10224/sca_lifecycle.htm#SOASE85472
    If the shared artifacts (WSDLs) needed are from other composites this step can be skipped
    3.     Create a new WebService
    o     a. When completing the "WSDL URL" click on "Find existing WSDL's"
    o     b. Select "Resource Palette"
    o     c. Go to the SOA-MDS
    o     d. Select a WSDL from a Composite or the one deployed at step 2.
    Known Restriction 1
    The port and the location for the WSDL reference is not completed automatically by jDeveloper in the composite.xml file. This information must be inserted manually. In Bug:10287325 is raised this issue and it is available for SOA 11gPS2+.
    Known Restriction 2
    Another issue regarding MDS caching is raised in Bug:10218147 - the MDS cache is not refreshed when an artifact is deployed or deleted.
    In order to refresh this cache the server must be restarted. This Bug resolves the issue but in a production environment the server restart will be the preferred option. The reason for that is because in a production environment you never deploy single composites under the same version after artifacts (WSDLs) have been modified.
    The fix for the Bug:10218147 can be an acceptable solution in development environment where redeployment would be quicker than restarting the server.
    Bug:10218147 is available for SOA 11gPS2+.
    To find out more information about how to use Shared Metadata check the following documentation:
    Oracle Fusion Middleware Developer's Guide for Oracle SOA Suite 11g
    41 Deploying SOA Composite Applications
    41.7.3 Deploying and Using Shared Metadata Across SOA Composite Applications in Oracle JDeveloper
    URL:
    http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10224/sca_lifecycle.htm#CACFEAJJ
    Solution 4
    The last solution is to use an UDDI (Universal Description Discovery and Integration).
    Oracle recommends Oracle Service Registry 11g (OSR). The advantage is that you can use OSR and SOA Suite in a Shared WebLogic Domain.
    http://www.oracle.com/technetwork/middleware/registry/overview/index.html
    http://blogs.oracle.com/governance/2010/05/oracle_service_registry_11gr1.html
    To find out more information about Oracle Service Registry check the following documentation:
    Oracle Fusion Middleware Administrator's Guide for Oracle SOA Suite 11g
    33 Configuring Service and Reference Binding Components
    33.1.3 Changing the Endpoint Reference and Service Key for Oracle Service Registry Integration
    http://download.oracle.com/docs/cd/E15523_01/integration.1111/e10226/bc_config.htm#SOAAG37248
    Oracle Fusion Middleware Developer's Guide for Oracle SOA Suite 11g
    A BPEL Process Activities and Services
    A.4 Publishing and Browsing the Oracle Service Registry
    http://download.oracle.com/docs/cd/E15523_01/integration.1111/e10224/bp_appx_ref.htm#SOASE85561
    Oracle Fusion Middleware Service Registry 11g
    http://download.oracle.com/otndocs/tech/soa/OSR11gR1ProductDocumentation.pdf
    Solution 5
    In case you have BPM Components in the Composites deployed check the following note:
    Document 1317803.1 Soa Suite Composite Fails To Deploy Upon Restart Of Managed Server
    The issue is caused by the Bug:11822470 SOA SUITE COMPOSITE FAILS TO DEPLOY UPON RESTART OF MANAGED SERVER
    References
    BUG:10218147 - WSDL CHANGES NEED SOA SUITE SERVER RESTART
    BUG:10278478 - WHEN SOA SERVER IS RESTARTED, SOME SOA COMPOSITES COULD NOT LOAD/BE DEPLOYED
    BUG:10287325 - ABSTRACT WSDL NOT AVAILABLE WHEN COMPOSITE STARTED
    BUG:10311698 - WHEN SOA SERVER IS RESTARTED, SOME SOA COMPOSITES CAN NOT BE STARTUP / SHUTDOWN
    BUG:11822470 - SOA SUITE COMPOSITE FAILS TO DEPLOY UPON RESTART OF MANAGED SERVER
    @ BUG:9267312 - MDS ARTIFACTS ARE STILL CACHED AFTER DELETING
    @ BUG:9708488 - AFTER SOA RESTART, ALL PROCESSES HAVE TO BE REDEPLOYED
    @ BUG:9749845 - SCHEMA CACHE STARTS EMPTY AFTER RE-START, BUT NOT AFTER DEPLOYMENT
    NOTE:1151973.1 - Boot Order Of The Composites Upon Soa Suite Restart
    NOTE:1155033.1 - Node Restart Cause Composites To Become Unavailable. Response: '503: Service Unavailable'
    NOTE:1317803.1 - Soa Suite Composite Fails To Deploy Upon Restart Of Managed Server
    Bug 11822470 : SOA SUITE COMPOSITE FAILS TO DEPLOY UPON RESTART OF MANAGED SERVER                    
                   Bug Attributes     
    Type     B - Defect     Fixed in Product Version     11.1.1.6
    Severity     2 - Severe Loss of Service     Product Version     11.1.1.4
    Status     80 - Development to QA/Fix Delivered Internal     Platform     912 - Microsoft Windows (32-bit)
    Created     Mar 1, 2011     Platform Version     2003
    Updated     Oct 12, 2012     Base Bug     N/A
    Database Version     N/A     Affects Platforms     Generic
    Product Source     Oracle          
    Abstract: SOA SUITE COMPOSITE FAILS TO DEPLOY UPON RESTART OF MANAGED SERVER
    *** 03/01/11 08:07 am ***
    Customer has a project consists of two services for interaction with the
    process and one reference to an external service.
    On deployment of the process to an Enterprise Environment, the process works
    as expected. However, upon a restart of the managed server, the process will
    then fail to deploy.
    Workaround used is to redeploy the project again.
    Bug 10278478 : WHEN SOA SERVER IS RESTARTED, SOME SOA COMPOSITES COULD NOT LOAD/BE DEPLOYED                    
                   Bug Attributes     
    Type     B - Defect     Fixed in Product Version     
    Severity     2 - Severe Loss of Service     Product Version     11.1.1.3.0
    Status     92 - Closed, Not a Bug     Platform     226 - Linux x86-64
    Created     Nov 10, 2010     Platform Version     RED HAT ENTERPRISE LINUX 5
    Updated     Dec 10, 2010     Base Bug     N/A
    Database Version     N/A     Affects Platforms     Generic
    Product Source     Oracle          
    Abstract: WHEN SOA SERVER IS RESTARTED, SOME SOA COMPOSITES COULD NOT LOAD/BE DEPLOYED
    Detailed Problem Description
    ====================
    When a SOA composite get dependencies with other SOA composites located on the same server, if the dependency is still not loaded, the SOA composite will not be loaded, and there is no possibilities for Entreprise Manager console to restart it (EM crash). The only way to make it working is to redeployed the SOA composite from jDeveloper that is not acceptable in a production environment.
    The composite that has the issue cannot be start-up or shut-down, although the Enterprise Manager do not show any errors with it.

  • CFHTTP with https not working after server IP change (CF 10, Windows Server 2008 R2)

    Hi,
    We noticed that a call to https://www.googleapis.com/ via CFHTTP stopped working after our sysadmin switched the IP of our web server.
    The error from ColdFusion is:
    JSON parsing failure at character 1:'C' in Connection Failure
    After researching, I tried using the keytool ([CF 10 root]/jre/bin/keytool.exe to import the top-level certificate (GeoTrust Global CA), which was exported from Google Chrome 42 in DER format.
    I used the following flags:
    -import -v -alias GAGLOBAL -file [.cer location] -keystore cacerts -storepass [password]
    It appeared to add correctly, as it displayed the owner, issuer, etc. and asked if I wanted to trust the certificate. I replied "yes", and it responded "Certificate added to keystore" [Storing cacerts]. I then restarted the CF 10 application service. The same error persists.
    Please advise.
    Thanks,
    Dave

    Hi,
    According to your description, my understanding is that manually added statics route disappeared after rebooting.
    Try to use command line:
    Route –p add destination mask subnetmask
    gateway metric costmetric if
    interface
    Note:
    Interface indicates the interface number. Type route print, the first column of
    interface list, find the interface number corresponding to the MAC address.
    Routes added by using the -p option are stored in the registry under the following key:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip \Parameters\PersistentRoutes
    You may open registry edit and check to see if the registry entry is added.
    Besides, you may try a work around way to add this route entry in hosts file, which are stored in the local systemroot\System32\Drivers\Etc
    folder.
    Best Regards,
    Eve Wang
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Trying to sync new account with facebook not working

    hi i have been trying to sync my spotify with facebook on my mobile but as i have already done this with previous account it wont let me and i cant seem to find any way to un sync old account any help plz thanks

    Sorry for the delay replying back.
    I suggest you contact support so they can help you
    https://www.spotify.com/about-us/contact/contact-spotify-support/
    If you get an automated reply email telling you to check the help section or the community, you need to reply back to it, even if it's from a no-reply address.
    Support usually replies within 24-48 hours.

  • Email account and Internet service not working after migration onto a new (upgraded 3rd party) 2012 MBP. Hardware or software issue.

    I just purchased a refurb Mac Book Pro from the Apple on-line store. When I received the machine (serial number)  I purchased 3rd party (OWC) parts. All of these were installed by the authorized, local Apple repair store I have had excellant results with past issues with my 2006 MBP. The parts installed are: 16 meg ram, 240 SSD and a 1 T installed replacing the optical drive.
    Feeling ready now, I had the Apple store do the migration from my 2006 MacBook Pro (OS 10.6.8) over to the 2012.
    When trying to get the new machine into the production flow, I cannot get email to work. It will launch but I cannot access accounts.
    During the One to One, then moved over to the Genius Bar appointment, they reentered the account(s) data. Nothing.
    Also at this time they noticed that the Internet connection was not working.
    A new internet account was set up and it worked. They (Genius) launched email and the Internet connection crashed. This was repeated about 5 times.
    The computer was left with Apple to reinstall the OS (10.8) - their best suggestion as a fix and I have now had a call to say that the install did not correct the problem. Now they are questioning the install of the 3rd party parts as the possible problem.
    I'm to go back into the Apple store to discuss the next steps.
    I would really, really appreciate anyones thoughts / suggestions on this problem. Is it software or hardware? Should I re-install the original ram and 500 m hard drive to start over with the migration? I'll be honest here and state - I'm not a technician in computers or this side of technology. That is why I have reliable parties do the install and trouble shoot. Not a comfortable feeling being at their mercy.
    Advanced thanks to all who believe they have answers.

    Back from the Apple store with my 2012 MacBook Pro.
    After one re-install of the OS - no better - a clean install was performed - purging all of the data that they had migrated over from my 2006 MBP last week.
    The belief is, that the migrated data from my 2006 MBP was too great of a leap for the new 10.8. My (a lot) software was too dated and there in was a "blip" of some sort in some / one of the programs.
    So - all of the OWC parts and pieces that I had installed are not the issue - as they all show up on the About this Mac - and other things are functional. Yeah.
    I now have my 2012 back (with upgrades) in the original form (OS and programs) and I will start a one by one migration of programs that I do need and use. Being cautious not to make one large transfer.... weeding out programs that will no longer be needed or will work on the OS 10.8. I will manually set up the email accounts one by one.
    Fingers crossed.

  • ICAL Not Working After OD restore

    So I couldn't delete users in WGM, so I backed up OD, demoted, promoted and restored. Everything looks like it's working but ICAL is not.
    Issues:
    Ical notifications are not going through. You go to invite someone and nothing happens. Never shows up on the other users calendar.
    Jul 21 08:52:38 server iCal[1158]: Error Error Domain=DAVErrorDomain Code=11 UserInfo=0x120955f70 "The operation couldn’t be completed. (DAVErrorDomain error 11.)" getting free-busy information for (\n "urn:uuid:9609FDF1-E1DF-4DEF-9FF3-2DFACD2DB9C3"\n)
    Jul 21 08:52:38 server iCal[1158]: CalDAV CalDAVLookupFreeBusyQueueableOperation failed: status 'HTTP/1.1 403 Forbidden' request:\n\nBEGIN:VCALENDAR^M\nCALSCALE:GREGORIAN^M\nVERSION:2.0^M\nMETHOD:REQU EST^M\nPRODID:-//Apple Inc.//iCal 4.0.3//EN^M\nBEGIN:VFREEBUSY^M\nUID:3C753D16-BE66-46AA-88A0-ABB843F7BFF7^M\nDTE ND:20100721T220000Z^M\nATTENDEE:urn:uuid:9609FDF1-E1DF-4DEF-9FF3-2DFACD2DB9C3^M\ nDTSTART:20100721T210000Z^M\nX-CALENDARSERVER-MASK-UID:43DDC2D4-16FF-482F-9E0F-9 6967E906253^M\nDTSTAMP:20100721T085238Z^M\nORGANIZER:https://server.domain.com:8443/principals/users/User/^M\nSUMMARY:Availability for urn:uuid:9609FDF1-E1DF-4DEF-9FF3-2DFACD2DB9C3^M\nEND:VFREEBUSY^M\nEND:VCALENDAR ^M\n\n\n... response:\nHTTP/1.1 403 Forbidden^M\nDate: Wed, 21 Jul 2010 12:52:38 GMT^M\nDav: 1, access-control, calendar-access, calendar-schedule, calendar-auto-schedule, calendar-availability, inbox-availability, calendar-proxy, calendarserver-private-events, calendarserver-private-comments, calendarserver-principal-property-search^M\nContent-Type: text/xml^M\nContent-Length: 130^M\nServer: Twisted/8.2.0 TwistedWeb/8.2.0 TwistedCalDAV/2.5 (iCal Server v12.56.21)^M\n^M\n<?xml version='1.0' encoding='UTF-8'?><error xmlns='DAV:'>^M\n <organizer-allowed xmlns='urn:ietf:params:xml:ns:caldav'/>^M\n</error>
    Jul 21 08:52:38 server iCal[1158]: Error Error Domain=DAVErrorDomain Code=11 UserInfo=0x120955f70 "The operation couldn’t be completed. (DAVErrorDomain error 11.)" getting free-busy information for (\n "urn:uuid:9609FDF1-E1DF-4DEF-9FF3-2DFACD2DB9C3"\n)
    Message was edited by: Grundyv2

    Having the same problem. During testing sometimes users can accept invites and view them on their calendar, sometimes they do not show. When trying to accept some users will receive an error 'The server responded with an error Access to event in account is not permitted
    The server responded:
    “HTTP/1.1 403 Forbidden”
    to operation CalDAVWriteEntityQueueableOperation.
    Error log on the server shows:
    2010-07-28 20:50:27-0400 [-] [caldav-8009] [-] [twistedcaldav.scheduling.scheduler#error] Could not find principal for originator: /principals/users/username/
    pretty unsure here, going to keep trying, any help is appreciated

  • Another User with Mail Not Working After Upgrade to Leopard

    I started my own thread because the other person with the same issue was able to resolve his by moving the two files in the Mail library. Well, they don't exist in mine. So I can't move them.
    When I try to open mail, I get nothing. I have to manually open a message viewer window. When I do, there are no messages, I can't send or receive. The Connection Doctor shows that I am connected to the internet.
    When I try to quit mail, I can't - I have to force quit.
    I've tried the suggestions that were here:
    http://support.apple.com/kb/TS2537
    http://support.apple.com/kb/TS2486
    but so far no luck.
    Ideas?

    Create a new user account. Log out of your account and log into the new account. Open Mail and configure it for you mail server. If all is working properly, then you have some serious corruption of something in your normal user account. This may be caused by any number of things such as upgrading a dysfunctional OS X. You might then consider backing up your personal files and data, then erasing the hard drive and installing Leopard from scratch. Or you could try the following:
    How to Perform an Archive and Install
    An Archive and Install will NOT erase your hard drive, but you must have sufficient free space for a second OS X installation which could be from 3-9 GBs depending upon the version of OS X and selected installation options. The free space requirement is over and above normal free space requirements which should be at least 6-10 GBs. Read all the linked references carefully before proceeding.
    1. Be sure to use Disk Utility first to repair the disk before performing the Archive and Install.
    Repairing the Hard Drive and Permissions
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger.) After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list. In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive. If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported, then quit DU and return to the installer.
    2. Do not proceed with an Archive and Install if DU reports errors it cannot fix. In that case use Disk Warrior and/or TechTool Pro to repair the hard drive. If neither can repair the drive, then you will have to erase the drive and reinstall from scratch.
    3. Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When you reach the screen to select a destination drive click once on the destination drive then click on the Option button. Select the Archive and Install option. You have an option to preserve users and network preferences. Only select this option if you are sure you have no corrupted files in your user accounts. Otherwise leave this option unchecked. Click on the OK button and continue with the OS X Installation.
    4. Upon completion of the Archive and Install you will have a Previous System Folder in the root directory. You should retain the PSF until you are sure you do not need to manually transfer any items from the PSF to your newly installed system.
    5. After moving any items you want to keep from the PSF you should delete it. You can back it up if you prefer, but you must delete it from the hard drive.
    6. You can now download a Combo Updater directly from Apple's download site to update your new system to the desired version as well as install any security or other updates. You can also do this using Software Update.

  • Having issues with iMac not working after sleep mode

    When waking up from sleep mode or turning machine on in the mornig computer will not recognize the mouse or track pad.  I have a 3.06 GHZ Intel Core 2 Duo.

    sudo nvram boot-args=”-p -r” should get the computer to reset the nvram. After words its a good idea, to go back into Apple Menu, System Preferneces, Startup Disk, and make sure your Hard Drive is selected.
    Is the OS up to date? if not, why not try running software update?
    have you tried repalcing the batteries?
    Have you tested with a wired keyboard or mouse? (dose it have the same issue)
    Have you tried a safeboot?

  • JSP Session populated with class not working after redirect

    Hi,
    I create a session (code sample 1 below) on my index.jsp page. Index.jsp has a form on it, and a button that points back to index.jsp. The page is dynamically generated.
    The session is created fine, and persists properly between pages.
    However, on the last page, i re-direct the user to summary.jsp (with code sample 2), and on that last page (using the session CODE SAMPLE 3) i get an error.
    Internal error: servlet service function had thrown ServletException (uri=/imac2/summary.jsp): javax.servlet.ServletException: jsps.imac2._index_jsp$userSession, stack: javax.servlet.ServletException: jsps.imac2._index_jsp$userSession at jsps.imac2._summary_jsp._jspService(_summary_jsp.java:681) , root cause: java.lang.ClassCastException: jsps.imac2._index_jsp$userSession at jsps.imac2._summary_jsp._jspService(_summary_jsp.java:611)
    How can I resolve this. The userSession class is defined simply as
    public class userSession
    Code Sample 1 ########################
    userSession requestData;
    if (session.isNew())
         requestData = new userSession();
         session.setAttribute("sessionRequestData", requestData);
         %>NEW SESSION <%
    }else
         if (QuestionID == 1)
              requestData = new userSession();     
              session.invalidate();
              session = request.getSession(true);
              session.setAttribute("sessionRequestData", requestData);
              %>STALE SESSION, RECREATED<%
         }else
              if (session.getAttribute("sessionRequestData") == null)
                   requestData = new userSession();
                   %>WONKY SESSION<%     
              }else
                   requestData = (userSession)(session.getAttribute("sessionRequestData"));
                   %>STALE SESSION<%
    CODE SAMPLE 2 ##################
    response.sendRedirect(response.encodeRedirectURL(myPage.getPage() + "?path=" + Path + getDataPass(request)));
    CODE SAMPLE 3 ##################
    if (session.isNew())
         requestData = new userSession();
         session.setAttribute("sessionRequestData", requestData);
         %>NEW SESSION <%
    }else
         if (session.getAttribute("sessionRequestData") == null)
              requestData = new userSession();
              %>WONKY SESSION<%     
         }else
              requestData = (userSession)(session.getAttribute("sessionRequestData"));
              %>STALE SESSION<%
    }

    Further Information:
    Swapping out the code in summary.jsp to be
         userSession requestData;
         Object o = session.getAttribute("sessionRequestData");
         if (o == null)      {
                   %>NULL <%
         }else
                   %>ELSE<%
         if(o!=null) { if (o instanceof userSession) out.println("yey"); else out.println("nei"); }
    returns: ELSEnei
    So its there, its not null, and its not my object... Why?

  • Syncing iPhone 4s with PC not working

    I've connecting my BRAND NEW iPhone 4s to my PC and it is not responding in iTunes.  I have the most complete, up-to-date software, made sure that the Apple Support software was installed correctly and have restarted both my computer and my iPhone.  I have also check to make sure that it was not the cable and tried a different one, this did not help either.  I'm taking the phone back tomorrow if this isn't resolved asap.  What's the point of having "an awesome phone" if problems like this occur, especially for the money spent on it.
    Thanks!

    gail from maine wrote:
    Look Malachi,
    All we are trying to do is help people here on the forum, and we get folks with absolutely no knowledge of anything Apple all the way up to people who have been using Apple products pretty much since their inception. You may be frustrated at this point, but there is no reason to be a jerk when someone is trying to make sure you have found all of the various places where hints and troubleshooting help may be found.
    Not everyone knows their way around this site, and roaminggnome was just trying to point you in the right direction to save you a possible trip to the Apple store. (you'd be amazed at how many times these "stupid" hints actually resolve people's problems, so apparently not everyone is a genius like you....)
    Considering that the people taking the time to try to answer your questions are doing so voluntarily on their own time, the least you can do is to be courteous. There is more than enough rudeness in this day and age to go around - we don't need it from someone who we are trying to help.....
    GB
    Note the difference in your reply vs. his Gail.  You asked a clarifying question in which I can tell you're interested in figuring out the problem.  Whereas his/her response was simply a link.  I agree that these links are rather helpful at times, but I've been dealing with this for two days and was very specific about detailing in the original post that I went through those steps.  Perhaps, it would have been more clear had I specified I went through the troubleshooting offered by Apple already, but someone who posts a link to the detail that I went through as a response, clearly didn't bother reading more than the title. 
    I appreciate the help, but individuals that are on here replying to posts and figuring out these types of dilehmas are individuals who enjoy doing so and actually learn from it.  If someone posts a problem I would at least have the decency to type out a response, as you did, instead of trying to boost their ranking on Apple's Support Community by posting a link that might be helpful to someone who only types the title and nothing more.
    By the way, thanks GB for attempting to be courteous despite my frustration.

  • HT6150 Wifi not working after Maverick 10.9.2 upgrade

    Hi does anyone have any issue with Wifi after upgrading to OS Maverick 10.9.2? I upgraded and my wifi just stopped working. How do we fix this?

    Troubleshooting Wi-Fi issues in OS X
    Wireless Connection Problems - Fix
    Wireless Connection Problems - Fix (2)
    Wireless Connection Problems - Fix (3)
    Wireless Connection Problems - Fix (4)
    Wireless Diagnostics - About

  • CS4 Design Suite not working after OSX 10.7.5 upgrade

    I recently upgraded my Mac OS to 10.7.5 from 10.7.4. I also upgraded Java from SE6 to 7.  Now my cs4 design suite will not open.  I click on the Illustrator alias but nothing happens. I get the Rainbow Pinwheel that spins for 2 seconds and then stops.  This also happens when I try using Photoshop, InDesign, and Dreamweaver. I've also tried opening using the .app file in the applications folder, but the same thing happens.
    A side note: I tried to revert back to Java 6 with no luck.  and I do not have a back up of my OS to revert back to 10.7.4.  Everything was working great prior to the upgrades.
    Please Help

    Run teh Creative Suite Cleaner Tool, reinstall.
    Mylenium

Maybe you are looking for

  • Debug mode (EP6 SP 2) crashs from time to time

    hi folks, we got a very well running portal ep6 sp2 which we use for iview development. the developers use pdk and eclipse and we start the portal in debug mode. what happens is that from time to time it gets unpossible to connect to the debug port.

  • Macromedia Contribute 3.11 Slow Connection issues Windows 7

    I have got Macromedia Contribute 3.11, i am experiencing lot of issues at the moment. Firstly, it takes a long time to connect to the server, most of the times it connects to the server, sometimes it fails, but the time it takes to connect to the ser

  • Fullscreen Flash Video Issues

    On all browsers it seems that flash videos from certain sites (not youtube) will fullscreen initially and then only populate the top left quadrant with video. My flash is up to date and so are my browsers.

  • Adobe Flex 2 Developer Exam

    Hey everyone, i am thinking of taking the flex certification so i was wondering if any of you has already taken it, if so which chapters do you recommend me to read from the developers guide? I downloaded the guide for the exam but it is no very clea

  • OID AD native auth. OK. But now how can I login as "portal"?

    Hello guys, I had success in implementing OID on AD authentication. But now, I'm not able to login in the Oracle Portal as administrator, since my AD user has no priveleges to make that!!! How can I login in the Oracle Portal as "portal" user or how