Example of Extension installer ?

Hi
Anybody has an example of a JNLP application that uses an installer (installer-desc) ??
I am tyring to make one, but somehow, I cannot get the application to start after the installer finishes...
cheers
Yann.

Indeed !
I found the solution to my problem at http://forums.java.sun.com/thread.jsp?forum=38&thread=71285
The problem is due to the use of a non-default port for the web server.

Similar Messages

  • Firefox 22 Silent Add-ons/Plugins/Extensions Installation

    We're a Windows 7 x86 shop and we're finally upgrading from Firefox 3.6. I just need a little help finalizing the customizations for our Firefox 22 install.
    Our requests don't differ greatly from others (no automatic updates, no plugin checks, set default home page, no Firefox sync etc.) and all that seems to be working so far. I ran the install on a machine that did not have a previous version of Firefox and found it largely behaving the way I expected it to.
    However two things stand out:
    On initial launch I'm seeing a 'checking compatibility of addons' screen. It doesn't ask me to do anything and disappears after a few seconds, but this worries me that it *might* complain about a plugin a user installed when we go through the upgrade process.
    - Can this 'check' be avoided?
    - Is it really doing anything? (eg: checking for blacklisted addons/extensions? etc)
    - What's the worst that could happen here?
    In the registry (HKLM\Software\Mozilla\Firefox\Extensions) I have two entries created by 2 other applications on the workstation each of which pointing to their respective extension/addon/plugin directory (e.g.: C:\Program Files\Application\some_directory). When properly installed, one is listed as an Extension, the other a Plugin. On the first launch after installation, I see two 'Install Add-on' tabs prompting me to approve each the installation. Seeing as these extensions are allowed/trusted and required, I want Firefox to accept them without prompting the user. Now, I'm aware of two key elements that largely govern this (and their subtle differences) but I can't seem to get this to work right:
    extensions.autoDisableScopes
    extensions.enabledScopes
    With the former set to 0 and the latter 15 I relaunch FF and while I don't get the tabs, when I go to test them, it doesn't work. Furthermore, the Plugin is listed under Extensions which probably shoud not be.
    - What am I doing wrong?
    - How can I allow/trust/whitelist or otherwise automatically approve the installation of either specific add-ons, or add-ons within a specific location?
    Please, correct me if I'm doing something wrong, or if there's a better way (e.g.: GPO's) to apply global settings for all users. I'm hoping to avoid a solution that requires installing a third-party plug-in
    Any advice is greatly appreciated.
    Install/upgrade process consists these key files:
    Firefox Setup 22.0.exe - The installer
    install.cmd - Script that runs the installer and does other things:
    runs installer with the following switches: /INI=custom.ini
    creates "%ProgramFiles%\Mozilla Firefox\browser\defaults\profile\chrome" (if missing)
    copies userChrome.css into the above directory
    creates "%ProgramFiles%\Mozilla Firefox\browser\defaults\preferences" (if missing)
    copies local-settings.js into the above directory
    copies Mozilla.cfg into "%ProgramFiles%\Mozilla Firefox\"
    copies override.ini into "%ProgramFiles%\Mozilla Firefox\browser\"
    custom.ini :
    MaintenanceService=false
    userChrome.css :
    // Disable Firefox Sync
    #sync-setup, #sync-status-button, #BrowserPreferences radio[label="Sync"] {display:none!important;}
    #sync-setup-appmenu,#sync-syncnowitem-appmenu, #sync-setup, #sync-status-button, #BrowserPreferences radio[label="Sync"] {display:none!important;}
    menu[label="Tools"] menuitem[label="Sync Now"], #sync-button, #sync-setup-appmenu, #sync-syncnowitem-appmenu, #sync-setup, #sync-status-button, #BrowserPreferences radio[label="Sync"] {display:none!important;}
    local-settings.js :
    pref("general.config.obscure_value", 0);
    pref("general.config.filename", "mozilla.cfg");
    Override.ini :
    [XRE]
    EnableProfileMigrator=False
    EnableExtensionManager=True
    [Crash Reporter]
    Enabled=False
    Mozilla.cfg :
    // This preference allows to suppress all UI update prompting.
    defaultPref("app.update.silent", true);
    // This preference disables the background service that installs updates
    defaultPref("app.update.service.enabled", false);
    // This preference indicates that the rights notification has already been shown.
    defaultPref("browser.rights.3.shown", true);
    defaultPref("browser.rights.override", true);
    // Disable automatic check for updates to search plugins
    defaultPref("browser.search.update", false);
    // Do not perform system default browser check on startup
    defaultPref("browser.shell.checkDefaultBrowser", false);
    // Sets URL of homepage or pope (|) separated list of URL's to open in tabs
    defaultPref("browser.startup.homepage", "http://our-intranet/");
    // Was suggested to use this instead of the above - don't understand why
    //defaultPref("browser.startup.homepage", "data:text/plain,browser.startup.homepage=http://our-intranet/");
    // The last browser version (milestone) this profile was loaded with. If it differs from the current version, pref is changed to current version.
    defaultPref("browser.startup.homepage_override.mstone", "ignore");
    // Disable check extension for browser compatibility on upgrade/install.
    defaultPref("extensions.checkCompatibility", false);
    // Disable checks that extensions provide secure updates.
    defaultPref("extensions.checkUpdateSecurity", false);
    // The last version of the browser to successfully load extensions. Used to determine whether or not to disable extensions due to possible incompatibilities.
    defaultPref("extensions.lastAppVersion", "100.0.0");
    // Not sure if this still applies today
    defaultPref("extensions.lastPlatformVersion", "100.0.0");
    // An Attempt at Disabling Firefox sync
    defaultPref("services.sync.autoconnect", false);
    defaultPref("services.sync.clients.lastSync", "0");
    defaultPref("services.sync.clients.lastSyncLocal", "0");
    defaultPref("services.sync.engine.addons", false);
    defaultPref("services.sync.engine.apps", false);
    defaultPref("services.sync.engine.bookmarks", false);
    defaultPref("services.sync.engine.history", false);
    defaultPref("services.sync.engine.passwords", false);
    defaultPref("services.sync.engine.prefs", false);
    defaultPref("services.sync.engine.prefs.modified", false);
    defaultPref("services.sync.engine.tabs", false);
    defaultPref("services.sync.globalScore", 0);
    defaultPref("services.sync.migrated", true);
    defaultPref("services.sync.nextSync", 0);
    defaultPref("services.sync.tabs.lastSync", "0");
    defaultPref("services.sync.tabs.lastSyncLocal", "0");
    // Disabled Add-on manager pop-up window post addon/extension installation
    defaultPref("extensions.newAddons", false);
    // Disable automatic download and installation of available updates
    defaultPref("extensions.update.autoUpdate", false);
    // Diable automatic checking of updates at the specified interval
    defaultPref("extensions.update.autoUpdateEnabled", false);
    // Disable checking for extension updates
    defaultPref("extensions.update.enabled", false);
    // Determines how often to check the update URL for updates.
    defaultPref("extensions.update.interval", 1273520281);
    // Disable addon control wizard
    defaultPref("extensions.shownSelectionUI", true);
    // A comma-and-space-delimited list of URIs with which to automatically authenticate via NTLM (Windows domain logon).
    defaultPref("network.automatic-ntlm-auth.trusted-uris", "a,bunch,of,servers,urls,and,unc,paths");
    // Indicates whether some cookie preferences — previously stored in deprecated preferences — have been migrated to current preferences.
    defaultPref("network.cookie.prefsMigrated", true);
    // A comma-and-space-delimited list of sites that are permitted to engage in SPNEGO authentication with the browser.
    defaultPref("network.negotiate-auth.trusted-uris", "a,bunch,of,servers,urls,and,unc,paths");
    // Not sure if this still applies today
    defaultPref("privacy.sanitize.migrateFx3Prefs", true);
    // Disable telemetry (usage statistics) to Mozilla HQ
    defaultPref("toolkit.telemetry.prompted", 2);
    defaultPref("toolkit.telemetry.rejected", true);
    defaultPref("toolkit.telemetry.enabled", false);
    // A comma-separated list of sites to automatically add to the extensions whitelist.
    defaultPref("xpinstall.whitelist.add", "");
    // Not sure what these are but are baked into installation
    defaultPref("xpinstall.whitelist.add.180", "");
    defaultPref("xpinstall.whitelist.add.36", "");
    // Allow access to specific network locations
    defaultPref("capability.policy.policynames", "policy1, policy2, ..., policyX");
    defaultPref("capability.policy.policy1.checkloaduri.enabled", "allAccess");
    defaultPref("capability.policy.policy1.sites","http://site1 http://site1/site http://site2");
    defaultPref("capability.policy.policy2.checkloaduri.enabled", "allAccess");
    defaultPref("capability.policy.policy2.sites","\\unc\path");
    defaultPref("capability.policy.policyX.checkloaduri.enabled", "allAccess");
    defaultPref("capability.policy.policyX.sites","whatever");
    // Disables built in PDF viewer
    defaultPref("pdfjs.disabled",true);
    // Disables Health Report Uploads
    defaultPref("datareporting.healthreport.uploadEnabled",false);
    // Disables Health Reporting Completely
    defaultPref("datareporting.healthreport.service.enabled",false);
    // Disabled Plugin Check
    defaultPref("plugin.scan.plid.all",false);
    defaultPref("plugins.update.url","");

    try the 15 - 15 option, see in the above link you gave us :
    http://mike.kaply.com/2012/02/21/understanding-add-on-scopes/
    the : Add-ons are only disabled by default '''if they were not explicitly installed by the user'''. '''So if an external application places an add-on into the user’s profile directory, it is disabled by default'''.
    (it is in extensions.autoDisableScopes area )

  • Deploying Application Without codebase and an extension (installer.jnlp)

    Hi,
    It seems that the deployment file can be relative to launch.html but the extension file requires the codebase attribute.
    This launch fails
    http://www.dksy.net/auctionzoom/downloads/download/jpawebstart-no-codebase/launch.html
    this launch succeeds
    http://www.dksy.net/auctionzoom/downloads/download/jpawebstart/launch.html
    In the second case, the codebase attribute is specified
    <jnlp codebase="http://www.dksy.net/auctionzoom/downloads/download/jpawebstart/" href="installer.jnlp" spec="1.0+">This reference documents the deployment file (launch.jnlp), but not the extension (installer.jnlp).
    http://java.sun.com/docs/books/tutorial/deployment/deploymentInDepth/deployingWithoutCodebase.html
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
        <head>
            <title>Test page for launching the application via JNLP No Codebase</title>
        </head>
        <body>
            <h3>Test page for launching the application via JNLP No Codebase</h3>
            <p><a href="javascript:deployJava.launchWebStartApplication('launch.jnlp');">Launch Paystation application</a></p>
            <script src="http://java.com/js/deployJava.js"></script>     
        </body>
    </html>
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <jnlp href="launch.jnlp" spec="1.0+">
        <information>
            <title>JPAWebStart</title>
            <vendor>AZ</vendor>
            <homepage href=""/>
            <description>JPAWebStart</description>
            <description kind="short">JPAWebStart</description>
            <shortcut online="true">
                <!-- create desktop shortcut -->
                <desktop/>
                <!-- create menu item for this app under the major heading -->
                <menu submenu="JPAWebStart"/>
            </shortcut>
            <related-content href="README.TXT">
                <title>Readme File</title>
                <description/>
            </related-content>
        <offline-allowed/>
    </information>
        <security>
            <all-permissions/>
        </security>
        <update check="background" policy="prompt-update"/>
        <resources>
    <j2se version="1.6+"/>
    <jar eager="true" href="JPAWebStart.jar" main="true"/>
        <jar href="lib/antlr-2.7.6.jar"/>
    <jar href="lib/asm.jar"/>
    <jar href="lib/asm-attrs.jar"/>
    <jar href="lib/cglib-2.1.3.jar"/>
    <jar href="lib/commons-collections-2.1.1.jar"/>
    <jar href="lib/commons-logging-1.1.jar"/>
    <jar href="lib/dom4j-1.6.1.jar"/>
    <jar href="lib/ehcache-1.2.3.jar"/>
    <jar href="lib/jdbc2_0-stdext.jar"/>
    <jar href="lib/jta.jar"/>
    <jar href="lib/hibernate3.jar"/>
    <jar href="lib/hibernate-tools.jar"/>
    <jar href="lib/hibernate-annotations.jar"/>
    <jar href="lib/hibernate-commons-annotations.jar"/>
    <jar href="lib/hibernate-entitymanager.jar"/>
    <jar href="lib/javassist.jar"/>
    <jar href="lib/ejb3-persistence.jar"/>
    <jar href="lib/derby.jar"/>
    <jar href="lib/log4j-1.2.15.jar"/>
    <jar href="lib/jardiff.jar"/>
    <jar href="lib/jnlp-servlet.jar"/>
    <jar href="lib/jnlp.jar"/>
    <extension href="installer.jnlp" name="Installer" version=""/>
    </resources>
        <resources>
            <jar href="JPAWebStartMain.jar" main="false"/>
        </resources>
        <application-desc main-class="demo.main.JPADemo">
        </application-desc>
    </jnlp>
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp href="installer.jnlp" spec="1.0+">
        <information>
            <title>Installer</title>
            <vendor>AZ</vendor>
            <offline-allowed/>
        </information>
        <security>
            <all-permissions/>
        </security>
        <resources>
            <j2se version="1.6+" />
            <jar href="installer.jar" main="true" />
        </resources>
        <installer-desc main-class="com.az.installer.Installer">
            <!-- Application Arguments -->
        </installer-desc>
    </jnlp>

    Can't see any question mark and can't actually guess one, you wrote out quite a dissertation on it. Are you giving away 10 dukes for the first one telling you 'CORRECT!' (I really hope so)?
    Bye.

  • Extension Installer in infinite loop

    Hi,
    I'm trying to use an Extension Installer to install some extra files for my application. I've searched the forum for problems with the Extension Installer and I've seen a few posts, even the same problem I'm having. But none of the suggestions have helped.
    When I run the Extension Installer locally on my own machine it works just fine. However when I move the code to access over the internet the extension installer gets stuck in an infinite loop and my application will never start. And yes, my installer ends with eis.installSucceeded(false).
    Based on other messages in the forum, these are some of the things that I've tried, to no avail:
    1. Add System.exit(0) as the very last statement in my installer.
    2. I don't specify a port in my codebase in either the application jnlp or the extension jnlp.
    3. The webserver is running on the default port (80).
    4. Tried adding "javaws.cfg.forceUpdate=false" to my javaws.cfg file.
    I'm using JWS 1.0.1_02. My web server is IBM HTTP Server. The machine that I'm trying to install to is running W2K.
    Anyone have any suggestions?
    Thanks,
    Beth

    The funny thing is that with you it seems to happen
    during
    one JWS launch session.
    So I wonder why JWS will run k instances of your
    Extension
    installer.
    You don't have an <extension> tag in the jnlp file of
    your extension
    installer, creating an infinite recursion?
    Yes, I wonder why I get multiple instances of the Extension Installer. And also that it works fine if everything is running on my local computer. If I just change the codebase and run everything over the internet is when I get it an infinite loop. Any ideas would be greatly appreciated.
    If it will help, here are my .jnlp files:
    Extension:
    <?xml version="1.0" encoding="utf-8"?>
    <!-- JNLP File for SpellChecker Installer -->
    <jnlp     spec="1.0 1.0+"
         codebase="http://apsrv176.ctt.com/bethTest" >
         <information>
              <title>NGS SpellChecker Installer</title>
              <vendor>Vendor</vendor>
              <homepage href="docs/help.html"/>
              <description>SpellChecker Installer</description>
              <description kind="short">Install the SpellChecker files</description>
         </information>
    <security>
    <all-permissions />
    </security>
         <resources>
              <j2se version="1.2"/>
              <property name="ngs.root" value="NGS"/>
              <property name="spellchecker.home" value="SpellChecker"/>
              <jar href="SpellChecker/SpellCheckerInstaller.jar"/>
         </resources>
         <installer-desc main-class="com.ngs.spellcheckerinstaller.SpellCheckerInstaller" />
    </jnlp>
    Main:
    <?xml version="1.0" encoding="utf-8"?>
    <!-- JNLP File for test application -->
    <jnlp     spec="1.0 1.0+"
         codebase="http://apsrv176.ctt.com/bethTest" >
         <information>
              <title>NGS Application</title>
              <vendor>Vendor</vendor>
              <homepage href="docs/help.html"/>
              <description>NGS</description>
              <description kind="short">NGS</description>
              <icon href="images/ngs.jpg"/>
         </information>
         <security>
              <all-permissions/>
         </security>
         <resources>
              <j2se version="1.2" initial-heap-size="64m" max-heap-size="64m"/>
              <property name="ngs.root" value="NGS"/>
              <property name="spellchecker.home" value="SpellChecker"/>
              <jar href="jars/NGSMainForm.jar"/>
    <snip... lots of other jars>
              <nativelib href="jars/bridge2java.jar" />
              <extension href="Third_Party_Jars.jnlp" />
         </resources>
         <resources>
              <extension
                   name="SpellCheckerInstaller"
                   href="SpellCheckerInstaller.jnlp">
              </extension>
         </resources>
         <application-desc main-class="NGSMainForm"/>
    </jnlp>

  • Firefox 10.0.3 global extension installation problem

    After much searching and trying I still can not install extensions globally any more so I have come to you all for help.
    I have just upgraded from FF 3.6.28ESR to FF 10.0.3ESR and now can no longer install extensions globally. From reading the forums I understand that this feature is disabled in FF by default now, and can be turned back on, but for some reason I can not get it to work for me.
    From what I have read, configuring "extensions.autoDisableScopes" should work, but did not for me. Here is a simplistic breakdown of steps I have taken:
    1) I logged in as an administrator.
    2) I downloaded and installed "Firefox Setup 10.0.3esr.exe" (it upodated over my old v3.6.28 FF).
    3) Using Notepad, I created a file called ""C:\Program Files\Mozilla Firefox\defaults\pref\prefs.js" and placed into the following 2 lines:
    pref("extensions.autoDisableScopes", 0);
    pref("extensions.enableScopes", 15);
    4) I placed the file "noscript-2.3.7.xpi" into "C:\Program Files\Mozilla Firefox\extensions".
    5) But when opening FF, the "noscript" extension did not even try to install, and the file "C:\Program Files\Mozilla Firefox\extensions\noscript-2.3.7.xpi" file still remained in the directory (in FF 3.6.x it would have been converted to a cryptic directory name when it gets installed, so clearly it never tried to install).
    Can someone tell me what I am doing wrong?
    Extra Background:
    I am using WinXP. For global installation of extensions using FF 3.6.x I simply dropped the "*.xpi" file for the extension into the "C:\Program Files\Mozilla Firefox\extensions" directory, and then the extension installed just fine next time FF started. After upgrading to FF 10.0.3ESR this method of global extension installation stopped working.
    Thanks

    Extensions are no longer unpacked by default to speed up loading (one file loads quicker than multiple files).<br />
    Only extensions that have an unpack flag (&lt;em:unpack&gt;true&lt;/em:unpack&gt;) in the install.rdf file are unpacked.<br />
    Dictionaries are a category that needs unpacking.
    Quote from https://developer.mozilla.org/en/Installing_extensions
    <blockquote>In Firefox 4 you may also just copy the extension's XPI to the directory and name it <ID>.xpi as long as the extension does not require extraction to work correctly.</blockquote>

  • Java Extensions Installation

    Hi there
    I want to know more about Java Extensions Installation
    i visited sun's website to know more about it.. but i didn't get what did they mean by MANIFEST?
    wht is this MAINFEST? How do we define? how do we use?
    or please send me simple sample of Java extension.
    I want to use Swing library in my applet and hence i required all these.
    /sunil

    I haven't yet found anything !!

  • Extension Installer Exception

    I'm trying to use Web Start extension installer to install some files for my application. Apparently my installer was not called by the installer service. I'm not using servlet. Here is the exception I got ( from the log file):
    Java Web Start Console, started Thu Jan 02 15:26:40 GMT 2003
    Java 2 Runtime Environment: Version 1.4.0_01 by Sun Microsystems Inc.
    Logging to file: /root/.javaws/webstart.log
    java.lang.NullPointerException
    at com.sun.javaws.LaunchSelection.selectJRE(LaunchSelection.java:58)
    at com.sun.javaws.Launcher.executeInstallers(Launcher.java:386)
    at com.sun.javaws.Launcher.handleApplicationDesc(Launcher.java:278)
    at com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:166)
    at com.sun.javaws.Launcher.run(Launcher.java:134)
    at java.lang.Thread.run(Thread.java:536)
    Has anyone got the same exception? Thanks.
    Jay

    This is a very strange place to get an exception.
    can you show the relivant portion(s) of your jnlp file(s).
    Could be a bug related to having differand jre specifications in your main jnlp file, as in you extension jnlp files.
    /Dietz

  • Extension Installer -- JRE

    Hello All,
    I'm currently hosting a Java Web Start Extension Installer which installs a specified JRE.
    An application initially launches without problems for a given JRE. However, upon subsequent launches, the JRE is requested to be installed by Java Web Start.
    Further investigating, it seems that the newly downloaded JRE isn't added to javaws.cfg (in 1.2) nor in deployment.properties (in 1.4.2). These files seem to have appropriate permission on Linux, and the problem persists even when running as Administrator on a Windows 2000 machine.
    Has anyone seen similar behavior? Even if you don't have a fix and are struggling with the same issue, drop me a line; maybe we can figure it out...
    Thanks,
    Michael
    Note: Also posted at lopica-talk on SourceForge.

    Note: Also posted at lopica-talk on SourceForge.If you want to follow the discussion, here's the link: http://sourceforge.net/mailarchive/forum.php?forum=lopica-talk

  • How to find examples in soa installation folder

    Hi ,
    I am new to BPEL . I want to learn BPEL process. So please tell me the examples which provided oracle in soa installation folder.
    Regards
    Narsi.

    Hello,
    If you want SOA 11g samples, u can get them in the below link.
    http://java.net/projects/oraclesoasuite11g/pages/Home
    If you want SOA 10g samples, u can get in the following server location
    $SOA_HOME/bpel/samples/tutorials

  • Extension installation failure

    I wanted to install the extension WWP but I
    have been told several times that I need administrative privileges. I already have admin privileges -- in fact, I am the only one to have administrative privileges. Installing the extension seemed like a good idea at the time to evaluate it, but it has turned into a time-waster. Oh, I use use Adobe CC Photoshop and Photoshop Lightroom and all are up to date. I am a freelancer who just recently switched to CC. Wondering whether I made a mistake. Because I am a freelancer, the software must work with minimal hassle (in real time, not tech-time). Please help with a quick fix if you can. Thanks. Michel

    Hi Birbrajer,
    Found this:
    Installation failed. Error U44M1P7 | Updates
    http://helpx.adobe.com/creative-suite/kb/error-u44m1p7-installing-updates-ccm.html
    Looks like the updates can be downloaded from here:
    http://www.adobe.com/exchange/em_download/
    -Dave

  • Coldfusion extension installs but does not work

    Hi ,
    i am using DW CS5.5 and I install coldfusion extension avasilable at http://download.macromedia.com/pub/coldfusion/updates/901/CF901_Tags_for_DW.mxp
    Install is successful, but i don't see any new tag help in editor.
    Nor i see new vtmfiles for cf tags under taglibraries/CFML.
    Can someone explain what is the issue here?
    thanks,
    Sandeep

    There's two different versions of Flash, ActiveX for IE and the Plugin version for other browsers.
    1.Download the Flash setup file from here: <br />
    [http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player.exe Adobe Flash - Plugin version]. <br />
    Save it to your Desktop.<br />
    2. Close Firefox using File > Exit <br />
    then check the Task Manager > Processes tab to make sure '''firefox.exe''' is closed, <br />
    {XP: Ctrl+Alt+Del, Vista: Shift+Ctrl+ESC = Processes tab}
    3. Then run the Flash setup file from your Desktop.
    * On Vista and Windows 7 you may need to run the plugin installer as Administrator by starting the installer via the right-click context menu if you do not get an UAC prompt to ask for permission to continue (i.e nothing seems to happen). <br />
    See this: <br />
    [http://vistasupport.mvps.org/run_as_administrator.htm]

  • The extension installer does not work in photoshop cc 2014

    Why is it so impossible to get help anywhere?  It says contacts us, then puts me into a circle loop of nothingness.  I bought an extension for Photoshop cc 2014 the extension manager has it, and claims its installed already but it is not .  I've uninstalled and reinstalled both and still it claims the extension is loaded into Photoshop.. If it is, its not with the action or the extensions under windows.  My God,to talk to any person would be a miracle. I'm really thinking of dropping this whole plan because this one question has taken me hours to even ask any body. Very frustrated indeed.

    Hi,
    When your in photoshop, goto window/extensions. Do you see the extension listed there? If not, your having the same problem as me. I can see some, but not all mine. I want to know why I can't see the others.....I know how frustrating it can be to find help these days. You just go around in damn circles!  I have asked in another post, hopefully we will get an answer soon.

  • Safari's Extensions Installation Problem

    I'd like to install some extensions to Safari however I can not make it happen. Always I get this message, "An error occurred while installing the extension “...”".
    I use Safari 6.0.3. How can I fix this problem. Thanks.

    Back up all data. Don't continue unless you're sure you can restore from a backup, even if you're unable to log in.
    This procedure will unlock all your user files (not system files) and reset their ownership and access-control lists to the default. If you've set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it.
    Step 1
    If you have more than one user account, and the one in question is not an administrator account, then temporarily promote it to administrator status in the Users & Groups preference pane. To do that, unlock the preference pane using the credentials of an administrator, check the box marked Allow user to administer this computer, then reboot. You can demote the problem account back to standard status when this step has been completed.
    Triple-click the following line to select it. Copy the selected text to the Clipboard (command-C):
    { sudo chflags -R nouchg,nouappnd ~ $TMPDIR.. ; sudo chown -R $UID:staff ~ $_ ; sudo chmod -R u+rwX ~ $_ ; chmod -R -N ~ $_ ; } 2> /dev/null
    Paste into the Terminal window (command-V). You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command will take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear, then quit Terminal.
    Step 2 (optional)
    Step 1 should give you usable permissions in your home folder. This step will restore special attributes set by OS X on some user folders to protect them from unintended deletion or renaming. You can skip this step if you don't consider that protection to be necessary, and if everything is working as expected after step 1.
    Boot into Recovery by holding down the key combination command-R at startup. Release the keys when you see a gray screen with a spinning dial.
    When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar. A Terminal window will open.
    In the Terminal window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window will open. You’re not  going to reset a password.
    Select your boot volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
     ▹ Restart
    from the menu bar.

  • Having trouble with global extension installation on Firefox 3.6.3

    I am having trouble installing extensions globally on Firefox 3.6.3. As you know the -install-global-extension switch has been removed and you cannot point to the XPI in the registry any more. What I have done to get the extension ID and confirm it has unpacked successfully is to install the extensions as me into my own profile, which works fine and the extensions launch successfully (PROVING THEY ARE COMPATIBLE), then closing Firefox and cutting the folder from %appdata%\Mozilla\Firefox\Profiles\4sd8sico.default\extensions and pasting into %programfiles%\Mozilla Firefox\extensions. However when I do this the extension fails to launch, and when I go into the Addons manager it always says "Not compatible with Firefox 3.6.3".
    Any ideas please? I have tried this with both Keyscrambler and Public Fox and they both do the same thing.
    Many thanks
    == This happened ==
    Every time Firefox opened

    You'll need to unpack the xpi package and modify the install.rdf file in it. Look for em:maxVersion and change the version number to whatever you have installed to make it work.
    I was having the same issue with the ireader addon. It would install fine in the local profile but kept getting flagged incompatible whenever I moved it to the global extensions directory.
    Unpacking the package and changing the em:maxVersion attribute in install.rdf to 9.0 fixed the issue for me.

  • CS5 extensions installation problem- XManConfig.xml is invalid

    Not able to install any extension, though I am using CS5 and have installed the same extension for another machine, which is Mac and is running Fireworks CS4.
    After this, next window comes as
    Then the next message, which I am receiving is "The configuration file 'C:\Program Files\Adobe Fireworks CS5\XManConfig.xml' is invalid. The corresponding product can not be integrated."
    Operating System- Windows 7, 32 bit
    I only have Fireworks and InDesign.
    [In case it is helpful: XManConfig.xml file at C:\Program Files\Adobe\Adobe Fireworks CS5\Configuration
    <?xml version="1.0" encoding="UTF-8"?>
    <Configuration>
        <VariableForExMan>
           <Data key="HostNameForCSXS">FWKS</Data>
           <Data key="ProductVersion">11.0</Data>
           <Data key="$userextensionfolder">$SharedCommonDataFolder/Adobe/Fireworks CS5/Extensions</Data>
        <Data key="PreExtensionFolder">$SharedCommonDataFolder/Adobe/Fireworks CS5/PreInstall</Data>
           <Data key="EmStorePath">$SharedCommonDataFolder/Adobe/Fireworks CS5/EmStorePath</Data>
           <Data key="$fireworks">$installfolder</Data>
        <Data key="$fireworksuser">$userdatafolder/adobe/Fireworks CS5</Data>
           <Data key="SupportedInSuite">CS5</Data>
           <Data key="Bit">32</Data>
        </VariableForExMan> 
    </Configuration>

    4/14/2011 14:02:55.375 [INFO] com.adobe.exman.controller.PassiveGatewayPrepCommand execute(), PassiveGatewayPrepCommand is executed.
    4/14/2011 14:02:56.189 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway registerAirInterfaces
    4/14/2011 14:02:56.193 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway sendCallBackReady(), available==true
    4/14/2011 14:02:56.199 [INFO] com.adobe.exman.controller.ModelPrepCommand ModelPrepCommand command finished.
    4/14/2011 14:02:56.217 [INFO] com.adobe.exman.model.ExManConfigurationProxy ExManConfigurationProxy(), zstringPath is: C:\Program Files\Adobe\Adobe Extension Manager CS5\ZStringResources
    4/14/2011 14:02:56.224 [INFO] com.adobe.exman.model.ExManConfigurationProxy initLocaleList(), the locale list is: 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_BR ,ro_RO,ru_RU,sv_SE,tr_TR,uk_UA,zh_CN,zh_TW
    4/14/2011 14:02:56.237 [INFO] com.adobe.exman.view.ExManApp ExManApp(), instance is constructed.
    4/14/2011 14:02:56.241 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=null
    4/14/2011 14:02:56.263 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=ExMan.Enabled
    4/14/2011 14:02:56.266 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=ExMan.Enabled
    4/14/2011 14:02:56.267 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=ExMan.Enabled
    4/14/2011 14:02:56.269 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=null
    4/14/2011 14:02:56.271 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=ExMan.Version
    4/14/2011 14:02:56.273 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=ExMan.Version
    4/14/2011 14:02:56.274 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=ExMan.Version
    4/14/2011 14:02:56.310 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=ExMan.Enabled
    4/14/2011 14:02:56.312 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=ExMan.Enabled
    4/14/2011 14:02:56.314 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=ExMan.Version
    4/14/2011 14:02:56.315 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=ExMan.Version
    4/14/2011 14:02:56.318 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.onRMChange(), _key=ExMan.Enabled event=[Event type="change" bubbles=false cancelable=false eventPhase=2]
    4/14/2011 14:02:56.320 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.onRMChange(), _key=ExMan.Version event=[Event type="change" bubbles=false cancelable=false eventPhase=2]
    4/14/2011 14:02:56.345 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseSuppress(), sessionId==-1requestBody: "C:\Users\abho2185\Desktop\GreekedText-100.mxp" -CurrDir="C:\Users\abho2185\Desktop",1,0
    4/14/2011 14:02:56.346 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIParser initFromScratch(), use space character as separator.
    4/14/2011 14:02:56.349 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex _input is: '"C:\Users\abho2185\Desktop\GreekedText-100.mxp" -CurrDir="C:\Users\abho2185\Desktop"'
    4/14/2011 14:02:56.350 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), matched result: '"C:\Users\abho2185\Desktop\GreekedText-100.mxp"'
    4/14/2011 14:02:56.352 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), now _input is: ' -CurrDir="C:\Users\abho2185\Desktop"'
    4/14/2011 14:02:56.353 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex getNextSymbol(), return symbol: Token: MXPFILENAME, Value: '"C:\Users\abho2185\Desktop\GreekedText-100.mxp"'
    4/14/2011 14:02:56.355 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), matched result: ' '
    4/14/2011 14:02:56.357 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), now _input is: '-CurrDir="C:\Users\abho2185\Desktop"'
    4/14/2011 14:02:56.358 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), matched result: '-CurrDir'
    4/14/2011 14:02:56.360 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), now _input is: '="C:\Users\abho2185\Desktop"'
    4/14/2011 14:02:56.361 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex getNextSymbol(), return symbol: Token: CURRENTDIRECTORY, Value: '-CurrDir'
    4/14/2011 14:02:56.362 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIParser match(), _symbolLookAhead is: Token: CURRENTDIRECTORY, Value: '-CurrDir'
    4/14/2011 14:02:56.364 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), matched result: '='
    4/14/2011 14:02:56.365 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), now _input is: '"C:\Users\abho2185\Desktop"'
    4/14/2011 14:02:56.366 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex getNextSymbol(), return symbol: Token: EQUAL, Value: '='
    4/14/2011 14:02:56.367 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIParser match(), _symbolLookAhead is: Token: EQUAL, Value: '='
    4/14/2011 14:02:56.369 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), matched result: '"C:\Users\abho2185\Desktop"'
    4/14/2011 14:02:56.370 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), now _input is: ''
    4/14/2011 14:02:56.372 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex getNextSymbol(), return symbol: Token: STRINGVALUE, Value: '"C:\Users\abho2185\Desktop"'
    4/14/2011 14:02:56.373 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIParser match(), _symbolLookAhead is: Token: STRINGVALUE, Value: '"C:\Users\abho2185\Desktop"'
    4/14/2011 14:02:56.374 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex getNextSymbol(), return symbol: Token: DONE
    4/14/2011 14:02:56.376 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIParser match(), _symbolLookAhead is: Token: DONE
    4/14/2011 14:02:56.377 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIParser init(), the cliString does not contain EMBT
    4/14/2011 14:02:56.379 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIParser initFromScratch(), use space character as separator.
    4/14/2011 14:02:56.380 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex _input is: '"C:\Users\abho2185\Desktop\GreekedText-100.mxp" -CurrDir="C:\Users\abho2185\Desktop"'
    4/14/2011 14:02:56.382 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), matched result: '"C:\Users\abho2185\Desktop\GreekedText-100.mxp"'
    4/14/2011 14:02:56.383 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), now _input is: ' -CurrDir="C:\Users\abho2185\Desktop"'
    4/14/2011 14:02:56.385 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex getNextSymbol(), return symbol: Token: MXPFILENAME, Value: '"C:\Users\abho2185\Desktop\GreekedText-100.mxp"'
    4/14/2011 14:02:56.386 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway giveResponseToExternal(), the args to external interface is: externalCallBack,-1,1
    4/14/2011 14:02:56.391 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirGetLocaleList(), sessionId== -2
    4/14/2011 14:02:56.392 [INFO] com.adobe.exman.controller.passivecommand.GetLocaleListCommand execute(), sessionId= -2
    4/14/2011 14:02:56.394 [INFO] com.adobe.exman.controller.passivecommand.GetLocaleListCommand execute(), the locale list is: 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_BR ,ro_RO,ru_RU,sv_SE,tr_TR,uk_UA,zh_CN,zh_TW
    4/14/2011 14:02:56.395 [INFO] com.adobe.exman.controller.passivecommand.RespondPassiveExternalGatewayCommand execute(), parameter: sessionId to respond: -2parameters to respond: 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_BR ,ro_RO,ru_RU,sv_SE,tr_TR,uk_UA,zh_CN,zh_TW
    4/14/2011 14:02:56.397 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway giveResponseToExternal(), the args to external interface is: externalCallBack,-2,0,en_US,da_DK,de_DE,cs_CZ,es_ES,fi_FI,fr_FR,hu_HU,it_IT,ja_JP,ko_KR,n b_NO,nl_NL,pl_PL,pt_BR,ro_RO,ru_RU,sv_SE,tr_TR,uk_UA,zh_CN,zh_TW
    4/14/2011 14:02:56.403 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseLocale(), sessionId==-3requestBody: "C:\Users\abho2185\Desktop\GreekedText-100.mxp" -CurrDir="C:\Users\abho2185\Desktop",1,0
    4/14/2011 14:02:56.405 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIParser initFromScratch(), use space character as separator.
    4/14/2011 14:02:56.406 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex _input is: '"C:\Users\abho2185\Desktop\GreekedText-100.mxp" -CurrDir="C:\Users\abho2185\Desktop"'
    4/14/2011 14:02:56.408 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), matched result: '"C:\Users\abho2185\Desktop\GreekedText-100.mxp"'
    4/14/2011 14:02:56.409 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), now _input is: ' -CurrDir="C:\Users\abho2185\Desktop"'
    4/14/2011 14:02:56.410 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex getNextSymbol(), return symbol: Token: MXPFILENAME, Value: '"C:\Users\abho2185\Desktop\GreekedText-100.mxp"'
    4/14/2011 14:02:56.412 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), matched result: ' '
    4/14/2011 14:02:56.414 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), now _input is: '-CurrDir="C:\Users\abho2185\Desktop"'
    4/14/2011 14:02:56.415 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), matched result: '-CurrDir'
    4/14/2011 14:02:56.416 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), now _input is: '="C:\Users\abho2185\Desktop"'
    4/14/2011 14:02:56.417 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex getNextSymbol(), return symbol: Token: CURRENTDIRECTORY, Value: '-CurrDir'
    4/14/2011 14:02:56.419 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIParser match(), _symbolLookAhead is: Token: CURRENTDIRECTORY, Value: '-CurrDir'
    4/14/2011 14:02:56.420 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), matched result: '='
    4/14/2011 14:02:56.421 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), now _input is: '"C:\Users\abho2185\Desktop"'
    4/14/2011 14:02:56.422 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex getNextSymbol(), return symbol: Token: EQUAL, Value: '='
    4/14/2011 14:02:56.423 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIParser match(), _symbolLookAhead is: Token: EQUAL, Value: '='
    4/14/2011 14:02:56.424 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), matched result: '"C:\Users\abho2185\Desktop"'
    4/14/2011 14:02:56.425 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), now _input is: ''
    4/14/2011 14:02:56.426 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex getNextSymbol(), return symbol: Token: STRINGVALUE, Value: '"C:\Users\abho2185\Desktop"'
    4/14/2011 14:02:56.427 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIParser match(), _symbolLookAhead is: Token: STRINGVALUE, Value: '"C:\Users\abho2185\Desktop"'
    4/14/2011 14:02:56.428 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex getNextSymbol(), return symbol: Token: DONE
    4/14/2011 14:02:56.429 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIParser match(), _symbolLookAhead is: Token: DONE
    4/14/2011 14:02:56.430 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIParser init(), the cliString does not contain EMBT
    4/14/2011 14:02:56.431 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIParser initFromScratch(), use space character as separator.
    4/14/2011 14:02:56.432 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex _input is: '"C:\Users\abho2185\Desktop\GreekedText-100.mxp" -CurrDir="C:\Users\abho2185\Desktop"'
    4/14/2011 14:02:56.433 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), matched result: '"C:\Users\abho2185\Desktop\GreekedText-100.mxp"'
    4/14/2011 14:02:56.435 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), now _input is: ' -CurrDir="C:\Users\abho2185\Desktop"'
    4/14/2011 14:02:56.436 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex getNextSymbol(), return symbol: Token: MXPFILENAME, Value: '"C:\Users\abho2185\Desktop\GreekedText-100.mxp"'
    4/14/2011 14:02:56.437 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway giveResponseToExternal(), the args to external interface is: externalCallBack,-3,1
    4/14/2011 14:02:56.456 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirSetLocale(), sessionId=-4args=en_US
    4/14/2011 14:02:56.457 [INFO] com.adobe.exman.model.ExManConfigurationProxy defaultOSLocale(), set to: en_US
    4/14/2011 14:02:56.459 [INFO] com.adobe.exman.view.ExManApp handleNotification(), got notification: SET_LOCAL
    notification body: en_US
    4/14/2011 14:02:56.460 [INFO] com.adobe.exman.view.ExManApp handleNotification(), locale= en_US
    4/14/2011 14:02:56.462 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=ExMan.Enabled
    4/14/2011 14:02:56.463 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=ExMan.Enabled
    4/14/2011 14:02:56.464 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=ExMan.Version
    4/14/2011 14:02:56.465 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=ExMan.Version
    4/14/2011 14:02:56.467 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.onRMChange(), _key=ExMan.Enabled event=[Event type="change" bubbles=false cancelable=false eventPhase=2]
    4/14/2011 14:02:56.468 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.onRMChange(), _key=ExMan.Version event=[Event type="change" bubbles=false cancelable=false eventPhase=2]
    4/14/2011 14:02:56.471 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML(), sessionId==-5got xml String to parse: C:\Users\abho2185\AppData\Roaming\Adobe\Extension Manager CS5\XManDerive.xml
    4/14/2011 14:02:56.473 [INFO] com.adobe.exman.controller.ParseXMLCommand execute(), ParseXMLCommand is executed.
    4/14/2011 14:02:56.474 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load xmiFileName: file:///C:/Users/abho2185/AppData/Roaming/Adobe/Extension%20Manager%20CS5/XManDerive.xml
    4/14/2011 14:02:56.508 [FATAL] com.adobe.exman.business.XMLLoader Unable to load requested file! : file:///C:/Users/abho2185/AppData/Roaming/Adobe/Extension%20Manager%20CS5/XManDerive.xml
    4/14/2011 14:02:56.510 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML, fail, externalCallBack,-5,2,Invalid
    4/14/2011 14:02:56.617 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=ExMan.Enabled
    4/14/2011 14:02:56.620 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=ExMan.Enabled
    4/14/2011 14:02:56.623 [INFO] com.adobe.exman.ExManGUI onColumnAssociateChange()
    4/14/2011 14:02:56.625 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=ExMan.Enabled
    4/14/2011 14:02:56.627 [INFO] com.adobe.exman.view.widget.ExManDataGridColumn adjustColumnWidth()
    4/14/2011 14:02:56.631 [INFO] com.adobe.exman.view.widget.ExManDataGridColumn adjustColumnWidth(), width of column [OnOff] set to: 73
    4/14/2011 14:02:56.633 [INFO] com.adobe.exman.ExManGUI onColumnAssociateChange(), extensionColumn.width set to: 148.2, authorColumn.width set to: 113.80000000000001
    4/14/2011 14:02:56.635 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=ExMan.Version
    4/14/2011 14:02:56.637 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=ExMan.Version
    4/14/2011 14:02:56.639 [INFO] com.adobe.exman.ExManGUI onColumnAssociateChange()
    4/14/2011 14:02:56.641 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=ExMan.Version
    4/14/2011 14:02:56.642 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=ExMan.Version
    4/14/2011 14:02:56.643 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=ExMan.Version
    4/14/2011 14:02:56.645 [INFO] com.adobe.exman.view.widget.ExManDataGridColumn adjustColumnWidth()
    4/14/2011 14:02:56.646 [INFO] com.adobe.exman.view.widget.ExManDataGridColumn adjustColumnWidth(), width of column [version] set to: 70
    4/14/2011 14:02:56.648 [INFO] com.adobe.exman.ExManGUI onColumnAssociateChange(), extensionColumn.width set to: 151.2, authorColumn.width set to: 102.80000000000001
    4/14/2011 14:02:56.650 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.onRMChange(), _key=ExMan.Enabled event=[Event type="change" bubbles=false cancelable=false eventPhase=2]
    4/14/2011 14:02:56.651 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.onRMChange(), _key=ExMan.Version event=[Event type="change" bubbles=false cancelable=false eventPhase=2]
    4/14/2011 14:02:56.675 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML(), sessionId==-6got xml String to parse: C:\Program Files\Adobe\Adobe Bridge CS5\Configuration\XManConfig.xml
    4/14/2011 14:02:56.677 [INFO] com.adobe.exman.controller.ParseXMLCommand execute(), ParseXMLCommand is executed.
    4/14/2011 14:02:56.678 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load xmiFileName: file:///C:/Program%20Files/Adobe/Adobe%20Bridge%20CS5/Configuration/XManConfig.xml
    4/14/2011 14:02:56.781 [FATAL] com.adobe.exman.business.XMLLoader Unable to load requested file! : file:///C:/Program%20Files/Adobe/Adobe%20Bridge%20CS5/Configuration/XManConfig.xml
    4/14/2011 14:02:56.783 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML, fail, externalCallBack,-6,2,Invalid
    4/14/2011 14:02:56.895 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML(), sessionId==-7got xml String to parse: C:\Program Files\Adobe\Adobe InDesign CS5\Configuration\XManConfig.xml
    4/14/2011 14:02:56.897 [INFO] com.adobe.exman.controller.ParseXMLCommand execute(), ParseXMLCommand is executed.
    4/14/2011 14:02:56.900 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load xmiFileName: file:///C:/Program%20Files/Adobe/Adobe%20InDesign%20CS5/Configuration/XManConfig.xml
    4/14/2011 14:02:57.004 [FATAL] com.adobe.exman.business.XMLLoader Unable to load requested file! : file:///C:/Program%20Files/Adobe/Adobe%20InDesign%20CS5/Configuration/XManConfig.xml
    4/14/2011 14:02:57.006 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML, fail, externalCallBack,-7,2,Invalid
    4/14/2011 14:02:57.211 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML(), sessionId==-8got xml String to parse: C:\Program Files\Adobe\Adobe Fireworks CS5\Configuration\XManConfig.xml
    4/14/2011 14:02:57.213 [INFO] com.adobe.exman.controller.ParseXMLCommand execute(), ParseXMLCommand is executed.
    4/14/2011 14:02:57.216 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load xmiFileName: file:///C:/Program%20Files/Adobe/Adobe%20Fireworks%20CS5/Configuration/XManConfig.xml
    4/14/2011 14:02:57.316 [FATAL] com.adobe.exman.business.XMLLoader Unable to load requested file! : file:///C:/Program%20Files/Adobe/Adobe%20Fireworks%20CS5/Configuration/XManConfig.xml
    4/14/2011 14:02:57.318 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML, fail, externalCallBack,-8,2,Invalid
    4/14/2011 14:02:57.361 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirNotifyReady(), sessionId=-9
    4/14/2011 14:02:57.363 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 0----
    4/14/2011 14:02:57.365 [INFO] com.adobe.exman.controller.gateway.ExternalGateway ExternalGateway()
    4/14/2011 14:02:57.366 [INFO] com.adobe.exman.controller.gateway.ExternalGateway resetExternalInterface()
    4/14/2011 14:02:57.367 [INFO] com.adobe.exman.controller.gateway.ExternalGateway resetExternalInterface(), airCallBack added.
    4/14/2011 14:02:57.368 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 0----
    4/14/2011 14:02:57.370 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 0----1----
    4/14/2011 14:02:57.371 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 0----1----
    4/14/2011 14:02:57.372 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 0----1----2----
    4/14/2011 14:02:57.373 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 0----1----2----
    4/14/2011 14:02:57.374 [INFO] com.adobe.exman.controller.gateway.ExternalGateway getExManConfigPath(), the params to OWL: sessionid=1
    4/14/2011 14:02:57.376 [INFO] com.adobe.exman.controller.gateway.ExternalGateway getSupportedProducts(), the params to OWL: sessionid=2
    4/14/2011 14:02:57.380 [INFO] com.adobe.exman.controller.gateway.ExternalGateway handleResponse(), parameters of handleResponse:
    sessionId= 1
    responseType= 0
    responseBody=C:\Users\abho2185\AppData\Roaming\Adobe\Extension Manager CS5\Configuration\Extensions\,5.0.334,C:\Users\abho2185\AppData\Roaming\Adobe\Extension Manager2\Configuration\Extensions\,C:\ProgramData\Adobe\Extension Manager CS5\,C:\Users\Public\Roaming\Adobe\Extension Manager2\,C:\Program Files
    4/14/2011 14:02:57.381 [INFO] com.adobe.exman.controller.gateway.ExternalGateway responsebody 0 :C:\Users\abho2185\AppData\Roaming\Adobe\Extension Manager CS5\Configuration\Extensions\
    4/14/2011 14:02:57.382 [INFO] com.adobe.exman.controller.gateway.ExternalGateway responsebody 1 :5.0.334
    4/14/2011 14:02:57.384 [INFO] com.adobe.exman.controller.gateway.ExternalGateway responsebody 2 :C:\Users\abho2185\AppData\Roaming\Adobe\Extension Manager2\Configuration\Extensions\
    4/14/2011 14:02:57.385 [INFO] com.adobe.exman.controller.gateway.ExternalGateway responsebody 3 :C:\ProgramData\Adobe\Extension Manager CS5\
    4/14/2011 14:02:57.386 [INFO] com.adobe.exman.controller.gateway.ExternalGateway responsebody 4 :C:\Users\Public\Roaming\Adobe\Extension Manager2\
    4/14/2011 14:02:57.387 [INFO] com.adobe.exman.controller.gateway.ExternalGateway responsebody 5 :C:\Program Files
    4/14/2011 14:02:57.388 [INFO] com.adobe.exman.controller.session.backend.BackendSession com.adobe.exman.controller.session.backend::GetExManConfigPathSession got parameters in handleResponse:
    responseType= 0
    4/14/2011 14:02:57.389 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 0 :C:\Users\abho2185\AppData\Roaming\Adobe\Extension Manager CS5\Configuration\Extensions\
    4/14/2011 14:02:57.390 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 1 :5.0.334
    4/14/2011 14:02:57.391 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 2 :C:\Users\abho2185\AppData\Roaming\Adobe\Extension Manager2\Configuration\Extensions\
    4/14/2011 14:02:57.392 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 3 :C:\ProgramData\Adobe\Extension Manager CS5\
    4/14/2011 14:02:57.393 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 4 :C:\Users\Public\Roaming\Adobe\Extension Manager2\
    4/14/2011 14:02:57.394 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 5 :C:\Program Files
    4/14/2011 14:02:57.395 [INFO] com.adobe.exman.model.ProductExtensionManagerProxy totalExtDir(), the _totalExtDir is set to: C:\Users\abho2185\AppData\Roaming\Adobe\Extension Manager CS5\Configuration\Extensions\
    4/14/2011 14:02:57.397 [INFO] com.adobe.exman.model.ProductExtensionManagerProxy the extension manager's version is set to: 5.0.334
    4/14/2011 14:02:57.398 [INFO] com.adobe.exman.model.ProductExtensionManagerProxy the extension manager last version extension path is set to: C:\Users\abho2185\AppData\Roaming\Adobe\Extension Manager2\Configuration\Extensions\
    4/14/2011 14:02:57.399 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 0----2----
    4/14/2011 14:02:57.401 [INFO] com.adobe.exman.controller.gateway.ExternalGateway handleResponse(), parameters of handleResponse:
    sessionId= 2
    responseType= 0
    responseBody=1,The configuration file 'C:\Program Files\Adobe\Adobe Fireworks CS5\XManConfig.xml' is invalid. The corresponding product can not be integrated.,1,The configuration file 'C:\Program Files\Adobe\Adobe InDesign CS5\XManConfig.xml' is invalid. The corresponding product can not be integrated.,1,The configuration file 'C:\Program Files\Adobe\Adobe Bridge CS5\XManConfig.xml' is invalid. The corresponding product can not be integrated.
    4/14/2011 14:02:57.402 [INFO] com.adobe.exman.controller.gateway.ExternalGateway responsebody 0 :1
    4/14/2011 14:02:57.404 [INFO] com.adobe.exman.controller.gateway.ExternalGateway responsebody 1 :The configuration file 'C:\Program Files\Adobe\Adobe Fireworks CS5\XManConfig.xml' is invalid. The corresponding product can not be integrated.
    4/14/2011 14:02:57.405 [INFO] com.adobe.exman.controller.gateway.ExternalGateway responsebody 2 :1
    4/14/2011 14:02:57.406 [INFO] com.adobe.exman.controller.gateway.ExternalGateway responsebody 3 :The configuration file 'C:\Program Files\Adobe\Adobe InDesign CS5\XManConfig.xml' is invalid. The corresponding product can not be integrated.
    4/14/2011 14:02:57.407 [INFO] com.adobe.exman.controller.gateway.ExternalGateway responsebody 4 :1
    4/14/2011 14:02:57.408 [INFO] com.adobe.exman.controller.gateway.ExternalGateway responsebody 5 :The configuration file 'C:\Program Files\Adobe\Adobe Bridge CS5\XManConfig.xml' is invalid. The corresponding product can not be integrated.
    4/14/2011 14:02:57.409 [INFO] com.adobe.exman.controller.session.backend.BackendSession com.adobe.exman.controller.session.backend::GetSupportedProductsSession got parameters in handleResponse:
    responseType= 0
    4/14/2011 14:02:57.410 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 0 :1
    4/14/2011 14:02:57.411 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 1 :The configuration file 'C:\Program Files\Adobe\Adobe Fireworks CS5\XManConfig.xml' is invalid. The corresponding product can not be integrated.
    4/14/2011 14:02:57.412 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 2 :1
    4/14/2011 14:02:57.413 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 3 :The configuration file 'C:\Program Files\Adobe\Adobe InDesign CS5\XManConfig.xml' is invalid. The corresponding product can not be integrated.
    4/14/2011 14:02:57.414 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 4 :1
    4/14/2011 14:02:57.415 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 5 :The configuration file 'C:\Program Files\Adobe\Adobe Bridge CS5\XManConfig.xml' is invalid. The corresponding product can not be integrated.
    4/14/2011 14:02:57.417 [INFO] com.adobe.exman.controller.LoadUIPreferencesCommand execute(), LoadUIPreferencesCommand is executed.
    4/14/2011 14:02:57.420 [INFO] com.adobe.exman.controller.LoadUIPreferencesCommand execute(), read out the ui preferences:
    <ExMan-UI-Preferences>
      <windowCurrentState>null</windowCurrentState>
      <windowPosition_x>571</windowPosition_x>
      <windowPosition_y>139</windowPosition_y>
      <windowWidth>800</windowWidth>
      <windowHeight>600</windowHeight>
      <descriptionHeight>293</descriptionHeight>
      <extensionColumnWidth>53.875146138883</extensionColumnWidth>
      <versionColumnWidth>40.804444522599944</versionColumnWidth>
      <authorColumnWidth>227.320409338517</authorColumnWidth>
      <sortedColumn/>
      <descending>false</descending>
      <selectedProduct/>
      <selectedExtension/>
    </ExMan-UI-Preferences>
    4/14/2011 14:02:57.422 [INFO] com.adobe.exman.view.ExManApp handleNotification(), got notification: LOAD_UI_PREFERENCES_DONE
    notification body: [object UIPreferences]
    4/14/2011 14:02:57.423 [INFO] com.adobe.exman.controller.SetWindowPreferencesCommand execute(), SetWindowPreferencesCommand is executed.
    4/14/2011 14:02:57.424 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 0----2----3----
    4/14/2011 14:02:57.425 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 0----2----3----
    4/14/2011 14:02:57.426 [INFO] com.adobe.exman.controller.gateway.ExternalGateway setWindowPreferences(), sessionId= 3, windowPosition_x= 571, windowPosition_y= 139, windowWidth= 800, windowHeight= 600
    4/14/2011 14:02:57.432 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 2----3----
    4/14/2011 14:02:57.433 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 3----
    4/14/2011 14:02:57.436 [INFO] com.adobe.exman.controller.gateway.ExternalGateway handleResponse(), parameters of handleResponse:
    sessionId= 3
    responseType= 0
    responseBody=
    4/14/2011 14:02:57.438 [INFO] com.adobe.exman.controller.session.backend.BackendSession com.adobe.exman.controller.session.backend::SetWindowPreferencesSession got parameters in handleResponse:
    responseType= 0
    4/14/2011 14:02:57.440 [INFO] com.adobe.exman.controller.MigratePreferredExtensionCommand execute(), MigratePreferredExtensionCommand
    4/14/2011 14:02:57.441 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 3----4----
    4/14/2011 14:02:57.443 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 3----4----
    4/14/2011 14:02:57.444 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 3----4----5----
    4/14/2011 14:02:57.445 [INFO] com.adobe.exman.controller.session.frontend.FrontendMigratePreferredExtensionSession initiate()
    4/14/2011 14:02:57.446 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 3----4----
    4/14/2011 14:02:57.448 [INFO] com.adobe.exman.view.ExManApp handleNotification(), got notification: NOTIF_ACTION_BEGIN
    notification body: [object ActionBeginParameter]
    4/14/2011 14:02:57.449 [INFO] com.adobe.exman.model.CommandLineRequestProxy canExecuteCommandLineRequest, set value to: false
    4/14/2011 14:02:57.451 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=null
    4/14/2011 14:02:57.452 [INFO] com.adobe.exman.ExManGUI enableApp(), set value to: false
    4/14/2011 14:02:57.453 [INFO] com.adobe.exman.ExManGUI canAcceptUIInput(), set to: false
    4/14/2011 14:02:57.455 [INFO] com.adobe.exman.controller.MigratePreferredExtensionSession. MigratePreferredExtensionSession. initiate ()
    4/14/2011 14:02:57.456 [INFO] com.adobe.exman.controller.gateway.ExternalGateway migratePreferredExtension(), the params to external install: sessionid=4
    4/14/2011 14:02:57.458 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 4----
    4/14/2011 14:02:57.460 [INFO] com.adobe.exman.controller.gateway.ExternalGateway handleResponse(), parameters of handleResponse:
    sessionId= 4
    responseType= 0
    responseBody=
    4/14/2011 14:02:57.461 [INFO] com.adobe.exman.controller.session.backend.BackendSession com.adobe.exman.controller.session.backend::MigratePreferredExtensionSession got parameters in handleResponse:
    responseType= 0
    4/14/2011 14:02:57.463 [INFO] com.adobe.exman.controller.MigratePreferredExtensionSession. MigratePreferredExtensionSession. specificHandleSuccess ()
    4/14/2011 14:02:57.465 [INFO] com.adobe.exman.controller.GetLastVersionPointProductsCommand execute(), GetLastVersionPointProductsCommand
    4/14/2011 14:02:57.466 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 4----6----
    4/14/2011 14:02:57.468 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 4----6----
    4/14/2011 14:02:57.469 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 4----6----7----
    4/14/2011 14:02:57.470 [INFO] com.adobe.exman.controller.session.frontend.FrontendGetLastVersionPointProductsSession initiate()
    4/14/2011 14:02:57.471 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 4----6----
    4/14/2011 14:02:57.472 [INFO] com.adobe.exman.view.ExManApp handleNotification(), got notification: NOTIF_ACTION_BEGIN
    notification body: [object ActionBeginParameter]
    4/14/2011 14:02:57.473 [INFO] com.adobe.exman.model.CommandLineRequestProxy canExecuteCommandLineRequest, set value to: false
    4/14/2011 14:02:57.475 [ERROR] com.adobe.exman.ExManGUI onActionBegin(), unknown action name: GET_LAST_VERSION_PRODUCTS
    4/14/2011 14:02:57.477 [INFO] com.adobe.exman.ExManGUI enableApp(), set value to: false
    4/14/2011 14:02:57.478 [INFO] com.adobe.exman.ExManGUI canAcceptUIInput(), set to: false
    4/14/2011 14:02:57.479 [INFO] com.adobe.exman.controller.GetLastVersionPointProductsSession. GetLastVersionPointProductsSession. initiate ()
    4/14/2011 14:02:57.481 [INFO] com.adobe.exman.controller.gateway.ExternalGateway getLastVersionPointProducts(), the params to external install: sessionid=6
    4/14/2011 14:02:57.483 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 6----
    4/14/2011 14:02:57.488 [INFO] com.adobe.exman.controller.gateway.ExternalGateway handleResponse(), parameters of handleResponse:
    sessionId= 6
    responseType= 0
    responseBody=
    4/14/2011 14:02:57.490 [INFO] com.adobe.exman.controller.session.backend.BackendSession com.adobe.exman.controller.session.backend::GetLastVersionPointProductsSession got parameters in handleResponse:
    responseType= 0
    4/14/2011 14:02:57.491 [INFO] com.adobe.exman.controller.GetLastVersionPointProductsSession. GetLastVersionPointProductsSession. specificHandleSuccess ()
    4/14/2011 14:02:57.493 [INFO] com.adobe.exman.model.MigrationExtensionsProxy MigrateExtensionsProxy(), _already_Migrated_Flag_File: C:\Users\abho2185\AppData\Roaming\Adobe\Extension Manager CS5\Configuration\Extensions\Migrated.YES
    4/14/2011 14:02:57.494 [INFO] com.adobe.exman.model.MigrationExtensionsProxy MigrateExtensionsProxy(), _never_Migrated_Flag_File: C:\Users\abho2185\AppData\Roaming\Adobe\Extension Manager CS5\Configuration\Extensions\Migrated.NEVER
    4/14/2011 14:02:57.496 [INFO] com.adobe.exman.model.MigrationExtensionsProxy migrateExtensions(), don't need to immigrate extensions.
    4/14/2011 14:02:57.497 [INFO] com.adobe.exman.controller.RequestLoadExtensionCommand execute(), RequestLoadExtensionCommand
    4/14/2011 14:02:57.498 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 6----8----
    4/14/2011 14:02:57.499 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 6----8----
    4/14/2011 14:02:57.500 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 6----8----9----
    4/14/2011 14:02:57.501 [INFO] com.adobe.exman.controller.session.frontend.FrontendRequestLoadExtensionSession initiate()
    4/14/2011 14:02:57.502 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 6----8----
    4/14/2011 14:02:57.504 [INFO] com.adobe.exman.view.ExManApp handleNotification(), got notification: NOTIF_ACTION_BEGIN
    notification body: [object ActionBeginParameter]
    4/14/2011 14:02:57.505 [INFO] com.adobe.exman.model.CommandLineRequestProxy canExecuteCommandLineRequest, set value to: false
    4/14/2011 14:02:57.507 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=ExMan.ImportingExtensions
    4/14/2011 14:02:57.508 [INFO] com.adobe.exman.ExManGUI enableApp(), set value to: false
    4/14/2011 14:02:57.509 [INFO] com.adobe.exman.ExManGUI canAcceptUIInput(), set to: false
    4/14/2011 14:02:57.510 [INFO] com.adobe.exman.controller.RequestLoadExtensionSession. MigratePreferredExtensionSession. initiate ()
    4/14/2011 14:02:57.511 [INFO] com.adobe.exman.controller.gateway.ExternalGateway requestToLoadExtension(), the params to external install: sessionid=8
    4/14/2011 14:02:57.514 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 8----
    4/14/2011 14:02:57.528 [INFO] com.adobe.exman.controller.gateway.ExternalGateway handleResponse(), parameters of handleResponse:
    sessionId= 8
    responseType= 0
    responseBody=
    4/14/2011 14:02:57.540 [INFO] com.adobe.exman.controller.session.backend.BackendSession com.adobe.exman.controller.session.backend::RequestLoadExtensionSession got parameters in handleResponse:
    responseType= 0
    4/14/2011 14:02:57.541 [INFO] com.adobe.exman.controller.RequestLoadExtensionSession. MigratePreferredExtensionSession. specificHandleSuccess ()
    4/14/2011 14:02:57.597 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=null
    4/14/2011 14:02:57.598 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=ExMan.LABEL_OK
    4/14/2011 14:02:57.599 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=ExMan.LABEL_OK
    4/14/2011 14:02:57.600 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=ExMan.LABEL_OK
    4/14/2011 14:02:57.602 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=null
    4/14/2011 14:02:57.603 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=ExMan.DialogTitle
    4/14/2011 14:02:57.604 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=ExMan.DialogTitle
    4/14/2011 14:02:57.605 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=ExMan.DialogTitle
    4/14/2011 14:02:57.612 [INFO] com.adobe.exman.ExManGUI chenxiaoyan: п
    4/14/2011 14:02:57.617 [INFO] com.adobe.exman.view.ExManApp loadSupportProducts, no supported product installed
    4/14/2011 14:02:57.618 [INFO] com.adobe.exman.view.ExManApp onUIInitializationDone()
    4/14/2011 14:02:57.619 [INFO] com.adobe.exman.controller.StartTimerToBumpBridgeTalkMessages execute(), StartTimerToBumpBridgeTalkMessages is executed.
    4/14/2011 14:02:57.620 [INFO] com.adobe.exman.model.PumpBridgeTalkMessagesProxy startTimer(), to start timer.
    4/14/2011 14:02:57.621 [INFO] com.adobe.exman.controller.CommandLineRequestReadyCommand execute(), CommandLineRequestReadyCommand is executed.
    4/14/2011 14:02:57.622 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway sendCommandLineRequestReady(), available==true
    4/14/2011 14:02:57.624 [INFO] com.adobe.exman.model.CommandLineRequestProxy canExecuteCommandLineRequest, set value to: true
    4/14/2011 14:02:57.626 [INFO] com.adobe.exman.controller.RemoveProductCommand execute(), RemoveProductCommand is executed.
    4/14/2011 14:02:57.627 [INFO] com.adobe.exman.controller.ImportProductCommand XManDerived path = C:\Users\abho2185\AppData\Roaming\Adobe\Extension Manager CS5\Configuration\Extensions,name = XManDerive.xml
    4/14/2011 14:02:57.628 [INFO] com.adobe.exman.controller.ImportProductCommand XManDerived path = C:\Users\abho2185\AppData\Roaming\Adobe\Extension Manager CS5\Configuration,name = XManDerive.xml
    4/14/2011 14:02:57.629 [INFO] com.adobe.exman.controller.ImportProductCommand XManDerived path = C:\Users\abho2185\AppData\Roaming\Adobe\Extension Manager CS5\,name = XManDerive.xml
    4/14/2011 14:02:57.631 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load xmiFileName: file:///C:/Users/abho2185/AppData/Roaming/Adobe/Extension%20Manager%20CS5/XManDerive.xml
    4/14/2011 14:02:57.673 [FATAL] com.adobe.exman.business.XMLLoader Unable to load requested file! : file:///C:/Users/abho2185/AppData/Roaming/Adobe/Extension%20Manager%20CS5/XManDerive.xml
    4/14/2011 14:02:57.697 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleCommandLine(), + sessionId=-10, args="C:\Users\abho2185\Desktop\GreekedText-100.mxp" -CurrDir="C:\Users\abho2185\Desktop",1,0
    4/14/2011 14:02:57.699 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIParser initFromScratch(), use space character as separator.
    4/14/2011 14:02:57.700 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex _input is: '"C:\Users\abho2185\Desktop\GreekedText-100.mxp" -CurrDir="C:\Users\abho2185\Desktop"'
    4/14/2011 14:02:57.701 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), matched result: '"C:\Users\abho2185\Desktop\GreekedText-100.mxp"'
    4/14/2011 14:02:57.702 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), now _input is: ' -CurrDir="C:\Users\abho2185\Desktop"'
    4/14/2011 14:02:57.703 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex getNextSymbol(), return symbol: Token: MXPFILENAME, Value: '"C:\Users\abho2185\Desktop\GreekedText-100.mxp"'
    4/14/2011 14:02:57.704 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), matched result: ' '
    4/14/2011 14:02:57.705 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), now _input is: '-CurrDir="C:\Users\abho2185\Desktop"'
    4/14/2011 14:02:57.706 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), matched result: '-CurrDir'
    4/14/2011 14:02:57.707 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), now _input is: '="C:\Users\abho2185\Desktop"'
    4/14/2011 14:02:57.708 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex getNextSymbol(), return symbol: Token: CURRENTDIRECTORY, Value: '-CurrDir'
    4/14/2011 14:02:57.709 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIParser match(), _symbolLookAhead is: Token: CURRENTDIRECTORY, Value: '-CurrDir'
    4/14/2011 14:02:57.710 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), matched result: '='
    4/14/2011 14:02:57.711 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), now _input is: '"C:\Users\abho2185\Desktop"'
    4/14/2011 14:02:57.712 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex getNextSymbol(), return symbol: Token: EQUAL, Value: '='
    4/14/2011 14:02:57.713 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIParser match(), _symbolLookAhead is: Token: EQUAL, Value: '='
    4/14/2011 14:02:57.714 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), matched result: '"C:\Users\abho2185\Desktop"'
    4/14/2011 14:02:57.715 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), now _input is: ''
    4/14/2011 14:02:57.716 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex getNextSymbol(), return symbol: Token: STRINGVALUE, Value: '"C:\Users\abho2185\Desktop"'
    4/14/2011 14:02:57.717 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIParser match(), _symbolLookAhead is: Token: STRINGVALUE, Value: '"C:\Users\abho2185\Desktop"'
    4/14/2011 14:02:57.718 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex getNextSymbol(), return symbol: Token: DONE
    4/14/2011 14:02:57.719 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIParser match(), _symbolLookAhead is: Token: DONE
    4/14/2011 14:02:57.720 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIParser init(), the cliString does not contain EMBT
    4/14/2011 14:02:57.721 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIParser initFromScratch(), use space character as separator.
    4/14/2011 14:02:57.722 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex _input is: '"C:\Users\abho2185\Desktop\GreekedText-100.mxp" -CurrDir="C:\Users\abho2185\Desktop"'
    4/14/2011 14:02:57.723 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), matched result: '"C:\Users\abho2185\Desktop\GreekedText-100.mxp"'
    4/14/2011 14:02:57.724 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), now _input is: ' -CurrDir="C:\Users\abho2185\Desktop"'
    4/14/2011 14:02:57.725 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex getNextSymbol(), return symbol: Token: MXPFILENAME, Value: '"C:\Users\abho2185\Desktop\GreekedText-100.mxp"'
    4/14/2011 14:02:57.727 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), matched result: ' '
    4/14/2011 14:02:57.728 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), now _input is: '-CurrDir="C:\Users\abho2185\Desktop"'
    4/14/2011 14:02:57.729 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), matched result: '-CurrDir'
    4/14/2011 14:02:57.730 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), now _input is: '="C:\Users\abho2185\Desktop"'
    4/14/2011 14:02:57.731 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex getNextSymbol(), return symbol: Token: CURRENTDIRECTORY, Value: '-CurrDir'
    4/14/2011 14:02:57.732 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIParser match(), _symbolLookAhead is: Token: CURRENTDIRECTORY, Value: '-CurrDir'
    4/14/2011 14:02:57.733 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), matched result: '='
    4/14/2011 14:02:57.734 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), now _input is: '"C:\Users\abho2185\Desktop"'
    4/14/2011 14:02:57.735 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex getNextSymbol(), return symbol: Token: EQUAL, Value: '='
    4/14/2011 14:02:57.736 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIParser match(), _symbolLookAhead is: Token: EQUAL, Value: '='
    4/14/2011 14:02:57.737 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), matched result: '"C:\Users\abho2185\Desktop"'
    4/14/2011 14:02:57.738 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex doGetNextSymbol(), now _input is: ''
    4/14/2011 14:02:57.739 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex getNextSymbol(), return symbol: Token: STRINGVALUE, Value: '"C:\Users\abho2185\Desktop"'
    4/14/2011 14:02:57.740 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIParser match(), _symbolLookAhead is: Token: STRINGVALUE, Value: '"C:\Users\abho2185\Desktop"'
    4/14/2011 14:02:57.741 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex getNextSymbol(), return symbol: Token: DONE
    4/14/2011 14:02:57.742 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIParser match(), _symbolLookAhead is: Token: DONE
    4/14/2011 14:02:57.743 [INFO] com.adobe.exman.controller.commandlinerequest.CommandLineRequest currentDirectory(), set currentDirectory to C:\Users\abho2185\Desktop
    4/14/2011 14:02:57.744 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIArgLex getNextSymbol(), return symbol: Token: DONE
    4/14/2011 14:02:57.745 [INFO] com.adobe.exman.util.cliargumentprocessor.CLIParser match(), _symbolLookAhead is: Token: DONE
    4/14/2011 14:02:57.746 [INFO] com.adobe.exman.controller.commandlinerequest.CompositeCommandLineRequest Add a new request to composite request, chid request is : com.adobe.exman.controller.commandlinerequest::InstallCommandLineRequest: requestArguments=C:\Users\abho2185\Desktop\GreekedText-100.mxp timeout=5
    4/14/2011 14:02:57.747 [INFO] com.adobe.exman.controller.commandlinerequest.CompositeCommandLineRequest Add a new request to composite request, chid request is : com.adobe.exman.controller.commandlinerequest::UpdateAirErrorMessageToCLICommandLineReque st: requestArguments= timeout=5
    4/14/2011 14:02:57.748 [INFO] com.adobe.exman.model.CommandLineRequestProxy pushRequest(), can execute command line request now, directly execute it.
    4/14/2011 14:02:57.749 [INFO] com.adobe.exman.model.CommandLineRequestProxy canExecuteCommandLineRequest, set value to: true
    4/14/2011 14:02:57.751 [INFO] com.adobe.exman.model.CommandLineRequestProxy The current request is : com.adobe.exman.controller.commandlinerequest::CompositeCommandLineRequest: requestArguments= timeout=5
    4/14/2011 14:02:57.752 [INFO] com.adobe.exman.controller.commandlinerequest.InstallCommandLineRequest execute(), InstallCommandLineRequest is executed, suppress mode= false
    4/14/2011 14:02:57.753 [INFO] com.adobe.exman.controller.InstallExtensionCommand execute(), InstallExtensionCommand is executed.
    4/14/2011 14:02:57.755 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 8----11----
    4/14/2011 14:02:57.756 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 8----11----12----
    4/14/2011 14:02:57.757 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 8----11----12----
    4/14/2011 14:02:57.758 [INFO] com.adobe.exman.controller.session.frontend.FrontendInstallExtensionSession initiate()
    4/14/2011 14:02:57.759 [INFO] com.adobe.exman.view.ExManApp handleNotification(), got notification: NOTIF_ACTION_BEGIN
    notification body: [object ActionBeginParameter]
    4/14/2011 14:02:57.760 [INFO] com.adobe.exman.model.CommandLineRequestProxy canExecuteCommandLineRequest, set value to: false
    4/14/2011 14:02:57.761 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=ExMan.LoadingExtensions
    4/14/2011 14:02:57.762 [INFO] com.adobe.exman.ExManGUI enableApp(), set value to: false
    4/14/2011 14:02:57.763 [INFO] com.adobe.exman.ExManGUI canAcceptUIInput(), set to: false
    4/14/2011 14:02:57.764 [INFO] com.adobe.exman.controller.gateway.ExternalGateway installExtension(), the params to external install: sessionid=12, product=, sourcepath= C:\Users\abho2185\Desktop\GreekedText-100.mxp, timeout= 5
    4/14/2011 14:02:57.767 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handlAirEnableUI(), sessionId=-11
    4/14/2011 14:02:57.769 [INFO] com.adobe.exman.model.CommandLineRequestProxy pushRequest(), request added to pending queue: com.adobe.exman.controller.commandlinerequest::EnableUICommandLineRequest: requestArguments=null timeout=5
    4/14/2011 14:02:57.780 [INFO] com.adobe.exman.controller.gateway.ExternalGateway handleResponse(), parameters of handleResponse:
    sessionId= 12
    responseType= 9
    responseBody=5
    4/14/2011 14:02:57.781 [INFO] com.adobe.exman.controller.gateway.ExternalGateway responsebody 0 :5
    4/14/2011 14:02:57.782 [INFO] com.adobe.exman.controller.session.backend.BackendSession com.adobe.exman.controller.session.backend::InstallExtensionSession got parameters in handleResponse:
    responseType= 9
    4/14/2011 14:02:57.783 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 0 :5
    4/14/2011 14:02:57.784 [INFO] com.adobe.exman.controller.session.frontend.FrontendInstallExtensionSession onBackendSessionProgress(), 5
    4/14/2011 14:02:57.785 [INFO] com.adobe.exman.controller.session.frontend.FrontendInstallExtensionSession onBackendSessionProgress(), calculatedProgress is 2.5
    4/14/2011 14:02:57.786 [INFO] com.adobe.exman.view.ExManApp handleNotification(), got notification: NOTIF_PROGRESS
    notification body: 2.5
    4/14/2011 14:02:57.787 [INFO] com.adobe.exman.view.ExManApp app got progress: 2.5
    4/14/2011 14:02:57.792 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=null
    4/14/2011 14:02:57.793 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=null
    4/14/2011 14:02:57.794 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=null
    4/14/2011 14:02:57.797 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=ExMan.InstallingExtension
    4/14/2011 14:02:57.798 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=ExMan.InstallingExtension
    4/14/2011 14:02:57.799 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=null
    4/14/2011 14:02:57.800 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=ExMan.InstallingExtension
    4/14/2011 14:02:57.802 [INFO] com.adobe.exman.view.widget.BindableZStringLabel BindableZStringLabel.get key(), _key=ExMan.InstallingExtension
    4/14/2011 14:02:58.664 [INFO] com.adobe.exman.controller.gateway.ExternalGateway handleResponse(), parameters of handleResponse:
    sessionId= 12
    responseType= 9
    responseBody=8
    4/14/2011 14:02:58.665 [INFO] com.adobe.exman.controller.gateway.ExternalGateway responsebody 0 :8
    4/14/2011 14:02:58.666 [INFO] com.adobe.exman.controller.session.backend.BackendSession com.adobe.exman.controller.session.backend::InstallExtensionSession got parameters in handleResponse:
    responseType= 9
    4/14/2011 14:02:58.668 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 0 :8
    4/14/2011 14:02:58.669 [INFO] com.adobe.exman.controller.session.frontend.FrontendInstallExtensionSession onBackendSessionProgress(), 8
    4/14/2011 14:02:58.670 [INFO] com.adobe.exman.controller.session.frontend.FrontendInstallExtensionSession onBackendSessionProgress(), calculatedProgress is 4
    4/14/2011 14:02:58.671 [INFO] com.adobe.exman.view.ExManApp handleNotification(), got notification: NOTIF_PROGRESS
    notification body: 4
    4/14/2011 14:02:58.672 [INFO] com.adobe.exman.view.ExManApp app got progress: 4
    4/14/2011 14:02:58.722 [INFO] com.adobe.exman.controller.gateway.ExternalGateway handleResponse(), parameters of handleResponse:
    sessionId= 12
    responseType= 5
    responseBody=Flash CS5,Fireworks,8,,0,0,0
    4/14/2011 14:02:58.723 [INFO] com.adobe.exman.controller.gateway.ExternalGateway responsebody 0 :Flash CS5
    4/14/2011 14:02:58.724 [INFO] com.adobe.exman.controller.gateway.ExternalGateway responsebody 1 :Fireworks
    4/14/2011 14:02:58.725 [INFO] com.adobe.exman.controller.gateway.ExternalGateway responsebody 2 :8
    4/14/2011 14:02:58.726 [INFO] com.adobe.exman.controller.gateway.ExternalGateway responsebody 3 :
    4/14/2011 14:02:58.727 [INFO] com.adobe.exman.controller.gateway.ExternalGateway responsebody 4
    4/14/2011 14:02:58.728 [INFO] com.adobe.exman.controller.gateway.ExternalGateway responsebody 5
    4/14/2011 14:02:58.729 [INFO] com.adobe.exman.controller.gateway.ExternalGateway responsebody 6
    4/14/2011 14:02:58.730 [INFO] com.adobe.exman.controller.session.backend.BackendSession com.adobe.exman.controller.session.backend::InstallExtensionSession got parameters in handleResponse:
    responseType= 5
    4/14/2011 14:02:58.731 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 0 :Flash CS5
    4/14/2011 14:02:58.732 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 1 :Fireworks
    4/14/2011 14:02:58.733 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 2 :8
    4/14/2011 14:02:58.734 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 3 :
    4/14/2011 14:02:58.735 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 4
    4/14/2011 14:02:58.736 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 5
    4/14/2011 14:02:58.737 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 6
    4/14/2011 14:02:58.739 [INFO] com.adobe.exman.controller.JudgeProductSupportCommand execute(), parameter: _productNameToJudge=Flash CS5, _productName=Fireworks, _version=8, _maxversion=2147483647
    4/14/2011 14:02:58.740 [FATAL] com.adobe.exman.model.ProductExtensionManagerProxy getProductInfo(), can not find the productInfo for the product: Flash CS5
    4/14/2011 14:02:58.741 [INFO] com.adobe.exman.controller.JudgeProductSupportCommand giveResponse(), sessionId=12, support=false
    4/14/2011 14:02:58.742 [INFO] com.adobe.exman.controller.session.backend.BackendSession respondJudgeProductSupport(), sessionid= 12, support=false
    4/14/2011 14:02:58.743 [INFO] com.adobe.exman.controller.gateway.ExternalGateway respondProductSupport(), the params to OWL: sessionid=12, response= 1
    4/14/2011 14:02:58.748 [INFO] com.adobe.exman.controller.gateway.ExternalGateway handleResponse(), parameters of handleResponse:
    sessionId= 12
    responseType= 5
    responseBody=Flash CS4,Fireworks,8,,0,0,0
    4/14/2011 14:02:58.749 [INFO] com.adobe.exman.controller.gateway.ExternalGateway responsebody 0 :Flash CS4
    4/14/2011 14:02:58.750 [INFO] com.adobe.exman.controller.gateway.ExternalGateway responsebody 1 :Fireworks
    4/14/2011 14:02:58.751 [INFO] com.adobe.exman.controller.gateway.ExternalGateway responsebody 2 :8
    4/14/2011 14:02:58.752 [INFO] com.adobe.exman.controller.gateway.ExternalGateway responsebody 3 :
    4/14/2011 14:02:58.753 [INFO] com.adobe.exman.controller.gateway.ExternalGateway responsebody 4
    4/14/2011 14:02:58.754 [INFO] com.adobe.exman.controller.gateway.ExternalGateway responsebody 5
    4/14/2011 14:02:58.755 [INFO] com.adobe.exman.controller.gateway.ExternalGateway responsebody 6
    4/14/2011 14:02:58.756 [INFO] com.adobe.exman.controller.session.backend.BackendSession com.adobe.exman.controller.session.backend::InstallExtensionSession got parameters in handleResponse:
    responseType= 5
    4/14/2011 14:02:58.757 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 0 :Flash CS4
    4/14/2011 14:02:58.758 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 1 :Fireworks
    4/14/2011 14:02:58.759 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 2 :8
    4/14/2011 14:02:58.760 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 3 :
    4/14/2011 14:02:58.761 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 4
    4/14/2011 14:02:58.762 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 5
    4/14/2011 14:02:58.763 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 6
    4/14/2011 14:02:58.764 [INFO] com.adobe.exman.controller.JudgeProductSupportCommand execute(), parameter: _productNameToJudge=Flash CS4, _productName=Fireworks, _version=8, _maxversion=2147483647
    4/14/2011 14:02:58.765 [FATAL] com.adobe.exman.model.ProductExtensionManagerProxy getProductInfo(), can not find the productInfo for the product: Flash CS4
    4/14/2011 14:02:58.766 [INFO] com.adobe.exman.controller.JudgeProductSupportCommand giveResponse(), sessionId=12, support=false
    4/14/2011 14:02:58.767 [INFO] com.adobe.exman.controller.session.backend.BackendSession respondJudgeProductSupport(), sessionid= 12, support=false
    4/14/2011 14:02:58.768 [INFO] com.adobe.exman.controller.gateway.ExternalGateway respondProductSupport(), the params to OWL: sessionid=12, response= 1
    4/14/2011 14:02:58.772 [INFO] com.adobe.exman.controller.gateway.ExternalGateway handleResponse(), parameters of handleResponse:
    sessionId= 12
    responseType= 5
    responseBody=Fireworks CS5,Fireworks,8,,0,0,0
    4/14/2011 14:02:58.774 [INFO] com.adobe.exman.controller.gateway.ExternalGateway responsebody 0 :Fireworks CS5
    4/14/2011 14:02:58.775 [INFO] com.adobe.exman.controller.gateway.ExternalGateway responsebody 1 :Fireworks
    4/14/2011 14:02:58.775 [INFO] com.adobe.exman.controller.gateway.ExternalGateway responsebody 2 :8
    4/14/2011 14:02:58.776 [INFO] com.adobe.exman.controller.gateway.ExternalGateway responsebody 3 :
    4/14/2011 14:02:58.777 [INFO] com.adobe.exman.controller.gateway.ExternalGateway responsebody 4
    4/14/2011 14:02:58.778 [INFO] com.adobe.exman.controller.gateway.ExternalGateway responsebody 5
    4/14/2011 14:02:58.779 [INFO] com.adobe.exman.controller.gateway.ExternalGateway responsebody 6
    4/14/2011 14:02:58.780 [INFO] com.adobe.exman.controller.session.backend.BackendSession com.adobe.exman.controller.session.backend::InstallExtensionSession got parameters in handleResponse:
    responseType= 5
    4/14/2011 14:02:58.781 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 0 :Fireworks CS5
    4/14/2011 14:02:58.782 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 1 :Fireworks
    4/14/2011 14:02:58.783 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 2 :8
    4/14/2011 14:02:58.784 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 3 :
    4/14/2011 14:02:58.785 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 4
    4/14/2011 14:02:58.786 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 5
    4/14/2011 14:02:58.787 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 6
    4/14/2011 14:02:58.788 [INFO] com.adobe.exman.controller.JudgeProductSupportCommand execute(), parameter: _productNameToJudge=Fireworks CS5, _productName=Fireworks, _version=8, _maxversion=2147483647
    4/14/2011 14:02:58.789 [FATAL] c

Maybe you are looking for

  • Power view in SharePoint - Changing the default save location?

    Is it possible to change the default location when saving Power view back into SharePoint? Our users are creating their own power view reports by clicking a power view shared data source in SharePoint document library. When saving their reports, the

  • Need to have pop up window in selection screen and capture the user action.

    Hello Friends,                      I have a requirement, that need to show a pop up window after execution, and to get the action from user using a Push button. I create a selection screen and a sub screen as window. After user execute from the sele

  • To deactivate the welcome home scrollling message in portal`

    Hi gurus                     i was modifing the mashead par file in nwds when i  clicked on the run button of back target componet in the PortalApp.xml file the welcome scrolling message is activated how to deactivate that message. thanks in advance

  • Users those who have personal views in a List

    Dears, Anybody can support me to find all the users those who have personal views in a SharePoint 2010 custom list named 'Grades' by using C# coding? I am the farm administrator/ system account user. Regards, I am new to SharePoint

  • Creating an idvd.. into unburnable files?

    Hi, Im creating a few dvds made on imovie and processed through idvd, every actual dvd i burn off idvd is playable but has all these vob files which are unreadable and dont allow me to re-burn on other computers. How/What can i do to burn finished pr