Obtain Client IP

Hi,
Is there an easy way of obtaining an IP address of a client and then storing it a variable in SharePoint 2010. I basically want to use some javascript in a CEWP to determine what content to show based on the client's IP address?
Many Thanks,
Ben

Hiya,
There are tons of examples of getting the IP using Java.
http://www.mkyong.com/java/how-to-get-client-ip-address-in-java/
http://stackoverflow.com/questions/15082375/how-to-get-the-clients-browser-ip-from-the-request-in-java
There is no way in SP2010 object model to gain the IP address, however its pretty straight forward in both java or asp.net.

Similar Messages

  • Obtain client IP address from forms

    Hello,
    In a form i'm programming, i need to obtain the ip address from which the client which is executing.
    If i used Oracle 8i, i would get is using sys_context function, but i use:
    forms 5 on Oracle Server 8.0.5
    I need urgent help with this stuff, please!.

    This was logged as an enhancement which I believe was hoping to make it into one of the later 6i releases of forms. Ref:<Bug:856958> if you can access via metalink or Support.
    Grant Ronald.

  • Obtaining client's MAC address

    Is it possible to obtain the MAC address of a client connecting to my server socket?

    hi,
    well i figured out how to get the MAC address in Win 9x and Win NT 4.0, well i could not figure out the c/c++ api for doing a JNI call, but the next best thing is to run the native utilities and then get them to write to a output file,.. so for eg, you create a batch file like this
    runwin9x.bat
    @echo off
    winipcfg /all /batch mac.txt
    you then then use the Runtime.exec to get to run this batch file, it will create a file by name mac.txt , you then parse this file for the line containing the literal stirng "Physical address", A typical line looks like this..
    Physical Address.........: 00....
    if the number starts with a 44 instead, then it is the PPP Dial up adapter address, so just parse for the Line which contains the String physical address but does not contain the number starting with 44-...
    For winNt you can use the winmsd.exe to get it to write to a file..
    for eg
    runwint.bat
    @echo off
    winmsd /s/f
    now the gotcha is that this creates a file with the machine name.. in the format machinename.txt..., you then parse this file for a line containing the String
    "Transport.."..
    well what you could do, is first figure out the OS by doing a System.getProperty("os.name") , then call the respective batch file [using Runtime.exec], parse the batch file outputs depending on the OS and then get the MAC address... and after getting the address, just delete the output file resulting from running the batch file...
    I dont know the c/c++ call for this.. i someone could point out which library to use, it would be useful..
    cheerz
    ynkrish

  • Obtaining client certificate in servlet using apache + tomcat

    Hi,
    I'm porting a webapplication from Javawebserver to Apache/1.3.6 (Win32) mod_jk mod_ssl/2.2.6 OpenSSL/0.9.2b
    The application needs to get the client certificate hash code.
    Using Javawebserver I used
    request.getAttribute ("javax.net.ssl.cipher_suite");
    request.getAttribute("javax.net.ssl.peer_certificates");
    etc
    How do I set up the apache webserver so that I can read the client certificate and what is the attribute called?
    I've tried this in the httpd.conf:
    SSLOptions +ExportCertData
    And the attribute:
    "SSL_CLIENT_CERT"
    Like it says in the Tomcat documentation.
    I'm not sure if I need to set up Tomcat as well..
    Any help would be greatly appriciated!
    Sincerely,
    AM Hjemaas

    Yup use ajp13 not ajp12 or mod_webapp
    refer to http://www.galatea.com/flashguides/apache-tomcat-24-win32.xml on setting up..
    THIS IS IMPORTANT!!!
    use Apache mod_jk.dll diretive:
    JkEnvVar Apache_Env_Var FORWARD_ALIAS
    this will send a apache environment variable (http://myapache/cgi-bin/printenv.pl to see whats available) to Tomcat
    JkEnvVar SSL_CLIENT_CERT SSL_CLIENT_CERT
    Then in Tomcat servlet use request.getAttribute("SSL_CLIENT_CERT") to get the cert in PEM format
    Hope this helps
    Jay

  • Getting the Client Certificate out of the HttpServletRequest object

    I have an interesting issue with weblogic 5.1 SP6 and getting/obtaining Client
    Certificates.
    The issue is that the Client Certificate is not always in the HttpServletRequest
    object depending on how the weblogic.properties are set. Here is my code to get
    the Certificates.
    // get the cert chain from the request
    Object obj=request.getAttributs("javax.net.ssl.peer_certificates");
    if (obj instanceof weblogic.security.X509[]) {                          
    weblogic.security.X509[] wlogicCert = (weblogic.security.X509[]) obj;
                                            try {
                                            iaik.x509.X509Certificate iaikClientCert =
         new iaik.x509.X509Certificate(wlogicCert[0].getBytes());
         clientSDN = aiaikClientCert.getSubjectDN().getName();
         clientCert = (Certificate)iaikClientCert;
    The only time the certificate is present in the Request Object is when the following
    weblogic.properties are set:
    weblogic.security.enforceClientCert=true
    weblogic.security.clientRootCA=CARoot.pem
    If the properties are set to to this: no Certificate can be received from the
    Request object.
    weblogic.security.enforceClientCert=false
    #weblogic.security.clientRootCA=CARoot.pem
    Is there a way to have Weblogic always receive/get a Client Certificate if one
    is provided by the client, but not have weblogic do any validation of the certificate?
    Any help would be appreciated!
    Gary

    ok i see.
    although it should be able to get the underlying
    outputStream handle since i have initialized
    (associated) it on the previous line.
    ThanksWell, you might be able to get the underlying stream. Look at the API docs. If there's a method there to do it, then you can. If not, then you can't.
    If you can do it, then you have to look at the API docs for FileOutputStream and see if it lets you get the associated File or path. If such a method exists, then you can get it. If not, then you can't.
    Even if both methods exist and you can utimately get the file, do you understand why this is not the same as "getting the file associated with a PrintStream"?

  • Master Collection CS 5.5 Error 213:19

    Hi everyone,
    I am deploying the latest master collection package in our environment and long story short, everything installs fine without any errors, however when any of the Creative Suite products are run for the first time it brings up the following error:
    "A problem has occurred with the licensing of this product. Restart your computer and re-launch the product.
    If this problem still occurs after restarting, contact Customer Support for further assistance, and mention the error code shown at the bottom of this screen.
    Error: 213:19
    http://www.adobe.com/support/"
    Obviously our licensing is fine and our product key is valid as it was all purchased this year.
    I have found this article which refers to error 213:19... http://kb2.adobe.com/cps/896/cpsid_89617.html , I have followed its instructions by giving the 'domain users' security group modify permissions to the C:\ProgramData\Adobe and C:\ProgramData\Adobe\Slstore folders. This has not been successful for me.
    All of our users do not have administrative privileges to the local machine and nor can they be given those rights. I have been able to get it working by logging in as administrator, running one of the CS products, closing, logging out, and logging in as a restricted user. That works... but I'm not going to do that on 800 pc's!!!
    I should also explain how I am deploying this. I am installing MC5.5 on a hyper-v virtual machine and using SCCM 2007 to capture that machine so it is incorporated into my base image. CS4 Web Premium was delivered this way and it works perfectly, so whats changed?
    Any clues as to why this is happening, and how to fix it?

    Hi,
    Thanks for the reply, thats what Im working on currently. But I'm trying to figure out what permissions are needed where.. so far no luck. and because of my restricted user accounts procmon wont run! so its an elimination. I have the am3.log and its going on about the following:
    2011-07-12 14:45:00 [7936]  SLCoreService: error deleting bad mkey:
    2011-07-12 14:45:00 [7936]  ALM: _info_: ALM_License_SilentValidate return license status: Invalid and error: 213 : 19
    2011-07-12 14:45:00 [7936]  ALMService: ERROR: License_Check error 213:19. (Errno = 2)
    2011-07-12 14:45:00 [7936]  PCDService: No value for key [ExpirationDate] in hive [Photoshop-CS5.5-Win-GM] in master.
    2011-07-12 14:45:00 [7936]  AMT: ERROR: ALM failed to initialize and read trusted storage, hence no license.
    See the log below for those who might know exactly whats going on?
    Matt
    2011-07-12 13:50:16 [3768]  AMT: START SESSION, library version 4.0.0.21,4.0
    2011-07-12 13:50:16 [3768]  AMT: Initializing C:\Program Files\Adobe\Adobe Photoshop CS5.1 (64 Bit)\
    2011-07-12 13:50:16 [3768]  AMT: Adobe License Manager version 3.5 (build 2.0) RELEASE
    2011-07-12 13:50:16 [3768]  AMT: Virtualization Turned off
    2011-07-12 13:50:16 [3768]  ServiceLoader: looking for library C:\Program Files\Adobe\Adobe Photoshop CS5.1 (64 Bit)\adobe_caps.dll
    2011-07-12 13:50:16 [3768]  ServiceLoader: Found library C:\Program Files\Adobe\Adobe Photoshop CS5.1 (64 Bit)\adobe_caps.dll
    2011-07-12 13:50:16 [3768]  PCDService: PCD Service in threaded mode
    2011-07-12 13:50:16 [3768]  performance: AMTPreObtainProductLicense took 170.219666 ms
    2011-07-12 13:50:16 [3768]  PCD thread: PCD thread started
    2011-07-12 13:50:16 [3768]  ServiceLoader: looking for library C:\Program Files\Adobe\Adobe Photoshop CS5.1 (64 Bit)\Adobe_OOBE_Launcher.dll
    2011-07-12 13:50:16 [3768]  ServiceLoader: Found library C:\Program Files\Adobe\Adobe Photoshop CS5.1 (64 Bit)\Adobe_OOBE_Launcher.dll
    2011-07-12 13:50:16 [3768]  AMT: App Product Locale [0] = en_GB
    2011-07-12 13:50:16 [3768]  config: Loading configuration for C:\Program Files\Adobe\Adobe Photoshop CS5.1 (64 Bit)\AMT\application.xml
    2011-07-12 13:50:16 [3768]  config: Found payload code {10355145-8A4C-47F3-994B-B9B81B4DABF5}
    2011-07-12 13:50:16 [3768]  PCDService: found driver code {D8D2B468-8342-411A-8760-BCC362C3408F}
    2011-07-12 13:50:16 [3768]  config: config: Host app was installed, using installed license configuration.
    2011-07-12 13:50:16 [3768]  PCDService: No value for key [FLMap] in hive [Photoshop-CS5.5-Win-GM{|}ALL] in cache.
    2011-07-12 13:50:16 [3768]  config: Setting current license to the driver at startup because no mapping was found.
    2011-07-12 13:50:16 [3768]  config: Setting current license to MasterCollection-CS5.5-Win-GM [ALL]
    2011-07-12 13:50:16 [3768]  config: payload code: {10355145-8A4C-47F3-994B-B9B81B4DABF5}
    2011-07-12 13:50:16 [3768]  config: driver payload code: {D8D2B468-8342-411A-8760-BCC362C3408F}
    2011-07-12 13:50:16 [3768]  config: driver licensing code: MasterCollection-CS5.5-Win-GM
    2011-07-12 13:50:16 [3768]  config: current licensing code: MasterCollection-CS5.5-Win-GM
    2011-07-12 13:50:16 [3768]  config: current locale code: ALL
    2011-07-12 13:50:16 [3768]  config: Done loading configuration
    2011-07-12 13:50:16 [3768]  AMT: Locale from PCD [0] = en_GB
    2011-07-12 13:50:16 [3768]  AMT: Reordered Installed App Product Locale [0] = en_GB
    2011-07-12 13:50:16 [3768]  config: Setting insalled locales
    2011-07-12 13:50:16 [3768]  config: Changing locale to "en_GB" because old locale "" is not in the new list of installed languages
    2011-07-12 13:50:16 [3768]  ServiceLoader: looking for library C:\Program Files\Adobe\Adobe Photoshop CS5.1 (64 Bit)\asneu.dll
    2011-07-12 13:50:16 [3768]  ServiceLoader: Found library C:\Program Files\Adobe\Adobe Photoshop CS5.1 (64 Bit)\asneu.dll
    2011-07-12 13:50:16 [3768]  AMT: config: Finding license info for payload: {D8D2B468-8342-411A-8760-BCC362C3408F}
    2011-07-12 13:50:16 [3768]  AMT: config: PayloadCode: {10355145-8A4C-47F3-994B-B9B81B4DABF5}
    2011-07-12 13:50:16 [3768]  AMT: config: Driver PayloadCode: {D8D2B468-8342-411A-8760-BCC362C3408F}
    2011-07-12 13:50:16 [3768]  AMT: config: Installed LicensingCode: MasterCollection-CS5.5-Win-GM
    2011-07-12 13:50:16 [3768]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{10355145-8A4C-47F3-994B-B9B81B4DABF5}] in master.
    2011-07-12 13:50:16 [3768]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{D8D2B468-8342-411A-8760-BCC362C3408F}] in master.
    2011-07-12 13:50:16 [3768]  PCDService: No value for key [BridgeTalkCode] in hive [{D8D2B468-8342-411A-8760-BCC362C3408F}] in master.
    2011-07-12 13:50:16 [3768]  PCDService: No value for key [ISO_TAGGING_DISABLED] in hive [Photoshop-CS5.5-Win-GM] in master.
    2011-07-12 13:50:16 [3768]  PCDService: No value for key [EULA] in hive [{D8D2B468-8342-411A-8760-BCC362C3408F}] in master.
    2011-07-12 13:50:16 [3768]  AMT: config: Registration is suppressed.
    2011-07-12 13:50:16 [3768]  PCDService: No value for key [Growl] in hive [{D8D2B468-8342-411A-8760-BCC362C3408F}] in master.
    2011-07-12 13:50:16 [3768]  PCDService: No value for key [Growl] in hive [{10355145-8A4C-47F3-994B-B9B81B4DABF5}] in master.
    2011-07-12 13:50:16 [3768]  PCDService: No value for key [Updates] in hive [{D8D2B468-8342-411A-8760-BCC362C3408F}] in master.
    2011-07-12 13:50:16 [3768]  PCDService: No value for key [Updates] in hive [{10355145-8A4C-47F3-994B-B9B81B4DABF5}] in master.
    2011-07-12 13:50:16 [3768]  AMT: Application can be serialized (sif file found).
    2011-07-12 13:50:16 [3768]  PCDService: No value for key [FLMap] in hive [Photoshop-CS5.5-Win-GM{|}en_GB] in cache.
    2011-07-12 13:50:16 [3768]  PCDService: No value for key [SN] in hive [MasterCollection-CS5.5-Win-GM{|}ALL] in cache.
    2011-07-12 13:50:16 [3768]  config: No ALL licensed serial number found in MasterCollection-CS5.5-Win-GM
    2011-07-12 13:50:16 [3768]  PCDService: No value for key [AMTConfigPath] in hive [{D8D2B468-8342-411A-8760-BCC362C3408F}] in cache.
    2011-07-12 13:50:16 [3768]  PCDService: No value for key [ExpirationDate] in hive [Photoshop-CS5.5-Win-GM] in master.
    2011-07-12 13:50:16 [3768]  PCDService: No value for key [LineCV 6] in hive [MasterCollection-CS5.5-Win-GM{|}ALL] in cache.
    2011-07-12 13:50:16 [3768]  PCDService: No value for key [LineCV 7] in hive [MasterCollection-CS5.5-Win-GM{|}ALL] in cache.
    2011-07-12 13:50:16 [3768]  AMT: First launch (serial [92298703989008908851]).
    2011-07-12 13:50:16 [3768]  AMT: Application state initialized.  Obtaining Product License.
    2011-07-12 13:50:16 [3768]  AMT: Obtaining client features from cache.
    2011-07-12 13:50:16 [3768]  AMT: Obtaining client product info from cache.
    2011-07-12 13:50:16 [3768]  PCDService: No value for key [ExpirationDate] in hive [Photoshop-CS5.5-Win-GM] in master.
    2011-07-12 13:50:16 [3768]  PCDService: No value for key [ExpirationDate] in hive [Photoshop-CS5.5-Win-GM] in master.
    2011-07-12 13:50:16 [3768]  AMT: Forcing first launch workflow because product is not licensed from previous launch.
    2011-07-12 13:50:16 [3768]  AMT: AMT: Obtaining Product License.
    2011-07-12 13:50:16 [3768]  AMT: Launch Workflow not yet done in foreground in this session.
    2011-07-12 13:50:16 [3768]  AMT: Starting First Launch Workflow
    2011-07-12 13:50:16 [3768]  AMT: Running in PROV_APP
    2011-07-12 13:50:16 [3768]  PCDService: No value for key [MediaTag] in hive [{D8D2B468-8342-411A-8760-BCC362C3408F}] in master.
    2011-07-12 13:50:16 [3768]  config: No media tag found for payload {D8D2B468-8342-411A-8760-BCC362C3408F}
    2011-07-12 13:50:16 [3768]  config: Using default media policy RET
    2011-07-12 13:50:16 [3768]  PCDService: No value for key [EULA_ACCEPTED] in hive [MasterCollection-CS5.5-Win-GM] in cache.
    2011-07-12 13:50:16 [3768]  PCDService: No value for key [EULA_PHASE] in hive [MasterCollection-CS5.5-Win-GM] in cache.
    2011-07-12 13:50:16 [3768]  uiswitch: Suppressing EULA display on requst
    2011-07-12 13:50:16 [3768]  AMT: Starting ALM workflow.
    2011-07-12 13:50:16 [3768]  AMT: Initializing ALM for serialized activation.
    2011-07-12 13:50:16 [3768]  ALMService: Initializing as licensed app
    2011-07-12 13:50:16 [3768]  ALM: _info_: Start ALM 3.5 Release (build 3.5.2.0)
    2011-07-12 13:50:16 [3768]  SLCoreService: Starting up SLCore 1.7 Release (build 1.7.26.242757).
    2011-07-12 13:50:16 [3768]  SLCoreService: Service construction took 0.0 ms and succeed.
    2011-07-12 13:50:16 [3768]  ALM: _info_: LEID passed MasterCollection-CS5.5-Win-GM is used to configure SLCore = 0
    2011-07-12 13:50:16 [3768]  ALM: _info_: Host app is Licensable App
    2011-07-12 13:50:16 [3768]  PCDService: No value for key [Photoshop-CS5.5-Win-GM{|}6] in hive [SSC-CS5.5-LE-Dominance] in master.
    2011-07-12 13:50:16 [3768]  ALM: _info_: Found LEID Photoshop-CS5.5-Win-GM with AMT Path C:\Program Files\Adobe\Adobe Photoshop CS5.1 (64 Bit)\AMT
    2011-07-12 13:50:16 [3768]  ALM: _info_: Found LEID DesignSuiteStandard-CS5.5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\DesignSuiteStandard-CS5.5-Win-GM
    2011-07-12 13:50:16 [3768]  ALM: _info_: Found LEID WebSuitePremium-CS5.5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\WebSuitePremium-CS5.5-Win-GM
    2011-07-12 13:50:16 [3768]  ALM: _info_: Found LEID DesignSuitePremium-CS5.5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\DesignSuitePremium-CS5.5-Win-GM
    2011-07-12 13:50:16 [3768]  ALM: _info_: Found LEID VideoSuitePremium-CS5.5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\VideoSuitePremium-CS5.5-Win-GM
    2011-07-12 13:50:16 [3768]  ALM: _info_: Found LEID MasterCollection-CS5.5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\Adobe Creative Suite 5.5 Master Collection\AMT
    2011-07-12 13:50:16 [3768]  ALM: _info_: Found LEID ELearningSuite-ES2.5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\ELearningSuite-ES2.5-Win-GM
    2011-07-12 13:50:16 [3768]  PCDService: No value for key [MediaTag] in hive [{D8D2B468-8342-411A-8760-BCC362C3408F}] in master.
    2011-07-12 13:50:16 [3768]  config: No media tag found for payload {D8D2B468-8342-411A-8760-BCC362C3408F}
    2011-07-12 13:50:16 [3768]  config: Using default media policy RET
    2011-07-12 13:50:16 [3768]  ALM: _info_: MediaTagPolicy is RET
    2011-07-12 13:50:16 [3768]  PCDService: No value for key [NTL_WO_SN] in hive [MasterCollection-CS5.5-Win-GM] in master.
    2011-07-12 13:50:16 [3768]  ALM: _info_: Canonical LEID is Photoshop-CS5.5-Win-GM
    2011-07-12 13:50:16 [3768]  ALM: _info_: Driver LEID is MasterCollection-CS5.5-Win-GM
    2011-07-12 13:50:16 [3768]  PCDService: No value for key [922987039890089088516140] in hive [RejectedSNDomain_CS5] in cache.
    2011-07-12 13:50:16 [3768]  SLCoreService: Reading product config [C:\Program Files (x86)\Common Files\Adobe\Adobe Creative Suite 5.5 Master Collection\AMT\SLConfig.xml]
    2011-07-12 13:50:17 [3768]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for ALL
    2011-07-12 13:50:17 [3768]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is not installed
    2011-07-12 13:50:17 [3768]  ALM: _time_: (func: ALM_Initialize, duration: 0.515 sec)
    2011-07-12 13:50:17 [3768]  AMT: Performing ALM silent license verification.
    2011-07-12 13:50:17 [3768]  PCDService: No value for key [Serial] in hive [{D8D2B468-8342-411A-8760-BCC362C3408F}] in cache.
    2011-07-12 13:50:17 [3768]  config: Found pre-serial number 922987061892725121064922
    2011-07-12 13:50:17 [3768]  ALM: _info_: Found pre-serialized serial number
    2011-07-12 13:50:17 [3768]  PCDService: No value for key [922987061892725121064922] in hive [RejectedSNDomain_CS5] in cache.
    2011-07-12 13:50:17 [3768]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_GB
    2011-07-12 13:50:17 [3768]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2011-07-12 13:50:17 [3768]  PCDService: No value for key [UpgradeCheckStatus] in hive [922987061892725121064922] in cache.
    2011-07-12 13:50:17 [3768]  PCDService: No value for key [SN] in hive [MasterCollection-CS5.5-Win-GM{|}en_GB] in cache.
    2011-07-12 13:50:17 [3768]  config: No en_GB licensed serial number found in MasterCollection-CS5.5-Win-GM
    2011-07-12 13:50:17 [3768]  PCDService: No value for key [SN] in hive [MasterCollection-CS5.5-Win-GM{|}ALL] in cache.
    2011-07-12 13:50:17 [3768]  config: No ALL licensed serial number found in MasterCollection-CS5.5-Win-GM
    2011-07-12 13:50:17 [3768]  ALM: _info_: Save pre-serialized serial number under LEID MasterCollection-CS5.5-Win-GM for locale en_GB
    2011-07-12 13:50:17 [3768]  PCDService: No value for key [PSN] in hive [MasterCollection-CS5.5-Win-GM{|}en_GB] in cache.
    2011-07-12 13:50:17 [3768]  config: No en_GB provisional serial number found in MasterCollection-CS5.5-Win-GM
    2011-07-12 13:50:17 [3768]  PCDService: No value for key [PSN] in hive [MasterCollection-CS5.5-Win-GM{|}ALL] in cache.
    2011-07-12 13:50:17 [3768]  config: No ALL provisional serial number found in MasterCollection-CS5.5-Win-GM
    2011-07-12 13:50:17 [3768]  PCDService: No value for key [PSN] in hive [MasterCollection-CS5.5-Win-GM{|}en_GB] in cache.
    2011-07-12 13:50:17 [3768]  config: No en_GB provisional serial number found in MasterCollection-CS5.5-Win-GM
    2011-07-12 13:50:17 [3768]  PCDService: No value for key [PSN] in hive [MasterCollection-CS5.5-Win-GM{|}ALL] in cache.
    2011-07-12 13:50:17 [3768]  config: No ALL provisional serial number found in MasterCollection-CS5.5-Win-GM
    2011-07-12 13:50:17 [3768]  ALM: _info_: Validate license at Pre-Chrome time
    2011-07-12 13:50:17 [3768]  ALM: _info_: Searching license for locale en_GB ...
    2011-07-12 13:50:17 [3768]  PCDService: No value for key [FLMap] in hive [Photoshop-CS5.5-Win-GM{|}en_GB] in cache.
    2011-07-12 13:50:17 [3768]  ALM: _info_: Found no existing serialization
    2011-07-12 13:50:17 [3768]  ALM: _info_: Searching serial number for all possible LEIDs ...
    2011-07-12 13:50:17 [3768]  PCDService: No value for key [SN] in hive [Photoshop-CS5.5-Win-GM{|}en_GB] in cache.
    2011-07-12 13:50:17 [3768]  config: No en_GB licensed serial number found in Photoshop-CS5.5-Win-GM
    2011-07-12 13:50:17 [3768]  PCDService: No value for key [SN] in hive [Photoshop-CS5.5-Win-GM{|}ALL] in cache.
    2011-07-12 13:50:17 [3768]  config: No ALL licensed serial number found in Photoshop-CS5.5-Win-GM
    2011-07-12 13:50:17 [3768]  PCDService: No value for key [SN] in hive [DesignSuiteStandard-CS5.5-Win-GM{|}en_GB] in cache.
    2011-07-12 13:50:17 [3768]  config: No en_GB licensed serial number found in DesignSuiteStandard-CS5.5-Win-GM
    2011-07-12 13:50:17 [3768]  PCDService: No value for key [SN] in hive [DesignSuiteStandard-CS5.5-Win-GM{|}ALL] in cache.
    2011-07-12 13:50:17 [3768]  config: No ALL licensed serial number found in DesignSuiteStandard-CS5.5-Win-GM
    2011-07-12 13:50:17 [3768]  PCDService: No value for key [SN] in hive [WebSuitePremium-CS5.5-Win-GM{|}en_GB] in cache.
    2011-07-12 13:50:17 [3768]  config: No en_GB licensed serial number found in WebSuitePremium-CS5.5-Win-GM
    2011-07-12 13:50:17 [3768]  PCDService: No value for key [SN] in hive [WebSuitePremium-CS5.5-Win-GM{|}ALL] in cache.
    2011-07-12 13:50:17 [3768]  config: No ALL licensed serial number found in WebSuitePremium-CS5.5-Win-GM
    2011-07-12 13:50:17 [3768]  PCDService: No value for key [SN] in hive [DesignSuitePremium-CS5.5-Win-GM{|}en_GB] in cache.
    2011-07-12 13:50:17 [3768]  config: No en_GB licensed serial number found in DesignSuitePremium-CS5.5-Win-GM
    2011-07-12 13:50:17 [3768]  PCDService: No value for key [SN] in hive [DesignSuitePremium-CS5.5-Win-GM{|}ALL] in cache.
    2011-07-12 13:50:17 [3768]  config: No ALL licensed serial number found in DesignSuitePremium-CS5.5-Win-GM
    2011-07-12 13:50:17 [3768]  PCDService: No value for key [SN] in hive [VideoSuitePremium-CS5.5-Win-GM{|}en_GB] in cache.
    2011-07-12 13:50:17 [3768]  config: No en_GB licensed serial number found in VideoSuitePremium-CS5.5-Win-GM
    2011-07-12 13:50:17 [3768]  PCDService: No value for key [SN] in hive [VideoSuitePremium-CS5.5-Win-GM{|}ALL] in cache.
    2011-07-12 13:50:17 [3768]  config: No ALL licensed serial number found in VideoSuitePremium-CS5.5-Win-GM
    2011-07-12 13:50:17 [3768]  PCDService: No value for key [922987061892725121064922] in hive [RejectedSNDomain_CS5] in cache.
    2011-07-12 13:50:17 [3768]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_GB
    2011-07-12 13:50:17 [3768]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2011-07-12 13:50:17 [3768]  PCDService: No value for key [SN] in hive [ELearningSuite-ES2.5-Win-GM{|}en_GB] in cache.
    2011-07-12 13:50:17 [3768]  config: No en_GB licensed serial number found in ELearningSuite-ES2.5-Win-GM
    2011-07-12 13:50:17 [3768]  PCDService: No value for key [SN] in hive [ELearningSuite-ES2.5-Win-GM{|}ALL] in cache.
    2011-07-12 13:50:17 [3768]  config: No ALL licensed serial number found in ELearningSuite-ES2.5-Win-GM
    2011-07-12 13:50:17 [3768]  ALM: _info_: Found serial number under LEID MasterCollection-CS5.5-Win-GM, the serial number locale is en_GB
    2011-07-12 13:50:17 [3768]  PCDService: No value for key [922987061892725121064922] in hive [RejectedSNDomain_CS5] in cache.
    2011-07-12 13:50:17 [3768]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_GB
    2011-07-12 13:50:17 [3768]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2011-07-12 13:50:17 [3768]  PCDService: No value for key [922987061892725121064922] in hive [RejectedSNDomain_CS5] in cache.
    2011-07-12 13:50:17 [3768]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_GB
    2011-07-12 13:50:17 [3768]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2011-07-12 13:50:17 [3768]  PCDService: No value for key [CacheStatus] in hive [MasterCollection-CS5.5-Win-GM{|}en_GB] in cache.
    2011-07-12 13:50:17 [3768]  SLCoreService: Syncing to license store...
    2011-07-12 13:50:17 [3768]  SLCoreService: error deleting bad mkey:
    2011-07-12 13:50:17 [3768]  SLCoreService: Could not load machine key
    2011-07-12 13:50:17 [3768]  SLCoreService: License store synchronization took 87.0 ms and return "License Store Access Failure: Machine key cannot be deleted (213:19)".
    2011-07-12 13:50:17 [3768]  config: Setting current license to MasterCollection-CS5.5-Win-GM [en_GB]
    2011-07-12 13:50:17 [3768]  PCDService: No value for key [LoadTrial] in hive [{D8D2B468-8342-411A-8760-BCC362C3408F}] in master.
    2011-07-12 13:50:17 [3768]  PCDService: No value for key [LoadTrial] in hive [{10355145-8A4C-47F3-994B-B9B81B4DABF5}] in master.
    2011-07-12 13:50:17 [3768]  PCDService: No value for key [PDApp_WF] in hive [MasterCollection-CS5.5-Win-GM] in cache.
    2011-07-12 13:50:17 [3768]  ALM: _time_: (func: ALM_License_SilentValidate, duration: 0.109 sec)
    2011-07-12 13:50:17 [3768]  ALM: _info_: ALM_License_SilentValidate return license status: Invalid and error: 213 : 19
    2011-07-12 13:50:17 [3768]  ALMService: ERROR: License_Check error 213:19. (Errno = 2)
    2011-07-12 13:50:17 [3768]  PCDService: No value for key [ExpirationDate] in hive [Photoshop-CS5.5-Win-GM] in master.
    2011-07-12 13:50:17 [3768]  AMT: ERROR: ALM failed to initialize and read trusted storage, hence no license.
    2011-07-12 13:50:17 [3768]  PCDService: No value for key [ExpirationDate] in hive [Photoshop-CS5.5-Win-GM] in master.
    2011-07-12 13:50:17 [3768]  AMT: Starting Data Collection for SWTag_Init()
    2011-07-12 13:50:17 [3768]  AMT: DoISOTagging() productCanonicalLEID = Photoshop-CS5.5-Win-GM;outMappedLEID =  MasterCollection-CS5.5-Win-GM, unused =
    2011-07-12 13:50:17 [3768]  AMT: DoISOTagging() productPayloadCode = {10355145-8A4C-47F3-994B-B9B81B4DABF5};driverPayloadCode =  {D8D2B468-8342-411A-8760-BCC362C3408F}
    2011-07-12 13:50:17 [3768]  AMT: SWTag_Init() Tags Arguments CS5.5 Master Collection; MasterCollection-CS5.5-Win-GM;
    2011-07-12 13:50:17 [3768]  AMT: DoISOTagging() License Status = unlicensed
    2011-07-12 13:50:17 [3768]  AMT: DoISOTagging() Tags 922987061892725121064922; 5.5; TRIAL
    2011-07-12 13:50:17 [3768]  AMT: DoISOTagging() Product Version 5; 5
    2011-07-12 13:50:17 [3768]  performance: AMTObtainProductLicense took 1275.779419 ms
    2011-07-12 13:57:55 [3768]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{D8D2B468-8342-411A-8760-BCC362C3408F}] in master.
    2011-07-12 13:57:55 [3768]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{10355145-8A4C-47F3-994B-B9B81B4DABF5}] in master.
    2011-07-12 13:57:55 [3768]  PCDService: No value for key [Updates] in hive [{D8D2B468-8342-411A-8760-BCC362C3408F}] in master.
    2011-07-12 13:57:55 [3768]  PCDService: No value for key [Updates] in hive [{10355145-8A4C-47F3-994B-B9B81B4DABF5}] in master.
    2011-07-12 13:57:55 [3768]  AUMService: config: No AdobeUpdaterCode found in configuration; AUM will be disabled.
    2011-07-12 13:57:55 [3768]  ServiceLoader: looking for library C:\Program Files\Adobe\Adobe Photoshop CS5.1 (64 Bit)\updaternotifications.dll
    2011-07-12 13:57:55 [3768]  ServiceLoader: Found library C:\Program Files\Adobe\Adobe Photoshop CS5.1 (64 Bit)\updaternotifications.dll
    2011-07-12 13:57:55 [3768]  ALMService: Terminating
    2011-07-12 13:57:55 [3768]  SLCoreService: Shutting down SLCore 1.7 Release (build 1.7.26.242757).
    2011-07-12 13:57:55 [3768]  SLCoreService: Service destruction took 0.1 ms and succeed.
    2011-07-12 13:57:55 [3768]  ALM: _info_: End ALM
    2011-07-12 13:57:55 [3768]  performance: AMTReleaseProductLicense took 21.020308 ms
    2011-07-12 13:57:55 [3768]  AMT: END SESSION.
    2011-07-12 14:36:52 [3828]  AMT: START SESSION, library version 4.0.0.21,4.0
    2011-07-12 14:36:53 [3828]  AMT: Initializing C:\Program Files\Adobe\Adobe Photoshop CS5.1 (64 Bit)\
    2011-07-12 14:36:53 [3828]  AMT: Adobe License Manager version 3.5 (build 2.0) RELEASE
    2011-07-12 14:36:53 [3828]  AMT: Virtualization Turned off
    2011-07-12 14:36:53 [3828]  ServiceLoader: looking for library C:\Program Files\Adobe\Adobe Photoshop CS5.1 (64 Bit)\adobe_caps.dll
    2011-07-12 14:36:53 [3828]  ServiceLoader: Found library C:\Program Files\Adobe\Adobe Photoshop CS5.1 (64 Bit)\adobe_caps.dll
    2011-07-12 14:36:53 [3828]  PCDService: PCD Service in threaded mode
    2011-07-12 14:36:53 [3828]  performance: AMTPreObtainProductLicense took 205.361526 ms
    2011-07-12 14:36:53 [3828]  PCD thread: PCD thread started
    2011-07-12 14:36:53 [3828]  ServiceLoader: looking for library C:\Program Files\Adobe\Adobe Photoshop CS5.1 (64 Bit)\Adobe_OOBE_Launcher.dll
    2011-07-12 14:36:53 [3828]  ServiceLoader: Found library C:\Program Files\Adobe\Adobe Photoshop CS5.1 (64 Bit)\Adobe_OOBE_Launcher.dll
    2011-07-12 14:36:53 [3828]  AMT: App Product Locale [0] = en_GB
    2011-07-12 14:36:53 [3828]  config: Loading configuration for C:\Program Files\Adobe\Adobe Photoshop CS5.1 (64 Bit)\AMT\application.xml
    2011-07-12 14:36:53 [3828]  config: Found payload code {10355145-8A4C-47F3-994B-B9B81B4DABF5}
    2011-07-12 14:36:53 [3828]  PCDService: found driver code {D8D2B468-8342-411A-8760-BCC362C3408F}
    2011-07-12 14:36:53 [3828]  config: config: Host app was installed, using installed license configuration.
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [FLMap] in hive [Photoshop-CS5.5-Win-GM{|}ALL] in cache.
    2011-07-12 14:36:53 [3828]  config: Setting current license to the driver at startup because no mapping was found.
    2011-07-12 14:36:53 [3828]  config: Setting current license to MasterCollection-CS5.5-Win-GM [ALL]
    2011-07-12 14:36:53 [3828]  config: payload code: {10355145-8A4C-47F3-994B-B9B81B4DABF5}
    2011-07-12 14:36:53 [3828]  config: driver payload code: {D8D2B468-8342-411A-8760-BCC362C3408F}
    2011-07-12 14:36:53 [3828]  config: driver licensing code: MasterCollection-CS5.5-Win-GM
    2011-07-12 14:36:53 [3828]  config: current licensing code: MasterCollection-CS5.5-Win-GM
    2011-07-12 14:36:53 [3828]  config: current locale code: ALL
    2011-07-12 14:36:53 [3828]  config: Done loading configuration
    2011-07-12 14:36:53 [3828]  AMT: Locale from PCD [0] = en_GB
    2011-07-12 14:36:53 [3828]  AMT: Reordered Installed App Product Locale [0] = en_GB
    2011-07-12 14:36:53 [3828]  config: Setting insalled locales
    2011-07-12 14:36:53 [3828]  config: Changing locale to "en_GB" because old locale "" is not in the new list of installed languages
    2011-07-12 14:36:53 [3828]  ServiceLoader: looking for library C:\Program Files\Adobe\Adobe Photoshop CS5.1 (64 Bit)\asneu.dll
    2011-07-12 14:36:53 [3828]  ServiceLoader: Found library C:\Program Files\Adobe\Adobe Photoshop CS5.1 (64 Bit)\asneu.dll
    2011-07-12 14:36:53 [3828]  AMT: config: Finding license info for payload: {D8D2B468-8342-411A-8760-BCC362C3408F}
    2011-07-12 14:36:53 [3828]  AMT: config: PayloadCode: {10355145-8A4C-47F3-994B-B9B81B4DABF5}
    2011-07-12 14:36:53 [3828]  AMT: config: Driver PayloadCode: {D8D2B468-8342-411A-8760-BCC362C3408F}
    2011-07-12 14:36:53 [3828]  AMT: config: Installed LicensingCode: MasterCollection-CS5.5-Win-GM
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{10355145-8A4C-47F3-994B-B9B81B4DABF5}] in master.
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{D8D2B468-8342-411A-8760-BCC362C3408F}] in master.
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [BridgeTalkCode] in hive [{D8D2B468-8342-411A-8760-BCC362C3408F}] in master.
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [ISO_TAGGING_DISABLED] in hive [Photoshop-CS5.5-Win-GM] in master.
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [EULA] in hive [{D8D2B468-8342-411A-8760-BCC362C3408F}] in master.
    2011-07-12 14:36:53 [3828]  AMT: config: Registration is suppressed.
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [Growl] in hive [{D8D2B468-8342-411A-8760-BCC362C3408F}] in master.
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [Growl] in hive [{10355145-8A4C-47F3-994B-B9B81B4DABF5}] in master.
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [Updates] in hive [{D8D2B468-8342-411A-8760-BCC362C3408F}] in master.
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [Updates] in hive [{10355145-8A4C-47F3-994B-B9B81B4DABF5}] in master.
    2011-07-12 14:36:53 [3828]  AMT: Application can be serialized (sif file found).
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [SN] in hive [MasterCollection-CS5.5-Win-GM{|}ALL] in cache.
    2011-07-12 14:36:53 [3828]  config: No ALL licensed serial number found in MasterCollection-CS5.5-Win-GM
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [AMTConfigPath] in hive [{D8D2B468-8342-411A-8760-BCC362C3408F}] in cache.
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [ExpirationDate] in hive [Photoshop-CS5.5-Win-GM] in master.
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [LineCV 6] in hive [MasterCollection-CS5.5-Win-GM{|}ALL] in cache.
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [LineCV 7] in hive [MasterCollection-CS5.5-Win-GM{|}ALL] in cache.
    2011-07-12 14:36:53 [3828]  AMT: First launch (serial [92298703989008908851]).
    2011-07-12 14:36:53 [3828]  AMT: Application state initialized.  Obtaining Product License.
    2011-07-12 14:36:53 [3828]  AMT: Obtaining client features from cache.
    2011-07-12 14:36:53 [3828]  AMT: Obtaining client product info from cache.
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [ExpirationDate] in hive [Photoshop-CS5.5-Win-GM] in master.
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [ExpirationDate] in hive [Photoshop-CS5.5-Win-GM] in master.
    2011-07-12 14:36:53 [3828]  AMT: Forcing first launch workflow because product is not licensed from previous launch.
    2011-07-12 14:36:53 [3828]  AMT: AMT: Obtaining Product License.
    2011-07-12 14:36:53 [3828]  AMT: Launch Workflow not yet done in foreground in this session.
    2011-07-12 14:36:53 [3828]  AMT: Starting First Launch Workflow
    2011-07-12 14:36:53 [3828]  AMT: Running in PROV_APP
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [MediaTag] in hive [{D8D2B468-8342-411A-8760-BCC362C3408F}] in master.
    2011-07-12 14:36:53 [3828]  config: No media tag found for payload {D8D2B468-8342-411A-8760-BCC362C3408F}
    2011-07-12 14:36:53 [3828]  config: Using default media policy RET
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [EULA_ACCEPTED] in hive [MasterCollection-CS5.5-Win-GM] in cache.
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [EULA_PHASE] in hive [MasterCollection-CS5.5-Win-GM] in cache.
    2011-07-12 14:36:53 [3828]  uiswitch: Suppressing EULA display on requst
    2011-07-12 14:36:53 [3828]  AMT: Starting ALM workflow.
    2011-07-12 14:36:53 [3828]  AMT: Initializing ALM for serialized activation.
    2011-07-12 14:36:53 [3828]  ALMService: Initializing as licensed app
    2011-07-12 14:36:53 [3828]  ALM: _info_: Start ALM 3.5 Release (build 3.5.2.0)
    2011-07-12 14:36:53 [3828]  SLCoreService: Starting up SLCore 1.7 Release (build 1.7.26.242757).
    2011-07-12 14:36:53 [3828]  SLCoreService: Service construction took 0.0 ms and succeed.
    2011-07-12 14:36:53 [3828]  ALM: _info_: LEID passed MasterCollection-CS5.5-Win-GM is used to configure SLCore = 0
    2011-07-12 14:36:53 [3828]  ALM: _info_: Host app is Licensable App
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [Photoshop-CS5.5-Win-GM{|}6] in hive [SSC-CS5.5-LE-Dominance] in master.
    2011-07-12 14:36:53 [3828]  ALM: _info_: Found LEID Photoshop-CS5.5-Win-GM with AMT Path C:\Program Files\Adobe\Adobe Photoshop CS5.1 (64 Bit)\AMT
    2011-07-12 14:36:53 [3828]  ALM: _info_: Found LEID DesignSuiteStandard-CS5.5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\DesignSuiteStandard-CS5.5-Win-GM
    2011-07-12 14:36:53 [3828]  ALM: _info_: Found LEID WebSuitePremium-CS5.5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\WebSuitePremium-CS5.5-Win-GM
    2011-07-12 14:36:53 [3828]  ALM: _info_: Found LEID DesignSuitePremium-CS5.5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\DesignSuitePremium-CS5.5-Win-GM
    2011-07-12 14:36:53 [3828]  ALM: _info_: Found LEID VideoSuitePremium-CS5.5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\VideoSuitePremium-CS5.5-Win-GM
    2011-07-12 14:36:53 [3828]  ALM: _info_: Found LEID MasterCollection-CS5.5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\Adobe Creative Suite 5.5 Master Collection\AMT
    2011-07-12 14:36:53 [3828]  ALM: _info_: Found LEID ELearningSuite-ES2.5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\ELearningSuite-ES2.5-Win-GM
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [MediaTag] in hive [{D8D2B468-8342-411A-8760-BCC362C3408F}] in master.
    2011-07-12 14:36:53 [3828]  config: No media tag found for payload {D8D2B468-8342-411A-8760-BCC362C3408F}
    2011-07-12 14:36:53 [3828]  config: Using default media policy RET
    2011-07-12 14:36:53 [3828]  ALM: _info_: MediaTagPolicy is RET
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [NTL_WO_SN] in hive [MasterCollection-CS5.5-Win-GM] in master.
    2011-07-12 14:36:53 [3828]  ALM: _info_: Canonical LEID is Photoshop-CS5.5-Win-GM
    2011-07-12 14:36:53 [3828]  ALM: _info_: Driver LEID is MasterCollection-CS5.5-Win-GM
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [922987039890089088516140] in hive [RejectedSNDomain_CS5] in cache.
    2011-07-12 14:36:53 [3828]  SLCoreService: Reading product config [C:\Program Files (x86)\Common Files\Adobe\Adobe Creative Suite 5.5 Master Collection\AMT\SLConfig.xml]
    2011-07-12 14:36:53 [3828]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for ALL
    2011-07-12 14:36:53 [3828]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is not installed
    2011-07-12 14:36:53 [3828]  ALM: _time_: (func: ALM_Initialize, duration: 0.016 sec)
    2011-07-12 14:36:53 [3828]  AMT: Performing ALM silent license verification.
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [EncryptedSerial] in hive [{D8D2B468-8342-411A-8760-BCC362C3408F}] in cache.
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [Serial] in hive [{D8D2B468-8342-411A-8760-BCC362C3408F}] in cache.
    2011-07-12 14:36:53 [3828]  config: No pre-serial number found in {D8D2B468-8342-411A-8760-BCC362C3408F}
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [PSN] in hive [MasterCollection-CS5.5-Win-GM{|}en_GB] in cache.
    2011-07-12 14:36:53 [3828]  config: No en_GB provisional serial number found in MasterCollection-CS5.5-Win-GM
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [PSN] in hive [MasterCollection-CS5.5-Win-GM{|}ALL] in cache.
    2011-07-12 14:36:53 [3828]  config: No ALL provisional serial number found in MasterCollection-CS5.5-Win-GM
    2011-07-12 14:36:53 [3828]  ALM: _info_: Validate license at Pre-Chrome time
    2011-07-12 14:36:53 [3828]  ALM: _info_: Searching license for locale en_GB ...
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [922987061892725121064922] in hive [RejectedSNDomain_CS5] in cache.
    2011-07-12 14:36:53 [3828]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_GB
    2011-07-12 14:36:53 [3828]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2011-07-12 14:36:53 [3828]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_GB
    2011-07-12 14:36:53 [3828]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2011-07-12 14:36:53 [3828]  ALM: _info_: Found existing serialization under LEID MasterCollection-CS5.5-Win-GM, the serial number locale is en_GB
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [922987061892725121064922] in hive [RejectedSNDomain_CS5] in cache.
    2011-07-12 14:36:53 [3828]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_GB
    2011-07-12 14:36:53 [3828]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [922987061892725121064922] in hive [RejectedSNDomain_CS5] in cache.
    2011-07-12 14:36:53 [3828]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_GB
    2011-07-12 14:36:53 [3828]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2011-07-12 14:36:53 [3828]  ALM: _info_: Cached license is expired for locale en_GB, continue the search to next locale
    2011-07-12 14:36:53 [3828]  ALM: _info_: No valid license found, fall back to the most preferred locale: en_GB
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [922987061892725121064922] in hive [RejectedSNDomain_CS5] in cache.
    2011-07-12 14:36:53 [3828]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_GB
    2011-07-12 14:36:53 [3828]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2011-07-12 14:36:53 [3828]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_GB
    2011-07-12 14:36:53 [3828]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [922987061892725121064922] in hive [RejectedSNDomain_CS5] in cache.
    2011-07-12 14:36:53 [3828]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_GB
    2011-07-12 14:36:53 [3828]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2011-07-12 14:36:53 [3828]  SLCoreService: Syncing to license store...
    2011-07-12 14:36:53 [3828]  SLCoreService: error deleting bad mkey:
    2011-07-12 14:36:53 [3828]  SLCoreService: Could not load machine key
    2011-07-12 14:36:53 [3828]  SLCoreService: License store synchronization took 4.3 ms and return "License Store Access Failure: Machine key cannot be deleted (213:19)".
    2011-07-12 14:36:53 [3828]  config: Setting current license to MasterCollection-CS5.5-Win-GM [en_GB]
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [LoadTrial] in hive [{D8D2B468-8342-411A-8760-BCC362C3408F}] in master.
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [LoadTrial] in hive [{10355145-8A4C-47F3-994B-B9B81B4DABF5}] in master.
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [PDApp_WF] in hive [MasterCollection-CS5.5-Win-GM] in cache.
    2011-07-12 14:36:53 [3828]  ALM: _time_: (func: ALM_License_SilentValidate, duration: 0.046 sec)
    2011-07-12 14:36:53 [3828]  ALM: _info_: ALM_License_SilentValidate return license status: Invalid and error: 213 : 19
    2011-07-12 14:36:53 [3828]  ALMService: ERROR: License_Check error 213:19. (Errno = 2)
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [ExpirationDate] in hive [Photoshop-CS5.5-Win-GM] in master.
    2011-07-12 14:36:53 [3828]  AMT: ERROR: ALM failed to initialize and read trusted storage, hence no license.
    2011-07-12 14:36:53 [3828]  PCDService: No value for key [ExpirationDate] in hive [Photoshop-CS5.5-Win-GM] in master.
    2011-07-12 14:36:53 [3828]  AMT: Starting Data Collection for SWTag_Init()
    2011-07-12 14:36:53 [3828]  AMT: DoISOTagging() productCanonicalLEID = Photoshop-CS5.5-Win-GM;outMappedLEID =  MasterCollection-CS5.5-Win-GM, unused =
    2011-07-12 14:36:53 [3828]  AMT: DoISOTagging() productPayloadCode = {10355145-8A4C-47F3-994B-B9B81B4DABF5};driverPayloadCode =  {D8D2B468-8342-411A-8760-BCC362C3408F}
    2011-07-12 14:36:53 [3828]  AMT: SWTag_Init() Tags Arguments CS5.5 Master Collection; MasterCollection-CS5.5-Win-GM;
    2011-07-12 14:36:53 [3828]  AMT: DoISOTagging() License Status = unlicensed
    2011-07-12 14:36:53 [3828]  AMT: DoISOTagging() Tags 922987061892725121064922; 5.5; TRIAL
    2011-07-12 14:36:53 [3828]  AMT: DoISOTagging() Product Version 5; 5
    2011-07-12 14:36:53 [3828]  performance: AMTObtainProductLicense took 264.250214 ms
    2011-07-12 14:36:55 [3828]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{D8D2B468-8342-411A-8760-BCC362C3408F}] in master.
    2011-07-12 14:36:55 [3828]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{10355145-8A4C-47F3-994B-B9B81B4DABF5}] in master.
    2011-07-12 14:36:55 [3828]  PCDService: No value for key [Updates] in hive [{D8D2B468-8342-411A-8760-BCC362C3408F}] in master.
    2011-07-12 14:36:55 [3828]  PCDService: No value for key [Updates] in hive [{10355145-8A4C-47F3-994B-B9B81B4DABF5}] in master.
    2011-07-12 14:36:55 [3828]  AUMService: config: No AdobeUpdaterCode found in configuration; AUM will be disabled.
    2011-07-12 14:36:55 [3828]  ServiceLoader: looking for library C:\Program Files\Adobe\Adobe Photoshop CS5.1 (64 Bit)\updaternotifications.dll
    2011-07-12 14:36:55 [3828]  ServiceLoader: Found library C:\Program Files\Adobe\Adobe Photoshop CS5.1 (64 Bit)\updaternotifications.dll
    2011-07-12 14:36:55 [3828]  ALMService: Terminating
    2011-07-12 14:36:55 [3828]  SLCoreService: Shutting down SLCore 1.7 Release (build 1.7.26.242757).
    2011-07-12 14:36:55 [3828]  SLCoreService: Service destruction took 0.1 ms and succeed.
    2011-07-12 14:36:55 [3828]  ALM: _info_: End ALM
    2011-07-12 14:36:55 [3828]  performance: AMTReleaseProductLicense took 8.363639 ms
    2011-07-12 14:36:55 [3828]  AMT: END SESSION.
    2011-07-12 14:36:57 [864]  AMT: START SESSION, library version 4.0.0.21,4.0
    2011-07-12 14:36:57 [864]  AMT: Initializing C:\Program Files\Adobe\Adobe Photoshop CS5.1 (64 Bit)\
    2011-07-12 14:36:57 [864]  AMT: Adobe License Manager version 3.5 (build 2.0) RELEASE
    2011-07-12 14:36:57 [864]  AMT: Virtualization Turned off
    2011-07-12 14:36:57 [864]  ServiceLoader: looking for library C:\Program Files\Adobe\Adobe Photoshop CS5.1 (64 Bit)\adobe_caps.dll
    2011-07-12 14:36:57 [864]  ServiceLoader: Found library C:\Program Files\Adobe\Adobe Photoshop CS5.1 (64 Bit)\adobe_caps.dll
    2011-07-12 14:36:57 [864]  PCDService: PCD Service in threaded mode
    2011-07-12 14:36:57 [864]  performance: AMTPreObtainProductLicense took 10.155994 ms
    2011-07-12 14:36:57 [864]  PCD thread: PCD thread started
    2011-07-12 14:36:57 [864]  ServiceLoader: looking for library C:\Program Files\Adobe\Adobe Photoshop CS5.1 (64 Bit)\Adobe_OOBE_Launcher.dll
    2011-07-12 14:36:57 [864]  ServiceLoader: Found library C:\Program Files\Adobe\Adobe Photoshop CS5.1 (64 Bit)\Adobe_OOBE_Launcher.dll
    2011-07-12 14:36:57 [864]  AMT: App Product Locale [0] = en_GB
    2011-07-12 14:36:57 [864]  config: Loading configuration for C:\Program Files\Adobe\Adobe Photoshop CS5.1 (64 Bit)\AMT\application.xml
    2011-07-12 14:36:57 [864]  config: Found payload code {10355145-8A4C-47F3-994B-B9B81B4DABF5}
    2011-07-12 14:36:57 [864]  PCDService: found driver code {D8D2B468-8342-411A-8760-BCC362C3408F}
    2011-07-12 14:36:57 [864]  config: config: Host app was installed, using installed license configuration.
    2011-07-12 14:36:57 [864]  PCDService: No value for key [FLMap] in hive [Photoshop-CS5.5-Win-GM{|}ALL] in cache.
    2011-07-12 14:36:57 [864]  config: Setting current license to the driver at startup because no mapping was found.
    2011-07-12 14:36:57 [864]  config: Setting current license to MasterCollection-CS5.5-Win-GM [ALL]
    2011-07-12 14:36:57 [864]  config: payload code: {10355145-8A4C-47F3-994B-B9B81B4DABF5}
    2011-07-12 14:36:57 [864]  config: driver payload code: {D8D2B468-8342-411A-8760-BCC362C3408F}
    2011-07-12 14:36:57 [864]  config: driver licensing code: MasterCollection-CS5.5-Win-GM
    2011-07-12 14:36:57 [864]  config: current licensing code: MasterCollection-CS5.5-Win-GM
    2011-07-12 14:36:57 [864]  config: current locale code: ALL
    2011-07-12 14:36:57 [864]  config: Done loading configuration
    2011-07-12 14:36:57 [864]  AMT: Locale from PCD [0] = en_GB
    2011-07-12 14:36:57 [864]  AMT: Reordered Installed App Product Locale [0] = en_GB
    2011-07-12 14:36:57 [864]  config: Setting insalled locales
    2011-07-12 14:36:57 [864]  config: Changing locale to "en_GB" because old locale "" is not in the new list of installed languages
    2011-07-12 14:36:57 [864]  ServiceLoader: looking for library C:\Program Files\Adobe\Adobe Photoshop CS5.1 (64 Bit)\asneu.dll
    2011-07-12 14:36:57 [864]  ServiceLoader: Found library C:\Program Files\Adobe\Adobe Photoshop CS5.1 (64 Bit)\asneu.dll
    2011-07-12 14:36:57 [864]  AMT: config: Finding license info for payload: {D8D2B468-8342-411A-8760-BCC362C3408F}
    2011-07-12 14:36:57 [864]  AMT: config: PayloadCode: {10355145-8A4C-47F3-994B-B9B81B4DABF5}
    2011-07-12 14:36:57 [864]  AMT: config: Driver PayloadCode: {D8D2B468-8342-411A-8760-BCC362C3408F}
    2011-07-12 14:36:57 [864]  AMT: config: Installed LicensingCode: MasterCollection-CS5.5-Win-GM
    2011-07-12 14:36:57 [864]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{10355145-8A4C-47F3-994B-B9B81B4DABF5}] in master.
    2011-07-12 14:36:57 [864]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{D8D2B468-8342-411A-8760-BCC362C3408F}] in master.
    2011-07-12 14:36:57 [864]  PCDService: No value for key [BridgeTalkCode] in hive [{D8D2B468-8342-411A-8760-BCC362C3408F}] in master.
    2011-07-12 14:36:57 [864]  PCDService: No value for key [ISO_TAGGING_DISABLED] in hive [Photoshop-CS5.5-Win-GM] in master.
    2011-07-12 14:36:57 [864]  PCDService: No value for key [EULA] in hive [{D8D2B468-8342-411A-8760-BCC362C3408F}] in master.
    2011-07-12 14:36:57 [864]  AMT: config: Registration is suppressed.
    2011-07-12 14:36:57 [864]  PCDService: No value for key [Growl] in hive [{D8D2B468-8342-411A-8760-BCC362C3408F}] in master.
    2011-07-12 14:36:57 [864]  PCDService: No value for key [Growl] in hive [{10355145-8A4C-47F3-994B-B9B81B4DABF5}] in master.
    2011-07-12 14:36:57 [864]  PCDService: No value for key [Updates] in hive [{D8D2B468-8342-411A-8760-BCC362C3408F}] in master.
    2011-07-12 14:36:57 [864]  PCDService: No value for key [Updates] in hive [{10355145-8A4C-47F3-994B-B9B81B4DABF5}] in master.
    2011-07-12 14:36:57 [864]  AMT: Application can be serialized (sif file found).
    2011-07-12 14:36:57 [864]  PCDService: No value for key [SN] in hive [MasterCollection-CS5.5-Win-GM{|}ALL] in cache.
    2011-07-12 14:36:57 [864]  config: No ALL licensed serial number found in MasterCollection-CS5.5-Win-GM
    2011-07-12 14:36:57 [864]  PCDService: No value for key [AMTConfigPath] in hive [{D8D2B468-8342-411A-8760-BCC362C3408F}] in cache.
    2011-07-12 14:36:57 [864]  PCDService: No value for key [ExpirationDate] in hive [Photoshop-CS5.5-Win-GM] in master.
    2011-07-12 14:36:57 [864]  PCDService: No value for key [LineCV 6] in hive [MasterCollection-CS5.5-Win-GM{|}ALL] in cache.
    2011-07-12 14:36:57 [864]  PCDService: No value for key [LineCV 7] in hive [MasterCollection-CS5.5-Win-GM{|}ALL] in cache.
    2011-07-12 14:36:57 [864]  AMT: First launch (serial [92298703989008908851]).
    2011-07-12 14:36:57 [864]  AMT: Application state initialized.  Obtaining Product License.
    2011-07-12 14:36:57 [864]  AMT: Obtaining client features from cache.
    2011-07-12 14:36:57 [864]  AMT: Obtaining client product info from cache.
    2011-07-12 14:36:57 [864]  PCDService: No value for key [ExpirationDate] in hive [Photoshop-CS5.5-Win-GM] in master.
    2011-07-12 14:36:57 [864]  PCDService: No value for key [ExpirationDate] in hive [Photoshop-CS5.5-Win-GM] in master.
    2011-07-12 14:36:57 [864]  AMT: Forcing first launch workflow because product is not licensed from previous launch.
    2011-07-12 14:36:57 [864]  AMT: AMT: Obtaining Product License.
    2011-07-12 14:36:57 [864]  AMT: Launch Workflow not yet done in foreground in this session.
    2011-07-12 14:36:57 [864]  AMT: Starting First Launch Workflow
    2011-07-12 14:36:57 [864]  AMT: Running in PROV_APP
    2011-07-12 14:36:57 [864]  PCDService: No value for key [MediaTag] in hive [{D8D2B468-8342-411A-8760-BCC362C3408F}] in master.
    2011-07-12 14:36:57 [864]  config: No media tag found for payload {D8D2B468-8342-411A-8760-BCC362C3408F}
    2011-07-12 14:36:57 [864]  config: Using default media policy RET
    2011-07-12 14:36:57 [864]  PCDService: No value for key [EULA_ACCEPTED] in hive [MasterCollection-CS5.5-Win-GM] in cache.
    2011-07-12 14:36:57 [864]  PCDService: No value for key [EULA_PHASE] in hive [MasterCollection-CS5.5-Win-GM] in cache.
    2011-07-12 14:36:57 [864]  uiswitch: Suppressing EULA display on requst
    2011-07-12 14:36:57 [864]  AMT: Starting ALM workflow.
    2011-07-12 14:36:57 [864]  AMT: Initializing ALM for serialized activation.
    2011-07-12 14:36:57 [864]  ALMService: Initializing as licensed app
    2011-07-12 14:36:57 [864]  ALM: _info_: Start ALM 3.5 Release (build 3.5.2.0)
    2011-07-12 14:36:57 [864]  SLCoreService: Starting up SLCore 1.7 Release (build 1.7.26.242757).
    2011-07-12 14:36:57 [864]  SLCoreService: Service construction took 0.0 ms and succeed.
    2011-07-12 14:36:57 [864]  ALM: _info_: LEID passed MasterCollection-CS5.5-Win-GM is used to configure SLCore = 0
    2011-07-12 14:36:57 [864]  ALM: _info_: Host app is Licensable App
    2011-07-12 14:36:57 [864]  PCDService: No value for key [Photoshop-CS5.5-Win-GM{|}6] in hive [SSC-CS5.5-LE-Dominance] in master.
    2011-07-12 14:36:57 [864]  ALM: _info_: Found LEID Photoshop-CS5.5-Win-GM with AMT Path C:\Program Files\Adobe\Adobe Photoshop CS5.1 (64 Bit)\AMT
    2011-07-12 14:36:57 [864]  ALM: _info_: Found LEID DesignSuiteStandard-CS5.5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\DesignSuiteStandard-CS5.5-Win-GM
    2011-07-12 14:36:57 [864]  ALM: _info_: Found LEID WebSuitePremium-CS5.5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\WebSuitePremium-CS5.5-Win-GM
    2011-07-12 14:36:57 [864]  ALM: _info_: Found LEID DesignSuitePremium-CS5.5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\DesignSuitePremium-CS5.5-Win-GM
    2011-07-12 14:36:57 [864]  ALM: _info_: Found LEID VideoSuitePremium-CS5.5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\VideoSuitePremium-CS5.5-Win-GM
    2011-07-12 14:36:57 [864]  ALM: _info_: Found LEID MasterCollection-CS5.5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\Adobe Creative Suite 5.5 Master Collection\AMT
    2011-07-12 14:36:57 [864]  ALM: _info_: Found LEID ELearningSuite-ES2.5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\ELearningSuite-ES2.5-Win-GM
    2011-07-12 14:36:57 [864]  PCDService: No value for key [MediaTag] in hive [{D8D2B468-8342-411A-8760-BCC362C3408F}] in master.
    2011-07-12 14:36:57 [864]  config: No media tag found for payload {D8D2B468-8342-411A-8760-BCC362C3408F}
    2011-07-12 14:36:57 [864]  config: Using default media policy RET
    2011-07-12 14:36:57 [864]  ALM: _info_: MediaTagPolicy is RET
    2011-07-12 14:36:57 [864]  PCDService: No value for key [NTL_WO_SN] in hive [MasterCollection-CS5.5-Win-GM] in master.
    2011-07-12 14:36:57 [864]  ALM: _info_: Canonical LEID is Photoshop-CS5.5-Win-GM
    2011-07-12 14:36:57 [864]  ALM: _info_: Driver LEID is MasterCollection-CS5.5-Win-GM
    2011-07-12 14:36:57 [864]  PCDService: No value for key [922987039890089088516140] in hive [RejectedSNDomain_CS5] in cache.
    2011-07-12 14:36:57 [864]  SLCoreService: Reading product config [C:\Program Files (x86)\Common Files\Adobe\Adobe Creative Suite 5.5 Master Collection\AMT\SLConfig.xml]
    2011-07-12 14:36:57 [864]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for ALL
    2011-07-12 14:36:57 [864]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is not installed
    2011-07-12 14:36:57 [864]  ALM: _time_: (func: ALM_Initialize, duration: 0.031 sec)
    2011-07-12 14:36:57 [864]  AMT: Performing ALM silent license verification.
    2011-07-12 14:36:57 [864]  PCDService: No value for key [EncryptedSerial] in hive [{D8D2B468-8342-411A-8760-BCC362C3408F}] in cache.
    2011-07-12 14:36:57 [864]  PCDService: No value for key [Serial] in hive [{D8D2B468-8342-411A-8760-BCC362C3408F}] in cache.
    2011-07-12 14:36:57 [864]  config: No pre-serial number found in {D8D2B468-8342-411A-8760-BCC362C3408F}
    2011-07-12 14:36:57 [864]  PCDService: No value for key [PSN] in hive [MasterCollection-CS5.5-Win-GM{|}en_GB] in cache.
    2011-07-12 14:36:57 [864]  config: No en_GB provisional serial number found in MasterCollection-CS5.5-Win-GM
    2011-07-12 14:36:57 [864]  PCDService: No value for key [PSN] in hive [MasterCollection-CS5.5-Win-GM{|}ALL] in cache.
    2011-07-12 14:36:57 [864]  config: No ALL provisional serial number found in MasterCollection-CS5.5-Win-GM
    2011-07-12 14:36:57 [864]  ALM: _info_: Validate license at Pre-Chrome time
    2011-07-12 14:36:57 [864]  ALM: _info_: Searching license for locale en_GB ...
    2011-07-12 14:36:57 [864]  PCDService: No value for key [922987061892725121064922] in hive [RejectedSNDomain_CS5] in cache.
    2011-07-12 14:36:57 [864]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_GB
    2011-07-12 14:36:57 [864]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2011-07-12 14:36:57 [864]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_GB
    2011-07-12 14:36:57 [864]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2011-07-12 14:36:57 [864]  ALM: _info_: Found existing serialization under LEID MasterCollection-CS5.5-Win-GM, the serial number locale is en_GB
    2011-07-12 14:36:57 [864]  PCDService: No value for key [922987061892725121064922] in hive [RejectedSNDomain_CS5] in cache.
    2011-07-12 14:36:57 [864]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_GB
    2011-07-12 14:36:57 [864]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2011-07-12 14:36:57 [864]  PCDService: No value for key [922987061892725121064922] in hive [RejectedSNDomain_CS5] in cache.
    2011-07-12 14:36:57 [864]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_GB
    2011-07-12 14:36:57 [864]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2011-07-12 14:36:57 [864]  ALM: _info_: Cached license is expired for locale en_GB, continue the search to next locale
    2011-07-12 14:36:57 [864]  ALM: _info_: No valid license found, fall back to the most preferred locale: en_GB
    2011-07-12 14:36:57 [864]  PCDService: No value for key [922987061892725121064922] in hive [RejectedSNDomain_CS5] in cache.
    2011-07-12 14:36:57 [864]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_GB
    2011-07-12 14:36:57 [864]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2011-07-12 14:36:57 [864]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_GB

  • My Illustrator CS6 will not launch

    I was working with an AI file in Illustrator today. Everything was working fine and I made some edits and placed the file in my inDesign document.  I saw another change I wanted to make so I right clicked on the file and selected Edit with Illustrator.  I received a Windows pop up box that said, "Adobe Illustrator CS6 has stopped working A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available." The only option was to click the "Close program" button.  No other info was given.  For the last two  hours I have been searching Google, these forums and asking some of my Illustrator friends if they had any ideas.
    I can open the program by holding down the shift key and I can even open a file but no features are available  (See image)  As you can see most of the options in the windows are missing.  Even if I open a file, nothing in the Window menu is available and even preferences will not open.  I can't even use shortcuts.
    Google says you can reset/delete preferences by holding shift - control - at while opening the program. This still doesn't work and the system crashes on the load of ColorHarmony.aip
    I have not reinstalled the software because after reading other issues on the net that were very similar to mine, this did not help.  I was working with fonts and deleted one because it didn't work at all.  I don't remember the name but I know it started with a T.  When I went to Windows/Fonts the font only came up as hahahah hahaha instead of characters of the alphabet.  So, I deleted it thinking something is up with this font.  Maybe I've messed up a required font?
    I am running Illustrator CS6 16.0.3 64bit.
    I finally found an article that pointed me to three logs.  There was nothing with the date and time of my last attempt to open the software in PDApp.log.  The file oobelib.log had the following info from my last attempt to open the program:
    2015-02-27 00:15:20 [6512]  Adobe Silent Activator: ***********Silent Activator Launched = 7.0.1.107,7.1 ************
    2015-02-27 00:15:20 [6512]  SLCoreService: Starting up SLCore 2.0 Release (build 2.0.1.360321).
    2015-02-27 00:15:20 [6512]  SLCoreService: Service construction took 0.0 ms and succeed.
    2015-02-27 00:15:20 [6512]  PCDService: PCD Service in non-threaded mode
    2015-02-27 00:15:20 [6512]  AXFBLicensing: All function pointers successfully retrieved
    2015-02-27 00:15:20 [6512]  Activation: ProcessXMLFile : XML File successfully parsed!
    2015-02-27 00:15:20 [6512]  Activation: LEID=Illustrator-CS6-Win-GM DLEID=DesignWebSuitePremium-CS6-Win-GM ELEID=DesignWebSuitePremium-CS6-Win-GM LOCALE=en_US APPAMT = C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\AMT DAMT = C:\Program Files (x86)\Common Files\Adobe\Adobe Creative Suite 6 Design and Web Premium\AMT
    2015-02-27 00:15:20 [6512]  HEADLESS MODE: HEADLESS MODE is : LaunchMode_UI
    2015-02-27 00:15:20 [6512]  SLCoreService: Syncing to license store...
    2015-02-27 00:15:20 [6512]  SLCoreService: Found server mkey.
    2015-02-27 00:15:20 [6512]  SLCoreService: Loading license references...
    2015-02-27 00:15:20 [6512]  SLCoreService: Found 4 license file(s)
    2015-02-27 00:15:20 [6512]  SLCoreService: Parsing license file [202753869.lic] succeed.
    2015-02-27 00:15:20 [6512]  SLCoreService: Parsing license file [218912877.lic] succeed.
    2015-02-27 00:15:20 [6512]  SLCoreService: Parsing license file [250161213.lic] succeed.
    2015-02-27 00:15:20 [6512]  SLCoreService: Parsing license file [28738525.lic] succeed.
    2015-02-27 00:15:20 [6512]  SLCoreService: License store synchronization took 44.3 ms and succeed.
    2015-02-27 00:15:20 [6512]  SLCoreService: Query license: type = 3, duration = permanent, remaining = permanent.
    2015-02-27 00:15:20 [6512]  Activation: SA functionality for post-chrome mode
    2015-02-27 00:15:20 [6512]  Activation: ExpirySerialNumber : Expiration data found.
    2015-02-27 00:15:20 [6512]  Activation: ExpirySerialNumber : Serial Number not expired.
    2015-02-27 00:15:20 [6512]  SLCoreService: Shutting down SLCore 2.0 Release (build 2.0.1.360321).
    2015-02-27 00:15:20 [6512]  SLCoreService: Service destruction took 0.4 ms and succeed.
    2015-02-27 00:15:20 [6512]  Adobe Silent Activator: Checking for other cached SA jobs....
    2015-02-27 00:15:20 [6512]  PCDService: PCD Service in non-threaded mode
    2015-02-27 00:15:20 [6512]  PCDService: Failed to read value for key [DATA] in hive [SAFILELIST] from cache : 769
    2015-02-27 00:15:20 [6512]  Adobe Silent Activator: No cached jobs found !
    2015-02-27 00:15:20 [6512]  Adobe Silent Activator: ***********Silent Activator End*******************
    **** NEXT LOG - AMT3.LOG ****
    The next next file my resource told me to look at was amt3.log.  This file consist of the following info:
    2015-02-27 00:15:16 [5484]  AMT: START SESSION, library version 6.0.0.75,6.0
    2015-02-27 00:15:16 [5484]  AMT: Initializing C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\
    2015-02-27 00:15:16 [5484]  AMT: Adobe License Manager version 3.5 (build 2.0) RELEASE
    2015-02-27 00:15:16 [5484]  AMT: Virtualization Turned off
    2015-02-27 00:15:16 [5484]  PCDService: PCD Service in non-threaded mode
    2015-02-27 00:15:16 [5484]  performance: AMTPreObtainProductLicense took 1.039846 ms
    2015-02-27 00:15:16 [5484]  AMT: RW check key updated !
    2015-02-27 00:15:16 [5484]  AMT: App Product Locale [0] = en_US
    2015-02-27 00:15:16 [5484]  config: Loading configuration for C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\AMT\application.xml
    2015-02-27 00:15:16 [5484]  config: Found payload code {9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582}
    2015-02-27 00:15:16 [5484]  PCDService: found driver code {402F6F2E-5683-491C-977D-0CA599A07CAF}
    2015-02-27 00:15:16 [5484]  config: config: Host app was installed, using installed license configuration.
    2015-02-27 00:15:16 [5484]  PCDService: Failed to read value for key [FLMap] in hive [Illustrator-CS6-Win-GM{|}ALL] from cache : 769
    2015-02-27 00:15:16 [5484]  config: Setting current license to the driver at startup because no mapping was found.
    2015-02-27 00:15:16 [5484]  config: Setting current license to DesignWebSuitePremium-CS6-Win-GM [ALL]
    2015-02-27 00:15:16 [5484]  config: payload code: {9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582}
    2015-02-27 00:15:16 [5484]  config: driver payload code: {402F6F2E-5683-491C-977D-0CA599A07CAF}
    2015-02-27 00:15:16 [5484]  config: driver licensing code: DesignWebSuitePremium-CS6-Win-GM
    2015-02-27 00:15:16 [5484]  config: current licensing code: DesignWebSuitePremium-CS6-Win-GM
    2015-02-27 00:15:16 [5484]  config: current locale code: ALL
    2015-02-27 00:15:16 [5484]  config: Done loading configuration
    2015-02-27 00:15:16 [5484]  config: Setting insalled locales
    2015-02-27 00:15:16 [5484]  config: Changing locale to "en_US" because old locale "" is not in the new list of installed languages
    2015-02-27 00:15:16 [5484]  AMT: Installed Locale  [0] = en_US
    2015-02-27 00:15:16 [5484]  AMT: Reordered Locale  [0] = en_US
    2015-02-27 00:15:16 [5484]  AMT: config: Finding license info for payload: {402F6F2E-5683-491C-977D-0CA599A07CAF}
    2015-02-27 00:15:16 [5484]  AMT: config: PayloadCode: {9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582}
    2015-02-27 00:15:16 [5484]  AMT: config: Driver PayloadCode: {402F6F2E-5683-491C-977D-0CA599A07CAF}
    2015-02-27 00:15:16 [5484]  AMT: config: Installed LicensingCode: DesignWebSuitePremium-CS6-Win-GM
    2015-02-27 00:15:16 [5484]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582}] in master : 10
    2015-02-27 00:15:16 [5484]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2015-02-27 00:15:16 [5484]  PCDService: No value for key [BridgeTalkCode] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2015-02-27 00:15:16 [5484]  PCDService: No value for key [ISO_TAGGING_DISABLED] in hive [Illustrator-CS6-Win-GM] in master : 10
    2015-02-27 00:15:16 [5484]  PCDService: No value for key [EULA] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2015-02-27 00:15:16 [5484]  PCDService: No value for key [Registration] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2015-02-27 00:15:16 [5484]  PCDService: No value for key [Registration] in hive [{9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582}] in master : 10
    2015-02-27 00:15:16 [5484]  PCDService: No value for key [Growl] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2015-02-27 00:15:16 [5484]  PCDService: No value for key [Growl] in hive [{9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582}] in master : 10
    2015-02-27 00:15:16 [5484]  PCDService: No value for key [EULAForPassive] in hive [Illustrator-CS6-Win-GM] in master : 10
    2015-02-27 00:15:16 [5484]  PCDService: No value for key [EULAForPassive] in hive [DesignWebSuitePremium-CS6-Win-GM] in master : 10
    2015-02-27 00:15:16 [5484]  PCDService: No value for key [Updates] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2015-02-27 00:15:16 [5484]  PCDService: No value for key [Updates] in hive [{9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582}] in master : 10
    2015-02-27 00:15:16 [5484]  PCDService: No value for key [SuiteFeatureCount] in hive [DesignWebSuitePremium-CS6-Win-GM] in master : 10
    2015-02-27 00:15:16 [5484]  AMT: Application can be serialized (Non Passive App).
    2015-02-27 00:15:16 [5484]  PCDService: Failed to read value for key [LicensedLocales] in hive [Illustrator-CS6-Win-GM{|}LicLoc] from cache : 769
    2015-02-27 00:15:16 [5484]  config: Setting current license to DesignWebSuitePremium-CS6-Win-GM [en_US]
    2015-02-27 00:15:16 [5484]  config: Enigma Data Found from SLCache
    2015-02-27 00:15:16 [5484]  PCDService: Failed to read value for key [AMTConfigPath] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] from cache : 769
    2015-02-27 00:15:16 [5484]  PCDService: No value for key [ExpirationDate] in hive [Illustrator-CS6-Win-GM] in master : 10
    2015-02-27 00:15:16 [5484]  AMT: Subsequent launch (serial [90148713156021585045]).
    2015-02-27 00:15:16 [5484]  AMT: Application state initialized.  Obtaining Product License.
    2015-02-27 00:15:16 [5484]  AMT: Obtaining client features from cache.
    2015-02-27 00:15:16 [5484]  AMT: Obtaining client product info from cache.
    2015-02-27 00:15:16 [5484]  PCDService: No value for key [ExpirationDate] in hive [Illustrator-CS6-Win-GM] in master : 10
    2015-02-27 00:15:16 [5484]  PCDService: No value for key [ENABLE_GUEST] in hive [DesignWebSuitePremium-CS6-Win-GM] in master : 10
    2015-02-27 00:15:16 [5484]  PCDService: No value for key [ExpirationDate] in hive [Illustrator-CS6-Win-GM] in master : 10
    2015-02-27 00:15:16 [5484]  AMT: Running in PROV_APP
    2015-02-27 00:15:16 [5484]  PCDService: No value for key [EULADelay] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2015-02-27 00:15:16 [5484]  PCDService: No value for key [EULADelay] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2015-02-27 00:15:16 [5484]  PCDService: No value for key [MediaTag] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2015-02-27 00:15:16 [5484]  config: No media tag found for payload {402F6F2E-5683-491C-977D-0CA599A07CAF}
    2015-02-27 00:15:16 [5484]  config: Using default media policy RET
    2015-02-27 00:15:16 [5484]  uiswitch: EULA has already been accepted.
    2015-02-27 00:15:16 [5484]  AMT: This is a subsequent launch. Deferring services.
    2015-02-27 00:15:16 [5484]  performance: AMTObtainProductLicense took 24.793335 ms
    2015-02-27 00:15:18 [5484]  AMT: Pre-Validating Product License.
    2015-02-27 00:15:18 [5484]  AMT: Services not yet loaded in this session.
    2015-02-27 00:15:18 [5484]  AMT: Loading services in background to get ready for Validate call.
    2015-02-27 00:15:18 [5484]  AMT: Spawning background thread to load services.
    2015-02-27 00:15:18 [5484]  performance: AMTPreValidateProductLicense took 142.779556 ms
    2015-02-27 00:15:18 [5484]  AMT: Starting work on prevalidate thread.
    2015-02-27 00:15:18 [5484]  AMT: Looking for alternate serial if any.
    2015-02-27 00:15:18 [5484]  AMT: Found Serial = 901487131560215850457198
    2015-02-27 00:15:18 [5484]  AMT: AMTPlugPlug : Get Licensing information
    2015-02-27 00:15:18 [5484]  AMT: Looking for alternate serial if any.
    2015-02-27 00:15:18 [5484]  AMT: Found Serial = 901487131560215850457198
    2015-02-27 00:15:18 [5484]  AMT: PlugPlug : AdobeId has been created or SN with no SaaS bit
    2015-02-27 00:15:18 [5484]  AMT: PlugPlug : Can Go Online returned as true
    2015-02-27 00:15:19 [5484]  AMT: AMTPlugPlug : Getting the AdobeID / Timestamp Map
    2015-02-27 00:15:19 [5484]  AMT: AMTPlugPlug : Preparing response for getProductLicenseInfo
    2015-02-27 00:15:19 [5484]  performance: AMTPlugPlugRequest took 1036.806396 ms
    2015-02-27 00:15:19 [5484]  AMT: Looking for alternate serial if any.
    2015-02-27 00:15:20 [5484]  AMT: RW check key updated !
    2015-02-27 00:15:20 [5484]  AMT: AMT: PreValidating Product License.
    2015-02-27 00:15:20 [5484]  AMT: Launch Workflow not yet done in this session.
    2015-02-27 00:15:20 [5484]  AMT: Starting Background Subsequent Launch Workflow
    2015-02-27 00:15:20 [5484]  AMT: Starting ALM workflow.
    2015-02-27 00:15:20 [5484]  AMT: Initializing ALM for serialized activation.
    2015-02-27 00:15:20 [5484]  ALMService: Initializing as licensed app
    2015-02-27 00:15:20 [5484]  ALM: _info_: Start ALM 3.5 Release (build 3.5.2.0)
    2015-02-27 00:15:20 [5484]  SLCoreService: Starting up SLCore 2.0 Release (build 2.0.1.301001).
    2015-02-27 00:15:20 [5484]  SLCoreService: Service construction took 0.0 ms and succeed.
    2015-02-27 00:15:20 [5484]  ALM: _info_: LEID passed DesignWebSuitePremium-CS6-Win-GM is used to configure SLCore = 0
    2015-02-27 00:15:20 [5484]  ALM: _info_: Host app is Licensable App
    2015-02-27 00:15:20 [5484]  AMT: Found Serial = 901487131560215850457198
    2015-02-27 00:15:20 [5484]  AMT: AMTPlugPlug : Get Licensing information
    2015-02-27 00:15:20 [5484]  AMT: Looking for alternate serial if any.
    2015-02-27 00:15:20 [5484]  ALM: _info_: Got DOM List from FA_Set
    2015-02-27 00:15:20 [5484]  AMT: Found Serial = 901487131560215850457198
    2015-02-27 00:15:20 [5484]  ALM: _info_: Found LEID Illustrator-CS6-Win-GM with AMT Path C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\AMT
    2015-02-27 00:15:20 [5484]  ALM: _info_: Found LEID DesignWebSuitePremium-CS6-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\Adobe Creative Suite 6 Design and Web Premium\AMT
    2015-02-27 00:15:20 [5484]  ALM: _info_: Found LEID VideoSuitePremium-CS6-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\VideoSuitePremium-CS6-Win-GM
    2015-02-27 00:15:20 [5484]  PCDService: No value for key [MediaTag] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2015-02-27 00:15:20 [5484]  config: No media tag found for payload {402F6F2E-5683-491C-977D-0CA599A07CAF}
    2015-02-27 00:15:20 [5484]  config: Using default media policy RET
    2015-02-27 00:15:20 [5484]  ALM: _info_: MediaTagPolicy is RET
    2015-02-27 00:15:20 [5484]  PCDService: No value for key [NTL_WO_SN] in hive [DesignWebSuitePremium-CS6-Win-GM] in master : 10
    2015-02-27 00:15:20 [5484]  ALM: _info_: Canonical LEID is Illustrator-CS6-Win-GM
    2015-02-27 00:15:20 [5484]  ALM: _info_: Driver LEID is DesignWebSuitePremium-CS6-Win-GM
    2015-02-27 00:15:20 [5484]  ALM: _info_: Set Running Locale to en_US
    2015-02-27 00:15:20 [5484]  AMT: Performing ALM silent license verification.
    2015-02-27 00:15:20 [5484]  ALM: _info_: Validate license at Post-Chrome time, running locale is en_US
    2015-02-27 00:15:20 [5484]  ALM: _info_: Searching license for locale en_US ...
    2015-02-27 00:15:20 [5484]  AMT: PlugPlug : AdobeId has been created or SN with no SaaS bit
    2015-02-27 00:15:20 [5484]  AMT: PlugPlug : Can Go Online returned as true
    2015-02-27 00:15:20 [5484]  PCDService: Failed to read value for key [901487131560215850457198] in hive [RejectedSNDomain_CS5] from cache : 769
    2015-02-27 00:15:20 [5484]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_US
    2015-02-27 00:15:20 [5484]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2015-02-27 00:15:20 [5484]  ALM: _info_: Found existing serialization under LEID DesignWebSuitePremium-CS6-Win-GM, the serial number locale is en_US
    2015-02-27 00:15:20 [5484]  ALM: _info_: This is the running locale, stop the search
    2015-02-27 00:15:20 [5484]  AMT: AMTPlugPlug : Getting the AdobeID / Timestamp Map
    2015-02-27 00:15:20 [5484]  PCDService: Failed to read value for key [901487131560215850457198] in hive [RejectedSNDomain_CS5] from cache : 769
    2015-02-27 00:15:20 [5484]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_US
    2015-02-27 00:15:20 [5484]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2015-02-27 00:15:20 [5484]  AMT: AMTPlugPlug : Preparing response for getProductLicenseInfo
    2015-02-27 00:15:20 [5484]  performance: AMTPlugPlugRequest took 347.622284 ms
    2015-02-27 00:15:20 [5484]  PCDService: Failed to read value for key [901487131560215850457198] in hive [RejectedSNDomain_CS5] from cache : 769
    2015-02-27 00:15:20 [5484]  PCDService: Failed to read value for key [901487131560215850457198] in hive [RejectedSNDomain_CS5] from cache : 769
    2015-02-27 00:15:20 [5484]  config: Setting current license to DesignWebSuitePremium-CS6-Win-GM [en_US]
    2015-02-27 00:15:20 [5484]  SLCoreService: Syncing to license store...
    2015-02-27 00:15:20 [5484]  SLCoreService: Found server mkey.
    2015-02-27 00:15:20 [5484]  SLCoreService: Loading license references...
    2015-02-27 00:15:20 [5484]  SLCoreService: Found 4 license file(s)
    2015-02-27 00:15:20 [5484]  SLCoreService: Parsing license file [202753869.lic] succeed.
    2015-02-27 00:15:20 [5484]  SLCoreService: Parsing license file [218912877.lic] succeed.
    2015-02-27 00:15:20 [5484]  SLCoreService: Parsing license file [250161213.lic] succeed.
    2015-02-27 00:15:20 [5484]  SLCoreService: Parsing license file [28738525.lic] succeed.
    2015-02-27 00:15:20 [5484]  SLCoreService: License store synchronization took 66.2 ms and succeed.
    2015-02-27 00:15:20 [5484]  SLCoreService: Query license: type = 3, duration = permanent, remaining = permanent.
    2015-02-27 00:15:20 [5484]  SLCoreService: Query license: type = 3, duration = permanent, remaining = permanent.
    2015-02-27 00:15:20 [5484]  ALM: _info_: License Is Valid.
    2015-02-27 00:15:20 [5484]  SLCoreService: Query license: type = 3, duration = permanent, remaining = permanent.
    2015-02-27 00:15:20 [5484]  PCDService: No value for key [PDApp_WF] in hive [DesignWebSuitePremium-CS6-Win-GM] in cache : 519
    2015-02-27 00:15:20 [5484]  SLCoreService: Query license: type = 3, duration = permanent, remaining = permanent.
    2015-02-27 00:15:20 [5484]  ALM: _info_: Performing Disabled Check
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Acrobat_10.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Acrobat_Base_10.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Acrobat_Distiller_10.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Acrobat_Professional_10.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Bridge_Base_5.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Bridge_CameraRaw_5.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Bridge_ColorSettings_5.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Bridge_MiniBridge_2.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature CreativeSuite_6.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature CreativeSuite_DesignWebPremium_6.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Dreamweaver_12.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Dreamweaver_Base_12.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Fireworks_12.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Fireworks_Base_12.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Flash_12.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Flash_Base_12.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Flash_Pro_12.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Illustrator_16.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Illustrator_Base_16.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature InDesign_8.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature InDesign_Base_8.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature MediaEncoder_Base_3.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Photoshop_13.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Photoshop_Base_13.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Photoshop_Premium_13.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: No value for key [DataColl] in user dictionary.
    2015-02-27 00:15:20 [5484]  ALM: _info_: No data collection required
    2015-02-27 00:15:20 [5484]  ALM: _info_: Launching Silent Activator in Emergency Mode...
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Acrobat_10.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Acrobat_Base_10.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Acrobat_Distiller_10.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Acrobat_Professional_10.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Bridge_Base_5.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Bridge_CameraRaw_5.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Bridge_ColorSettings_5.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Bridge_MiniBridge_2.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature CreativeSuite_6.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature CreativeSuite_DesignWebPremium_6.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Dreamweaver_12.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Dreamweaver_Base_12.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Fireworks_12.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Fireworks_Base_12.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Flash_12.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Flash_Base_12.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Flash_Pro_12.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Illustrator_16.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Illustrator_Base_16.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature InDesign_8.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature InDesign_Base_8.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature MediaEncoder_Base_3.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Photoshop_13.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Photoshop_Base_13.0 is enabled.
    2015-02-27 00:15:20 [5484]  SLCoreService: Feature Photoshop_Premium_13.0 is enabled.
    2015-02-27 00:15:20 [5484]  PCDService: No value for key [ALM_Info_S1] in hive [DesignWebSuitePremium-CS6-Win-GM{|}en_US] in cache : 519
    2015-02-27 00:15:20 [5484]  ALM: _info_: Performing Block Check
    2015-02-27 00:15:20 [5484]  SLCoreService: Query license: type = 3, duration = permanent, remaining = permanent.
    2015-02-27 00:15:20 [5484]  ALM: _info_: Block Check ByPassed
    2015-02-27 00:15:20 [5484]  SLCoreService: Query license: type = 3, duration = permanent, remaining = permanent.
    2015-02-27 00:15:20 [5484]  ALM: _time_: (func: ALM_License_SilentValidate, duration: 0.577 sec)
    2015-02-27 00:15:20 [5484]  ALM: _info_: ALM_License_SilentValidate return license status: Valid And Activated
    2015-02-27 00:15:20 [5484]  config: Enigma Data Found from SLCache
    2015-02-27 00:15:20 [5484]  AMT: License check shows serialized product is already activated.
    2015-02-27 00:15:20 [5484]  PCDService: No value for key [STORE_URL] in hive [Illustrator-CS6-Win-GM] in master : 10
    2015-02-27 00:15:20 [5484]  PCDService: Failed to get enigma data from hive [901487007673310060752956]: 769
    2015-02-27 00:15:20 [5484]  PCDService: Failed to get enigma data from hive [901487007673310060752956]: 769
    2015-02-27 00:15:20 [5484]  PCDService: Failed to get enigma data from hive [901487007673310060752956]: 769
    2015-02-27 00:15:20 [5484]  PCDService: No value for key [NTL_WO_SN] in hive [Illustrator-CS6-Win-GM] in master : 10
    2015-02-27 00:15:20 [5484]  AMT: Running in PROV_APP
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value WorkFlowType [SilentActivator]
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value LaunchMode [postchrome]
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value AppName [CS6 Design and Web Premium]
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value AppPath [C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows]
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value AppLaunchPath [C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Illustrator.exe]
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value AppRunningLEID [Illustrator-CS6-Win-GM]
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value AppDriverLEID [DesignWebSuitePremium-CS6-Win-GM]
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value AppLicensingLEID [DesignWebSuitePremium-CS6-Win-GM]
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value AdobeCode [{9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582}]
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value DriverAdobeCode [{402F6F2E-5683-491C-977D-0CA599A07CAF}]
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value AppAMTPath [C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\AMT]
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value AppDriverAMTPath [C:\Program Files (x86)\Common Files\Adobe\Adobe Creative Suite 6 Design and Web Premium\AMT]
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value AppLicensingAMTPath [C:\Program Files (x86)\Common Files\Adobe\Adobe Creative Suite 6 Design and Web Premium\AMT]
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value AppTrialSerialNumber [901487007673310060752956]
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value ShowEULA [false]
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value BuyURL [http://www.adobe.com/go/buy?]
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value AdobeIDCreated [true]
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value AppAMTBkGndFilePath [C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\AMT\LMResources\background.png]
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value AppAMTLogoFilePath [C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\AMT\LMResources\adobelogo.png]
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value AppAMTLicenseAFAQFilePath [C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\OBLRes\en_US\LicenseFAQ.html]
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value AppAMTConnectionFAQFilePath [C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\OBLRes\en_US\ConnectionFAQ.html]
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value AppRunningLocale [en_US]
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value AppListOfLocales [en_US]
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value AppProcessID []
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value ProductID [543]
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value ProductVersion [6.0]
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value Platform [0]
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value AppHostAppType [ALM_HostAppType_LicensedProduct]
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value AppEULAFolderPath []
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value NoTrial [0]
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value UpgradeCheckRequired [0]
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value ExtendedProfileRegURL [http://www.adobe.com/go/adobemembership?productID=543&release=6.0&platform=0&locale=en_US& source=PCSTHX]
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value ClaimSource [nag_trial]
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value RefreshWF [0]
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value TrialGrace [30]
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value TrialLeft [30]
    2015-02-27 00:15:20 [5484]  uiswitch: Key Value ApplicationLaunchMode [LaunchMode_UI]
    2015-02-27 00:15:20 [5484]  uiswitch: SilentActivator
    2015-02-27 00:15:20 [5484]  uiswitch: Silent Activator
    2015-02-27 00:15:20 [5484]  uiswitch: Launched
    2015-02-27 00:15:20 [5484]  ALM: _info_: Entered ALM_NeedANAG
    2015-02-27 00:15:20 [5484]  PCDService: No value for key [ADOBEID_EXT_PROFILE] in hive [901487131560215850457198] in cache : 519
    2015-02-27 00:15:20 [5484]  ALM: _info_: Exiting ALM_NeedANAG
    2015-02-27 00:15:20 [5484]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2015-02-27 00:15:20 [5484]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582}] in master : 10
    2015-02-27 00:15:20 [5484]  PCDService: No value for key [Updates] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2015-02-27 00:15:20 [5484]  PCDService: No value for key [Updates] in hive [{9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582}] in master : 10
    2015-02-27 00:15:20 [5484]  AUMService: config: No AdobeUpdaterCode found in configuration; AUM will be disabled.
    2015-02-27 00:15:20 [5484]  ServiceLoader: looking for library C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\updaternotifications.dll
    2015-02-27 00:15:20 [5484]  ServiceLoader: Found library C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\updaternotifications.dll
    2015-02-27 00:15:20 [5484]  AUMService: IsUpdaterEnabled call
    2015-02-27 00:15:20 [5484]  AUMService: IsUpdaterEnabled call succeeded
    2015-02-27 00:15:20 [5484]  ALM: _info_: Deactivation menu is enabled
    2015-02-27 00:15:20 [5484]  AMT: Completed Launch Workflow successfully.
    2015-02-27 00:15:20 [5484]  AMT: Calling AUM API to create scheduler entry to be used by updater.
    2015-02-27 00:15:20 [5484]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2015-02-27 00:15:20 [5484]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582}] in master : 10
    2015-02-27 00:15:20 [5484]  PCDService: No value for key [Updates] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2015-02-27 00:15:20 [5484]  PCDService: No value for key [Updates] in hive [{9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582}] in master : 10
    2015-02-27 00:15:20 [5484]  AUMService: config: No AdobeUpdaterCode found in configuration; AUM will be disabled.
    2015-02-27 00:15:20 [5484]  AUMService: IsUpdaterEnabled call
    2015-02-27 00:15:20 [5484]  AUMService: IsUpdaterEnabled call succeeded
    2015-02-27 00:15:20 [5484]  AUMService: Get LEID xml call
    2015-02-27 00:15:20 [5484]  AUMService: Get LEID XML call succeeded
    2015-02-27 00:15:20 [5484]  AMT: AUM GetLEID called with status =0.
    2015-02-27 00:15:20 [5484]  AMT: Checking client features against cache.
    2015-02-27 00:15:20 [5484]  AMT: Feature Illustrator_Base 16.0 is licensed (was licensed).
    2015-02-27 00:15:20 [5484]  AMT: Feature Bridge_Base 4.0 is unlicensed (was unlicensed).
    2015-02-27 00:15:20 [5484]  AMT: Feature MobileCenter_Base 3.0 is unlicensed (was unlicensed).
    2015-02-27 00:15:20 [5484]  AMT: Validating client product info against cache.
    2015-02-27 00:15:20 [5484]  PCDService: No value for key [ExpirationDate] in hive [Illustrator-CS6-Win-GM] in master : 10
    2015-02-27 00:15:20 [5484]  AMT: Starting Data Collection for SWTag_Init()
    2015-02-27 00:15:20 [5484]  AMT: DoISOTagging() productCanonicalLEID = Illustrator-CS6-Win-GM;outMappedLEID =  DesignWebSuitePremium-CS6-Win-GM, unused = DesignWebSuitePremium-CS6-Win-GM
    2015-02-27 00:15:20 [5484]  AMT: DoISOTagging() productPayloadCode = {9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582};driverPayloadCode =  {402F6F2E-5683-491C-977D-0CA599A07CAF}
    2015-02-27 00:15:20 [5484]  AMT: SWTag_Init() Tags Arguments CS6 Design and Web Premium; DesignWebSuitePremium-CS6-Win-GM; en_US
    2015-02-27 00:15:20 [5484]  AMT: DoISOTagging() License Status = activated
    2015-02-27 00:15:20 [5484]  AMT: DoISOTagging() Tags 901487131560215850457198; 6.0; VOLUME
    2015-02-27 00:15:20 [5484]  AMT: DoISOTagging() Product Version 6; 0
    2015-02-27 00:15:20 [5484]  AMT: AMT: Product License PreValidated.
    2015-02-27 00:15:20 [5484]  AMT: Prevalidate indicates license is good and no UI required.
    2015-02-27 00:15:20 [5484]  performance: PreValidate thread took 1107.258911 ms
    2015-02-27 00:16:39 [5484]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2015-02-27 00:16:39 [5484]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582}] in master : 10
    2015-02-27 00:16:39 [5484]  PCDService: No value for key [Updates] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2015-02-27 00:16:39 [5484]  PCDService: No value for key [Updates] in hive [{9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582}] in master : 10
    2015-02-27 00:16:39 [5484]  AUMService: config: No AdobeUpdaterCode found in configuration; AUM will be disabled.
    2015-02-27 00:16:39 [5484]  AUMService: UpdaterNotificationsLaunchAAMNotifierOnQuitIfReqd call
    2015-02-27 00:16:39 [5484]  AUMService: UpdaterNotificationsLaunchAAMNotifierOnQuitIfReqd call succeeded
    2015-02-27 00:16:39 [5484]  AMT: AUM UpdaterNotificationsLaunchAAMNotifierOnQuitIfReqd called with status =0.
    2015-02-27 00:16:39 [5484]  ALMService: Terminating
    2015-02-27 00:16:39 [5484]  SLCoreService: Shutting down SLCore 2.0 Release (build 2.0.1.301001).
    2015-02-27 00:16:39 [5484]  SLCoreService: Service destruction took 9.4 ms and succeed.
    2015-02-27 00:16:39 [5484]  ALM: _info_: End ALM
    2015-02-27 00:16:39 [5484]  performance: AMTReleaseProductLicense took 10.994947 ms
    2015-02-27 00:16:39 [5484]  AMT: END SESSION.
    Obviously this stuff means absolutely nothing to me.  I only hope it means something to one of you so you can help me get this figured out.
    Thank you in advance.
    Kim

    Kim I reviewed the account you used to post to this forum and there is no registered software titles under the account.  My apologies but this is likely what is leading to the difficulty with the correct contact options being offered to you.
    I would recommend contacting our support team at Contact Customer Care.  This link should allow you to speak with a member of our support team without having a software titled registered.
    Alternately you can register your CS6 software title by following the steps listed in Find your serial number quickly.
    Finally if you continue to face difficulties contacting our support team then please verify the contact information located under your account at http://www.adobe.com/ and I can request a member of our support team contact you directly.  Once you have made this verification if you can either private message me or update this discussion I will submit the request.

  • Can't Publish to oradav on Oracle Portal 9.0.4

    I've set up the <url portal>/dav_portal/portal so I'm able to publish to it by dragging and dropping files from Windows Explorer, and everything works fine.
    Then I set up BI Publisher version 10.1.3.3.2 and the scheduler works fine with e-mails and through ftp. However no WebDav publishing, it always fails with the following message:
         Status          Failed
         System Message          
    oracle.apps.xdo.service.delivery.DeliveryException: oracle.apps.xdo.delivery.DeliveryException: Connection timed out while waiting response from server. (timeout = 60000)
         at oracle.apps.xdo.service.delivery.impl.DeliveryServiceImpl.deliverToWebDAV(DeliveryServiceImpl.java:716)
         at oracle.apps.xdo.servlet.scheduler.XDOJob.deliver(XDOJob.java:1433)
         at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:436)
         at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
         at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
    Caused by: oracle.apps.xdo.delivery.DeliveryException: Connection timed out while waiting response from server. (timeout = 60000)
         at oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequestHandler.submitRequest(Unknown Source)
         at oracle.apps.xdo.delivery.AbstractDeliveryRequest.submit(Unknown Source)
         at oracle.apps.xdo.service.delivery.impl.DeliveryServiceImpl.deliverToWebDAV(DeliveryServiceImpl.java:710)
         ... 4 more
    Caused by: oracle.apps.xdo.delivery.DeliveryException: Connection timed out while waiting response from server. (timeout = 60000)
         at oracle.apps.xdo.delivery.http.HTTPClient.submitRequest(Unknown Source)
         at oracle.apps.xdo.delivery.http.HTTPClient.openRequest(Unknown Source)
         ... 7 more
    The host name, user and password are the same I've used to publish via web folders with Windows Explorer, so these must be ok. I've tried the athentication types: none, basic and digest with the same results. SSL encryption yields a different error message (includes the message "plain text?" which I'm guessing is because either server or client hasn't SSL enabled). So as my last resort I'm asking the BI Publisher gurus here at the Oracle forums; my instance is running with the debug option on and here's the contents of xdo.log right after the error occurs:
    [031208_031519812][][STATEMENT] Preliminary security check passed. Start scheduling. [REPORT_URL]=[Business Intelligence/Teste/Teste.xdo], [USERNAME]=[administrator]
    [031208_031519812][][STATEMENT] Write connection pool max:10, min:5, total:5, available:5
    [031208_031519843][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031519843][][STATEMENT] Succeeded to insert the job info to the database : [ID]=[66]
    [031208_031519875][][EXCEPTION] Succeeded to schedule the job : [ID]=[66]
    [031208_031519890][][STATEMENT] ToplinkDataHandler.getJobs() : called.
    [031208_031519890][][STATEMENT] ToplinkDataHandler.getJobs() : obtaining client session.
    [031208_031519890][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031519890][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031519890][][STATEMENT] ToplinkDataHandler.queryJobs() : calling executeQuery().
    [031208_031519906][][STATEMENT] ToplinkDataHandler.queryJobs() : finished calling executeQuery().
    [031208_031519906][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031519921][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] Scheduler is starting the job.
    [031208_031519921][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] Inserting the output info into the database.
    [031208_031519921][][STATEMENT] Write connection pool max:10, min:5, total:5, available:5
    [031208_031519953][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031519953][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:66] Done inserting the output info into the database.
    [031208_031519953][][STATEMENT] [ID:66] Time elapsed for history insertion : 1205345719953, time from beggining : 32
    [031208_031519953][][STATEMENT] initConfig(): config input stream was used.
    [031208_031519953][][STATEMENT] initCustomFactories(): loading custom delivery channels :{}
    [031208_031519953][oracle.apps.xdo.delivery.DeliveryManager][STATEMENT] initConfig(): loading default properties :{}
    [031208_031522921][][STATEMENT] The job passed the security check.
    [031208_031522921][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:66] Tmp file for document : D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo\cache\xmlp43228663.tmp
    [031208_031522921][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:66] Tmp file for data : D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo\cache\xmlp2530792.tmp
    [031208_031522937][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:66] Start processing the document.
    [031208_031522937][][STATEMENT] Logger.init(): *** DEBUG MODE IS ON. ***
    [031208_031522937][][STATEMENT] Logger.init(): LogDir=D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\xmldebug
    [031208_031523421][][STATEMENT] Template parsing started...
    [031208_031523421][][STATEMENT] Data Template ......
    [031208_031523421][][STATEMENT] oracle.xml.parser.v2.XMLDocument@1e677c4
    [031208_031523421][][STATEMENT] Inside parameterParser...
    [031208_031523421][][STATEMENT] Inside dataQueryParser...
    [031208_031523421][][STATEMENT] Template parsing completed...
    [031208_031523421][][STATEMENT] include_parameters=false
    [031208_031523437][][STATEMENT] Start process Data
    [031208_031523437][][STATEMENT] Process Data ...
    [031208_031523437][][STATEMENT] Writing Data ...
    [031208_031523437][][STATEMENT] Sql Query : select     Tempo.Mês as Mês,
         "Fatos Gestão Origens"."Vl Contrato Pago" as "Vl Contrato Pago",
         Origem.Regional as Regional,
         "Tipo Produto"."Tipo Produto" as "Tipo Produto"
    from     DMGGER."Tipo Produto" "Tipo Produto",
         DMGGER.Origem Origem,
         DMGGER."Fatos Gestão Origens" "Fatos Gestão Origens",
         DMGGER.Tempo Tempo
    [031208_031526703][][EVENT] Data Generation Completed...
    [031208_031526703][][EVENT] Total Data Generation Time 3.0 seconds
    [031208_031527187][][STATEMENT] Logger.init(): *** DEBUG MODE IS ON. ***
    [031208_031527187][][STATEMENT] Logger.init(): LogDir=D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\xmldebug
    [031208_031527187][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor constructor is called.
    [031208_031527187][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor has been initialized without default config.
    [031208_031527203][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setLocale is called with 'en-US'.
    [031208_031527203][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setTemplate(InputStream)is called.
    [031208_031527203][][STATEMENT] Logger.init(): *** DEBUG MODE IS ON. ***
    [031208_031527203][][STATEMENT] Logger.init(): LogDir=D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\xmldebug
    [031208_031527203][oracle.apps.xdo.template.FOProcessor][STATEMENT] Log file 'xdo_031208_031527203_fo_data_177.xsl' is created.
    [031208_031527203][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setData(InputStream) is called.
    [031208_031527203][oracle.apps.xdo.template.FOProcessor][STATEMENT] Log file 'xdo_031208_031527203_fo_data_178.xml' is created.
    [031208_031527203][oracle.apps.xdo.template.FOProcessor][STATEMENT] Log file 'xdo_031208_031527203_fo_out79.out' is created.
    [031208_031527203][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setOutput(OutputStream)is called.
    [031208_031527203][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setOutputFormat(byte)is called with ID=3.
    [031208_031527203][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.generate() called.
    [031208_031527203][oracle.apps.xdo.template.FOProcessor][STATEMENT] createFO(Object, Object) is called.
    [031208_031527234][oracle.apps.xdo.common.xml.XSLT10gR1][STATEMENT] oracle.xdo Developers Kit 10.1.0.5.0 - Production
    [031208_031527234][][STATEMENT] XSLT temporary file (D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo\tmp\cxmlATrjlV6y3r9413.dat) is set.
    [031208_031527453][oracle.apps.xdo.template.FOProcessor][STATEMENT] Log file 'xdo_031208_031527203_fo_fo_180.fo' is created.
    [031208_031527453][][STATEMENT] XSL-T time used: 235
    [031208_031527453][oracle.apps.xdo.template.FOProcessor][STATEMENT] Calling FOProcessingEngine.process()
    [031208_031527453][][STATEMENT] Using optimized xslt
    [031208_031527453][][STATEMENT] Temporary file created: D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo\tmp\xdoLoFPbh8dKw9414.tmp
    [031208_031527453][][STATEMENT] [ HTML GENERATOR ]---------------------------------------------
    [031208_031527453][][STATEMENT] XDO version = Oracle BI Publisher 10.1.3.3.2
    [031208_031527453][][STATEMENT] java.home = C:\java\jdk\jre
    [031208_031527453][][STATEMENT] XDO_TOP = null
    [031208_031527453][][STATEMENT] Config Path = null
    [031208_031527453][][STATEMENT] Debug Cfg Path= C:\java\jdk\jre\lib\xdodebug.cfg
    [031208_031527453][][STATEMENT] Font dir = C:\java\jdk\jre\lib\fonts\
    [031208_031527453][][STATEMENT] Locale = en-US
    [031208_031527453][][STATEMENT] [ HTML GENERATOR PROPERTIES ]----------------------------------
    [031208_031527468][][STATEMENT] fo-image-handling-ver=5.5
    [031208_031527468][][STATEMENT] html-css-base-uri=/xmlpserver/xdo/tmp/
    [031208_031527468][][STATEMENT] html-css-dir=D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo/tmp/
    [031208_031527468][][STATEMENT] html-css-embedding=embed-to-header
    [031208_031527468][][STATEMENT] html-image-base-uri=/xmlpserver/xdo/tmp/
    [031208_031527468][][STATEMENT] html-image-dir=D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo/tmp/
    [031208_031527468][][STATEMENT] html-output-body-only=false
    [031208_031527468][][STATEMENT] html-output-charset=UTF-8
    [031208_031527468][][STATEMENT] html-output-width-in-percentage=true
    [031208_031527468][][STATEMENT] html-outputtype=xhtml
    [031208_031527468][][STATEMENT] html-replace-smartquotes=true
    [031208_031527468][][STATEMENT] html-show-footer=true
    [031208_031527468][][STATEMENT] html-show-header=true
    [031208_031527468][][STATEMENT] make-accessible=false
    [031208_031527468][][STATEMENT] system-temp-dir=D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo/tmp/
    [031208_031527468][][STATEMENT] ------------------------------------------------------
    [031208_031527468][][STATEMENT] Rendering page [1]
    [031208_031527468][oracle.apps.xdo.common.font.FontFactory$FontDef][STATEMENT] Type1 font created: Helvetica
    [031208_031527500][][STATEMENT] Phase2 time used: 32ms
    [031208_031527500][][STATEMENT] Total time used: 47ms for processing XSL-FO
    [031208_031527500][][STATEMENT] FO+Gen time used: 47
    [031208_031527500][oracle.apps.xdo.template.FOProcessor][STATEMENT] clearInputs(Object) is called.
    [031208_031527500][oracle.apps.xdo.template.FOProcessor][STATEMENT] clearInputs(Object) done. All inputs are cleared.
    [031208_031527500][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:66] Finished processing the document.
    [031208_031527500][][STATEMENT] [ID:66] Time elapsed for report processing : 7547, time from begining : 7579
    [031208_031527500][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:66] Document content type : text/html
    [031208_031527500][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:66] Delivery 0 : Start processing WebDAV delivery
    [031208_031527500][oracle.apps.xdo.delivery.DeliveryManager][STATEMENT] createRequest(): called with request type :webdav
    [031208_031527500][oracle.apps.xdo.delivery.DeliveryManager][STATEMENT] createRequest(): exiting
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] submit(): Called
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] setDefaultServerProperties(): Default properties of server 'PANDW001' are loaded. {PROXY_AUTHTYPE:String=none, AUTHTYPE:String=digest, HOST:String=pandw001.panamericano.com.br, ENCTYPE:String=none, server-type=webdav}
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] setDefaultServerProperties(): properties defined in this request.
    [TEMP_DIR:String] [D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo/tmp]
    [server-type] [webdav]
    [ASYNC_CHECK_INTERVAL:Integer] [60000]
    [HOST:String] [pandw001.panamericano.com.br]
    [PROXY_AUTHTYPE:String] [none]
    [USERNAME:String] [portal]
    [PASSWORD:String] [welcome1]
    [WEBDAV_REMOTE_FILENAME:String] [Teste_2.html]
    [BUFFERING_MODE:Boolean] [true]
    [WEBDAV_USE_FULL_URL:String] [true]
    [AUTHTYPE:String] [digest]
    [WEBDAV_REMOTE_DIRECTORY:String] [dav_portal/portal/PORTAL_PANAMERICANO/FILIAL_3]
    [TEMP_FILE_PREFIX:String] [dlvr]
    [WEBDAV_USE_CHUNKED_BODY:String] [false]
    [RETRY:Integer] [0]
    [ENCTYPE:String] [none]
    [RETRY_INTERVAL:Integer] [60000]
    [TEMP_FILE_SUFFIX:String] [.tmp]
    [CONTENT_TYPE:String] [text/html;charset=UTF-8]
    [ASYNC_TIMEOUT:Integer] [86400000]
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] submit(): BUFFERING_MODE is ON.
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] submit(): TEMP_DIR found, start document buffering : D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo/tmp
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] backupDocument(): Starting document buffering.
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] backupDocument(): Creating temporary file for buffering : D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo\tmp\dlvrJx5cxXykOd9415.tmp
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] backupDocument(): 5256 bytes have been written to the temporary file.
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] filterDocument(): Starting document preprocessing.
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] filterDocument(): No native command found for preprocessing, exiting.
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] backupDocument(): Finished document buffering.
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] submit(): Start reading the buffered document file. : D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo\tmp\dlvrJx5cxXykOd9415.tmp
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] submit(): Calling DeliveryRequestHandler.submitRequest()
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequestHandler][STATEMENT] submitRequest(): called
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequestHandler][STATEMENT] submitRequest(): taget URL :http://pandw001.panamericano.com.br:80/dav_portal/portal/PORTAL_PANAMERICANO/FILIAL_3/Teste_2.html
    [031208_031527515][oracle.apps.xdo.delivery.http.HTTPClient][STATEMENT] openRequest(request) called
    [031208_031527515][oracle.apps.xdo.delivery.http.HTTPClient][STATEMENT] openConnection() called - opening pandw001.panamericano.com.br:80
    [031208_031527515][oracle.apps.xdo.delivery.http.HTTPClient][STATEMENT] openConnection(): Start non-SSL connection.
    [031208_031527515][oracle.apps.xdo.delivery.http.HTTPClient][STATEMENT] start DIGEST auth handshake
    [031208_031527515][oracle.apps.xdo.delivery.http.HTTPClient][STATEMENT] generateRequestHeader() called.
    [031208_031527515][oracle.apps.xdo.delivery.http.HTTPClient][STATEMENT] generateRequestHeader(): generated request header
    PUT http://pandw001.panamericano.com.br:80/dav_portal/portal/PORTAL_PANAMERICANO/FILIAL_3/Teste_2.html HTTP/1.1
    Host: pandw001.panamericano.com.br
    User-Agent: Oracle BI Publisher 10.1.3.3.2
    Connection: Keep-Alive
    Content-Length: 5
    Content-Type: text/html;charset=UTF-8
    <<<
    [031208_031527515][oracle.apps.xdo.delivery.http.HTTPClient][STATEMENT] submitRequest() called
    [031208_031537062][][STATEMENT] ToplinkDataHandler.getOutput() : called
    [031208_031537062][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537062][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537062][][STATEMENT] ToplinkDataHandler.queryOutput() : calling executeQuery().
    [031208_031537078][][STATEMENT] ToplinkDataHandler.queryOutput() : finished calling executeQuery().
    [031208_031537187][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537203][][STATEMENT] ToplinkDataHandler.getOutput() : called
    [031208_031537203][][STATEMENT] ToplinkDataHandler.getOutput() : obtaining client session.
    [031208_031537203][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537203][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537203][][STATEMENT] ToplinkDataHandler.queryOutput() : calling executeQuery().
    [031208_031537218][][STATEMENT] ToplinkDataHandler.queryOutput() : finished calling executeQuery().
    [031208_031537218][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537218][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537218][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537218][][STATEMENT] ToplinkDataHandler.getOutput() : called
    [031208_031537218][][STATEMENT] ToplinkDataHandler.getOutput() : obtaining client session.
    [031208_031537218][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537218][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537218][][STATEMENT] ToplinkDataHandler.queryOutput() : calling executeQuery().
    [031208_031537250][][STATEMENT] ToplinkDataHandler.queryOutput() : finished calling executeQuery().
    [031208_031537250][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537250][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537250][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537250][][STATEMENT] ToplinkDataHandler.getOutput() : called
    [031208_031537250][][STATEMENT] ToplinkDataHandler.getOutput() : obtaining client session.
    [031208_031537250][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537250][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537250][][STATEMENT] ToplinkDataHandler.queryOutput() : calling executeQuery().
    [031208_031537265][][STATEMENT] ToplinkDataHandler.queryOutput() : finished calling executeQuery().
    [031208_031537265][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537265][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537265][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537281][][STATEMENT] ToplinkDataHandler.getOutput() : called
    [031208_031537281][][STATEMENT] ToplinkDataHandler.getOutput() : obtaining client session.
    [031208_031537281][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537281][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537281][][STATEMENT] ToplinkDataHandler.queryOutput() : calling executeQuery().
    [031208_031537281][][STATEMENT] ToplinkDataHandler.queryOutput() : finished calling executeQuery().
    [031208_031537296][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537296][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537296][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537296][][STATEMENT] ToplinkDataHandler.getOutput() : called
    [031208_031537296][][STATEMENT] ToplinkDataHandler.getOutput() : obtaining client session.
    [031208_031537296][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537296][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537296][][STATEMENT] ToplinkDataHandler.queryOutput() : calling executeQuery().
    [031208_031537312][][STATEMENT] ToplinkDataHandler.queryOutput() : finished calling executeQuery().
    [031208_031537312][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537312][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537312][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537312][][STATEMENT] ToplinkDataHandler.getOutput() : called
    [031208_031537312][][STATEMENT] ToplinkDataHandler.getOutput() : obtaining client session.
    [031208_031537312][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537312][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537312][][STATEMENT] ToplinkDataHandler.queryOutput() : calling executeQuery().
    [031208_031537328][][STATEMENT] ToplinkDataHandler.queryOutput() : finished calling executeQuery().
    [031208_031537343][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537343][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537343][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537343][][STATEMENT] ToplinkDataHandler.getOutput() : called
    [031208_031537343][][STATEMENT] ToplinkDataHandler.getOutput() : obtaining client session.
    [031208_031537343][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537343][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537343][][STATEMENT] ToplinkDataHandler.queryOutput() : calling executeQuery().
    [031208_031537359][][STATEMENT] ToplinkDataHandler.queryOutput() : finished calling executeQuery().
    [031208_031537359][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537359][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537359][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537359][][STATEMENT] ToplinkDataHandler.getOutput() : called
    [031208_031537359][][STATEMENT] ToplinkDataHandler.getOutput() : obtaining client session.
    [031208_031537359][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537359][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537359][][STATEMENT] ToplinkDataHandler.queryOutput() : calling executeQuery().
    [031208_031537375][][STATEMENT] ToplinkDataHandler.queryOutput() : finished calling executeQuery().
    [031208_031537375][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537375][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537375][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537390][][STATEMENT] ToplinkDataHandler.getOutput() : called
    [031208_031537390][][STATEMENT] ToplinkDataHandler.getOutput() : obtaining client session.
    [031208_031537390][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537390][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537390][][STATEMENT] ToplinkDataHandler.queryOutput() : calling executeQuery().
    [031208_031537406][][STATEMENT] ToplinkDataHandler.queryOutput() : finished calling executeQuery().
    [031208_031537406][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537406][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537406][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031627531][oracle.apps.xdo.delivery.http.HTTPClient][STATEMENT] closeConnection() called
    [031208_031627531][oracle.apps.xdo.delivery.http.HTTPClient][STATEMENT] closeConnection() exiting
    [031208_031642531][][STATEMENT] [ID:66] Time elapsed for delivery : 75031, time from beggining : 82610
    [031208_031642531][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:66] tmpFile1 for zipping up document : D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo\cache\xmlp46449166.tmp
    [031208_031642531][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:66] tmpFile2 for zipping up document : D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo\cache\xmlp65297508.tmp
    [031208_031642531][][STATEMENT] Reached the end of InputStream.
    [031208_031642531][][STATEMENT] Writing the parsed HTML file to the zip file : index.html
    [031208_031642531][][STATEMENT] Writing the original HTML file to the zip file : original.html
    [031208_031642531][][STATEMENT] [ID:66] Time elapsed for report archiving : 0, time from beggining : 82610
    [031208_031642531][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:66] Updating the output info in the database.
    [031208_031642531][][STATEMENT] Write connection pool max:10, min:5, total:5, available:5
    [031208_031642562][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031642562][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:66] Done updating the output info in the database.
    [031208_031642562][][STATEMENT] [ID:66] Time elapsed for updating history in db : 31, time from beggining : 82641
    [031208_031642562][][STATEMENT] [ID:66] Time elapsed for notification : 0, time from beggining : 82641
    [031208_031642562][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:66] Scheduler finished the job. Exiting...

    Update: Apparently the problem is related to authentication, here's the Apache's error log for the same request above:
    [Thu Mar 13 10:26:02 2008] [notice] [client 172.17.2.93] [ecid: 3214324639936,1] OraDAV: DAV [Begin Request PUT][dav_portal/portal/PORTAL_PANAMERICANO/FILIAL_3/Teste_2.html]
    [Thu Mar 13 10:26:02 2008] [notice] [client 172.17.2.93] [ecid: 3214324639936,1] OraDAV: Using dbcon (5412-0), usage count = 7
    [Thu Mar 13 10:26:02 2008] [notice] [client 172.17.2.93] [ecid: 3214324639936,1] OraDAV: API [dav_ora_get_resource_for_put]
    BEGIN
    portal.wwdav_api_driver.GET_RESOURCE_FOR_PUT(
         (0):p_ctx,
         (1):p_path,
         (2):p_parentpath,
         (3):p_membername,
         (4):p_contenttype,
         (5):p_extension,
         (6):p_pathexists,
         (7):p_path_element_type,
         (8):p_docid,
         (9):p_lobhandle,
         (10):p_lockcount,
         (11):p_propcount,
         (12):p_is_locknull,
         (13):p_dbstatechanged,
         (14):p_status,
         (15):p_status_text );
    END;
    [Thu Mar 13 10:26:02 2008] [notice] [client 172.17.2.93] [ecid: 3214324639936,1] OraDAV: API [dav_ora_get_resource_for_put][dbcon 5412-0][0 ms][PUT /dav_portal/portal/PORTAL_PANAMERICANO/FILIAL_3/Teste_2.html HTTP/1.1]
    [Thu Mar 13 10:26:02 2008] [notice] [client 172.17.2.93] [ecid: 3214324639936,1] ORA-20504: User not authorized to perform the requested operation
    [Thu Mar 13 10:26:02 2008] [notice] [client 172.17.2.93] [ecid: 3214324639936,1] OraDAV: Using dbcon (5412-0), usage count = 7
    [Thu Mar 13 10:26:02 2008] [notice] [client 172.17.2.93] [ecid: 3214324639936,1] OraDAV: API [dav_ora_finalize_request]
    BEGIN
    portal.wwdav_api_driver.FINALIZE_REQUEST(
         (0):p_ctx,
         (1):p_dbstatechanged,
         (2):p_http_status,
         (3):p_rollback_suggested,
         (4):p_docid,
         (5):p_is_existing_resource,
         (6):p_lobhandle,
         (7):p_contentlength,
         (8):p_contenttype,
         (9):p_status,
         (10):p_status_text );
    END;
    [Thu Mar 13 10:26:02 2008] [notice] [client 172.17.2.93] [ecid: 3214324639936,1] OraDAV: API [dav_ora_finalize_request][dbcon 5412-0][0 ms][PUT /dav_portal/portal/PORTAL_PANAMERICANO/FILIAL_3/Teste_2.html HTTP/1.1]
    [Thu Mar 13 10:26:02 2008] [notice] [client 172.17.2.93] [ecid: 3214324639936,1]
    Bind values for call:
         (0):{
         <ORADAV>
              <DAVPARAM>
                   <ORACONTAINERNAME>wwdav</ORACONTAINERNAME>
                   <ORACOOKIEMAXAGE>28800</ORACOOKIEMAXAGE>
                   <ORAPACKAGENAME>portal.wwdav_api_driver</ORAPACKAGENAME>
                   <ORAPASSWORD>welcome1</ORAPASSWORD>
                   <ORASERVICE>cn=iasdb,cn=oraclecontext</ORASERVICE>
                   <ORATRACEEVENTS>request</ORATRACEEVENTS>
                   <ORATRACELEVEL>4</ORATRACELEVEL>
                   <ORAUSER>portal</ORAUSER>
              </DAVPARAM>
              <INTERNAL>
                   <OraDAVAPICount>2</OraDAVAPICount>
                   <OraDAVModVersion>1.0.3.2.3-0132 (OraDAV enabled)</OraDAVModVersion>
              </INTERNAL>
              <REQUEST>
                   <Method>PUT</Method>
                   <URITrailingSlash>F</URITrailingSlash>
                   <Calypso-Control>H_Req,2886795869,80</Calypso-Control>
                   <Chronos>aggregate</Chronos>
                   <ClientIP>172.17.2.97</ClientIP>
                   <Connection>Keep-Alive, Calypso-Control</Connection>
                   <Content-Length>5</Content-Length>
                   <Content-Type>text/html;charset=UTF-8</Content-Type>
                   <Host>pandw001.panamericano.com.br</Host>
                   <Oracle-Cache-Version>9.0.4</Oracle-Cache-Version>
                   <Oracle-ECID>3214324639936,1</Oracle-ECID>
                   <SSL-Https>off</SSL-Https>
                   <Surrogate-Capability>orcl="webcache/1.0 Surrogate/1.0 ESI/1.0 ESI-Inline/1.0 ESI-INV/1.0 ORAESI/9.0.4"</Surrogate-Capability>
                   <User-Agent>Oracle BI Publisher 10.1.3.3.2</User-Agent>
                   <URI>/dav_portal/portal/PORTAL_PANAMERICANO/FILIAL_3/Teste_2.html</URI>
              </REQUEST>
         </ORADAV>
         (1):0
         (2):401
         (3):0
         (4):{}
         (5):-1
         (6):
         (7):0
         (8):{}
         (9):0
         (10):{}
    [Thu Mar 13 10:26:02 2008] [notice] [client 172.17.2.93] [ecid: 3214324639936,1] OraDAV: Releasing connection [5412-0], usage count = 7
    [Thu Mar 13 10:26:02 2008] [notice] [client 172.17.2.93] [ecid: 3214324639936,1] OraDAV: DAV [Request total PUT][dav_portal/portal/PORTAL_PANAMERICANO/FILIAL_3/Teste_2.html][0 ms]

  • FLASH CS5.5 Fails to launch on Mac OS 10.6.8

    Hi.  Have seen some similar posts, but not helped.  Running on brand new iMacs all with same image, some work, some don't.  The following is what I copied from the amt3.log file in the /tmp folder.  Any ideas?
    2011-09-27 09:54:27 [200]  AMT: START SESSION, library version 4.0.0.21,4.0
    2011-09-27 09:54:27 [200]  AMT: Initializing /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app
    2011-09-27 09:54:27 [200]  AMT: Adobe License Manager version 3.5 (build 2.0) RELEASE
    2011-09-27 09:54:27 [200]  ServiceLoader: looking for library /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/amtservices.framework/Versions/A/adobe_caps.framework/adobe _caps
    2011-09-27 09:54:27 [200]  ServiceLoader: looking for library /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/amtservices.framework/Versions/adobe_caps.framework/adobe_c aps
    2011-09-27 09:54:27 [200]  ServiceLoader: looking for library /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/adobe_caps.framework/adobe_caps
    2011-09-27 09:54:27 [200]  ServiceLoader: Found library /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    2011-09-27 09:54:27 [200]  PCDService: PCD Service in threaded mode
    2011-09-27 09:54:27 [200]  performance: AMTPreObtainProductLicense took 84.834000 ms
    2011-09-27 09:54:27 [200]  PCD thread: PCD thread started
    2011-09-27 09:54:27 [200]  ServiceLoader: looking for library /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/amtservices.framework/Versions/A/Adobe_OOBE_Launcher.framew ork/Adobe_OOBE_Launcher
    2011-09-27 09:54:27 [200]  ServiceLoader: looking for library /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/amtservices.framework/Versions/Adobe_OOBE_Launcher.framewor k/Adobe_OOBE_Launcher
    2011-09-27 09:54:27 [200]  ServiceLoader: looking for library /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/Adobe_OOBE_Launcher.framework/Adobe_OOBE_Launcher
    2011-09-27 09:54:27 [200]  ServiceLoader: Found library /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/adobe_oobe_launcher.framework/Versions/A/adobe_oobe_launche r
    2011-09-27 09:54:27 [200]  AMT: App Product Locale [0] = en_GB
    2011-09-27 09:54:27 [200]  AMT: App Product Locale [1] = en_US
    2011-09-27 09:54:27 [200]  AMT: App Product Locale [2] = en_XM
    2011-09-27 09:54:27 [200]  AMT: App Product Locale [3] = nb_NO
    2011-09-27 09:54:27 [200]  AMT: App Product Locale [4] = da_DK
    2011-09-27 09:54:27 [200]  AMT: App Product Locale [5] = fi_FI
    2011-09-27 09:54:27 [200]  AMT: App Product Locale [6] = ko_KR
    2011-09-27 09:54:27 [200]  AMT: App Product Locale [7] = ar_AE
    2011-09-27 09:54:27 [200]  AMT: App Product Locale [8] = el_GR
    2011-09-27 09:54:27 [200]  AMT: App Product Locale [9] = he_IL
    2011-09-27 09:54:27 [200]  AMT: App Product Locale [10] = hu_HU
    2011-09-27 09:54:27 [200]  AMT: App Product Locale [11] = ro_RO
    2011-09-27 09:54:27 [200]  AMT: App Product Locale [12] = uk_UA
    2011-09-27 09:54:27 [200]  config: Loading configuration for /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Resources/AMT/application.xml
    2011-09-27 09:54:27 [200]  config: Found payload code {D97AF04B-B70A-4862-BC25-31E6D9C4A529}
    2011-09-27 09:54:27 [200]  PCDService: found driver code {B52B6AB6-092E-4E4D-AB8A-8D69CBAF1673}
    2011-09-27 09:54:27 [200]  config: config: Host app was installed, using installed license configuration.
    2011-09-27 09:54:27 [200]  PCDService: No value for key [FLMap] in hive [FlashPro-CS5.5-Mac-GM{|}ALL] in cache.
    2011-09-27 09:54:27 [200]  config: Setting current license to the driver at startup because no mapping was found.
    2011-09-27 09:54:27 [200]  config: Setting current license to WebSuitePremium-CS5.5-Mac-GM [ALL]
    2011-09-27 09:54:27 [200]  config: payload code: {D97AF04B-B70A-4862-BC25-31E6D9C4A529}
    2011-09-27 09:54:27 [200]  config: driver payload code: {B52B6AB6-092E-4E4D-AB8A-8D69CBAF1673}
    2011-09-27 09:54:27 [200]  config: driver licensing code: WebSuitePremium-CS5.5-Mac-GM
    2011-09-27 09:54:27 [200]  config: current licensing code: WebSuitePremium-CS5.5-Mac-GM
    2011-09-27 09:54:27 [200]  config: current locale code: ALL
    2011-09-27 09:54:27 [200]  config: Done loading configuration
    2011-09-27 09:54:27 [200]  AMT: Locale from PCD [0] = en_US
    2011-09-27 09:54:27 [200]  AMT: Reordered Installed App Product Locale [0] = en_US
    2011-09-27 09:54:27 [200]  config: Setting insalled locales
    2011-09-27 09:54:27 [200]  config: Changing locale to "en_US" because old locale "" is not in the new list of installed languages
    2011-09-27 09:54:27 [200]  ServiceLoader: looking for library /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/amtservices.framework/Versions/A/asneu.framework/asneu
    2011-09-27 09:54:27 [200]  ServiceLoader: looking for library /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/amtservices.framework/Versions/asneu.framework/asneu
    2011-09-27 09:54:27 [200]  ServiceLoader: looking for library /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/asneu.framework/asneu
    2011-09-27 09:54:27 [200]  ServiceLoader: Found library /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/asneu.framework/Versions/A/asneu
    2011-09-27 09:54:27 [200]  PCDService: No value for key [ReLaunchMode] in hive [{B52B6AB6-092E-4E4D-AB8A-8D69CBAF1673}] in master.
    2011-09-27 09:54:27 [200]  PCDService: No value for key [ReLaunchMode] in hive [{D97AF04B-B70A-4862-BC25-31E6D9C4A529}] in master.
    2011-09-27 09:54:27 [200]  AMT: App's last known config file is: /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Resources/AMT/application.xml
    2011-09-27 09:54:27 [200]  apf: current config file path is: /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Resources/AMT/application.xml
    2011-09-27 09:54:27 [200]  AMT: config: Finding license info for payload: {B52B6AB6-092E-4E4D-AB8A-8D69CBAF1673}
    2011-09-27 09:54:27 [200]  AMT: config: PayloadCode: {D97AF04B-B70A-4862-BC25-31E6D9C4A529}
    2011-09-27 09:54:27 [200]  AMT: config: Driver PayloadCode: {B52B6AB6-092E-4E4D-AB8A-8D69CBAF1673}
    2011-09-27 09:54:27 [200]  AMT: config: Installed LicensingCode: WebSuitePremium-CS5.5-Mac-GM
    2011-09-27 09:54:27 [200]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{D97AF04B-B70A-4862-BC25-31E6D9C4A529}] in master.
    2011-09-27 09:54:27 [200]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{B52B6AB6-092E-4E4D-AB8A-8D69CBAF1673}] in master.
    2011-09-27 09:54:27 [200]  PCDService: No value for key [BridgeTalkCode] in hive [{B52B6AB6-092E-4E4D-AB8A-8D69CBAF1673}] in master.
    2011-09-27 09:54:27 [200]  PCDService: No value for key [ISO_TAGGING_DISABLED] in hive [FlashPro-CS5.5-Mac-GM] in master.
    2011-09-27 09:54:27 [200]  PCDService: No value for key [EULA] in hive [{B52B6AB6-092E-4E4D-AB8A-8D69CBAF1673}] in master.
    2011-09-27 09:54:27 [200]  PCDService: No value for key [Registration] in hive [{B52B6AB6-092E-4E4D-AB8A-8D69CBAF1673}] in master.
    2011-09-27 09:54:27 [200]  PCDService: No value for key [Registration] in hive [{D97AF04B-B70A-4862-BC25-31E6D9C4A529}] in master.
    2011-09-27 09:54:27 [200]  PCDService: No value for key [Growl] in hive [{B52B6AB6-092E-4E4D-AB8A-8D69CBAF1673}] in master.
    2011-09-27 09:54:27 [200]  PCDService: No value for key [Growl] in hive [{D97AF04B-B70A-4862-BC25-31E6D9C4A529}] in master.
    2011-09-27 09:54:27 [200]  PCDService: No value for key [Updates] in hive [{B52B6AB6-092E-4E4D-AB8A-8D69CBAF1673}] in master.
    2011-09-27 09:54:27 [200]  PCDService: No value for key [Updates] in hive [{D97AF04B-B70A-4862-BC25-31E6D9C4A529}] in master.
    2011-09-27 09:54:27 [200]  AMT: Application can be serialized (sif file found).
    2011-09-27 09:54:27 [200]  config: Setting current license to WebSuitePremium-CS5.5-Mac-GM [en_US]
    2011-09-27 09:54:27 [200]  PCDService: No value for key [AMTConfigPath] in hive [{B52B6AB6-092E-4E4D-AB8A-8D69CBAF1673}] in cache.
    2011-09-27 09:54:27 [200]  PCDService: No value for key [ExpirationDate] in hive [FlashPro-CS5.5-Mac-GM] in master.
    2011-09-27 09:54:27 [200]  AMT: Subsequent launch (serial [95489146347624289456]).
    2011-09-27 09:54:27 [200]  AMT: Application state initialized.  Obtaining Product License.
    2011-09-27 09:54:27 [200]  AMT: Obtaining client features from cache.
    2011-09-27 09:54:27 [200]  AMT: Obtaining client product info from cache.
    2011-09-27 09:54:27 [200]  PCDService: No value for key [ExpirationDate] in hive [FlashPro-CS5.5-Mac-GM] in master.
    2011-09-27 09:54:27 [200]  PCDService: No value for key [ExpirationDate] in hive [FlashPro-CS5.5-Mac-GM] in master.
    2011-09-27 09:54:27 [200]  AMT: Running in PROV_APP
    2011-09-27 09:54:27 [200]  PCDService: No value for key [EULADelay] in hive [{B52B6AB6-092E-4E4D-AB8A-8D69CBAF1673}] in master.
    2011-09-27 09:54:27 [200]  PCDService: No value for key [EULADelay] in hive [{B52B6AB6-092E-4E4D-AB8A-8D69CBAF1673}] in master.
    2011-09-27 09:54:27 [200]  PCDService: No value for key [MediaTag] in hive [{B52B6AB6-092E-4E4D-AB8A-8D69CBAF1673}] in master.
    2011-09-27 09:54:27 [200]  config: No media tag found for payload {B52B6AB6-092E-4E4D-AB8A-8D69CBAF1673}
    2011-09-27 09:54:27 [200]  config: Using default media policy RET
    2011-09-27 09:54:27 [200]  uiswitch: EULA has already been accepted.
    2011-09-27 09:54:27 [200]  AMT: This is a subsequent launch. Deferring services.
    2011-09-27 09:54:27 [200]  performance: AMTObtainProductLicense took 277.531006 ms
    2011-09-27 09:54:29 [200]  AMT: Pre-Validating Product License.
    2011-09-27 09:54:29 [200]  AMT: Services not yet loaded in this session.
    2011-09-27 09:54:29 [200]  AMT: Loading services in background to get ready for Validate call.
    2011-09-27 09:54:29 [200]  AMT: Spawning background thread to load services.
    2011-09-27 09:54:29 [200]  performance: AMTPreValidateProductLicense took 0.057000 ms
    2011-09-27 09:54:29 [200]  AMT: Starting work on prevalidate thread.
    2011-09-27 09:54:29 [200]  AMT: AMT: PreValidating Product License.
    2011-09-27 09:54:29 [200]  AMT: Launch Workflow not yet done in this session.
    2011-09-27 09:54:29 [200]  AMT: Starting Background Subsequent Launch Workflow
    2011-09-27 09:54:29 [200]  AMT: Starting ALM workflow.
    2011-09-27 09:54:29 [200]  AMT: Initializing ALM for serialized activation.
    2011-09-27 09:54:29 [200]  ALMService: Initializing as licensed app
    2011-09-27 09:54:29 [200]  ALM: _info_: Start ALM 3.5 Release (build 3.5.2.0)
    2011-09-27 09:54:29 [200]  SLCoreService: Starting up SLCore 1.7 Release (build 1.7.26.242757).
    2011-09-27 09:54:29 [200]  SLCoreService: Service construction took 0.0 ms and succeed.
    2011-09-27 09:54:29 [200]  ALM: _info_: LEID passed WebSuitePremium-CS5.5-Mac-GM is used to configure SLCore = 0
    2011-09-27 09:54:29 [200]  ALM: _info_: Host app is Licensable App
    2011-09-27 09:54:29 [200]  PCDService: No value for key [FlashPro-CS5.5-Mac-GM{|}5] in hive [SSC-CS5.5-LE-Dominance] in master.
    2011-09-27 09:54:29 [200]  ALM: _info_: Found LEID FlashPro-CS5.5-Mac-GM with AMT Path /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Resources/AMT
    2011-09-27 09:54:29 [200]  ALM: _info_: Found LEID WebSuitePremium-CS5.5-Mac-GM with AMT Path /Library/Application Support/Adobe/Adobe Creative Suite 5.5 Web Premium/AMT
    2011-09-27 09:54:29 [200]  ALM: _info_: Found LEID DesignSuitePremium-CS5.5-Mac-GM with AMT Path /Library/Application Support/Adobe/ssc/DesignSuitePremium-CS5.5-Mac-GM
    2011-09-27 09:54:29 [200]  ALM: _info_: Found LEID VideoSuitePremium-CS5.5-Mac-GM with AMT Path /Library/Application Support/Adobe/ssc/VideoSuitePremium-CS5.5-Mac-GM
    2011-09-27 09:54:29 [200]  ALM: _info_: Found LEID MasterCollection-CS5.5-Mac-GM with AMT Path /Library/Application Support/Adobe/ssc/MasterCollection-CS5.5-Mac-GM
    2011-09-27 09:54:29 [200]  ALM: _info_: Found LEID ELearningSuite-ES2.5-Mac-GM with AMT Path /Library/Application Support/Adobe/ssc/ELearningSuite-ES2.5-Mac-GM
    2011-09-27 09:54:29 [200]  PCDService: No value for key [MediaTag] in hive [{B52B6AB6-092E-4E4D-AB8A-8D69CBAF1673}] in master.
    2011-09-27 09:54:29 [200]  config: No media tag found for payload {B52B6AB6-092E-4E4D-AB8A-8D69CBAF1673}
    2011-09-27 09:54:29 [200]  config: Using default media policy RET
    2011-09-27 09:54:29 [200]  ALM: _info_: MediaTagPolicy is RET
    2011-09-27 09:54:29 [200]  PCDService: No value for key [NTL_WO_SN] in hive [WebSuitePremium-CS5.5-Mac-GM] in master.
    2011-09-27 09:54:29 [200]  ALM: _info_: Canonical LEID is FlashPro-CS5.5-Mac-GM
    2011-09-27 09:54:29 [200]  ALM: _info_: Driver LEID is WebSuitePremium-CS5.5-Mac-GM
    2011-09-27 09:54:29 [200]  PCDService: No value for key [954897075440984411885632] in hive [RejectedSNDomain_CS5] in cache.
    2011-09-27 09:54:29 [200]  SLCoreService: Reading product config [/Library/Application Support/Adobe/Adobe Creative Suite 5.5 Web Premium/AMT/SLConfig.xml]
    2011-09-27 09:54:30 [200]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for ALL
    2011-09-27 09:54:30 [200]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is not installed
    2011-09-27 09:54:30 [200]  ALM: _info_: Set Running Locale to en_US
    2011-09-27 09:54:30 [200]  ALM: _time_: (func: ALM_Initialize, duration: 0.150 sec)
    2011-09-27 09:54:30 [200]  AMT: Performing ALM silent license verification.
    2011-09-27 09:54:30 [200]  PCDService: No value for key [EncryptedSerial] in hive [{B52B6AB6-092E-4E4D-AB8A-8D69CBAF1673}] in cache.
    2011-09-27 09:54:30 [200]  PCDService: No value for key [Serial] in hive [{B52B6AB6-092E-4E4D-AB8A-8D69CBAF1673}] in cache.
    2011-09-27 09:54:30 [200]  config: No pre-serial number found in {B52B6AB6-092E-4E4D-AB8A-8D69CBAF1673}
    2011-09-27 09:54:30 [200]  PCDService: No value for key [PSN] in hive [WebSuitePremium-CS5.5-Mac-GM{|}en_US] in cache.
    2011-09-27 09:54:30 [200]  config: No en_US provisional serial number found in WebSuitePremium-CS5.5-Mac-GM
    2011-09-27 09:54:30 [200]  PCDService: No value for key [PSN] in hive [WebSuitePremium-CS5.5-Mac-GM{|}ALL] in cache.
    2011-09-27 09:54:30 [200]  config: No ALL provisional serial number found in WebSuitePremium-CS5.5-Mac-GM
    2011-09-27 09:54:30 [200]  ALM: _info_: Validate license at Post-Chrome time, running locale is en_US
    2011-09-27 09:54:30 [200]  ALM: _info_: Searching license for locale en_US ...
    2011-09-27 09:54:30 [200]  PCDService: No value for key [954891463476242894568057] in hive [RejectedSNDomain_CS5] in cache.
    2011-09-27 09:54:30 [200]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_US
    2011-09-27 09:54:30 [200]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2011-09-27 09:54:30 [200]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_US
    2011-09-27 09:54:30 [200]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2011-09-27 09:54:30 [200]  ALM: _info_: Found existing serialization under LEID WebSuitePremium-CS5.5-Mac-GM, the serial number locale is en_US
    2011-09-27 09:54:30 [200]  ALM: _info_: This is the running locale, stop the search
    2011-09-27 09:54:30 [200]  PCDService: No value for key [954891463476242894568057] in hive [RejectedSNDomain_CS5] in cache.
    2011-09-27 09:54:30 [200]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_US
    2011-09-27 09:54:30 [200]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2011-09-27 09:54:30 [200]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_US
    2011-09-27 09:54:30 [200]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2011-09-27 09:54:30 [200]  PCDService: No value for key [954891463476242894568057] in hive [RejectedSNDomain_CS5] in cache.
    2011-09-27 09:54:30 [200]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_US
    2011-09-27 09:54:30 [200]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2011-09-27 09:54:30 [200]  PCDService: No value for key [954891463476242894568057] in hive [RejectedSNDomain_CS5] in cache.
    2011-09-27 09:54:30 [200]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_US
    2011-09-27 09:54:30 [200]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2011-09-27 09:54:30 [200]  config: Setting current license to WebSuitePremium-CS5.5-Mac-GM [en_US]
    2011-09-27 09:54:30 [200]  SLCoreService: Syncing to license store...
    2011-09-27 09:54:30 [200]  SLCoreService: Found server mkey.
    2011-09-27 09:54:30 [200]  SLCoreService: Found 1 license file(s)
    2011-09-27 09:54:30 [200]  SLCoreService: Parsing license file [77238781.lic] succeed.
    2011-09-27 09:54:30 [200]  SLCoreService: License store synchronization took 85.1 ms and succeed.
    2011-09-27 09:54:30 [200]  SLCoreService: Query license: type = 3, duration = permanent, remaining = permanent.
    2011-09-27 09:54:30 [200]  PCDService: No value for key [PDApp_WF] in hive [WebSuitePremium-CS5.5-Mac-GM] in cache.
    2011-09-27 09:54:30 [200]  ALM: _info_: Performing Disabled Check
    2011-09-27 09:54:30 [200]  SLCoreService: Feature ALM_CS5_5WebPremiumGM_5.5 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Acrobat_10.0 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Acrobat_Base_10.0 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Acrobat_Distiller_10.0 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Acrobat_Professional_10.0 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Bridge_Base_4.0 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Bridge_CameraRaw_4.0 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Bridge_ColorSettings_4.0 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Bridge_MiniBridge_1.0 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Contribute_6.0 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Contribute_Base_6.0 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature CreativeSuite_5.5 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature CreativeSuite_WebPremium_5.5 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Dreamweaver_11.5 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Dreamweaver_Base_11.5 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Fireworks_11.0 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Fireworks_Base_11.0 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature FlashBuilder_4.5 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature FlashBuilder_Base_4.5 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature FlashBuilder_Prem_4.5 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature FlashCatalyst_1.5 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature FlashCatalyst_Base_1.5 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Flash_11.5 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Flash_Base_11.5 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Flash_Pro_11.5 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Illustrator_15.0 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Illustrator_Base_15.0 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature MediaEncoder_Base_2.5 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature MobileCenter_Base_3.0 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Photoshop_12.0 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Photoshop_Base_12.0 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Photoshop_Premium_12.0 is enabled.
    2011-09-27 09:54:30 [200]  ALM: _info_: Event Value = 195208704
    2011-09-27 09:54:30 [200]  ALM: _info_: No need to launch SA
    2011-09-27 09:54:30 [200]  SLCoreService: Feature ALM_CS5_5WebPremiumGM_5.5 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Acrobat_10.0 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Acrobat_Base_10.0 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Acrobat_Distiller_10.0 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Acrobat_Professional_10.0 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Bridge_Base_4.0 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Bridge_CameraRaw_4.0 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Bridge_ColorSettings_4.0 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Bridge_MiniBridge_1.0 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Contribute_6.0 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Contribute_Base_6.0 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature CreativeSuite_5.5 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature CreativeSuite_WebPremium_5.5 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Dreamweaver_11.5 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Dreamweaver_Base_11.5 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Fireworks_11.0 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Fireworks_Base_11.0 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature FlashBuilder_4.5 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature FlashBuilder_Base_4.5 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature FlashBuilder_Prem_4.5 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature FlashCatalyst_1.5 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature FlashCatalyst_Base_1.5 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Flash_11.5 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Flash_Base_11.5 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Flash_Pro_11.5 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Illustrator_15.0 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Illustrator_Base_15.0 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature MediaEncoder_Base_2.5 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature MobileCenter_Base_3.0 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Photoshop_12.0 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Photoshop_Base_12.0 is enabled.
    2011-09-27 09:54:30 [200]  SLCoreService: Feature Photoshop_Premium_12.0 is enabled.
    2011-09-27 09:54:30 [200]  PCDService: No value for key [ALM_Info_S1] in hive [WebSuitePremium-CS5.5-Mac-GM{|}en_US] in cache.
    2011-09-27 09:54:30 [200]  PCDService: No value for key [ADOBEID] in hive [954891463476242894568057] in cache.
    2011-09-27 09:54:30 [200]  ALM: _info_: Performing Block Check
    2011-09-27 09:54:30 [200]  SLCoreService: Query license: type = 3, duration = permanent, remaining = permanent.
    2011-09-27 09:54:30 [200]  ALM: _info_: Block Check ByPassed
    2011-09-27 09:54:30 [200]  SLCoreService: Query license: type = 3, duration = permanent, remaining = permanent.
    2011-09-27 09:54:30 [200]  ALM: _time_: (func: ALM_License_SilentValidate, duration: 0.117 sec)
    2011-09-27 09:54:30 [200]  ALM: _info_: ALM_License_SilentValidate return license status: Valid And Activated
    2011-09-27 09:54:30 [200]  AMT: License check shows serialized product is already activated.
    2011-09-27 09:54:30 [200]  ALM: _info_: Entered ALM_NeedANAG
    2011-09-27 09:54:30 [200]  PCDService: No value for key [ADOBEID] in hive [954891463476242894568057] in cache.
    2011-09-27 09:54:30 [200]  PCDService: No value for key [ClaimStatus] in hive [954891463476242894568057] in cache.
    2011-09-27 09:54:30 [200]  ALM: _info_: Exiting ALM_NeedANAG
    2011-09-27 09:54:30 [200]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{B52B6AB6-092E-4E4D-AB8A-8D69CBAF1673}] in master.
    2011-09-27 09:54:30 [200]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{D97AF04B-B70A-4862-BC25-31E6D9C4A529}] in master.
    2011-09-27 09:54:30 [200]  PCDService: No value for key [Updates] in hive [{B52B6AB6-092E-4E4D-AB8A-8D69CBAF1673}] in master.
    2011-09-27 09:54:30 [200]  PCDService: No value for key [Updates] in hive [{D97AF04B-B70A-4862-BC25-31E6D9C4A529}] in master.
    2011-09-27 09:54:30 [200]  AUMService: config: No AdobeUpdaterCode found in configuration; AUM will be disabled.
    2011-09-27 09:54:30 [200]  ServiceLoader: looking for library /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/amtservices.framework/Versions/A/UpdaterNotifications.frame work/UpdaterNotifications
    2011-09-27 09:54:30 [200]  ServiceLoader: looking for library /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/amtservices.framework/Versions/UpdaterNotifications.framewo rk/UpdaterNotifications
    2011-09-27 09:54:30 [200]  ServiceLoader: looking for library /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/UpdaterNotifications.framework/UpdaterNotifications
    2011-09-27 09:54:30 [200]  ServiceLoader: Found library /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/UpdaterNotifications.framework/Versions/A/UpdaterNotificati ons
    2011-09-27 09:54:30 [200]  AUMService: IsUpdaterEnabled call

    It turns out that the problem had to do with network accounts, even though it was not clear at first.  Redirecting the program to the local machine's cache with a network home redirector script fixed the issue.  Thanks anyway.

  • Can't install photoshop cs5 on Windows 7 laptop

    Hello, I was attempting to install Photoshop cs5 on my Windows 7 laptop and every time I attempt to install it, the installer stops and pulls up a message saying, "Installer failed to initialize." so I've tried turning off UAC, running as administrator, using the hidden admin feature, and turning off all services, all to no avail. There are no errors in the installer logs at all, nor are there any failures. I require assistance.

    2015-01-13 00:33:25 [15844]  AMT: START SESSION, library version 3.0.0.64,3.0
    2015-01-13 00:33:25 [15844]  AMT: Initializing C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\
    2015-01-13 00:33:25 [15844]  AMT: Adobe License Manager version 3.2 (build 64.0) RELEASE
    2015-01-13 00:33:25 [15844]  AMT: Virtualization Turned off
    2015-01-13 00:33:25 [15844]  ServiceLoader: looking for library C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\adobe_caps.dll
    2015-01-13 00:33:25 [15844]  ServiceLoader: Found library C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\adobe_caps.dll
    2015-01-13 00:33:25 [15844]  PCDService: PCD Service in threaded mode
    2015-01-13 00:33:25 [15844]  performance: AMTPreObtainProductLicense took 100.920700 ms
    2015-01-13 00:33:25 [15844]  PCD thread: PCD thread started
    2015-01-13 00:33:26 [15844]  ServiceLoader: looking for library C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\Adobe_OOBE_Launcher.dll
    2015-01-13 00:33:26 [15844]  ServiceLoader: Found library C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\Adobe_OOBE_Launcher.dll
    2015-01-13 00:33:26 [15844]  AMT: App Product Locale [0] = en_US
    2015-01-13 00:33:26 [15844]  config: Loading configuration for C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\AMT\application.xml
    2015-01-13 00:33:26 [15844]  config: Found payload code {667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84}
    2015-01-13 00:33:26 [15844]  PCDService: found driver code {15FEDA5F-141C-4127-8D7E-B962D1742728}
    2015-01-13 00:33:26 [15844]  config: config: Host app was installed, using installed license configuration.
    2015-01-13 00:33:26 [15844]  PCDService: No value for key [FLMap] in hive [Photoshop-CS5-Win-GM{|}ALL] in cache.
    2015-01-13 00:33:26 [15844]  config: Setting current license to the driver at startup because no mapping was found.
    2015-01-13 00:33:26 [15844]  config: Setting current license to Photoshop-CS5-Win-GM [ALL]
    2015-01-13 00:33:26 [15844]  config: payload code: {667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84}
    2015-01-13 00:33:26 [15844]  config: driver payload code: {15FEDA5F-141C-4127-8D7E-B962D1742728}
    2015-01-13 00:33:26 [15844]  config: driver licensing code: Photoshop-CS5-Win-GM
    2015-01-13 00:33:26 [15844]  config: current licensing code: Photoshop-CS5-Win-GM
    2015-01-13 00:33:26 [15844]  config: current locale code: ALL
    2015-01-13 00:33:26 [15844]  config: Done loading configuration
    2015-01-13 00:33:26 [15844]  AMT: Locale from PCD [0] = en_US
    2015-01-13 00:33:26 [15844]  AMT: Reordered Installed App Product Locale [0] = en_US
    2015-01-13 00:33:26 [15844]  config: Setting insalled locales
    2015-01-13 00:33:26 [15844]  config: Changing locale to "en_US" because old locale "" is not in the new list of installed languages
    2015-01-13 00:33:26 [15844]  ServiceLoader: looking for library C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\asneu.dll
    2015-01-13 00:33:26 [15844]  ServiceLoader: Found library C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\asneu.dll
    2015-01-13 00:33:26 [15844]  AMT: config: Finding license info for payload: {15FEDA5F-141C-4127-8D7E-B962D1742728}
    2015-01-13 00:33:26 [15844]  AMT: config: PayloadCode: {667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84}
    2015-01-13 00:33:26 [15844]  AMT: config: Driver PayloadCode: {15FEDA5F-141C-4127-8D7E-B962D1742728}
    2015-01-13 00:33:26 [15844]  AMT: config: Installed LicensingCode: Photoshop-CS5-Win-GM
    2015-01-13 00:33:26 [15844]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84}] in master.
    2015-01-13 00:33:26 [15844]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master.
    2015-01-13 00:33:26 [15844]  PCDService: No value for key [BridgeTalkCode] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master.
    2015-01-13 00:33:26 [15844]  PCDService: No value for key [ISO_TAGGING_DISABLED] in hive [Photoshop-CS5-Win-GM] in master.
    2015-01-13 00:33:26 [15844]  PCDService: No value for key [EULA] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master.
    2015-01-13 00:33:26 [15844]  PCDService: No value for key [Registration] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master.
    2015-01-13 00:33:26 [15844]  PCDService: No value for key [Registration] in hive [{667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84}] in master.
    2015-01-13 00:33:26 [15844]  PCDService: No value for key [Updates] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master.
    2015-01-13 00:33:26 [15844]  PCDService: No value for key [Updates] in hive [{667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84}] in master.
    2015-01-13 00:33:26 [15844]  PCDService: No value for key [SuiteFeatureCount] in hive [Photoshop-CS5-Win-GM] in master.
    2015-01-13 00:33:26 [15844]  AMT: Application can be serialized (sif file found).
    2015-01-13 00:33:26 [15844]  config: Setting current license to Photoshop-CS5-Win-GM [en_US]
    2015-01-13 00:33:26 [15844]  PCDService: No value for key [ExpirationDate] in hive [Photoshop-CS5-Win-GM] in master.
    2015-01-13 00:33:26 [15844]  AMT: Subsequent launch (serial [92628834335913950388]).
    2015-01-13 00:33:26 [15844]  AMT: Application state initialized.  Obtaining Product License.
    2015-01-13 00:33:26 [15844]  AMT: Obtaining client features from cache.
    2015-01-13 00:33:26 [15844]  AMT: Obtaining client product info from cache.
    2015-01-13 00:33:26 [15844]  PCDService: No value for key [ExpirationDate] in hive [Photoshop-CS5-Win-GM] in master.
    2015-01-13 00:33:26 [15844]  PCDService: No value for key [ExpirationDate] in hive [Photoshop-CS5-Win-GM] in master.
    2015-01-13 00:33:26 [15844]  AMT: Running in PROV_APP
    2015-01-13 00:33:26 [15844]  PCDService: No value for key [EULADelay] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master.
    2015-01-13 00:33:26 [15844]  PCDService: No value for key [EULADelay] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master.
    2015-01-13 00:33:26 [15844]  PCDService: No value for key [MediaTag] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master.
    2015-01-13 00:33:26 [15844]  config: No media tag found for payload {15FEDA5F-141C-4127-8D7E-B962D1742728}
    2015-01-13 00:33:26 [15844]  config: Using default media policy RET
    2015-01-13 00:33:26 [15844]  uiswitch: EULA has already been accepted.
    2015-01-13 00:33:26 [15844]  AMT: This is a subsequent launch. Deferring services.
    2015-01-13 00:33:26 [15844]  performance: AMTObtainProductLicense took 228.702499 ms
    2015-01-13 00:33:48 [15844]  AMT: Pre-Validating Product License.
    2015-01-13 00:33:48 [15844]  AMT: Services not yet loaded in this session.
    2015-01-13 00:33:48 [15844]  AMT: Loading services in background to get ready for Validate call.
    2015-01-13 00:33:48 [15844]  AMT: Spawning background thread to load services.
    2015-01-13 00:33:48 [15844]  performance: AMTPreValidateProductLicense took 10.070942 ms
    2015-01-13 00:33:48 [15844]  AMT: Starting work on prevalidate thread.
    2015-01-13 00:33:48 [15844]  AMT: AMT: PreValidating Product License.
    2015-01-13 00:33:48 [15844]  AMT: Launch Workflow not yet done in this session.
    2015-01-13 00:33:48 [15844]  AMT: Starting Background Subsequent Launch Workflow
    2015-01-13 00:33:48 [15844]  AMT: Starting ALM workflow.
    2015-01-13 00:33:48 [15844]  AMT: Initializing ALM for serialized activation.
    2015-01-13 00:33:48 [15844]  ALMService: Initializing as licensed app
    2015-01-13 00:33:48 [15844]  ALM: _info_: Start ALM 3.2 Release (build 3.2.64.0)
    2015-01-13 00:33:48 [15844]  SLCoreService: Starting up SLCore 1.0 Release (build 1.0.13.199023).
    2015-01-13 00:33:48 [15844]  SLCoreService: Service construction took 0.1 ms and succeed.
    2015-01-13 00:33:48 [15844]  ALM: _info_: LEID passed Photoshop-CS5-Win-GM is used to configure SLCore = 0
    2015-01-13 00:33:48 [15844]  ALM: _info_: Host app is Licensable App
    2015-01-13 00:33:48 [15844]  PCDService: No value for key [Photoshop-CS5-Win-GM{|}6] in hive [SSC-CS5-LE-Dominance] in master.
    2015-01-13 00:33:48 [15844]  ALM: _info_: Found LEID Photoshop-CS5-Win-GM with AMT Path C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\AMT
    2015-01-13 00:33:48 [15844]  ALM: _info_: Found LEID DesignSuiteStandard-CS5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\DesignSuiteStandard-CS5-Win-GM
    2015-01-13 00:33:48 [15844]  ALM: _info_: Found LEID WebSuitePremium-CS5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\WebSuitePremium-CS5-Win-GM
    2015-01-13 00:33:48 [15844]  ALM: _info_: Found LEID DesignSuitePremium-CS5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\DesignSuitePremium-CS5-Win-GM
    2015-01-13 00:33:48 [15844]  ALM: _info_: Found LEID VideoSuitePremium-CS5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\VideoSuitePremium-CS5-Win-GM
    2015-01-13 00:33:48 [15844]  ALM: _info_: Found LEID MasterCollection-CS5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\MasterCollection-CS5-Win-GM
    2015-01-13 00:33:48 [15844]  ALM: _info_: Found LEID ELearningSuite-ES2-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\ELearningSuite-ES2-Win-GM
    2015-01-13 00:33:48 [15844]  PCDService: No value for key [MediaTag] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master.
    2015-01-13 00:33:48 [15844]  config: No media tag found for payload {15FEDA5F-141C-4127-8D7E-B962D1742728}
    2015-01-13 00:33:48 [15844]  config: Using default media policy RET
    2015-01-13 00:33:48 [15844]  ALM: _info_: MediaTagPolicy is RET
    2015-01-13 00:33:48 [15844]  ALM: _info_: Canonical LEID is Photoshop-CS5-Win-GM
    2015-01-13 00:33:48 [15844]  ALM: _info_: Driver LEID is Photoshop-CS5-Win-GM
    2015-01-13 00:33:48 [15844]  PCDService: No value for key [926287090233530048226122] in hive [RejectedSNDomain_CS5] in cache.
    2015-01-13 00:33:48 [15844]  SLCoreService: Reading product config [C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\AMT\SLConfig.xml]
    2015-01-13 00:33:48 [15844]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for ALL
    2015-01-13 00:33:48 [15844]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is not installed
    2015-01-13 00:33:48 [15844]  ALM: _info_: Set Running Locale to en_US
    2015-01-13 00:33:48 [15844]  ALM: _time_: (func: ALM_Initialize, duration: 0.062 sec)
    2015-01-13 00:33:48 [15844]  AMT: Performing ALM silent license verification.
    2015-01-13 00:33:48 [15844]  PCDService: No value for key [EncryptedSerial] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in cache.
    2015-01-13 00:33:48 [15844]  PCDService: No value for key [Serial] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in cache.
    2015-01-13 00:33:48 [15844]  config: No pre-serial number found in {15FEDA5F-141C-4127-8D7E-B962D1742728}
    2015-01-13 00:33:48 [15844]  PCDService: No value for key [PSN] in hive [Photoshop-CS5-Win-GM{|}en_US] in cache.
    2015-01-13 00:33:48 [15844]  config: No en_US provisional serial number found in Photoshop-CS5-Win-GM
    2015-01-13 00:33:48 [15844]  PCDService: No value for key [PSN] in hive [Photoshop-CS5-Win-GM{|}ALL] in cache.
    2015-01-13 00:33:48 [15844]  config: No ALL provisional serial number found in Photoshop-CS5-Win-GM
    2015-01-13 00:33:48 [15844]  ALM: _info_: Validate license at Post-Chrome time, running locale is en_US
    2015-01-13 00:33:48 [15844]  ALM: _info_: Searching license for locale en_US ...
    2015-01-13 00:33:48 [15844]  PCDService: No value for key [926288343359139503880822] in hive [RejectedSNDomain_CS5] in cache.
    2015-01-13 00:33:48 [15844]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_US
    2015-01-13 00:33:48 [15844]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2015-01-13 00:33:48 [15844]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_US
    2015-01-13 00:33:48 [15844]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2015-01-13 00:33:48 [15844]  ALM: _info_: Found existing serialization under LEID Photoshop-CS5-Win-GM, the serial number locale is en_US
    2015-01-13 00:33:48 [15844]  ALM: _info_: This is the running locale, stop the search
    2015-01-13 00:33:48 [15844]  PCDService: No value for key [926288343359139503880822] in hive [RejectedSNDomain_CS5] in cache.
    2015-01-13 00:33:48 [15844]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_US
    2015-01-13 00:33:48 [15844]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2015-01-13 00:33:48 [15844]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_US
    2015-01-13 00:33:48 [15844]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2015-01-13 00:33:48 [15844]  PCDService: No value for key [926288343359139503880822] in hive [RejectedSNDomain_CS5] in cache.
    2015-01-13 00:33:48 [15844]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_US
    2015-01-13 00:33:48 [15844]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2015-01-13 00:33:48 [15844]  PCDService: No value for key [926288343359139503880822] in hive [RejectedSNDomain_CS5] in cache.
    2015-01-13 00:33:48 [15844]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_US
    2015-01-13 00:33:48 [15844]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2015-01-13 00:33:48 [15844]  config: Setting current license to Photoshop-CS5-Win-GM [en_US]
    2015-01-13 00:33:48 [15844]  SLCoreService: Syncing to license store...
    2015-01-13 00:33:48 [15844]  SLCoreService: Found server mkey.
    2015-01-13 00:33:48 [15844]  SLCoreService: Loading license references...
    2015-01-13 00:33:48 [15844]  SLCoreService: Found 2 license file(s)
    2015-01-13 00:33:48 [15844]  SLCoreService: Parsing license file [194952429.lic] succeed.
    2015-01-13 00:33:48 [15844]  SLCoreService: Parsing license file [219666445.lic] succeed.
    2015-01-13 00:33:48 [15844]  SLCoreService: License store synchronization took 87.0 ms and succeed.
    2015-01-13 00:33:48 [15844]  SLCoreService: Query license: type = 3, duration = permanent, remaining = permanent.
    2015-01-13 00:33:48 [15844]  PCDService: No value for key [PDApp_WF] in hive [Photoshop-CS5-Win-GM] in cache.
    2015-01-13 00:33:48 [15844]  SLCoreService: Feature ALM_PhotoshopCS5XSGM_12.0 is enabled.
    2015-01-13 00:33:48 [15844]  SLCoreService: Feature Bridge_Base_4.0 is enabled.
    2015-01-13 00:33:48 [15844]  SLCoreService: Feature Bridge_CameraRaw_4.0 is enabled.
    2015-01-13 00:33:48 [15844]  SLCoreService: Feature Bridge_MiniBridge_1.0 is enabled.
    2015-01-13 00:33:48 [15844]  SLCoreService: Feature MobileCenter_Base_3.0 is enabled.
    2015-01-13 00:33:48 [15844]  SLCoreService: Feature Photoshop_12.0 is enabled.
    2015-01-13 00:33:48 [15844]  SLCoreService: Feature Photoshop_Base_12.0 is enabled.
    2015-01-13 00:33:48 [15844]  SLCoreService: Feature Photoshop_Premium_12.0 is enabled.
    2015-01-13 00:33:48 [15844]  PCDService: No value for key [ALM_Info_S1] in hive [Photoshop-CS5-Win-GM{|}en_US] in cache.
    2015-01-13 00:33:48 [15844]  PCDService: No value for key [ADOBEID] in hive [926288343359139503880822] in cache.
    2015-01-13 00:33:48 [15844]  ALM: _info_: Performing Block Check
    2015-01-13 00:33:48 [15844]  SLCoreService: Query license: type = 3, duration = permanent, remaining = permanent.
    2015-01-13 00:33:48 [15844]  ALM: _info_: Block Check ByPassed
    2015-01-13 00:33:48 [15844]  SLCoreService: Query license: type = 3, duration = permanent, remaining = permanent.
    2015-01-13 00:33:48 [15844]  ALM: _time_: (func: ALM_License_SilentValidate, duration: 0.125 sec)
    2015-01-13 00:33:48 [15844]  ALM: _info_: ALM_License_SilentValidate return license status: Valid And Activated
    2015-01-13 00:33:48 [15844]  AMT: License check shows serialized product is already activated.
    2015-01-13 00:33:48 [15844]  ALM: _info_: Entered ALM_NeedANAG
    2015-01-13 00:33:48 [15844]  PCDService: No value for key [ADOBEID] in hive [926288343359139503880822] in cache.
    2015-01-13 00:33:48 [15844]  PCDService: No value for key [ClaimStatus] in hive [926288343359139503880822] in cache.
    2015-01-13 00:33:48 [15844]  ALM: _info_: Exiting ALM_NeedANAG
    2015-01-13 00:33:48 [15844]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master.
    2015-01-13 00:33:48 [15844]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84}] in master.
    2015-01-13 00:33:48 [15844]  PCDService: No value for key [Updates] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master.
    2015-01-13 00:33:48 [15844]  PCDService: No value for key [Updates] in hive [{667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84}] in master.
    2015-01-13 00:33:48 [15844]  AUMService: config: No AdobeUpdaterCode found in configuration; AUM will be disabled.
    2015-01-13 00:33:48 [15844]  ServiceLoader: looking for library C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\updaternotifications.dll
    2015-01-13 00:33:48 [15844]  ServiceLoader: Found library C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\updaternotifications.dll
    2015-01-13 00:33:48 [15844]  AUMService: IsUpdaterEnabled call
    2015-01-13 00:33:49 [15844]  AUMService: IsUpdaterEnabled call succeeded
    2015-01-13 00:33:49 [15844]  ALM: _info_: Deactivation menu is enabled
    2015-01-13 00:33:49 [15844]  PCDService: No value for key [ADOBEID] in hive [926288343359139503880822] in cache.
    2015-01-13 00:33:49 [15844]  AMT: Completed Launch Workflow successfully.
    2015-01-13 00:33:49 [15844]  AMT: Calling AUM API to create scheduler entry to be used by updater.
    2015-01-13 00:33:49 [15844]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master.
    2015-01-13 00:33:49 [15844]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84}] in master.
    2015-01-13 00:33:49 [15844]  PCDService: No value for key [Updates] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master.
    2015-01-13 00:33:49 [15844]  PCDService: No value for key [Updates] in hive [{667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84}] in master.
    2015-01-13 00:33:49 [15844]  AUMService: config: No AdobeUpdaterCode found in configuration; AUM will be disabled.
    2015-01-13 00:33:49 [15844]  AUMService: IsUpdaterEnabled call
    2015-01-13 00:33:49 [15844]  AUMService: IsUpdaterEnabled call succeeded
    2015-01-13 00:33:49 [15844]  AUMService: Get LEID xml call
    2015-01-13 00:33:49 [15844]  AUMService: Get LEID XML call succeeded
    2015-01-13 00:33:49 [15844]  AMT: AUM GetLEID called with status =0.
    2015-01-13 00:33:49 [15844]  AMT: Checking client features against cache.
    2015-01-13 00:33:49 [15844]  AMT: Feature AMT_ALLOW_DRAGDROP_INSTALL 3.0 is unlicensed (was unlicensed).
    2015-01-13 00:33:49 [15844]  AMT: Feature AMT_REQUEST_NO_TAMPERPROOFING 3.3 is unlicensed (was unlicensed).
    2015-01-13 00:33:49 [15844]  AMT: Feature Photoshop_Premium 12.0 is licensed (was licensed).
    2015-01-13 00:33:49 [15844]  AMT: Feature Photoshop_Base 12.0 is licensed (was licensed).
    2015-01-13 00:33:49 [15844]  AMT: Feature Bridge_Base 4.0 is licensed (was licensed).
    2015-01-13 00:33:49 [15844]  AMT: Feature Bridge_CameraRaw 4.0 is licensed (was licensed).
    2015-01-13 00:33:49 [15844]  AMT: Feature MobileCenter_Base 3.0 is licensed (was licensed).
    2015-01-13 00:33:49 [15844]  AMT: Validating client product info against cache.
    2015-01-13 00:33:49 [15844]  PCDService: No value for key [ExpirationDate] in hive [Photoshop-CS5-Win-GM] in master.
    2015-01-13 00:33:49 [15844]  AMT: Starting Data Collection for SWTag_Init()
    2015-01-13 00:33:49 [15844]  AMT: DoISOTagging() productCanonicalLEID = Photoshop-CS5-Win-GM;outMappedLEID =  Photoshop-CS5-Win-GM, unused = Photoshop-CS5-Win-GM
    2015-01-13 00:33:49 [15844]  AMT: DoISOTagging() productPayloadCode = {667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84};driverPayloadCode =  {15FEDA5F-141C-4127-8D7E-B962D1742728}
    2015-01-13 00:33:49 [15844]  AMT: SWTag_Init() Tags Arguments Adobe Photoshop CS5 Extended; Photoshop-CS5-Win-GM; en_US
    2015-01-13 00:33:49 [15844]  AMT: DoISOTagging() License Status = activated
    2015-01-13 00:33:49 [15844]  AMT: DoISOTagging() Tags 926288343359139503880822; 12.0; RETAIL
    2015-01-13 00:33:49 [15844]  AMT: DoISOTagging() Product Version 12; 0
    2015-01-13 00:33:49 [15844]  AMT: AMT: Product License PreValidated.
    2015-01-13 00:33:49 [15844]  AMT: Prevalidate indicates license is good and no UI required.
    2015-01-13 00:33:49 [15844]  performance: PreValidate thread took 338.171326 ms
    2015-01-13 00:33:49 [15844]  AMT: PlugPlug : AdobeId has not been created
    2015-01-13 00:33:49 [15844]  AMT: PlugPlug : Can Go Online returned as true
    2015-01-13 00:33:49 [15844]  performance: AMTPlugPlugRequest took 50.706043 ms
    2015-01-13 00:33:49 [15844]  performance: AMTPlugPlugRequest took 2.886364 ms
    2015-01-13 00:33:49 [15844]  performance: AMTPlugPlugRequest took 3.112712 ms
    2015-01-13 00:33:49 [15844]  performance: AMTPlugPlugRequest took 2.741173 ms
    2015-01-13 00:33:49 [15844]  performance: AMTPlugPlugRequest took 2.755555 ms
    2015-01-18 21:41:15 [24952]  AMT: START SESSION, library version 3.0.0.64,3.0
    2015-01-18 21:41:15 [24952]  AMT: Initializing C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\
    2015-01-18 21:41:15 [24952]  AMT: Adobe License Manager version 3.2 (build 64.0) RELEASE
    2015-01-18 21:41:15 [24952]  AMT: Virtualization Turned off
    2015-01-18 21:41:15 [24952]  ServiceLoader: looking for library C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\adobe_caps.dll
    2015-01-18 21:41:15 [24952]  ServiceLoader: Found library C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\adobe_caps.dll
    2015-01-18 21:41:15 [24952]  PCDService: PCD Service in threaded mode
    2015-01-18 21:41:15 [24952]  performance: AMTPreObtainProductLicense took 59.506001 ms
    2015-01-18 21:41:15 [24952]  PCD thread: PCD thread started
    2015-01-18 21:41:15 [24952]  ServiceLoader: looking for library C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\Adobe_OOBE_Launcher.dll
    2015-01-18 21:41:15 [24952]  ServiceLoader: Found library C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\Adobe_OOBE_Launcher.dll
    2015-01-18 21:41:15 [24952]  AMT: App Product Locale [0] = en_US
    2015-01-18 21:41:15 [24952]  config: Loading configuration for C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\AMT\application.xml
    2015-01-18 21:41:15 [24952]  config: Found payload code {667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84}
    2015-01-18 21:41:15 [24952]  PCDService: found driver code {15FEDA5F-141C-4127-8D7E-B962D1742728}
    2015-01-18 21:41:15 [24952]  config: config: Host app was installed, using installed license configuration.
    2015-01-18 21:41:15 [24952]  PCDService: No value for key [FLMap] in hive [Photoshop-CS5-Win-GM{|}ALL] in cache.
    2015-01-18 21:41:15 [24952]  config: Setting current license to the driver at startup because no mapping was found.
    2015-01-18 21:41:15 [24952]  config: Setting current license to Photoshop-CS5-Win-GM [ALL]
    2015-01-18 21:41:15 [24952]  config: payload code: {667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84}
    2015-01-18 21:41:15 [24952]  config: driver payload code: {15FEDA5F-141C-4127-8D7E-B962D1742728}
    2015-01-18 21:41:15 [24952]  config: driver licensing code: Photoshop-CS5-Win-GM
    2015-01-18 21:41:15 [24952]  config: current licensing code: Photoshop-CS5-Win-GM
    2015-01-18 21:41:15 [24952]  config: current locale code: ALL
    2015-01-18 21:41:15 [24952]  config: Done loading configuration
    2015-01-18 21:41:15 [24952]  AMT: Locale from PCD [0] = en_US
    2015-01-18 21:41:15 [24952]  AMT: Reordered Installed App Product Locale [0] = en_US
    2015-01-18 21:41:15 [24952]  config: Setting insalled locales
    2015-01-18 21:41:15 [24952]  config: Changing locale to "en_US" because old locale "" is not in the new list of installed languages
    2015-01-18 21:41:15 [24952]  ServiceLoader: looking for library C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\asneu.dll
    2015-01-18 21:41:15 [24952]  ServiceLoader: Found library C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\asneu.dll
    2015-01-18 21:41:15 [24952]  AMT: config: Finding license info for payload: {15FEDA5F-141C-4127-8D7E-B962D1742728}
    2015-01-18 21:41:15 [24952]  AMT: config: PayloadCode: {667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84}
    2015-01-18 21:41:15 [24952]  AMT: config: Driver PayloadCode: {15FEDA5F-141C-4127-8D7E-B962D1742728}
    2015-01-18 21:41:15 [24952]  AMT: config: Installed LicensingCode: Photoshop-CS5-Win-GM
    2015-01-18 21:41:15 [24952]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84}] in master.
    2015-01-18 21:41:15 [24952]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master.
    2015-01-18 21:41:15 [24952]  PCDService: No value for key [BridgeTalkCode] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master.
    2015-01-18 21:41:15 [24952]  PCDService: No value for key [ISO_TAGGING_DISABLED] in hive [Photoshop-CS5-Win-GM] in master.
    2015-01-18 21:41:15 [24952]  PCDService: No value for key [EULA] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master.
    2015-01-18 21:41:15 [24952]  PCDService: No value for key [Registration] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master.
    2015-01-18 21:41:15 [24952]  PCDService: No value for key [Registration] in hive [{667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84}] in master.
    2015-01-18 21:41:15 [24952]  PCDService: No value for key [Updates] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master.
    2015-01-18 21:41:15 [24952]  PCDService: No value for key [Updates] in hive [{667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84}] in master.
    2015-01-18 21:41:15 [24952]  PCDService: No value for key [SuiteFeatureCount] in hive [Photoshop-CS5-Win-GM] in master.
    2015-01-18 21:41:15 [24952]  AMT: Application can be serialized (sif file found).
    2015-01-18 21:41:15 [24952]  config: Setting current license to Photoshop-CS5-Win-GM [en_US]
    2015-01-18 21:41:15 [24952]  PCDService: No value for key [ExpirationDate] in hive [Photoshop-CS5-Win-GM] in master.
    2015-01-18 21:41:15 [24952]  AMT: Subsequent launch (serial [92628834335913950388]).
    2015-01-18 21:41:15 [24952]  AMT: Application state initialized.  Obtaining Product License.
    2015-01-18 21:41:15 [24952]  AMT: Obtaining client features from cache.
    2015-01-18 21:41:15 [24952]  AMT: Obtaining client product info from cache.
    2015-01-18 21:41:15 [24952]  PCDService: No value for key [ExpirationDate] in hive [Photoshop-CS5-Win-GM] in master.
    2015-01-18 21:41:15 [24952]  PCDService: No value for key [ExpirationDate] in hive [Photoshop-CS5-Win-GM] in master.
    2015-01-18 21:41:15 [24952]  AMT: Running in PROV_APP
    2015-01-18 21:41:15 [24952]  PCDService: No value for key [EULADelay] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master.
    2015-01-18 21:41:15 [24952]  PCDService: No value for key [EULADelay] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master.
    2015-01-18 21:41:15 [24952]  PCDService: No value for key [MediaTag] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master.
    2015-01-18 21:41:15 [24952]  config: No media tag found for payload {15FEDA5F-141C-4127-8D7E-B962D1742728}
    2015-01-18 21:41:15 [24952]  config: Using default media policy RET
    2015-01-18 21:41:15 [24952]  uiswitch: EULA has already been accepted.
    2015-01-18 21:41:15 [24952]  AMT: This is a subsequent launch. Deferring services.
    2015-01-18 21:41:15 [24952]  performance: AMTObtainProductLicense took 204.568893 ms
    2015-01-18 21:41:42 [24952]  AMT: Pre-Validating Product License.
    2015-01-18 21:41:42 [24952]  AMT: Services not yet loaded in this session.
    2015-01-18 21:41:42 [24952]  AMT: Loading services in background to get ready for Validate call.
    2015-01-18 21:41:42 [24952]  AMT: Spawning background thread to load services.
    2015-01-18 21:41:42 [24952]  performance: AMTPreValidateProductLicense took 0.469805 ms
    2015-01-18 21:41:42 [24952]  AMT: Starting work on prevalidate thread.
    2015-01-18 21:41:42 [24952]  AMT: AMT: PreValidating Product License.
    2015-01-18 21:41:42 [24952]  AMT: Launch Workflow not yet done in this session.
    2015-01-18 21:41:42 [24952]  AMT: Starting Background Subsequent Launch Workflow
    2015-01-18 21:41:42 [24952]  AMT: Starting ALM workflow.
    2015-01-18 21:41:42 [24952]  AMT: Initializing ALM for serialized activation.
    2015-01-18 21:41:42 [24952]  ALMService: Initializing as licensed app
    2015-01-18 21:41:42 [24952]  ALM: _info_: Start ALM 3.2 Release (build 3.2.64.0)
    2015-01-18 21:41:42 [24952]  SLCoreService: Starting up SLCore 1.0 Release (build 1.0.13.199023).
    2015-01-18 21:41:42 [24952]  SLCoreService: Service construction took 0.1 ms and succeed.
    2015-01-18 21:41:42 [24952]  ALM: _info_: LEID passed Photoshop-CS5-Win-GM is used to configure SLCore = 0
    2015-01-18 21:41:42 [24952]  ALM: _info_: Host app is Licensable App
    2015-01-18 21:41:42 [24952]  PCDService: No value for key [Photoshop-CS5-Win-GM{|}6] in hive [SSC-CS5-LE-Dominance] in master.
    2015-01-18 21:41:42 [24952]  ALM: _info_: Found LEID Photoshop-CS5-Win-GM with AMT Path C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\AMT
    2015-01-18 21:41:42 [24952]  ALM: _info_: Found LEID DesignSuiteStandard-CS5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\DesignSuiteStandard-CS5-Win-GM
    2015-01-18 21:41:42 [24952]  ALM: _info_: Found LEID WebSuitePremium-CS5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\WebSuitePremium-CS5-Win-GM
    2015-01-18 21:41:42 [24952]  ALM: _info_: Found LEID DesignSuitePremium-CS5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\DesignSuitePremium-CS5-Win-GM
    2015-01-18 21:41:42 [24952]  ALM: _info_: Found LEID VideoSuitePremium-CS5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\VideoSuitePremium-CS5-Win-GM
    2015-01-18 21:41:42 [24952]  ALM: _info_: Found LEID MasterCollection-CS5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\MasterCollection-CS5-Win-GM
    2015-01-18 21:41:42 [24952]  ALM: _info_: Found LEID ELearningSuite-ES2-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\ELearningSuite-ES2-Win-GM
    2015-01-18 21:41:42 [24952]  PCDService: No value for key [MediaTag] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master.
    2015-01-18 21:41:42 [24952]  config: No media tag found for payload {15FEDA5F-141C-4127-8D7E-B962D1742728}
    2015-01-18 21:41:42 [24952]  config: Using default media policy RET
    2015-01-18 21:41:42 [24952]  ALM: _info_: MediaTagPolicy is RET
    2015-01-18 21:41:42 [24952]  ALM: _info_: Canonical LEID is Photoshop-CS5-Win-GM
    2015-01-18 21:41:42 [24952]  ALM: _info_: Driver LEID is Photoshop-CS5-Win-GM
    2015-01-18 21:41:42 [24952]  PCDService: No value for key [926287090233530048226122] in hive [RejectedSNDomain_CS5] in cache.
    2015-01-18 21:41:42 [24952]  SLCoreService: Reading product config [C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\AMT\SLConfig.xml]
    2015-01-18 21:41:42 [24952]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for ALL
    2015-01-18 21:41:42 [24952]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is not installed
    2015-01-18 21:41:42 [24952]  ALM: _info_: Set Running Locale to en_US
    2015-01-18 21:41:42 [24952]  ALM: _time_: (func: ALM_Initialize, duration: 0.078 sec)
    2015-01-18 21:41:42 [24952]  AMT: Performing ALM silent license verification.
    2015-01-18 21:41:42 [24952]  PCDService: No value for key [EncryptedSerial] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in cache.
    2015-01-18 21:41:42 [24952]  PCDService: No value for key [Serial] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in cache.
    2015-01-18 21:41:42 [24952]  config: No pre-serial number found in {15FEDA5F-141C-4127-8D7E-B962D1742728}
    2015-01-18 21:41:42 [24952]  PCDService: No value for key [PSN] in hive [Photoshop-CS5-Win-GM{|}en_US] in cache.
    2015-01-18 21:41:42 [24952]  config: No en_US provisional serial number found in Photoshop-CS5-Win-GM
    2015-01-18 21:41:42 [24952]  PCDService: No value for key [PSN] in hive [Photoshop-CS5-Win-GM{|}ALL] in cache.
    2015-01-18 21:41:42 [24952]  config: No ALL provisional serial number found in Photoshop-CS5-Win-GM
    2015-01-18 21:41:42 [24952]  ALM: _info_: Validate license at Post-Chrome time, running locale is en_US
    2015-01-18 21:41:42 [24952]  ALM: _info_: Searching license for locale en_US ...
    2015-01-18 21:41:42 [24952]  PCDService: No value for key [926288343359139503880822] in hive [RejectedSNDomain_CS5] in cache.
    2015-01-18 21:41:42 [24952]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_US
    2015-01-18 21:41:42 [24952]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2015-01-18 21:41:42 [24952]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_US
    2015-01-18 21:41:42 [24952]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2015-01-18 21:41:42 [24952]  ALM: _info_: Found existing serialization under LEID Photoshop-CS5-Win-GM, the serial number locale is en_US
    2015-01-18 21:41:42 [24952]  ALM: _info_: This is the running locale, stop the search
    2015-01-18 21:41:42 [24952]  PCDService: No value for key [926288343359139503880822] in hive [RejectedSNDomain_CS5] in cache.
    2015-01-18 21:41:42 [24952]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_US
    2015-01-18 21:41:42 [24952]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2015-01-18 21:41:42 [24952]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_US
    2015-01-18 21:41:42 [24952]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2015-01-18 21:41:42 [24952]  PCDService: No value for key [926288343359139503880822] in hive [RejectedSNDomain_CS5] in cache.
    2015-01-18 21:41:42 [24952]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_US
    2015-01-18 21:41:42 [24952]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2015-01-18 21:41:42 [24952]  PCDService: No value for key [926288343359139503880822] in hive [RejectedSNDomain_CS5] in cache.
    2015-01-18 21:41:42 [24952]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_US
    2015-01-18 21:41:42 [24952]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2015-01-18 21:41:42 [24952]  config: Setting current license to Photoshop-CS5-Win-GM [en_US]
    2015-01-18 21:41:42 [24952]  SLCoreService: Syncing to license store...
    2015-01-18 21:41:42 [24952]  SLCoreService: Found server mkey.
    2015-01-18 21:41:42 [24952]  SLCoreService: Loading license references...
    2015-01-18 21:41:42 [24952]  SLCoreService: Found 2 license file(s)
    2015-01-18 21:41:42 [24952]  SLCoreService: Parsing license file [194952429.lic] succeed.
    2015-01-18 21:41:42 [24952]  SLCoreService: Parsing license file [219666445.lic] succeed.
    2015-01-18 21:41:42 [24952]  SLCoreService: License store synchronization took 467.1 ms and succeed.
    2015-01-18 21:41:42 [24952]  SLCoreService: Query license: type = 3, duration = permanent, remaining = permanent.
    2015-01-18 21:41:42 [24952]  PCDService: No value for key [PDApp_WF] in hive [Photoshop-CS5-Win-GM] in cache.
    2015-01-18 21:41:42 [24952]  SLCoreService: Feature ALM_PhotoshopCS5XSGM_12.0 is enabled.
    2015-01-18 21:41:42 [24952]  SLCoreService: Feature Bridge_Base_4.0 is enabled.
    2015-01-18 21:41:42 [24952]  SLCoreService: Feature Bridge_CameraRaw_4.0 is enabled.
    2015-01-18 21:41:42 [24952]  SLCoreService: Feature Bridge_MiniBridge_1.0 is enabled.
    2015-01-18 21:41:42 [24952]  SLCoreService: Feature MobileCenter_Base_3.0 is enabled.
    2015-01-18 21:41:42 [24952]  SLCoreService: Feature Photoshop_12.0 is enabled.
    2015-01-18 21:41:42 [24952]  SLCoreService: Feature Photoshop_Base_12.0 is enabled.
    2015-01-18 21:41:42 [24952]  SLCoreService: Feature Photoshop_Premium_12.0 is enabled.
    2015-01-18 21:41:42 [24952]  PCDService: No value for key [ALM_Info_S1] in hive [Photoshop-CS5-Win-GM{|}en_US] in cache.
    2015-01-18 21:41:42 [24952]  PCDService: No value for key [ADOBEID] in hive [926288343359139503880822] in cache.
    2015-01-18 21:41:42 [24952]  ALM: _info_: Performing Block Check
    2015-01-18 21:41:42 [24952]  SLCoreService: Query license: type = 3, duration = permanent, remaining = permanent.
    2015-01-18 21:41:42 [24952]  ALM: _info_: Block Check ByPassed
    2015-01-18 21:41:42 [24952]  SLCoreService: Query license: type = 3, duration = permanent, remaining = permanent.
    2015-01-18 21:41:42 [24952]  ALM: _time_: (func: ALM_License_SilentValidate, duration: 0.499 sec)
    2015-01-18 21:41:42 [24952]  ALM: _info_: ALM_License_SilentValidate return license status: Valid And Activated
    2015-01-18 21:41:42 [24952]  AMT: License check shows serialized product is already activated.
    2015-01-18 21:41:42 [24952]  ALM: _info_: Entered ALM_NeedANAG
    2015-01-18 21:41:42 [24952]  PCDService: No value for key [ADOBEID] in hive [926288343359139503880822] in cache.
    2015-01-18 21:41:42 [24952]  PCDService: No value for key [ClaimStatus] in hive [926288343359139503880822] in cache.
    2015-01-18 21:41:42 [24952]  ALM: _info_: Exiting ALM_NeedANAG
    2015-01-18 21:41:42 [24952]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master.
    2015-01-18 21:41:42 [24952]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84}] in master.
    2015-01-18 21:41:42 [24952]  PCDService: No value for key [Updates] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master.
    2015-01-18 21:41:42 [24952]  PCDService: No value for key [Updates] in hive [{667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84}] in master.
    2015-01-18 21:41:42 [24952]  AUMService: config: No AdobeUpdaterCode found in configuration; AUM will be disabled.
    2015-01-18 21:41:42 [24952]  ServiceLoader: looking for library C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\updaternotifications.dll
    2015-01-18 21:41:42 [24952]  ServiceLoader: Found library C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\updaternotifications.dll
    2015-01-18 21:41:42 [24952]  AUMService: IsUpdaterEnabled call
    2015-01-18 21:41:42 [24952]  AUMService: IsUpdaterEnabled call succeeded
    2015-01-18 21:41:42 [24952]  ALM: _info_: Deactivation menu is enabled
    2015-01-18 21:41:42 [24952]  PCDService: No value for key [ADOBEID] in hive [926288343359139503880822] in cache.
    2015-01-18 21:41:42 [24952]  AMT: Completed Launch Workflow successfully.
    2015-01-18 21:41:42 [24952]  AMT: Calling AUM API to create scheduler entry to be used by updater.
    2015-01-18 21:41:42 [24952]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master.
    2015-01-18 21:41:42 [24952]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84}] in master.
    2015-01-18 21:41:42 [24952]  PCDService: No value for key [Updates] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master.
    2015-01-18 21:41:42 [24952]  PCDService: No value for key [Updates] in hive [{667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84}] in master.
    2015-01-18 21:41:42 [24952]  AUMService: config: No AdobeUpdaterCode found in configuration; AUM will be disabled.
    2015-01-18 21:41:42 [24952]  AUMService: IsUpdaterEnabled call
    2015-01-18 21:41:42 [24952]  AUMService: IsUpdaterEnabled call succeeded
    2015-01-18 21:41:42 [24952]  AUMService: Get LEID xml call
    2015-01-18 21:41:42 [24952]  AUMService: Get LEID XML call succeeded
    2015-01-18 21:41:42 [24952]  AMT: AUM GetLEID called with status =0.
    2015-01-18 21:41:42 [24952]  AMT: Checking client features against cache.
    2015-01-18 21:41:42 [24952]  AMT: Feature AMT_ALLOW_DRAGDROP_INSTALL 3.0 is unlicensed (was unlicensed).
    2015-01-18 21:41:42 [24952]  AMT: Feature AMT_REQUEST_NO_TAMPERPROOFING 3.3 is unlicensed (was unlicensed).
    2015-01-18 21:41:42 [24952]  AMT: Feature Photoshop_Premium 12.0 is licensed (was licensed).
    2015-01-18 21:41:42 [24952]  AMT: Feature Photoshop_Base 12.0 is licensed (was licensed).
    2015-01-18 21:41:42 [24952]  AMT: Feature Bridge_Base 4.0 is licensed (was licensed).
    2015-01-18 21:41:42 [24952]  AMT: Feature Bridge_CameraRaw 4.0 is licensed (was licensed).
    2015-01-18 21:41:42 [24952]  AMT: Feature MobileCenter_Base 3.0 is licensed (was licensed).
    2015-01-18 21:41:42 [24952]  AMT: Validating client product info against cache.
    2015-01-18 21:41:42 [24952]  PCDService: No value for key [ExpirationDate] in hive [Photoshop-CS5-Win-GM] in master.
    2015-01-18 21:41:42 [24952]  AMT: Starting Data Collection for SWTag_Init()
    2015-01-18 21:41:42 [24952]  AMT: DoISOTagging() productCanonicalLEID = Photoshop-CS5-Win-GM;outMappedLEID =  Photoshop-CS5-Win-GM, unused = Photoshop-CS5-Win-GM
    2015-01-18 21:41:42 [24952]  AMT: DoISOTagging() productPayloadCode = {667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84};driverPayloadCode =  {15FEDA5F-141C-4127-8D7E-B962D1742728}
    2015-01-18 21:41:42 [24952]  AMT: SWTag_Init() Tags Arguments Adobe Photoshop CS5 Extended; Photoshop-CS5-Win-GM; en_US
    2015-01-18 21:41:42 [24952]  AMT: DoISOTagging() License Status = activated
    2015-01-18 21:41:42 [24952]  AMT: DoISOTagging() Tags 926288343359139503880822; 12.0; RETAIL
    2015-01-18 21:41:42 [24952]  AMT: DoISOTagging() Product Version 12; 0
    2015-01-18 21:41:42 [24952]  AMT: AMT: Product License PreValidated.
    2015-01-18 21:41:42 [24952]  AMT: Prevalidate indicates license is good and no UI required.
    2015-01-18 21:41:42 [24952]  performance: PreValidate thread took 786.569214 ms
    2015-01-18 21:41:42 [24952]  AMT: PlugPlug : AdobeId has not been created
    2015-01-18 21:41:42 [24952]  AMT: PlugPlug : Can Go Online returned as true
    2015-01-18 21:41:43 [24952]  performance: AMTPlugPlugRequest took 59.772064 ms
    2015-01-18 21:41:43 [24952]  performance: AMTPlugPlugRequest took 3.952251 ms
    2015-01-18 21:41:43 [24952]  performance: AMTPlugPlugRequest took 3.212616 ms
    2015-01-18 21:41:43 [24952]  performance: AMTPlugPlugRequest took 3.690640 ms
    2015-01-18 21:41:43 [24952]  performance: AMTPlugPlugRequest took 2.644878 ms
    2015-01-19 14:22:04 [660]  AMT: START SESSION, library version 3.0.0.64,3.0
    2015-01-19 14:22:04 [660]  AMT: Initializing C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\
    2015-01-19 14:22:04 [660]  AMT: Adobe License Manager version 3.2 (build 64.0) RELEASE
    2015-01-19 14:22:04 [660]  AMT: Virtualization Turned off
    2015-01-19 14:22:04 [660]  ServiceLoader: looking for library C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\adobe_caps.dll
    2015-01-19 14:22:04 [660]  ServiceLoader: Found library C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\adobe_caps.dll
    2015-01-19 14:22:04 [660]  PCDService: PCD Service in threaded mode
    2015-01-19 14:22:04 [660]  performance: AMTPreObtainProductLicense took 42.214592 ms
    2015-01-19 14:22:04 [660]  PCD thread: PCD thread started
    2015-01-19 14:22:04 [660]  ServiceLoader: looking for library C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\Adobe_OOBE_Launcher.dll
    2015-01-19 14:22:04 [660]  ServiceLoader: Found library C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\Adobe_OOBE_Launcher.dll
    2015-01-19 14:22:04 [660]  AMT: App Product Locale [0] = en_US
    2015-01-19 14:22:04 [660]  config: Loading configuration for C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\AMT\application.xml
    2015-01-19 14:22:04 [660]  config: Found payload code {667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84}
    2015-01-19 14:22:04 [660]  PCDService: found driver code {15FEDA5F-141C-4127-8D7E-B962D1742728}
    2015-01-19 14:22:04 [660]  config: config: Host app was installed, using installed license configuration.
    2015-01-19 14:22:04 [660]  PCDService: No value for key [FLMap] in hive [Photoshop-CS5-Win-GM{|}ALL] in cache.
    2015-01-19 14:22:04 [660]  config: Setting current license to the driver at startup because no mapping was found.
    2015-01-19 14:22:04 [660]  config: Setting current license to Photoshop-CS5-Win-GM [ALL]
    2015-01-19 14:22:04 [660]  config: payload code: {667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84}
    2015-01-19 14:22:04 [660]  config: driver payload code: {15FEDA5F-141C-4127-8D7E-B962D1742728}
    2015-01-19 14:22:04 [660]  config: driver licensing code: Photoshop-CS5-Win-GM
    2015-01-19 14:22:04 [660]  config: current licensing code: Photoshop-CS5-Win-GM
    2015-01-19 14:22:04 [660]  config: current locale code: ALL
    2015-01-19 14:22:04 [660]  config: Done loading configuration
    2015-01-19 14:22:04 [660]  AMT: Locale from PCD [0] = en_US
    2015-01-19 14:22:04 [660]  AMT: Reordered Installed App Product Locale [0] = en_US
    2015-01-19 14:22:04 [660]  config: Setting insalled locales
    2015-01-19 14:22:04 [660]  config: Changing locale to "en_US" because old locale "" is not in the new list of installed languages
    2015-01-19 14:22:04 [660]  ServiceLoader: looking for library C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\asneu.dll
    2015-01-19 14:22:04 [660]  ServiceLoader: Found library C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\asneu.dll
    2015-01-19 14:22:04 [660]  AMT: config: Finding license info for payload: {15FEDA5F-141C-4127-8D7E-B962D1742728}
    2015-01-19 14:22:04 [660]  AMT: config: PayloadCode: {667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84}
    2015-01-19 14:22:04 [660]  AMT: config: Driver PayloadCode: {15FEDA5F-141C-4127-8D7E-B962D1742728}
    2015-01-19 14:22:04 [660]  AMT: config: Installed LicensingCode: Photoshop-CS5-Win-GM
    2015-01-19 14:22:04 [660]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84}] in master.
    2015-01-19 14:22:04 [660]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master.
    2015-01-19 14:22:04 [660]  PCDService: No value for key [BridgeTalkCode] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master.
    2015-01-19 14:22:04 [660]  PCDService: No value for key [ISO_TAGGING_DISABLED] in hive [Photoshop-CS5-Win-GM] in master.
    2015-01-19 14:22:04 [660]  PCDService: No value for key [EULA] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master.
    2015-01-19 14:22:04 [660]  PCDService: No value for key [Registration] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master.
    2015-01-19 14:22:04 [660]  PCDService: No value for key [Registration] in hive [{667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84}] in master.
    2015-01-19 14:22:04 [660]  PCDService: No value for key [Updates] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master.
    2015-01-19 14:22:04 [660]  PCDService: No value for key [Updates] in hive [{667C8B6C-3EAF-4646-A8EC-D85CCC4D3D84}] in master.
    2015-01-19 14:22:04 [660]  PCDService: No value for key [SuiteFeatureCount] in hive [Photoshop-CS5-Win-GM] in master.
    2015-01-19 14:22:04 [660]  AMT: Application can be serialized (sif file found).
    2015-01-19 14:22:04 [660]  config: Setting current license to Photoshop-CS5-Win-GM [en_US]
    2015-01-19 14:22:04 [660]  PCDService: No value for key [ExpirationDate] in hive [Photoshop-CS5-Win-GM] in master.
    2015-01-19 14:22:04 [660]  AMT: Subsequent launch (serial [92628834335913950388]).
    2015-01-19 14:22:04 [660]  AMT: Application state initialized.  Obtaining Product License.
    2015-01-19 14:22:04 [660]  AMT: Obtaining client features from cache.
    2015-01-19 14:22:04 [660]  AMT: Obtaining client product info from cache.
    2015-01-19 14:22:04 [660]  PCDService: No value for key [ExpirationDate] in hive [Photoshop-CS5-Win-GM] in master.
    2015-01-19 14:22:04 [660]  PCDService: No value for key [ExpirationDate] in hive [Photoshop-CS5-Win-GM] in master.
    2015-01-19 14:22:04 [660]  AMT: Running in PROV_APP
    2015-01-19 14:22:04 [660]  PCDService: No value for key [EULADelay] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master.
    2015-01-19 14:22:04 [660]  PCDService: No value for key [EULADelay] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master.
    2015-01-19 14:22:04 [660]  PCDService: No value for key [MediaTag] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master.
    2015-01-19 14:22:04 [660]  config: No media tag found for payload {15FEDA5F-141C-4127-8D7E-B962D1742728}
    2015-01-19 14:22:04 [660]  config: Using default media policy RET
    2015-01-19 14:22:04 [660]  uiswitch: EULA has already been accepted.
    2015-01-19 14:22:04 [660]  AMT: This is a subsequent launch. Deferring services.
    2015-01-19 14:22:04 [660]  performance: AMTObtainProductLicense took 181.825348 ms
    2015-01-19 14:22:47 [660]  AMT: Pre-Validating Product License.
    2015-01-19 14:22:47 [660]  AMT: Services not yet loaded in this session.
    2015-01-19 14:22:47 [660]  AMT: Loading services in background to get ready for Validate call.
    2015-01-19 14:22:47 [660]  AMT: Spawning background thread to load services.
    2015-01-19 14:22:47 [660]  performance: AMTPreValidateProductLicense took 0.665333 ms
    2015-01-19 14:22:47 [660]  AMT: Starting work on prevalidate thread.
    2015-01-19 14:22:47 [660]  AMT: AMT: PreValidating Product License.
    2015-01-19 14:22:47 [660]  AMT: Launch Workflow not yet done in this session.
    2015-01-19 14:22:47 [660]  AMT: Starting Background Subsequent Launch Workflow
    2015-01-19 14:22:47 [660]  AMT: Starting ALM workflow.
    2015-01-19 14:22:47 [660]  AMT: Initializing ALM for serialized activation.
    2015-01-19 14:22:47 [660]  ALMService: Initializing as licensed app
    2015-01-19 14:22:47 [660]  ALM: _info_: Start ALM 3.2 Release (build 3.2.64.0)
    2015-01-19 14:22:47 [660]  SLCoreService: Starting up SLCore 1.0 Release (build 1.0.13.199023).
    2015-01-19 14:22:47 [660]  SLCoreService: Service construction took 0.1 ms and succeed.
    2015-01-19 14:22:47 [660]  ALM: _info_: LEID passed Photoshop-CS5-Win-GM is used to configure SLCore = 0
    2015-01-19 14:22:47 [660]  ALM: _info_: Host app is Licensable App
    2015-01-19 14:22:47 [660]  PCDService: No value for key [Photoshop-CS5-Win-GM{|}6] in hive [SSC-CS5-LE-Dominance] in master.
    2015-01-19 14:22:47 [660]  ALM: _info_: Found LEID Photoshop-CS5-Win-GM with AMT Path C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\AMT
    2015-01-19 14:22:47 [660]  ALM: _info_: Found LEID DesignSuiteStandard-CS5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\DesignSuiteStandard-CS5-Win-GM
    2015-01-19 14:22:47 [660]  ALM: _info_: Found LEID WebSuitePremium-CS5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\WebSuitePremium-CS5-Win-GM
    2015-01-19 14:22:47 [660]  ALM: _info_: Found LEID DesignSuitePremium-CS5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\DesignSuitePremium-CS5-Win-GM
    2015-01-19 14:22:47 [660]  ALM: _info_: Found LEID VideoSuitePremium-CS5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\VideoSuitePremium-CS5-Win-GM
    2015-01-19 14:22:47 [660]  ALM: _info_: Found LEID MasterCollection-CS5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\MasterCollection-CS5-Win-GM
    2015-01-19 14:22:47 [660]  ALM: _info_: Found LEID ELearningSuite-ES2-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\ELearningSuite-ES2-Win-GM
    2015-01-19 14:22:47 [660]  PCDService: No value for key [MediaTag] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master.
    2015-01-19 14:22:47 [660]  config: No media tag found for payload {15FEDA5F-141C-4127-8D7E-B962D1742728}
    2015-01-19 14:22:47 [660]  config: Using default media policy RET
    2015-01-19 14:22:47 [660]  ALM: _info_: MediaTagPolicy is RET
    2015-01-19 14:22:47 [660]  ALM: _info_: Canonical LEID is Photoshop-CS5-Win-GM
    2015-01-19 14:22:47 [660]  ALM: _info_: Driver LEID is Photoshop-CS5-Win-GM
    2015-01-19 14:22:47 [660]  PCDService: No value for key [926287090233530048226122] in hive [RejectedSNDomain_CS5] in cache.
    2015-01-19 14:22:47 [660]  SLCoreService: Reading product config [C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\AMT\SLConfig.xml]
    2015-01-19 14:22:47 [660]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for ALL
    2015-01-19 14:22:47 [660]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is not installed
    2015-01-19 14:22:47 [660]  ALM: _info_: Set Running Locale to en_US
    2015-01-19 14:22:47 [660]  ALM: _time_: (func: ALM_Initialize, duration: 0.109 sec)
    2015-01-19 14:22:47 [660]  AMT: Performing ALM silent license verification.
    2015-01-19 14:22:47 [660]  PCDService: No value for key [EncryptedSerial] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in cache.
    2015-01-19 14:22:47 [660]  PCDService: No value for key [Serial] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in cache.
    2015-01-19 14:22:47 [660]  config: No pre-serial number found in {15FEDA5F-141C-4127-8D7E-B962D1742728}
    2015-01-19 14:22:47 [660]  PCDService: No value for key [PSN] in hive [Photoshop-CS5-Win-GM{|}en_US] in cache.
    2015-01-19 14:22:47 [660]  config: No en_US provisional serial number found in Photoshop-CS5-Win-GM
    2015-01-19 14:22:47 [660]  PCDService: No value for key [PSN] in hive [Photoshop-CS5-Win-GM{|}ALL] in cache.
    2015-01-19 14:22:47 [660]  config: No ALL provisional serial number found in Photoshop-CS5-Win-GM
    2015-01-19 14:22:47 [660]  ALM: _info_: Validate license at Post-Chrome time, running locale is en_US
    2015-01-19 14:22:47 [660]  ALM: _info_: Searching license for locale en_US ...
    2015-01-19 14:22:47 [660]  PCDService: No value for key [926288343359139503880822] in hive [RejectedSNDomain_CS5] in cache.
    2015-01-19 14:22:47 [660]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_US
    2015-01-19 14:22:47 [660]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2015-01-19 14:22:47 [660]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_US
    2015-01-19 14:22:47 [660]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2015-01-19 14:22:47 [660]  ALM: _info_: Found existing serialization under LEID Photoshop-CS5-Win-GM, the serial number locale is en_US
    2015-01-19 14:22:47 [660]  ALM: _info_: This is the running locale, stop the search
    2015-01-19 14:22:47 [660]  PCDService: No value for key [926288343359139503880822] in hive [RejectedSNDomain_CS5] in cache.
    2015-01-19 14:22:47 [660]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_US
    2015-01-19 14:22:47 [660]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2015-01-19 14:22:47 [660]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_US
    2015-01-19 14:22:47 [660]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2015-01-19 14:22:47 [660]  PCDService: No value for key [926288343359139503880822] in hive [RejectedSNDomain_CS5] in cache.
    2015-01-19 14:22:47 [660]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_US
    2015-01-19 14:22:47 [660]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2015-01-19 14:22:47 [660]  PCDService: No value for key [926288343359139503880822] in hive [RejectedSNDomain_CS5] in cache.
    2015-01-19 14:22:47 [660]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_US
    2015-01-19 14:22:47 [660]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2015-01-19 14:22:47 [660]  config: Setting current license to Photoshop-CS5-Win-GM [en_US]
    2015-01-19 14:22:47 [660]  SLCoreService: Syncing to license store...
    2015-01-19 14:22:47 [660]  SLCoreService: Found server mkey.
    2015-01-19 14:22:47 [660]  SLCoreService: Loading license references...
    2015-01-19 14:22:47 [660]  SLCoreService: Found 2 license file(s)
    2015-01-19 14:22:47 [660]  SLCoreService: Parsing license file [194952429.lic] succeed.
    2015-01-19 14:22:47 [660]  SLCoreService: Parsing license file [219666445.lic] succeed.
    2015-01-19 14:22:47 [660]  SLCoreService: License store synchronization took 99.0 ms and succeed.
    2015-01-19 14:22:47 [660]  SLCoreService: Query license: type = 3, duration = permanent, remaining = permanent.
    2015-01-19 14:22:47 [660]  PCDService: No value for key [PDApp_WF] in hive [Photoshop-CS5-Win-GM] in cache.
    2015-01-19 14:22:47 [660]  SLCoreService: Feature ALM_PhotoshopCS5XSGM_12.0 is enabled.
    2015-01-19 14:22:47 [660]  SLCoreService: Feature Bridge_Base_4.0 is enabled.
    2015-01-19 14:22:47 [660]  SLCoreService: Feature Bridge_CameraRaw_4.0 is enabled.
    2015-01-19 14:22:47 [660]  SLCoreService: Feature Bridge_MiniBridge_1.0 is enabled.
    2015-01-19 14:22:47 [660]  SLCoreService: Feature MobileCenter_Base_3.0 is enabled.
    2015-01-19 14:22:47 [660]  SLCoreService: Feature Photoshop_12.0 is enabled.
    2015-01-19 14:22:47 [660]  SLCoreService: Feature Photoshop_Base_12.0 is enabled.
    2015-01-19 14:22:47 [660]  SLCoreService: Feature Photoshop_Premium_12.0 is enabled.
    2015-01-19 14:22:47 [660]  PCDService: No value for key [ALM_Info_S1] in hive [Photoshop-CS5-Win-GM{|}en_US] in cache.
    2015-01-19

  • Catastrophic Failure Licensing System

    Hi. My OS is Windows Vista. A couple of years ago I purchased CS3 Design Premium. I've only had to reinstall it about 3 times; the disk in in perfect condition. But for some reason, when I go to reinstall all of the products, only two from the disk are successfully installed. The first thing I tried, after receiving the notice that my license was no longer working, was completely uninstalling everything, then doing the recommended "clean" uninstall, downloading a link from this site. Followed instructions about deleting all adobe products, etc. Then tried to reinstall and only two products installed, nothing usable(Photoshop, etc). I repeated this multiple times, variating procedures, but nothing fixed the issues. Then I did a system restore and am now trying to solve this problem without uninstalling(because reinstalling fails), and I get this message that the licensing system has failed catastrophically. I'm not sure if it will help, but I copied the amt file and am posting the report below. Thank you for your help. 2011-01-16 05:03:07 [3248]  AMT: START SESSION, library version 3.0.0.64,3.0 2011-01-16 05:03:07 [3248]  AMT: Initializing C:\Program Files\Adobe\Adobe Photoshop CS5\ 2011-01-16 05:03:07 [3248]  AMT: Adobe License Manager version 3.2 (build 64.0) RELEASE 2011-01-16 05:03:07 [3248]  AMT: Virtualization Turned off 2011-01-16 05:03:07 [3248]  ServiceLoader: looking for library C:\Program Files\Adobe\Adobe Photoshop CS5\adobe_caps.dll 2011-01-16 05:03:07 [3248]  ServiceLoader: Found library C:\Program Files\Adobe\Adobe Photoshop CS5\adobe_caps.dll 2011-01-16 05:03:07 [3248]  PCD thread: PCD thread started 2011-01-16 05:03:07 [3248]  PCDService: PCD Service in threaded mode 2011-01-16 05:03:07 [3248]  performance: AMTPreObtainProductLicense took 12.222713 ms 2011-01-16 05:03:07 [3248]  ServiceLoader: looking for library C:\Program Files\Adobe\Adobe Photoshop CS5\Adobe_OOBE_Launcher.dll 2011-01-16 05:03:07 [3248]  ServiceLoader: Found library C:\Program Files\Adobe\Adobe Photoshop CS5\Adobe_OOBE_Launcher.dll 2011-01-16 05:03:07 [3248]  PCDService: Failed to set value __PCD_TV for key [__PCD_TK] in hive [__PCD_SD]: CAPS disk error 2011-01-16 05:03:07 [3248]  AMT: App Product Locale [0] = en_US 2011-01-16 05:03:07 [3248]  config: Loading configuration for C:\Program Files\Adobe\Adobe Photoshop CS5\AMT\application.xml 2011-01-16 05:03:07 [3248]  config: Found payload code {7DFEBBA4-81E1-425B-BBAA-06E9E5BBD97E} 2011-01-16 05:03:07 [3248]  PCDService: found driver code {15FEDA5F-141C-4127-8D7E-B962D1742728} 2011-01-16 05:03:07 [3248]  config: config: Host app was installed, using installed license configuration. 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [FLMap] in hive [Photoshop-CS5-Win-GM{|}ALL]: CAPS disk error 2011-01-16 05:03:07 [3248]  config: Setting current license to the driver at startup because no mapping was found. 2011-01-16 05:03:07 [3248]  config: Setting current license to Photoshop-CS5-Win-GM [ALL] 2011-01-16 05:03:07 [3248]  config: payload code: {7DFEBBA4-81E1-425B-BBAA-06E9E5BBD97E} 2011-01-16 05:03:07 [3248]  config: driver payload code: {15FEDA5F-141C-4127-8D7E-B962D1742728} 2011-01-16 05:03:07 [3248]  config: driver licensing code: Photoshop-CS5-Win-GM 2011-01-16 05:03:07 [3248]  config: current licensing code: Photoshop-CS5-Win-GM 2011-01-16 05:03:07 [3248]  config: current locale code: ALL 2011-01-16 05:03:07 [3248]  config: Done loading configuration 2011-01-16 05:03:07 [3248]  AMT: Locale from PCD [0] = en_US 2011-01-16 05:03:07 [3248]  AMT: Reordered Installed App Product Locale [0] = en_US 2011-01-16 05:03:07 [3248]  config: Setting insalled locales 2011-01-16 05:03:07 [3248]  config: Changing locale to "en_US" because old locale "" is not in the new list of installed languages 2011-01-16 05:03:07 [3248]  ServiceLoader: looking for library C:\Program Files\Adobe\Adobe Photoshop CS5\asneu.dll 2011-01-16 05:03:07 [3248]  ServiceLoader: Found library C:\Program Files\Adobe\Adobe Photoshop CS5\asneu.dll 2011-01-16 05:03:07 [3248]  AMT: config: Finding license info for payload: {15FEDA5F-141C-4127-8D7E-B962D1742728} 2011-01-16 05:03:07 [3248]  AMT: config: PayloadCode: {7DFEBBA4-81E1-425B-BBAA-06E9E5BBD97E} 2011-01-16 05:03:07 [3248]  AMT: config: Driver PayloadCode: {15FEDA5F-141C-4127-8D7E-B962D1742728} 2011-01-16 05:03:07 [3248]  AMT: config: Installed LicensingCode: Photoshop-CS5-Win-GM 2011-01-16 05:03:07 [3248]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{7DFEBBA4-81E1-425B-BBAA-06E9E5BBD97E}] in master. 2011-01-16 05:03:07 [3248]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master. 2011-01-16 05:03:07 [3248]  PCDService: No value for key [BridgeTalkCode] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master. 2011-01-16 05:03:07 [3248]  PCDService: No value for key [ISO_TAGGING_DISABLED] in hive [Photoshop-CS5-Win-GM] in master. 2011-01-16 05:03:07 [3248]  PCDService: No value for key [EULA] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master. 2011-01-16 05:03:07 [3248]  PCDService: No value for key [Registration] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master. 2011-01-16 05:03:07 [3248]  PCDService: No value for key [Registration] in hive [{7DFEBBA4-81E1-425B-BBAA-06E9E5BBD97E}] in master. 2011-01-16 05:03:07 [3248]  PCDService: No value for key [Updates] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master. 2011-01-16 05:03:07 [3248]  PCDService: No value for key [Updates] in hive [{7DFEBBA4-81E1-425B-BBAA-06E9E5BBD97E}] in master. 2011-01-16 05:03:07 [3248]  PCDService: No value for key [SuiteFeatureCount] in hive [Photoshop-CS5-Win-GM] in master. 2011-01-16 05:03:07 [3248]  AMT: Application can be serialized (sif file found). 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [FLMap] in hive [Photoshop-CS5-Win-GM{|}en_US]: CAPS disk error 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [SN] in hive [Photoshop-CS5-Win-GM{|}ALL]: CAPS disk error 2011-01-16 05:03:07 [3248]  config: No ALL licensed serial number found in Photoshop-CS5-Win-GM 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [AMTConfigPath] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}]: CAPS disk error 2011-01-16 05:03:07 [3248]  PCDService: No value for key [ExpirationDate] in hive [Photoshop-CS5-Win-GM] in master. 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [LineCV 6] in hive [Photoshop-CS5-Win-GM{|}ALL]: CAPS disk error 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [LineCV 7] in hive [Photoshop-CS5-Win-GM{|}ALL]: CAPS disk error 2011-01-16 05:03:07 [3248]  AMT: First launch (serial [92628709023353004822]). 2011-01-16 05:03:07 [3248]  AMT: Application state initialized.  Obtaining Product License. 2011-01-16 05:03:07 [3248]  AMT: Obtaining client features from cache. 2011-01-16 05:03:07 [3248]  AMT: Obtaining client product info from cache. 2011-01-16 05:03:07 [3248]  PCDService: No value for key [ExpirationDate] in hive [Photoshop-CS5-Win-GM] in master. 2011-01-16 05:03:07 [3248]  PCDService: No value for key [ExpirationDate] in hive [Photoshop-CS5-Win-GM] in master. 2011-01-16 05:03:07 [3248]  AMT: Forcing first launch workflow because product is not licensed from previous launch. 2011-01-16 05:03:07 [3248]  AMT: AMT: Obtaining Product License. 2011-01-16 05:03:07 [3248]  AMT: Launch Workflow not yet done in foreground in this session. 2011-01-16 05:03:07 [3248]  AMT: Starting First Launch Workflow 2011-01-16 05:03:07 [3248]  AMT: Running in PROV_APP 2011-01-16 05:03:07 [3248]  PCDService: No value for key [EULADelay] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master. 2011-01-16 05:03:07 [3248]  PCDService: No value for key [EULADelay] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master. 2011-01-16 05:03:07 [3248]  PCDService: No value for key [MediaTag] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master. 2011-01-16 05:03:07 [3248]  config: No media tag found for payload {15FEDA5F-141C-4127-8D7E-B962D1742728} 2011-01-16 05:03:07 [3248]  config: Using default media policy RET 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [EULA_ACCEPTED] in hive [Photoshop-CS5-Win-GM]: CAPS disk error 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [EULA_PHASE] in hive [Photoshop-CS5-Win-GM]: CAPS disk error 2011-01-16 05:03:07 [3248]  AMT: Starting ALM workflow. 2011-01-16 05:03:07 [3248]  AMT: Initializing ALM for serialized activation. 2011-01-16 05:03:07 [3248]  ALMService: Initializing as licensed app 2011-01-16 05:03:07 [3248]  ALM: _info_: Start ALM 3.2 Release (build 3.2.64.0) 2011-01-16 05:03:07 [3248]  SLCoreService: Starting up SLCore 1.0 Release (build 1.0.13.199023). 2011-01-16 05:03:07 [3248]  SLCoreService: Service construction took 0.0 ms and succeed. 2011-01-16 05:03:07 [3248]  ALM: _info_: LEID passed Photoshop-CS5-Win-GM is used to configure SLCore = 0 2011-01-16 05:03:07 [3248]  ALM: _info_: Host app is Licensable App 2011-01-16 05:03:07 [3248]  PCDService: No value for key [Photoshop-CS5-Win-GM{|}6] in hive [SSC-CS5-LE-Dominance] in master. 2011-01-16 05:03:07 [3248]  ALM: _info_: Found LEID Photoshop-CS5-Win-GM with AMT Path C:\Program Files\Adobe\Adobe Photoshop CS5\AMT 2011-01-16 05:03:07 [3248]  ALM: _info_: Found LEID DesignSuiteStandard-CS5-Win-GM with AMT Path C:\Program Files\Common Files\Adobe\ssc\DesignSuiteStandard-CS5-Win-GM 2011-01-16 05:03:07 [3248]  ALM: _info_: Found LEID WebSuitePremium-CS5-Win-GM with AMT Path C:\Program Files\Common Files\Adobe\ssc\WebSuitePremium-CS5-Win-GM 2011-01-16 05:03:07 [3248]  ALM: _info_: Found LEID DesignSuitePremium-CS5-Win-GM with AMT Path C:\Program Files\Common Files\Adobe\ssc\DesignSuitePremium-CS5-Win-GM 2011-01-16 05:03:07 [3248]  ALM: _info_: Found LEID VideoSuitePremium-CS5-Win-GM with AMT Path C:\Program Files\Common Files\Adobe\ssc\VideoSuitePremium-CS5-Win-GM 2011-01-16 05:03:07 [3248]  ALM: _info_: Found LEID MasterCollection-CS5-Win-GM with AMT Path C:\Program Files\Common Files\Adobe\ssc\MasterCollection-CS5-Win-GM 2011-01-16 05:03:07 [3248]  ALM: _info_: Found LEID ELearningSuite-ES2-Win-GM with AMT Path C:\Program Files\Common Files\Adobe\ssc\ELearningSuite-ES2-Win-GM 2011-01-16 05:03:07 [3248]  PCDService: No value for key [MediaTag] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master. 2011-01-16 05:03:07 [3248]  config: No media tag found for payload {15FEDA5F-141C-4127-8D7E-B962D1742728} 2011-01-16 05:03:07 [3248]  config: Using default media policy RET 2011-01-16 05:03:07 [3248]  ALM: _info_: MediaTagPolicy is RET 2011-01-16 05:03:07 [3248]  ALM: _info_: Canonical LEID is Photoshop-CS5-Win-GM 2011-01-16 05:03:07 [3248]  ALM: _info_: Driver LEID is Photoshop-CS5-Win-GM 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [926287090233530048226122] in hive [RejectedSNDomain_CS5]: CAPS disk error 2011-01-16 05:03:07 [3248]  SLCoreService: Reading product config [C:\Program Files\Adobe\Adobe Photoshop CS5\AMT\SLConfig.xml] 2011-01-16 05:03:07 [3248]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for ALL 2011-01-16 05:03:07 [3248]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is not installed 2011-01-16 05:03:07 [3248]  ALM: _time_: (func: ALM_Initialize, duration: 0.016 sec) 2011-01-16 05:03:07 [3248]  AMT: Performing ALM silent license verification. 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [EncryptedSerial] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}]: CAPS disk error 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [Serial] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}]: CAPS disk error 2011-01-16 05:03:07 [3248]  config: No pre-serial number found in {15FEDA5F-141C-4127-8D7E-B962D1742728} 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [PSN] in hive [Photoshop-CS5-Win-GM{|}en_US]: CAPS disk error 2011-01-16 05:03:07 [3248]  config: No en_US provisional serial number found in Photoshop-CS5-Win-GM 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [PSN] in hive [Photoshop-CS5-Win-GM{|}ALL]: CAPS disk error 2011-01-16 05:03:07 [3248]  config: No ALL provisional serial number found in Photoshop-CS5-Win-GM 2011-01-16 05:03:07 [3248]  ALM: _info_: Validate license at Pre-Chrome time 2011-01-16 05:03:07 [3248]  ALM: _info_: Searching license for locale en_US ... 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [FLMap] in hive [Photoshop-CS5-Win-GM{|}en_US]: CAPS disk error 2011-01-16 05:03:07 [3248]  ALM: _info_: Found no existing serialization 2011-01-16 05:03:07 [3248]  ALM: _info_: Searching serial number for all possible LEIDs ... 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [SN] in hive [Photoshop-CS5-Win-GM{|}en_US]: CAPS disk error 2011-01-16 05:03:07 [3248]  config: No en_US licensed serial number found in Photoshop-CS5-Win-GM 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [SN] in hive [Photoshop-CS5-Win-GM{|}ALL]: CAPS disk error 2011-01-16 05:03:07 [3248]  config: No ALL licensed serial number found in Photoshop-CS5-Win-GM 2011-01-16 05:03:07 [3248]  PCDService: No value for key [SN] in hive [DesignSuiteStandard-CS5-Win-GM{|}en_US] in cache. 2011-01-16 05:03:07 [3248]  config: No en_US licensed serial number found in DesignSuiteStandard-CS5-Win-GM 2011-01-16 05:03:07 [3248]  PCDService: No value for key [SN] in hive [DesignSuiteStandard-CS5-Win-GM{|}ALL] in cache. 2011-01-16 05:03:07 [3248]  config: No ALL licensed serial number found in DesignSuiteStandard-CS5-Win-GM 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [SN] in hive [WebSuitePremium-CS5-Win-GM{|}en_US]: CAPS disk error 2011-01-16 05:03:07 [3248]  config: No en_US licensed serial number found in WebSuitePremium-CS5-Win-GM 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [SN] in hive [WebSuitePremium-CS5-Win-GM{|}ALL]: CAPS disk error 2011-01-16 05:03:07 [3248]  config: No ALL licensed serial number found in WebSuitePremium-CS5-Win-GM 2011-01-16 05:03:07 [3248]  PCDService: No value for key [SN] in hive [DesignSuitePremium-CS5-Win-GM{|}en_US] in cache. 2011-01-16 05:03:07 [3248]  config: No en_US licensed serial number found in DesignSuitePremium-CS5-Win-GM 2011-01-16 05:03:07 [3248]  PCDService: No value for key [SN] in hive [DesignSuitePremium-CS5-Win-GM{|}ALL] in cache. 2011-01-16 05:03:07 [3248]  config: No ALL licensed serial number found in DesignSuitePremium-CS5-Win-GM 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [SN] in hive [VideoSuitePremium-CS5-Win-GM{|}en_US]: CAPS disk error 2011-01-16 05:03:07 [3248]  config: No en_US licensed serial number found in VideoSuitePremium-CS5-Win-GM 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [SN] in hive [VideoSuitePremium-CS5-Win-GM{|}ALL]: CAPS disk error 2011-01-16 05:03:07 [3248]  config: No ALL licensed serial number found in VideoSuitePremium-CS5-Win-GM 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [SN] in hive [MasterCollection-CS5-Win-GM{|}en_US]: CAPS disk error 2011-01-16 05:03:07 [3248]  config: No en_US licensed serial number found in MasterCollection-CS5-Win-GM 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [SN] in hive [MasterCollection-CS5-Win-GM{|}ALL]: CAPS disk error 2011-01-16 05:03:07 [3248]  config: No ALL licensed serial number found in MasterCollection-CS5-Win-GM 2011-01-16 05:03:07 [3248]  PCDService: No value for key [SN] in hive [ELearningSuite-ES2-Win-GM{|}en_US] in cache. 2011-01-16 05:03:07 [3248]  config: No en_US licensed serial number found in ELearningSuite-ES2-Win-GM 2011-01-16 05:03:07 [3248]  PCDService: No value for key [SN] in hive [ELearningSuite-ES2-Win-GM{|}ALL] in cache. 2011-01-16 05:03:07 [3248]  config: No ALL licensed serial number found in ELearningSuite-ES2-Win-GM 2011-01-16 05:03:07 [3248]  ALM: _info_: Found no serial number 2011-01-16 05:03:07 [3248]  ALM: _info_: Checking for Suites' SNs before updating to trial SN 2011-01-16 05:03:07 [3248]  ALM: _info_: This is the most preferred locale, check trial license 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [FLMap] in hive [Photoshop-CS5-Win-GM{|}en_US]: CAPS disk error 2011-01-16 05:03:07 [3248]  PCDService: Failed to set value Photoshop-CS5-Win-GM for key [FLMap] in hive [Photoshop-CS5-Win-GM{|}en_US]: CAPS disk error 2011-01-16 05:03:07 [3248]  ALM: _info_: Set trial license mapping from Photoshop-CS5-Win-GM to Photoshop-CS5-Win-GM 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [926287090233530048226122] in hive [RejectedSNDomain_CS5]: CAPS disk error 2011-01-16 05:03:07 [3248]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for ALL 2011-01-16 05:03:07 [3248]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is not installed 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [CacheStatus] in hive [Photoshop-CS5-Win-GM{|}ALL]: CAPS disk error 2011-01-16 05:03:07 [3248]  SLCoreService: Syncing to license store... 2011-01-16 05:03:07 [3248]  SLCoreService: Found client mkey. 2011-01-16 05:03:07 [3248]  SLCoreService: Loading license references... 2011-01-16 05:03:07 [3248]  SLCoreService: Found 1 license file(s) 2011-01-16 05:03:07 [3248]  SLCoreService: Parsing license file [100065053.lic] succeed. 2011-01-16 05:03:07 [3248]  SLCoreService: License store synchronization took 42.8 ms and succeed. 2011-01-16 05:03:07 [3248]  SLCoreService: Query license: type = 1, duration = 30 days, remaining = 29 day(s) 85862 seconds. 2011-01-16 05:03:07 [3248]  PCDService: Failed to set value valid for key [CacheStatus] in hive [Photoshop-CS5-Win-GM{|}ALL]: CAPS disk error 2011-01-16 05:03:07 [3248]  ALM: _info_: Cached trial license is valid, stop the search 2011-01-16 05:03:07 [3248]  config: Setting current license to Photoshop-CS5-Win-GM [ALL] 2011-01-16 05:03:07 [3248]  PCDService: No value for key [LoadTrial] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master. 2011-01-16 05:03:07 [3248]  PCDService: No value for key [LoadTrial] in hive [{7DFEBBA4-81E1-425B-BBAA-06E9E5BBD97E}] in master. 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [CacheStatus] in hive [Photoshop-CS5-Win-GM{|}ALL]: CAPS disk error 2011-01-16 05:03:07 [3248]  SLCoreService: Feature ALM_PhotoshopCS5XSGM_12.0 is enabled. 2011-01-16 05:03:07 [3248]  SLCoreService: Feature Bridge_Base_4.0 is enabled. 2011-01-16 05:03:07 [3248]  SLCoreService: Feature Bridge_CameraRaw_4.0 is enabled. 2011-01-16 05:03:07 [3248]  SLCoreService: Feature Bridge_MiniBridge_1.0 is enabled. 2011-01-16 05:03:07 [3248]  SLCoreService: Feature MobileCenter_Base_3.0 is enabled. 2011-01-16 05:03:07 [3248]  SLCoreService: Feature Photoshop_12.0 is enabled. 2011-01-16 05:03:07 [3248]  SLCoreService: Feature Photoshop_Base_12.0 is enabled. 2011-01-16 05:03:07 [3248]  SLCoreService: Feature Photoshop_Premium_12.0 is enabled. 2011-01-16 05:03:07 [3248]  PCDService: No value for key [ADOBEID] in hive [926287090233530048226122] in cache. 2011-01-16 05:03:07 [3248]  PCDService: Failed to set value 0 for key [PPAID] in hive [926287090233530048226122]: CAPS disk error 2011-01-16 05:03:07 [3248]  ALM: _info_: Performing Block Check 2011-01-16 05:03:07 [3248]  SLCoreService: Query license: type = 1, duration = 30 days, remaining = 29 day(s) 85862 seconds. 2011-01-16 05:03:07 [3248]  PCDService: No value for key [Subscription] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master. 2011-01-16 05:03:07 [3248]  PCDService: No value for key [Subscription] in hive [{7DFEBBA4-81E1-425B-BBAA-06E9E5BBD97E}] in master. 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [ACT_NOINTERNET] in hive [Photoshop-CS5-Win-GM]: CAPS disk error 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [SERVICE_ONLINE] in hive [Photoshop-CS5-Win-GM]: CAPS disk error 2011-01-16 05:03:07 [3248]  PCDService: Failed to set value 1 for key [PPCGO] in hive [926287090233530048226122]: CAPS disk error 2011-01-16 05:03:07 [3248]  PCDService: Failed to set value 1 for key [PPLCSTAT] in hive [926287090233530048226122]: CAPS disk error 2011-01-16 05:03:07 [3248]  SLCoreService: Query license: type = 1, duration = 30 days, remaining = 29 day(s) 85862 seconds. 2011-01-16 05:03:07 [3248]  PCDService: Failed to set value 30 for key [PPDR] in hive [926287090233530048226122]: CAPS disk error 2011-01-16 05:03:07 [3248]  PCDService: Failed to set value 30 for key [PPDL] in hive [926287090233530048226122]: CAPS disk error 2011-01-16 05:03:07 [3248]  PCDService: Failed to set value Adobe Photoshop CS5 for key [PPAPP] in hive [926287090233530048226122]: CAPS disk error 2011-01-16 05:03:07 [3248]  PCDService: Failed to set value 0 for key [PPREF] in hive [926287090233530048226122]: CAPS disk error 2011-01-16 05:03:07 [3248]  PCDService: Failed to set value 0 for key [PPGM] in hive [926287090233530048226122]: CAPS disk error 2011-01-16 05:03:07 [3248]  PCDService: Failed to set value 1 for key [PPMOD] in hive [926287090233530048226122]: CAPS disk error 2011-01-16 05:03:07 [3248]  PCDService: Failed to set value 2592000 for key [PPEXP] in hive [926287090233530048226122]: CAPS disk error 2011-01-16 05:03:07 [3248]  PCDService: Failed to set value 0 for key [PPACT] in hive [926287090233530048226122]: CAPS disk error 2011-01-16 05:03:07 [3248]  PCDService: Failed to set value 0 for key [PPSRZ] in hive [926287090233530048226122]: CAPS disk error 2011-01-16 05:03:07 [3248]  ALM: _time_: (func: ALM_License_SilentValidate, duration: 0.327 sec) 2011-01-16 05:03:07 [3248]  ALM: _info_: ALM_License_SilentValidate return license status: Valid Not Activated 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [SN] in hive [Photoshop-CS5-Win-GM{|}ALL]: CAPS disk error 2011-01-16 05:03:07 [3248]  config: No ALL licensed serial number found in Photoshop-CS5-Win-GM 2011-01-16 05:03:07 [3248]  PCDService: Failed to set value 1 for key [LineCU 2] in hive [Photoshop-CS5-Win-GM{|}ALL]: CAPS disk error 2011-01-16 05:03:07 [3248]  AMT: Application licensing status has changed to trial. 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [LineCU 2] in hive [Photoshop-CS5-Win-GM{|}ALL]: CAPS disk error 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [LineCU 2] in hive [Photoshop-CS5-Win-GM{|}ALL]: CAPS disk error 2011-01-16 05:03:07 [3248]  AMT: ERROR: bad cache license status [0], returning trial. 2011-01-16 05:03:07 [3248]  AMT: License check shows product is still in trial. 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [LineCU 2] in hive [Photoshop-CS5-Win-GM{|}ALL]: CAPS disk error 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [LineCU 2] in hive [Photoshop-CS5-Win-GM{|}ALL]: CAPS disk error 2011-01-16 05:03:07 [3248]  AMT: ERROR: bad cache license status [0], returning trial. 2011-01-16 05:03:07 [3248]  AMT: Product is not activated.  Starting ALM launch-time product licensing UI. 2011-01-16 05:03:07 [3248]  PCDService: No value for key [ExpirationDate] in hive [Photoshop-CS5-Win-GM] in master. 2011-01-16 05:03:07 [3248]  SLCoreService: Query license: type = 1, duration = 30 days, remaining = 29 day(s) 85862 seconds. 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [FLMap] in hive [Photoshop-CS5-Win-GM{|}en_US]: CAPS disk error 2011-01-16 05:03:07 [3248]  PCDService: No value for key [PDApp_WF] in hive [] in cache. 2011-01-16 05:03:07 [3248]  SLCoreService: Query license: type = 1, duration = 30 days, remaining = 29 day(s) 85862 seconds. 2011-01-16 05:03:07 [3248]  AMT: Running in PROV_APP 2011-01-16 05:03:07 [3248]  PCDService: No value for key [EULADelay] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master. 2011-01-16 05:03:07 [3248]  PCDService: No value for key [EULADelay] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master. 2011-01-16 05:03:07 [3248]  PCDService: No value for key [MediaTag] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master. 2011-01-16 05:03:07 [3248]  config: No media tag found for payload {15FEDA5F-141C-4127-8D7E-B962D1742728} 2011-01-16 05:03:07 [3248]  config: Using default media policy RET 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [EULA_ACCEPTED] in hive [Photoshop-CS5-Win-GM]: CAPS disk error 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [EULA_PHASE] in hive [Photoshop-CS5-Win-GM]: CAPS disk error 2011-01-16 05:03:07 [3248]  uiswitch: EULA has never been accepted; showing EULA. 2011-01-16 05:03:07 [3248]  PCDService: No value for key [EULAFolderName] in hive [Photoshop-CS5-Win-GM] in master. 2011-01-16 05:03:07 [3248]  EULA: EULAFolderName key not found for license, using default name "Legal" 2011-01-16 05:03:07 [3248]  EULA: EULA folder found relative to licensing AMT folder. 2011-01-16 05:03:07 [3248]  PCDService: No value for key [EULAFolderName] in hive [Photoshop-CS5-Win-GM] in master. 2011-01-16 05:03:07 [3248]  EULA: EULAFolderName key not found for app, using default name "Legal" 2011-01-16 05:03:07 [3248]  PCDService: No value for key [TrialSerialNumber] in hive [Photoshop-CS5-Win-GM{|}ALL] in master. 2011-01-16 05:03:07 [3248]  config: No trial serial number found in Photoshop-CS5-Win-GM 2011-01-16 05:03:07 [3248]  PCDService: No value for key [EPIC_APP_36440] in hive [Photoshop-CS5-Win-GM{|}ALL] in master. 2011-01-16 05:03:07 [3248]  uiswitch: Key Value WorkFlowType [EULA] 2011-01-16 05:03:07 [3248]  uiswitch: Key Value ShowEULA [true] 2011-01-16 05:03:07 [3248]  uiswitch: Key Value LaunchMode [prechrome] 2011-01-16 05:03:07 [3248]  uiswitch: Key Value AppLaunchPath [C:\Program Files\Adobe\Adobe Photoshop CS5\Photoshop.exe] 2011-01-16 05:03:07 [3248]  uiswitch: Key Value AppEULAFolderPath [C:\Program Files\Adobe\Adobe Photoshop CS5\AMT\Legal] 2011-01-16 05:03:07 [3248]  uiswitch: Key Value AdobeCode [{7DFEBBA4-81E1-425B-BBAA-06E9E5BBD97E}] 2011-01-16 05:03:07 [3248]  uiswitch: Key Value DriverAdobeCode [{15FEDA5F-141C-4127-8D7E-B962D1742728}] 2011-01-16 05:03:07 [3248]  uiswitch: Key Value AppName [Adobe Photoshop CS5] 2011-01-16 05:03:07 [3248]  uiswitch: Key Value AppRunningLEID [Photoshop-CS5-Win-GM] 2011-01-16 05:03:07 [3248]  uiswitch: Key Value AppDriverLEID [Photoshop-CS5-Win-GM] 2011-01-16 05:03:07 [3248]  uiswitch: Key Value AppRunningLocale [en_US] 2011-01-16 05:03:07 [3248]  uiswitch: Key Value AppAMTBkGndFilePath [C:\Program Files\Adobe\Adobe Photoshop CS5\\AMT\LMResources\background.png] 2011-01-16 05:03:07 [3248]  uiswitch: Key Value AppAMTPath [C:\Program Files\Adobe\Adobe Photoshop CS5\\AMT] 2011-01-16 05:03:07 [3248]  uiswitch: Key Value AppDriverAMTPath [C:\Program Files\Common Files\Adobe\Adobe Photoshop CS5\AMT_Driver] 2011-01-16 05:03:07 [3248]  uiswitch: EULA 2011-01-16 05:03:07 [3248]  uiswitch: PDApp 2011-01-16 05:03:07 [3248]  uiswitch: Launched 2011-01-16 05:03:07 [3248]  AMT: EULA has been refused.  Application must exit. 2011-01-16 05:03:07 [3248]  PCDService: Failed to read value for key [SN] in hive [Photoshop-CS5-Win-GM{|}ALL]: CAPS disk error 2011-01-16 05:03:08 [3248]  config: No ALL licensed serial number found in Photoshop-CS5-Win-GM 2011-01-16 05:03:08 [3248]  AMT: Expiration of trial serial [926287090233530048226122]. 2011-01-16 05:03:08 [3248]  PCDService: No value for key [ExpirationDate] in hive [Photoshop-CS5-Win-GM] in master. 2011-01-16 05:03:08 [3248]  AMT: Application licensing status has changed to unlicensed. 2011-01-16 05:03:08 [3248]  AMT: Starting Data Collection for SWTag_Init() 2011-01-16 05:03:08 [3248]  PCDService: Failed to read value for key [FLMap] in hive [Photoshop-CS5-Win-GM{|}en_US]: CAPS disk error 2011-01-16 05:03:08 [3248]  AMT: DoISOTagging() will not be performed as there is no FLMap LEID against Photoshop-CS5-Win-GM 2011-01-16 05:03:08 [3248]  performance: AMTObtainProductLicense took 1320.517090 ms 2011-01-16 05:03:08 [3248]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master. 2011-01-16 05:03:08 [3248]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{7DFEBBA4-81E1-425B-BBAA-06E9E5BBD97E}] in master. 2011-01-16 05:03:08 [3248]  PCDService: No value for key [Updates] in hive [{15FEDA5F-141C-4127-8D7E-B962D1742728}] in master. 2011-01-16 05:03:08 [3248]  PCDService: No value for key [Updates] in hive [{7DFEBBA4-81E1-425B-BBAA-06E9E5BBD97E}] in master. 2011-01-16 05:03:08 [3248]  AUMService: config: No AdobeUpdaterCode found in configuration; AUM will be disabled. 2011-01-16 05:03:08 [3248]  ServiceLoader: looking for library C:\Program Files\Adobe\Adobe Photoshop CS5\updaternotifications.dll 2011-01-16 05:03:08 [3248]  ServiceLoader: Found library C:\Program Files\Adobe\Adobe Photoshop CS5\updaternotifications.dll 2011-01-16 05:03:08 [3248]  ALMService: Terminating 2011-01-16 05:03:08 [3248]  SLCoreService: Shutting down SLCore 1.0 Release (build 1.0.13.199023). 2011-01-16 05:03:09 [3248]  SLCoreService: Service destruction took 128.8 ms and succeed. 2011-01-16 05:03:09 [3248]  ALM: _info_: End ALM 2011-01-16 05:03:09 [3248]  performance: AMTReleaseProductLicense took 504.295807 ms 2011-01-16 05:03:09 [3248]  AMT: END SESSION.

    2011-01-01 22:39:36 [3116]  AMT: START SESSION, library version 1.0.5.1504,49.285477
    2011-01-01 22:39:36 [3116]  AMT: Initializing C:\Program Files\Adobe\Adobe Bridge CS3\ [en_US]
    2011-01-01 22:39:36 [3116]  AMT: Adobe License Manager version 2.1 (build 5.1504) RELEASE
    2011-01-01 22:39:36 [3116]  /AMT0069688654/ {61D23D99-3398-414E-974E-EBAE498BB298}
    2011-01-01 22:39:36 [3116]  /AMT0194694755/ {61D23D99-3398-414E-974E-EBAE498BB298}
    2011-01-01 22:39:36 [3116]  /AMT0073107491/ {61D23D99-3398-414E-974E-EBAE498BB298}
    2011-01-01 22:39:36 [3116]  /AMT0087759331/ {A946BC8E-D927-412B-A1C5-A67A9C54921A}
    2011-01-01 22:39:36 [3116]  /AMT0051932803/ GUID-DS-Premium-CS3-Win
    2011-01-01 22:39:36 [3116]  /AMT0186350190/
    2011-01-01 22:39:36 [3116]  /AMT0076991358/
    2011-01-01 22:39:36 [3116]  /AMT0268432926/ 92218529179878441685
    2011-01-01 22:39:36 [3116]  /AMT0172021198/
    2011-01-01 22:39:36 [3116]  /AMT0201805758/
    2011-01-01 22:39:36 [3116]  /AMT0013754766/
    2011-01-01 22:39:36 [3116]  /AMT0088421566/
    2011-01-01 22:39:36 [3116]  /AMT0171050355/ 777.093667
    2011-01-01 22:40:01 [3116]  /AMT0096986590/
    2011-01-01 22:40:01 [3116]  /AMT0221659550/
    2011-01-01 22:40:01 [3116]  /AMT0199367838/
    2011-01-01 22:40:01 [3116]  /AMT0032138126/
    2011-01-01 22:40:01 [3116]  /AMT0125289710/ PreValidating
    2011-01-01 22:40:01 [3116]  /AMT0235174622/
    2011-01-01 22:40:01 [3116]  /AMT0041965127/
    2011-01-01 22:40:01 [3116]  /AMT0112838974/
    2011-01-01 22:40:01 [3116]  /AMT0078700478/
    2011-01-01 22:40:01 [3116]  /ALMService0115821728/
    2011-01-01 22:40:03 [3116]  /AMT0082574862/
    2011-01-01 22:40:03 [3116]  /AMT0156978254/
    2011-01-01 22:40:03 [3116]  /AMT0136045502/
    2011-01-01 22:40:06 [3116]  /AMT0206183934/
    2011-01-01 22:40:06 [3116]  /AMT0214621262/
    2011-01-01 22:40:06 [3116]  /AMT0237326350/
    2011-01-01 22:40:06 [3116]  /AMT0034786110/ PreValidated
    2011-01-01 22:40:06 [3116]  /AMT0072010158/
    2011-01-01 22:40:07 [3116]  AMT: END SESSION.
    2011-01-02 19:46:52 [3184]  AMT: START SESSION, library version 1.0.0.1082,46.278103
    2011-01-02 19:46:52 [3184]  AMT: Initializing C:\Program Files\Adobe\Adobe Photoshop CS3\ [en_US]
    2011-01-02 19:46:52 [3184]  AMT: Adobe License Manager version 2.1 (build 2.1082) RELEASE
    2011-01-02 19:46:52 [3184]  /AMT0069688654/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-02 19:46:52 [3184]  /AMT0194694755/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-02 19:46:52 [3184]  /AMT0073107491/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-02 19:46:52 [3184]  /AMT0087759331/ {A946BC8E-D927-412B-A1C5-A67A9C54921A}
    2011-01-02 19:46:52 [3184]  /AMT0051932803/ GUID-DS-Premium-CS3-Win
    2011-01-02 19:46:52 [3184]  /AMT0186350190/
    2011-01-02 19:46:52 [3184]  /AMT0013778542/
    2011-01-02 19:46:52 [3184]  /AMT0165831715/ C:\Program Files\Common Files\Adobe\Adobe Creative Suite 3 Design Premium\AMT
    2011-01-02 19:46:52 [3184]  /AMT0166617427/ C:\Program Files\Common Files\Adobe\Adobe Creative Suite 3 Design Premium\AMT\application.sif
    2011-01-02 19:46:52 [3184]  /AMT0268432926/ 92218529179878441685
    2011-01-02 19:46:52 [3184]  /AMT0172021198/
    2011-01-02 19:46:52 [3184]  /AMT0201805758/
    2011-01-02 19:46:52 [3184]  /AMT0013754766/
    2011-01-02 19:46:53 [3184]  /AMT0088421566/
    2011-01-02 19:46:53 [3184]  /AMT0171050355/
    2011-01-02 19:47:16 [3184]  /AMT0096986590/
    2011-01-02 19:47:16 [3184]  /AMT0221659550/
    2011-01-02 19:47:16 [3184]  /AMT0199367838/
    2011-01-02 19:47:16 [3184]  /AMT0032138126/
    2011-01-02 19:47:16 [3184]  /AMT0125289710/ PreValidating
    2011-01-02 19:47:16 [3184]  /AMT0235174622/
    2011-01-02 19:47:16 [3184]  /AMT0041965127/
    2011-01-02 19:47:19 [3184]  /AMT0227926229/ 0x398b04d0 7364
    2011-01-02 19:47:19 [3184]  /AMT0227926229/ 0x76440b4b 8596
    2011-01-02 19:47:19 [3184]  /AMT0227926229/ 0x9f3a1eaf 64955
    2011-01-02 19:47:19 [3184]  /AMT0227926229/ 0x62ba5828 3228
    2011-01-02 19:47:19 [3184]  /AMT0227926229/ 0xdf4b013 30700
    2011-01-02 19:47:19 [3184]  /AMT0227926229/ 0x7373824a 428258
    2011-01-02 19:47:19 [3184]  /AMT0112838974/
    2011-01-02 19:47:20 [3184]  /AMT0074144334/
    2011-01-02 19:47:20 [3184]  /ALMService0136556144/
    2011-01-02 19:47:20 [3184]  /ALMService0064228135/
    2011-01-02 19:47:20 [3184]  /AMT0053109662/
    2011-01-02 19:47:21 [3184]  /AMT0072388350/
    2011-01-02 19:47:21 [3184]  /AMT0156978254/
    2011-01-02 19:47:21 [3184]  /AMT0136045502/
    2011-01-02 19:47:27 [3184]  /AMT0206183934/
    2011-01-02 19:47:27 [3184]  /AMT0237326350/
    2011-01-02 19:47:27 [3184]  /AMT0034786110/ PreValidated
    2011-01-02 19:47:27 [3184]  /AMT0217531966/
    2011-01-02 19:47:28 [3184]  /AMT0261659678/
    2011-01-02 19:47:29 [3184]  /AUMService0196997731/
    2011-01-02 19:47:29 [3184]  /AMT0072010158/
    2011-01-02 19:54:34 [3184]  AMT: END SESSION.
    2011-01-04 03:46:24 [5168]  AMT: START SESSION, library version 1.0.0.1082,46.278103
    2011-01-04 03:46:24 [5168]  AMT: Initializing C:\Program Files\Adobe\Adobe Photoshop CS3\ [en_US]
    2011-01-04 03:46:24 [5168]  AMT: Adobe License Manager version 2.1 (build 2.1082) RELEASE
    2011-01-04 03:46:24 [5168]  /AMT0069688654/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-04 03:46:24 [5168]  /AMT0194694755/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-04 03:46:24 [5168]  /AMT0073107491/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-04 03:46:24 [5168]  /AMT0087759331/ {A946BC8E-D927-412B-A1C5-A67A9C54921A}
    2011-01-04 03:46:24 [5168]  /AMT0051932803/ GUID-DS-Premium-CS3-Win
    2011-01-04 03:46:24 [5168]  /AMT0186350190/
    2011-01-04 03:46:24 [5168]  /AMT0013778542/
    2011-01-04 03:46:24 [5168]  /AMT0165831715/ C:\Program Files\Common Files\Adobe\Adobe Creative Suite 3 Design Premium\AMT
    2011-01-04 03:46:24 [5168]  /AMT0166617427/ C:\Program Files\Common Files\Adobe\Adobe Creative Suite 3 Design Premium\AMT\application.sif
    2011-01-04 03:46:24 [5168]  /AMT0268432926/ 92218529179878441685
    2011-01-04 03:46:24 [5168]  /AMT0172021198/
    2011-01-04 03:46:24 [5168]  /AMT0201805758/
    2011-01-04 03:46:24 [5168]  /AMT0013754766/
    2011-01-04 03:46:24 [5168]  /AMT0088421566/
    2011-01-04 03:46:24 [5168]  /AMT0171050355/
    2011-01-04 03:46:49 [5168]  /AMT0096986590/
    2011-01-04 03:46:49 [5168]  /AMT0221659550/
    2011-01-04 03:46:49 [5168]  /AMT0199367838/
    2011-01-04 03:46:49 [5168]  /AMT0032138126/
    2011-01-04 03:46:49 [5168]  /AMT0125289710/ PreValidating
    2011-01-04 03:46:49 [5168]  /AMT0235174622/
    2011-01-04 03:46:49 [5168]  /AMT0041965127/
    2011-01-04 03:46:50 [5168]  /AMT0227926229/ 0x398b04d0 7364
    2011-01-04 03:46:51 [5168]  /AMT0227926229/ 0x76440b4b 8596
    2011-01-04 03:46:51 [5168]  /AMT0227926229/ 0x9f3a1eaf 64955
    2011-01-04 03:46:52 [5168]  /AMT0227926229/ 0x62ba5828 3228
    2011-01-04 03:46:52 [5168]  /AMT0227926229/ 0xdf4b013 30700
    2011-01-04 03:46:52 [5168]  /AMT0227926229/ 0x7373824a 428258
    2011-01-04 03:46:52 [5168]  /AMT0112838974/
    2011-01-04 03:46:53 [5168]  /AMT0074144334/
    2011-01-04 03:46:53 [5168]  /ALMService0136556144/
    2011-01-04 03:46:53 [5168]  /ALMService0064228135/
    2011-01-04 03:46:53 [5168]  /AMT0053109662/
    2011-01-04 03:46:57 [5168]  /AMT0072388350/
    2011-01-04 03:46:57 [5168]  /AMT0156978254/
    2011-01-04 03:46:57 [5168]  /AMT0136045502/
    2011-01-04 03:47:14 [5168]  /AMT0206183934/
    2011-01-04 03:47:16 [5168]  /AMT0237326350/
    2011-01-04 03:47:17 [5168]  /AMT0034786110/ PreValidated
    2011-01-04 03:47:17 [5168]  /AMT0217531966/
    2011-01-04 03:47:17 [5168]  /AMT0261659678/
    2011-01-04 03:47:17 [5168]  /AUMService0245271230/
    2011-01-04 03:47:17 [5168]  /AMT0072010158/
    2011-01-04 03:47:31 [5168]  AMT: END SESSION.
    2011-01-04 17:43:44 [3320]  AMT: START SESSION, library version 1.0.5.1504,49.285477
    2011-01-04 17:43:44 [3320]  AMT: Initializing C:\Program Files\Adobe\Adobe Bridge CS3\ [en_US]
    2011-01-04 17:43:44 [3320]  AMT: Adobe License Manager version 2.1 (build 5.1504) RELEASE
    2011-01-04 17:43:44 [3320]  /AMT0069688654/ {61D23D99-3398-414E-974E-EBAE498BB298}
    2011-01-04 17:43:44 [3320]  /AMT0194694755/ {61D23D99-3398-414E-974E-EBAE498BB298}
    2011-01-04 17:43:44 [3320]  /AMT0073107491/ {61D23D99-3398-414E-974E-EBAE498BB298}
    2011-01-04 17:43:44 [3320]  /AMT0087759331/ {A946BC8E-D927-412B-A1C5-A67A9C54921A}
    2011-01-04 17:43:44 [3320]  /AMT0051932803/ GUID-DS-Premium-CS3-Win
    2011-01-04 17:43:44 [3320]  /AMT0186350190/
    2011-01-04 17:43:45 [3320]  /AMT0076991358/
    2011-01-04 17:43:45 [3320]  /AMT0268432926/ 92218529179878441685
    2011-01-04 17:43:45 [3320]  /AMT0172021198/
    2011-01-04 17:43:45 [3320]  /AMT0201805758/
    2011-01-04 17:43:45 [3320]  /AMT0013754766/
    2011-01-04 17:43:45 [3320]  /AMT0088421566/
    2011-01-04 17:43:45 [3320]  /AMT0171050355/ 1296.891015
    2011-01-04 17:44:03 [3320]  /AMT0096986590/
    2011-01-04 17:44:03 [3320]  /AMT0221659550/
    2011-01-04 17:44:03 [3320]  /AMT0199367838/
    2011-01-04 17:44:03 [3320]  /AMT0032138126/
    2011-01-04 17:44:03 [3320]  /AMT0125289710/ PreValidating
    2011-01-04 17:44:03 [3320]  /AMT0235174622/
    2011-01-04 17:44:03 [3320]  /AMT0041965127/
    2011-01-04 17:44:03 [3320]  /AMT0112838974/
    2011-01-04 17:44:03 [3320]  /AMT0078700478/
    2011-01-04 17:44:03 [3320]  /ALMService0115821728/
    2011-01-04 17:44:04 [3320]  /AMT0082574862/
    2011-01-04 17:44:04 [3320]  /AMT0156978254/
    2011-01-04 17:44:04 [3320]  /AMT0136045502/
    2011-01-04 17:44:05 [3320]  /AMT0206183934/
    2011-01-04 17:44:05 [3320]  /AMT0214621262/
    2011-01-04 17:44:05 [3320]  /AMT0237326350/
    2011-01-04 17:44:05 [3320]  /AMT0034786110/ PreValidated
    2011-01-04 17:44:05 [3320]  /AMT0072010158/
    2011-01-04 17:44:06 [3320]  AMT: END SESSION.
    2011-01-07 09:40:15 [2996]  AMT: START SESSION, library version 1.0.0.1082,46.278103
    2011-01-07 09:40:15 [2996]  AMT: Initializing C:\Program Files\Adobe\Adobe Photoshop CS3\ [en_US]
    2011-01-07 09:40:15 [2996]  AMT: Adobe License Manager version 2.1 (build 2.1082) RELEASE
    2011-01-07 09:40:15 [2996]  /AMT0069688654/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-07 09:40:15 [2996]  /AMT0194694755/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-07 09:40:15 [2996]  /AMT0073107491/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-07 09:40:15 [2996]  /AMT0087759331/ {A946BC8E-D927-412B-A1C5-A67A9C54921A}
    2011-01-07 09:40:15 [2996]  /AMT0051932803/ GUID-DS-Premium-CS3-Win
    2011-01-07 09:40:15 [2996]  /AMT0186350190/
    2011-01-07 09:40:15 [2996]  /AMT0013778542/
    2011-01-07 09:40:15 [2996]  /AMT0165831715/ C:\Program Files\Common Files\Adobe\Adobe Creative Suite 3 Design Premium\AMT
    2011-01-07 09:40:15 [2996]  /AMT0166617427/ C:\Program Files\Common Files\Adobe\Adobe Creative Suite 3 Design Premium\AMT\application.sif
    2011-01-07 09:40:15 [2996]  /AMT0268432926/ 92218529179878441685
    2011-01-07 09:40:15 [2996]  /AMT0172021198/
    2011-01-07 09:40:15 [2996]  /AMT0201805758/
    2011-01-07 09:40:15 [2996]  /AMT0013754766/
    2011-01-07 09:40:15 [2996]  /AMT0088421566/
    2011-01-07 09:40:15 [2996]  /AMT0171050355/
    2011-01-07 09:40:42 [2996]  /AMT0096986590/
    2011-01-07 09:40:42 [2996]  /AMT0221659550/
    2011-01-07 09:40:42 [2996]  /AMT0199367838/
    2011-01-07 09:40:42 [2996]  /AMT0032138126/
    2011-01-07 09:40:42 [2996]  /AMT0125289710/ PreValidating
    2011-01-07 09:40:42 [2996]  /AMT0235174622/
    2011-01-07 09:40:42 [2996]  /AMT0041965127/
    2011-01-07 09:40:45 [2996]  /AMT0227926229/ 0x398b04d0 7364
    2011-01-07 09:40:45 [2996]  /AMT0227926229/ 0x76440b4b 8596
    2011-01-07 09:40:45 [2996]  /AMT0227926229/ 0x9f3a1eaf 64955
    2011-01-07 09:40:45 [2996]  /AMT0227926229/ 0x62ba5828 3228
    2011-01-07 09:40:45 [2996]  /AMT0227926229/ 0xdf4b013 30700
    2011-01-07 09:40:45 [2996]  /AMT0227926229/ 0x7373824a 428258
    2011-01-07 09:40:45 [2996]  /AMT0112838974/
    2011-01-07 09:40:46 [2996]  /AMT0074144334/
    2011-01-07 09:40:46 [2996]  /ALMService0136556144/
    2011-01-07 09:40:46 [2996]  /ALMService0064228135/
    2011-01-07 09:40:46 [2996]  /AMT0053109662/
    2011-01-07 09:40:48 [2996]  /AMT0072388350/
    2011-01-07 09:40:48 [2996]  /AMT0156978254/
    2011-01-07 09:40:48 [2996]  /AMT0136045502/
    2011-01-07 09:40:50 [2996]  /AMT0206183934/
    2011-01-07 09:40:50 [2996]  /AMT0237326350/
    2011-01-07 09:40:50 [2996]  /AMT0034786110/ PreValidated
    2011-01-07 09:40:50 [2996]  /AMT0217531966/
    2011-01-07 09:40:50 [2996]  /AMT0261659678/
    2011-01-07 09:40:50 [2996]  /AUMService0196997731/
    2011-01-07 09:40:51 [2996]  /AMT0072010158/
    2011-01-07 09:42:03 [2996]  AMT: END SESSION.
    2011-01-08 18:06:06 [2744]  AMT: START SESSION, library version 1.0.5.1504,49.285477
    2011-01-08 18:06:06 [2744]  AMT: Initializing C:\Program Files\Adobe\Adobe Bridge CS3\ [en_US]
    2011-01-08 18:06:06 [2744]  AMT: Adobe License Manager version 2.1 (build 5.1504) RELEASE
    2011-01-08 18:06:06 [2744]  /AMT0069688654/ {61D23D99-3398-414E-974E-EBAE498BB298}
    2011-01-08 18:06:06 [2744]  /AMT0194694755/ {61D23D99-3398-414E-974E-EBAE498BB298}
    2011-01-08 18:06:06 [2744]  /AMT0073107491/ {61D23D99-3398-414E-974E-EBAE498BB298}
    2011-01-08 18:06:06 [2744]  /AMT0087759331/ {A946BC8E-D927-412B-A1C5-A67A9C54921A}
    2011-01-08 18:06:06 [2744]  /AMT0051932803/ GUID-DS-Premium-CS3-Win
    2011-01-08 18:06:06 [2744]  /AMT0186350190/
    2011-01-08 18:06:06 [2744]  /AMT0076991358/
    2011-01-08 18:06:06 [2744]  /AMT0268432926/ 92218529179878441685
    2011-01-08 18:06:06 [2744]  /AMT0172021198/
    2011-01-08 18:06:06 [2744]  /AMT0201805758/
    2011-01-08 18:06:06 [2744]  /AMT0013754766/
    2011-01-08 18:06:06 [2744]  /AMT0088421566/
    2011-01-08 18:06:06 [2744]  /AMT0171050355/ 669.769901
    2011-01-08 18:06:26 [2744]  /AMT0096986590/
    2011-01-08 18:06:26 [2744]  /AMT0221659550/
    2011-01-08 18:06:26 [2744]  /AMT0199367838/
    2011-01-08 18:06:26 [2744]  /AMT0032138126/
    2011-01-08 18:06:26 [2744]  /AMT0125289710/ PreValidating
    2011-01-08 18:06:26 [2744]  /AMT0235174622/
    2011-01-08 18:06:26 [2744]  /AMT0041965127/
    2011-01-08 18:06:26 [2744]  /AMT0112838974/
    2011-01-08 18:06:26 [2744]  /AMT0078700478/
    2011-01-08 18:06:26 [2744]  /ALMService0115821728/
    2011-01-08 18:06:27 [2744]  /AMT0082574862/
    2011-01-08 18:06:27 [2744]  /AMT0156978254/
    2011-01-08 18:06:27 [2744]  /AMT0136045502/
    2011-01-08 18:06:27 [2744]  /AMT0206183934/
    2011-01-08 18:06:28 [2744]  /AMT0214621262/
    2011-01-08 18:06:28 [2744]  /AMT0237326350/
    2011-01-08 18:06:28 [2744]  /AMT0034786110/ PreValidated
    2011-01-08 18:06:28 [2744]  /AMT0072010158/
    2011-01-08 18:06:28 [2744]  AMT: END SESSION.
    2011-01-08 22:27:32 [4088]  AMT: START SESSION, library version 1.0.0.1082,46.278103
    2011-01-08 22:27:32 [4088]  AMT: Initializing C:\Program Files\Adobe\Adobe Photoshop CS3\ [en_US]
    2011-01-08 22:27:32 [4088]  AMT: Adobe License Manager version 2.1 (build 2.1082) RELEASE
    2011-01-08 22:27:32 [4088]  /AMT0069688654/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-08 22:27:32 [4088]  /AMT0194694755/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-08 22:27:33 [4088]  /AMT0073107491/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-08 22:27:33 [4088]  /AMT0087759331/ {A946BC8E-D927-412B-A1C5-A67A9C54921A}
    2011-01-08 22:27:33 [4088]  /AMT0051932803/ GUID-DS-Premium-CS3-Win
    2011-01-08 22:27:33 [4088]  /AMT0186350190/
    2011-01-08 22:27:33 [4088]  /AMT0013778542/
    2011-01-08 22:27:33 [4088]  /AMT0165831715/ C:\Program Files\Common Files\Adobe\Adobe Creative Suite 3 Design Premium\AMT
    2011-01-08 22:27:33 [4088]  /AMT0166617427/ C:\Program Files\Common Files\Adobe\Adobe Creative Suite 3 Design Premium\AMT\application.sif
    2011-01-08 22:27:33 [4088]  /AMT0268432926/ 92218529179878441685
    2011-01-08 22:27:33 [4088]  /AMT0172021198/
    2011-01-08 22:27:33 [4088]  /AMT0201805758/
    2011-01-08 22:27:33 [4088]  /AMT0013754766/
    2011-01-08 22:27:34 [4088]  /AMT0088421566/
    2011-01-08 22:27:34 [4088]  /AMT0171050355/
    2011-01-08 22:28:14 [4088]  /AMT0096986590/
    2011-01-08 22:28:14 [4088]  /AMT0221659550/
    2011-01-08 22:28:14 [4088]  /AMT0199367838/
    2011-01-08 22:28:14 [4088]  /AMT0032138126/
    2011-01-08 22:28:14 [4088]  /AMT0125289710/ PreValidating
    2011-01-08 22:28:14 [4088]  /AMT0235174622/
    2011-01-08 22:28:14 [4088]  /AMT0041965127/
    2011-01-08 22:28:16 [4088]  /AMT0227926229/ 0x398b04d0 7364
    2011-01-08 22:28:17 [4088]  /AMT0227926229/ 0x76440b4b 8596
    2011-01-08 22:28:17 [4088]  /AMT0227926229/ 0x9f3a1eaf 64955
    2011-01-08 22:28:17 [4088]  /AMT0227926229/ 0x62ba5828 3228
    2011-01-08 22:28:17 [4088]  /AMT0227926229/ 0xdf4b013 30700
    2011-01-08 22:28:17 [4088]  /AMT0227926229/ 0x7373824a 428258
    2011-01-08 22:28:17 [4088]  /AMT0112838974/
    2011-01-08 22:28:19 [4088]  /AMT0074144334/
    2011-01-08 22:28:19 [4088]  /ALMService0136556144/
    2011-01-08 22:28:19 [4088]  /ALMService0064228135/
    2011-01-08 22:28:20 [4088]  /AMT0053109662/
    2011-01-08 22:28:25 [4088]  /AMT0072388350/
    2011-01-08 22:28:26 [4088]  /AMT0156978254/
    2011-01-08 22:28:26 [4088]  /AMT0136045502/
    2011-01-08 22:28:34 [4088]  /AMT0206183934/
    2011-01-08 22:28:34 [4088]  /AMT0237326350/
    2011-01-08 22:28:34 [4088]  /AMT0034786110/ PreValidated
    2011-01-08 22:28:34 [4088]  /AMT0217531966/
    2011-01-08 22:28:35 [4088]  /AMT0261659678/
    2011-01-08 22:28:35 [4088]  /AUMService0196997731/
    2011-01-08 22:28:35 [4088]  /AMT0072010158/
    2011-01-08 22:49:28 [4088]  AMT: END SESSION.
    2011-01-08 23:02:54 [1712]  AMT: START SESSION, library version 1.0.0.1082,46.278103
    2011-01-08 23:02:54 [1712]  AMT: Initializing C:\Program Files\Adobe\Adobe Photoshop CS3\ [en_US]
    2011-01-08 23:02:54 [1712]  AMT: Adobe License Manager version 2.1 (build 2.1082) RELEASE
    2011-01-08 23:02:54 [1712]  /AMT0069688654/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-08 23:02:54 [1712]  /AMT0194694755/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-08 23:02:54 [1712]  /AMT0073107491/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-08 23:02:54 [1712]  /AMT0087759331/ {A946BC8E-D927-412B-A1C5-A67A9C54921A}
    2011-01-08 23:02:54 [1712]  /AMT0051932803/ GUID-DS-Premium-CS3-Win
    2011-01-08 23:02:54 [1712]  /AMT0186350190/
    2011-01-08 23:02:54 [1712]  /AMT0013778542/
    2011-01-08 23:02:54 [1712]  /AMT0165831715/ C:\Program Files\Common Files\Adobe\Adobe Creative Suite 3 Design Premium\AMT
    2011-01-08 23:02:54 [1712]  /AMT0166617427/ C:\Program Files\Common Files\Adobe\Adobe Creative Suite 3 Design Premium\AMT\application.sif
    2011-01-08 23:02:54 [1712]  /AMT0268432926/ 92218529179878441685
    2011-01-08 23:02:54 [1712]  /AMT0172021198/
    2011-01-08 23:02:54 [1712]  /AMT0201805758/
    2011-01-08 23:02:54 [1712]  /AMT0013754766/
    2011-01-08 23:02:55 [1712]  /AMT0088421566/
    2011-01-08 23:02:55 [1712]  /AMT0171050355/
    2011-01-08 23:03:06 [1712]  /AMT0096986590/
    2011-01-08 23:03:06 [1712]  /AMT0221659550/
    2011-01-08 23:03:06 [1712]  /AMT0199367838/
    2011-01-08 23:03:06 [1712]  /AMT0032138126/
    2011-01-08 23:03:06 [1712]  /AMT0125289710/ PreValidating
    2011-01-08 23:03:06 [1712]  /AMT0235174622/
    2011-01-08 23:03:06 [1712]  /AMT0041965127/
    2011-01-08 23:03:07 [1712]  /AMT0227926229/ 0x398b04d0 7364
    2011-01-08 23:03:07 [1712]  /AMT0227926229/ 0x76440b4b 8596
    2011-01-08 23:03:07 [1712]  /AMT0227926229/ 0x9f3a1eaf 64955
    2011-01-08 23:03:09 [1712]  /AMT0227926229/ 0x62ba5828 3228
    2011-01-08 23:03:09 [1712]  /AMT0227926229/ 0xdf4b013 30700
    2011-01-08 23:03:09 [1712]  /AMT0227926229/ 0x7373824a 428258
    2011-01-08 23:03:09 [1712]  /AMT0112838974/
    2011-01-08 23:03:14 [1712]  /AMT0074144334/
    2011-01-08 23:03:14 [1712]  /ALMService0136556144/
    2011-01-08 23:03:14 [1712]  /ALMService0064228135/
    2011-01-08 23:03:14 [1712]  /AMT0053109662/
    2011-01-08 23:03:16 [1712]  /AMT0072388350/
    2011-01-08 23:03:16 [1712]  /AMT0156978254/
    2011-01-08 23:03:16 [1712]  /AMT0136045502/
    2011-01-08 23:03:43 [1712]  /AMT0206183934/
    2011-01-08 23:03:45 [1712]  /AMT0237326350/
    2011-01-08 23:03:45 [1712]  /AMT0034786110/ PreValidated
    2011-01-08 23:03:46 [1712]  /AMT0217531966/
    2011-01-08 23:03:46 [1712]  /AMT0261659678/
    2011-01-08 23:03:46 [1712]  /AUMService0245271230/
    2011-01-08 23:03:46 [1712]  /AMT0072010158/
    2011-01-08 23:05:28 [1712]  AMT: END SESSION.
    2011-01-10 23:13:23 [4612]  AMT: START SESSION, library version 1.0.0.1082,46.278103
    2011-01-10 23:13:23 [4612]  AMT: Initializing C:\Program Files\Adobe\Adobe Photoshop CS3\ [en_US]
    2011-01-10 23:13:23 [4612]  AMT: Adobe License Manager version 2.1 (build 2.1082) RELEASE
    2011-01-10 23:13:23 [4612]  /AMT0069688654/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-10 23:13:23 [4612]  /AMT0194694755/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-10 23:13:24 [4612]  /AMT0073107491/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-10 23:13:24 [4612]  /AMT0087759331/ {A946BC8E-D927-412B-A1C5-A67A9C54921A}
    2011-01-10 23:13:24 [4612]  /AMT0051932803/ GUID-DS-Premium-CS3-Win
    2011-01-10 23:13:25 [4612]  /AMT0186350190/
    2011-01-10 23:13:26 [4612]  /AMT0013778542/
    2011-01-10 23:13:26 [4612]  /AMT0165831715/ C:\Program Files\Common Files\Adobe\Adobe Creative Suite 3 Design Premium\AMT
    2011-01-10 23:13:26 [4612]  /AMT0166617427/ C:\Program Files\Common Files\Adobe\Adobe Creative Suite 3 Design Premium\AMT\application.sif
    2011-01-10 23:13:26 [4612]  /AMT0268432926/ 92218529179878441685
    2011-01-10 23:13:26 [4612]  /AMT0172021198/
    2011-01-10 23:13:26 [4612]  /AMT0201805758/
    2011-01-10 23:13:26 [4612]  /AMT0013754766/
    2011-01-10 23:13:27 [4612]  /AMT0088421566/
    2011-01-10 23:13:27 [4612]  /AMT0171050355/
    2011-01-10 23:13:53 [4612]  /AMT0096986590/
    2011-01-10 23:13:53 [4612]  /AMT0221659550/
    2011-01-10 23:13:53 [4612]  /AMT0199367838/
    2011-01-10 23:13:53 [4612]  /AMT0032138126/
    2011-01-10 23:13:53 [4612]  /AMT0125289710/ PreValidating
    2011-01-10 23:13:53 [4612]  /AMT0235174622/
    2011-01-10 23:13:53 [4612]  /AMT0041965127/
    2011-01-10 23:13:53 [4612]  /AMT0227926229/ 0x398b04d0 7364
    2011-01-10 23:13:54 [4612]  /AMT0227926229/ 0x76440b4b 8596
    2011-01-10 23:13:54 [4612]  /AMT0227926229/ 0x9f3a1eaf 64955
    2011-01-10 23:13:54 [4612]  /AMT0227926229/ 0x62ba5828 3228
    2011-01-10 23:13:54 [4612]  /AMT0227926229/ 0xdf4b013 30700
    2011-01-10 23:13:54 [4612]  /AMT0227926229/ 0x7373824a 428258
    2011-01-10 23:13:54 [4612]  /AMT0112838974/
    2011-01-10 23:13:54 [4612]  /AMT0074144334/
    2011-01-10 23:13:54 [4612]  /ALMService0136556144/
    2011-01-10 23:13:54 [4612]  /ALMService0064228135/
    2011-01-10 23:13:55 [4612]  /AMT0053109662/
    2011-01-10 23:13:57 [4612]  /AMT0072388350/
    2011-01-10 23:13:57 [4612]  /AMT0156978254/
    2011-01-10 23:13:57 [4612]  /AMT0136045502/
    2011-01-10 23:14:07 [4612]  /AMT0206183934/
    2011-01-10 23:14:07 [4612]  /AMT0237326350/
    2011-01-10 23:14:07 [4612]  /AMT0034786110/ PreValidated
    2011-01-10 23:14:07 [4612]  /AMT0217531966/
    2011-01-10 23:14:09 [4612]  /AMT0261659678/
    2011-01-10 23:14:10 [4612]  /AUMService0196997731/
    2011-01-10 23:14:10 [4612]  /AMT0072010158/
    2011-01-10 23:15:23 [4612]  AMT: END SESSION.
    2011-01-14 05:16:56 [2572]  AMT: START SESSION, library version 1.0.0.1082,46.278103
    2011-01-14 05:16:56 [2572]  AMT: Initializing C:\Program Files\Adobe\Adobe Photoshop CS3\ [en_US]
    2011-01-14 05:16:56 [2572]  AMT: Adobe License Manager version 2.1 (build 2.1082) RELEASE
    2011-01-14 05:16:56 [2572]  /AMT0069688654/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-14 05:16:56 [2572]  /AMT0194694755/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-14 05:16:56 [2572]  /AMT0073107491/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-14 05:16:56 [2572]  /AMT0087759331/ {A946BC8E-D927-412B-A1C5-A67A9C54921A}
    2011-01-14 05:16:56 [2572]  /AMT0051932803/ GUID-DS-Premium-CS3-Win
    2011-01-14 05:16:56 [2572]  /AMT0186350190/
    2011-01-14 05:16:56 [2572]  /AMT0013778542/
    2011-01-14 05:16:56 [2572]  /AMT0165831715/ C:\Program Files\Common Files\Adobe\Adobe Creative Suite 3 Design Premium\AMT
    2011-01-14 05:16:56 [2572]  /AMT0166617427/ C:\Program Files\Common Files\Adobe\Adobe Creative Suite 3 Design Premium\AMT\application.sif
    2011-01-14 05:16:56 [2572]  /AMT0268432926/ 92218529179878441685
    2011-01-14 05:16:56 [2572]  /AMT0172021198/
    2011-01-14 05:16:56 [2572]  /AMT0201805758/
    2011-01-14 05:16:56 [2572]  /AMT0013754766/
    2011-01-14 05:16:56 [2572]  /AMT0088421566/
    2011-01-14 05:16:56 [2572]  /AMT0171050355/
    2011-01-14 05:18:08 [2572]  /AMT0096986590/
    2011-01-14 05:18:08 [2572]  /AMT0221659550/
    2011-01-14 05:18:08 [2572]  /AMT0199367838/
    2011-01-14 05:18:08 [2572]  /AMT0032138126/
    2011-01-14 05:18:08 [2572]  /AMT0125289710/ PreValidating
    2011-01-14 05:18:08 [2572]  /AMT0235174622/
    2011-01-14 05:18:08 [2572]  /AMT0041965127/
    2011-01-14 05:18:09 [2572]  /AMT0227926229/ 0x398b04d0 7364
    2011-01-14 05:18:09 [2572]  /AMT0227926229/ 0x76440b4b 8596
    2011-01-14 05:18:09 [2572]  /AMT0227926229/ 0x9f3a1eaf 64955
    2011-01-14 05:18:10 [2572]  /AMT0227926229/ 0x62ba5828 3228
    2011-01-14 05:18:10 [2572]  /AMT0227926229/ 0xdf4b013 30700
    2011-01-14 05:18:10 [2572]  /AMT0227926229/ 0x7373824a 428258
    2011-01-14 05:18:10 [2572]  /AMT0112838974/
    2011-01-14 05:18:13 [2572]  /AMT0074144334/
    2011-01-14 05:18:13 [2572]  /ALMService0136556144/
    2011-01-14 05:18:13 [2572]  /ALMService0064228135/
    2011-01-14 05:18:15 [2572]  /AMT0053109662/
    2011-01-14 05:18:20 [2572]  /AMT0072388350/
    2011-01-14 05:18:21 [2572]  /AMT0156978254/
    2011-01-14 05:18:21 [2572]  /AMT0136045502/
    2011-01-14 05:18:26 [2572]  /AMT0206183934/
    2011-01-14 05:18:26 [2572]  /AMT0237326350/
    2011-01-14 05:18:26 [2572]  /AMT0034786110/ PreValidated
    2011-01-14 05:18:26 [2572]  /AMT0217531966/
    2011-01-14 05:18:29 [2572]  /AMT0261659678/
    2011-01-14 05:18:29 [2572]  /AUMService0196997731/
    2011-01-14 05:18:30 [2572]  /AMT0072010158/
    2011-01-14 05:24:51 [2572]  AMT: END SESSION.
    2011-01-14 21:01:04 [1500]  AMT: START SESSION, library version 1.0.0.1082,46.278103
    2011-01-14 21:01:04 [1500]  AMT: Initializing C:\Program Files\Adobe\Adobe Photoshop CS3\ [en_US]
    2011-01-14 21:01:04 [1500]  AMT: Adobe License Manager version 2.1 (build 2.1082) RELEASE
    2011-01-14 21:01:04 [1500]  /AMT0069688654/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-14 21:01:04 [1500]  /AMT0194694755/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-14 21:01:04 [1500]  /AMT0073107491/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-14 21:01:04 [1500]  /AMT0087759331/ {A946BC8E-D927-412B-A1C5-A67A9C54921A}
    2011-01-14 21:01:04 [1500]  /AMT0051932803/ GUID-DS-Premium-CS3-Win
    2011-01-14 21:01:04 [1500]  /AMT0186350190/
    2011-01-14 21:01:04 [1500]  /AMT0013778542/
    2011-01-14 21:01:04 [1500]  /AMT0165831715/ C:\Program Files\Common Files\Adobe\Adobe Creative Suite 3 Design Premium\AMT
    2011-01-14 21:01:04 [1500]  /AMT0166617427/ C:\Program Files\Common Files\Adobe\Adobe Creative Suite 3 Design Premium\AMT\application.sif
    2011-01-14 21:01:04 [1500]  /AMT0268432926/ 92218529179878441685
    2011-01-14 21:01:04 [1500]  /AMT0172021198/
    2011-01-14 21:01:04 [1500]  /AMT0201805758/
    2011-01-14 21:01:04 [1500]  /AMT0013754766/
    2011-01-14 21:01:04 [1500]  /AMT0088421566/
    2011-01-14 21:01:04 [1500]  /AMT0171050355/
    2011-01-14 21:01:22 [1500]  /AMT0096986590/
    2011-01-14 21:01:22 [1500]  /AMT0221659550/
    2011-01-14 21:01:22 [1500]  /AMT0199367838/
    2011-01-14 21:01:22 [1500]  /AMT0032138126/
    2011-01-14 21:01:22 [1500]  /AMT0125289710/ PreValidating
    2011-01-14 21:01:22 [1500]  /AMT0235174622/
    2011-01-14 21:01:22 [1500]  /AMT0041965127/
    2011-01-14 21:01:24 [1500]  /AMT0227926229/ 0x398b04d0 7364
    2011-01-14 21:01:24 [1500]  /AMT0227926229/ 0x76440b4b 8596
    2011-01-14 21:01:24 [1500]  /AMT0227926229/ 0x9f3a1eaf 64955
    2011-01-14 21:01:24 [1500]  /AMT0227926229/ 0x62ba5828 3228
    2011-01-14 21:01:24 [1500]  /AMT0227926229/ 0xdf4b013 30700
    2011-01-14 21:01:24 [1500]  /AMT0227926229/ 0x7373824a 428258
    2011-01-14 21:01:24 [1500]  /AMT0112838974/
    2011-01-14 21:01:25 [1500]  /AMT0074144334/
    2011-01-14 21:01:25 [1500]  /ALMService0136556144/
    2011-01-14 21:01:25 [1500]  /ALMService0064228135/
    2011-01-14 21:01:25 [1500]  /AMT0053109662/
    2011-01-14 21:01:27 [1500]  /AMT0072388350/
    2011-01-14 21:01:27 [1500]  /AMT0156978254/
    2011-01-14 21:01:27 [1500]  /AMT0136045502/
    2011-01-14 21:01:34 [1500]  /AMT0206183934/
    2011-01-14 21:01:34 [1500]  /AMT0237326350/
    2011-01-14 21:01:34 [1500]  /AMT0034786110/ PreValidated
    2011-01-14 21:01:34 [1500]  /AMT0217531966/
    2011-01-14 21:01:35 [1500]  /AMT0261659678/
    2011-01-14 21:01:35 [1500]  /AUMService0196997731/
    2011-01-14 21:01:35 [1500]  /AMT0072010158/
    2011-01-14 21:13:47 [1500]  AMT: END SESSION.
    2011-01-14 21:17:35 [2904]  AMT: START SESSION, library version 1.0.0.1082,46.278103
    2011-01-14 21:17:35 [2904]  AMT: Initializing C:\Program Files\Adobe\Adobe Photoshop CS3\ [en_US]
    2011-01-14 21:17:35 [2904]  AMT: Adobe License Manager version 2.1 (build 2.1082) RELEASE
    2011-01-14 21:17:35 [2904]  /AMT0069688654/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-14 21:17:35 [2904]  /AMT0194694755/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-14 21:17:35 [2904]  /AMT0073107491/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-14 21:17:35 [2904]  /AMT0087759331/ {A946BC8E-D927-412B-A1C5-A67A9C54921A}
    2011-01-14 21:17:35 [2904]  /AMT0051932803/ GUID-DS-Premium-CS3-Win
    2011-01-14 21:17:35 [2904]  /AMT0186350190/
    2011-01-14 21:17:35 [2904]  /AMT0013778542/
    2011-01-14 21:17:35 [2904]  /AMT0165831715/ C:\Program Files\Common Files\Adobe\Adobe Creative Suite 3 Design Premium\AMT
    2011-01-14 21:17:35 [2904]  /AMT0166617427/ C:\Program Files\Common Files\Adobe\Adobe Creative Suite 3 Design Premium\AMT\application.sif
    2011-01-14 21:17:35 [2904]  /AMT0268432926/ 92218529179878441685
    2011-01-14 21:17:35 [2904]  /AMT0172021198/
    2011-01-14 21:17:35 [2904]  /AMT0201805758/
    2011-01-14 21:17:35 [2904]  /AMT0013754766/
    2011-01-14 21:17:36 [2904]  /AMT0088421566/
    2011-01-14 21:17:36 [2904]  /AMT0171050355/
    2011-01-14 21:17:46 [2904]  /AMT0096986590/
    2011-01-14 21:17:46 [2904]  /AMT0221659550/
    2011-01-14 21:17:46 [2904]  /AMT0199367838/
    2011-01-14 21:17:46 [2904]  /AMT0032138126/
    2011-01-14 21:17:46 [2904]  /AMT0125289710/ PreValidating
    2011-01-14 21:17:46 [2904]  /AMT0235174622/
    2011-01-14 21:17:46 [2904]  /AMT0041965127/
    2011-01-14 21:17:47 [2904]  /AMT0227926229/ 0x398b04d0 7364
    2011-01-14 21:17:47 [2904]  /AMT0227926229/ 0x76440b4b 8596
    2011-01-14 21:17:47 [2904]  /AMT0227926229/ 0x9f3a1eaf 64955
    2011-01-14 21:17:48 [2904]  /AMT0227926229/ 0x62ba5828 3228
    2011-01-14 21:17:48 [2904]  /AMT0227926229/ 0xdf4b013 30700
    2011-01-14 21:17:48 [2904]  /AMT0227926229/ 0x7373824a 428258
    2011-01-14 21:17:48 [2904]  /AMT0112838974/
    2011-01-14 21:17:50 [2904]  /AMT0074144334/
    2011-01-14 21:17:50 [2904]  /ALMService0136556144/
    2011-01-14 21:17:50 [2904]  /ALMService0064228135/
    2011-01-14 21:17:50 [2904]  /AMT0053109662/
    2011-01-14 21:17:53 [2904]  /AMT0072388350/
    2011-01-14 21:17:53 [2904]  /AMT0156978254/
    2011-01-14 21:17:53 [2904]  /AMT0136045502/
    2011-01-14 21:17:55 [2904]  /AMT0206183934/
    2011-01-14 21:17:55 [2904]  /AMT0237326350/
    2011-01-14 21:17:55 [2904]  /AMT0034786110/ PreValidated
    2011-01-14 21:17:55 [2904]  /AMT0217531966/
    2011-01-14 21:17:55 [2904]  /AMT0261659678/
    2011-01-14 21:17:55 [2904]  /AUMService0196997731/
    2011-01-14 21:17:55 [2904]  /AMT0072010158/
    2011-01-14 21:20:21 [2904]  AMT: END SESSION.
    2011-01-14 22:17:50 [912]  AMT: START SESSION, library version 1.0.0.1082,46.278103
    2011-01-14 22:17:50 [912]  AMT: Initializing C:\Program Files\Adobe\Adobe Photoshop CS3\ [en_US]
    2011-01-14 22:17:50 [912]  AMT: Adobe License Manager version 2.1 (build 2.1082) RELEASE
    2011-01-14 22:17:50 [912]  /AMT0069688654/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-14 22:17:50 [912]  /AMT0194694755/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-14 22:17:50 [912]  /AMT0073107491/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-14 22:17:50 [912]  /AMT0087759331/ {A946BC8E-D927-412B-A1C5-A67A9C54921A}
    2011-01-14 22:17:50 [912]  /AMT0051932803/ GUID-DS-Premium-CS3-Win
    2011-01-14 22:17:50 [912]  /AMT0186350190/
    2011-01-14 22:17:50 [912]  /AMT0013778542/
    2011-01-14 22:17:50 [912]  /AMT0165831715/ C:\Program Files\Common Files\Adobe\Adobe Creative Suite 3 Design Premium\AMT
    2011-01-14 22:17:50 [912]  /AMT0166617427/ C:\Program Files\Common Files\Adobe\Adobe Creative Suite 3 Design Premium\AMT\application.sif
    2011-01-14 22:17:50 [912]  /AMT0268432926/ 92218529179878441685
    2011-01-14 22:17:50 [912]  /AMT0172021198/
    2011-01-14 22:17:50 [912]  /AMT0201805758/
    2011-01-14 22:17:50 [912]  /AMT0013754766/
    2011-01-14 22:17:52 [912]  /AMT0088421566/
    2011-01-14 22:17:52 [912]  /AMT0171050355/
    2011-01-14 22:18:25 [912]  /AMT0096986590/
    2011-01-14 22:18:25 [912]  /AMT0221659550/
    2011-01-14 22:18:25 [912]  /AMT0199367838/
    2011-01-14 22:18:25 [912]  /AMT0032138126/
    2011-01-14 22:18:25 [912]  /AMT0125289710/ PreValidating
    2011-01-14 22:18:25 [912]  /AMT0235174622/
    2011-01-14 22:18:25 [912]  /AMT0041965127/
    2011-01-14 22:18:25 [912]  /AMT0227926229/ 0x398b04d0 7364
    2011-01-14 22:18:25 [912]  /AMT0227926229/ 0x76440b4b 8596
    2011-01-14 22:18:25 [912]  /AMT0227926229/ 0x9f3a1eaf 64955
    2011-01-14 22:18:26 [912]  /AMT0227926229/ 0x62ba5828 3228
    2011-01-14 22:18:26 [912]  /AMT0227926229/ 0xdf4b013 30700
    2011-01-14 22:18:26 [912]  /AMT0227926229/ 0x7373824a 428258
    2011-01-14 22:18:26 [912]  /AMT0112838974/
    2011-01-14 22:18:29 [912]  /AMT0074144334/
    2011-01-14 22:18:29 [912]  /ALMService0136556144/
    2011-01-14 22:18:29 [912]  /ALMService0064228135/
    2011-01-14 22:18:30 [912]  /AMT0053109662/
    2011-01-14 22:18:32 [912]  /AMT0072388350/
    2011-01-14 22:18:33 [912]  /AMT0156978254/
    2011-01-14 22:18:33 [912]  /AMT0136045502/
    2011-01-14 22:18:37 [912]  /AMT0206183934/
    2011-01-14 22:18:37 [912]  /AMT0237326350/
    2011-01-14 22:18:37 [912]  /AMT0034786110/ PreValidated
    2011-01-14 22:18:37 [912]  /AMT0217531966/
    2011-01-14 22:18:37 [912]  /AMT0261659678/
    2011-01-14 22:18:37 [912]  /AUMService0196997731/
    2011-01-14 22:18:37 [912]  /AMT0072010158/
    2011-01-15 00:14:36 [912]  AMT: END SESSION.
    2011-01-15 18:59:36 [3936]  AMT: START SESSION, library version 1.0.0.1082,46.278103
    2011-01-15 18:59:36 [3936]  AMT: Initializing C:\Program Files\Adobe\Adobe Photoshop CS3\ [en_US]
    2011-01-15 18:59:36 [3936]  AMT: Adobe License Manager version 2.1 (build 2.1082) RELEASE
    2011-01-15 18:59:36 [3936]  /AMT0069688654/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-15 18:59:36 [3936]  /AMT0194694755/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-15 18:59:36 [3936]  /AMT0073107491/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-15 18:59:36 [3936]  /AMT0087759331/ {A946BC8E-D927-412B-A1C5-A67A9C54921A}
    2011-01-15 18:59:36 [3936]  /AMT0051932803/ GUID-DS-Premium-CS3-Win
    2011-01-15 18:59:37 [3936]  /AMT0186350190/
    2011-01-15 18:59:39 [3936]  /AMT0013778542/
    2011-01-15 18:59:39 [3936]  /AMT0165831715/ C:\Program Files\Common Files\Adobe\Adobe Creative Suite 3 Design Premium\AMT
    2011-01-15 18:59:39 [3936]  /AMT0166617427/ C:\Program Files\Common Files\Adobe\Adobe Creative Suite 3 Design Premium\AMT\application.sif
    2011-01-15 18:59:39 [3936]  /AMT0194837429/
    2011-01-15 18:59:39 [3936]  AMT: END SESSION.
    2011-01-15 19:00:15 [5456]  AMT: START SESSION, library version 1.0.0.1082,46.278103
    2011-01-15 19:00:15 [5456]  AMT: Initializing C:\Program Files\Adobe\Adobe Photoshop CS3\ [en_US]
    2011-01-15 19:00:15 [5456]  AMT: Adobe License Manager version 2.1 (build 2.1082) RELEASE
    2011-01-15 19:00:15 [5456]  /AMT0069688654/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-15 19:00:15 [5456]  /AMT0194694755/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-15 19:00:15 [5456]  /AMT0073107491/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-15 19:00:15 [5456]  /AMT0087759331/ {A946BC8E-D927-412B-A1C5-A67A9C54921A}
    2011-01-15 19:00:15 [5456]  /AMT0051932803/ GUID-DS-Premium-CS3-Win
    2011-01-15 19:00:15 [5456]  /AMT0186350190/
    2011-01-15 19:00:15 [5456]  /AMT0013778542/
    2011-01-15 19:00:15 [5456]  /AMT0165831715/ C:\Program Files\Common Files\Adobe\Adobe Creative Suite 3 Design Premium\AMT
    2011-01-15 19:00:15 [5456]  /AMT0166617427/ C:\Program Files\Common Files\Adobe\Adobe Creative Suite 3 Design Premium\AMT\application.sif
    2011-01-15 19:00:15 [5456]  /AMT0194837429/
    2011-01-15 19:00:15 [5456]  AMT: END SESSION.
    2011-01-15 19:01:40 [704]  AMT: START SESSION, library version 1.0.0.1082,46.278103
    2011-01-15 19:01:40 [704]  AMT: Initializing C:\Program Files\Adobe\Adobe Photoshop CS3\ [en_US]
    2011-01-15 19:01:40 [704]  AMT: Adobe License Manager version 2.1 (build 2.1082) RELEASE
    2011-01-15 19:01:40 [704]  /AMT0069688654/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-15 19:01:40 [704]  /AMT0194694755/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-15 19:01:40 [704]  /AMT0073107491/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-15 19:01:40 [704]  /AMT0087759331/ {A946BC8E-D927-412B-A1C5-A67A9C54921A}
    2011-01-15 19:01:40 [704]  /AMT0051932803/ GUID-DS-Premium-CS3-Win
    2011-01-15 19:01:40 [704]  /AMT0186350190/
    2011-01-15 19:01:40 [704]  /AMT0013778542/
    2011-01-15 19:01:40 [704]  /AMT0165831715/ C:\Program Files\Common Files\Adobe\Adobe Creative Suite 3 Design Premium\AMT
    2011-01-15 19:01:40 [704]  /AMT0166617427/ C:\Program Files\Common Files\Adobe\Adobe Creative Suite 3 Design Premium\AMT\application.sif
    2011-01-15 19:01:40 [704]  /AMT0194837429/
    2011-01-15 19:01:40 [704]  AMT: END SESSION.
    2011-01-15 19:02:15 [3644]  AMT: START SESSION, library version 1.0.0.1082,46.278103
    2011-01-15 19:02:15 [3644]  AMT: Initializing C:\Program Files\Adobe\Adobe Photoshop CS3\ [en_US]
    2011-01-15 19:02:15 [3644]  AMT: Adobe License Manager version 2.1 (build 2.1082) RELEASE
    2011-01-15 19:02:15 [3644]  /AMT0069688654/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-15 19:02:15 [3644]  /AMT0194694755/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-15 19:02:15 [3644]  /AMT0073107491/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2011-01-15 19:02:15 [3644]  /AMT0087759331/ {A946BC8E-D927-412B-A1C5-A67A9C54921A}
    2011-01-15 19:02:15 [3644]  /AMT0051932803/ GUID-DS-Premium-CS3-Win
    2011-01-15 19:02:15 [3644]  /AMT0186350190/
    2011-01-15 19:02:15 [3644]  /AMT0013778542/
    2011-01-15 19:02:15 [3644]  /AMT0165831715/ C:\Program Files\Common Files\Adobe\Adobe Creative Suite 3 Design Premium\AMT
    2011-01-15 19:02:15 [3644]  /AMT0166617427/ C:\Program Files\Common Files\Adobe\Adobe Creative Suite 3 Design Premium\AMT\application.sif
    2011-01-15 19:02:15 [3644]  /AMT0194837429/
    2011-01-15 19:02:15 [3644]  AMT: END SESSION.

  • CS5 + Yosemite + Case Sensitive

    I know this is a similar question to one that has come up many times before for previous versions of OSX but I think I might have hit a new variation on the problem.  I am also aware that this is not an officially supported install configuration but since it comes up so often I am hoping someone has run into this same block.
    So I just set up a new machine, fresh install of Yosemite on a bare drive with a fresh copy of CS5 from original (legally purchased) install media.  I used the recommended trick of booting to a case-insensitive drive, installing, copying the resulting install to the normal boot drive, then running scripts to correct the framework names.  However Photoshop will still not start up.
    The message I get is:
    An unexpected and unrecoverable problem has occurred. Photoshop will now exit.
    Nothing is contained in either /Users/<username>/Library/Logs/Adobe or /Users/<username>/Library/Logs/CrashReporter.  
    /tmp/amt3.log does have stuff in it, but nothing is leaping out as 'wrong':
    2014-11-17 14:02:10 [6779]  AMT: START SESSION, library version 3.0.0.64,3.0
    2014-11-17 14:02:10 [6779]  AMT: Initializing /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/
    2014-11-17 14:02:10 [6779]  AMT: Adobe License Manager version 3.2 (build 64.0) RELEASE
    2014-11-17 14:02:10 [6779]  ServiceLoader: looking for library /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/amtservices.framework/adobe_caps.framework/adobe_caps
    2014-11-17 14:02:10 [6779]  ServiceLoader: looking for library /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adobe_caps.framework/adobe_caps
    2014-11-17 14:02:10 [6779]  ServiceLoader: Found library /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adobe_caps.framework/adobe_caps
    2014-11-17 14:02:10 [6779]  PCDService: PCD Service in threaded mode
    2014-11-17 14:02:10 [6779]  performance: AMTPreObtainProductLicense took 5.332000 ms
    2014-11-17 14:02:10 [6779]  PCD thread: PCD thread started
    2014-11-17 14:02:10 [6779]  ServiceLoader: looking for library /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/amtservices.framework/Adobe_OOBE_Launcher.framework/Adobe_OOB E_
    Launcher
    2014-11-17 14:02:10 [6779]  ServiceLoader: looking for library /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/Adobe_OOBE_Launcher.framework/Adobe_OOBE_Launcher
    2014-11-17 14:02:10 [6779]  ServiceLoader: Found library /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adobe_oobe_launcher.framework/adobe_oobe_launcher
    2014-11-17 14:02:10 [6779]  AMT: App Product Locale [0] = en_US
    2014-11-17 14:02:10 [6779]  config: Loading configuration for /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Resources/AMT/application.xml
    2014-11-17 14:02:10 [6779]  config: Found payload code {7DFEBBA4-81E1-425B-BBAA-06E9E5BBD97E}
    2014-11-17 14:02:10 [6779]  PCDService: found driver code {CDC977A9-B3BA-4320-BD28-96F2CC91B9E9}
    2014-11-17 14:02:10 [6779]  config: config: Host app was installed, using installed license configuration.
    2014-11-17 14:02:10 [6779]  PCDService: No value for key [FLMap] in hive [Photoshop-CS5-Mac-GM{|}ALL] in cache.
    2014-11-17 14:02:10 [6779]  config: Setting current license to the driver at startup because no mapping was found.
    2014-11-17 14:02:10 [6779]  config: Setting current license to DesignSuitePremium-CS5-Mac-GM [ALL]
    2014-11-17 14:02:10 [6779]  config: payload code: {7DFEBBA4-81E1-425B-BBAA-06E9E5BBD97E}
    2014-11-17 14:02:10 [6779]  config: driver payload code: {CDC977A9-B3BA-4320-BD28-96F2CC91B9E9}
    2014-11-17 14:02:10 [6779]  config: driver licensing code: DesignSuitePremium-CS5-Mac-GM
    2014-11-17 14:02:10 [6779]  config: current licensing code: DesignSuitePremium-CS5-Mac-GM
    2014-11-17 14:02:10 [6779]  config: current locale code: ALL
    2014-11-17 14:02:10 [6779]  config: Done loading configuration
    2014-11-17 14:02:10 [6779]  AMT: Locale from PCD [0] = en_US
    2014-11-17 14:02:10 [6779]  AMT: Reordered Installed App Product Locale [0] = en_US
    2014-11-17 14:02:10 [6779]  config: Setting insalled locales
    2014-11-17 14:02:10 [6779]  config: Changing locale to "en_US" because old locale "" is not in the new list of installed languages
    2014-11-17 14:02:10 [6779]  ServiceLoader: looking for library /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/amtservices.framework/asneu.framework/asneu
    2014-11-17 14:02:10 [6779]  ServiceLoader: looking for library /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/asneu.framework/asneu
    2014-11-17 14:02:10 [6779]  ServiceLoader: Found library /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/asneu.framework/asneu
    2014-11-17 14:02:10 [6779]  PCDService: No value for key [ReLaunchMode] in hive [{CDC977A9-B3BA-4320-BD28-96F2CC91B9E9}] in master.
    2014-11-17 14:02:10 [6779]  PCDService: No value for key [ReLaunchMode] in hive [{7DFEBBA4-81E1-425B-BBAA-06E9E5BBD97E}] in master.
    2014-11-17 14:02:10 [6779]  AMT: App's last known config file is: /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Resources/AMT/application.xml
    2014-11-17 14:02:10 [6779]  apf: current config file path is: /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Resources/AMT/application.xml
    2014-11-17 14:02:10 [6779]  apf: current config file path is: /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Resources/AMT/application.xml
    2014-11-17 14:02:10 [6779]  AMT: config: Finding license info for payload: {CDC977A9-B3BA-4320-BD28-96F2CC91B9E9}
    2014-11-17 14:02:10 [6779]  AMT: config: PayloadCode: {7DFEBBA4-81E1-425B-BBAA-06E9E5BBD97E}
    2014-11-17 14:02:10 [6779]  AMT: config: Driver PayloadCode: {CDC977A9-B3BA-4320-BD28-96F2CC91B9E9}
    2014-11-17 14:02:10 [6779]  AMT: config: Installed LicensingCode: DesignSuitePremium-CS5-Mac-GM
    2014-11-17 14:02:10 [6779]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{7DFEBBA4-81E1-425B-BBAA-06E9E5BBD97E}] in master.
    2014-11-17 14:02:10 [6779]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{CDC977A9-B3BA-4320-BD28-96F2CC91B9E9}] in master.
    2014-11-17 14:02:10 [6779]  PCDService: No value for key [BridgeTalkCode] in hive [{CDC977A9-B3BA-4320-BD28-96F2CC91B9E9}] in master.
    2014-11-17 14:02:10 [6779]  PCDService: No value for key [ISO_TAGGING_DISABLED] in hive [Photoshop-CS5-Mac-GM] in master.
    2014-11-17 14:02:10 [6779]  PCDService: No value for key [EULA] in hive [{CDC977A9-B3BA-4320-BD28-96F2CC91B9E9}] in master.
    2014-11-17 14:02:10 [6779]  PCDService: No value for key [Registration] in hive [{CDC977A9-B3BA-4320-BD28-96F2CC91B9E9}] in master.
    2014-11-17 14:02:10 [6779]  PCDService: No value for key [Registration] in hive [{7DFEBBA4-81E1-425B-BBAA-06E9E5BBD97E}] in master.
    2014-11-17 14:02:10 [6779]  PCDService: No value for key [Updates] in hive [{CDC977A9-B3BA-4320-BD28-96F2CC91B9E9}] in master.
    2014-11-17 14:02:10 [6779]  PCDService: No value for key [Updates] in hive [{7DFEBBA4-81E1-425B-BBAA-06E9E5BBD97E}] in master.
    2014-11-17 14:02:10 [6779]  AMT: Application can be serialized (sif file found).
    2014-11-17 14:02:10 [6779]  config: Setting current license to DesignSuitePremium-CS5-Mac-GM [en_US]
    2014-11-17 14:02:10 [6779]  PCDService: No value for key [AMTConfigPath] in hive [{CDC977A9-B3BA-4320-BD28-96F2CC91B9E9}] in cache.
    2014-11-17 14:02:10 [6779]  PCDService: No value for key [ExpirationDate] in hive [Photoshop-CS5-Mac-GM] in master.
    2014-11-17 14:02:10 [6779]  AMT: Subsequent launch (serial [95459259782253172931]).
    2014-11-17 14:02:10 [6779]  AMT: Application state initialized.  Obtaining Product License.
    2014-11-17 14:02:10 [6779]  AMT: Obtaining client features from cache.
    2014-11-17 14:02:10 [6779]  PCDService: No value for key [AMT_ALLOW_DRAGDROP_INSTALL_3.0] in hive [DesignSuitePremium-CS5-Mac-GM{|}en_US] in cache.
    2014-11-17 14:02:10 [6779]  PCDService: No value for key [AMT_REQUEST_NO_TAMPERPROOFING_3.3] in hive [DesignSuitePremium-CS5-Mac-GM{|}en_US] in cache.
    2014-11-17 14:02:10 [6779]  PCDService: No value for key [Photoshop_Premium_12.0] in hive [DesignSuitePremium-CS5-Mac-GM{|}en_US] in cache.
    2014-11-17 14:02:10 [6779]  PCDService: No value for key [Photoshop_Base_12.0] in hive [DesignSuitePremium-CS5-Mac-GM{|}en_US] in cache.
    2014-11-17 14:02:10 [6779]  PCDService: No value for key [Bridge_Base_4.0] in hive [DesignSuitePremium-CS5-Mac-GM{|}en_US] in cache.
    2014-11-17 14:02:10 [6779]  PCDService: No value for key [Bridge_CameraRaw_4.0] in hive [DesignSuitePremium-CS5-Mac-GM{|}en_US] in cache.
    2014-11-17 14:02:10 [6779]  PCDService: No value for key [MobileCenter_Base_3.0] in hive [DesignSuitePremium-CS5-Mac-GM{|}en_US] in cache.
    2014-11-17 14:02:10 [6779]  AMT: Obtaining client product info from cache.
    2014-11-17 14:02:10 [6779]  PCDService: No value for key [ExpirationDate] in hive [Photoshop-CS5-Mac-GM] in master.
    2014-11-17 14:02:10 [6779]  PCDService: No value for key [ExpirationDate] in hive [Photoshop-CS5-Mac-GM] in master.
    2014-11-17 14:02:10 [6779]  AMT: Running in PROV_APP
    2014-11-17 14:02:10 [6779]  PCDService: No value for key [EULADelay] in hive [{CDC977A9-B3BA-4320-BD28-96F2CC91B9E9}] in master.
    2014-11-17 14:02:10 [6779]  PCDService: No value for key [EULADelay] in hive [{CDC977A9-B3BA-4320-BD28-96F2CC91B9E9}] in master.
    2014-11-17 14:02:10 [6779]  PCDService: No value for key [MediaTag] in hive [{CDC977A9-B3BA-4320-BD28-96F2CC91B9E9}] in master.
    2014-11-17 14:02:10 [6779]  config: No media tag found for payload {CDC977A9-B3BA-4320-BD28-96F2CC91B9E9}
    2014-11-17 14:02:10 [6779]  config: Using default media policy RET
    2014-11-17 14:02:10 [6779]  uiswitch: EULA has already been accepted.
    2014-11-17 14:02:10 [6779]  AMT: This is a subsequent launch. Deferring services.
    2014-11-17 14:02:10 [6779]  performance: AMTObtainProductLicense took 28.857000 ms
    There is something interesting in /var/log/system.log though:
    Nov 17 14:02:10 xxx Adobe Photoshop CS5[6779]: DebugAssert: Adobe Crash Reporter: logTransportBundle != NULL err TransportCallInitialize: Couldn't create the Adobe Crash Reporter.app bundle[/Users/vsagar/work/CrashReporter/CR3.0Daemon/CrashReporter/Mac/AdobeCrashReporterF ramework/main.cpp:265]
    Nov 17 14:02:10 xxx Adobe Photoshop CS5[6779]: WARNING: The Gestalt selector gestaltSystemVersion is returning 10.9.0 instead of 10.10.0. Use NSProcessInfo's operatingSystemVersion property to get correct system version number.
      Call location:
    Nov 17 14:02:10 xxx Adobe Photoshop CS5[6779]: 0   CarbonCore                          0x00007fff95743dc3 ___Gestalt_SystemVersion_block_invoke + 113
    Nov 17 14:02:10 xxx Adobe Photoshop CS5[6779]: 1   libdispatch.dylib                   0x00007fff95425c13 _dispatch_client_callout + 8
    Nov 17 14:02:10 xxx Adobe Photoshop CS5[6779]: 2   libdispatch.dylib                   0x00007fff95425b26 dispatch_once_f + 117
    Nov 17 14:02:10 xxx Adobe Photoshop CS5[6779]: 3   CarbonCore                          0x00007fff956ec4da _Gestalt_SystemVersion + 987
    Nov 17 14:02:10 xxx Adobe Photoshop CS5[6779]: 4   CarbonCore                          0x00007fff956ec0c7 Gestalt + 144
    Nov 17 14:02:10 xxx Adobe Photoshop CS5[6779]: 5   Adobe Photoshop CS5                 0x00000001000a1dd5 Adobe Photoshop CS5 + 662997
    Nov 17 14:02:10 xxx Adobe Photoshop CS5[6779]: 6   Adobe Photoshop CS5                 0x00000001000a1f58 Adobe Photoshop CS5 + 663384
    Nov 17 14:02:14 xxx Adobe Photoshop CS5[6779]: GetDYLDEntryPointWithImage(/System/Library/Frameworks/AppKit.framework/Versions/Current/A ppKit,_NSCreateAppKitServicesMenu) failed.
    Has anyone else encountered this?  Does anything jump out that I missed?
    Thanks.

    I'll try and help as much as I know.
    Have you also installed the 12.0.4 update?
    Adobe - Photoshop : For Macintosh : Adobe Photoshop 12.0.4 update for Adobe Photoshop CS5
    Also the 10.10.1 Yosemite update is now available. (I need more coffee )
    Gene

  • InDesign won't start (PC) Plug-in conflict error message

    Hi, I'd really appreciate some help with this problem detailed below. Please note that i do not have the option to uninstall and reinstall the program. My disc is on a boat - I sent it snail mail back to Ireland from Australia. I am doing a graphic design course online so it's essential that I get this working again. Any advice would be greatly appreciated.Thanks in advance for your assistance.
    PROBLEM: I cannot open Adobe InDesign. It displays one of two error messages
    "The InDesign.exe plug-in conflicts with InDesign.exe. Try removing one of the two plug-ins from the Plug-Ins folder and restart InDesign"
    OR now more often:
    "This programme has stopped working and that Windows is checking for a solution... ... ... A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available."
    There are a range of errors in the AMT launch log (see below) however I don't know what they mean or how to proceed. Tried to search on the forum but it's all a bit over my head at this stage.
    Here's the status on the troubleshooting I attempted based on the Adobe help information
    http://helpx.adobe.com/creative-suite/kb/troubleshoot-launch-issues-problems-cs5.html
    temporarily disabled plugins - COMPLETED / PROBLEM PERSISTS
    recreated preferences (manual) - COMPLETED / PROBLEM PERSISTS
    disable compatibility mode - COMPLETED / was not on compatibility mode
    disabled start-up items and services - COMPLETED / PROBLEM PERSISTS
    login with different account - NOT COMPLETE (there's only one account and it's an admin account)
    delete all adobefnt*lst.files - COMPLETED / PROBLEM PERSISTS
    troubleshoot font issues - COMPLETED/ PROBLEM PERSISTS
    update video card driver - NOT COMPLETE (don't see how this is relevant to the problem)
    search knowledge base - COMPLETED/ couldn't find any more relevant information
    use Adobe Support Advisor - NOT COMPLETED (it says this is for installation failure so doesn't seem relevant)
    viewed AMT launch log COMPLETED / "no value for key" items detected (see below for full script) (I have no idea what any of it means. some of it seems to refer to expiry date - please note that this is a student version purchased in 2013 and only installed on this computer) (checked the list of launch log errors and couldn't see any matching info: (Installation, launch log errors | CS5, CS5.5, CS6, CCM)
    ALSO: attempted to update Adobe InDesign with with the 8.0.2 Update directly from the Adobe site: but the follow error message shows when I try to apply the updates: "Update Failed. Updates could not be applied. Adobe Application Manager may be damaged. Download and install a new copy..." Instead I found the original Application Manager (UpdateInstaller) in the Program Files, opened this and it successfully Identified and downloaded the updates.
    AMT Result (Note: the error message did not mention plug-in conflict in this instance)
    2014-06-23 01:53:16 [9096]  AMT: START SESSION, library version 6.0.0.75,6.0
    2014-06-23 01:53:16 [9096]  AMT: Initializing C:\Program Files (x86)\Adobe\Adobe InDesign CS6
    2014-06-23 01:53:16 [9096]  AMT: Adobe License Manager version 3.5 (build 2.0) RELEASE
    2014-06-23 01:53:16 [9096]  AMT: Virtualization Turned off
    2014-06-23 01:53:16 [9096]  PCDService: PCD Service in non-threaded mode
    2014-06-23 01:53:16 [9096]  performance: AMTPreObtainProductLicense took 0.826889 ms
    2014-06-23 01:53:16 [9096]  AMT: RW check key updated !
    2014-06-23 01:53:16 [9096]  AMT: App Product Locale [0] = en_GB
    2014-06-23 01:53:16 [9096]  config: Loading configuration for C:\Program Files (x86)\Adobe\Adobe InDesign CS6\AMT\application.xml
    2014-06-23 01:53:16 [9096]  config: Found payload code {CFB770D7-8D43-1014-922B-CC2715FADE3F}
    2014-06-23 01:53:16 [9096]  PCDService: found driver code {402F6F2E-5683-491C-977D-0CA599A07CAF}
    2014-06-23 01:53:16 [9096]  config: config: Host app was installed, using installed license configuration.
    2014-06-23 01:53:16 [9096]  PCDService: Failed to read value for key [FLMap] in hive [InDesign-CS6-Win-GM{|}ALL] from cache : 769
    2014-06-23 01:53:16 [9096]  config: Setting current license to the driver at startup because no mapping was found.
    2014-06-23 01:53:16 [9096]  config: Setting current license to DesignWebSuitePremium-CS6-Win-GM [ALL]
    2014-06-23 01:53:16 [9096]  config: payload code: {CFB770D7-8D43-1014-922B-CC2715FADE3F}
    2014-06-23 01:53:16 [9096]  config: driver payload code: {402F6F2E-5683-491C-977D-0CA599A07CAF}
    2014-06-23 01:53:16 [9096]  config: driver licensing code: DesignWebSuitePremium-CS6-Win-GM
    2014-06-23 01:53:16 [9096]  config: current licensing code: DesignWebSuitePremium-CS6-Win-GM
    2014-06-23 01:53:16 [9096]  config: current locale code: ALL
    2014-06-23 01:53:16 [9096]  config: Done loading configuration
    2014-06-23 01:53:16 [9096]  config: Setting insalled locales
    2014-06-23 01:53:16 [9096]  config: Changing locale to "en_GB" because old locale "" is not in the new list of installed languages
    2014-06-23 01:53:16 [9096]  AMT: Installed Locale  [0] = en_GB
    2014-06-23 01:53:16 [9096]  AMT: Reordered Locale  [0] = en_GB
    2014-06-23 01:53:16 [9096]  AMT: config: Finding license info for payload: {402F6F2E-5683-491C-977D-0CA599A07CAF}
    2014-06-23 01:53:16 [9096]  AMT: config: PayloadCode: {CFB770D7-8D43-1014-922B-CC2715FADE3F}
    2014-06-23 01:53:16 [9096]  AMT: config: Driver PayloadCode: {402F6F2E-5683-491C-977D-0CA599A07CAF}
    2014-06-23 01:53:16 [9096]  AMT: config: Installed LicensingCode: DesignWebSuitePremium-CS6-Win-GM
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{CFB770D7-8D43-1014-922B-CC2715FADE3F}] in master : 10
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [BridgeTalkCode] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [ISO_TAGGING_DISABLED] in hive [InDesign-CS6-Win-GM] in master : 10
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [EULA] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [Registration] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [Registration] in hive [{CFB770D7-8D43-1014-922B-CC2715FADE3F}] in master : 10
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [Growl] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [Growl] in hive [{CFB770D7-8D43-1014-922B-CC2715FADE3F}] in master : 10
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [EULAForPassive] in hive [InDesign-CS6-Win-GM] in master : 10
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [EULAForPassive] in hive [DesignWebSuitePremium-CS6-Win-GM] in master : 10
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [Updates] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [Updates] in hive [{CFB770D7-8D43-1014-922B-CC2715FADE3F}] in master : 10
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [SuiteFeatureCount] in hive [DesignWebSuitePremium-CS6-Win-GM] in master : 10
    2014-06-23 01:53:16 [9096]  AMT: Application can be serialized (Non Passive App).
    2014-06-23 01:53:16 [9096]  PCDService: Failed to read value for key [LicensedLocales] in hive [InDesign-CS6-Win-GM{|}LicLoc] from cache : 769
    2014-06-23 01:53:16 [9096]  config: Setting current license to DesignWebSuitePremium-CS6-Win-GM [en_GB]
    2014-06-23 01:53:16 [9096]  config: Enigma Data Found from SLCache
    2014-06-23 01:53:16 [9096]  PCDService: Failed to read value for key [AMTConfigPath] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] from cache : 769
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [ExpirationDate] in hive [InDesign-CS6-Win-GM] in master : 10
    2014-06-23 01:53:16 [9096]  AMT: Subsequent launch (serial [90148891609238039971]).
    2014-06-23 01:53:16 [9096]  AMT: Application state initialized.  Obtaining Product License.
    2014-06-23 01:53:16 [9096]  AMT: Obtaining client features from cache.
    2014-06-23 01:53:16 [9096]  AMT: Obtaining client product info from cache.
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [ExpirationDate] in hive [InDesign-CS6-Win-GM] in master : 10
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [ENABLE_GUEST] in hive [DesignWebSuitePremium-CS6-Win-GM] in master : 10
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [ExpirationDate] in hive [InDesign-CS6-Win-GM] in master : 10
    2014-06-23 01:53:16 [9096]  AMT: Running in PROV_APP
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [EULADelay] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [EULADelay] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [MediaTag] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2014-06-23 01:53:16 [9096]  config: No media tag found for payload {402F6F2E-5683-491C-977D-0CA599A07CAF}
    2014-06-23 01:53:16 [9096]  config: Using default media policy RET
    2014-06-23 01:53:16 [9096]  uiswitch: EULA has already been accepted.
    2014-06-23 01:53:16 [9096]  AMT: This is a subsequent launch. Deferring services.
    2014-06-23 01:53:16 [9096]  performance: AMTObtainProductLicense took 15.475057 ms
    2014-06-23 01:53:16 [9096]  AMT: Pre-Validating Product License.
    2014-06-23 01:53:17 [9096]  AMT: Services not yet loaded in this session.
    2014-06-23 01:53:17 [9096]  AMT: Loading services in background to get ready for Validate call.
    2014-06-23 01:53:17 [9096]  AMT: Spawning background thread to load services.
    2014-06-23 01:53:17 [9096]  performance: AMTPreValidateProductLicense took 98.811836 ms
    2014-06-23 01:53:17 [9096]  AMT: Starting work on prevalidate thread.
    2014-06-23 01:53:17 [9096]  performance: AMTGetProductClearSerialNumber took 0.012033 ms
    2014-06-23 01:53:17 [9096]  AMT: RW check key updated !
    2014-06-23 01:53:17 [9096]  AMT: AMT: PreValidating Product License.
    2014-06-23 01:53:17 [9096]  AMT: Launch Workflow not yet done in this session.
    2014-06-23 01:53:17 [9096]  AMT: Starting Background Subsequent Launch Workflow
    2014-06-23 01:53:17 [9096]  AMT: Starting ALM workflow.
    2014-06-23 01:53:17 [9096]  AMT: Initializing ALM for serialized activation.
    2014-06-23 01:53:17 [9096]  ALMService: Initializing as licensed app
    2014-06-23 01:53:17 [9096]  ALM: _info_: Start ALM 3.5 Release (build 3.5.2.0)
    2014-06-23 01:53:17 [9096]  SLCoreService: Starting up SLCore 2.0 Release (build 2.0.1.301001).
    2014-06-23 01:53:17 [9096]  SLCoreService: Service construction took 0.0 ms and succeed.
    2014-06-23 01:53:17 [9096]  ALM: _info_: LEID passed DesignWebSuitePremium-CS6-Win-GM is used to configure SLCore = 0
    2014-06-23 01:53:17 [9096]  ALM: _info_: Host app is Licensable App
    2014-06-23 01:53:17 [9096]  ALM: _info_: Got DOM List from FA_Set
    2014-06-23 01:53:17 [9096]  ALM: _info_: Found LEID InDesign-CS6-Win-GM with AMT Path C:\Program Files (x86)\Adobe\Adobe InDesign CS6\AMT
    2014-06-23 01:53:17 [9096]  ALM: _info_: Found LEID DesignWebSuitePremium-CS6-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\Adobe Creative Suite 6 Design and Web Premium\AMT
    2014-06-23 01:53:17 [9096]  PCDService: No value for key [MediaTag] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2014-06-23 01:53:17 [9096]  config: No media tag found for payload {402F6F2E-5683-491C-977D-0CA599A07CAF}
    2014-06-23 01:53:17 [9096]  config: Using default media policy RET
    2014-06-23 01:53:17 [9096]  ALM: _info_: MediaTagPolicy is RET
    2014-06-23 01:53:17 [9096]  PCDService: No value for key [NTL_WO_SN] in hive [DesignWebSuitePremium-CS6-Win-GM] in master : 10
    2014-06-23 01:53:17 [9096]  ALM: _info_: Canonical LEID is InDesign-CS6-Win-GM
    2014-06-23 01:53:17 [9096]  ALM: _info_: Driver LEID is DesignWebSuitePremium-CS6-Win-GM
    2014-06-23 01:53:17 [9096]  ALM: _info_: Set Running Locale to en_GB
    2014-06-23 01:53:17 [9096]  AMT: Performing ALM silent license verification.
    2014-06-23 01:53:17 [9096]  ALM: _info_: Validate license at Post-Chrome time, running locale is en_GB
    2014-06-23 01:53:17 [9096]  ALM: _info_: Searching license for locale en_GB ...
    2014-06-23 01:53:17 [9096]  PCDService: Failed to read value for key [901488916092380399712457] in hive [RejectedSNDomain_CS5] from cache : 769
    2014-06-23 01:53:17 [9096]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_GB
    2014-06-23 01:53:17 [9096]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2014-06-23 01:53:17 [9096]  ALM: _info_: Found existing serialization under LEID DesignWebSuitePremium-CS6-Win-GM, the serial number locale is en_GB
    2014-06-23 01:53:17 [9096]  ALM: _info_: This is the running locale, stop the search
    2014-06-23 01:53:17 [9096]  PCDService: Failed to read value for key [901488916092380399712457] in hive [RejectedSNDomain_CS5] from cache : 769
    2014-06-23 01:53:17 [9096]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_GB
    2014-06-23 01:53:17 [9096]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2014-06-23 01:53:17 [9096]  PCDService: Failed to read value for key [901488916092380399712457] in hive [RejectedSNDomain_CS5] from cache : 769
    2014-06-23 01:53:17 [9096]  PCDService: Failed to read value for key [901488916092380399712457] in hive [RejectedSNDomain_CS5] from cache : 769
    2014-06-23 01:53:17 [9096]  config: Setting current license to DesignWebSuitePremium-CS6-Win-GM [en_GB]
    2014-06-23 01:53:17 [9096]  SLCoreService: Syncing to license store...
    2014-06-23 01:53:17 [9096]  SLCoreService: Found server mkey.
    2014-06-23 01:53:17 [9096]  SLCoreService: Loading license references...
    2014-06-23 01:53:17 [9096]  SLCoreService: Found 2 license file(s)
    2014-06-23 01:53:17 [9096]  SLCoreService: Parsing license file [154259085.lic] succeed.
    2014-06-23 01:53:17 [9096]  SLCoreService: Parsing license file [65843405.lic] succeed.
    2014-06-23 01:53:17 [9096]  SLCoreService: License store synchronization took 208.4 ms and succeed.
    2014-06-23 01:53:17 [9096]  SLCoreService: Query license: type = 3, duration = permanent, remaining = permanent.
    2014-06-23 01:53:17 [9096]  SLCoreService: Query license: type = 3, duration = permanent, remaining = permanent.
    2014-06-23 01:53:17 [9096]  ALM: _info_: License Is Valid.
    2014-06-23 01:53:17 [9096]  SLCoreService: Query license: type = 3, duration = permanent, remaining = permanent.
    2014-06-23 01:53:17 [9096]  PCDService: No value for key [PDApp_WF] in hive [DesignWebSuitePremium-CS6-Win-GM] in cache : 519
    2014-06-23 01:53:17 [9096]  SLCoreService: Query license: type = 3, duration = permanent, remaining = permanent.
    2014-06-23 01:53:17 [9096]  ALM: _info_: Performing Disabled Check
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Acrobat_10.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Acrobat_Base_10.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Acrobat_Distiller_10.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Acrobat_Professional_10.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Bridge_Base_5.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Bridge_CameraRaw_5.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Bridge_ColorSettings_5.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Bridge_MiniBridge_2.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature CreativeSuite_6.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature CreativeSuite_DesignWebPremium_6.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Dreamweaver_12.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Dreamweaver_Base_12.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Fireworks_12.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Fireworks_Base_12.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Flash_12.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Flash_Base_12.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Flash_Pro_12.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Illustrator_16.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Illustrator_Base_16.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature InDesign_8.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature InDesign_Base_8.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature MediaEncoder_Base_3.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Photoshop_13.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Photoshop_Base_13.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Photoshop_Premium_13.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: No value for key [DataColl] in user dictionary.
    2014-06-23 01:53:17 [9096]  ALM: _info_: No data collection required
    2014-06-23 01:53:17 [9096]  ALM: _info_: Launching Silent Activator in Emergency Mode...
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Acrobat_10.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Acrobat_Base_10.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Acrobat_Distiller_10.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Acrobat_Professional_10.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Bridge_Base_5.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Bridge_CameraRaw_5.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Bridge_ColorSettings_5.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Bridge_MiniBridge_2.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature CreativeSuite_6.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature CreativeSuite_DesignWebPremium_6.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Dreamweaver_12.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Dreamweaver_Base_12.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Fireworks_12.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Fireworks_Base_12.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Flash_12.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Flash_Base_12.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Flash_Pro_12.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Illustrator_16.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Illustrator_Base_16.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature InDesign_8.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature InDesign_Base_8.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature MediaEncoder_Base_3.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Photoshop_13.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Photoshop_Base_13.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Photoshop_Premium_13.0 is enabled.
    2014-06-23 01:53:17 [9096]  PCDService: No value for key [ALM_Info_S1] in hive [DesignWebSuitePremium-CS6-Win-GM{|}en_GB] in cache : 519
    2014-06-23 01:53:17 [9096]  ALM: _info_: Performing Block Check
    2014-06-23 01:53:17 [9096]  SLCoreService: Query license: type = 3, duration = permanent, remaining = permanent.
    2014-06-23 01:53:17 [9096]  ALM: _info_: Block Check ByPassed
    2014-06-23 01:53:17 [9096]  SLCoreService: Query license: type = 3, duration = permanent, remaining = permanent.
    2014-06-23 01:53:17 [9096]  ALM: _time_: (func: ALM_License_SilentValidate, duration: 0.265 sec)
    2014-06-23 01:53:17 [9096]  ALM: _info_: ALM_License_SilentValidate return license status: Valid And Activated
    2014-06-23 01:53:17 [9096]  config: Enigma Data Found from SLCache
    2014-06-23 01:53:17 [9096]  AMT: License check shows serialized product is already activated.
    2014-06-23 01:53:17 [9096]  PCDService: No value for key [STORE_URL] in hive [InDesign-CS6-Win-GM] in master : 10
    2014-06-23 01:53:17 [9096]  PCDService: Failed to get enigma data from hive [901487007673310060752956]: 769
    2014-06-23 01:53:17 [9096]  PCDService: Failed to get enigma data from hive [901487007673310060752956]: 769
    2014-06-23 01:53:17 [9096]  PCDService: No value for key [NTL_WO_SN] in hive [InDesign-CS6-Win-GM] in master : 10
    2014-06-23 01:53:17 [9096]  AMT: Running in PROV_APP
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value WorkFlowType [SilentActivator]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value LaunchMode [postchrome]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppName [CS6 Design and Web Premium]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppPath [C:\Program Files (x86)\Adobe\Adobe InDesign CS6]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppLaunchPath [C:\Program Files (x86)\Adobe\Adobe InDesign CS6\InDesign.exe]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppRunningLEID [InDesign-CS6-Win-GM]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppDriverLEID [DesignWebSuitePremium-CS6-Win-GM]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppLicensingLEID [DesignWebSuitePremium-CS6-Win-GM]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AdobeCode [{CFB770D7-8D43-1014-922B-CC2715FADE3F}]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value DriverAdobeCode [{402F6F2E-5683-491C-977D-0CA599A07CAF}]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppAMTPath [C:\Program Files (x86)\Adobe\Adobe InDesign CS6\AMT]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppDriverAMTPath [C:\Program Files (x86)\Common Files\Adobe\Adobe Creative Suite 6 Design and Web Premium\AMT]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppLicensingAMTPath [C:\Program Files (x86)\Common Files\Adobe\Adobe Creative Suite 6 Design and Web Premium\AMT]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppTrialSerialNumber [901487007673310060752956]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value ShowEULA [false]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value BuyURL [http://www.adobe.com/go/buy?]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AdobeIDCreated [true]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppAMTBkGndFilePath [C:\Program Files (x86)\Adobe\Adobe InDesign CS6\AMT\LMResources\background.png]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppAMTLogoFilePath [C:\Program Files (x86)\Adobe\Adobe InDesign CS6\AMT\LMResources\adobelogo.png]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppAMTLicenseAFAQFilePath [C:\Program Files (x86)\Adobe\Adobe InDesign CS6\OBLRes\en_GB\LicenseFAQ.html]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppAMTConnectionFAQFilePath [C:\Program Files (x86)\Adobe\Adobe InDesign CS6\OBLRes\en_GB\ConnectionFAQ.html]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppRunningLocale [en_GB]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppListOfLocales [en_GB]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppProcessID []
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value ProductID [543]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value ProductVersion [6.0]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value Platform [0]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppHostAppType [ALM_HostAppType_LicensedProduct]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppEULAFolderPath []
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value NoTrial [0]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value UpgradeCheckRequired [0]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value ExtendedProfileRegURL [http://www.adobe.com/go/adobemembership_uk?productID=543&release=6.0&platform=0&locale=en_ GB&source=PCSTHX]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value ClaimSource [nag_trial]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value RefreshWF [0]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value TrialGrace [30]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value TrialLeft [30]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value ApplicationLaunchMode [LaunchMode_UI]
    2014-06-23 01:53:17 [9096]  uiswitch: SilentActivator
    2014-06-23 01:53:17 [9096]  uiswitch: Silent Activator
    2014-06-23 01:53:17 [9096]  uiswitch: Launched
    2014-06-23 01:53:17 [9096]  ALM: _info_: Entered ALM_NeedANAG
    2014-06-23 01:53:17 [9096]  PCDService: No value for key [ADOBEID_EXT_PROFILE] in hive [901488916092380399712457] in cache : 519
    2014-06-23 01:53:17 [9096]  ALM: _info_: Exiting ALM_NeedANAG
    2014-06-23 01:53:17 [9096]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2014-06-23 01:53:17 [9096]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{CFB770D7-8D43-1014-922B-CC2715FADE3F}] in master : 10
    2014-06-23 01:53:17 [9096]  PCDService: No value for key [Updates] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2014-06-23 01:53:17 [9096]  PCDService: No value for key [Updates] in hive [{CFB770D7-8D43-1014-922B-CC2715FADE3F}] in master : 10
    2014-06-23 01:53:17 [9096]  AUMService: config: No AdobeUpdaterCode found in configuration; AUM will be disabled.
    2014-06-23 01:53:17 [9096]  ServiceLoader: looking for library C:\Program Files (x86)\Adobe\Adobe InDesign CS6\updaternotifications.dll
    2014-06-23 01:53:17 [9096]  ServiceLoader: Found library C:\Program Files (x86)\Adobe\Adobe InDesign CS6\updaternotifications.dll
    2014-06-23 01:53:17 [9096]  AUMService: IsUpdaterEnabled call
    2014-06-23 01:53:17 [9096]  AUMService: IsUpdaterEnabled call succeeded
    2014-06-23 01:53:17 [9096]  ALM: _info_: Deactivation menu is enabled
    2014-06-23 01:53:17 [9096]  AMT: Completed Launch Workflow successfully.
    2014-06-23 01:53:17 [9096]  AMT: Calling AUM API to create scheduler entry to be used by updater.
    2014-06-23 01:53:17 [9096]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2014-06-23 01:53:17 [9096]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{CFB770D7-8D43-1014-922B-CC2715FADE3F}] in master : 10
    2014-06-23 01:53:17 [9096]  PCDService: No value for key [Updates] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2014-06-23 01:53:17 [9096]  PCDService: No value for key [Updates] in hive [{CFB770D7-8D43-1014-922B-CC2715FADE3F}] in master : 10
    2014-06-23 01:53:17 [9096]  AUMService: config: No AdobeUpdaterCode found in configuration; AUM will be disabled.
    2014-06-23 01:53:17 [9096]  AUMService: IsUpdaterEnabled call
    2014-06-23 01:53:17 [9096]  AUMService: IsUpdaterEnabled call succeeded
    2014-06-23 01:53:17 [9096]  AUMService: Get LEID xml call
    2014-06-23 01:53:17 [9096]  AUMService: Get LEID XML call succeeded
    2014-06-23 01:53:17 [9096]  AMT: AUM GetLEID called with status =0.
    2014-06-23 01:53:17 [9096]  AMT: Checking client features against cache.
    2014-06-23 01:53:17 [9096]  AMT: Feature InDesign_Base 8.0 is licensed (was licensed).
    2014-06-23 01:53:17 [9096]  AMT: Feature InCopy_Base 8.0 is unlicensed (was unlicensed).
    2014-06-23 01:53:17 [9096]  AMT: Validating client product info against cache.
    2014-06-23 01:53:17 [9096]  PCDService: No value for key [ExpirationDate] in hive [InDesign-CS6-Win-GM] in master : 10
    2014-06-23 01:53:17 [9096]  AMT: Starting Data Collection for SWTag_Init()
    2014-06-23 01:53:17 [9096]  AMT: DoISOTagging() productCanonicalLEID = InDesign-CS6-Win-GM;outMappedLEID =  DesignWebSuitePremium-CS6-Win-GM, unused = DesignWebSuitePremium-CS6-Win-GM
    2014-06-23 01:53:17 [9096]  AMT: DoISOTagging() productPayloadCode = {CFB770D7-8D43-1014-922B-CC2715FADE3F};driverPayloadCode =  {402F6F2E-5683-491C-977D-0CA599A07CAF}
    2014-06-23 01:53:17 [9096]  AMT: SWTag_Init() Tags Arguments CS6 Design and Web Premium; DesignWebSuitePremium-CS6-Win-GM; en_GB
    2014-06-23 01:53:17 [9096]  AMT: DoISOTagging() License Status = activated
    2014-06-23 01:53:17 [9096]  AMT: DoISOTagging() Tags 901488916092380399712457; 6.0; RETAIL
    2014-06-23 01:53:17 [9096]  AMT: DoISOTagging() Product Version 6; 0
    2014-06-23 01:53:17 [9096]  AMT: AMT: Product License PreValidated.
    2014-06-23 01:53:17 [9096]  AMT: Prevalidate indicates license is good and no UI required.
    2014-06-23 01:53:17 [9096]  performance: PreValidate thread took 379.182220 ms

    Here's a few that weren't posted too:
    Check these out:
    iPod Folder with Exclamation Point After Disconnected From Computer
    Put iPod into Disk Mode Manually – Worked for Me!
    Good Thread About iPod Sad icon/Folder with Exclamation Point
    I hope this helps!

  • Sap Faq's  in Recruitng Interview

    Hi Guys,
    In one of my interviews i have faced these type of questions.So can some one
    Pls. give me  idea on this?
    1)Describe a situation where there was a conflict with the client over an issue and how did you handle it.
    2) Give an example of a situation where you made a decision that had an adverse impact on your client.  How did you solve the problem or move forward?
    3) Describe a situation where you slipped behind your deadline.  What was the impact on the client? How did you control the outcome?
    4) Give an example of an accomplishment or situation that you are particularly proud of?
    Thanks
    Ranga

    Hi Ranga
    1) Describe a situation where there was a conflict with the client over an issue and how did you handle it.
    Answer: You must maintain proper documentation of minutes which will help in this situatuation. Any sort of decisions shall be recorded and circulated. With chronological way organizing minutes, you can overcome the conflict situation by
    2) Give an example of a situation where you made a decision that had an adverse impact on your client. How did you solve the problem or move forward?
    Answer: Prepare a document with mapping of process steps which have lead to take the decision and identify the root causes for not anticipating the adverse impact. I am sure there will be proper reasons for decision making and also for not anticipating adverse impact. With this, you can restore the trust in client to go ahead with corrective step.
    3) Describe a situation where you slipped behind your deadline. What was the impact on the client? How did you control the outcome?
    Answer: As like answer 2, you must clearly identify the reasons for slip. The genuine reasons will be excused. However you must anticipate the possible slip and shall be escalated in advance rather than scanning after occurrence of slip. 
    4) Give an example of an accomplishment or situation that you are particularly proud of?
    Answer: Obtain client’s feedback on the accomplishment if possible. An achievement will be a KPI of customer satisfaction survey. Publish the customer feedback among your peers.

  • Problems with the article Building JSR 168-Compliant Portlets with Sun Java

    i try to make my first portlet with the article Building JSR 168-Compliant Portlets with Sun Java Studio Enterprise
    But when start the portlet simulator in the sun java studio i have an error. I did all that the article says. Please help me!!
    Thanks and sorry for my english
    Errors generated by provider instance - see log output
    Error in provider method getContent(): com.sun.portal.providers.ProviderException: JSPProvider.processJSPFile(): jsp=HarnessPortletContent.jsp, java.lang.NullPointerException
    Message: Locale string - es_ES
    Message: Obtained client type - html.
    Message: Got session property "filePath" = "null".
    Message: Locale string - es_ES
    Message: Got String property "contentPage" for channel "HarnessPortletChannel" = "HarnessPortletContent.jsp".
    Message: Locale string - es_ES
    Message: Obtained client type - html.
    Message: Client path - null
    Message: Obtained template path: C:\Documents and Settings\jbonardi\jstudio_6ee_user\ps\desktop\default\HarnessPortletChannel\HarnessPortletContent.jsp
    Message: Set session property "javax.portlet.http_session_id" to object "BC7F955E23394EF2EA8772E8B60F1CC4".
    Message: Got localized String property "title" for channel "HarnessPortletChannel" = "HarnessPortletProvider".
    Message: Boolean property "isEditable" for channel "HarnessPortletChannel" does not exist.
    Message: Got localized String property "description" for channel "HarnessPortletChannel" = "HarnessPortletProvider".
    Message: String property "helpURL" for channel "HarnessPortletChannel" exists.
    Message: Got String property "helpURL" for channel "HarnessPortletChannel" = "desktop/usedesk.htm".
    Message: Locale string - es_ES
    Message: Got String property "docroot" for channel "HarnessPortletChannel" = "/portalserver/docs/".
    Message: Got String property "contentPage" for channel "HarnessPortletChannel" = "HarnessPortletContent.jsp".
    Message: Boolean property "showExceptions" for channel "HarnessPortletChannel" does not exist.
    Message: Locale string - es_ES
    Message: Obtained client type - html.
    Message: Client path - null
    Message: Obtained template path: C:\Documents and Settings\jbonardi\jstudio_6ee_user\ps\desktop\default\HarnessPortletChannel\HarnessPortletContent.jsp
    Message: Locale string - es_ES
    Message: Obtained client type - html.
    Message: Client path - null
    Message: Obtained template most specific path: C:\Documents and Settings\jbonardi\jstudio_6ee_user\ps\desktop\default\HarnessPortletChannel\HarnessPortletContent.jsp
    Message: Obtained client type - html.
    Message: Got collection property "hasHelpByMimeType" for channel "portlet_GoogleSearchPortlet.
    Message: Got localized String property "title" for channel "portlet_GoogleSearchPortlet" = "__Portlet__portlet.GoogleSearchPortlet".
    Message: Boolean property "isEditable" for channel "portlet_GoogleSearchPortlet" exists.
    Message: Got String property "entityIDPrefix" for channel "portlet_GoogleSearchPortlet" = "portlet|GoogleSearchPortlet".
    Message: Got session property "javax.portlet.portletc.renderParams.portlet|GoogleSearchPortlet|portlet_GoogleSearchPortlet" = "null".
    Message: Got session property "javax.portlet.portletc.portlet|GoogleSearchPortlet|portlet_GoogleSearchPortlet.isTarget" = "null".
    Message: Set session property "javax.portlet.portletc.portlet|GoogleSearchPortlet|portlet_GoogleSearchPortlet.isTarget" to object "false".
    Message: Obtained client type - html.
    Message: Collection property "roleMap" for channel "portlet_GoogleSearchPortlet" does not exist.
    Message: Collection property "userInfoMap" for channel "portlet_GoogleSearchPortlet" does not exist.
    Message: Boolean property "showExceptions" for channel "HarnessPortletChannel" does not exist.
    Error: Error in provider getContent()
    <<<<<<<< Stack Backtrace:
    com.sun.portal.providers.ProviderException: JSPProvider.processJSPFile(): jsp=HarnessPortletContent.jsp, java.lang.NullPointerException
         at com.sun.portal.providers.jsp.JSPProvider.processJspFile(JSPProvider.java:880)
         at com.sun.portal.providers.jsp.JSPProvider.processJspFile(JSPProvider.java:777)
         at com.sun.portal.providers.jsp.JSPProvider.getContent(JSPProvider.java:546)
         at com.sun.portal.harness.HarnessPortletProvider.getContent(Unknown Source)
         at com.sun.portal.harness.ProviderHarness.createContent(Unknown Source)
         at com.sun.portal.harness.ProviderHarness.initProvider(Unknown Source)
         at com.sun.portal.harness.ProviderHarness.getHarness(Unknown Source)
         at org.apache.jsp.desktop_0005cdefault_0005charness_0005cPSSimTarget$jsp._jspService(desktop_0005cdefault_0005charness_0005cPSSimTarget$jsp.java:73)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.netbeans.modules.tomcat.tomcat40.runtime.IDEJspServlet$JspServletWrapper.service(IDEJspServlet.java:173)
         at org.netbeans.modules.tomcat.tomcat40.runtime.IDEJspServlet.serviceJspFile(IDEJspServlet.java:246)
         at org.netbeans.modules.tomcat.tomcat40.runtime.IDEJspServlet.service(IDEJspServlet.java:339)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:683)
         at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:574)
         at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:497)
         at org.apache.jsp.PSSim$jsp._jspService(PSSim$jsp.java:84)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.netbeans.modules.tomcat.tomcat40.runtime.IDEJspServlet$JspServletWrapper.service(IDEJspServlet.java:173)
         at org.netbeans.modules.tomcat.tomcat40.runtime.IDEJspServlet.serviceJspFile(IDEJspServlet.java:246)
         at org.netbeans.modules.tomcat.tomcat40.runtime.IDEJspServlet.service(IDEJspServlet.java:339)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:226)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:260)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:646)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:483)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:646)
         at org.netbeans.modules.web.monitor.catalina.MonitorValve.invoke(MonitorValve.java:148)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:644)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:483)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2349)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:646)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:644)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:171)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:644)
         at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:469)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:644)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:483)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:646)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:483)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1040)
         at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1151)
         at java.lang.Thread.run(Thread.java:534)
    java.lang.NullPointerException
         at com.sun.portal.harness.HarnessPortletProvider.doGetContent(Unknown Source)
         at _jspsC_0003a._Documents_00020and_00020Settings._jbonardi._jstudio_6ee_user._ps._desktop._default._HarnessPortletChannel._HarnessPortletContent_jsp._jspService(_HarnessPortletContent_jsp.java:215)
         at com.sun.portal.providers.jsp.jasper3.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sun.portal.providers.jsp.JspServletWrapper.service(JspServletWrapper.java:182)
         at com.sun.portal.providers.jsp.JSPProvider.processJspFile(JSPProvider.java:863)
         at com.sun.portal.providers.jsp.JSPProvider.processJspFile(JSPProvider.java:777)
         at com.sun.portal.providers.jsp.JSPProvider.getContent(JSPProvider.java:546)
         at com.sun.portal.harness.HarnessPortletProvider.getContent(Unknown Source)
         at com.sun.portal.harness.ProviderHarness.createContent(Unknown Source)
         at com.sun.portal.harness.ProviderHarness.initProvider(Unknown Source)
         at com.sun.portal.harness.ProviderHarness.getHarness(Unknown Source)
         at org.apache.jsp.desktop_0005cdefault_0005charness_0005cPSSimTarget$jsp._jspService(desktop_0005cdefault_0005charness_0005cPSSimTarget$jsp.java:73)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.netbeans.modules.tomcat.tomcat40.runtime.IDEJspServlet$JspServletWrapper.service(IDEJspServlet.java:173)
         at org.netbeans.modules.tomcat.tomcat40.runtime.IDEJspServlet.serviceJspFile(IDEJspServlet.java:246)
         at org.netbeans.modules.tomcat.tomcat40.runtime.IDEJspServlet.service(IDEJspServlet.java:339)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:683)
         at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:574)
         at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:497)
         at org.apache.jsp.PSSim$jsp._jspService(PSSim$jsp.java:84)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.netbeans.modules.tomcat.tomcat40.runtime.IDEJspServlet$JspServletWrapper.service(IDEJspServlet.java:173)
         at org.netbeans.modules.tomcat.tomcat40.runtime.IDEJspServlet.serviceJspFile(IDEJspServlet.java:246)
         at org.netbeans.modules.tomcat.tomcat40.runtime.IDEJspServlet.service(IDEJspServlet.java:339)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:226)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:260)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:646)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:483)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:646)
         at org.netbeans.modules.web.monitor.catalina.MonitorValve.invoke(MonitorValve.java:148)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:644)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:483)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2349)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:646)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:644)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:171)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:644)
         at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:469)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:644)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:483)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:646)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:483)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1040)
         at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1151)
         at java.lang.Thread.run(Thread.java:534)
    >>>>>>>>
    Message: Got String property "width" for channel "HarnessPortletChannel" = "thick".

    You�ve got to unmount the portal server fs from your project, disable the portlet builder plugin (Tools->options->,,,PortletBuilder) then erase the ps folder inside your ide profile and then start the portlet builder module again. Try to simulate it again and it should work.
    Regards,
    Pablo.

Maybe you are looking for