Where to find WebLogic Server credentials

Hi
I have installed Oracle WebLogic Server Version 10.3.1.0 and it is running fine.
I'd like to know where (in which DB table) can I find usernames and passwords in the DATABASE. On the tab Security Realms I can see that I have users listed.
Rrgds
Kobs

weblogic stores the credentials in embedded ldap server
you can connect to it by following this article
http://weblogic-wonders.com/weblogic/2010/05/20/connecting-to-weblogic-server-embedded-ldap-using-ldap-browser/
-Faisal

Similar Messages

  • How to find weblogic Server memory for particular user

    In a weblogic server how can i get the information for each user approximately
    it occupying "x" size of memory...is there any command..so that based on number
    of users i can increse my memory and harddisk space.

    Hi,
    Following sql will help you find the responsibilities associated with the users in oracle applications.
    SELECT frt.RESPONSIBILITY_NAME, furg.end_date
    FROM
    fnd_user_resp_groups furg,
    FND_RESPONSIBILITY fr,
    fnd_responsibility_tl frt,
    fnd_user fu
    WHERE fu.user_name = ‘&&username’
    AND fu.user_id = furg.user_id
    AND furg.responsibility_id = fr.RESPONSIBILITY_ID
    AND frt.responsibility_id = fr.RESPONSIBILITY_ID
    ORDER BY 1
    Cheers...

  • SP3 Upgrade fails to find Weblogic Server 6.1 installed

    Hello,
    I have just downloaded SP3 for WLS 6.1. The machine´s im trying to install it on
    are a Sun box with solaris 8 and an intel box with redhat 7.2, the problem im encounting,
    when i install the service pack, is that the installer fails to find my install of
    weblogic 6.1 (on both machines its a default install /bea/wlserver6.1/). I have tried
    several ways of installing it, and all so far have failed. Anyone else had this problem
    Thanks
    Bobby
    Below is a snippet of the install .
    Choose BEA Home Directory
    1- /bea
    Existing BEA Home: 1
    ===============================================================================
    WebLogic Server 6.1 not found
    WebLogic Server Service Pack 3 Installation failed.
    You do not seem to have WebLogic Server 6.1
    installed for BEAHOME /bea.
    Exiting the Service Pack 3 installer...:

    I had the same problem , the solution I found was to edit the file registry.xml (in
    the same directory as the license file).
    In my case the installation files where copied from another installation and had
    the wrong information in the registry.xml about paths and machine name
    Regards
    Ulf
    "Bobby" <[email protected]> wrote:
    >
    Hello,
    I have just downloaded SP3 for WLS 6.1. The machine´s im trying to install
    it on
    are a Sun box with solaris 8 and an intel box with redhat 7.2, the problem
    im encounting,
    when i install the service pack, is that the installer fails to find my
    install of
    weblogic 6.1 (on both machines its a default install /bea/wlserver6.1/).
    I have tried
    several ways of installing it, and all so far have failed. Anyone else had
    this problem
    Thanks
    Bobby
    Below is a snippet of the install .
    Choose BEA Home Directory
    1- /bea
    Existing BEA Home: 1
    ===============================================================================
    WebLogic Server 6.1 not found
    WebLogic Server Service Pack 3 Installation failed.
    You do not seem to have WebLogic Server 6.1
    installed for BEAHOME /bea.
    Exiting the Service Pack 3 installer...:

  • Find Weblogic server is Enterprise or Standard Edition

    Hi,
    I need to find if the Weblogic server version in my windows server is standards or enterprise edition.
    My  weblogic version 10.3.6.0 which was configured earlier and now we have got the enterprise version lisence
    Regards,
    Gaurav

    Hi,
    There is only one WebLogic Server software download. Whether you need a WebLogic Server Enterprise Edition or a WebLogic Suite license depends on whether you use the premium components which are included in the WebLogic Server Enterprise Edition or WebLogic Suite licenses.
    For WebLogic Server 11g, the packaging is as follows:
    WebLogic Server Standard Edition:
                 includes WebLogic Server
                             Kodo Enterprise
                             TopLink and ADF
                             JDeveloper
                             Enterprise Pack for Eclipse
    WebLogic Server Enterprise Edition:
                 includes WebLogic Server Standard Edition
                              + Clustering
                              +Enterprise Manager Diagnostics Pack
    WebLogic Suite:
                 includes WebLogic Server Enterprise Edition
                              + Coherence EE
                              + JRockit Real Time
                              + Management Pack for Coherence
                              + iAS EE (on WebLogic)
                              + WL Operations Control
    Thanks,
    Sharmela

  • Where to download weblogic server 6.1 service pack 1?

    hi ,
    can you please lemme know the link to download weblogic server 6.1 service pack 1?

    The latest version WLS6.1 sp2. you can download the server from
    http://commerce.bea.com/downloads/weblogic_server.jsp.
    Thanks
    Yu
    "rajesh" <[email protected]> wrote in message
    news:3c3c9567$[email protected]..
    hi ,
    can you please lemme know the link to download weblogic server 6.1service pack 1?

  • Where to find iCal-Server-Prefs?

    Hi there
    Where do I find the plist of the ical-server? There's nothing in Library/Prefs. Is it the one in /etc/caldav/ Not sure, just wanted to get rid of the 501delegation-error as described here:
    http://discussions.apple.com/thread.jspa?messageID=10983952#10983952
    Thanks and regards
    Goofy

    Take a look here:
    /etc/caldavd/caldavd.plist

  • Where to find weblogic-rdbms20-persistence.xsd?

    Where can I find the weblogic-rdbms-jar schema definition (WebLogic 11gR1)? I tried to download at http://xmlns.oracle.com/weblogic/weblogic-rdbms-jar/1.0/weblogic-rdbms20-persistence.xsd (which is the "official" schema location) but all I get is the Oracle SSO page.

    A bit of confusion here. The Deployment-Descriptor migration tool (weblogic.DDConverter) generates the schema location http://xmlns.oracle.com/weblogic/weblogic-rdbms-jar/1.0/weblogic-rdbms20-persistence.xsd while the documentation states the schema location http://xmlns.oracle.com/weblogic/weblogic-rdbms-jar/1.0/weblogic-rdbms-jar.xsd (from which I can download the schema).
    I assume there is a bug in the weblogic.DDConverter and the documentation is correct.

  • Where to find weblogic.management package

    serverConfigInfo.java:3: package weblogic.management does not exist
    import weblogic.management.MBeanHome;
    I am getting the above error while excuting the code. from where should i import weblogic.management package?

    you should include the library that contains this package in your class path.
    search weblogic.jar or something like that in the weblogic library directories.
    in order to know whether the package needed is included in a jar file, open this latter with winzip and look for MBeanHome (in weblogic/management directory)
    hope that helps

  • Where to find JCo server examples under NW04

    I am using NW04 and do not know where to look for or download demos showing how to set up a JCo server program that can be called into using ABAP.  I have seen references to a JCo.zip file, but that file seems to have been pulled from the downloads.  Can someone tell me where I can download sample programs?

    Hi,
    you can download Jco (and yes, documentation and examples are included in the download package) from SAP Service Marketplace at: http://service.sap.com/connectors -> SAP Java Connector -> Tools & Services and then select the Jco version you need from the right hand side frame.

  • Where to find Message Server port ?

    How can I find the message server port on my portal server installation ?
    - punam

    Hi Punam,
    There are various ways of finding this out. One way is that you check the following log file and you can see the message port for your system. As far as I remember default port is 3601 but anyway confirm it in this file
    parameter is ms port
    C:usrsap<SID><INSTANCEworkdev_* files for ex dev_jcontrol
    You can also find this from SAP MMC as welk. Check developer trace after right clicking on message server process.
    Also check out similar thread:
    How can i find SDM port , Message server port, Message server name?
    Regards,
    Piyush
    ps: please mark all useful answers.

  • Where to find Forms Server

    Where will I get the Forms Server?Does it comes along with Oracle Forms Developer 6i or 9i?
    Kindly help me as I am highly confused.
    Thanks in Advance
    Naushad Akhtar

    If you'll download Forms6i from OTN you'll have it.
    You can also downalod Oracle9iAS from OTN and when you install it you'll have everything configured for you to run forms.

  • Grid Control 11g Installation Unable to find Weblogic Server

    Hi,
    I am trying to install Grid Control 11g on Rhel 5.3. I already installed Weblogic . But when I give this location as middleware. Grid doesnt accept it.
    This is the exact error: ORACLE_MIDDLEWARE_HOME_LOCATION: specified Oracle Middleware Home is not installed in this host.
    I am giving /opt/oracle/Middleware in the Middleware home location screen.
    [oracle@ Middleware]$ pwd
    /opt/oracle/Middleware
    [oracle@]$ ls -l
    total 108
    drwxr-xr-x 2 oracle dba 4096 Dec 15 22:45 logs
    drwxr-xr-x 7 oracle dba 24576 Dec 15 22:45 modules
    -rw-r--r-- 1 oracle dba 852 Dec 15 22:45 ocm.rsp
    drwxr-xr-x 5 oracle dba 4096 Dec 15 22:50 patch_wls1032
    -rw-r--r-- 1 oracle dba 56812 Dec 15 22:45 registry.dat
    -rw-r--r-- 1 oracle dba 1718 Dec 15 22:45 registry.xml
    drwxr-xr-x 8 oracle dba 4096 Dec 15 22:45 utils
    drwxr-xr-x 7 oracle dba 4096 Dec 15 22:45 wlserver_10.3

    Did you install the correct version of WebLogic?
    Check you HOSTS file for incorrect entries.
    Eric

  • How/Where to get weblogic server patch 5KXF

    Hi All,
    I am using WLS 10.3 and i need to apply patch ID: 5KXF. Could any one please guide me where will i get it?
    Regards,
    Satish

    Hi satish;
    Please check How to download the latest patch for Oracle AS TopLink [ID 218126.1]
    Answer in that note
    Regard
    Helios

  • Cannot install onto DW CS6 with latest extension Manager hangs indefinitely ASP Shopping Cart DwZone Software Version 1.3.10 Where to find it Server Behaviors panel DwZone menu  ***Dreamweaver CC users: Please note this extension is only compatible wit

    EM CS6 log file has a single error line, yet it hangs right after license agreement at about 10% progress and never makes it any further.
    [DEBUG] Wed Nov 12 01:23:36 2014 [.187] (OWLMain.cpp,899) -APE environment initializd OK
    [DEBUG] Wed Nov 12 01:23:36 2014 [.187] (OWLMain.cpp,902) -C:\Program Files\Adobe\Adobe Extension Manager CS6
    [DEBUG] Wed Nov 12 01:23:36 2014 [.250] (OWLMain.cpp,937) -Create APE stage window OK
    [INFO] Wed Nov 12 01:23:36 2014 [.437] (OWLMain.cpp,969) -Load swf file succeed.
    [DEBUG] Wed Nov 12 01:23:38 2014 [.125] (OWLMain.cpp,143) -AIR is ready for the invocation from C++ side
    [TRACE] Wed Nov 12 01:23:38 2014 [.125] (CommandExecutorMfc.cpp,35) -MESSAGE
    [DEBUG] Wed Nov 12 01:23:38 2014 [.125] (..\Control\GetSupportedLocalList.cpp,56) -Sending Get Locale list request to AIR
    [DEBUG] Wed Nov 12 01:23:38 2014 [.125] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.125] (..\Control\OWLFrontController.cpp,407) -Method Name: airGetLocaleList
    [DEBUG] Wed Nov 12 01:23:38 2014 [.125] (..\Control\OWLFrontController.cpp,424) --1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.125] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.281] (..\Control\OWLFrontController.cpp,95) ------------------AIR request To C++ Start-----------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.281] (..\Control\OWLFrontController.cpp,98) -Receive the request from AIR, Request name is externalCallBack
    [DEBUG] Wed Nov 12 01:23:38 2014 [.281] (..\Control\OWLFrontController.cpp,118) --1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.281] (..\Control\OWLFrontController.cpp,118) -0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.281] (..\Control\OWLFrontController.cpp,118) -en_US,da_DK,de_DE,cs_CZ,es_ES,fi_FI,fr_FR,hu_HU,it_IT,ja_JP,ko_KR,nb_NO,nl_NL,pl_PL,pt_B R,ru_RU,sv_SE,tr_TR,uk_UA,zh_CN,zh_TW
    [DEBUG] Wed Nov 12 01:23:38 2014 [.281] (..\Control\OWLFrontController.cpp,142) -----------------AIR request To C++ End--------------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.281] (..\Control\PumpBridgeTalkMessageCommand.cpp,67) -PumpBridgeTalkMessageCommand::execute(), register bridge talk message handler.
    [DEBUG] Wed Nov 12 01:23:38 2014 [.296] (..\Control\OWLFrontController.cpp,165) -RequestId is-1. It is a request used to unlock OK/Cancel
    [DEBUG] Wed Nov 12 01:23:38 2014 [.296] (..\Control\GetSupportedLocalList.cpp,81) -Get Locale list completed
    [DEBUG] Wed Nov 12 01:23:38 2014 [.296] (..\MMFC\Source\MacrOS.cpp,1738) -=====Supported locales list items:=====
    [DEBUG] Wed Nov 12 01:23:38 2014 [.296] (..\MMFC\Source\MacrOS.cpp,1742) -en_US
    [DEBUG] Wed Nov 12 01:23:38 2014 [.296] (..\MMFC\Source\MacrOS.cpp,1742) -da_DK
    [DEBUG] Wed Nov 12 01:23:38 2014 [.296] (..\MMFC\Source\MacrOS.cpp,1742) -de_DE
    [DEBUG] Wed Nov 12 01:23:38 2014 [.296] (..\MMFC\Source\MacrOS.cpp,1742) -es_ES
    [DEBUG] Wed Nov 12 01:23:38 2014 [.296] (..\MMFC\Source\MacrOS.cpp,1742) -fi_FI
    [DEBUG] Wed Nov 12 01:23:38 2014 [.296] (..\MMFC\Source\MacrOS.cpp,1742) -fr_FR
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,1742) -it_IT
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,1742) -nb_NO
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,1742) -nl_NL
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,1742) -pt_BR
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,1742) -sv_SE
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,1762) -The User preferred language code is en_US
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,1765) -en_US
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\Control\OWLFrontController.cpp,407) -Method Name: airSetLocale
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\Control\OWLFrontController.cpp,424) --2
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\Control\OWLFrontController.cpp,424) -en_US
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MacrExtensionManager.cpp,1327) -Extension Mnaager starts initializing
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,4274) -Bare version is
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,4275) -6.0.8.28
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,4280) -Formal version is
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,4281) -6.0.8.28
    [DEBUG] Wed Nov 12 01:23:38 2014 [.328] (..\Products\MacrExtensionManagerProduct.cpp,193) -Application name is Adobe Extension Manager CS6.exe
    [DEBUG] Wed Nov 12 01:23:38 2014 [.343] (..\Products\MacrCommonProduct.cpp,90) -Application path is C:\Program Files\Adobe\Adobe Bridge CS5.1
    [INFO] Wed Nov 12 01:23:38 2014 [.375] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Common Files\Adobe\Adobe Touch App Plugins), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.390] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Audition CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.406] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Common Files\Adobe\XMP\Custom File Info Panels\4.0), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.421] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.421] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Extension Manager CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.421] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Bridge CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.437] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Utilities - CS6\ExtendScript Toolkit CS6), with value (en_US).
    [DEBUG] Wed Nov 12 01:23:38 2014 [.453] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.453] (..\Control\OWLFrontController.cpp,407) -Method Name: airCallBack
    [DEBUG] Wed Nov 12 01:23:38 2014 [.453] (..\Control\OWLFrontController.cpp,424) -0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.453] (..\Control\OWLFrontController.cpp,424) -0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.453] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [INFO] Wed Nov 12 01:23:38 2014 [.468] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Utilities - CS5.5\ExtendScript Toolkit CS5.5), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.484] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Dreamweaver CS5.5), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.484] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Photoshop CS5.1), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.484] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Media Encoder CS5.5), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.484] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Illustrator CS5.1\Support Files\Contents\Windows), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.500] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Common Files\Adobe\XMP\Custom File Info Panels\3.0), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.500] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Extension Manager CS5.5), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.500] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Device Central CS5.5), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.515] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe InDesign CS5.5), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.515] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Fireworks CS5.1), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.531] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Common Files\Adobe\Bridge CS5.1 Extensions\Adobe Output Module), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.531] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Common Files\Adobe\SwitchBoard), with value (en_GB,en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.546] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Flash Catalyst CS5.5), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.546] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Flash CS5.5), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.546] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Bridge CS5.1), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.546] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe ExtendScript Toolkit CC), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.578] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Photoshop CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.625] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe InCopy CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.640] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Dreamweaver CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.640] (..\MacrProductInfoFromCapsLib.cpp,273) -Got dummy languages for key (C:\Program Files\Adobe\Adobe Dreamweaver CS6), with value (da_DK,en_US;en_AE,en_US;en_GB,en_US;en_IL,en_US;en_XM,en_US;es_MX,es_ES;fi_FI,en_US;fr_C A,fr_FR;fr_MA,fr_FR;fr_XM,fr_FR;hu_HU,en_US;uk_UA,en_US;).
    [INFO] Wed Nov 12 01:23:38 2014 [.687] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Flash CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.687] (..\MacrProductInfoFromCapsLib.cpp,273) -Got dummy languages for key (C:\Program Files\Adobe\Adobe Flash CS6), with value (da_DK,en_US;en_AE,en_US;en_GB,en_US;en_IL,en_US;es_MX,es_ES;fi_FI,en_US;fr_CA,fr_FR;fr_M A,fr_FR;hu_HU,en_US;nb_NO,en_US;uk_UA,en_US;).
    [INFO] Wed Nov 12 01:23:38 2014 [.703] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Media Encoder CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.718] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Flash Builder 4.6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.734] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Fireworks CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.734] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Flash Builder 4.7), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.750] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe InDesign CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.765] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Prelude CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.781] (..\MacrProductInfoFromCapsLib.cpp,360) -For product (C:\Program Files\Adobe\Adobe Bridge CS5.1), the installed languages are (en_GB)
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\MactProductInfoFromBridge.cpp,76) ----Begin to read xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\MactProductInfoFromBridge.cpp,77) -The present xman data file is:
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\MactProductInfoFromBridge.cpp,78) -C:\Program Files\Adobe\Adobe Bridge CS5.1\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\MactProductInfoFromBridge.cpp,87) ----End to read  xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\Control\macrgetXml_impl.cpp,68) -Sending XML contents to AIR
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\Control\OWLFrontController.cpp,407) -Method Name: airParseXML
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\Control\OWLFrontController.cpp,424) --3
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\Control\OWLFrontController.cpp,424) -C:\Program Files\Adobe\Adobe Bridge CS5.1\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\Control\OWLFrontController.cpp,424) -Configuration.VariableForExMan.Data
    [DEBUG] Wed Nov 12 01:23:38 2014 [.796] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,95) ------------------AIR request To C++ Start-----------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,98) -Receive the request from AIR, Request name is externalCallBack
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) --3
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -DisplayName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -Bridge CS5.1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -ProductName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -Bridge
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -FamilyName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -Bridge
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -ProductVersion
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -4.1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -IconPath
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -Configuration/Icon.png
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -UserExtensionFolder
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/Bridge CS5.1/Configuration/Extensions
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -SupportedInSuite
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -CS5.5
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -$bridgeappfolder
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -$installfolder
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -$pluginsfolder
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$bridgeappfolder/Plug-Ins
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$presetsfolder
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$bridgeappfolder/Presets
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$bridge
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/Bridge CS5.1/Configuration
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$startupscripts
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$adobecommon/Startup Scripts CS5.5
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$bridgestartupscripts
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$startupscripts/Adobe Bridge
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$extensions
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$adobecommon/Bridge CS5.1 Extensions
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$workspaces
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/Bridge CS5.1/Workspaces
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$extensionworkspaces
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$extensions/Workspaces
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$userscripts
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/Bridge CS5.1/Startup Scripts
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,142) -----------------AIR request To C++ End--------------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,165) -RequestId is-3. It is a request used to unlock OK/Cancel
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\macrgetXml_impl.cpp,111) -XML contents parse completed
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Products\MacrCommonProduct.cpp,401) -Product Name for bridge-4.1 is Bridge
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\MacrProduct.cpp,1317) -Display Name for bridge-4.1 is Bridge CS5.1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Products\MacrCommonProduct.cpp,444) -Product version forBridge CS5.1 is 4.1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Products\MacrCommonProduct.cpp,463) -Language code for Bridge CS5.1 is en_GB
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Products\MacrCommonProduct.cpp,191) -Icon Path for Bridge CS5.1 is C:\Program Files\Adobe\Adobe Bridge CS5.1\Configuration\Icon.png
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Products\MacrCommonProduct.cpp,382) -Product Family Name for bridge-4.1 is Bridge
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\MacrProduct.cpp,211) -The product bridge-4.1 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\MacrProduct.cpp,173) -The product bridge-4.1 is supported by CS5.5
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\MacrProduct.cpp,1423) -EMStore path for Bridge CS5.1 is C:\Documents and Settings\mike\Application Data\Adobe\Extension Manager CS5.5\Configuration\Extensions\
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\MacrProduct.cpp,211) -The product bridge-4.1 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\MacrProduct.cpp,211) -The product bridge-4.1 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\MacrProduct.cpp,1283) -Preferred folder for Bridge CS5.1 is
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\MacrProduct.cpp,211) -The product bridge-4.1 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\MacrProduct.cpp,173) -The product bridge-4.1 is supported by CS5.5
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\Products\MacrCommonProduct.cpp,90) -Application path is C:\Program Files\Adobe\Adobe Illustrator CS5.1\Support Files\Contents\Windows
    [INFO] Wed Nov 12 01:23:38 2014 [.843] (..\MacrProductInfoFromCapsLib.cpp,360) -For product (C:\Program Files\Adobe\Adobe Illustrator CS5.1\Support Files\Contents\Windows), the installed languages are (en_GB)
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\MactProductInfoFromBridge.cpp,76) ----Begin to read xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\MactProductInfoFromBridge.cpp,77) -The present xman data file is:
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\MactProductInfoFromBridge.cpp,78) -C:\Program Files\Adobe\Adobe Illustrator CS5.1\Support Files\Contents\Windows\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\MactProductInfoFromBridge.cpp,87) ----End to read  xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\Control\macrgetXml_impl.cpp,68) -Sending XML contents to AIR
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\Control\OWLFrontController.cpp,407) -Method Name: airParseXML
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\Control\OWLFrontController.cpp,424) --4
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\Control\OWLFrontController.cpp,424) -C:\Program Files\Adobe\Adobe Illustrator CS5.1\Support Files\Contents\Windows\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\Control\OWLFrontController.cpp,424) -Configuration.VariableForExMan.Data
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,95) ------------------AIR request To C++ Start-----------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,98) -Receive the request from AIR, Request name is externalCallBack
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) --4
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -UserExtensionFolder
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/Adobe Illustrator CS5.1 Extensions
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -$illustrator
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -$InstallFolder/../../..
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -$plugin
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -$InstallFolder/../../../Plug-ins
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -$scripting
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -$InstallFolder/../../../Scripting
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -$presets
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -$InstallFolder/../../../Presets
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -DisplayName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -Illustrator CS5.1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -ProductName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -Illustrator
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -ProductVersion
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -15.1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -HostNameForCSXS
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -ILST
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -IconPath
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -Configuration/ai_app_24px.png
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -SupportedInSuite
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -CS5.5
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -DefaultLocale
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -en_US
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -EmStorePath
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -$SharedRibsDataFolder/Adobe/Extension Manager CS5.5/Illustrator CS5.1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -Bit
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -32
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,142) -----------------AIR request To C++ End--------------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,165) -RequestId is-4. It is a request used to unlock OK/Cancel
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\macrgetXml_impl.cpp,111) -XML contents parse completed
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Products\MacrCommonProduct.cpp,401) -Product Name for illustrator-15.1 is Illustrator
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\MacrProduct.cpp,1317) -Display Name for illustrator-15.1 is Illustrator CS5.1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Products\MacrCommonProduct.cpp,444) -Product version forIllustrator CS5.1 is 15.1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Products\MacrCommonProduct.cpp,463) -Language code for Illustrator CS5.1 is en_GB
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Products\MacrCommonProduct.cpp,191) -Icon Path for Illustrator CS5.1 is C:\Program Files\Adobe\Adobe Illustrator CS5.1\Support Files\Contents\Windows\Configuration\ai_app_24px.png
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Products\MacrCommonProduct.cpp,382) -Product Family Name for illustrator-15.1 is
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\MacrProduct.cpp,211) -The product illustrator-15.1 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\MacrProduct.cpp,173) -The product illustrator-15.1 is supported by CS5.5
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\MacrProduct.cpp,1423) -EMStore path for Illustrator CS5.1 is C:\Documents and Settings\All Users\Application Data\Adobe\Extension Manager CS5.5\Illustrator CS5.1\
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\MacrProduct.cpp,211) -The product illustrator-15.1 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\MacrProduct.cpp,211) -The product illustrator-15.1 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\MacrProduct.cpp,1283) -Preferred folder for Illustrator CS5.1 is
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\MacrProduct.cpp,211) -The product illustrator-15.1 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\MacrProduct.cpp,173) -The product illustrator-15.1 is supported by CS5.5
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Products\MacrCommonProduct.cpp,90) -Application path is C:\Program Files\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows
    [INFO] Wed Nov 12 01:23:38 2014 [.890] (..\MacrProductInfoFromCapsLib.cpp,360) -For product (C:\Program Files\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows), the installed languages are (en_US)
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\MactProductInfoFromBridge.cpp,76) ----Begin to read xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\MactProductInfoFromBridge.cpp,77) -The present xman data file is:
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\MactProductInfoFromBridge.cpp,78) -C:\Program Files\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\MactProductInfoFromBridge.cpp,87) ----End to read  xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\Control\macrgetXml_impl.cpp,68) -Sending XML contents to AIR
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\Control\OWLFrontController.cpp,407) -Method Name: airParseXML
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\Control\OWLFrontController.cpp,424) --5
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\Control\OWLFrontController.cpp,424) -C:\Program Files\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\Control\OWLFrontController.cpp,424) -Configuration.VariableForExMan.Data
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,95) ------------------AIR request To C++ Start-----------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,98) -Receive the request from AIR, Request name is externalCallBack
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) --5
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -$illustrator
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -$InstallFolder/../../..
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -$plugin
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -$InstallFolder/../../../Plug-ins
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -$scripting
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -$InstallFolder/../../../Scripting
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -$presets
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -$InstallFolder/../../../Presets
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -DisplayName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -Illustrator CS6 32
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -ProductName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -Illustrator32
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -FamilyName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -Illustrator
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -ProductVersion
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -16.0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -HostNameForCSXS
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -ILST
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -IconPath
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -Configuration/ai_app_24px.png
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -SupportedInSuite
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -DefaultLocale
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -en_US
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -Bit
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -32
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,142) -----------------AIR request To C++ End--------------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,165) -RequestId is-5. It is a request used to unlock OK/Cancel
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\macrgetXml_impl.cpp,111) -XML contents parse completed
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Products\MacrCommonProduct.cpp,401) -Product Name for illustrator-16.032 is Illustrator32
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MacrProduct.cpp,1317) -Display Name for illustrator-16.032 is Illustrator CS6 32
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Products\MacrCommonProduct.cpp,444) -Product version forIllustrator CS6 32 is 16.0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Products\MacrCommonProduct.cpp,463) -Language code for Illustrator CS6 32 is en_US
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Products\MacrCommonProduct.cpp,191) -Icon Path for Illustrator CS6 32 is C:\Program Files\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\Configuration\ai_app_24px.png
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Products\MacrCommonProduct.cpp,382) -Product Family Name for illustrator-16.032 is Illustrator
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MacrProduct.cpp,203) -The product illustrator-16.032 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MacrProduct.cpp,1459) -EMStore path per-machine for illustrator-16.032 is C:\Documents and Settings\All Users\Application Data\Adobe\Extension Manager CS6\EM Store\Illustrator CS6 32\
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MacrProduct.cpp,203) -The product illustrator-16.032 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MacrProduct.cpp,1528) -MxiFlag path per-machine for illustrator-16.032 is C:\Documents and Settings\All Users\Application Data\Adobe\Extension Manager CS6\Mxi Flag\Illustrator CS6 32\
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MacrProduct.cpp,203) -The product illustrator-16.032 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MacrProduct.cpp,1283) -Preferred folder for Illustrator CS6 32 is
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MacrProduct.cpp,203) -The product illustrator-16.032 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Products\MacrCommonProduct.cpp,90) -Application path is C:\Program Files\Adobe\Adobe InCopy CS6
    [INFO] Wed Nov 12 01:23:38 2014 [.921] (..\MacrProductInfoFromCapsLib.cpp,360) -For product (C:\Program Files\Adobe\Adobe InCopy CS6), the installed languages are (en_US)
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MactProductInfoFromBridge.cpp,76) ----Begin to read xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MactProductInfoFromBridge.cpp,77) -The present xman data file is:
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MactProductInfoFromBridge.cpp,78) -C:\Program Files\Adobe\Adobe InCopy CS6\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MactProductInfoFromBridge.cpp,87) ----End to read  xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\macrgetXml_impl.cpp,68) -Sending XML contents to AIR
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,407) -Method Name: airParseXML
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,424) --6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,424) -C:\Program Files\Adobe\Adobe InCopy CS6\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,424) -Configuration.VariableForExMan.Data
    [DEBUG] Wed Nov 12 01:23:38 2014 [.937] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,95) ------------------AIR request To C++ Start-----------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,98) -Receive the request from AIR, Request name is externalCallBack
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) --6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -$incopy
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -$InstallFolder
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -$incopy_user
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/Adobe InCopy CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -DisplayName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -InCopy CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -GlobalProductName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -Adobe InCopy CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -ProductName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -InCopy
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -ProductVersion
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -8.0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -HostNameForCSXS
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -AICY
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -IconPath
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -Configuration/Icon.png
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -SupportedInSuite
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -DefaultLocale
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -en_US
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -NeedLockableExtension
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -true
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -ShowInstalledFiles
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -true
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,118) -Bit
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,118) -32
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,118) -PreExtensionFolder
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,118) -$SharedCommonDataFolder/Adobe/InCopy/Version 8.0/en_US/Extensions
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,118) -PluginConfigFile
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/InCopy/Version 8.0/en_US/PlugInConfig.txt
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,142) -----------------AIR request To C++ End--------------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,165) -RequestId is-6. It is a request used to unlock OK/Cancel
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\macrgetXml_impl.cpp,111) -XML contents parse completed
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Products\MacrCommonProduct.cpp,401) -Product Name for incopy-8.0 is InCopy
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MacrProduct.cpp,1317) -Display Name for incopy-8.0 is InCopy CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Products\MacrCommonProduct.cpp,444) -Product version forInCopy CS6 is 8.0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Products\MacrCommonProduct.cpp,463) -Language code for InCopy CS6 is en_US
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Products\MacrCommonProduct.cpp,191) -Icon Path for InCopy CS6 is C:\Program Files\Adobe\Adobe InCopy CS6\Configuration\Icon.png
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Products\MacrCommonProduct.cpp,382) -Product Family Name for incopy-8.0 is
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MacrProduct.cpp,203) -The product incopy-8.0 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MacrProduct.cpp,1459) -EMStore path per-machine for incopy-8.0 is C:\Documents and Settings\All Users\Application Data\Adobe\Extension Manager CS6\EM Store\InCopy CS6\
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MacrProduct.cpp,203) -The product incopy-8.0 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MacrProduct.cpp,1528) -MxiFlag path per-machine for incopy-8.0 is C:\Documents and Settings\All Users\Application Data\Adobe\Extension Manager CS6\Mxi Flag\InCopy CS6\
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MacrProduct.cpp,203) -The product incopy-8.0 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MacrProduct.cpp,1283) -Preferred folder for InCopy CS6 is C:\Documents and Settings\All Users\Application Data\Adobe\InCopy\Version 8.0\en_US\Extensions\
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MacrProduct.cpp,203) -The product incopy-8.0 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Products\MacrCommonProduct.cpp,90) -Application path is C:\Program Files\Adobe\Adobe InDesign CS5.5
    [INFO] Wed Nov 12 01:23:38 2014 [.968] (..\MacrProductInfoFromCapsLib.cpp,360) -For product (C:\Program Files\Adobe\Adobe InDesign CS5.5), the installed languages are (en_GB)
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MactProductInfoFromBridge.cpp,76) ----Begin to read xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MactProductInfoFromBridge.cpp,77) -The present xman data file is:
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MactProductInfoFromBridge.cpp,78) -C:\Program Files\Adobe\Adobe InDesign CS5.5\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MactProductInfoFromBridge.cpp,87) ----End to read  xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\macrgetXml_impl.cpp,68) -Sending XML contents to AIR
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,407) -Method Name: airParseXML
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,424) --7
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,424) -C:\Program Files\Adobe\Adobe InDesign CS5.5\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,424) -Configuration.VariableForExMan.Data
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,95) ------------------AIR request To C++ Start-----------------------------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,98) -Receive the request from AIR, Request name is externalCallBack
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) --7
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -0
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -UserExtensionFolder
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/Adobe InDesign CS5.5/Configuration/Extensions
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -$indesign
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -$InstallFolder
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -$indesign_user
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/Adobe InDesign CS5.5
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -DisplayName
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -InDesign CS5.5
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -GlobalProductName
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -Adobe InDesign CS5.5
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -ProductName
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -InDesign
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -ProductVersion
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -7.5
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -HostNameForCSXS
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -IDSN
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -IconPath
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -Configuration/Icon.png
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -SupportedInSuite
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -CS5.5
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -DefaultLocale
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -en_GB
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -NeedLockableExtension
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -true
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -ShowInstalledFiles
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -true
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -Bit
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -32
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -PreExtensionFolder
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -$SharedCommonDataFolder/Adobe/InDesign/Version 7.5/en_GB/Extensions
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -EmStorePath
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -$SharedCommonDataFolder/Adobe/InDesign/Version 7.5/EmStorePath
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -PluginConfigFile
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/InDesign/Version 7.5/en_GB/PlugInConfig.txt
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,142) -----------------AIR request To C++ End--------------------------------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,165) -RequestId is-7. It is a request used to unlock OK/Cancel
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\macrgetXml_impl.cpp,111) -XML contents parse completed
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Products\MacrCommonProduct.cpp,401) -Product Name for indesign-7.5 is InDesign
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProduct.cpp,1317) -Display Name for indesign-7.5 is InDesign CS5.5
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Products\MacrCommonProduct.cpp,444) -Product version forInDesign CS5.5 is 7.5
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Products\MacrCommonProduct.cpp,463) -Language code for InDesign CS5.5 is en_GB
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Products\MacrCommonProduct.cpp,191) -Icon Path for InDesign CS5.5 is C:\Program Files\Adobe\Adobe InDesign CS5.5\Configuration\Icon.png
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Products\MacrCommonProduct.cpp,382) -Product Family Name for indesign-7.5 is
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProduct.cpp,211) -The product indesign-7.5 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProduct.cpp,173) -The product indesign-7.5 is supported by CS5.5
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProduct.cpp,1423) -EMStore path for InDesign CS5.5 is C:\Documents and Settings\All Users\Application Data\Adobe\InDesign\Version 7.5\EmStorePath\
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProduct.cpp,211) -The product indesign-7.5 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProduct.cpp,211) -The product indesign-7.5 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProduct.cpp,1283) -Preferred folder for InDesign CS5.5 is C:\Documents and Settings\All Users\Application Data\Adobe\InDesign\Version 7.5\en_GB\Extensions\
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProduct.cpp,211) -The product indesign-7.5 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProduct.cpp,173) -The product indesign-7.5 is supported by CS5.5
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Products\MacrCommonProduct.cpp,90) -Application path is C:\Program Files\Adobe\Adobe InDesign CS6
    [INFO] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProductInfoFromCapsLib.cpp,360) -For product (C:\Program Files\Adobe\Adobe InDesign CS6), the installed languages are (en_US)
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MactProductInfoFromBridge.cpp,76) ----Begin to read xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MactProductInfoFromBridge.cpp,77) -The present xman data file is:
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MactProductInfoFromBridge.cpp,78) -C:\Program Files\Adobe\Adobe InDesign CS6\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MactProductInfoFromBridge.cpp,87) ----End to read  xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\macrgetXml_impl.cpp,68) -Sending XML contents to AIR
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,407) -Method Name: airParseXML
    [DEBUG] Wed Nov 12 01:23:39 2014 [.31] (..\Control\OWLFrontController.cpp,424) --8
    [DEBUG] Wed Nov 12 01:23:39 2014 [.31] (..\Control\OWLFrontController.cpp,424) -C:\Program Files\Adobe\Adobe InDesign CS6\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:39 2014 [.31] (..\Control\OWLFrontController.cpp,424) -Configuration.VariableForExMan.Data
    [DEBUG] Wed Nov 12 01:23:39 2014 [.31] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,95) ------------------AIR request To C++ Start-----------------------------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,98) -Receive the request from AIR, Request name is externalCallBack
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) --8
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -0
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -$indesign
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -$InstallFolder
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -$indesign_user
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/Adobe InDesign CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -DisplayName
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -InDesign CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -GlobalProductName
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -Adobe InDesign CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -ProductName
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -InDesign
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -ProductVersion
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -8.0
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -HostNameForCSXS
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -IDSN
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -IconPath
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -Configuration/Icon.png
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -SupportedInSuite
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -DefaultLocale
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -en_US
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -NeedLockableExtension
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -true
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -ShowInstalledFiles
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -true
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,118) -Bit
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,118) -32
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,118) -PreExtensionFolder
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,118) -$SharedCommonDataFolder/Adobe/InDesign/Version 8.0/en_US/Extensions
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,118) -PluginConfigFile
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/InDesign/Version 8.0/en_US/PlugInConfig.txt
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,142) -----------------AIR request To C++ End--------------------------------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,165) -RequestId is-8. It is a request used to unlock OK/Cancel
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\macrgetXml_impl.cpp,111) -XML contents parse completed
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Products\MacrCommonProduct.cpp,401) -Product Name for indesign-8.0 is InDesign
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MacrProduct.cpp,1317) -Display Name for indesign-8.0 is InDesign CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Products\MacrCommonProduct.cpp,444) -Product version forInDesign CS6 is 8.0
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Products\MacrCommonProduct.cpp,463) -Language code for InDesign CS6 is en_US
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Products\MacrCommonProduct.cpp,191) -Icon Path for InDesign CS6 is C:\Program Files\Adobe\Adobe InDesign CS6\Configuration\Icon.png
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Products\MacrCommonProduct.cpp,382) -Product Family Name for indesign-8.0 is
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MacrProduct.cpp,203) -The product indesign-8.0 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MacrProduct.cpp,1459) -EMStore path per-machine for indesign-8.0 is C:\Documents and Settings\All Users\Application Data\Adobe\Extension Manager CS6\EM Store\InDesign CS6\
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MacrProduct.cpp,203) -The product indesign-8.0 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MacrProduct.cpp,1528) -MxiFlag path per-machine for indesign-8.0 is C:\Documents and Settings\All Users\Application Data\Adobe\Extension Manager CS6\Mxi Flag\InDesign CS6\
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MacrProduct.cpp,203) -The product indesign-8.0 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MacrProduct.cpp,1283) -Preferred folder for InDesign CS6 is C:\Documents and Settings\All Users\Application Data\Adobe\InDesign\Version 8.0\en_US\Extensions\
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MacrProduct.cpp,203) -The product indesign-8.0 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Products\MacrCommonProduct.cpp,90) -Application path is C:\Program Files\Adobe\Adobe Photoshop CS5.1
    [INFO] Wed Nov 12 01:23:39 2014 [.62] (..\MacrProductInfoFromCapsLib.cpp,360) -For product (C:\Program Files\Adobe\Adobe Photoshop CS5.1), the installed languages are (en_GB)
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MactProductInfoFromBridge.cpp,76) ----Begin to read xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MactProductInfoFromBridge.cpp,77) -The present xman data file is:
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MactProductInfoFromBridge.cpp,78) -C:\Program Files\Adobe\Adobe Photoshop CS5.1\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MactProductInfoFromBridge.cpp,87) ----End to read  xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\macrgetXml_impl.cpp,68) -Sending XML contents to AIR
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,407) -Method Name: airParseXML
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,424) --9
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,424) -C:\Program Files\Adobe\Adobe Photoshop CS5.1\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,424) -Configuration.VariableForExMan.Data
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,95) ------------------AIR request To C++ Start-----------------------------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,98) -Receive the request from AIR, Request name is externalCallBack
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) --9
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -0
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -EmStorePath
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$SharedRibsDataFolder/Adobe/Extension Manager
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$photoshopappfolder
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$installfolder
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$pluginsfolder
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$photoshopappfolder/Plug-Ins
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$presetsfolder
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$photoshopappfolder/Presets
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$platform
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -Win
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$actions
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$presetsfolder/Actions
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$blackandwhite
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$presetsfolder/Black and White
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$brushes
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$presetsfolder/Brushes
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$channelmixer
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$presetsfolder/Channel Mixer
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$colorbooks
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$presetsfolder/Color Books
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$colorrange
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$presetsfolder/Color Range
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$colorswatches
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$p

    You will be better off asking on DWZone website (or whoever released that extension) if they have the solution for you.  We are not likely to have premium extensions on our system.
    Good luck.

  • Wher to find binaries/install weblogic  server 10.3. 3 for hp-ux itanium

    Hi,
    Could somebody tell me where can iI find weblogic server 10.3.3 install bits for hp-ux 64 .
    Any hp-ux guys?

    You may want to try http://edelivery.oracle.com/

Maybe you are looking for

  • Will the Display Menu app hold mirrored settings upon restart?

    I work at a College and manage over 100 classroom computers. In each classroom the computer is connected to a projector. When we moved to Mavericks we lost the majority of display resolutions formerly available to us and unfortunately, none of the re

  • Database Character Set Conversion from WE8ISO8859P1 to UTF8

    Hi All I want to migrate data from one database to another database But my original database character set is WE8ISO8859P1 but i want to migrate it to database which has character set UTF8 because of character set it don't shows me Marathi data which

  • Transfer of file

    hi i am stuck up with the following code on file transfer. i am attempting file movement in a java swt application. the file is copied successfully into the destination folder but not deleted from the source folder. thread.sleep has also been used bu

  • Bundler Problem

    Im making a ipad issue at the moment but came acros a problem. one of my stacks is apears duble. anyone got a solution?

  • SDO_CENTROID returning null

    Hi, I am having a few problems with SDO_Centroid returning null if I have a polygon and a point in one record. Is this expected and is there a way around it (if I do a MBR first and then sdo_centroid it works but is slow - it is accurate enought for