Development of Cloud connector app

Hi,
I was just trying to build a simple cloud connector app but I am not finding exact document to start [ such as where we should write a program, which language, where to host etc]
If anyone can give me a step by step procedure, it would be of very great help.
Thanks,
Nikitha

HI Nikitha -
Cloud Connectors are an old framework, so I don't recommend you build on it.  We have a new framework that allows you to extend the canvas in a much more powerful way with Actions, Decisions, Audiences and Menus (also Content for pages and emails).  You can find the documentation here:
https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCBA/index.html
for the specific questions you asked in the post: "where we should write a program, which language, and where to host" - the answer for all 3 is that it's up to you - we don't host the code for you, so you can feel free to choose your own hosting environment and whatever language are most comfortable with.

Similar Messages

  • Please Take the LightSwitch/Cloud Business App Developer Survey!

    The LightSwitch team wants to hear from developers building LightSwitch applications or Cloud Business Apps!  Please take a few minutes to complete the short survey that the team has composed. 
    We really appreciate your feedback!
    http://aka.ms/CBA-Usage-Survey
    David Kidder | Senior SDET | Microsoft | LightSwitch

    Hi Dave,
    you seem to be the only one who tries to communicate with us which is great:-). I think it doesnt make much sense to ask if we develop any new apps in Lightswitch. You should probaby ask something like "would LS be a tool of your choice for a new project
    if LS and mainly SL was actively developed and supported?". And my answer would be YES, YES, YES, definitely YES, because LightSwitch (I mean it's SL client) is by far the most productive tool I've ever used. For HTML development there are other tools
    and frameworks, more mature and more flexible and most of them are for free. To be honest, LS HTML client is (compared to the SL one) just a bad joke - doesn't expose computed properties, default values, localization is poor...(just few main reasons) but the
    main reason why I actually bought LS was that I wanted to get out of that HTML+JS+CSS+bunchofothertechnologies messy hell. Instead of it LS offered a consistent environment with ONE language of my choice (no matter if VB or C# - both are great
    anyway). So I didnt hesitate and put my money and effort into it.
    Well, from the current point of view it was the worst decision I've ever made in my professional life.
    Best regards
    Pavel

  • Creative Cloud desktop app won't sync with CS6 applications

    I am running a Windows 7 64bit machine. I had been running CS6 and CC, but had developed a wide range of problems. With the assistance of Adobe technical support I removed all Adobe software from my pc.
    My plan was to do a clean install of CS6, apply all of the updates, and then decide if I wanted to continue with the full CC subscription before installing any CC software. The initial install went fine, as did a whole bunch of upgrades. Along the way Adobe upgraded the Adobe Application Manager to the desktop Creative Cloud app.
    Within Creative Cloud it showed an update to Photoshop CS6 (something to do with a Creative Cloud version 13.1.2). So I clicked on update and got an error message and the advice to uninstall and reinstall Photoshop CS6. I followed the advice. I then started Photoshop CS6 and selected the Help -> Updates option. It launched the Adobe Application Manager and I was able to install the update. So now I think everything is good with CS6 installed and up to date, and no CC software has been installed aside from the desktop app.
    BUT when I run the Creative Cloud desktop app it still show that there is an update for Photoshop CS6! Clicking on the update button generates a message that the update failed due to a download error.
    So my problem is how do I get the CC app in sync with my actual CS6 applications?
    My second question is do I need to uninstall AAM to preclude this happening in the future (and if so, how)?

    Then it would appear the updates have been applied successfully.  You may want to try implementing solution 2 of CC desktop lists applications as "Up to Date" when not installed - http://helpx.adobe.com/creative-cloud/kb/aam-lists-removed-apps-date.html.

  • My adobe cloud desktop app seems to have stopped working.  I keep getting a error message saying Unable to reach adobe servers, please check firewall settings.

    My adobe cloud desktop app seems to have stopped working.  I keep getting a error message saying Unable to reach adobe servers, please check firewall settings.
    The creative cloud icon on the top menu bar is greyed out, and not updates show.
    I have spoke to our internal IT and my settings are the same as my colleagues who's is working fine, can anybody help with this ongoing problem?

    Grafix121 please ask your I.T. department to review the Adobe Creative Cloud Security FAQ for IT section of Creative Suite Enterprise Deployment | Adobe Developer Connection for information on how to configure your network to allow connections to the Adobe servers.

  • How can I uninstall creative cloud connector?

    Hello,
    I had my creative cloud connector linked to an older version of CS5 and now I have CS6 via creative cloud. I wanted to link the cloud connector with CS6 instead of CS5 but didn't find a way. I tried to uninstall my creative cloud connector but didn't succeed because I always get this message saying the I should first close the program that is running in the background but there is nothing running in the background. Plus the programm that supposedly is running in the background is the one I am trying to uninstall...
    I am stuck.
    Thanks for your help.
    Laurent

    You can quit the process from Activity Monitor.
    Finder > Applications > Utilities
    Also refer
    App doesn’t open | Progress wheel spins continually

  • My very first Cloud Connector

    After working with Eloqua as consultant, developer and solution architect for 8 months, I finally managed to get my first Cloud Connector.
    The purpose of this post is to reflect on the process, obstacles and general experience in working on the project.
    The Cloud Connector itself is a simple SMS blast system used in programs and campaigns to send out text messages to contacts. It saves the message and delivery information on a Custom Object for history and statistics purposes.
    The overall experience with working with the Eloqua API is not good. The API seems inconsistent, lacks functionality and most importantly have bad or missing documentation and the example codes are old and does not always reflect the current interface and return objects.
    The worst thing about this entire experience is the lack in the REST and BULK API. I did not manage to find any way to interact with the Step of the Cloud Connector using the REST API and had to use the SOAP API to get contacts in the step and complete the step for the contacts. When trying to interact with the Custom Object Records i had a similar issue. I could create and interact with the Custom Object and the Custom Object Records using the REST API, but where not allowed to update existing Custom Object Records using REST. Once again I had to use the SOAP API to get the job done.
    I started out using the REST API Client for the project and quickly threw it out. The Client only implemented the base functionality and the entity objects where not complete and hence some data where not available to my application and was discarded by the Client when serializing the JSON to an object. However the worst thing about the REST API Client was that it was hiding system messages on failure. If a failure to process the task occured, the Client simple returned a null object. So no error handling was possible as no exception was thrown nor any information on the error was returned.
    So I had to make my own interface implementation and helper functions. I would however recommend making an SDK to make it easier for developers to get working with Eloqua and expanding its functionality and integration possibilities.
    I hope others have better experiences with the Eloqua API and hope that Eloqua will try to improve the possibilities of the API.

    Hi Jonas,
    I am at the moment not doing any Eloqua projects but have made similar experiences and sticked to the SOAP API. Maybe one workarround which could save you using the wsdl which is necessary for programs and additional coding. For me it worked fine.
    1. Create a contact field
    2. In your program, you create a step where you update the contact field with a string value e.g. cloudconnector2update
    3. In your code you query for that value and get returned an array of contacts (avoid to query for more than 100 contacts at a time, otherwise an error turns up, dont ask me why). You can run e.g. a cron job to do this every minute to perform as much operations as possible.
    4. After that update processing step you might include a waiting step in order to collect the contacts for further operations. It might be practically as well to add a decision rule after the waiting step to check the value of the contact field and maybe loop contacts back.
    Cheers
    Thomas

  • Configuring SAP HANA Cloud Connector with trial account

    The free developer license includes the use of cloud connector. (message from SAP)
    When I try to set up the Initial configuration of the SAP HANA Cloud Connector as described in the SAP How-To Guide (Version 1.0, March 2013 and Technical Documentation SAP HANA Cloud, Document Version: 1.6.0 - 2013-06-18 ) I get the the message
    "Connection to https://connectivityconfig.hanatrial.ondemand.com:443 refused"
    Configuration Data of Cloud Connector Connector
    Landscape Host:        hanatrial.ondemand.com
    Account Name:         s<user>trial
    User Name:               s<user>
    Password:                 ...
    Do I have to observe further settings?

    Hi Markus,
    I'm getting same error Connect_failed  . I check with my network & basis guys There are no firewall blocking ports . Is this problem with hantrail account or what could it be? Please guide .
    Thanks,
    Vidya

  • SAP HANA Cloud Connector Login Issue

    Hi Everyone,
    Until recently my SAP HANA Cloud Connector Login was working fine. Now, when I try to login, I get the below error:
    Please let me know what could be the issue here.
    Regards,
    Lipsa

    Hi,
    I recommend to place this question under SAP HANA Cloud Platform Developer Center
    Regards,
    Ifat.

  • Error Code 201 and 213 when trying to install any Adobe application / Update my Creative Cloud Desktop App. Have tried troubleshooting with Online Chat Agents, no luck.

    I have been trying for 2 days now to get this resolved.
    Computer hashard wired internet connection, running Windows 7 Home Premium. No other issues with downloading or uploading from any other sites or programs. No other network issues reported on other computers.
    It started when I went to install Lightroom through my Creative Cloud. It prompted me to update my Creative Cloud Desktop App, which I went to do and then promptly got Error Code 201. I restarted my Creative Cloud and then skipped the update, hoping it was just an issue with that specific download. I clicked to install Lightroom and the same thing happened, Error code 201.
    I restarted my machine, and tried again. Same issue.
    I contacted Support. They had me go in and change a bunch of folder names to and add "old" to the end of them and then had me try using the Adobe Cleaner tool, which did not work. He had me go in and change some internet settings, still nothing. Same issues as before, only now with all the renaming of things I cannot even open programs I had previously been able to open like Photoshop.
    He instructed me to reinstall the CC Desktop App because the Cleaner tool was not recognizing that it existed anymore (probably something to do with renaming files.. just saying) and now I get the 201 Error when I try to reinstall the CC Desktop App.
    I ran out of time and had to stop after being on with them for over an hour.
    Today I contact back and was instructed to create a new user account on my computer and try downloading and installing the application in the new user. Same errors. 213 at first, restarted my computer and then got Error Code 201 again.
    I am getting really frustrated and really behind on my work. Any information someone could give me would be greatly appreciated. Currently waiting for a chat person to be available again.
    Thank you for your time and assistance.

    Meowia for Error 201 please see Error downloading Creative Cloud applications - http://helpx.adobe.com/creative-cloud/kb/error-downloading-cc-apps.html.  Error 213 indicates there was problem locating the update or an incorrect URL.  The troubleshooting steps are still the same as both errors are related to failure of the current network connection.

  • CC apps only have try button in Creative Cloud desktop app

    I received a free 1 year membership because i attended the Adobe Max Conference. I activated the membership in May 2013 and when I go to my profile at adobe.com it says the creative cloud membership is active until May 2014.
    I updated my Creative Cloud desktop app yesterday to download the CC apps and did not have any problems or get any errors. All my CS6 programs are listed in the app along with the CC programs but the CC programs have a try button, not install button. Do I need to re-enter my creative cloud activation code again somewhere else so the programs I download are not trial versions.
    I'm using OS10.8.4

    Jodi I am showing 4 successful activation requests from yesterday.  If you are continuing to experience difficulties then I would recommend contacting our support team.  For the best assistance, I recommend our chat support at http://adobe.ly/yxj0t6.  Our chat representatives can provide a personalized experience to resolve the issue you have described.

  • The 'Apps' tab in my Creative Cloud Desktop app shows a Download Error

    I have tried uninstalling, downloading, and reinstalling Creative Cloud Desktop and continue to get the Download Error prompt.  It either shows the Download Error prompt or it continues to just think and think and think.  All the other tabs work normally. I've also signed out and signed in of my CC account multiple times . . . with the same outcome.
    All of this started after I had updated all the available updates . . . I was also looking to install Lightroom CC.

    You may try providing full permissions to Adobe folders under ~/library/Application Support and /library/Application Support.
    Then launch Creative Cloud app and try loading Apps list 
    Still same ?
    Try below steps :
    1)
    Launch Activity Monitor and "Force Quit" all the process related to Adobe like Creative Cloud, CoreSync, AAMupdater, AAMupdater notifier, Adobe Crash demon from Activity monitor.
    2)
    Click on the Finder and look for the options listed next to Apple Icon located at the top left corner of the Desktop screen and click on "Go" menu button and select "Utilities" option.
    (Applications>Utiliites)
    Locate Adobe Creative Cloud and Adobe Application Manager folder under Utilities window and trash both folders.
    3)
    Trash Adobe Creative Cloud from Applications well.
    4)
    1) Right click on Finder icon and  select "Go-ToFolder " option.
    2) You will get a text box, type-in below command and then hit 'Return' key.( Do not miss ~ symbol)
    ~/library
    3)Then navigate to Application Support>Adobe.
    Open Adobe folder and trash folders named AAMUpdater and OOBE.
    5)
    1) Right click on Finder icon and  select "Go-To" Folder option.
    2) You will get a text box, type-in below command and then hit 'Return' key.
    /library
    3)Then navigate to Application Support>Adobe.
    Open Adobe folder and trash folders named AAMUpdater ,Adobe Application Manager and OOBE.
    6)
    Click on the below link and download & run Adobe Cleaner tool :
    Select the option "Adobe Application Manager for Mac OS X 10.6" and then click on "Clean up Selected" .
    https://helpx.adobe.com/content/help/en/creative-suite/kb/cs5-cleaner-tool-installation-pr oblems/_jcr_content/main-pars/…
    7)
    Click on the below link and download and install Creative Cloud desktop app.
    https://creative.adobe.com/products/creative-cloud

  • Creative Cloud Desktop App refuses log-in for Windows 8

    I've been getting this "unknown server error" for 4 days on my windows 8 creative cloud desktop app. I cannot install other CC aps until you resolve this.
    -- This has been a problem ever since creative cloud FORCED me to "upgrade" the creative cloud desktop app last weekend. 
    The Desktop CC app worked fine before the forced upgrade.
    The error looks like this on my screen...
    http://s24.postimg.org/rta8cf9dh/retry.png
    To solve the problem, you must explain how do I get the upgrade creative cloud app to read my correct log in info?
    I'm using windows 8, AND I've already tried the following...
    1. re-installing creative cloud from the creative cloud website (did it 4 times now)
    2. changing the folder "OOBE" to "OOBE_old" (did not work)
    3. I also tried installing this exe: PC: http://download.adobe.com/pub/adobe/creativesuite/cs/win/ApplicationManager7.0_all.exe , which did not work

    Hi Terranovascreen,
    Which OOBE folder have you renamed ? There are 2 which exist.
    Please follow the suggestion in the link below which might help :-
    http://helpx.adobe.com/creative-cloud/kb/unknown-server-error-launching-cc.html
    --Manish

  • Mac: Creative Cloud Installer.app Crashes on Launch

    Just like the title says.  Creative Cloud Installer.app on Mac OS 10.8.4 will not launch.  It just crashes.  Below is the crash log.
    I'm on Mac OS 10.8.4, 15" Retina Macbook Pro.  Adobe CS6 Production Premium is also installed.
    Process:         Creative Cloud Installer [75845]
    Path:            /Volumes/VOLUME/Creative Cloud Installer.app/Contents/MacOS/Creative Cloud Installer
    Identifier:      com.adobe.Creative-Cloud-Installer
    Version:         2.0.0.181 (2.0.0.181)
    Code Type:       X86 (Native)
    Parent Process:  launchd [178]
    User ID:         501
    Date/Time:       2013-06-21 09:51:12.318 -0700
    OS Version:      Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    /Volumes/Creative Cloud Installer/Creative Cloud Installer.app/Contents/MacOS/Creative Cloud Installer
    terminate called throwing an exception
    abort() called
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x93f7b3ba __kill + 10
    1   libsystem_kernel.dylib                  0x93f7a4bc kill$UNIX2003 + 32
    2   libsystem_c.dylib                       0x97cdf51b abort + 215
    3   libc++abi.dylib                         0x905b47e0 abort_message + 151
    4   libc++abi.dylib                         0x905b2249 default_terminate() + 34
    5   libc++abi.dylib                         0x905b2289 safe_handler_caller(void (*)()) + 13
    6   libc++abi.dylib                         0x905b22f1 std::terminate() + 23
    7   libc++abi.dylib                         0x905b33e6 __cxa_throw + 110
    8   com.adobe.Creative-Cloud-Installer          0x0013508f 0x5f000 + 876687
    9   com.adobe.Creative-Cloud-Installer          0x001351d6 0x5f000 + 877014
    10  com.adobe.Creative-Cloud-Installer          0x001348de 0x5f000 + 874718
    11  com.adobe.Creative-Cloud-Installer          0x0013494c 0x5f000 + 874828
    12  com.adobe.Creative-Cloud-Installer          0x00134c0a 0x5f000 + 875530
    13  com.adobe.Creative-Cloud-Installer          0x00134da6 0x5f000 + 875942
    14  dyld                                    0x8fe71cda ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) + 230
    15  dyld                                    0x8fe71fde ImageLoaderMachO::doInitialization(ImageLoader::LinkContext const&) + 64
    16  dyld                                    0x8fe6e268 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 356
    17  dyld                                    0x8fe6e0ba ImageLoader::runInitializers(ImageLoader::LinkContext const&, ImageLoader::InitializerTimingList&) + 62
    18  dyld                                    0x8fe5fe05 dyld::initializeMainExecutable() + 211
    19  dyld                                    0x8fe63adb dyld::_main(macho_header const*, unsigned long, int, char const**, char const**, char const**, unsigned long*) + 3050
    20  dyld                                    0x8fe5f376 dyldbootstrap::start(macho_header const*, int, char const**, long, macho_header const*, unsigned long*) + 704
    21  dyld                                    0x8fe5f077 _dyld_start + 71
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0xbffa0b34  ecx: 0xbffa0aac  edx: 0x93f7b3ba
      edi: 0x97cdf451  esi: 0xbffa0ae4  ebp: 0xbffa0ac8  esp: 0xbffa0aac
       ss: 0x00000023  efl: 0x00000282  eip: 0x93f7b3ba   cs: 0x0000000b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x97cdf444
    Logical CPU: 0
    Binary Images:
       0x5f000 -   0x17cfef +com.adobe.Creative-Cloud-Installer (2.0.0.181 - 2.0.0.181) <161DDCA8-303C-31EB-A8C0-BA73B924F6C9> /Volumes/VOLUME/Creative Cloud Installer.app/Contents/MacOS/Creative Cloud Installer
      0x1ad000 -   0x258fff  libcrypto.0.9.7.dylib (106) <B96063DD-DBFC-320E-97C7-9ED5099051AC> /usr/lib/libcrypto.0.9.7.dylib
    0x8fe5e000 - 0x8fe90e57  dyld (210.2.3) <23DBDBB1-1D21-342C-AC2A-0E55F27E6A1F> /usr/lib/dyld
    0x90007000 - 0x9030cff7  com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <4DB4B0C9-1377-3062-BE0E-CD3326ACDAF0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x9030d000 - 0x905b0ff3  com.apple.CoreImage (8.4.0 - 1.0.1) <C25B9EEC-4824-3088-BC08-2EA516C0728C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework /Versions/A/CoreImage
    0x905b1000 - 0x905d3fff  libc++abi.dylib (26) <3AAA8D55-F5F6-362B-BA3C-CCAF0D3C8E27> /usr/lib/libc++abi.dylib
    0x905d4000 - 0x905defff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <774CDB2F-34A1-347A-B302-4746D256E921> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x9063c000 - 0x906f0fff  com.apple.coreui (2.0 - 181.1) <6BEEE83E-C878-3FE6-B521-8B32B3A35409> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x906f1000 - 0x906f1fff  com.apple.ApplicationServices (45 - 45) <B23FD836-ECA1-3DF8-B043-9CA9779BE9DB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x906f2000 - 0x90749ff7  com.apple.ScalableUserInterface (1.0 - 1) <4B538E02-4F41-37FF-81F6-ED43DE0E78CC> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterfa ce.framework/Versions/A/ScalableUserInterface
    0x9074a000 - 0x90751ff3  com.apple.NetFS (5.0 - 4.0) <FD429432-6DA7-3B41-9889-0E8B4ECB8A4F> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x90798000 - 0x907bcfff  libJPEG.dylib (850) <36FEAB05-86C5-33B9-9DE9-5FAD8AEBA15F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x907bd000 - 0x907bfffb  libRadiance.dylib (850) <83434287-A09E-3A3F-A1AC-085B563BA46D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x907c3000 - 0x907c7ffe  libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib
    0x907c8000 - 0x90816ffb  libFontRegistry.dylib (100) <97D8F15F-F072-3AF0-8EF8-50C41781951C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x91384000 - 0x9138afff  com.apple.print.framework.Print (8.0 - 258) <3E10C488-C390-33BD-8A4F-568E3021811D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x91390000 - 0x91391ffd  libunc.dylib (25) <5E1EEE9E-3423-33D7-95B2-E4D17DD08C18> /usr/lib/system/libunc.dylib
    0x91394000 - 0x913a6fff  libbsm.0.dylib (32) <DADD385E-FE53-3458-94FB-E316A6345108> /usr/lib/libbsm.0.dylib
    0x913a7000 - 0x9143eff7  com.apple.ink.framework (10.8.2 - 150) <A9C3B735-7D5F-3D7D-AA70-2CC852D09CDE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x9143f000 - 0x91475ffb  com.apple.DebugSymbols (98 - 98) <D0293694-C381-30DF-8DD9-D1B04CD0E5F0> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x91476000 - 0x914daff3  libstdc++.6.dylib (56) <F8FA490A-8F3C-3645-ABF5-78926CE9C62C> /usr/lib/libstdc++.6.dylib
    0x914e2000 - 0x914f0fff  libxar.1.dylib (105) <6498A359-2DBA-3EDA-8F00-EEB989DD0A93> /usr/lib/libxar.1.dylib
    0x914f1000 - 0x914f2fff  liblangid.dylib (116) <E13CC8C5-5034-320A-A210-41A2BDE4F846> /usr/lib/liblangid.dylib
    0x914f3000 - 0x91562ffb  com.apple.Heimdal (3.0 - 2.0) <964D9952-B0F2-34F6-8265-1823C0D5EAB8> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x917d6000 - 0x917e5fff  libGL.dylib (8.9.2) <1082B9A5-9AA3-35D4-968B-3A3FE15B1ED7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x917e6000 - 0x917effff  com.apple.CommerceCore (1.0 - 26.1) <8C28115C-6EC1-316D-9237-F4FBCBB778C5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
    0x91838000 - 0x9189cff7  com.apple.datadetectorscore (4.1 - 269.3) <C11C2014-298E-3E2B-9F5D-02CCD3CA4AB3> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x9189d000 - 0x918bdffd  com.apple.ChunkingLibrary (2.0 - 133.3) <FA45EAE8-BB10-3AEE-9FDC-C0C3A533FF48> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x91901000 - 0x9191efff  libCRFSuite.dylib (33) <8E6E8815-406E-3A89-B96E-908FEFC27F0A> /usr/lib/libCRFSuite.dylib
    0x91d1c000 - 0x91d3bff3  com.apple.Ubiquity (1.2 - 243.15) <E10A2937-D671-3D14-AF8D-BA25E601F458> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x91d3c000 - 0x91d47fff  libcommonCrypto.dylib (60027) <8EE30FA5-AA8D-3FA6-AB0F-05DA8B0425D9> /usr/lib/system/libcommonCrypto.dylib
    0x91d48000 - 0x91da2fff  com.apple.Symbolication (1.3 - 93) <4A794D1C-DE02-3183-87BF-0008A602E4D3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x9256d000 - 0x92579ffa  com.apple.CrashReporterSupport (10.8.3 - 418) <03BC564E-35FE-384E-87D6-6E0C55DF16E3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporter Support
    0x925bb000 - 0x925cbff2  com.apple.LangAnalysis (1.7.0 - 1.7.0) <C6076983-A02E-389E-BFC6-008EECC4C896> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x925cc000 - 0x925d6fff  libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
    0x925d7000 - 0x925e0ffd  com.apple.audio.SoundManager (4.0 - 4.0) <6A0B4A5D-6320-37E4-A1CA-91189777848C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x925e5000 - 0x925e7fff  libdyld.dylib (210.2.3) <05D6FF2A-F09B-309D-95F7-7AF10259C707> /usr/lib/system/libdyld.dylib
    0x925e8000 - 0x925eafff  com.apple.securityhi (4.0 - 55002) <79E3B880-3AB7-3BF3-9CDF-117A45599545> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x92618000 - 0x92618fff  libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib
    0x928df000 - 0x929ddff7  libFontParser.dylib (84.6) <7D3EB3CC-527E-3A74-816A-59CAFD2260A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x929de000 - 0x929f7fff  com.apple.Kerberos (2.0 - 1) <8413EDD3-7E01-3D47-83FD-C14A5235DCD2> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x92a1c000 - 0x935d8ff3  com.apple.AppKit (6.8 - 1187.39) <ACA24416-D910-39B8-9387-52A6C6A561F8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x935d9000 - 0x935dbffd  libCVMSPluginSupport.dylib (8.9.2) <D6D0BB75-42DA-3772-AB5E-CBD59B343393> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib
    0x935dc000 - 0x9389cff3  com.apple.security (7.0 - 55179.13) <000FD8E9-D070-326A-B386-51314360FD5C> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9389d000 - 0x93905fe7  libvDSP.dylib (380.6) <55780308-4DCA-3B10-9703-EAFC3E13A3FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x93906000 - 0x939edff7  libxml2.2.dylib (22.3) <56E973D6-6B55-3E67-8282-6BC982816488> /usr/lib/libxml2.2.dylib
    0x939fc000 - 0x93a18fff  libPng.dylib (850) <26AD967A-D55E-3C5A-A643-D9953136DE58> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x93a19000 - 0x93ad7ff3  com.apple.ColorSync (4.8.0 - 4.8.0) <B534DE6A-3AF0-307C-B274-A4FCFC5BC696> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x93b10000 - 0x93b76fff  com.apple.print.framework.PrintCore (8.3 - 387.2) <0F7665F5-33F0-3661-9BE2-7DD2890E304B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x93b77000 - 0x93c21fff  com.apple.LaunchServices (539.9 - 539.9) <C0E0CFFF-3714-3467-87DA-4A6F0AF1953B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x93c22000 - 0x93c25ffc  libpam.2.dylib (20) <FCF74195-A99E-3B07-8E49-688D4A6F1E18> /usr/lib/libpam.2.dylib
    0x93c26000 - 0x93c6aff7  libGLU.dylib (8.9.2) <F33F6C73-7F89-3B5B-A50F-2AB57BBA314D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x93c6b000 - 0x93ce5ff3  com.apple.securityfoundation (6.0 - 55115.4) <8A3DA1FE-1985-3ECB-945A-6B1E853B4BDC> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x93ce6000 - 0x93ce9fff  com.apple.help (1.3.2 - 42) <2B727B38-0E18-3108-9735-F65958924A91> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x93dc1000 - 0x93dcdff8  libbz2.1.0.dylib (29) <7031A4C0-784A-3EAA-93DF-EA1F26CC9264> /usr/lib/libbz2.1.0.dylib
    0x93f18000 - 0x93f66ff3  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <6E858B9F-337A-314E-88B7-24A274ACE568> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x93f67000 - 0x93f81ffc  libsystem_kernel.dylib (2050.24.15) <9E58DCC0-D5FF-37E1-AA7F-F2206719E138> /usr/lib/system/libsystem_kernel.dylib
    0x93f82000 - 0x93fcefff  libcorecrypto.dylib (106.2) <20EBADBA-D6D6-36F0-AE80-168E9AF13DB6> /usr/lib/system/libcorecrypto.dylib
    0x93fcf000 - 0x93fcfffd  libOpenScriptingUtil.dylib (148.3) <87895E27-88E2-3249-8D0E-B17E76FB00C1> /usr/lib/libOpenScriptingUtil.dylib
    0x93fd0000 - 0x93fe5fff  com.apple.ImageCapture (8.0 - 8.0) <F681CA5B-2871-32CF-8E9F-9220EB387407> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x93fe6000 - 0x94428fff  com.apple.CoreGraphics (1.600.0 - 332) <67E70F21-A0F1-356F-90B7-4B90C468EE2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x94490000 - 0x944b9fff  libxslt.1.dylib (11.3) <0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib
    0x944ba000 - 0x94515fff  com.apple.htmlrendering (77 - 1.1.4) <CD33B313-7E85-3AC0-9EFF-6B0C05F10135> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x94553000 - 0x94553fff  com.apple.CoreServices (57 - 57) <83B793A6-720D-31F6-A76A-89EBB2644346> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x94554000 - 0x9455bfff  libsystem_dnssd.dylib (379.38.1) <4F164CA8-4A4F-3B27-B88A-0926E2FEB7D4> /usr/lib/system/libsystem_dnssd.dylib
    0x94568000 - 0x945c9fff  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <A3B911DB-77DF-3037-A47A-634B08E5727D> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x945ca000 - 0x9464fff7  com.apple.SearchKit (1.4.0 - 1.4.0) <4E947DC1-7985-3111-A864-58EDD6D955DC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x94650000 - 0x94681fff  com.apple.DictionaryServices (1.2 - 184.4) <CCB46C81-57C6-3F45-B77C-4D29E4CD6BA6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x94691000 - 0x947adffb  com.apple.desktopservices (1.7.4 - 1.7.4) <782D711D-7930-324A-9015-686C2F86DBA3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x947ae000 - 0x948e9ff7  libBLAS.dylib (1073.4) <FF74A147-05E1-37C4-BC10-7DEB57FE5326> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x94ac2000 - 0x94b07ff7  com.apple.NavigationServices (3.7 - 200) <6AB1A00C-BC94-3889-BA95-40A454B720CE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x94b08000 - 0x94b14ffe  libkxld.dylib (2050.24.15) <BEC097B0-9D9A-3484-99DB-0F537E71963E> /usr/lib/system/libkxld.dylib
    0x94b15000 - 0x94b1dfff  libcopyfile.dylib (89) <4963541B-0254-371B-B29A-B6806888949B> /usr/lib/system/libcopyfile.dylib
    0x94b1e000 - 0x94c77ffb  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <8BF022FC-C38A-34AA-8469-D98294094659> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x94c78000 - 0x94cabffb  com.apple.GSS (3.0 - 2.0) <9566A96D-C296-3ABD-A12A-E274C81C0B25> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x94cac000 - 0x94cadfff  libquarantine.dylib (52.1) <094A1501-373E-3397-B632-8F7C5AC8EFD5> /usr/lib/system/libquarantine.dylib
    0x94cae000 - 0x94caefff  com.apple.Carbon (154 - 155) <C0A26E7B-28F1-3C7E-879E-A3CF3ED5111C> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x94caf000 - 0x94d06ff3  com.apple.HIServices (1.20 - 417) <561A770B-8523-3D09-A763-11F872779A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x94d07000 - 0x94d07fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <4EC0548E-3A3F-310D-A366-47B51D5B6398> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x94dfd000 - 0x94dfefff  libdnsinfo.dylib (453.19) <3B523729-84A8-3D0B-B58C-3FC185060E67> /usr/lib/system/libdnsinfo.dylib
    0x94dff000 - 0x94e9afff  com.apple.CoreSymbolication (3.0 - 117) <F705A8CD-A04A-3A84-970A-7B04BC05DA97> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n
    0x94ee3000 - 0x94f75ffb  libvMisc.dylib (380.6) <6DA3A03F-20BE-300D-A664-B50A7B4E4B1A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x95211000 - 0x95214ff7  com.apple.TCC (1.0 - 1) <ABE3CE50-C948-30B1-A343-837D8E7BA9F0> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x952eb000 - 0x952effff  com.apple.OpenDirectory (10.8 - 151.10) <E3D2E1A4-6E55-3C23-BCB4-7B9D31EFD605> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x952fb000 - 0x95473ff5  com.apple.QuartzCore (1.8 - 304.3) <F2EFC117-CDC6-3252-A4A8-880965764385> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x95474000 - 0x95474ffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <F7638E43-F885-372E-9DAE-24D0C21AA66E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x95475000 - 0x95493ff3  com.apple.openscripting (1.3.6 - 148.3) <F3422C02-5ACB-343A-987B-A2D58EA2F5A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x95494000 - 0x954a2ff3  libsystem_network.dylib (77.10) <11CAF6A8-17CF-3178-9348-57C5ED494BA8> /usr/lib/system/libsystem_network.dylib
    0x954a3000 - 0x955aeff7  libJP2.dylib (850) <3FFCEFA6-317A-34AF-8D99-AEBB017543C5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x955af000 - 0x955affff  com.apple.Cocoa (6.7 - 19) <01AA482A-677A-31CA-9EC9-05C57FDDE427> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x958a9000 - 0x95c61ffa  libLAPACK.dylib (1073.4) <9A6E5EAD-F2F2-3D5C-B655-2B536DB477F2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x95c62000 - 0x95c9dfef  libGLImage.dylib (8.9.2) <9D41F71E-E927-3767-A856-55480E20E9D9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x95f4d000 - 0x95f79ff7  libsystem_info.dylib (406.17) <2731CC70-DF2E-3BD1-AE73-A3B83C531756> /usr/lib/system/libsystem_info.dylib
    0x95f7a000 - 0x96072ff9  libsqlite3.dylib (138.1) <AD7C5914-35F0-37A3-9238-A29D2E26C755> /usr/lib/libsqlite3.dylib
    0x96073000 - 0x9607afff  liblaunch.dylib (442.26.2) <310C99F8-0811-314D-9BB9-D0ED6DFA024B> /usr/lib/system/liblaunch.dylib
    0x9607b000 - 0x96085ffe  com.apple.bsd.ServiceManagement (2.0 - 2.0) <9732BA61-D6F6-3644-82DA-FF0D6FEEFC69> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x96197000 - 0x961aaff9  com.apple.MultitouchSupport.framework (235.29 - 235.29) <451701B6-03CE-3F26-9FF0-92D8DA1467EE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x961ab000 - 0x961afffc  libGIF.dylib (850) <45CD8B8F-7324-3187-B01C-8E16C04F33FA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x961b0000 - 0x961ffff6  libTIFF.dylib (850) <78E121A6-92A2-3120-883C-7AA3C2966F9C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x96200000 - 0x9625affb  com.apple.AE (645.6 - 645.6) <44556FF7-A869-399A-AEBB-F4E9263D9152> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x9625b000 - 0x96417ffd  libicucore.A.dylib (491.11.3) <FF55E176-7D66-3DBB-AF86-84744C47A02C> /usr/lib/libicucore.A.dylib
    0x964be000 - 0x964befff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <908B8D40-3FB5-3047-B482-3DF95025ECFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x964e5000 - 0x96902fff  FaceCoreLight (2.4.1) <571DE3F8-CA8A-3E71-9AF4-F06FFE721CE6> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
    0x96a67000 - 0x96a79ff7  libdispatch.dylib (228.23) <86EF7D45-2D97-3465-A449-95038AE5DABA> /usr/lib/system/libdispatch.dylib
    0x96a7a000 - 0x96a87ff7  com.apple.AppleFSCompression (49 - 1.0) <9A066D13-6E85-36FC-8B58-FD46E51751CE> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompress ion
    0x9706c000 - 0x9706dfff  libDiagnosticMessagesClient.dylib (8) <39B3D25A-148A-3936-B800-0D393A00E64F> /usr/lib/libDiagnosticMessagesClient.dylib
    0x9706e000 - 0x9706ffff  libremovefile.dylib (23.2) <9813B2DB-2374-3AA2-99B6-AA2E9897B249> /usr/lib/system/libremovefile.dylib
    0x97070000 - 0x97085fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <DE68CEB5-4959-3652-83B8-D2B00D3B932D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x9708e000 - 0x9708fffd  com.apple.TrustEvaluationAgent (2.0 - 23) <E42347C0-2D3C-36A4-9200-757FFA61B388> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x97090000 - 0x97099fff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <89822A83-B450-3363-8E9C-9B80CB4450B1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9709a000 - 0x970a1ffb  libunwind.dylib (35.1) <E1E8D8B3-3C78-3AB1-B398-C180DC6DCF05> /usr/lib/system/libunwind.dylib
    0x970a2000 - 0x970aeff7  com.apple.NetAuth (4.0 - 4.0) <52D23F12-0718-341D-B9DF-16C814022250> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x970af000 - 0x972c6fff  com.apple.CoreData (106.1 - 407.7) <17FD06D6-AD7C-345A-8FA4-1F0FBFF4DAE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x972c7000 - 0x975e7ff3  com.apple.Foundation (6.8 - 945.18) <BDC56A93-45C5-3459-B307-65A1CCE702C5> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9763f000 - 0x97687ff5  com.apple.opencl (2.2.19 - 2.2.19) <968DD067-49D0-3B71-A96B-B3579698D992> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x97688000 - 0x976adffb  com.apple.framework.familycontrols (4.1 - 410) <B1755756-BEA2-3205-ADAA-68FCC32E60BD> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x97859000 - 0x97966ff3  com.apple.ImageIO.framework (3.2.1 - 850) <C964E877-660E-3482-ACF9-EC25DFEAF307> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x97967000 - 0x97968fff  libsystem_sandbox.dylib (220.3) <C532F6A6-7E85-38F3-8660-EC1066DF67BE> /usr/lib/system/libsystem_sandbox.dylib
    0x97969000 - 0x97a76057  libobjc.A.dylib (532.2) <FA455371-7395-3D58-A89B-D1520612D1BC> /usr/lib/libobjc.A.dylib
    0x97a77000 - 0x97bc5ff3  com.apple.CFNetwork (596.4.3 - 596.4.3) <547BD138-E902-35F0-B6EC-41DD06794B22> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x97bc6000 - 0x97c05ff7  com.apple.bom (12.0 - 192) <D245FA22-3B6C-3872-B485-BE84AD9098B2> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x97c10000 - 0x97c13ffc  libCoreVMClient.dylib (32.3) <35B63A60-DF0A-3FB3-ABB8-164B246A43CC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x97c14000 - 0x97c90ff3  com.apple.Metadata (10.7.0 - 707.11) <F9BB5BBE-69D0-3309-8280-2303EB1DC455> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x97c91000 - 0x97d4efeb  libsystem_c.dylib (825.26) <6E35A83F-1A5B-3AF9-8C6D-D7B57B25FB63> /usr/lib/system/libsystem_c.dylib
    0x97d50000 - 0x97de8fff  com.apple.CoreServices.OSServices (557.6 - 557.6) <E1600639-3EEC-3DF8-BD40-747BB2117988> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x97dee000 - 0x97e30fff  libauto.dylib (185.4) <3098A75E-438E-3F18-BAAC-CD8F1CC7C2F7> /usr/lib/libauto.dylib
    0x97e3d000 - 0x98025ffb  com.apple.CoreFoundation (6.8 - 744.19) <DDD3AA21-5B5F-3D8F-B137-AD95FCA89064> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x98026000 - 0x9803cfff  com.apple.CFOpenDirectory (10.8 - 151.10) <3640B988-F915-3E0D-897C-CB04C95BA601> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x980db000 - 0x980dfff7  libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib
    0x980e0000 - 0x980f7fff  com.apple.GenerationalStorage (1.1 - 132.3) <DD0AA3DB-376D-37F3-AC5B-17AC9B9E0A63> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt orage
    0x98f18000 - 0x990a1ff7  com.apple.vImage (6.0 - 6.0) <1D1F67FE-4F75-3689-BEF6-4A46C8039E70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x990a2000 - 0x990bfff7  libresolv.9.dylib (51) <B9742A2A-DF15-3F6E-8FCE-778A58214B3A> /usr/lib/libresolv.9.dylib
    0x990c0000 - 0x990c0fff  libSystem.B.dylib (169.3) <B81FAD7E-8808-3F49-807F-0AD68D0D7359> /usr/lib/libSystem.B.dylib
    0x990f1000 - 0x990ffff7  libz.1.dylib (43) <245F1B61-2276-3BBB-9891-99934116D833> /usr/lib/libz.1.dylib
    0x9935b000 - 0x99369fff  com.apple.opengl (1.8.9 - 1.8.9) <1872D2CD-00A8-30D1-8ECC-B663F4E4C530> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9936a000 - 0x9940aff7  com.apple.QD (3.42.1 - 285.1) <BAAC13D2-1312-33C0-A255-FAB1D314C324> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x994a7000 - 0x994a7fff  libkeymgr.dylib (25) <D5E93F7F-9315-3AD6-92C7-941F7B54C490> /usr/lib/system/libkeymgr.dylib
    0x994af000 - 0x994b3fff  com.apple.IOSurface (86.0.4 - 86.0.4) <6431ACB6-561B-314F-9A2A-FAC1578FCC86> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x994b4000 - 0x994b4fff  com.apple.vecLib (3.8 - vecLib 3.8) <83160DD1-5614-3E34-80EB-97041016EF1F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x994b5000 - 0x994daff7  com.apple.CoreVideo (1.8 - 99.4) <A26DE896-32E0-3D5E-BA89-02AD23FA96B3> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x994db000 - 0x9958aff7  com.apple.CoreText (260.0 - 275.16) <7716C57B-E059-3B30-BBA8-AD7FF6EE3D35> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x9958b000 - 0x99600ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <1D81B09C-98DB-3CDB-990B-459FAE3D8D7A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x99601000 - 0x996f2ffc  libiconv.2.dylib (34) <B096A9B7-83A6-31B3-8D2F-87D91910BF4C> /usr/lib/libiconv.2.dylib
    0x996f3000 - 0x996fcff9  com.apple.CommonAuth (3.0 - 2.0) <34C4768C-EF8D-3DBA-AFB7-09148C8672DB> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x997bc000 - 0x997c2fff  libGFXShared.dylib (8.9.2) <F3B0E66D-5C47-3A5A-A2CD-F0C58E8322C3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x997ce000 - 0x99836ff7  com.apple.framework.IOKit (2.0.1 - 755.24.1) <70DE925B-51E8-3C65-8928-FB49FD823D94> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x99837000 - 0x99879ffb  com.apple.RemoteViewServices (2.0 - 80.6) <AE962502-4539-3893-A2EB-9D384652AEAC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces
    0x998b0000 - 0x998cdfff  libxpc.dylib (140.43) <C628073D-51A0-3541-A665-1121520508C6> /usr/lib/system/libxpc.dylib
    0x998ce000 - 0x99910ff7  libcups.2.dylib (327.6) <D994A44F-CCDD-3D40-B732-79CB88F45908> /usr/lib/libcups.2.dylib
    0x99917000 - 0x999ebff3  com.apple.backup.framework (1.4.3 - 1.4.3) <6EA22ED3-BA18-3A37-AE05-5D6FDA3F372F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x999ec000 - 0x99a4efff  libc++.1.dylib (65.1) <35EE57E1-2705-3C76-A75A-75655D720268> /usr/lib/libc++.1.dylib
    0x99aed000 - 0x99ed0fff  com.apple.HIToolbox (2.0 - 626.1) <ECC3F04F-C4B7-35BF-B10E-183B749DAB92> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x9a616000 - 0x9a61afff  com.apple.CommonPanels (1.2.5 - 94) <7B3FC9A4-0F71-31E7-88CE-1BD4CBB655B2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x9a633000 - 0x9a657fff  com.apple.PerformanceAnalysis (1.16 - 16) <7B7EAA0B-5208-32DB-B083-D4B62F37EC46> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAna lysis
    0x9a658000 - 0x9a65bff7  libcompiler_rt.dylib (30) <CE5DBDB4-0124-3E2B-9105-989DF98DD108> /usr/lib/system/libcompiler_rt.dylib
    0x9a65c000 - 0x9a689ffe  libsystem_m.dylib (3022.6) <93CEEC8C-FAB5-313C-B0BB-0F4E91E6B878> /usr/lib/system/libsystem_m.dylib
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 1
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 18218
        thread_create: 5
        thread_set_state: 202
    VM Region Summary:
    ReadOnly portion of Libraries: Total=115.0M resident=72.3M(63%) swapped_out_or_unallocated=42.7M(37%)
    Writable regions: Total=19.5M written=248K(1%) resident=532K(3%) swapped_out=0K(0%) unallocated=19.0M(97%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    MALLOC                             11.3M
    MALLOC guard page                    48K
    Memory tag=35                      7432K
    Stack                              64.0M
    VM_ALLOCATE                         376K
    __DATA                             5384K
    __DATA/__OBJC                        96K
    __IMAGE                             528K
    __LINKEDIT                         30.4M
    __OBJC                             1544K
    __OBJC/__DATA                         4K
    __PAGEZERO                            4K
    __TEXT                             84.7M
    __UNICODE                           544K
    mapped file                        83.9M
    shared memory                        12K
    ===========                      =======
    TOTAL                             289.8M

    Also, I saw in another unsolved post here http://forums.adobe.com/message/5430382#5430382 that PDApp.log was requested.  ~/Library/Logs/AdobeDownload/LBS.log was also requested, but does not exist on my system.
    Here's the contents of my PDApp.log from today.
    Fri Jun 21 09:26:14 2013    [INFO] AAMUpdatesNotifier - Build Version - 6.0.335.0
    Fri Jun 21 09:26:14 2013    [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Fri Jun 21 09:26:14 2013    [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Fri Jun 21 09:26:14 2013    [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Fri Jun 21 09:26:14 2013    [INFO] AAMUpdatesNotifier - No AAM Notifier is running so new instance is allowed to run...
    Fri Jun 21 09:26:15 2013    [INFO] AAMUpdatesNotifier - Registering Notification to listen messages from another instance
    Fri Jun 21 09:26:16 2013    [INFO] AAMUpdatesNotifier - Handle Relaunch Notification Action...
    Fri Jun 21 09:26:17 2013    [INFO] OPM - Build Version - 6.0.281.0
    Fri Jun 21 09:26:17 2013    [INFO] OPM - Logging Level verbosity Set  to 4
    Fri Jun 21 09:26:17 2013    [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    Fri Jun 21 09:26:17 2013    [INFO] OPM - No Record found for the input fields
    Fri Jun 21 09:26:17 2013    [INFO] OPM - Released OPM refrence successfully
    Fri Jun 21 09:26:17 2013    [INFO] OPM - Build Version - 6.0.281.0
    Fri Jun 21 09:26:17 2013    [INFO] OPM - Logging Level verbosity Set  to 4
    Fri Jun 21 09:26:17 2013    [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    Fri Jun 21 09:26:17 2013    [INFO] OPM - No Record found for the input fields
    Fri Jun 21 09:26:17 2013    [INFO] OPM - Released OPM refrence successfully
    Fri Jun 21 09:26:17 2013    [INFO] AAMUpdatesNotifier - CFU .... StatusCode(41) ErrorCode(212)
    Fri Jun 21 09:26:17 2013    [ERROR] AAMUpdatesNotifier - Scheduled CFU failed...
    Fri Jun 21 09:26:17 2013    [INFO] AAMUpdatesNotifier - Handle updateUI Notification Action...
    Fri Jun 21 09:26:17 2013    [INFO] AAMUpdatesNotifier - inside getUpdates
    Fri Jun 21 09:26:18 2013    [INFO] AAMUpdatesNotifier - All updates count 2
    Fri Jun 21 09:26:18 2013    [INFO] AAMUpdatesNotifier - haveUpdatesToInstall(status) 0 numberOfApplications 0
    Fri Jun 21 09:26:18 2013    [INFO] AAMUpdatesNotifier - Releasing all locks acquired
    Fri Jun 21 09:26:18 2013    [INFO] AAMUpdatesNotifier - Quiting Application
    Fri Jun 21 10:13:55 2013    [INFO] AAMUpdatesNotifier - Build Version - 6.0.335.0
    Fri Jun 21 10:13:55 2013    [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Fri Jun 21 10:13:55 2013    [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Fri Jun 21 10:13:55 2013    [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Fri Jun 21 10:13:55 2013    [INFO] AAMUpdatesNotifier - No AAM Notifier is running so new instance is allowed to run...
    Fri Jun 21 10:13:56 2013    [INFO] AAMUpdatesNotifier - Registering Notification to listen messages from another instance
    Fri Jun 21 10:13:56 2013    [INFO] AAMUpdatesNotifier - Handle Relaunch Notification Action...
    Fri Jun 21 10:13:56 2013    [INFO] OPM - Build Version - 6.0.281.0
    Fri Jun 21 10:13:56 2013    [INFO] OPM - Logging Level verbosity Set  to 4
    Fri Jun 21 10:13:56 2013    [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    Fri Jun 21 10:13:56 2013    [INFO] OPM - No Record found for the input fields
    Fri Jun 21 10:13:56 2013    [INFO] OPM - Released OPM refrence successfully
    Fri Jun 21 10:13:56 2013    [INFO] OPM - Build Version - 6.0.281.0
    Fri Jun 21 10:13:56 2013    [INFO] OPM - Logging Level verbosity Set  to 4
    Fri Jun 21 10:13:56 2013    [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    Fri Jun 21 10:13:56 2013    [INFO] OPM - No Record found for the input fields
    Fri Jun 21 10:13:56 2013    [INFO] OPM - Released OPM refrence successfully
    Fri Jun 21 10:13:56 2013    [INFO] OPM - Build Version - 6.0.238.0
    Fri Jun 21 10:13:56 2013    [INFO] OPM - Logging Level verbosity Set  to 4
    Fri Jun 21 10:13:56 2013    [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    Fri Jun 21 10:13:56 2013    [INFO] OPM - No Record found for the input fields
    Fri Jun 21 10:13:56 2013    [INFO] AAMUpdatesNotifier - CFU .... StatusCode(21) ErrorCode(0)
    Fri Jun 21 10:13:56 2013    [INFO] AAMUpdatesNotifier - Handle updateUI Notification Action...
    Fri Jun 21 10:13:56 2013    [INFO] AAMUpdatesNotifier - inside getUpdates
    Fri Jun 21 10:13:56 2013    [INFO] AAMUpdatesNotifier - All updates count 2
    Fri Jun 21 10:13:56 2013    [INFO] AAMUpdatesNotifier - haveUpdatesToInstall(status) 0 numberOfApplications 0
    Fri Jun 21 10:13:56 2013    [INFO] AAMUpdatesNotifier - Releasing all locks acquired
    Fri Jun 21 10:13:56 2013    [INFO] AAMUpdatesNotifier - Quiting Application
    Fri Jun 21 10:40:32 2013    [INFO] PDApp - Build Version - 6.0.335.0
    Fri Jun 21 10:40:32 2013    [INFO] PDApp - Logging Level verbosity Set  to 4
    Fri Jun 21 10:40:32 2013    [INFO] PDApp - Application initialization start, Looking for command line arguments
    Fri Jun 21 10:40:32 2013    [INFO] PDApp.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Fri Jun 21 10:40:32 2013    [INFO] PDApp.CommandLineParser - Mandatory Arguments --appletID --appletVersion is not given, using default workflow arguments
    Fri Jun 21 10:40:32 2013    [INFO] PDApp - Non Deployment workflow identified...
    Fri Jun 21 10:40:32 2013    [INFO] PDApp - No Non Deployment workflow PDApp running so new instance is allowed to run...
    Fri Jun 21 10:40:32 2013    [INFO] PDApp.WindowManager - Initializing native WindowManager
    Fri Jun 21 10:40:32 2013    [INFO] PDApp.MessageQuequeManager - Message Queue Manager initialized...
    Fri Jun 21 10:40:32 2013    [INFO] PDApp.AsyncMsgProcessor - AsyncMsgProcessor initialized...
    Fri Jun 21 10:40:32 2013    [INFO] PDApp.AsyncMsgProcessor - AsyncMsgProcessor Message Queue initialized...
    Fri Jun 21 10:40:32 2013    [INFO] PDApp.ExternalGateway - ExternalGateway initialized...
    Fri Jun 21 10:40:32 2013    [INFO] PDApp.AppletManager - AppletManager initialize...
    Fri Jun 21 10:40:32 2013    [INFO] PDApp.ExternalGateway - NativeCommandHandler initialized...
    Fri Jun 21 10:40:32 2013    [INFO] PDApp.ExternalGateway - NativePlatformHandler initialized...
    Fri Jun 21 10:40:32 2013    [INFO] PDApp - Registering Notification to listen messages from another instance
    Fri Jun 21 10:40:32 2013    [INFO] PDApp - Detecting Applet Database file...
    Fri Jun 21 10:40:32 2013    [INFO] PDApp - Fetching Applet registeration information...
    Fri Jun 21 10:40:32 2013    [INFO] PDApp.AppletManager - Applet database path - /Applications/Utilities/Adobe Application Manager/
    Fri Jun 21 10:40:32 2013    [INFO] PDApp.AppletManager - PIM library path - /Applications/Utilities/Adobe Application Manager/core/AdobePIM.dylib
    Fri Jun 21 10:40:32 2013    [INFO] PDApp.AppletManager - Loading PIM library...
    Fri Jun 21 10:40:32 2013    [INFO] PDApp.AppletManager - Fetching PIM API's...
    Fri Jun 21 10:40:32 2013    [INFO] PIM - Build Version - 6.0.335.0
    Fri Jun 21 10:40:32 2013    [INFO] PIM - Logging Level verbosity Set  to 4
    Fri Jun 21 10:40:32 2013    [INFO] PIM - CREATE PIM Instance ...
    Fri Jun 21 10:40:32 2013    [INFO] PIM - trying to createOrUpdatePIMDbSchema.
    Fri Jun 21 10:40:32 2013    [INFO] PIM - Current db schema version on machine 1.
    Fri Jun 21 10:40:32 2013    [INFO] PIM - Current db schema version to install 1.
    Fri Jun 21 10:40:32 2013    [INFO] PIM - PIM DB Schema is up to date. Current schema version is 1.
    Fri Jun 21 10:40:32 2013    [INFO] PIM - PIM Database is Up To Date.
    Fri Jun 21 10:40:32 2013    [INFO] PDApp.AppletManager - Getting applet data from Applet database
    Fri Jun 21 10:40:32 2013    [INFO] PDApp.AppletManager - All installed pakages version string (pim_getCurrentPackagesVersion) is D6:6.0.335.0|DECore:6.0.335.0|DWA:3.0.94.0|LWA:3.0.64.0|P6:6.0.335.0|PDApp:6.0.335.0|UWA: 6.0.335.0
    Fri Jun 21 10:40:32 2013    [INFO] PIM - PIMSqlite closeDB status 0
    Fri Jun 21 10:40:32 2013    [INFO] PIM - FREE PIM Instance ...
    Fri Jun 21 10:40:32 2013    [INFO] PDApp.AppletManager - Registering Applets...
    Fri Jun 21 10:40:32 2013    [INFO] PDApp.WindowManager - Creating APEWindow...
    Fri Jun 21 10:40:32 2013    [INFO] PDApp.WindowManager - Creating window instance
    Fri Jun 21 10:40:32 2013    [INFO] PDApp.WindowManager - Checking for appletID and appletVersion given in CommandLineOptions
    Fri Jun 21 10:40:32 2013    [INFO] PDApp.WindowManager - Creating APE stage instance
    Fri Jun 21 10:40:32 2013    [INFO] PDApp.WindowManager - Loading main SWF with Path and args - /Applications/Utilities/Adobe Application Manager
    Fri Jun 21 10:40:32 2013    [INFO] PDApp.WindowManager - Assigning window ID - 1 to created window
    Fri Jun 21 10:40:33 2013    [INFO] PDApp.ExternalGateway - MessageHandler initialized...
    6/21/2013 10:40:33.238 [INFO] PDApp.StartupCommand Logging Level verbosity Set to  INFO
    6/21/2013 10:40:33.240 [INFO] PDApp.StartupCommand Processing the startup Command
    6/21/2013 10:40:33.243 [INFO] PDAPP.AppletManager Starting Applet registeration...
    6/21/2013 10:40:33.250 [INFO] PDAPP.MainDisplayMediator Looking up for the Exact versioned applet for ID :UWA_UI
    6/21/2013 10:40:33.253 [INFO] PDAPP.AppletManager Loading Applet: UWA_UI Version = 1.0
    6/21/2013 10:40:33.262 [INFO] PDApp.ZStringLoader PDAPP SWF - locale set to - en_US
    6/21/2013 10:40:33.264 [INFO] PDAPP.AppletManager Loading progress0 out of 1122223
    6/21/2013 10:40:33.303 [INFO] PDAPP.AppletManager Loading progress65536 out of 1122223
    6/21/2013 10:40:33.304 [INFO] PDAPP.AppletManager Loading progress131072 out of 1122223
    6/21/2013 10:40:33.306 [INFO] PDAPP.AppletManager Loading progress196608 out of 1122223
    6/21/2013 10:40:33.307 [INFO] PDAPP.AppletManager Loading progress262144 out of 1122223
    6/21/2013 10:40:33.309 [INFO] PDAPP.AppletManager Loading progress327680 out of 1122223
    6/21/2013 10:40:33.310 [INFO] PDAPP.AppletManager Loading progress393216 out of 1122223
    6/21/2013 10:40:33.312 [INFO] PDAPP.AppletManager Loading progress458752 out of 1122223
    6/21/2013 10:40:33.313 [INFO] PDAPP.AppletManager Loading progress524288 out of 1122223
    6/21/2013 10:40:33.315 [INFO] PDAPP.AppletManager Loading progress589824 out of 1122223
    6/21/2013 10:40:33.346 [INFO] PDAPP.AppletManager Loading progress655360 out of 1122223
    6/21/2013 10:40:33.348 [INFO] PDAPP.AppletManager Loading progress720896 out of 1122223
    6/21/2013 10:40:33.349 [INFO] PDAPP.AppletManager Loading progress786432 out of 1122223
    6/21/2013 10:40:33.351 [INFO] PDAPP.AppletManager Loading progress851968 out of 1122223
    6/21/2013 10:40:33.353 [INFO] PDAPP.AppletManager Loading progress917504 out of 1122223
    6/21/2013 10:40:33.354 [INFO] PDAPP.AppletManager Loading progress983040 out of 1122223
    6/21/2013 10:40:33.356 [INFO] PDAPP.AppletManager Loading progress1048576 out of 1122223
    6/21/2013 10:40:33.357 [INFO] PDAPP.AppletManager Loading progress1114112 out of 1122223
    6/21/2013 10:40:33.358 [INFO] PDAPP.AppletManager Loading progress1122223 out of 1122223
    6/21/2013 10:40:33.664 [INFO] Updater.AppStartup -----PROCESSING APPLICATION STARTUP COMMAND
    6/21/2013 10:40:33.665 [INFO] PDApp.ExternalGateway Recieved Applet Loading Completion
    6/21/2013 10:40:33.667 [INFO] Updater.AppStartup commManagerResultCallback
    6/21/2013 10:40:33.670 [INFO] ZStringLoader Trying to load ZString for preferred locale - en_US
    6/21/2013 10:40:33.674 [INFO] ZStringLoader Locale set to - en_US
    6/21/2013 10:40:33.696 [INFO] Updater.LoadWorkflowCommand Processing the Load workflow command
    Fri Jun 21 10:40:33 2013    [INFO] PDApp.AppletManager - Loading Applet - UWA_Native for WindowID - 1
    Fri Jun 21 10:40:33 2013    [INFO] UWANative - Build Version - 6.0.335.0
    Fri Jun 21 10:40:33 2013    [INFO] UWANative - Logging Level verbosity Set  to 4
    Fri Jun 21 10:40:33 2013    [WARN] UWANative - Updater UI Locale not found in input xml.
    Fri Jun 21 10:40:33 2013    [INFO] UWANative - Updater in non-patch mode
    6/21/2013 10:40:33.797 [INFO] AAMShared.DynamicViewMediator Showing screen with screenID : com.adobe.aam.shared.view.compositeComponent::ScreenLoading
    6/21/2013 10:40:33.845 [INFO] Updater.CheckForUpdatesCommand Processing the CheckForUpdatesCommand
    Fri Jun 21 10:40:34 2013    [INFO] OPM - Build Version - 6.0.281.0
    Fri Jun 21 10:40:34 2013    [INFO] OPM - Logging Level verbosity Set  to 4
    Fri Jun 21 10:40:34 2013    [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    Fri Jun 21 10:40:34 2013    [INFO] OPM - No Record found for the input fields
    Fri Jun 21 10:40:34 2013    [INFO] OPM - Released OPM refrence successfully
    Fri Jun 21 10:40:34 2013    [INFO] OPM - Build Version - 6.0.281.0
    Fri Jun 21 10:40:34 2013    [INFO] OPM - Logging Level verbosity Set  to 4
    Fri Jun 21 10:40:34 2013    [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    Fri Jun 21 10:40:34 2013    [INFO] OPM - No Record found for the input fields
    Fri Jun 21 10:40:34 2013    [INFO] OPM - Released OPM refrence successfully
    Fri Jun 21 10:40:34 2013    [INFO] OPM - Build Version - 6.0.238.0
    Fri Jun 21 10:40:34 2013    [INFO] OPM - Logging Level verbosity Set  to 4
    Fri Jun 21 10:40:34 2013    [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    Fri Jun 21 10:40:34 2013    [INFO] OPM - No Record found for the input fields
    Fri Jun 21 10:40:34 2013    [INFO] UWANative - Check for updates returned SUCCESS
    6/21/2013 10:40:34.427 [INFO] Updater.CheckForUpdatesCommand CheckForUpdatesStatus returned success
    6/21/2013 10:40:34.621 [INFO] Updater.FetchUpdaterPreferencesCommand entered generate product list
    6/21/2013 10:40:34.622 [INFO] Updater.FetchUpdaterPreferencesCommand length of channels enabled list is :66
    6/21/2013 10:40:34.626 [INFO] Updater.FetchListOfInstalledChannels Processing the FetchListOfInstalledChannels
    6/21/2013 10:40:34.654 [WARN] Updater.GetAvailableUpdatesCommand Update Photoshop 13.1.2 for Creative Cloud has WaitingForProductEvent attribute set in tracker xml. Quitting processing of this update.
    6/21/2013 10:40:34.655 [WARN] Updater.GetAvailableUpdatesCommand Update Adobe Illustrator CS6 Update (version 16.2.1) has WaitingForProductEvent attribute set in tracker xml. Quitting processing of this update.
    6/21/2013 10:40:34.659 [INFO] Updater.GetAvailableUpdatesCompleteCommand -------CFU COMPLETED------
    6/21/2013 10:40:34.662 [INFO] Updater.PopulateUpdaterMainScreenCommand -----POPULATING OPTIONS SCREEN----
    6/21/2013 10:40:34.664 [INFO] Updater.PopulateUpdaterMainScreenCommand NO APPLICABLE UPDATES FOUND
    6/21/2013 10:40:34.665 [INFO] Updater.PopulateUpdaterMainScreenCommand Populating all applications upto date screen
    6/21/2013 10:40:34.670 [INFO] AAMShared.DynamicViewMediator Showing screen with screenID : com.adobe.aam.shared.view.compositeComponent::ScreenHome
    6/21/2013 10:40:34.694 [INFO] Updater.PopulateUpdaterMainScreenCommand SetOptOption successful. Returned: 0
    Fri Jun 21 10:40:34 2013    [WARN] UWANative - Failed to get isViewed from input xml
    Fri Jun 21 10:40:34 2013    [INFO] UWAUtilities - Sending Notification to update Notifier
    6/21/2013 10:40:37.811 [INFO] Updater.PopulateUpdaterMainScreenCommand USER CLICKED CFU REFRESH ON HOME SCREEN
    6/21/2013 10:40:37.827 [INFO] Updater.CheckForUpdatesCommand Processing the CheckForUpdatesCommand
    Fri Jun 21 10:40:38 2013    [INFO] OPM - Build Version - 6.0.281.0
    Fri Jun 21 10:40:38 2013    [INFO] OPM - Logging Level verbosity Set  to 4
    Fri Jun 21 10:40:38 2013    [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    Fri Jun 21 10:40:38 2013    [INFO] OPM - No Record found for the input fields
    Fri Jun 21 10:40:38 2013    [INFO] OPM - Released OPM refrence successfully
    Fri Jun 21 10:40:38 2013    [INFO] OPM - Build Version - 6.0.281.0
    Fri Jun 21 10:40:38 2013    [INFO] OPM - Logging Level verbosity Set  to 4
    Fri Jun 21 10:40:38 2013    [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    Fri Jun 21 10:40:38 2013    [INFO] OPM - No Record found for the input fields
    Fri Jun 21 10:40:38 2013    [INFO] OPM - Released OPM refrence successfully
    Fri Jun 21 10:40:38 2013    [INFO] OPM - No Record found for the input fields
    Fri Jun 21 10:40:38 2013    [INFO] UWANative - Check for updates returned SUCCESS
    6/21/2013 10:40:38.828 [INFO] Updater.CheckForUpdatesCommand CheckForUpdatesStatus returned success
    6/21/2013 10:40:38.843 [INFO] Updater.FetchUpdaterPreferencesCommand entered generate product list
    6/21/2013 10:40:38.844 [INFO] Updater.FetchUpdaterPreferencesCommand length of channels enabled list is :66
    6/21/2013 10:40:38.853 [WARN] Updater.GetAvailableUpdatesCommand Update Photoshop 13.1.2 for Creative Cloud has WaitingForProductEvent attribute set in tracker xml. Quitting processing of this update.
    6/21/2013 10:40:38.854 [WARN] Updater.GetAvailableUpdatesCommand Update Adobe Illustrator CS6 Update (version 16.2.1) has WaitingForProductEvent attribute set in tracker xml. Quitting processing of this update.
    6/21/2013 10:40:38.856 [INFO] Updater.GetAvailableUpdatesCompleteCommand -------CFU COMPLETED------
    6/21/2013 10:40:38.857 [INFO] Updater.PopulateUpdaterMainScreenCommand -----POPULATING OPTIONS SCREEN----
    6/21/2013 10:40:38.859 [INFO] Updater.PopulateUpdaterMainScreenCommand NO APPLICABLE UPDATES FOUND
    6/21/2013 10:40:38.859 [INFO] Updater.PopulateUpdaterMainScreenCommand Populating all applications upto date screen
    6/21/2013 10:40:38.861 [INFO] AAMShared.DynamicViewMediator Showing screen with screenID : com.adobe.aam.shared.view.compositeComponent::ScreenHome
    Fri Jun 21 10:40:38 2013    [WARN] UWANative - Failed to get isViewed from input xml
    Fri Jun 21 10:40:38 2013    [INFO] UWAUtilities - Sending Notification to update Notifier
    6/21/2013 10:40:39.552 [INFO] PDApp.HostMessageHandler Front applet found
    Fri Jun 21 10:40:39 2013    [INFO] PDApp.AppletManager - Un-loading Applet - UWA_Native for window ID - 1
    Fri Jun 21 10:40:39 2013    [INFO] PDApp.ExternalGateway - Callng the finalize function of the applet ID - UWA_Native
    6/21/2013 10:40:39.562 [INFO] PDApp.HostMessageHandler Recieved force window close message
    6/21/2013 10:40:39.562 [INFO] PDApp.HostMessageHandler Sending message to native
    Fri Jun 21 10:40:39 2013    [INFO] PDApp.WindowManager - Destroying window with ID - 1
    Fri Jun 21 10:40:39 2013    [WARN] PDApp.WindowManager - GetAPEWindowIDString failed, Unable to find PlayerRef!
    Fri Jun 21 10:40:39 2013    [WARN] PDApp.WindowManager - GetAPEWindowIDString failed, Unable to find PlayerRef!
    Fri Jun 21 10:40:39 2013    [INFO] PDApp - Last window destroyed quiting as event. Quiting application as an event (async)...
    Fri Jun 21 10:40:39 2013    [INFO] PDApp.WindowManager - Destroying PDApp main window with ID - 1
    Fri Jun 21 10:40:39 2013    [INFO] PDApp.WindowManager - DestroyAllAPEWindow failed, APE Window count is zero while destroying all APEWindow's
    Fri Jun 21 10:40:39 2013    [INFO] PDApp - Terminating MessageQueueManager
    Fri Jun 21 10:40:39 2013    [INFO] PDApp.AsyncMsgProcessor - Terminating AsyncMsgProcessor Message Queue
    Fri Jun 21 10:40:39 2013    [INFO] PDApp.AsyncMsgProcessor - Terminating AsyncMsgProcessor
    Fri Jun 21 10:40:39 2013    [INFO] PDApp.MessageQuequeManager - Message Queue Manager destructed
    Fri Jun 21 10:40:39 2013    [INFO] PDApp - Terminating AppletManager
    Fri Jun 21 10:40:39 2013    [INFO] PDApp.AppletManager - AppletManager destructed
    Fri Jun 21 10:40:39 2013    [INFO] PDApp - Terminating WindowManager
    Fri Jun 21 10:40:39 2013    [INFO] PDApp - Terminating NativeCommandHandler
    Fri Jun 21 10:40:39 2013    [INFO] PDApp.ExternalGateway - NativeCommandHandler destructed
    Fri Jun 21 10:40:39 2013    [INFO] PDApp - Terminating NativePlatformHandler
    Fri Jun 21 10:40:39 2013    [INFO] PDApp.ExternalGateway - NativePlatformHandler destructed
    Fri Jun 21 10:40:39 2013    [INFO] PDApp - Terminating ExternalGateway
    Fri Jun 21 10:40:39 2013    [INFO] PDApp.ExternalGateway - ExternalGateway destructed
    Fri Jun 21 10:40:39 2013    [INFO] PDApp - Terminating APE
    Fri Jun 21 10:40:39 2013    [INFO] PDApp - Releasing all locks acquired
    Fri Jun 21 10:40:39 2013    [INFO] PDApp - Quiting Application
    Fri Jun 21 10:44:32 2013    [INFO] PDApp - Build Version - 6.0.335.0
    Fri Jun 21 10:44:32 2013    [INFO] PDApp - Logging Level verbosity Set  to 4
    Fri Jun 21 10:44:32 2013    [INFO] PDApp - Application initialization start, Looking for command line arguments
    Fri Jun 21 10:44:32 2013    [INFO] PDApp.CommandLineParser - Parsing the command line provided. Number of command line arguments is 6
    Fri Jun 21 10:44:32 2013    [INFO] PDApp.AppletManager - Loading Applet Switcher library: /Applications/Utilities/Adobe Application Manager/core/switcher/LWA_UI.dylib
    Fri Jun 21 10:44:32 2013    [INFO] ProvSwitcher - Build Version - 6.0.335.0
    Fri Jun 21 10:44:32 2013    [INFO] ProvSwitcher - Logging Level verbosity Set  to 4
    Fri Jun 21 10:44:32 2013    [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 6
    Fri Jun 21 10:44:32 2013    [INFO] ProvSwitcher - Considering following LEID for applet version switching : VideoSuitePremium-CS6-Mac-GM
    Fri Jun 21 10:44:32 2013    [INFO] ProvSwitcher - Detected identifier in LEID: CS6
    Fri Jun 21 10:44:32 2013    [INFO] ProvSwitcher - Unable to detect any applicable applet version to switch for appletID: LWA_UI appletVersion: 2.0
    Fri Jun 21 10:44:32 2013    [WARN] PDApp.AppletManager - Unable to get the applet switching info... Response is: 8
    Fri Jun 21 10:44:32 2013    [INFO] PDApp - Non Deployment workflow identified...
    Fri Jun 21 10:44:32 2013    [INFO] PDApp - No Non Deployment workflow PDApp running so new instance is allowed to run...
    Fri Jun 21 10:44:32 2013    [INFO] PDApp.WindowManager - Initializing native WindowManager
    Fri Jun 21 10:44:32 2013    [INFO] PDApp.MessageQuequeManager - Message Queue Manager initialized...
    Fri Jun 21 10:44:32 2013    [INFO] PDApp.AsyncMsgProcessor - AsyncMsgProcessor initialized...
    Fri Jun 21 10:44:32 2013    [INFO] PDApp.AsyncMsgProcessor - AsyncMsgProcessor Message Queue initialized...
    Fri Jun 21 10:44:32 2013    [INFO] PDApp.ExternalGateway - ExternalGateway initialized...
    Fri Jun 21 10:44:32 2013    [INFO] PDApp.AppletManager - AppletManager initialize...
    Fri Jun 21 10:44:32 2013    [INFO] PDApp.ExternalGateway - NativeCommandHandler initialized...
    Fri Jun 21 10:44:32 2013    [INFO] PDApp.ExternalGateway - NativePlatformHandler initialized...
    Fri Jun 21 10:44:32 2013    [INFO] PDApp - Registering Notification to listen messages from another instance
    Fri Jun 21 10:44:32 2013    [INFO] PDApp - Detecting Applet Database file...
    Fri Jun 21 10:44:32 2013    [INFO] PDApp - Fetching Applet registeration information...
    Fri Jun 21 10:44:32 2013    [INFO] PDApp.AppletManager - Applet database path - /Applications/Utilities/Adobe Application Manager/
    Fri Jun 21 10:44:32 2013    [INFO] PDApp.AppletManager - PIM library path - /Applications/Utilities/Adobe Application Manager/core/AdobePIM.dylib
    Fri Jun 21 10:44:32 2013    [INFO] PDApp.AppletManager - Loading PIM library...
    Fri Jun 21 10:44:32 2013    [INFO] PDApp.AppletManager - Fetching PIM API's...
    Fri Jun 21 10:44:32 2013    [INFO] PIM - Build Version - 6.0.335.0
    Fri Jun 21 10:44:32 2013    [INFO] PIM - Logging Level verbosity Set  to 4
    Fri Jun 21 10:44:32 2013    [INFO] PIM - CREATE PIM Instance ...
    Fri Jun 21 10:44:32 2013    [INFO] PIM - trying to createOrUpdatePIMDbSchema.
    Fri Jun 21 10:44:32 2013    [INFO] PIM - Current db schema version on machine 1.
    Fri Jun 21 10:44:32 2013    [INFO] PIM - Current db schema version to install 1.
    Fri Jun 21 10:44:32 2013    [INFO] PIM - PIM DB Schema is up to date. Current schema version is 1.
    Fri Jun 21 10:44:32 2013    [INFO] PIM - PIM Database is Up To Date.
    Fri Jun 21 10:44:32 2013    [INFO] PDApp.AppletManager - Getting applet data from Applet database
    Fri Jun 21 10:44:32 2013    [INFO] PDApp.AppletManager - All installed pakages version string (pim_getCurrentPackagesVersion) is D6:6.0.335.0|DECore:6.0.335.0|DWA:3.0.94.0|LWA:3.0.64.0|P6:6.0.335.0|PDApp:6.0.335.0|UWA: 6.0.335.0
    Fri Jun 21 10:44:32 2013    [INFO] PIM - PIMSqlite closeDB status 0
    Fri Jun 21 10:44:32 2013    [INFO] PIM - FREE PIM Instance ...
    Fri Jun 21 10:44:32 2013    [INFO] PDApp.AppletManager - Registering Applets...
    Fri Jun 21 10:44:32 2013    [INFO] PDApp.WindowManager - Creating APEWindow...
    Fri Jun 21 10:44:32 2013    [INFO] PDApp.WindowManager - Creating window instance
    Fri Jun 21 10:44:32 2013    [INFO] PDApp.WindowManager - Checking for appletID and appletVersion given in CommandLineOptions
    Fri Jun 21 10:44:32 2013    [INFO] PDApp.WindowManager - Creating APE stage instance
    Fri Jun 21 10:44:33 2013    [INFO] PDApp.WindowManager - Loading main SWF with Path and args - /Applications/Utilities/Adobe Application Manager
    Fri Jun 21 10:44:33 2013    [INFO] PDApp.WindowManager - Assigning window ID - 1 to created window
    Fri Jun 21 10:44:33 2013    [INFO] PDApp.ExternalGateway - MessageHandler initialized...
    6/21/2013 10:44:33.410 [INFO] PDApp.StartupCommand Logging Level verbosity Set to  INFO
    6/21/2013 10:44:33.412 [INFO] PDApp.StartupCommand Processing the startup Command
    6/21/2013 10:44:33.415 [INFO] PDAPP.AppletManager Starting Applet registeration...
    6/21/2013 10:44:33.421 [INFO] PDAPP.MainDisplayMediator Looking up for the Exact versioned applet for ID :LWA_UI
    6/21/2013 10:44:33.425 [INFO] PDAPP.AppletManager Loading Applet: LWA_UI Version = 2.0
    6/21/2013 10:44:33.433 [INFO] PDApp.ZStringLoader PDAPP SWF - locale set to - en_US
    6/21/2013 10:44:33.435 [INFO] PDAPP.AppletManager Loading progress0 out of 1463159
    6/21/2013 10:44:33.474 [INFO] PDAPP.AppletManager Loading progress65536 out of 1463159
    6/21/2013 10:44:33.475 [INFO] PDAPP.AppletManager Loading progress131072 out of 1463159
    6/21/2013 10:44:33.477 [INFO] PDAPP.AppletManager Loading progress196608 out of 1463159
    6/21/2013 10:44:33.479 [INFO] PDAPP.AppletManager Loading progress262144 out of 1463159
    6/21/2013 10:44:33.481 [INFO] PDAPP.AppletManager Loading progress327680 out of 1463159
    6/21/2013 10:44:33.482 [INFO] PDAPP.AppletManager Loading progress393216 out of 1463159
    6/21/2013 10:44:33.484 [INFO] PDAPP.AppletManager Loading progress458752 out of 1463159
    6/21/2013 10:44:33.485 [INFO] PDAPP.AppletManager Loading progress524288 out of 1463159
    6/21/2013 10:44:33.487 [INFO] PDAPP.AppletManager Loading progress589824 out of 1463159
    6/21/2013 10:44:33.512 [INFO] PDAPP.AppletManager Loading progress655360 out of 1463159
    6/21/2013 10:44:33.514 [INFO] PDAPP.AppletManager Loading progress720896 out of 1463159
    6/21/2013 10:44:33.516 [INFO] PDAPP.AppletManager Loading progress786432 out of 1463159
    6/21/2013 10:44:33.517 [INFO] PDAPP.AppletManager Loading progress851968 out of 1463159
    6/21/2013 10:44:33.519 [INFO] PDAPP.AppletManager Loading progress917504 out of 1463159
    6/21/2013 10:44:33.520 [INFO] PDAPP.AppletManager Loading progress983040 out of 1463159
    6/21/2013 10:44:33.522 [INFO] PDAPP.AppletManager Loading progress1048576 out of 1463159
    6/21/2013 10:44:33.523 [INFO] PDAPP.AppletManager Loading progress1114112 out of 1463159
    6/21/2013 10:44:33.525 [INFO] PDAPP.AppletManager Loading progress1179648 out of 1463159
    6/21/2013 10:44:33.545 [INFO] PDAPP.AppletManager Loading progress1245184 out of 1463159
    6/21/2013 10:44:33.547 [INFO] PDAPP.AppletManager Loading progress1310720 out of 1463159
    6/21/2013 10:44:33.548 [INFO] PDAPP.AppletManager Loading progress1376256 out of 1463159
    6/21/2013 10:44:33.550 [INFO] PDAPP.AppletManager Loading progress1441792 out of 1463159
    6/21/2013 10:44:33.551 [INFO] PDAPP.AppletManager Loading progress1463159 out of 1463159
    6/21/2013 10:44:33.855 [INFO] P6Flex.Startup Processing application startup command...
    6/21/2013 10:44:33.857 [INFO] PDApp.ExternalGateway Recieved Applet Loading Completion
    6/21/2013 10:44:33.859 [INFO] ZStringLoader Trying to load ZString for preferred locale - en_US
    6/21/2013 10:44:33.872 [INFO] ZStringLoader Locale set to - en_US
    6/21/2013 10:44:33.897 [INFO] P6Flex.Startup AppName: CS6 Production Premium
    Fri Jun 21 10:44:33 2013    [INFO] PDApp.AppletManager - Loading Applet - LWA_Native for WindowID - 1
    Fri Jun 21 10:44:33 2013    [INFO] LWANative - Build Version - 6.0.335.0
    Fri Jun 21 10:44:33 2013    [INFO] LWANative - Logging Level verbosity Set  to 4
    6/21/2013 10:44:33.912 [INFO] ProvCommon.ZStringLoader Applet locale set to - en_US
    Fri Jun 21 10:44:33 2013    [INFO] LWANative - pwa_openSession Session key : F8795E9A-B2E7-4A4E-8180-C630B589BF07
    Fri Jun 21 10:44:33 2013    [INFO] OPM - Build Version - 6.0.281.0
    Fri Jun 21 10:44:33 2013    [INFO] OPM - Logging Level verbosity Set  to 4
    Fri Jun 21 10:44:33 2013    [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    Fri Jun 21 10:44:33 2013    [INFO] OPM - No Record found for the input fields
    Fri Jun 21 10:44:33 2013    [INFO] OPM - Released OPM refrence successfully
    6/21/2013 10:44:33.935 [INFO] ProvisioningNativeAppletBase Done opening PWASession, session key - F8795E9A-B2E7-4A4E-8180-C630B589BF07
    6/21/2013 10:44:33.936 [INFO] P6Flex.ProvisioningNativeApplet Performing checkWorkflowType...
    Fri Jun 21 10:44:33 2013    [INFO] LWANative - Got null language in PVPL. Adding ALL
    6/21/2013 10:44:33.968 [INFO] P6Flex.Startup Done processing of StartupCommand
    6/21/2013 10:44:33.969 [INFO] StartWorkflowCommand Start processing of StartWorkflowCommand, workflow detected: DeActivation
    6/21/2013 10:44:33.971 [INFO] AAMShared.DynamicViewMediator Showing screen with screenID : SCREEN_DEACTIVATE_MAIN
    6/21/2013 10:44:33.974 [INFO] P6Flex.DeactivationScreenCommand Fetching Suite Activation details...
    6/21/2013 10:44:33.976 [INFO] P6Flex.ProvisioningNativeApplet Fetching activated product list for locale: en_US leid: VideoSuitePremium-CS6-Mac-GM
    6/21/2013 10:44:43.084 [INFO] P6Flex.ProvisioningNativeApplet Performing DeactivateApp with erase SN: true
    Fri Jun 21 10:44:43 2013    [INFO] OPM - Build Version - 6.0.281.0
    Fri Jun 21 10:44:43 2013    [INFO] OPM - Logging Level verbosity Set  to 4
    Fri Jun 21 10:44:43 2013    [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    Fri Jun 21 10:44:43 2013    [INFO] OPM - No Record found for the input fields
    Fri Jun 21 10:44:43 2013    [INFO] OPM - Released OPM refrence successfully
    6/21/2013 10:44:44.187 [INFO] P6Flex.SetDeactivateStatusCommand Received Deactivate status, processing response...
    6/21/2013 10:44:44.192 [INFO] P6Flex.SetDeactivateStatusCommand Deactivation successful
    6/21/2013 10:44:44.194 [INFO] ProvisioningNativeAppletBase Closing PWASession: F8795E9A-B2E7-4A4E-8180-C630B589BF07 Commit: true
    6/21/2013 10:44:44.201 [INFO] AAMShared.DynamicViewMediator Showing screen with screenID : SCREEN_DEACTIVATE_SUCCESSFULL
    6/21/2013 10:44:48.500 [INFO] P6Flex.QuitCommand Quitting workflow with launchApp: false
    6/21/2013 10:44:48.500 [INFO] ProvisioningNativeAppletBase Closing PWASession: F8795E9A-B2E7-4A4E-8180-C630B589BF07 Commit: false
    Fri Jun 21 10:44:48 2013    [ERROR] LWANative - Cannot find the session for key - F8795E9A-B2E7-4A4E-8180-C630B589BF07
    6/21/2013 10:44:48.503 [WARN] ProvisioningNativeAppletBase closePWASession did not return result tag. Return value is <error>Session not found for key</error>
    Fri Jun 21 10:44:48 2013    [INFO] PDApp.AppletManager - Un-loading Applet - LWA_Native for window ID - 1
    Fri Jun 21 10:44:48 2013    [INFO] PDApp.ExternalGateway - Callng the finalize function of the applet ID - LWA_Native
    6/21/2013 10:44:48.506 [INFO] PDApp.HostMessageHandler Recieved force window close message
    6/21/2013 10:44:48.507 [INFO] PDApp.HostMessageHandler Sending message to native
    Fri Jun 21 10:44:48 2013    [INFO] PDApp.WindowManager - Destroying window with ID - 1
    Fri Jun 21 10:44:48 2013    [INFO] PDApp - Last window destroyed quiting as event. Quiting application as an event (async)...
    Fri Jun 21 10:44:48 2013    [INFO] PDApp.WindowManager - Destroying PDApp main window with ID - 1
    Fri Jun 21 10:44:48 2013    [INFO] PDApp.WindowManager - DestroyAllAPEWindow failed, APE Window count is zero while destroying all APEWindow's
    Fri Jun 21 10:44:48 2013    [INFO] PDApp - Terminating MessageQueueManager
    Fri Jun 21 10:44:48 2013    [INFO] PDApp.AsyncMsgProcessor - Terminating AsyncMsgProcessor Message Queue
    Fri Jun 21 10:44:48 2013    [INFO] PDApp.AsyncMsgProcessor - Terminating AsyncMsgProcessor
    Fri Jun 21 10:44:48 2013    [INFO] PDApp.MessageQuequeManager - Message Queue Manager destructed
    Fri Jun 21 10:44:48 2013    [INFO] PDApp - Terminating AppletManager
    Fri Jun 21 10:44:48 2013    [INFO] PDApp.AppletManager - AppletManager destructed
    Fri Jun 21 10:44:48 2013    [INFO] PDApp - Terminating WindowManager
    Fri Jun 21 10:44:48 2013    [INFO] PDApp - Terminating NativeCommandHandler
    Fri Jun 21 10:44:48 2013    [INFO] PDApp.ExternalGateway - NativeCommandHandler destructed
    Fri Jun 21 10:44:48 2013    [INFO] PDApp - Terminating NativePlatformHandler
    Fri Jun 21 10:44:48 2013    [INFO] PDApp.ExternalGateway - NativePlatformHandler destructed
    Fri Jun 21 10:44:48 2013    [INFO] PDApp - Terminating ExternalGateway
    Fri Jun 21 10:44:48 2013    [INFO] PDApp.ExternalGateway - ExternalGateway destructed
    Fri Jun 21 10:44:48 2013    [INFO] PDApp - Terminating APE
    Fri Jun 21 10:44:48 2013    [INFO] PDApp - Releasing all locks acquired
    Fri Jun 21 10:44:48 2013    [INFO] PDApp - Quiting Application
    Fri Jun 21 10:45:02 2013    [INFO] PDApp - Build Version - 6.0.335.0
    Fri Jun 21 10:45:02 2013    [INFO] PDApp - Logging Level verbosity Set  to 4
    Fri Jun 21 10:45:02 2013    [INFO] PDApp - Application initialization start, Looking for command line arguments
    Fri Jun 21 10:45:02 2013    [INFO] PDApp.CommandLineParser - Parsing the command line provided. Number of command line arguments is 6
    Fri Jun 21 10:45:02 2013    [INFO] PDApp.AppletManager - Loading Applet Switcher library: /Applications/Utilities/Adobe Application Manager/core/switcher/LWA_UI.dylib
    Fri Jun 21 10:45:02 2013    [INFO] ProvSwitcher - Build Version - 6.0.335.0
    Fri Jun 21 10:45:02 2013    [INFO] ProvSwitcher - Logging Level verbosity Set  to 4
    Fri Jun 21 10:45:02 2013    [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 6
    Fri Jun 21 10:45:02 2013    [INFO] ProvSwitcher - Unable to fetch licensing LEID from amtLib xml file. Fallback to Driver LEID
    Fri Jun 21 10:45:02 2013    [INFO] ProvSwitcher - Considering following LEID for applet version switching : VideoSuitePremium-CS6-Mac-GM
    Fri Jun 21 10:45:02 2013    [INFO] ProvSwitcher - Detected identifier in LEID: CS6
    Fri Jun 21 10:45:02 2013    [INFO] ProvSwitcher - Unable to detect any applicable applet version to switch for appletID: LWA_UI appletVersion: 2.0
    Fri Jun 21 10:45:02 2013    [WARN] PDApp.AppletManager - Unable to get the applet switching info... Response is: 8
    Fri Jun 21 10:45:02 2013    [INFO] PDApp - Non Deployment workflow identified...
    Fri Jun 21 10:45:02 2013    [INFO] PDApp - No Non Deployment workflow PDApp running so new instance is allowed to run...
    Fri Jun 21 10:45:02 2013    [INFO] PDApp.WindowManager - Initializing native WindowManager
    Fri Jun 21 10:45:02 2013    [INFO] PDApp.MessageQuequeManager - Message Queue Manager initialized...
    Fri Jun 21 10:45:02 2013    [INFO] PDApp.AsyncMsgProcessor - AsyncMsgProcessor initialized...
    Fri Jun 21 10:45:02 2013    [INFO] PDApp.AsyncMsgProcessor - AsyncMsgProcessor Message Queue initialized...
    Fri Jun 21 10:45:02 2013    [INFO] PDApp.ExternalGateway - ExternalGateway initialized...
    Fri Jun 21 10:45:02 2013    [INFO] PDApp.AppletManager - AppletManager initialize...
    Fri Jun 21 10:45:02 2013    [INFO] PDApp.ExternalGateway - NativeCommandHandler initialized...
    Fri Jun 21 10:45:02 2013    [INFO] PDApp.ExternalGateway - NativePlatformHandler initialized...
    Fri Jun 21 10:45:02 2013    [INFO] PDApp - Registering Notification to listen messages from another instance
    Fri Jun 21 10:45:02 2013    [INFO] PDApp - Detecting Applet Database file...
    Fri Jun 21 10:45:02 2013    [INFO] PDApp - Fetching Applet registeration information...
    Fri Jun 21 10:45:02 2013    [INFO] PDApp.AppletManager - Applet database path - /Applications/Utilities/Adobe Application Manager/
    Fri Jun 21 10:45:02 2013    [INFO] PDApp.AppletManager - PIM library path - /Applications/Utilities/Adobe Application Manager/core/AdobePIM.dylib
    Fri Jun 21 10:45:02 2013    [INFO] PDApp.AppletManager - Loading PIM library...
    Fri Jun 21 10:45:02 2013    [INFO] PDApp.AppletManager - Fetching PIM API's...
    Fri Jun 21 10:45:02 2013    [INFO] PIM - Build Version - 6.0.335.0
    Fri Jun 21 10:45:02 2013    [INFO] PIM - Logging Level verbosity Set  to 4
    Fri Jun 21 10:45:02 2013    [INFO] PIM - CREATE PIM Instance ...
    Fri Jun 21 10:45:02 2013    [INFO] PIM - trying to createOrUpdatePIMDbSchema.
    Fri Jun 21 10:45:02 2013    [INFO] PIM - Current db schema version on machine 1.
    Fri Jun 21 10:45:02 2013    [INFO] PIM - Current db schema version to install 1.
    Fri Jun 21 10:45:02 2013    [INFO] PIM - PIM DB Schema is up to date. Current schema version is 1.
    Fri Jun 21 10:45:02 2013    [INFO] PIM - PIM Database is Up To Date.
    Fri Jun 21 10:45:02 2013    [INFO] PDApp.AppletManager - Getting applet data from Applet database
    Fri Jun 21 10:45:02 2013    [INFO] PDApp.AppletManager - All installed pakages version string (pim_getCurrentPackagesVersion) is D6:6.0.335.0|DECore:6.0.335.0|DWA:3.0.94.0|LWA:3.0.64.0|P6:6.0.335.0|PDApp:6.0.335.0|UWA: 6.0.335.0
    Fri Jun 21 10:45:02 2013    [INFO] PIM - PIMSqlite closeDB status 0
    Fri Jun 21 10:45:02 2013    [INFO] PIM - FREE PIM Instance ...
    Fri Jun 21 10:45:02 2013    [INFO] PDApp.AppletManager - Registering Applets...
    Fri Jun 21 10:45:02 2013    [INFO] PDApp.WindowManager - Creating APEWindow...
    Fri Jun 21 10:45:02 2013    [INFO] PDApp.WindowManager - Creating window instance
    Fri Jun 21 10:45:02 2013    [INFO] PDApp.WindowManager - Checking for appletID and appletVersion given in CommandLineOptions
    Fri Jun 21 10:45:02 2013    [INFO] PDApp.WindowManager - Creating APE stage instance
    Fri Jun 21 10:45:02 2013    [INFO] PDApp.WindowManager - Loading main SWF with Path and args - /Applications/Utilities/Adobe Application Manager
    Fri Jun 21 10:45:02 2013    [INFO] PDApp.WindowManager - Assigning window ID - 1 to created window
    Fri Jun 21 10:45:02 2013    [INFO] PDApp.ExternalGateway - MessageHandler initialized...
    6/21/2013 10:45:02.990 [INFO] PDApp.StartupCommand Logging Level verbosity Set to  INFO
    6/21/2013 10:45:02.991 [INFO] PDApp.StartupCommand Processing the startup Command
    6/21/2013 10:45:02.995 [INFO] PDAPP.AppletManager Starting Applet registeration...
    6/21/2013 10:45:03.001 [INFO] PDAPP.MainDisplayMediator Looking up for the Exact versioned applet for ID :LWA_UI
    6/21/2013 10:45:03.005 [INFO] PDAPP.AppletManager Loading Applet: LWA_UI Version = 2.0
    6/21/2013 10:45:03.013 [INFO] PDApp.ZStringLoader PDAPP SWF - locale set to - en_US
    6/21/2013 10:45:03.014 [INFO] PDAPP.AppletManager Loading progress0 out of 1463159
    6/21/2013 10:45:03.053 [INFO] PDAPP.AppletManager Loading progress65536 out of 1463159
    6/21/2013 10:45:03.055 [INFO] PDAPP.AppletManager Loading progress131072 out of 1463159
    6/21/2013 10:45:03.057 [INFO] PDAPP.AppletManager Loading progress196608 out of 1463159
    6/21/2013 10:45:03.058 [INFO] PDAPP.AppletManager Loading progress262144 out of 1463159
    6/21/2013 10:45:03.060 [INFO] PDAPP.AppletManager Loading progress327680 out of 1463159
    6/21/2013 10:45:03.062 [INFO] PDAPP.AppletManager Loading progress393216 out of 1463159
    6/21/2013 10:45:03.063 [INFO] PDAPP.AppletManager Loading progress458752 out of 1463159
    6/21/2013 10:45:03.065 [INFO] PDAPP.AppletManager Loading progress524288 out of 1463159
    6/21/2013 10:45:03.066 [INFO] PDAPP.AppletManager Loading progress589824 out of 1463159
    6/21/2013 10:45:03.094 [INFO] PDAPP.AppletManager Loading progress655360 out of 1463159
    6/21/2013 10:45:03.096 [INFO] PDAPP.AppletManager Loading progress720896 out of 1463159
    6/21/2013 10:45:03.098 [INFO] PDAPP.AppletManager Loading progress786432 out of 1463159
    6/21/2013 10:45:03.100 [INFO] PDAPP.AppletManager Loading progress851968 out of 1463159
    6/21/2013 10:45:03.102 [INFO] PDAPP.AppletManager Loading progress917504 out of 1463159
    6/21/2013 10:45:03.104 [INFO] PDAPP.AppletManager Loading progress983040 out of 1463159
    6/21/2013 10:45:03.106 [INFO] PDAPP.AppletManager Loading progress1048576 out of 1463159
    6/21/2013 10:45:03.125 [INFO] PDAPP.AppletManager Loading progress1114112 out of 1463159
    6/21/2013 10:45:03.127 [INFO] PDAPP.AppletManager Loading progress1179648 out of 1463159
    6/21/2013 10:45:03.129 [INFO] PDAPP.AppletManager Loading progress1245184 out of 1463159
    6/21/2013 10:45:03.130 [INFO] PDAPP.AppletManager Loading progress1310720 out of 1463159
    6/21/2013 10:45:03.132 [INFO] PDAPP.AppletManager Loading progress1376256 out of 1463159
    6/21/2013 10:45:03.133 [INFO] PDAPP.AppletManager Loading progress1441792 out of 1463159
    6/21/2013 10:45:03.134 [INFO] PDAPP.AppletManager Loading progress1463159 out of 1463159
    6/21/2013 10:45:03.435 [INFO] P6Flex.Startup Processing application startup command...
    6/21/2013 10:45:03.437 [INFO] PDApp.ExternalGateway Recieved Applet Loading Completion
    6/21/2013 10:45:03.439 [INFO] ZStringLoader Trying to load ZString for preferred locale - en_US
    6/21/2013 10:45:03.446 [INFO] ZStringLoader Locale set to - en_US
    6/21/2013 10:45:03.473 [INFO] P6Flex.Startup AppName: CS6 Production Premium
    Fri Jun 21 10:45:03 2013    [INFO] PDApp.AppletManager - Loading Applet - LWA_Native for WindowID - 1
    Fri Jun 21 10:45:03 2013    [INFO] LWANative - Build Version - 6.0.335.0
    Fri Jun 21 10:45:03 2013    [INFO] LWANative - Logging Level verbosity Set  to 4
    6/21/2013 10:45:03.479 [INFO] ProvCommon.ZStringLoader Applet locale set to - en_US
    Fri Jun 21 10:45:03 2013    [INFO] LWANative - pwa_openSession Session key : 3500206D-D167-4091-8436-6C0EA82B8860
    Fri Jun 21 10:45:03 2013    [INFO] OPM - Build Version - 6.0.281.0
    Fri Jun 21 10:45:03 2013    [INFO] OPM - Logging Level verbosity Set  to 4
    Fri Jun 21 10:45:03 2013    [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    Fri Jun 21 10:45:03 2013    [INFO] OPM - No Record found for the input fields
    Fri Jun 21 10:45:03 2013    [INFO] OPM - Released OPM refrence successfully
    6/21/2013 10:45:03.500 [INFO] ProvisioningNativeAppletBase Done opening PWASession, session key - 3500206D-D167-4091-8436-6C0EA82B8860
    6/21/2013 10:45:03.501 [INFO] P6Flex.ProvisioningNativeApplet Performing checkWorkflowType...
    Fri Jun 21 10:45:03 2013    [INFO] LWANative - Got null language in PVPL. Adding ALL
    6/21/2013 10:45:03.524 [INFO] P6Flex.Startup Done processing of StartupCommand
    6/21/2013 10:45:03.525 [INFO] StartWorkflowCommand Start processing of StartWorkflowCommand, workflow detected: First_Launch
    6/21/2013 10:45:03.526 [INFO] StartWorkflowCommand Detected ShowEULA = true, intitaiting EULA workflow...
    6/21/2013 10:45:03.528 [INFO] AAMShared.DynamicViewMediator Showing screen with screenID : SCREEN_EULA
    6/21/2013 10:45:03.531 [INFO] P6Flex.ProvisioningNativeApplet Fetching EULA language list...
    6/21/2013 10:45:03.536 [INFO] P6Flex.ProvisioningNativeApplet Done fetching EULA languge list.
    6/21/2013 10:45:03.540 [INFO] P6Flex.ProvisioningNativeApplet Fetching EULA for locale - en_US
    6/21/2013 10:45:06.413 [INFO] ProvisioningNativeAppletBase Setting EULA for locale - en_US
    6/21/2013 10:45:06.417 [INFO] ProvisioningNativeAppletBase Closing PWASession: 3500206D-D167-4091-8436-6C0EA82B8860 Commit: true
    Fri Jun 21 10:45:06 2013    [INFO] LWANative - pwa_openSession Session key : 9807D41D-B1FF-437B-A300-148C3B83D09C
    Fri Jun 21 10:45:06 2013    [INFO] OPM - Build Version - 6.0.281.0
    Fri Jun 21 10:45:06 2013    [INFO] OPM - Logging Level verbosity Set  to 4
    Fri Jun 21 10:45:06 2013    [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    Fri Jun 21 10:45:06 2013    [INFO] OPM - No Record found for the input fields
    Fri Jun 21 10:45:06 2013    [INFO] OPM - Released OPM refrence successfully
    6/21/2013 10:45:06.451 [INFO] ProvisioningNativeAppletBase Done opening PWASession, session key - 9807D41D-B1FF-437B-A300-148C3B83D09C
    6/21/2013 10:45:06.452 [INFO] P6Flex.LaunchWFCommand Start processing of LaunchWFCommand
    6/21/2013 10:45:06.455 [INFO] P6Flex.CheckInternetCommand Checking network connection status...
    6/21/2013 10:45:07.271 [INFO] P6Flex.CheckInternetCommand Received network status : true
    6/21/2013 10:45:07.272 [INFO] P6Flex.ShowTrialWFCommand Trial is not registered, showing Trial Register screen...
    Fri Jun 21 10:45:07 2013    [INFO] LWANative - Performing openIMSLibSession...
    Fri Jun 21 10:45:07 2013    [INFO] LWANative - pwa_openIMSLibSession Session key : FEFD8DD3-7569-4DF7-9952-382F68E5BE65
    Fri Jun 21 10:45:07 2013    [INFO] IMSLib - Build Version - 6.0.56.0
    Fri Jun 21 10:45:07 2013    [INFO] IMSLib - Logging Level verbosity Set  to 4
    Fri Jun 21 10:45:07 2013    [INFO] IMSLib - Creating IMSLib instance ...
    Fri Jun 21 10:45:07 2013    [INFO] OPM - Build Version - 6.0.56.0
    Fri Jun 21 10:45:07 2013    [INFO] OPM - Logging Level verbosity Set  to 4
    Fri Jun 21 10:45:07 2013    [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    Fri Jun 21 10:45:07 2013    [INFO] OPM - No Record found for the input fields
    Fri Jun 21 10:45:07 2013    [ERROR] IMSLib - Failed in getting value for key in OPMGetValueForKey
    Fri Jun 21 10:45:07 2013    [INFO] IMSLibHelper - Failed to get proxy user name from local db in getProxyCredentialsFromLocalStore
    Fri Jun 21 10:45:07 2013    [INFO] OPM - Released OPM refrence successfully
    Fri Jun 21 10:45:07 2013    [INFO] IMSLib - Failed get proxy credentials from local store while creating IMSLib instance ...
    6/21/2013 10:45:07.303 [INFO] ProvisioningNativeAppletBase Done opening IMSSession, session key - FEFD8DD3-7569-4DF7-9952-382F68E5BE65
    6/21/2013 10:45:07.305 [INFO] ProvisioningNativeAppletBase Fetching default user profile for requested ClientID...
    Fri Jun 21 10:45:07 2013    [INFO] LWANative - Performing fetch default user for clientID...
    Fri Jun 21 10:45:07 2013    [INFO] IMSLib - Performing fetchDefaultUserInfoForClientId...
    Fri Jun 21 10:45:07 2013    [INFO] OPM - Build Version - 6.0.56.0
    Fri Jun 21 10:45:07 2013    [INFO] OPM - Logging Level verbosity Set  to 4
    Fri Jun 21 10:45:07 2013    [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    Fri Jun 21 10:45:07 2013    [INFO] OPM - returning size of value as:-1073762312
    Fri Jun 21 10:45:07 2013    [INFO] OPM - Released OPM refrence successfully
    Fri Jun 21 10:45:07 2013    [INFO] OPM - Build Version - 6.0.56.0
    Fri Jun 21 10:45:07 2013    [INFO] OPM - Logging Level verbosity Set  to 4
    Fri Jun 21 10:45:07 2013    [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    Fri Jun 21 10:45:07 2013    [INFO] OPM - returning size of value as:-1073763480
    Fri Jun 21 10:45:07 2013    [INFO] OPM - Released OPM refrence successfully
    Fri Jun 21 10:45:07 2013    [INFO] IMSLib - Performing releaseData...
    6/21/2013 10:45:07.315 [INFO] ProvisioningNativeAppletBase Retrieved default user profile successfully
    6/21/2013 10:45:07.316 [INFO] ProvisioningNativeAppletBase Closing IMSSession: FEFD8DD3-7569-4DF7-9952-382F68E5BE65
    Fri Jun 21 10:45:07 2013    [INFO] LWANative - Performing closeIMSLibSession...
    Fri Jun 21 10:45:07 2013    [INFO] IMSLib - Releasing IMSLib instance ...
    6/21/2013 10:45:07.319 [INFO] ProvisioningNativeAppletBase Done closing IMSSession: FEFD8DD3-7569-4DF7-9952-382F68E5BE65
    6/21/2013 10:45:07.328 [INFO] AAMShared.DynamicViewMediator Showing screen with screenID : SCREEN_REGISTER_TRIAL
    6/21/2013 10:45:09.123 [INFO] P6Flex.ProvisioningNativeApplet Loading online Trial license...
    6/21/2013 10:45:09.168 [INFO] P6Flex.ProvisioningNativeApplet Online Trial license loaded successfully.
    6/21/2013 10:45:09.168 [INFO] P6Flex.RegisterTrialCommand Trail license loaded successfully.
    6/21/2013 10:45:09.170 [INFO] ProvisioningNativeAppletBase Performing remember AdobeID...
    6/21/2013 10:45:09.173 [INFO] ProvisioningNativeAppletBase Remember AdobeID done successfully.
    6/21/2013 10:45:09.174 [INFO] ProvisioningNativeAppletBase Closing PWASession: 9807D41D-B1FF-437B-A300-148C3B83D09C Commit: true
    6/21/2013 10:45:09.181 [INFO] P6Flex.QuitCommand Quitting workflow with launchApp: true
    6/21/2013 10:45:09.183 [INFO] P6Flex.ProvisioningNativeApplet Performing LaunchApplication for path - /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/MacOS/Adobe Photoshop CS6
    Fri Jun 21 10:45:09 2013    [INFO] PDApp.AppletManager - Un-loading Applet - LWA_Native for window ID - 1
    Fri Jun 21 10:45:09 2013    [INFO] PDApp.ExternalGateway - Callng the finalize function of the applet ID - LWA_Native
    6/21/2013 10:45:09.207 [INFO] PDApp.HostMessageHandler Recieved force window close message
    6/21/2013 10:45:09.208 [INFO] PDApp.HostMessageHandler Sending message to native
    Fri Jun 21 10:45:09 2013    [INFO] PDApp.WindowManager - Destroying window with ID - 1
    Fri Jun 21 10:45:09 2013    [INFO] PDApp - Last window destroyed quiting as event. Quiting application as an event (async)...
    Fri Jun 21 10:45:09 2013    [INFO] PDApp.WindowManager - Destroying PDApp main window with ID - 1
    Fri Jun 21 10:45:09 2013    [INFO] PDApp.WindowManager - DestroyAllAPEWindow failed, APE Window count is zero while destroying all APEWindow's
    Fri Jun 21 10:45:09 2013    [INFO] PDApp - Terminating MessageQueueManager
    Fri Jun 21 10:45:09 2013    [INFO] PDApp.AsyncMsgProcessor - Terminating AsyncMsgProcessor Message Queue
    Fri Jun 21 10:45:09 2013    [INFO] PDApp.AsyncMsgProcessor - Terminating AsyncMsgProcessor
    Fri Jun 21 10:45:09 2013    [INFO] PDApp.MessageQuequeManager - Message Queue Manager destructed
    Fri Jun 21 10:45:09 2013    [INFO] PDApp - Terminating AppletManager
    Fri Jun 21 10:45:09 2013    [INFO] PDApp.AppletManager - AppletManager destructed
    Fri Jun 21 10:45:09 2013    [INFO] PDApp - Terminating WindowManager
    Fri Jun 21 10:45:09 2013    [INFO] PDApp - Terminating NativeCommandHandler
    Fri Jun 21 10:45:09 2013    [INFO] PDApp.ExternalGateway - NativeCommandHandler destructed
    Fri Jun 21 10:45:09 2013    [INFO] PDApp - Terminating NativePlatformHandler
    Fri Jun 21 10:45:09 2013    [INFO] PDApp.ExternalGateway - NativePlatformHandler destructed
    Fri Jun 21 10:45:09 2013    [INFO] PDApp - Terminating ExternalGateway
    Fri Jun 21 10:45:09 2013    [INFO] PDApp.ExternalGateway - ExternalGateway destructed
    Fri Jun 21 10:45:09 2013    [INFO] PDApp - Terminating APE
    Fri Jun 21 10:45:09 2013    [INFO] PDApp - Releasing all locks acquired
    Fri Jun 21 10:45:09 2013    [INFO] PDApp - Quiting Application
    Fri Jun 21 10:45:23 2013    [INFO] PDApp - Build Version - 6.0.335.0
    Fri Jun 21 10:45:23 2013    [INFO] PDApp - Logging Level verbosity Set  to 4
    Fri Jun 21 10:45:23 2013    [INFO] PDApp - Application initialization start, Looking for command line arguments
    Fri Jun 21 10:45:23 2013    [INFO] PDApp.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Fri Jun 21 10:45:23 2013    [INFO] PDApp.CommandLineParser - Mandatory Arguments --appletID --appletVersion is not given, using default workflow arguments
    Fri Jun 21 10:45:23 2013    [INFO] PDApp - Non Deployment workflow identified...
    Fri Jun 21 10:45:23 2013    [INFO] PDApp - No Non Deployment workflow PDApp running so new instance is allowed to run...
    Fri Jun 21 10:45:23 2013    [INFO] PDApp.WindowManager - Initializing native WindowManager
    Fri Jun 21 10:45:23 2013    [INFO] PDApp.MessageQuequeManager - Message Queue Manager initialized...
    Fri Jun 21 10:45:23 2013    [INFO] PDApp.AsyncMsgProcessor - AsyncMsgProcessor initialized...
    Fri Jun 21 10:45:23 2013    [INFO] PDApp.AsyncMsgProcessor - AsyncMsgProcessor Message Queue initialized...
    Fri Jun 21 10:45:23 2013    [INFO] PDApp.ExternalGateway - ExternalGateway initialized...
    Fri Jun 21 10:45:23 2013    [INFO] PDApp.AppletManager - AppletManager initialize...
    Fri Jun 21 10:45:23 2013    [INFO] PDApp.ExternalGateway - NativeCommandHandler initialized...
    Fri Jun 21 10:45:23 2013    [INFO] PDApp.ExternalGateway - NativePlatformHandler initialized...
    Fri Jun 21 10:45:23 2013    [INFO] PDApp - Registering Notification to listen messages from another instance
    Fri Jun 21 10:45:23 2013    [INFO] PDApp - Detecting Applet Database file...
    Fri Jun 21 10:45:23 2013    [INFO] PDApp - Fetching Applet registeration information...
    Fri Jun 21 10:45:23 2013    [INFO] PDApp.AppletManager - Applet database path - /Applications/Utilities/Adobe Application Manager/
    Fri Jun 21 10:45:23 2013    [INFO] PDApp.AppletManager - PIM library path - /Applications/Utilities/Adobe Application Manager/core/AdobePIM.dylib
    Fri Jun 21 10:45:23 2013    [INFO] PDApp.AppletManager - Loading PIM library...
    Fri Jun 21 10:45:23 2013    [INFO] PDApp.AppletManager - Fetching PIM API's...
    Fri Jun 21 10:45:23 2013    [INFO] PIM - Build Version - 6.0.335.0
    Fri Jun 21 10:45:23 2013    [INFO] PIM - Logging Level verbosity Set  to 4
    Fri Jun 21 10:45:23 2013    [INFO] PIM - CREATE PIM Instance ...
    Fri Jun 21 10:45:23 2013    [INFO] PIM - trying to createOrUpdatePIMDbSchema.
    Fri Jun 21 10:45:23 2013    [INFO] PIM - Current db schema version on machine 1.
    Fri Jun 21 10:45:23 2013    [INFO] PIM - Current db schema version to install 1.
    Fri Jun 21 10:45:23 2013    [INFO] PIM - PIM DB Schema is up to date. Current schema version is 1.
    Fri Jun 21 10:45:23 2013    [INFO] PIM - PIM Database is Up To Date.
    Fri Jun 21 10:45:23 2013    [INFO] PDApp.AppletManager - Getting applet data from Applet database
    Fri Jun 21 10:45:23 2013    [INFO] PDApp.AppletManager - All installed pakages version string (pim_getCurrentPackagesVersion) is D6:6.0.335.0|DECore:6.0.335.0|DWA:3.0.94.0|LWA:3.0.64.0|P6:6.0.335.0|PDApp:6.0.335.0|UWA: 6.0.335.0
    Fri Jun 21 10:45:23 2013    [INFO] PIM - PIMSqlite closeDB status 0
    Fri Jun 21 10:45:23 2013    [INFO] PIM - FREE PIM Instance ...
    Fri Jun 21 10:45:23 2013    [INFO] PDApp.AppletManager - Registering Applets...
    Fri Jun 21 10:45:23 2013    [INFO] PDApp.WindowManager - Creating APEWindow...
    Fri Jun 21 10:45:23 2013    [INFO] PDApp.WindowManager - Creating window instance
    Fri Jun 21 10:45:23 2013    [INFO] PDApp.WindowManager - Checking for appletID and appletVersion given in CommandLineOptions
    Fri Jun 21 10:45:23 2013    [INFO] PDApp.WindowManager - Creating APE stage instance
    Fri Jun 21 10:45:23 2013    [INFO] PDApp.WindowManager - Loading main SWF with Path and args - /Applications/Utilities/Adobe Application Manager
    Fri Jun 21 10:45:23 2013    [INFO] PDApp.WindowManager - Assigning window ID - 1 to created window
    Fri Jun 21 10:45:23 2013    [INFO] PDApp.ExternalGateway - MessageHandler initialized...
    6/21/2013 10:45:23.907 [INFO] PDApp.StartupCommand Logging Level verbosity Set to  INFO
    6/21/2013 10:45:23.908 [INFO] PDApp.StartupCommand Processing the startup Command
    6/21/2013 10:45:23.911 [INFO] PDAPP.AppletManager Starting Applet registeration...
    6/21/2013 10:45:23.918 [INFO] PDAPP.MainDisplayMediator Looking up for the Exact versioned applet for ID :UWA_UI
    6/21/2013 10:45:23.921 [INFO] PDAPP.AppletManager Loading Applet: UWA_UI Version = 1.0
    6/21/2013 10:45:23.929 [INFO] PDApp.ZStringLoader PDAPP SWF - locale set to - en_US
    6/21/2013 10:45:23.930 [INFO] PDAPP.AppletManager Loading progress0 out of 1122223
    6/21/2013 10:45:23.970 [INFO] PDAPP.AppletManager Loading progress65536 out of 1122223
    6/21/2013 10:45:23.972 [INFO] PDAPP.AppletManager Loading progress131072 out of 1122223
    6/21/2013 10:45:23.974 [INFO] PDAPP.AppletManager Loading progress196608 out of 1122223
    6/21/2013 10:45:23.975 [INFO] PDAPP.AppletManager Loading progress262144 out of 1122223
    6/21/2013 10:45:23.977 [INFO] PDAPP.AppletManager Loading progress327680 out of 1122223
    6/21/2013 10:45:23.979 [INFO] PDAPP.AppletManager Loading progress393216 out of 1122223
    6/21/2013 10:45:23.980 [INFO] PDAPP.AppletManager Loading progress458752 out of 1122223
    6/21/2013 10:45:23.982 [INFO] PDAPP.AppletManager Loading progress524288 out of 1122223
    6/21/2013 10:45:23.983 [INFO] PDAPP.AppletManager Loading progress589824 out of 1122223
    6/21/2013 10:45:24.007 [INFO] PDAPP.AppletManager Loading progress655360 out of 1122223
    6/21/2013 10:45:24.009 [INFO] PDAPP.AppletManager Loading progress720896 out of 1122223
    6/21/2013 10:45:24.010 [INFO] PDAPP.AppletManager Loading progress786432 out of 1122223
    6/21/2013 10:45:24.012 [INFO] PDAPP.AppletManager Loading progress851968 out of 1122223
    6/21/2013 10:45:24.013 [INFO] PDAPP.AppletManager Loading progress917504 out of 1122223
    6/21/2013 10:45:24.015 [INFO] PDAPP.AppletManager Loading progress983040 out of 1122223
    6/21/2013 10:45:24.017 [INFO] PDAPP.AppletManager Loading progress1048576 out of 1122223
    6/21/2013 10:45:24.020 [INFO] PDAPP.AppletManager Loading progress1114112 out of 1122223
    6/21/2013 10:45:24.039 [INFO] PDAPP.AppletManager Loading progress1122223 out of 1122223
    6/21/2013 10:45:24.326 [INFO] Updater.AppStartup -----PROCESSING APPLICATION STARTUP COMMAND
    6/21/2013 10:45:24.327 [INFO] PDApp.ExternalGateway Recieved Applet Loading Completion
    6/21/2013 10:45:24.328 [INFO] Updater.AppStartup commManagerResultCallback
    6/21/2013 10:45:24.331 [INFO] ZStringLoader Trying to load ZString for preferred locale - en_US
    6/21/2013 10:4

  • Creative Cloud desktop app totally empty - not even Preferences...?

    I have from before Production Premium CS6 and Lightroom 4 installed on my computer (Windows 7 64-bit, 16GB RAM).
    I joined then CC Photography Package and after login to my account I went to the DL section to download one of the programs and install it. The Creative cloud desktop app is installed, but it is empty. Not only is there neither a Photoshop CC nor a Lightroom 5 there, there's no menu and if I try to determine the app version as in http://helpx.adobe.com/creative-cloud/kb/creative-cloud-desktop-missing-text.html - there's not even a Preferences to select...
    I get no error message, and going to the Download center and trying to download Photosgop or Lightroom just gets me a blink of "waiting for creative.adobe.com..." and then focus is changed to the empty Creative Cloud desktop app.
    Checking my account I can see that both my product licences for CS6/LR4 are there, as is my CC Photography package.
    I can add that I have restarted the system, reinstalled the Creative Cloud app and tried other things I can think of. But I still only get an empty Creative Cloud app, without a possibility to login to my Adobe account.

    Here's from the PDApp.log:
    12/29/13 19:03:21:510 | [INFO] |  | ASU | OPM | OPM |  |  | 19248 | Successfully opened opm session, db location:C:\Users\Tommy\AppData\Local\Adobe\OOBE\opm.db in opm_createLibRef
    12/29/13 19:03:21:510 | [INFO] |  | ASU | OPM | IMSLibHelper |  |  | 19248 | OPMWrapper allocation succeeded
    12/29/13 19:03:21:510 | [INFO] |  | ASU | OPM | IMSLib |  |  | 19248 | This product version is for GM
    12/29/13 19:03:21:514 | [INFO] |  | ASU | OPM | IMSLib |  |  | 19248 | URL retreived from dispatchlib https://ims-prod06.adobelogin.com
    12/29/13 19:03:21:514 | [INFO] |  | ASU | OPM | IMSLib |  |  | 19248 | Created IMSLib instance with LEID:GM and endpoint:https://ims-prod06.adobelogin.com
    12/29/13 19:03:21:514 | [INFO] |  | ASU | OPM | OPM |  |  | 19248 | No Record found for the input fields in opm_getValueForKey
    12/29/13 19:03:21:514 | [INFO] |  | ASU | OPM | IMSLib_OPMWrapper |  |  | 19248 | Failed in getting value for key in OPMGetValueForKey domain:OOBE subDomain:ProxyCredentials key:ProxyUsername
    12/29/13 19:03:21:514 | [INFO] |  | ASU | OPM | IMSLibHelper |  |  | 19248 | Failed to get proxy user name from local db in getProxyCredentialsFromLocalStore
    12/29/13 19:03:21:514 | [INFO] |  | ASU | OPM | IMSLib |  |  | 19248 | Failed get proxy credentials from local store while creating IMSLib Ex instance ...
    12/29/13 19:03:21:515 | [INFO] |  | ASU | OPM | P7Native |  |  | 19248 | Performing registeration of client to group
    12/29/13 19:03:21:515 | [INFO] |  | ASU | OPM | IMSLib |  |  | 19248 | Performing IMS_registerClientToGroup..
    12/29/13 19:03:21:515 | [INFO] |  | ASU | OPM | OPM |  |  | 19248 | Performing opm_getRecords...
    12/29/13 19:03:21:515 | [INFO] |  | ASU | OPM | OPM |  |  | 19248 | returning size of value as:12 in opm_getValueForKey
    12/29/13 19:03:21:515 | [INFO] |  | ASU | OPM | OPM |  |  | 19248 | Successfully retreived value from opm domain:IMSLib subdomain:BuddyGroup key:0 in opm_getValueForKey
    12/29/13 19:03:21:515 | [INFO] |  | ASU | OPM | P7Native |  |  | 19248 | Registered Client to group successfully!
    12/29/13 19:03:21:516 | [INFO] |  | ASU | OPM | P7Native |  |  | 19248 | Performing fetch default user for clientID...
    12/29/13 19:03:21:516 | [INFO] |  | ASU | OPM | IMSLib |  |  | 19248 | Performing fetchDefaultUserInfoForClientId...
    12/29/13 19:03:21:516 | [INFO] |  | ASU | OPM | OPM |  |  | 19248 | No Record found for the input fields in opm_getValueForKey
    12/29/13 19:03:21:516 | [INFO] |  | ASU | OPM | IMSLib_OPMWrapper |  |  | 19248 | Failed in getting value for key in OPMGetValueForKey domain:IMSLib subDomain:CSServiceMap key:ACCC_CS7
    12/29/13 19:03:21:516 | [WARN] |  | ASU | OPM | IMSLibHelper |  |  | 19248 | Failed in fetching default user id for the service, while processing fetchDefaultUserGUIDForClientID
    12/29/13 19:03:21:516 | [INFO] |  | ASU | OPM | IMSLib |  |  | 19248 | Failed to get default user for clientId in fetchDefaultUserInfoForClientId...
    12/29/13 19:03:21:516 | [WARN] |  | ASU | OPM | P7Native |  |  | 19248 | failed in IMSLib's fetchDefaultUserInfoForClientId function, in getDefaultUserForClientId
    12/29/13 19:03:21:516 | [INFO] |  | ASU | OPM | IMSLib |  |  | 19248 | Performing releaseData...
    12/29/13 19:03:21:516 | [INFO] |  | ASU | OPM | P7Native |  |  | 19248 | Unable to find default user for client_id: ACCC_CS7

  • Why is it so hard to find the download link for the Creative Cloud desktop app?

    So - I have a subscription and I needed to move the location where the files were on my computer. The easiest path is to uninstall and reinstall. So I used the Adobe uninstaller tool (which, even though I told it to uninstall everything, does not uninstall everything). Then I rebooted. All Adobe CS creative cloud desktop apps are gone. I log into my Adobe account online, and the only thing I can find are downloads for downloading "trials" of the adobe apps - this is whilst being logged in. And to download the trial it starts to ask me questions about how I will use it etc. so I didn't bother.
    When I go to the page that has what ostensibly looks like it will lead to the Adobe creative suite downloader/desktop tool, it takes me to the list of ALL adobe desktop app "trials".
    I finally found it by hunting around in the help screens and Google for five minutes, but it's still obnoxious that there is no link to directly download the Creative Cloud desktop app here, which is where it sends you:
    http://www.adobe.com/creativecloud/catalog/desktop.html
    Instead all you see are a bunch of "Trial versions", even though these are included with the adobe creative cloud subscription.
    So I don't really have a question, more of a rant at the stupidity of the way this is set up. When I'm logged in, I should be able to access the downloads, or at least the tool that lets me download the downloads, without spending time hunting around for it. It's ridiculous that it's not set up that way currently.

    Same with me here is the link I found and used
    https://creative.adobe.com/products/download/creative-cloud?version=2.0

Maybe you are looking for