Unable to update features using the NWDS Update Manager

I'm updating the NWDS and selecting the features to install from https://nwds.sap.com/swdc/downloads/updates/netweaver/nwds/ce/710
It hung midway while downloading:: plugins/com.sap.engine.clientapis_2.0.0.101103141034.jar (9928K of 10560K bytes)
I had to force kill the NWDS and when I restarted it and tried to update the features again, it doesn't try to download the clientapis jar that failed to download before. I don't find this jar in the eclipse\plugins folder either, so why does it skip this jar?
By the way, the features to install automatically listed were as below:
- https://nwds.sap.com/swdc/downloads/updates/netweaver/nwds/ce/710
  - SAP NetWeaver Developer Studio CE 7.1 SP11 PAT000
   - SAP Netweaver Developer Studio Java EE 8.0.110000.101103141042
   - SAP Netweaver Developer Studio Development Infrastructure Client 8.0.110000.101103141042
   - SAP Netweaver Developer Studio Web Dynpro User Interfaces 8.0.110000.101103141042
   - SAP Netweaver Developer Studio Composition Tools 8.0.110000.101103141042
Now it gets repeatedly hung while downloading the jar file
  plugins/com.sap.devmanual.doc.user_1.1....818085804.jar everytime I kill and restart and try to update.
The way I update is from the Help menu->Install/Update->Search for new features to install.
In the "Product Configuration" I see the below
- SAP NetWeaver Developer Studio
  - E:\Program Files\SAP\IDE\CE\eclipse
    - SAP NetWeaver Developer Studio Platform 8.0.110000.101103141042
       -Eclipse Platform 3.3.0.v20070612-_19UEkLEzwdF0jSqQ-G
           - Eclipse RCP 3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG
       - SAP NetWeaver Developer Studio Composition Environment 7.1.7.1.0.101103141042
Can someone please help understand what is happening and how to get the update manager working, before I get fired from my job for showing no productivity since 2 days? If it is a matter of the mirror being down, can you tell how I can choose a different mirror for a site in the Eclipse Update Manager?
Edited by: convicted on May 6, 2011 1:58 PM
Edited by: convicted on May 6, 2011 2:04 PM

Is there any issue with connection to the network(internet) fromt he NWDS?
Usually, NWDS is unable to connect to network due to incorrect Network Connection parameters.
As a workaround, try to locate an existign installation of the NWDS with all the plugins. Ontain those files and save it in your NWDS folder.
Regards,
Sharath

Similar Messages

  • X11 not starting after upgrading to 10.5.4 using the combo update

    Because of a bug in Package Maker included with XCode 3.1 I ended up breaking my complete OS. After re-installing Leopard and using the Combo Update to 10.5.4 I am not able to run X11. I was able to use it prior to re-installing, but then I got the upgraded incremental via the online update.
    It reports this on the console (a lot)
    /usr/X11/libexec/x11-exec: Unable to find application for org.x.X11
    It seems that this has already been reported to Apple, who acknowledged it as a bug. Is there any new from Apple on if / when / how this issue can be resolved other then by installing a separate application ? Will installing the Xquartz package allow me to install the fix when it becomes available ?

    Search these forums for X11. There's been some recent traffic on X11.

  • I have used the plugin updater to update most of my plugins, but i don't want to update one of them- is there a way to get the plug in manager to stop asking me to?

    i have used the plugin updater to update most of my plugins but i have one that i do not wish to update. is there a way to stop getting the plugin manager to pop up every time i open up firefox? i updated all other plugins except adobe reader- which i have adobe acrobat and wish to use that instead but when inside firefox it always uses reader as default so i just chose not to install the update. can i disable the update manager?

    That is stealing.

  • Write an UPdate statement using the logic used in PL/SQL block (oracle 10g)

    Hi All,
    I have written the following PL/SQL block. I want to write an UPDATE statement using the logic used in the following PL/SQL block. can any one please help me out in this regards.
    DECLARE
       v_hoov_fag   gor_gold_post.hoov_flg%TYPE;
       v_b49n          gor_gold_post.b49n%TYPE;
       CURSOR c
       IS
          SELECT bs_id, loyalty_date, loyalty_period, contract_date
            FROM gor_gold_post
           WHERE tariff_code IN (169, 135, 136);
    BEGIN
       FOR rec IN c
       LOOP
          IF    (TRUNC (ADD_MONTHS (rec.loyalty_date, rec.loyalty_period)
                        - SYSDATE) < 304
             OR (    TRUNC (  ADD_MONTHS (rec.loyalty_date, rec.loyalty_period)
                            - SYSDATE
                           ) IS NULL
                 AND (SYSDATE - TO_DATE (rec.contract_date, 'YYYYMMDD')) > 91.2
          THEN
             v_hoov_flg := 1;
          ELSE
             v_hoover_flag := 99;
          END IF;
          IF    (TRUNC (ADD_MONTHS (rec.loyalty_date, rec.loyalty_period)
                        - SYSDATE) < 121.6
             OR (    TRUNC (  ADD_MONTHS (rec.loyalty_date, rec.loyalty_period)
                            - SYSDATE
                           ) IS NULL
                 AND (SYSDATE - TO_DATE (rec.contract_date, 'YYYYMMDD')) > 91.2
          THEN
             v_b49n := 1;
          ELSE
             v_b49n := 99;
          END IF;
          UPDATE gor_gold_post
             SET hoov_flg = v_hoov_flg,
                 b49n = v_b49n
           WHERE bs_id = rec.bs_id AND tariff_code IN (169, 135, 136);
          COMMIT;
       END LOOP;
    END;Thank you,

    Using case statement.
    UPDATE gor_gold_post
       SET hoov_flag = CASE WHEN TRUNC (ADD_MONTHS (rec.loyalty_date, rec.loyalty_period) - SYSDATE) < 304
                                   OR
                                   (TRUNC (ADD_MONTHS (rec.loyalty_date, rec.loyalty_period) - SYSDATE) IS NULL
                                AND (SYSDATE - TO_DATE (rec.contract_date, 'YYYYMMDD')) > 91.2)
                           THEN 1
                           ELSE 99
                         END,
           b49n      = CASE WHEN TRUNC (ADD_MONTHS (rec.loyalty_date, rec.loyalty_period) - SYSDATE) < 121.6
                             OR
                             (TRUNC (ADD_MONTHS (rec.loyalty_date, rec.loyalty_period) - SYSDATE) IS NULL
                                AND (SYSDATE - TO_DATE (rec.contract_date, 'YYYYMMDD')) > 91.2)
                           THEN 1
                           ELSE 99
                         END
    WHERE tariff_code IN (169, 135, 136);Note: Code not tested.

  • Using the software update created problems

    Ok so I bought Leopard and upgraded from Tiger, then updated using the software update. Now I have a whole bunch of problems. My Apple Works is now missing, the program is just gone. All my Adobe programs now give me the error of Incompatible with current OS or some Your Licensing is not working error. I have a whole load of Adobe programs that should be working, like Contribute CS 3 and Photo Shop and Illustrator and Designer and so on. All of which worked under the 4.11 and the 5.1 OSes but now no longer work. This isn't even touching on the elimination of the Classic environment which i have a lot of programs that will cost way too much money to buy again for the new OS.
    Anybody know how to get back Apple Works and how to get the Adobe products running again?

    First set of problems, I had two software packaged programs go missing. Totally erased from the system. iWeb and Apple Works.
    This would not happen after a software update, unless the directory got damaged somehow*:
    http://www.macmaps.com/directoryfaq.html
    That would give the machine a difficult time trying to find files on the computer.
    Next set of problems my external firewire drive stopped being seen from the system.
    This most commonly happens if a Firewire hard drive does not have the proper firmware to be used with the operating system in question. This is one reason most people recommend dismounting and disconnecting all third party devices before applying updates. This used to be a more common problem with 10.3, but not out of the realm of experience of people with 10.5.
    The next most common cause is the clock battery dying, but not quite dead. Replacing it can fix that problem as well.
    I should say that my system consists of several computers networked together.
    I would have completely disconnected the computers before applying the update.
    I can take my external firewire back up time machine drives and connect them to a PC and see the data. But my macs do not even recognise them, they don't even show up when plugged in.
    This is further evidence the firmware on the hard drive was not yet updated for compatibility with the operating system.
    Third set of problems, all the apple install disks became unreadable by my system.
    This can be commonly caused by a dying optical drive, or bad permissions on the system, or a dying clock battery.
    Fourth set of problems, all the Adobe programs became un-useable and returned errors. Adobe has been working with me on this and have been far more helpful than Apple has been.
    That's a case of corrupt files, or files which were migrated from another system. Migration that is done improperly from a PowerPC to an Intel system may create issues with powerpc plugins on an Intel Mac. If your hard drive got over 85% full and/or the directory was damaged for any reason (especially forced reboots), that can also trigger such a reaction during an update.
    Fifth set of problems just recently discovered, all my stored movies, music and podcast in iTunes is gone.
    This is usually due to a directory issue, but can also be a dying hard drive issue.
    Sounds like you have multiple symptoms pointing towards a few common possible causes. Directory damage, and clock battery malfunctioning, and needing a better firmware on your Firewire hard drive case. Replacing the hard drive case with a compatible one is simple enough. http://www.macsales.com/ makes the right cases. I would not go with LaCie, Western Digital, or Seagate cases. Western Digital and Seagate internal hard drives are fine in of themselves. Replace the MyBook hard drive cases with http://www.macsales.com/ cases and same with the LaCies.
    I have Apple TV and EYE TV and a Midi interface box attached to my G5 mac. My G5 is the one that lost Apple Works and iWeb.
    Remove the Midi interface box. It may help things work better.
    My systems have the super drive on them and I have virtual PC and Softwindows installed.
    Softwindows barely works if at all under Classic, and VirtualPC only works with version 7.0.2 under Leopard. If you got an earlier version working under Leopard you were lucky. You really needed to migrate to a supported emulator under Leopard listed on my FAQ*:
    http://www.macmaps.com/macosxnative.html#WINTEL
    It says you didn't research your options well enough before upgrading to Leopard. This has been well documented in the forums before this.
    Booted up from the Norton disks and repaired disk.
    This is the biggest flaw in your plans, which caused ALL your problems. Norton is not compatible with any version of Mac OS X. It eats directories for breakfast, lunch, and dinner. Only Alsoft Disk Warrior is safe and only after a data recovery attempt with Prosoft Data Rescue II, Subrosasoft Filesalvage, or Boomerang's Boomerang. We have constantly harped on the forums here that Norton is damaging to data. This has been known about since Mac OS X came out. It has even been called "Norton Kevorkian" by some.
    You can't blame Apple for this. Your lack of research and lack of asking in the right places at the right time led to your failures.
    - * Links to my pages may give me compensation.

  • Dear Sirs,when i use the computer updating my iphone to ios 7.1,suddenly black out.The computer has no power and my iphone does not work and keep display the screen that connect to itunes. so when i connect my iphone to iTunes, it says"itunes has detected

    Dear Sirs,when i use the computer updating my iphone to ios 7.1,suddenly black out.The computer has no power and my iphone does not work and keep display the screen saying the iphone need to connect to itunes. So when i connect my iphone to iTunes, the computer says"itunes has detected an iphone in recovery mode. you must restore this iphone before it can be used with itunes"
    So my question is if I click OK(restore the iphone),will i lose all my data and whatsapp??
    Thank you for your help and time.
    Regards,
    hopeless

    If you didn't back up the phone to iCloud or iTunes (on your computer) BEFORE attempting the update, the data will be lost.

  • How to update and use the values of variables of another class

    I can we update or use the values of the variables of another class. For example, if we have class A
    public class A //(situated in package view)
    public s0,s1;
    public void runFunction()
    ...some coding and proceedings
    s0="Hi";s1"Hello";
    ......some coding
    RequestDispatcher dispatcher = request.getRequestDispatcher("/MainUser.jsp?alert=F");
    dispatcher.forward(request, response);
    ARunner.jsp
    <jsp:useBean id="a" class="view.A" scope="session"/>
    <%
    a.runFunction();
    %>
    MainUser.jsp
    <jsp:useBean id="a" class="view.A" scope="session"/>
    <%
    System.out.println("S0:"+a.s0+" S1:"+a.s1); //should print S0:Hi S1:Hello, but printing S0:null S1:null
    %>
    A.class has some procedures and String variables which can be updated and later can be used in JSP pages. The project starts with ARunner.jsp which uses the A.class and updates the values of string variables s0 and s1of A to hi and hello respectively.And then redirects the page to MainUser.jsp.
    Now what I want is ,when I call those string variables(s0 & s1 of A.class) in any another jsp likeMainUser.jsp it should give me the value of hi and hello respectively not null as it is giving right now. Could you refine the coding for this one?

    public class A //(situated in package view)
    public String s0,s1;
    public void runFunction()
    ...some coding and proceedings
    s0="Hi";s1"Hello";
    ......some coding
    RequestDispatcher dispatcher = request.getRequestDispatcher("/MainUser.jsp");
    dispatcher.forward(request, response);
    ARunner.jsp
    <jsp:useBean id="a" class="view.A" scope="session"/>
    <%
    a.runFunction();
    %>
    MainUser.jsp
    <jsp:useBean id="a" class="view.A" scope="session"/>
    <%
    System.out.println("S0:"+a.s0+" S1:"+a.s1); //should print S0:Hi S1:Hello, but printing S0:null S1:null
    %>
    giving code again to remove the typing errors. Please guide.

  • Updating without using the updater?

    Hi I was wondering if it is possible to download updates without using the updater as it is for a pc that is not online. Im after 3.2.0 on xp.
    Many thanks

    You can download the Windows updates
    here and the Mac updates
    here.

  • IPhoto:How to update to use the DR API instead????

    Ahoy.
    While trying to figure out why safari keeps quitting on me, I found an answer to someone else, who was told to go into logs and I was floowing along, but I guess they are ahead of tiger- anwyay I did find this, and wonder, can I do as it suggests somehow?
    iPhoto: WARNING: The DiscRec SPI from the DiscRecording framework is deprecated in 10.3 and later.
    iPhoto: WARNING: This app is contributing to an overall degradation of system performance and should
    iPhoto: WARNING: be updated to use the DR API instead.
    iPhoto: WARNING: The DiscRec SPI from the DiscRecording framework is deprecated in 10.3 and later.
    iPhoto: WARNING: This app is contributing to an overall degradation of system performance and should
    iPhoto: WARNING: be updated to use the DR API instead.
    Fin

    BDAqua saved me a lot of typing.   It wasn't clear, though, if you just needed to vent or if you're wanting to address these issues (which will involve a lot of typing).
    One of the main ones you need to do before you do any installing or installing of Flash Player is deal with the disk that won't verify.  Basically you're working with a computer that doesn't know where all its files are.  The computer uses a directory to keep tack of them and your directory needs repairing.  If you don't repair it then you'll just end up losing files, and getting more problems with running the computer.  It's a little bit like never changing the oil in the car, or dealing with an oil leak when it happens.
    First, if at all possible make a backup of the drive in its present configuration.  If something goes wrong during repair attempts and makes things worse you will have a backup.  You will have to decide how to work this in the light of any present backups you may have, for example, a backup that may be a few days out of date.  In that case you may want to keep that one and make a second backup of this as they are now, though I realize people often don't have a lot of empty drives sitting around.
    Boot from the System Installer disc that came with your computer or is the one for the version you currently have on there, select language if applicable, choose utilities, run Disk Utility and verify (and repair if necessary) the drive. You can verify a drive from DU on your main drive while booted but I have found this can result in incorrect reporting of errors. To repair your drive you have to run it from a drive other than the boot drive anyway.
    Next, boot from your drive in [Safe Mode|http://docs.info.apple.com/article.html?artnum=107393] and repair permissions.  You can repair permissions while booted from the installer disc but this uses the permissions configuration on the installer disc which may be out of date if you have run any updates on your computer.  Booting your computer to Safe Mode restricts the number of things running on your computer while permissions are being run and does a bit of spring cleaning at the same time.
    +Reading+
    [Resolve startup issues and perform disk maintenance with Disk Utility and fsck|http://docs.info.apple.com/article.html?artnum=106214]
    [Using Disk Utility in Mac OS X 10.4.3 or later|http://docs.info.apple.com/article.html?artnum=302672]
    [Disk Utility's Repair Disk Permissions 10.0-10.6|http://docs.info.apple.com/article.html?artnum=25751]
    "Try Disk Utility" (modified from [http://support.apple.com/kb/TS1417])
    1. Insert the Mac OS X Install disc that came with your computer (Edit: Do not use this disc if it is not the same general version as what you have currently on your computer, e.g. use a Tiger disc for a Tiger drive, not a Panther disc), then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu. (In Mac OS X 10.4 or later, you must select your language first.)
    Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.
    3. Click the First Aid tab.
    4. Click the disclosure triangle to the left of the hard drive icon to display the names of your hard disk volumes and partitions.
    5. Select your Mac OS X volume.
    6. Click Repair. Disk Utility checks and repairs the disk."
    Then boot in Safe Mode, (holding Shift key down at bootup; takes longer to boot this way so be patient), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    [Mac OS X: Starting up in Safe Mode|http://docs.info.apple.com/article.html?artnum=107393]
    [What is Safe Boot, Safe Mode? (Mac OS X)|http://support.apple.com/kb/HT1564]
    [Safe Boot takes longer than normal startup|http://docs.info.apple.com/article.html?artnum=107394]
    [Mac OS X 10.4, 10.5- Computer shuts down during Safe Boot|http://support.apple.com/kb/TA24054]
    There's some things Disk Utility won't repair (more often thatn not). In that case you need to use a tool such as Diskwarrio (probably #1 but only does this one thing), or TechTool Pro, or...

  • HT1657 i am trying to watch a movie using my appve TV, but i am asked to verify 'payment' info on itunes store. i have updated everything using the 'edit' button, it still isn't working and i am frustrated, 6465107522

    i am trying to watch a movie using my appve TV, but i am asked to verify 'payment' info on itunes store. i have updated everything using the 'edit' button, it still isn't working and i am frustrated, 6465107522

    perhaps this will help?
    h t t p://w w w.aone-soft.com/mobile_3gp_video_converter.htm
    or do a google search on  "mobile_3gp_video_converter"
    Message Edited by JSanders on 11-18-2008 09:43 AM
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • FAQ: What features use the GPU and how do I troubleshoot GPU issues?

    Photoshop CS6 GPU FAQ
    Introduction
    This document provides a quick reference guide to video card usage in Photoshop.  Some features require a compatible video card to work; if the video card or its driver is defective or unsupported, those features will not work at all.  Other features use the video card for acceleration and if the card or driver is defective those features will run more slowly.
    Mercury Graphics Engine
    The Mercury Graphics Engine (MGE) represents features that use video card, or GPU, acceleration. In Photoshop CS6, this new engine delivers near-instant results when editing with key tools such as Liquify, Warp, Lighting Effects and the Oil Paint filter. The new MGE delivers unprecedented responsiveness for a fluid feel as you work.
    MGE is new to Photoshop CS6, and uses both the OpenGL and OpenCL frameworks. It does not use the proprietary CUDA framework from nVidia.
    In order to use MGE, you must have a supported video card and updated driver. If you do not have a supported card, performance will be degraded. In most cases the acceleration is lost and the feature runs in the normal CPU mode. However, there are some features that will not work without a supported video card.
    GPU features added in Photoshop CS6
    Adaptive Wide Angle Filter (compatible video card required)
    Liquify (accelerated by compatible video card with 512MB VRAM, GPU mode unavailable on Windows XP)
    Oil Paint (compatible video card required)
    Warp and Puppet Warp (accelerated by compatible video card, GPU mode unavailable on Windows XP)
    Field Blur, Iris Blur, and Tilt/Shift (accelerated by compatible video
    card supporting OpenCL, GPU mode unavailable on Windows XP)
    Lighting Effects Gallery (compatible video card required with 512MB
    VRAM, unavailable on Windows XP)
    New 3D enhancements (3D features in Photoshop require a compatible video card with 512MB VRAM, unavailable on Windows XP):
    Draggable Shadows
    Ground plane reflections
    Roughness
    On-canvas UI controls
    Ground plane
    Liqht widgets on edge of canvas
    IBL (image based light) controller
    * Note that all 3D features are unavailable on Windows XP in Photoshop CS6
    GPU features added in previous versions of Photoshop
    Scrubby Zoom. See Zoom continuously
    Heads Up Display (HUD) color picker. See Choose a color while painting
    Color sampling ring. Choose colors with the Eyedropper tool
    Brush dynamic resize and hardness control. See Resize or change hardness of cursors by dragging
    Bristle Brush tip previews. Bristle tip shape options
    Rule of thirds crop grid overlay. Crop images
    Zoom enhancements. Smooth display at all zoom levels and temporary zoom. See Zoom continuouslyTemporarily zoom an image
    Animated transitions for one-stop zoom.
    Flick-panning.
    Rotate the canvas. Use the Rotate View tool
    View nonsquare pixel images. Adjust pixel aspect ratio
    Pixel grid. Hide the pixel grid
    Adobe Color Engine (ACE).
    Draw Brush tip cursors. Resize or change hardness of cursors by dragging
    Adobe Bridge GPU features
    Preview panel
    Full-screen preview
    Review mode
    See Preview and compare images in Adobe Bridge CS6 Help for information on all of these features.
    GPU/OpenGL preferences in Photoshop CS6
    The advantages of using a compatible video card (GPU) with Photoshop are that you can experience better performance and more features.   Problems can occur if you have an older video card with limited VRAM or if you use other programs at the same time as Photoshop that use the GPU.
    Choose Edit > Preferences (Windows) or Photoshop > Preferences (Mac OS).
    In the Performance panel, make sure Use Graphics Processor is selected in GPU Settings.
    Click Advanced Settings and specify the following options:
    Mode > Basic
    Mode > Normal
    Mode > Advanced Provides the benefits of Normal mode as well as newer OpenGL advances that can result in improved performance.
    Use Graphics Processor to Accelerate Computation
    Use OpenCL Uses the GPU to accelerate the new blur filters (Field Blur, Iris Blur, and Tilt-Shift) – OpenCL will only be available on newer GPUs that support OpenCL v1.1 or higher
    Anti-Alias Guides And Paths Allows the GPU hardware to smooth the edges of drawn guides and paths.
    30 Bit Display (Windows only) Allows Photoshop to display 30 bit data directly to screen on video cards that support it
    Quick GPU Troubleshooting Steps
    You can experience problems such as artifacts, errors, and crashes if there are incompatibilities between Photoshop and the display components that access the GPU.
    If you experience crashes, incorrectly rendered windows or objects, redraw issues, or performance issues while running Photoshop, first determine whether OpenGL is causing the problem.
    Turn off OpenGL.
    Choose Edit > Preferences (Windows) or Photoshop > Preferences (Mac OS).
    In the Performance panel, uncheck Use Graphics Processor. Click OK.
    Restart Photoshop, and perform the same function.
    If the problem recurs while OpenGL Drawing is disabled, OpenGL is not the cause. For additional troubleshooting, see Troubleshoot system errors and freezes | Adobe software on Windows (cpsid_82252) or Troubleshoot system errors and freezes | Adobe software on Mac OS 10.x (cpsid_82414).
    If the problem resolves, proceed with the rest of the troubleshooting steps to fix OpenGL.
    Make sure that you're using the latest update of Photoshop.Updates fix bugs and issues.
    Update the display driver.Updated display drivers can fix many issues, such as crashing, incorrectly rendered objects, and performance problems. Determine what video card you have and go directly to the manufacturer's website (nVidia or ATI/AMD) and download the latest driver. (Note: Simply doing a Windows Update is does not guarantee you are using the latest driver. You must go directly to the nVideo or ATI/AMD websites to get the absolute latest driver.) After you update your driver, turn on Use Graphics Processor in Photoshop preferences.
    Reset preferences.
    Resetting preferences returns OpenGL settings to their default status. Reset Photoshop preferences by pressing and holding Shift+Ctrl+Alt (Windows) or Shift+Option+Command (Mac OS) immediately after you start Photoshop.
    Click Yes when asked if you want to delete the Adobe Photoshop Settings File.
    Retry the function that caused the problem.
    Change the OpenGL mode to Basic.
    Setting the OpenGL mode to Basic uses the least amount of GPU memory and the most basic GPU feature set.
    Close all documents.
    Choose Edit > Preferences (Windows) or Photoshop > Preferences (Mac OS)
    In the Performance panel, click the GPU Settings Advanced Settings button.
    Choose Mode > Basic
    Restart Photoshop.
    If this solution resolves the problem, switch to Normal mode. See if the issue recurs. If the issue recurs, return to Basic mode.
    Note:  If you’re changing GPU preferences to troubleshoot a problem, re-launch Photoshop after each change.
    If you are using more than one video adapter, remove the additional cards.
    Multiple video adapters can cause problems with GPU accelerated or enabled features in Photoshop. It's best to connect two (or more) monitors into one video adapter. If you have to use more than one video adapter, make sure that they are the same make and model. Otherwise, crashes and other problems can occur in Photoshop.
    Note: Using two video adapters does not enhance Photoshop's performance.
    Check your Cache Levels setting.
    If you've set your Cache Levels to 1 in Photoshop preferences, you can experience performance issues with GPU features. Reset Cache Levels to the default setting, which is 4.
    Choose Edit > Preferences > Performance (Windows) or Photoshop > Preferences (Mac OS)
    In the Performance panel, choose Cache Levels > 4.
    The GPU Sniffer
    To help guard against Photoshop crashes related to bad GPU hardware or drivers, Photoshop employs a small program called the GPU Sniffer. Every time Photoshop is launched, Photoshop launches the sniffer. The sniffer runs rudimentary tests of the GPU and reports the results to Photoshop. If the sniffer crashes or reports a failure status to Photoshop, Photoshop will not use the GPU. The Use Graphics Hardware checkbox in the Performance panel of the Preferences will be unchecked and disabled.
    The first time the sniffer fails, Photoshop will display a dialog indicating that it has detected a problem with the GPU. On subsequent launches the dialog will not appear unless the Photoshop preferences are reset.
    If the user corrects the problem, either by replacing the video card or by updating the driver, then the sniffer will pass on the next launch and the Use Graphics Hardware checkbox will be enabled and returned to its previous state (enabled or disabled).
    Tested video cards for Photoshop CS6
    Adobe tested the following video cards before the release of Photoshop CS6. This document lists the video card by series. While the minimum amount of VRAM supported on video cards for Photoshop CS6 is 256MB, some features require 512MB of VRAM to be enabled.
    Note: Adobe tested laptop and desktop versions of the following cards. Be sure to download the latest driver for your specific model. (Laptop and desktop versions have slightly different names.)
    nVidia GeForce 8000, 9000, 100, 200, 300, 400, 500 series 
    nVidia Quadro 400, 600, 2000, 4000 (Mac & Win), CX, 5000, 6000
    AMD/ATI Radeon 2000, 3000, 4000, 5000, 6000, 7000 series
    AMD/ATI FirePro 3800, 4800, 5800, 7800, 8800, 9800, 3900, 4900, 5900, 7900
    Intel Intel HD Graphics, Intel HD Graphics P3000, Intel HD Graphics P4000
    Note: ATI X1000 series and nVidia 7000 series cards are no longer being tested and are not officially supported in CS6 – some basic GL functionality may be available for both these cards.
    Note: 3Dand some Open GL features are disabled on Windows XP, as stated on : http://labs.adobe.com/technologies/photoshopcs6/

    I've had several timeout since the pings were started. Got a some response times > 1ms (nothing greater than 7 or 8ms), but no timeouts.

  • [svn:fx-4.0.0] 13391: Updating OSMF for the ASDoc updates and taking a new SWC and RSL.

    Revision: 13391
    Revision: 13391
    Author:   [email protected]
    Date:     2010-01-08 16:12:48 -0800 (Fri, 08 Jan 2010)
    Log Message:
    Updating OSMF for the ASDoc updates and taking a new SWC and RSL.
    QE notes: -
    Doc notes: -
    Bugs: -
    Reviewer: Deepa
    Tests run: checkintests
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/branches/4.0.0/frameworks/air-config.xml
        flex/sdk/branches/4.0.0/frameworks/flex-config.xml
        flex/sdk/branches/4.0.0/frameworks/libs/osmf.swc
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/audio/AudioElement.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/audio/AudioSeekableTrait.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/audio/SoundAdapter.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/audio/SoundDownloadableTrai t.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/audio/SoundLoadedContext.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/audio/SoundLoader.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/composition/CompositeAudibl eTrait.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/composition/CompositeBuffer ableTrait.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/composition/CompositeMetada ta.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/composition/CompositePausab leTrait.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/composition/CompositePlayab leTrait.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/composition/CompositeSeekab leTrait.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/composition/CompositeSpatia lTrait.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/composition/CompositeTempor alTrait.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/composition/CompositeViewab leTrait.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/composition/ParallelSeekabl eTrait.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/composition/ParallelSpatial Trait.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/composition/ParallelSwitcha bleTrait.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/composition/ParallelViewabl eTrait.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/composition/SerialSeekableT rait.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/composition/SerialSpatialTr ait.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/composition/SerialSwitchabl eTrait.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/composition/SerialViewableT rait.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/content/ContentElement.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/content/ContentLoadedContex t.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/content/ContentLoader.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/display/MediaElementSprite. as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/display/MediaPlayerSprite.a s
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/display/ScalableSprite.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/display/ScaleMode.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/display/ScaleModeUtils.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/drm/DRMServices.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/events/AudioEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/events/BufferEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/events/ContentProtectionEve nt.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/events/DimensionEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/events/FacetValueChangeEven t.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/events/FacetValueEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/events/GatewayChangeEvent.a s
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/events/LoadEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/events/MediaError.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/events/MediaErrorEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/events/MediaPlayerCapabilit yChangeEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/events/MediaPlayerStateChan geEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/events/MetadataEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/events/NetConnectionFactory Event.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/events/NetNegotiatorEvent.a s
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/events/PausedChangeEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/events/PlayingChangeEvent.a s
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/events/PluginLoadEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/events/SeekEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/events/SwitchEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/events/TimeEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/events/ViewEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/gateways/HTMLGateway.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/gateways/RegionGateway.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/image/ImageElement.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/image/ImageLoader.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/layout/AbsoluteLayoutFacet. as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/layout/AnchorLayoutFacet.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/layout/DefaultLayoutRendere r.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/layout/ILayoutContext.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/layout/ILayoutRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/layout/ILayoutTarget.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/layout/LayoutAttributesFace t.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/layout/LayoutContextSprite. as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/layout/LayoutRendererBase.a s
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/layout/LayoutRendererFacet. as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/layout/LayoutUtils.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/layout/MediaElementLayoutTa rget.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/layout/PaddingLayoutFacet.a s
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/layout/RegistrationPoint.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/layout/RelativeLayoutFacet. as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/logging/ILogger.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/logging/ILoggerFactory.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/logging/Log.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/logging/TraceLogger.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/logging/TraceLoggerFactory. as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/media/IContainerGateway.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/media/MediaElement.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/media/MediaPlayer.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/media/MediaPlayerState.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/media/URLResource.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/metadata/IFacet.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/metadata/IIdentifier.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/metadata/KeyValueFacet.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/metadata/MediaType.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/metadata/Metadata.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/metadata/MetadataNamespaces .as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/metadata/MetadataUtils.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/metadata/MetadataWatcher.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/metadata/ObjectFacet.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/metadata/ObjectIdentifier.a s
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/metadata/StringIdentifier.a s
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/metadata/TemporalFacet.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/metadata/TemporalFacetEvent .as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/metadata/TemporalIdentifier .as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/net/NetClient.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/net/NetConnectionCodes.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/net/NetConnectionFactory.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/net/NetLoadedContext.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/net/NetLoader.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/net/NetNegotiator.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/net/NetStreamAudibleTrait.a s
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/net/NetStreamBufferableTrai t.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/net/NetStreamCodes.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/net/NetStreamContentProtect ableTrait.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/net/NetStreamDownloadableTr ait.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/net/NetStreamPausableTrait. as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/net/NetStreamPlayableTrait. as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/net/NetStreamSeekableTrait. as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/net/NetStreamTemporalTrait. as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/net/StreamType.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/Droppe dFramesRule.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/Dynami cNetStream.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/Dynami cStreamingItem.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/Dynami cStreamingNetLoadedContext.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/Dynami cStreamingNetLoader.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/Dynami cStreamingResource.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/INetSt reamMetrics.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/ISwitc hingRule.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/Insuff icientBandwidthRule.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/Insuff icientBufferRule.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/Metric sProvider.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/NetStr eamSwitchableTrait.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/Suffic ientBandwidthRule.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/Switch ingDetail.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/Switch ingDetailCodes.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/Switch ingRuleBase.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/plugin/DynamicPluginLoader. as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/plugin/IPluginInfo.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/plugin/PluginClassResource. as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/plugin/PluginElement.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/plugin/PluginLoadedContext. as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/plugin/PluginLoader.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/plugin/StaticPluginLoader.a s
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/swf/SWFElement.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/swf/SWFLoader.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/tracking/Beacon.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/traits/AudibleTrait.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/traits/BufferableTrait.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/traits/ContentProtectableTr ait.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/traits/DownloadableTrait.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/traits/IAudible.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/traits/IBufferable.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/traits/IContentProtectable. as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/traits/IDisposable.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/traits/IDownloadable.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/traits/IPausable.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/traits/IPlayable.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/traits/ISeekable.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/traits/ISpatial.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/traits/ISwitchable.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/traits/ITemporal.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/traits/IViewable.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/traits/LoadState.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/traits/LoadableTrait.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/traits/MediaTraitType.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/traits/PausableTrait.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/traits/PlayableTrait.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/traits/SeekableTrait.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/traits/SpatialTrait.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/traits/SwitchableTrait.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/traits/TemporalTrait.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/traits/ViewableTrait.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/utils/BinarySearch.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/utils/FMSHost.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/utils/FMSURL.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/utils/HTTPLoader.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/utils/URL.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/video/CuePoint.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/video/CuePointType.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/video/VideoElement.as
    Added Paths:
        flex/sdk/branches/4.0.0/frameworks/rsls/osmf_flex.4.0.0.13386.swf
    Removed Paths:
        flex/sdk/branches/4.0.0/frameworks/rsls/osmf_flex.4.0.0.13104.swf

    I recently updated my eMac from Panther (10.3.x) to Tiger and let it go ahead and update by downloading the 10.4.10 patch from Apple. It has been some weeks now and so far no issues to report. So it seems ok. And my eMac is a version before yours.
    Patrick

  • When i try to update Ipad 2 the iTunes update server could not be contracted . please check your internet connection or try again later

    when i try to update Ipad 2 the iTunes update server could not be contracted . please check your internet connection or try again later

    Let's try the following document with that one.
    iTunes for Windows: iTunes cannot contact the iPhone, iPad, or iPod software update server
    (If the "Automatically detect settings" checkbox is already checked, try unchecking and rechecking it and clicking OK.)

  • Please advise how I can register my Photoshop Starter Edition when I apply I do not receive an unlock code so I am unable to continue to use the program and all my photos are locked in, please advise, thanks John

    Please advise how I can register my Photoshop Starter Edition when I apply I do not receive an unlock code so I am unable to continue to use the program and all my photos are locked in, please advise, thanks John

    Please refer to the appropriate Forum, this one is dedicated to Photoshop proper.
    Photoshop Album Starter Edition

  • Invalid signature when trying to install Photoshop CC extension using the Adobe Extension Manager CC and default installed Photoshop CC extensions won't load

    I have a Creative Cloud subscription for Photoshop CC. All Creative Clouds products are updated to the latest versions. When I tried to install Tony Kuyper's TKActionv3 Photoshop extension using the Adobe Extension Manager CC on my PC desktop, I received an error message that the extension contained an invalid signature and wouldn't be installed. I had previously installed the extension on my laptop without any problems. At the same time, I also noticed the default installed Photoshop CC extensions (e.g., Adobe Exchange, Kuler, Mini Bridge, Behance) could not be loaded using the Windows/Extension command. I receive an error message that the command could not be completed because the extension could not be loaded. After contacting Tony Kuyper, he suggested that I try the steps mentioned in the following weblink: https://forums.adobe.com/message/6029768. The steps basically consist of uninstalling and reinstalling all the Creative Cloud apps associated with Photoshop CC. I tried the steps multiple times, but I am still having the same problems. I can find the default installed Photoshop CC extensions on my machine, so I don't know why they can't be loaded.
    Thanks for your assistance,
    Mark Curtis

    Hi Mark
    You say everything is up to date?  And you have tried reinstalling all the CC apps?  Is Windows also fully up to date?  Hmmm...  That could be tricky.
    What version of Windows are you using?  Have a look in Task Manager > Processes and see if 'CEPServiceManager.exe *32' is listed as running?
    If not, I don't know where it would be installed from, and we'd need someone like Chris Cox to join the thread to tell us, but my guess is that it would install along with the CC Desktop Application Manager.  Windows 8.1 can be problematic, and a bit fussy about the order of things, and it is definitely worth adopting best practice when installing your CC apps.  That means restarting your computer, and right clicking the Desktop Application manager and running as Administrator.
    How many CC apps are you running?  If just Photoshop, Bridge, Expansion manager etc. then - and I hate to say this - perhaps have another go at reinstalling, but run the Cleaning tool after uninstalling.
    Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    Try some other Extensions before the Tony Kuyper's TKActionv3.  GuideGuide is a favourite of mine, as well as Dmonzon tools, and maybe Russell Brown's Flypaper Textures. 
    I have to say that I have had problems with the CC Extension Manager a while back, but simply reinstalling just the Extension Manager fixed it.  Perhaps CEPServiceManager.exe *32 installs with Extension Manager?  Heck, maybe start with just trying that before reinstalling all your CC apps.
    If you are still stuck, I'd risk sending Chris Cox a PM, but not until you triple check that your video card driver is up to date from the card maker's website.
    Good luck, and be sure to let us know how you get on.

Maybe you are looking for

  • Default to wrong address

    The Mail system has memorized email addresses that are out of date or that I don't want to use. When I type in a name or group list, it defaults to the wrong address. In one case I have a group name in my address book that I cannot get it to default

  • File upload on different server. URGENT need help.

    hi, I am using struts common file upload to upload file from client. My problem is my application is running on server A but i want to store uploaded stream on server B without storing it on server A(i,e. without using FTP or rsync from server A to s

  • Inventory - Snapshot Scenario

    Hi, I have the data model inventory with detail of the 0CALMONTH in the cube. I have read from the document SAP the scenario Snapshot and I wondered me: 1) when I extract from 2LIS_03_BF and by 2LIS_03_UM every day (the data in BW are up to the prece

  • Nokia Music not working anymore - crashes immediat...

    Hi guys. I have been using Nokia Music standard version without any problems for several months in Lumia 820, but now the application is not working anymore. When I click the "Nokia Music" from the list of applications, the app opens ok, but after 2

  • How to use win32 programs(written with C-C++)  in java project

    ENGLISH Hi friends I must use c and C++ fuctions in my java project.This functions are open CD room cover ,formatting drivers ,restart close windows etc. If you show spme sample code about this subject here I pleased very much; TURKCE Merhaba Arkadas