ISE 1.1.4 Patch 5 - Release Notes

Any word on the availability of the release notes for ISE 1.1.4 Patch 5?  I have a production affecting bug that is supposed to resolved in a future release and I'd like to know if it is resolved in Patch 5.
Also, in what case would you release a patch and not update the release notes?  This isn't a chicken vs egg argument, there is a patch therefore there should be release notes prior to the patch ever being released.  It's a bit of an oversight IMO.

Hi
You can install patches on ISE servers in your deployment from the primary administration node. ISE patches are usually cumulative, however, any restrictions on the patch installation will be described in the README file that will be included with the patch. Cisco ISE allows you to perform patch installation and rollback from either the command-line interface (CLI) or GUI. When you install or roll back a patch from a standalone or primary administration node, ISE restarts the application. You might have to wait for a few minutes before you can log back in.
For more information regarding installation and configuration please go through the following link:
http://www.cisco.com/en/US/docs/security/ise/1.1.1/user_guide/ise_ug.pdf

Similar Messages

  • CRM On Demand Rel 17 Patch Release Notes 1142.0.02 is Available

    CRM On Demand Rel 17 Patch Release Notes 1142.0.02 is Available. Go to MOS and search for ID 1104184.1

    Hi Bobb,
    I logged in and under Release Info Tab under What's New searched for Release 18 - Patch Release Notes link, but i didnt find the link.
    Thanks,
    Raghu

  • Oracle CRM On Demand Release 16 Patch Release Notes 1080.0.0

    Oracle CRM On Demand Release 16 Patch Release Notes 1080.0.0 is now available on MetaLink. The document ID is 860682.1

    hi bobb,
    would it be possible to send me the document as well. my email : [email protected]
    regards,
    Stephan

  • CRM On Demand Rel 18 Patch Release Notes 1220.0.02 is Available

    1. Click the Training and Support link from within CRM On Demand.
    2. Click the Release Info tab.
    3. Under What's New, click the Release 18 - Patch Release Notes link.

    Hi Bobb,
    I logged in and under Release Info Tab under What's New searched for Release 18 - Patch Release Notes link, but i didnt find the link.
    Thanks,
    Raghu

  • R18 Patch Release Notes 018.020.004FP (1220.0.04) is Now Available.

    You can get this document by clicking on the link shown below:
    http://www.box.net/shared/7htopivauh

    Thank you...
    Just to confirm, as this is a major issue for us - Am I correct in stating that currently the "Update Opportunity Totals" button is not calculating correctly, and will not be until Patch 018.020.005FP is applied to our environment?
    According to our "Service Information" section, that will not occur until 5/7/11...
    Can you please confirm that I am understanding you correctly?
    If that is, the case, can you please provide an additional documentation with specifics on this miscalculation?
    Edited by: mckinnmd on Mar 24, 2011 6:48 PM

  • R18 Patch Release Notes 018.020.005FP (1220.0.05) is Now Available

    Click on the following link to get this document:
    http://www.box.net/shared/ure9eulaba

    Thank you...
    Just to confirm, as this is a major issue for us - Am I correct in stating that currently the "Update Opportunity Totals" button is not calculating correctly, and will not be until Patch 018.020.005FP is applied to our environment?
    According to our "Service Information" section, that will not occur until 5/7/11...
    Can you please confirm that I am understanding you correctly?
    If that is, the case, can you please provide an additional documentation with specifics on this miscalculation?
    Edited by: mckinnmd on Mar 24, 2011 6:48 PM

  • New Patch Release 3.0.9.8.1 for Oracle9iAS Portal 3.0.9.8.0

    The patch can be found on metalink. The patch number is: 1841088.
    Oracle9iAS Portal 3.0.9 Patch Release Notes
    July 2001
    Contents
    For the latest release note updates, visit the Oracle Technology Network
    and click the Documentation tab.
    Installation and Setup Patch Contents
    Installation (Windows) Bugs fixed by this patch
    Installation (UNIX)
    Post-installation steps
    Installation (Windows)
    You can only apply this patch to Release 3.0.9 of Oracle Portal
    (Oracle9iAS v1.0.2.2). To apply this patch, do the following:
    From the command line prompt, execute the patch command according to
    the following syntax:
    patch.cmd [-m patch_mode] [-s schema_name]
    [-p schema_password] [-u sys_password]
    -c connect_string [-l log_file_name]
    -m patch_mode is the patch mode. Valid values are
    loginserver or portalschema. Default value is
    portalschema.
    -s schema_name is the name of the Portal schema that you
    want to patch. Default value is PORTAL30.
    -p schema_password is the password of the schema you want
    to patch. Default value is PORTAL30.
    -u sys_password is the SYS Password. Default value is
    CHANGE_ON_INSTALL.
    -c connect_string is the TNS connect string information.
    -l log_file_name is the name of the log file. Default value
    is patch.log.
    Examples:
    To patch Login Server Only:
    patch -m loginserver -s portal30_sso -p portal30_sso -u
    change_after_install -c mydatabase -l mypatch.log
    To patch Portal Schema Only
    patch -m portalschema -s portal30 -p portal30 -u
    change_after_install -c mydatabase -l mypatch.log
    To patch both Portal Schema and Login Server
    patch -m loginserver -s portal30_sso -p portal30_sso -u
    change_after_install -c mydatabase -l mypatch.log
    patch -m portalschema -s portal30 -p portal30 -u
    change_after_install -c mydatabase -l mypatch.log
    To complete the application of the patch, follow the instructions in
    Post-installation steps.
    Installation (UNIX)
    You can only apply this patch to Release 3.0.9 of Oracle Portal
    (Oracle9iAS v1.0.2.2). To apply this patch, do the following:
    From the command line prompt, execute the patch command according to
    the following syntax:
    patch.csh [-m <patch_mode>] [<-l log_file_name>]
    -m <patch_mode> is is the patch mode. Valid values are
    loginserver, portalschema, or both. Default value is both.
    -l log_file_name is the name of the log file. Default value
    is patch.log.
    Examples:
    To patch Login Server only
    patch.csh -m loginserver -l mypatch.log
    To patch Portal Schema only
    patch.csh -m portalschema -l mypatch.log
    To patch both Portal Schema and Login Server
    patch.csh -m both -l mypatch.log
    patch.csh -l mypatch.log
    To patch both Portal Schema and Login Server with default
    log file
    patch.csh -m both
    patch.csh
    To complete the application of the patch, follow the instructions in
    Post-installation steps.
    Post-installation steps
    The bug fixes for bug numbers 1817550, 1830898, 1832632, 1840420, 1664594,
    1810741, 1807325, and 1819442 are not installed via the patch script
    because you must shut down your Web server prior to applying them. The
    sections that follow describe how to apply these fixes.
    JPDK.ZIP
    On the Web server where the provider is running:
    Unzip the contents of jpdk.zip into a directory (e.g., JPDK_30901).
    Shut down your Web server.
    Change your zone.properties file to include <extract
    dir>/jpdk/lib/provider.jar in the wrapper.classpath.
    If you are using Java Portal Development Kit (JPDK) samples from a
    previous release of the JPDK, update your samples using those
    included in the zip file. Refer to <extract dir>/installing.jpdk.html
    for more details.
    Restart your Web server.
    Note: Refer to <extract dir>/release.notes.html for a list of changes made
    in this release.
    wwpage.jar
    On the middle tier where the Portal listener is running:
    Shut down your Web server.
    Create a backup of your current wwpage.jar file.
    Replace /$IAS_HOME/Apac he/Jserv/servlets/wwpage.jar with the new
    wwpage.jar provided in this patch.
    Restart your Web server.
    New Parameters
    The Parallel Page Engine now accepts two new parameters in the
    zone.properties file:
    minStall is the minimum stall value allowed for a contentfetcher
    before it assumes there is a problem and times out. This value
    defaults to 120 seconds. It was added to help upgrades from
    308, which had a normal stall value of 40 seconds. The meaning
    of stall has changed slightly, raising the need for a minimum
    value.
    minTimeout is the minimum timeout that may be sent by a
    portlet. At times portlets send very small values, like 1
    second. This almost always fails, and pages are rendered
    incomplete. The minTimeout defaults to 5 seconds, but may be
    set otherwise if this is not large enough. The minTimeout is
    different from the requestTime. The requestTime is used when no
    timeout value is sent for a portlet.
    opca.jar
    Back up your current opca.jar file, which is found in the
    <IAS_HOME>/assistants/opca/ directory.
    Copy the opca.jar file provided with this patch to the
    <IAS_HOME>/assistants/opca/ directory.
    To install the Portal repository, run the launch.bat (on NT) or
    launch.sh (on Solaris) to invoke the Portal Configuration Assistant.
    Follow the steps in the configuration assistant.
    Oracle Portal Cache
    Go to Oracle MetaLink and retrieve the patch for bug number 1817550.
    Stop your Oracle HTTP Server.
    Apply the patch you downloaded from Oracle MetaLink as per the
    instructions in the README.txt file.
    Login to your system as root and delete all cache files and
    subdirectories under the directory
    <IAS_HOME>/Apache/modplsql/cache/plsql. Make sure the directory
    <IAS_HOME>/Apache/modplsql/cache/plsql is empty.
    Start your Oracle HTTP Server.
    Bugs fixed by this patch
    This patch fixes the following known bugs:
    Bug Number Bug Subject and Description
    1817550 ON SOLARIS, WHEN RUNNING ON PORT 80, ORACLE PORTAL CACHE
    GETS DISABLED
    Due to a bug in the Oracle HTTP Server powered by Apache,
    the Oracle Portal cache gets disabled when it is running
    on port 80.
    1819194 EXCEPTION THROWN IF A USER'S PASSWORD HAS AN AMPERSAND.
    Special characters such as an ampersand (&) in passwords
    or any text node that is sent to the Web providers were
    causing errors.
    1664594 XML TAGS IN THE JAVA STACK - CAUSING PARSER TO CRASH.
    (Duplicate Bug: 1788506) Control characters were not
    being properly escaped appropriately and causing errors
    in the database SOAP parser.
    1823166 PORTLET SECURITY IS RAISING AN ERROR FOR NON-ADMIN USERS
    W/ ANY_PORTLET MANAGE.
    1782458 NOT ABLE TO CREATE MASTER DETAIL REPORT.
    1802055 308-309 UPGR: CLICKING ON "REFRESH ERROR" IN PORTLET
    REPOSITORY GIVES ERROR.
    1815257 UPGRADE: 306-309:308-309:SEARCH PEOPLE PORTLET: SHOWS
    ERROR.
    1744458 REPORTS FROM SQL: VALID SQL:GIVES AMBIGUOUS COLUMN ERROR
    FOR JOINED TABLES.
    1783257 REPORT COMPONENT AS PORTAL IN PAGE CAN'T BE ASSOCIATED
    WITH TAB.
    1801961 UPGRADE:307-309:ADD PORTLETS REGION IS SHOWING UP VERY
    SLOW.
    1807325 FETCHERS TIMEOUTS, AND PORTLET PRODUCED AN ERROR.
    This bug pertains to a synchronization issue in the 3.0.9
    fetching of portlet content. The Document could not be
    contacted error is randomly raised. However, it may be
    that other problems are causing this error. This bug only
    refers to the synchronization issue in which the Parallel
    Page Engine causes the problem.
    1810741 PROVIDER USER DOES NOT DETECT PUBLIC USER CORRECTLY.
    Previously, the JPDK did not correctly detect if the
    current user was logged in or accessing the portal using
    a public session. This bug also affected providers
    registered with a login frequency of PUBLIC. Failure to
    detect the logged in state of the user correctly caused
    ProviderUser.isPublicUser() to return an incorrect value
    when a provider written using JPDK release 3.0.9 was used
    with earlier releases of Oracle9iAS Portal.
    The most common symptom of thi s error is the Customize
    link being shown to public users when the provider
    definition specified that it should be hidden. A new
    username parameter has been added so the JPDK can
    correctly detect the logged in state of users while
    maintaining backwards compatibility with older versions
    of Oracle9iAS Portal.
    1811275 GROUP NAME IS REPEATED IN LIST OF GROUPS IN SPANISH,
    FRENCH ETC.
    1812018 PERSPECTIVES ARE REMOVED FROM ITEMS IF THEY ARE EDITED.
    1815037 OPCA HANGS AT 90%
    Oracle Portal Configuration Assistant hangs at 90% during
    the Oracle9iAS 1.0.2.2 installation.
    1819442 PROVIDE MINTIMEOUT FOR PPE TO OVERRIDE SMALLEST
    TIMEOUT(S).
    Previously, there were no minimum values for timeouts.
    The fix for this bug adds some minimum values for
    timeouts and changes the defaults such that the Parallel
    Page Engine works better without any configuration by the
    user. These changes help to prevent getting the Portlet
    could not be contacted error message.
    1830898 SSOUNLCK.SQL DOESN'T UNLOCK SSO USER ACCOUNT.
    1832632 BITMAP INDEXES IN EXPORT-IMPORT FAIL TO INSTALL ON ORACLE
    8I STANDARD.
    1833509 SITE MANAGER BUGS FOR CATEGORY, ITEMTYPE, FOLDERTYPE, AND
    PERSPECTIVE.
    This bug covers the following:
    Showing the category popup correctly when you hide
    categories.
    Same Banner appears more than once while rendering.
    All Item Types show up when you create Custom Item
    Types.
    All Folder Types show up when you create Custom
    Folder Types.
    No data found error occurs in perspective list of
    content area manager.
    All item types get hidden when you hide different
    item types in different content areas.
    Categories are not displayed appropriately when you
    go into content areas of default languages other
    than "us."
    Minor issues with Bulk action.
    1840420 CUSTOM WRITTEN EXTERNAL AUTH MODULE NEED TO BE UPDATED
    AFTER 3.0.9 UPGRADE SSOXOID.PKB DOESN'T LOAD.
    External authentication modules that were written before
    3.0.9 need to be updated after upgrading to 3.0.9.
    ssoauthx.pks is updated in 3.0.9 and contains additional
    routines that need to be implemented.
    null

    Richard,
    I have just applied patch to upgrade from Portal 3.0.9 to 3.0.9.8.1 (Patch applied to loginserver and portal schema) and the External Applications that were previously set up have gone from the portlet.
    Does this relate to your note at the bottom:
    "Minor issues with Bulk action. 1840420 CUSTOM WRITTEN EXTERNAL AUTH MODULE NEED TO BE UPDATED AFTER 3.0.9 UPGRADE SSOXOID.PKB DOESN'T LOAD.
    External authentication modules that were written before 3.0.9 need to be updated after upgrading to 3.0.9. ssoauthx.pks is updated in 3.0.9 and contains additional routines that need to be implemented." ??
    If I go to the "Login Server Administration" portlet and select the link "Administer External Applications" I get a list of 5 External Applications that have previously been set up.
    If I go back to the Home Page and select "customize" on the "External Applications" portlet I get the message "Your Login Server administrator has not registered any external applications".
    Does that mean I should just run 'ssoauthx.pks' & 'ssoxoid.pkb' or do I need to do something else ??
    Thanks
    Simo

  • Patch releases in R/3 and how to test and know d extractors???????????????

    Some patches are going to happen in  R3 development system .This effects the BW plug-ins meaning some data extractors will need testing.
    Here I want to know how to Identify which extractors are effected based on the patch release notes .
    Can anybody please give detailed information regarding this.
    Could anyone provide me the patch release notes numbers.
    Thanks
    Padma.

    Hi ,
    visit this site:
    https://websmp210.sap-ag.de/notes
    you can serch all the notes.
    Regards
    Rahul

  • R16 Enhancement Patch Released

    Hey Everyone,
    For those of you not aware a new patch has been released with a few enhancements and a host of fixes. Worth checking out the release notes on Metalink3:
    Oracle CRM On Demand Release 16 Patch Release Notes 1079.0.03"
    solution ID 843169.1
    Thanks
    Oli @ Innoveer

    Oliver, thanks for sharing. You might want to review R16 Patch Release Notes 1079.0.02 and 1079.0.01 as well.

  • ISE version 1.2 patch 6 release notes

    Hi Everyone,
    I notice that Cisco has released patch 6 for ISE version 1.2 yesterday. 
    I am trying to locate the all the "resolved" issues for patch 6; However, when I look at the ISE release notes
    http://www.cisco.com/c/en/us/td/docs/security/ise/1-2/release_notes/ise12_rn.html#wp407339
    It only shows resolved issues up to patch 5.
    Where can I find the list of "resolved" issues that comes with patch 6?
    Thanks in advance.

    Due to the high demand for patch 6, it was released prior to the release notes.  The Release Notes will be updated within 24 hours.
    Please Rate Helpful posts and mark this question as answered if, in fact, this does answer your question.  Otherwise, feel free to post follow-up questions.
    Charles Moreton

  • Patch set 3 - release not file - [SOLVED]

    Hi all. I have no direct access to metalink, so is there someone that can put here or give me a link to release note file of patch set 3 for Oracle Form??
    Thanks in advance,
    Fabrizio
    Message was edited by:
    fdellipriscoli

    Hi Rajesh:
    Can you please also send me a copy ([email protected])
    Thanks,
    Thomas

  • ISE 1.1.1 Patch 1 - Manifest.xml not found

    Hi, guys.
    Anyone already installed ISE 1.1.1 patch "ise-patchbundle-1.1.1.268-1-60802.i386.tar.gz" successfully ??
    When trying to install it via gui, ise tells me that "manifest.xml" is not found in the archive ...
    But when I open the archive, the file is in it, I can extract all files without error.
    After doing some checking, I found out that the md5 hash and the filesize of the file I downloaded
    are different ...
    Filesize and hash on cisco.com:
    Filesize and hash of downloaded file:
    Any ideas, what could be wrong ???
    Rg
    Frank

    Hi,
    yes, I did, tried like twelve times, using different browsers, operating systems, with or without http proxies, .....
    Always the same result: different hash, different size
    Then I enter my question here, and magically one day later I can download a different file, this time with a correct hash
    correct filesize, different archive content, but the same name ..... ;-)

  • ISE profiler feed policies update changelog / release notes

    I often notice that updated feed policies are skipped because the policy was canged by an admin (me).
    In the past the cisco provided policies weren't detailed enought to use them for secure authentication policies, so I modified/added a lot of them.
    Is there any changelog/release notes of the automatically distributed feed policies updates?
    How can I find out the difference between the policies I created/modified and that ones that the cisco updater provides?
    How can I reset the modified entries to the cisco provided values? (in case that ciscos modifications seem to be better than mine)

  • CS6 update 13.0.5: "This patch is not applicable for you."

    I tried to install Photoshop_CS6_13_0_5_upd.dmg and got:
    Update Failed
    Updates could not be applied.
    This patch is not applicable for you.
    I bought Photoshop CS6 as a download directly from Adobe, installed Photoshop_CS6_13_0_1_upd.dmg without problems, and then activated Photoshop with offline activation on a computer not connected to the Internet.  When I try to update I get these log messages:
    ~/Library/Application Support/Adobe/AAMUpdater/1.0/aamu.log:
    2013-07-04T14:14:55: >>> Adobe Updater Log Begin >>>
    2013-07-04T14:14:55: UpdaterCoreImpl::InitLogFile : Application Version 6.0.0.67
    2013-07-04T14:14:55: UpdaterCoreImpl::InitLogFile : cmdline option --> -logFile = /Users/howard/Library/Application Support/Adobe/AAMUpdater/1.0/aamu.log
    2013-07-04T14:14:55: UpdaterCoreImpl::InitLogFile : cmdline option --> -logLevel = 2
    2013-07-04T14:14:56: UCInitialize : AAMLauncher was NOT running.
    2013-07-04T14:14:56: CFU(Webfeed): Query licensing type for LEID  = Photoshop-CS6-Mac-GM
    2013-07-04T14:14:56: CFU(Webfeed): Patch is meant only for perpetual licenses, but client doesn't have a valid perpetual license.
    2013-07-04T14:14:56: CheckForManualApplicableUpdates : The update is not applicable as per licensing checks
    2013-07-04T14:14:56: UpdaterCore : Returning from << UCInitialize >> Returning with outErr Value =>  = 36
    2013-07-04T14:16:14: Returning from << UCTerminate >> call with value = 1
    2013-07-04T14:16:14: UpdaterCoreImpl::ShutdownLogFile : Going to call ShutdownESDLogFile()
    2013-07-04T14:16:14: <<< Adobe Updater Log End <<<
    ~/Library/Logs/PDApp.log:
    Thu Jul  4 09:14:50 2013    [INFO] PDApp - Build Version - 6.0.335.0
    Thu Jul  4 09:14:50 2013    [INFO] PDApp - Logging Level verbosity Set  to 4
    Thu Jul  4 09:14:50 2013    [INFO] PDApp - Application initialization start, Looking for command line arguments
    Thu Jul  4 09:14:50 2013    [INFO] PDApp.CommandLineParser - Parsing the command line provided. Number of command line arguments is 6
    Thu Jul  4 09:14:50 2013    [INFO] PDApp - Non Deployment workflow identified...
    Thu Jul  4 09:14:50 2013    [INFO] PDApp - No Non Deployment workflow PDApp running so new instance is allowed to run...
    Thu Jul  4 09:14:50 2013    [INFO] PDApp.WindowManager - Initializing native WindowManager
    Thu Jul  4 09:14:50 2013    [INFO] PDApp.MessageQuequeManager - Message Queue Manager initialized...
    Thu Jul  4 09:14:50 2013    [INFO] PDApp.AsyncMsgProcessor - AsyncMsgProcessor initialized...
    Thu Jul  4 09:14:50 2013    [INFO] PDApp.AsyncMsgProcessor - AsyncMsgProcessor Message Queue initialized...
    Thu Jul  4 09:14:50 2013    [INFO] PDApp.ExternalGateway - ExternalGateway initialized...
    Thu Jul  4 09:14:50 2013    [INFO] PDApp.AppletManager - AppletManager initialize...
    Thu Jul  4 09:14:50 2013    [INFO] PDApp.ExternalGateway - NativeCommandHandler initialized...
    Thu Jul  4 09:14:50 2013    [INFO] PDApp.ExternalGateway - NativePlatformHandler initialized...
    Thu Jul  4 09:14:51 2013    [INFO] PDApp - Registering Notification to listen messages from another instance
    Thu Jul  4 09:14:51 2013    [INFO] PDApp - Detecting Applet Database file...
    Thu Jul  4 09:14:51 2013    [INFO] PDApp - Fetching Applet registeration information...
    Thu Jul  4 09:14:51 2013    [INFO] PDApp.AppletManager - Applet database path - /Applications/Utilities/Adobe Application Manager/
    Thu Jul  4 09:14:51 2013    [INFO] PDApp.AppletManager - PIM library path - /Applications/Utilities/Adobe Application Manager/core/AdobePIM.dylib
    Thu Jul  4 09:14:51 2013    [INFO] PDApp.AppletManager - Loading PIM library...
    Thu Jul  4 09:14:51 2013    [INFO] PDApp.AppletManager - Fetching PIM API's...
    Thu Jul  4 09:14:51 2013    [INFO] PIM - Build Version - 6.0.335.0
    Thu Jul  4 09:14:51 2013    [INFO] PIM - Logging Level verbosity Set  to 4
    Thu Jul  4 09:14:51 2013    [INFO] PIM - CREATE PIM Instance ...
    Thu Jul  4 09:14:51 2013    [INFO] PIM - trying to createOrUpdatePIMDbSchema.
    Thu Jul  4 09:14:51 2013    [INFO] PIM - Current db schema version on machine 1.
    Thu Jul  4 09:14:51 2013    [INFO] PIM - Current db schema version to install 1.
    Thu Jul  4 09:14:51 2013    [INFO] PIM - PIM DB Schema is up to date. Current schema version is 1.
    Thu Jul  4 09:14:51 2013    [INFO] PIM - PIM Database is Up To Date.
    Thu Jul  4 09:14:51 2013    [INFO] PDApp.AppletManager - Getting applet data from Applet database
    Thu Jul  4 09:14:51 2013    [INFO] PDApp.AppletManager - All installed pakages version string (pim_getCurrentPackagesVersion) is D6:6.0.335.0|DECore:6.0.335.0|DWA:3.0.94.0|LWA:3.0.64.0|P6:6.0.335.0|PDApp:6.0.335.0|UWA: 6.0.335.0
    Thu Jul  4 09:14:51 2013    [INFO] PIM - PIMSqlite closeDB status 0
    Thu Jul  4 09:14:51 2013    [INFO] PIM - FREE PIM Instance ...
    Thu Jul  4 09:14:51 2013    [INFO] PDApp.AppletManager - Registering Applets...
    Thu Jul  4 09:14:51 2013    [INFO] PDApp.WindowManager - Creating APEWindow...
    Thu Jul  4 09:14:51 2013    [INFO] PDApp.WindowManager - Creating window instance
    Thu Jul  4 09:14:51 2013    [INFO] PDApp.WindowManager - Checking for appletID and appletVersion given in CommandLineOptions
    Thu Jul  4 09:14:51 2013    [INFO] PDApp.WindowManager - Creating APE stage instance
    Thu Jul  4 09:14:53 2013    [INFO] PDApp.WindowManager - Loading main SWF with Path and args - /Applications/Utilities/Adobe Application Manager
    Thu Jul  4 09:14:54 2013    [INFO] PDApp.WindowManager - Assigning window ID - 1 to created window
    Thu Jul  4 09:14:54 2013    [INFO] PDApp.ExternalGateway - MessageHandler initialized...
    7/4/2013 09:14:54.811 [INFO] PDApp.StartupCommand Logging Level verbosity Set to  INFO
    7/4/2013 09:14:54.812 [INFO] PDApp.StartupCommand Processing the startup Command
    7/4/2013 09:14:54.816 [INFO] PDAPP.AppletManager Starting Applet registeration...
    7/4/2013 09:14:54.823 [INFO] PDAPP.MainDisplayMediator Looking up for the Exact versioned applet for ID :UWA_UI
    7/4/2013 09:14:54.827 [INFO] PDAPP.AppletManager Loading Applet: UWA_UI Version = 1.0
    7/4/2013 09:14:54.856 [INFO] PDApp.ZStringLoader PDAPP SWF - locale set to - en_US
    7/4/2013 09:14:54.858 [INFO] PDAPP.AppletManager Loading progress0 out of 1122223
    7/4/2013 09:14:54.895 [INFO] PDAPP.AppletManager Loading progress65536 out of 1122223
    7/4/2013 09:14:54.898 [INFO] PDAPP.AppletManager Loading progress131072 out of 1122223
    7/4/2013 09:14:54.901 [INFO] PDAPP.AppletManager Loading progress196608 out of 1122223
    7/4/2013 09:14:54.904 [INFO] PDAPP.AppletManager Loading progress262144 out of 1122223
    7/4/2013 09:14:54.906 [INFO] PDAPP.AppletManager Loading progress327680 out of 1122223
    7/4/2013 09:14:54.936 [INFO] PDAPP.AppletManager Loading progress393216 out of 1122223
    7/4/2013 09:14:54.938 [INFO] PDAPP.AppletManager Loading progress458752 out of 1122223
    7/4/2013 09:14:54.939 [INFO] PDAPP.AppletManager Loading progress524288 out of 1122223
    7/4/2013 09:14:54.941 [INFO] PDAPP.AppletManager Loading progress589824 out of 1122223
    7/4/2013 09:14:54.943 [INFO] PDAPP.AppletManager Loading progress655360 out of 1122223
    7/4/2013 09:14:54.945 [INFO] PDAPP.AppletManager Loading progress720896 out of 1122223
    7/4/2013 09:14:54.946 [INFO] PDAPP.AppletManager Loading progress786432 out of 1122223
    7/4/2013 09:14:54.948 [INFO] PDAPP.AppletManager Loading progress851968 out of 1122223
    7/4/2013 09:14:54.950 [INFO] PDAPP.AppletManager Loading progress917504 out of 1122223
    7/4/2013 09:14:54.969 [INFO] PDAPP.AppletManager Loading progress983040 out of 1122223
    7/4/2013 09:14:54.971 [INFO] PDAPP.AppletManager Loading progress1048576 out of 1122223
    7/4/2013 09:14:54.972 [INFO] PDAPP.AppletManager Loading progress1114112 out of 1122223
    7/4/2013 09:14:54.973 [INFO] PDAPP.AppletManager Loading progress1122223 out of 1122223
    7/4/2013 09:14:55.332 [INFO] Updater.AppStartup -----PROCESSING APPLICATION STARTUP COMMAND
    7/4/2013 09:14:55.333 [INFO] PDApp.ExternalGateway Recieved Applet Loading Completion
    7/4/2013 09:14:55.335 [INFO] Updater.AppStartup commManagerResultCallback
    7/4/2013 09:14:55.338 [INFO] ZStringLoader Trying to load ZString for preferred locale - en_US
    7/4/2013 09:14:55.366 [INFO] ZStringLoader Locale set to - en_US
    7/4/2013 09:14:55.388 [INFO] Updater.LoadWorkflowCommand Processing the Load workflow command
    Thu Jul  4 09:14:55 2013    [INFO] PDApp.AppletManager - Loading Applet - UWA_Native for WindowID - 1
    Thu Jul  4 09:14:55 2013    [INFO] UWANative - Build Version - 6.0.335.0
    Thu Jul  4 09:14:55 2013    [INFO] UWANative - Logging Level verbosity Set  to 4
    Thu Jul  4 09:14:55 2013    [WARN] UWANative - Updater UI Locale not found in input xml.
    Thu Jul  4 09:14:55 2013    [INFO] UWANative - Updater in patch mode
    Thu Jul  4 09:14:56 2013    [INFO] OPM - Build Version - 6.0.281.0
    Thu Jul  4 09:14:56 2013    [INFO] OPM - Logging Level verbosity Set  to 4
    Thu Jul  4 09:14:56 2013    [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    Thu Jul  4 09:14:56 2013    [INFO] OPM - No Record found for the input fields
    Thu Jul  4 09:14:56 2013    [INFO] OPM - Released OPM refrence successfully
    Thu Jul  4 09:14:56 2013    [ERROR] UWANative - Error occured in initializing updater.Error code: 36
    Thu Jul  4 09:14:56 2013    [FATAL] UWANative - Failed to initialize Updater Core
    Thu Jul  4 09:14:56 2013    [ERROR] UWANative - No Applicable Updates
    7/4/2013 09:14:56.856 [ERROR] UpdaterNativeApplet StartApplet indicated that Patch is not applicable: <error>NoApplicableUpdates</error>
    7/4/2013 09:14:56.918 [FATAL] Updater.LoadWorkflowCommand Running in patch mode. Patch not applicable.
    7/4/2013 09:14:56.957 [INFO] Updater.PopulateFinishScreenCommand -----STARTED POPULATING FINISH SCREEN------
    7/4/2013 09:14:56.959 [ERROR] Updater.PopulateFinishScreenCommand Showing No applicable patches screen
    7/4/2013 09:14:56.962 [INFO] AAMShared.DynamicViewMediator Showing screen with screenID : com.adobe.aam.shared.view.compositeComponent::ScreenErrorPageError
    7/4/2013 09:14:57.032 [INFO] Updater.PopulateFinishScreenCommand ---COMPLETED SHOWING FINISH SCREEN---
    7/4/2013 09:16:14.125 [INFO] Updater.PopulateFinishScreenCommand ------QUIT COMMAND RECEIVED------
    Thu Jul  4 09:16:14 2013    [INFO] PDApp.AppletManager - Un-loading Applet - UWA_Native for window ID - 1
    Thu Jul  4 09:16:14 2013    [INFO] PDApp.ExternalGateway - Callng the finalize function of the applet ID - UWA_Native
    7/4/2013 09:16:14.138 [INFO] PDApp.HostMessageHandler Recieved force window close message
    7/4/2013 09:16:14.139 [INFO] PDApp.HostMessageHandler Sending message to native
    Thu Jul  4 09:16:14 2013    [INFO] PDApp.WindowManager - Destroying window with ID - 1
    Thu Jul  4 09:16:14 2013    [WARN] PDApp.WindowManager - GetAPEWindowIDString failed, Unable to find PlayerRef!
    Thu Jul  4 09:16:14 2013    [INFO] PDApp - Last window destroyed quiting as event. Quiting application as an event (async)...
    Thu Jul  4 09:16:14 2013    [INFO] PDApp.WindowManager - Destroying PDApp main window with ID - 1
    Thu Jul  4 09:16:14 2013    [INFO] PDApp.WindowManager - DestroyAllAPEWindow failed, APE Window count is zero while destroying all APEWindow's
    Thu Jul  4 09:16:14 2013    [INFO] PDApp - Terminating MessageQueueManager
    Thu Jul  4 09:16:14 2013    [INFO] PDApp.AsyncMsgProcessor - Terminating AsyncMsgProcessor Message Queue
    Thu Jul  4 09:16:14 2013    [INFO] PDApp.AsyncMsgProcessor - Terminating AsyncMsgProcessor
    Thu Jul  4 09:16:14 2013    [INFO] PDApp.MessageQuequeManager - Message Queue Manager destructed
    Thu Jul  4 09:16:14 2013    [INFO] PDApp - Terminating AppletManager
    Thu Jul  4 09:16:14 2013    [INFO] PDApp.AppletManager - AppletManager destructed
    Thu Jul  4 09:16:14 2013    [INFO] PDApp - Terminating WindowManager
    Thu Jul  4 09:16:14 2013    [INFO] PDApp - Terminating NativeCommandHandler
    Thu Jul  4 09:16:14 2013    [INFO] PDApp.ExternalGateway - NativeCommandHandler destructed
    Thu Jul  4 09:16:14 2013    [INFO] PDApp - Terminating NativePlatformHandler
    Thu Jul  4 09:16:14 2013    [INFO] PDApp.ExternalGateway - NativePlatformHandler destructed
    Thu Jul  4 09:16:14 2013    [INFO] PDApp - Terminating ExternalGateway
    Thu Jul  4 09:16:14 2013    [INFO] PDApp.ExternalGateway - ExternalGateway destructed
    Thu Jul  4 09:16:14 2013    [INFO] PDApp - Terminating APE
    Thu Jul  4 09:16:14 2013    [INFO] PDApp - Releasing all locks acquired
    Thu Jul  4 09:16:14 2013    [INFO] PDApp - Quiting Application
    hardware: MacBook Pro 17 inch, 2.4GHz Quad-core Intel Core i7
    Help > System Info...
    Adobe Photoshop Version: 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00) x64
    Operating System: Mac OS 10.7.5
    System architecture: Intel CPU Family:6, Model:42, Stepping:7 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Physical processor count: 4
    Logical processor count: 8
    Processor speed: 2400 MHz
    Built-in memory: 8192 MB
    Free memory: 4576 MB
    Memory available to Photoshop: 6917 MB
    Memory used by Photoshop: 69 %
    Image tile size: 1024K
    Image cache levels: 6
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    OpenGL Allow Old GPUs: Not Detected.
    OpenGL Version: 2.1 ATI-7.32.12
    OpenCL Version: 1.1 (Aug 10 2012 19:59:48)
    Video Card Vendor: ATI Technologies Inc.
    Video Card Renderer: ATI Radeon HD 6770M OpenGL Engine
    Display: 1
    Main Display
    Display Depth:= 32
    Display Bounds:=  top: 0, left: 0, bottom: 1200, right: 1920
    Video Renderer ID: 16915206
    Video Card Memory: 1009 MB
    Video Rect Texture Size: 16384
    Serial number: 91199981517320233480
    Application folder: Macintosh HD:Applications:Adobe Photoshop CS6:
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Macintosh HD, 370.1G, 69.1G free
      n, 327.2G, 80.4G free
    Required Plug-ins folder: Macintosh HD:Applications:Adobe Photoshop CS6:Adobe Photoshop CS6.app:Contents:Required:
    Primary Plug-ins folder: Macintosh HD:Applications:Adobe Photoshop CS6:Plug-ins:
    Additional Plug-ins folder: not set
    Installed components:
       adbeape.framework   adbeape   3.3.8.19346   66.1025012
       AdbeScriptUIFlex.framework   AdbeScriptUIFlex   6.2.29.18602   66.490082
       adobe_caps.framework   adobe_caps   6.0.29.0   1.276181
       AdobeACE.framework   AdobeACE   2.19.18.20743   66.507768
       AdobeAGM.framework   AdobeAGM   4.26.20.20743   66.507768
       AdobeAXE8SharedExpat.framework   AdobeAXE8SharedExpat   3.7.101.18636   66.26830
       AdobeAXEDOMCore.framework   AdobeAXEDOMCore   3.7.101.18636   66.26830
       AdobeBIB.framework   AdobeBIB   1.2.02.20743   66.507768
       AdobeBIBUtils.framework   AdobeBIBUtils   1.1.01   66.507768
       AdobeCoolType.framework   AdobeCoolType   5.10.33.20743   66.507768
       AdobeCrashReporter.framework   AdobeCrashReporter   6.0.20120720  
       AdobeExtendScript.framework   AdobeExtendScript   4.2.12.18602   66.490082
       AdobeJP2K.framework   AdobeJP2K   2.0.0.18562   66.236923
       AdobeLinguistic.framework      17206  
       AdobeMPS.framework   AdobeMPS   5.8.0.19463   66.495174
       AdobeOwl.framework   AdobeOwl   4.0.95   66.510504
       AdobePDFL.framework   AdobePDFL   10.0.1.18562   66.419471
       AdobePDFSettings.framework   AdobePDFSettings   1.4  
       AdobePIP.framework   AdobePIP   6.0.0.1654  
       AdobeScCore.framework   AdobeScCore   4.2.12.18602   66.490082
       AdobeUpdater.framework   AdobeUpdater   6.0.0.1452   "52.338651"
       AdobeXMP.framework   AdobeXMPCore   66.145661   66.145661
       AdobeXMPFiles.framework   AdobeXMPFiles   66.145661   66.145661
       AdobeXMPScript.framework   AdobeXMPScript   66.145661   66.145661
       ahclient.framework   ahclient   1.7.0.56  
       aif_core.framework   AdobeAIF   3.0.00   62.490293
       aif_ocl.framework   AdobeAIF   3.0.00   62.490293
       aif_ogl.framework   AdobeAIF   3.0.00   62.490293
       AlignmentLib.framework   xcode   1.0.0.1  
       amtlib.framework   amtlib   6.0.0.75  
       boost_date_time.framework   boost_date_time   6.0.0.0  
       boost_signals.framework   boost_signals   6.0.0.0  
       boost_system.framework   boost_system   6.0.0.0  
       boost_threads.framework   boost_threads   6.0.0.0  
       Cg.framework   NVIDIA Cg     
       CIT.framework   CIT   2.0.5.19287   145486
       data_flow.framework   AdobeAIF   3.0.00   62.490293
       dvaaudiodevice.framework   dvaaudiodevice   6.0.0.0  
       dvacore.framework   dvacore   6.0.0.0  
       dvamarshal.framework   dvamarshal   6.0.0.0  
       dvamediatypes.framework   dvamediatypes   6.0.0.0  
       dvaplayer.framework   dvaplayer   6.0.0.0  
       dvatransport.framework   dvatransport   6.0.0.0  
       dvaunittesting.framework   dvaunittesting   6.0.0.0  
       dynamiclink.framework   dynamiclink   6.0.0.0  
       FileInfo.framework   FileInfo   66.145433   66.145433
       filter_graph.framework   AdobeAIF   3.0.00   62.490293
       hydra_filters.framework   AdobeAIF   3.0.00   62.490293
       ICUConverter.framework   ICUConverter   3.61   "gtlib_3.0" "." "16615"
       ICUData.framework   ICUData   3.61   "gtlib_3.0" "." "16615"
       image_compiler.framework   AdobeAIF   3.0.00   62.490293
       image_flow.framework   AdobeAIF   3.0.00   62.490293
       image_runtime.framework   AdobeAIF   3.0.00   62.490293
       LogSession.framework   LogSession   2.1.2.1652  
       mediacoreif.framework   mediacoreif   6.0.0.0  
       PlugPlug.framework   PlugPlug   3.0.0.383  
       UpdaterNotifications.framework   UpdaterNotifications   6.0.0.24   "6.0.0.24"
       wrservices.framework        
    Required plug-ins:
       Accented Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Adaptive Wide Angle 13.0, Copyright © 2012 Adobe Systems Incorporated - from the file “Adaptive Wide Angle.plugin”
       ADM 3.10x16, Copyright © 1987-2008 Adobe Systems Inc.  All rights reserved. - from the file “AdobeADM.bundle”
       Angled Strokes 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Average 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “Average.plugin”
       Bas Relief 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       BMP 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Camera Raw 7.4 (137), Copyright © 2013 Adobe Systems Incorporated - from the file “Camera Raw.plugin”
       Chalk & Charcoal 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Charcoal 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Chrome 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Cineon 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©2002-2012 Adobe Systems Incorporated - from the file “Cineon.plugin”
       Clouds 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “Clouds.plugin”
       Collada DAE 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “U3D.plugin”
       Color Halftone 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Colored Pencil 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       CompuServe GIF 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Conté Crayon 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Craquelure 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Crop and Straighten Photos 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©2003-2012 Adobe Systems Incorporated - from the file “CropPhotosAuto.plugin”
       Crop and Straighten Photos Filter 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Crosshatch 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Crystallize 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Cutout 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Dark Strokes 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       De-Interlace 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Difference Clouds 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “Clouds.plugin”
       Diffuse Glow 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Displace 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Dry Brush 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Eazel Acquire 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©1997-2012 Adobe Systems Incorporated - from the file “EazelAcquire.plugin”
       Embed Watermark NO VERSION - from the file “DigiSign.plugin”
       Enable Async I/O 13.0.1 20120808.r.519 2012/08/08:21:00:00  © 2004-2012 Adobe Systems Incorporated - from the file “Enable Async IO.plugin”
       Extrude 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       FastCore Routines 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©1990-2012 Adobe Systems Incorporated - from the file “FastCore.plugin”
       Fibers 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Film Grain 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Filter Gallery 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Fresco 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Glass 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Glowing Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Grain 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Graphic Pen 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Halftone Pattern 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       HDRMergeUI 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “HDRMergeUI.plugin”
       IFF Format 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Ink Outlines 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       JPEG 2000 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©2001-2012 Adobe Systems Incorporated - from the file “JPEG2000.plugin”
       Lens Blur 13.0, Copyright © 2002-2012 Adobe Systems Incorporated - from the file “Lens Blur.plugin”
       Lens Correction 13.0, Copyright © 2002-2012 Adobe Systems Incorporated - from the file “Lens Correct.plugin”
       Lens Flare 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Liquify 13.0, Copyright © 2001-2012 Adobe Systems Incorporated - from the file “Liquify.plugin”
       Matlab Operation 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “ChannelPort.plugin”
       Measurement Core 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “MeasurementCore.plugin”
       Mezzotint 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       MMXCore Routines 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©1990-2012 Adobe Systems Incorporated - from the file “MMXCore.plugin”
       Mosaic Tiles 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Multiprocessor Support 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©1990-2012 Adobe Systems Incorporated - from the file “MultiProcessor Support.plugin”
       Neon Glow 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Note Paper 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       NTSC Colors 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “NTSC Colors.plugin”
       Ocean Ripple 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Oil Paint 13.0, Copyright © 2011 Adobe Systems Incorporated - from the file “Oil Paint.plugin”
       OpenEXR 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Paint Daubs 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Palette Knife 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Patchwork 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Paths to Illustrator 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       PCX 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©1989-2012 Adobe Systems Incorporated - from the file “PCX.plugin”
       Photocopy 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Photoshop 3D Engine 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “Photoshop3DEngine.plugin”
       Picture Package Filter 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “ChannelPort.plugin”
       Pinch 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Pixar 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©1989-2012 Adobe Systems Incorporated - from the file “Pixar.plugin”
       Plaster 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Plastic Wrap 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       PNG 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Pointillize 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Polar Coordinates 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Portable Bit Map 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©1989-2012 Adobe Systems Incorporated - from the file “PBM.plugin”
       Poster Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Radial Blur 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Radiance 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©2003-2012 Adobe Systems Incorporated - from the file “Radiance.plugin”
       Read Watermark NO VERSION - from the file “DigiRead.plugin”
       Reticulation 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Ripple 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Rough Pastels 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Save for Web 13.0, Copyright © 1999-2012 Adobe Systems Incorporated - from the file “Save for Web.plugin”
       ScriptingSupport 13.0, Copyright © 2012 Adobe Systems Incorporated - from the file “ScriptingSupport.plugin”
       Shear 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Smart Blur 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Smudge Stick 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Solarize 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “Solarize.plugin”
       Spatter 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Spherize 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Sponge 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Sprayed Strokes 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Stained Glass 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Stamp 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Sumi-e 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Targa 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Texturizer 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Tiles 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Torn Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Twirl 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Underpainting 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Vanishing Point 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “VanishingPoint.plugin”
       Water Paper 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Watercolor 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Wave 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Wind 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Wireless Bitmap 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©1989-2012 Adobe Systems Incorporated - from the file “WBMP.plugin”
       ZigZag 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
    Optional and third party plug-ins:
       PG-Processor 2.0.1 ©2002-2010 PixelGenius LLC - from the file “PG-Processor.plugin”
       PhotoKit Capture Sharpener 2 2.0.7 ©2002-2010 PixelGenius LLC - from the file “PhotoKit Sharpener 2.plugin”
       PhotoKit Creative Sharpener 2 2.0.7 ©2002-2010 PixelGenius LLC - from the file “PhotoKit Sharpener 2.plugin”
       PhotoKit Output Sharpener 2 2.0.7 ©2002-2010 PixelGenius LLC - from the file “PhotoKit Sharpener 2.plugin”
       PhotoKit Preview Helper 2.1.6 ©2002-2010 PixelGenius LLC - from the file “PG Toolbox Previewer.plugin”
       PixelGenius Toolbox 2.2.2 ©2002-2010 PixelGenius LLC - from the file “PixelGenius Toolbox.plugin”
    Plug-ins that failed to load: NONE
    Flash: NONE
    Installed TWAIN devices: NONE

    This girl here found the fix:
    How to Manually Fix Updates on Adobe Photoshop CS6 (from 13.0.3 to 13.0.6) on Mac with Retina Display |
    Basically, all you have to do is update the Application Manager (if your installation was like mine, I was still on v.6... it's up to v.9 now.  Go here for the update: Adobe - Adobe Application Manager : For Macintosh : Adobe Application Manager and run it... when done, launch Photoshop and check for updates.
    This is amazingly idiotic, I must add -- how does App Manager NOT update itself through the update process???

  • Patch Release: Berkeley DB Java Edition 4.0.117

    Berkeley DB Java Edition 4.0.117
    http://www.oracle.com/us/products/database/berkeley-db/index.html
    http://www.oracle.com/technetwork/database/berkeleydb/overview/index.html
    http://www.oracle.com/technetwork/database/berkeleydb/overview/persistence-160890.html
    http://www.oracle.com/technetwork/database/berkeleydb/overview/index-093405.html
    Berkeley DB Java Edition 4.0.117 is a patch release consisting of many important fixes. We strongly recommend that users of the 4.0.x upgrade to this release. Those using 4.1.x need not be concerned with this patch release.
    The critical patch fixes:
    [#19422] - Fixes a bug that prevents recovery if CacheMode.EVICT_BIN is used.
    The complete list of changes is in the change log page.
    http://download.oracle.com/otndocs/products/berkeleydb/html/je/je-40117-changelog.html
    Product documentation can be found at:
    http://download.oracle.com/docs/cd/E17277_02/html/index.html
    Download the source code including the pre-compiled JAR, complete documentation, and the entire test suite as a single package.
    http://download.oracle.com/berkeley-db/je-4.0.117.zip
    http://download.oracle.com/berkeley-db/je-4.0.117.tar.gz
    Common questions are addressed in our FAQ that you can find here:
    http://www.oracle.com/technetwork/database/berkeleydb/je-faq-096044.html
    Then join OTN and participate in the Berkeley DB JE Support Forum discussions. Our engineering and support staff are highly active on these forums, if you have questions please ask them there first.
    Berkeley DB Java Edition
    For further information, or questions about licensing and sales of JE, please contact us at:
    mailto:[email protected]
    Thank you for your support of Berkeley DB Java Edition.

    Hi Kristoffer,
    We have never updated Maven central -- I think someone else, perhaps who is reading the forum, did that for 5.0.73.  We should update it, but we don't quite have our act together on that.  Hopefully we'll have more info on that soon, but for now you'll need to just copy the jar file or use the Oracle maven repo.
    You should definitely read the release notes and the change log, and decide whether to upgrade.
    BDB has both a commercial and an OSS license.  Due to Oracle policy BDB does not have some of the things you might expect from an OSS project:
    - bug system is not exposed
    - roadmap is not published
    - code contributions are fairly rare, mostly due to the nature of the code -- it's a database engine, and is fairly difficult to change casually.
    What other questions about the process do you have?  I wasn't sure exactly what you wanted to know.
    --mark

Maybe you are looking for

  • Installing software after instalation of win 8.1

    I just recently upgraded to Win 8.1 and I am trying to install some software from a DVD on my DVD RW Drive but my sys doesn't even recognize that there is a disk in the drive, this wasn't a problem with Win 7. I recently installed the VLC media drive

  • Problem with Vcard and non-English character

    VCard feature is what I would like to use, but I have quite a few contacts with Non-English name (Korean). I know Ipod can display in Korean, but when I create a v-card with Korean character and copy the vcard file over into /contacts folder, I can s

  • Output to file

    I'm trying to create a clean text file from a sql statement so I can load data on my remote server. I've tried "spool filename.txt", but the file is not very clean. I seem to remember that there is some DBMS_OUTPUT command or something that I can use

  • Need help fast :a question about jcomponent and jscrollpane

    I draw a graphic on a jcomponent like this : class drawrecttree extends JComponent { public void paint( Graphics g) { and I add this to jscrollpane: drawrecttree www=new drawrecttree(); www.k_choose=k_valuenow; www.node=currentNode; www.setAutoscroll

  • Finder window behaviour

    Since installing Lion the finder windows seem to have an odd (and annoying) behaviour. The focus suddenly switches to the top of the window when scrolling to inspect the files. This is particularly problematic in List mode, there was a similar proble