Flash Builder 4.5 Data Services Wizard, setting up REST service call returns Internal Error Occurred

Dear all -
I am writing with the confidence that someone will be able to assist me.
I am using the Flash Builder Data Services Wizard to access a Server that utilizes REST type calls and returns JSON objects. The server is a JETTY server and it apparantly already works and is returning JSON objects (see below for example). It is both HTTP and HTTPS enabled, and right now it has a cross-domain policy file that is wide open (insecure but its not a production server, it's internal).
The crossdomain file looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
   <allow-http-request-headers-from domain="*" headers="*" secure="false"   />
   <allow-access-from domain="*" to-ports="*" secure="false"/>
   <site-control permitted-cross-domain-policies="master-only" />
</cross-domain-policy>
The crossdomain file is in the jetty server's root directory and is browseable via HTTP and HTTPS (i.e. browsing to it returns the xml)
Now before all of you say that using wizards sucks (generally) I thought I would utilize the FB Data Services Wizard as at least it would provide a template for which I could build additional code against, or replace and improve the code it produces.
With that in mind, I browse to the URL of the Jetty Server with any web browser (for example, Google Chrome, Firefox or IE) with a URL like this (the URL is a little confidential at the moment, but the structure is the same)
https://localhost:somePort/someKey/someUser/somePassword/someTask
*somePort is the SSL port like 8443
*someKey is a key to access the URL's set of services
returns a JSON object as a string in the web browser and it appears like the following:
{"result":success,"value":"whatEverTheValueShould"}
Looks like the JSON string/object is valid.
I went through the Flash Builder Data Services Wizard to set up HTTP access to this server. The information that I filled in is described below:
Do you want to use a Base URL as a prefix for all operation URLs?
YES
Base URL:
https://localhost:8443/someKey/
Name                    : someTask
Method                    : POST
Content-Type: application/x-www-form-urlencoded
URL                              : {someUser}/{somePassword}/someTask
Service Name: SampleRestapi
Services Package: services.SampleRestapi
datatype objects: valueObjects:
Completing the wizard, I run the Test Operation command. Remember, no authentication is needed to get a JSON string.
It returns:
InvocationTargetException: Unable to connect to the URL specified
I am thinking - okay, but the URL IS browseable (as I originally was able to browse to it, as noted above).
I continue to test the service by creating a Flex application that accepts a username and password in a form. when the form is submitted, the call to the service is invoked and an event handler returns the result. The code is below (with some minor changes to mask the actual source).
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                                 xmlns:s="library://ns.adobe.com/flex/spark"
                                 xmlns:mx="library://ns.adobe.com/flex/mx"
                                 xmlns:SampleRestapi="services.SampleRestapi.*"
                                 minWidth="955" minHeight="600">
          <fx:Script>
                    <![CDATA[
                              import mx.controls.Alert;
                              import mx.rpc.events.ResultEvent;
                              protected function button_clickHandler(event:MouseEvent):void
                                        isUserValidResult.token = SampleRestAPI.isUserValid(userNameTextInput.text,passwordTextInput.text);
                              protected function SampleRestAPI_resultHandler(event:ResultEvent):void
                                        // TODO Auto-generated method stub
                                        // print out the results
                                        txtAreaResults.text = event.result.message as String;
                                        // txtAreaResults.appendText( "headers \n" + event.headers.toString() );
                    ]]>
          </fx:Script>
          <fx:Declarations>
                    <SampleRestapi:SampleRestAPI id="SampleRestAPI"
                                                                                             fault="Alert.show(event.fault.faultString + '\n' + event.fault.faultDetail)"
                                                                                             result="SampleRestAPI_resultHandler(event)"
                                                                                             showBusyCursor="true"/>
                    <s:CallResponder id="isUserValidResult"/>
                    <!-- Place non-visual elements (e.g., services, value objects) here -->
          </fx:Declarations>
          <s:Form defaultButton="{button}">
                    <s:FormItem label="UserName">
                              <s:TextInput id="userNameTextInput" text="q"/>
                    </s:FormItem>
                    <s:FormItem label="Password">
                              <s:TextInput id="passwordTextInput" text="q"/>
                    </s:FormItem>
                    <s:Button id="button" label="IsUserValid" click="button_clickHandler(event)"/>
                    <s:FormItem  label="results:">
                              <s:TextArea id="txtAreaResults"/>
                    </s:FormItem>
          </s:Form>
</s:Application>
It's a simple application to be sure. When I run it , I get the following returned in the text area field txtAreaResults:
An Internal Error Occured.
Which is equivalent to the following JSON string being returned:
{"success":false,"value":"An Internal Error Occured"}
It appears that the call is being made, and that a JSON object is being returned... however it does not return the expected results?
Again the URL constructed is the same:
https://www.somedomain.com:somePort/someKey/someUser/somePassword/someTask
So I am wondering what the issue could be:
1) is it the fact that I am browsing the test application from an insecure (http://) web page containing the Flex application and it is accessing a service through https:// ?
2) is the JSON string structurally correct? (it appears so).
3) There is a certificate enabled for HTTPs. it does not match the test site I am using ( the cert is for www.somedomain.com but I am using localhost for testing). Would that be an issue? Google Chrome and IE just asks me to proceed anyway, which I say "yes".
Any help or assistance on this would be appreciated.
thanks
Edward

Hello everyone -
Since I last posted an interesting update happened. I tested my  Flex application again, it is calling a Jetty Server that returns a JSON object, in different BROWSERS.  I disabled HTTPS for now, and the crossdomain.xml policy file is wide open for testing (ie. allowing every request to return data). So the app accessing the data using HTTP only. Browsers  -  IE, Opera, Firefox and Chrome. Each browser contained the SAME application, revision of the Flash Player (10.3.183.10 debugger for firefox, chrome, opera, safari PC; 11.0.1.129 consumer version in IE9,) take a look at the screen shot (safari not shown although the result was the same as IE and chrome)
Note that Opera and Firefox returned successful values (i.e. successful JSON objects) using the same code generated from the Data Services Wizard. Chrome, IE and, Safari failed with an Internal error. So I am left wondering - WHY? Is it something with the Flash Player? the Browsers?  the Flex SDK? Any thoughts are appreciated. Again, the code is found in the original thread above.

Similar Messages

  • Illustrator CS5 (.ai) Flash Pro CS(5/6) Flex4 internal error occurs

    Hi, I'm begginer in Flash-Flex env development.
    pass through the data symbol drawn in Adobe Illustrator CS5 Converted to components in Flash Pro CS6,
    the swc file compiled with Flash Builder 4.6 Flex, Build an internal error occurs.
    Not all files to error, Occurs in some files.
    The fact that the file is not found error was passed to AbcCompiler is Why do not contain data when turned into swc in Flash Pro?
    I'm looking for information from people who were able to resolve the situation the same way.
    error log is as follows:
    !SESSION 2012-06-12 20:02:55.172 -----------------------------------------------
    eclipse.buildId=I20100608-0911
    java.version=1.6.0_16
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=ja_JP
    Command-line arguments:  -os win32 -ws win32 -arch x86
    This is a continuation of log file C:\Users\User\Adobe Flash Builder 4.6\.metadata\.bak_0.log
    Created Time: 2012-06-12 23:26:39.448
    !ENTRY com.adobe.flexbuilder.project 4 43 2012-06-12 23:26:39.450
    !MESSAGE Uncaught exception in compiler
    !STACK 0
    java.lang.NullPointerException
              at java.io.ByteArrayInputStream.<init>(Unknown Source)
              at flex2.compiler.io.InMemoryFile.getInputStream(InMemoryFile.java:97)
              at flex2.compiler.Source.getInputStream(Source.java:381)
              at flex2.compiler.abc.AbcCompiler.parse1(AbcCompiler.java:196)
              at flex2.compiler.CompilerAPI.parse1(CompilerAPI.java:2872)
              at flex2.compiler.CompilerAPI.parse1(CompilerAPI.java:2825)
              at flex2.compiler.CompilerAPI.batch2(CompilerAPI.java:457)
              at flex2.compiler.CompilerAPI.batch(CompilerAPI.java:1291)
              at flex2.compiler.CompilerAPI.compile(CompilerAPI.java:1568)
              at flex2.tools.oem.Application.compile(Application.java:1349)
              at flex2.tools.oem.Application.recompile(Application.java:1287)
              at flex2.tools.oem.Application.compile(Application.java:886)
              at flex2.tools.flexbuilder.BuilderApplication.compile(BuilderApplication .java:359)
              at com.adobe.flexbuilder.multisdk.compiler.internal.ASApplicationBuilder $MyBuilder.mybuild(ASApplicationBuilder.java:319)
              at com.adobe.flexbuilder.multisdk.compiler.internal.ASApplicationBuilder .build(ASApplicationBuilder.java:129)
              at com.adobe.flexbuilder.multisdk.compiler.internal.ASBuilder.build(ASBu ilder.java:198)
              at com.adobe.flexbuilder.multisdk.compiler.internal.ASItemBuilder.build( ASItemBuilder.java:70)
              at com.adobe.flexbuilder.project.compiler.internal.FlexProjectBuilder.bu ildItem(FlexProjectBuilder.java:607)
              at com.adobe.flexbuilder.project.compiler.internal.FlexProjectBuilder.bu ild(FlexProjectBuilder.java:382)
              at com.adobe.flexbuilder.project.compiler.internal.FlexIncrementalBuilde r.build(FlexIncrementalBuilder.java:187)
              at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java :728)
              at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
              at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager .java:199)
              at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager .java:239)
              at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java :292)
              at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
              at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager .java:295)
              at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildMan ager.java:351)
              at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java :374)
              at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.ja va:143)
              at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:2 41)
              at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

    as a result of devising the data, we were able to eliminate the error.
    I will be shared information when I get the cause of the path information available.

  • ORA-00607: Internal error occurred while making a change to a data block

    hi
    i hv use testing purpose oracle 10 Xe in unix
    but when today i hv connect database following error occured
    SQL> startup
    ORACLE instance started.
    Total System Global Area 83886080 bytes
    Fixed Size 1257284 bytes
    Variable Size 75497660 bytes
    Database Buffers 4194304 bytes
    Redo Buffers 2936832 bytes
    Database mounted.
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00600: internal error code, arguments: [4193], [625], [640], [], [], [],
    I hv check alert log , but no proper solution is given , how can start database

    Duh, and of course I missed the significance of
    oracle 10 Xe in unix
    XE is only supported for Linux - according to the downloads page that means "Debian, Mandriva, Novell, Red Hat and Ubuntu".
    Oracle have not publically stated the reasons why XE is only available on Linux and Windows, but my guess is that it is something to do the Intel chip architecture. If this is so it would be possible for Oracle to port XE to run on Solaris for x86. But they have not done so yet.
    Which means, alas, that you are unlikely to get any help for this one, because XE is not supported on any unix platform.
    Good luck, APC

  • I get errors trying to set my IPAD back to the factory setting.  error:  backup session failed.  If I try to sync I get 3 more errors - 1) the IPAD cannot be synced, an internal error occurred. 2) required file not found. 3) folder specified instead of fi

    Any help with errors setting IPAD back to factory setting?  I received this error when trying to back up - backup session failed.  Has any one had the following errors when trying to sync to computer?
    1) the IPAD cannot be synced, an internal error occurred. 2) required file not found. 3) a folder specified instead of file.
    Any help appreciated

    Type "13019" into the search bar at the top of this page by "Support" and read the resulting help articles.

  • BPEL service(SOAP) expose as RESTFul Service through OSB

    I am trying to invoke simple HelloWorld BPEL process exposed as SOAP Web Service through OSB as RESTFul service but always getting XML parsing exception in response action.
    Could any body give me steps how to implement it?
    Thanks
    Edited by: user10475179 on Dec 4, 2011 9:44 PM

    Thanks for your reply. I was able to manage to get xml, is there a simple way with simple steps to use JSON? If you have any steps/screenshots I would appreciate.
    Thanks
    Edited by: user10475179 on Dec 6, 2011 2:24 PM

  • Flash Builder Premium (update data base method error)

    Hi,
    I've run into this error with Flash Premium when updating a data base. Evidently there is a glich in the auto generated code. I explain it in the second half of the video below. If you want the code you can download it from kshunter.wordpress.com 
    I also discuss the work around solution.

    Hello everyone -
    Since I last posted an interesting update happened. I tested my  Flex application again, it is calling a Jetty Server that returns a JSON object, in different BROWSERS.  I disabled HTTPS for now, and the crossdomain.xml policy file is wide open for testing (ie. allowing every request to return data). So the app accessing the data using HTTP only. Browsers  -  IE, Opera, Firefox and Chrome. Each browser contained the SAME application, revision of the Flash Player (10.3.183.10 debugger for firefox, chrome, opera, safari PC; 11.0.1.129 consumer version in IE9,) take a look at the screen shot (safari not shown although the result was the same as IE and chrome)
    Note that Opera and Firefox returned successful values (i.e. successful JSON objects) using the same code generated from the Data Services Wizard. Chrome, IE and, Safari failed with an Internal error. So I am left wondering - WHY? Is it something with the Flash Player? the Browsers?  the Flex SDK? Any thoughts are appreciated. Again, the code is found in the original thread above.

  • Can't set up Lightroom Publish Services, internal error occurs

    I'm trying to use LR 3's publish service for SmugMug.  I'm a little scared since 
    I have a large number of photos to sync up.
    When I click on "setup" on the SmugMug export services, I get a popup 
    error with this message:
    "An internal error has occurred: ?:0: attempt to index field 'exportSettings' (a 
    nil value)"
    Any idea how to fix this?
    The same message appears for any of the publish services (Flickr, Facebook).
    If I go the Publish manager, I can authorize the SmugMug account.  It then says it syncs the hierarchy, but afterwards nothing seems to have happened and the account is not longer authorized.
    Thanks.

    Thanks Mark, but that's not it.
    I'm not using Jeff's plugin, but the new built-in one for LR 3.2 and LR3.3.  I did try to install Jeff's plugin just before LR3.2 came out.  I uninstalled Jeff's version (or at least tried to - it doesn't appear anymore) before I ever used it.
    I'm not even to the point of exporting to SmugMug, I just click 'setup' and get the error.

  • Setting up Match or Genius: An unknown error occurred (-54).

    New Macbook Air w/ Lion and iTunes 10.5.1.
    Brand new iTunes, no media files or previous settings imported.  Just signed up for iTunes match and while i was able to sign up (got charged) when I try to "Add this Computer" and sign in, I *instantly* get a pop up of: "We could not complete your iTunes Store request.  An unknown error occurred (-54). There was an error in the iTunes store. Please try again later."
    Initially I thought this was just a bug with launch, and waited until I got home and tried on my iMac... Here I was able to scan my library and get about 8500 songs into iTunes Match.  Going back to the Macbook Air, same issues.
    This has been over 48 hours of this now, and in the mean time I have:
    1) Removed the entire iTunes directory from my home folder to create new configs.
    2) Reinstalled 10.5.1 several times
    3) Tried putting just one song into iTunes to see if there was an issue here
    4) Ensured that OS has all available updates.
    5) Ensured that App firewall in System Preferences is off.
    6) Created a new profile all together.
    7) Logged in with different iTunes account.
    8) Verified that I can make socket connection with 80 and 443 to all listed Apple servers as seen at: http://support.apple.com/kb/ts3125
    9) Tried from different networks.
    Interestingly, this may not be related to only Match, as I am now finding that I cannot get Genius to turn on either.
    The only additional point here is that this is a company image, however the company I work for has verified that there is nothing in the config that should be preventing iTunes from reaching out to any Apple servers or preventing this from working.
    Anyone have any thoughts, or similar issues?

    Negative.  Apple does not seem to be concerned with this issue... which the ability to use *multiple* computers with iTunes Match is the entire reason that I purchased it in the first place.  At this point, the service is 100% usless to me.
    I do understand that they may be a bit light staffed over this holiday week, so I will give them through early next week.  After that, I will turn to social networking (twitter, FB) about our support experience, or lack of.  I don't understand how Apple, or any company, can justify $250+ Apple Care with this level of support. Luckily, I am within my 90 days of purchase, but obviously will not be purchasing any Apple Care in the future.

  • Flash Builder 4 and Data service 2

    Hi,
    We will looking to upgrade to Flex 4 from 2 and wonder if Flex 4 will work with our code written for Data service 2? If not, what should be upgrade to? Life cycle?
    Thanks.

    Hi,
    It should work fine. Can you please share the exact version of the LCDS. Also please let us know the service types and channel types you are using in your application.

  • Flash Builder 4.6 Mobile Application Packaging and Exporting

    Hello Everyone,
    I'm novice to Flash builder,using Flash Builder 4.6 to develop android application.
    It runs in desktop no error occur. But when I export it or try to run it on my
    SAMSUNG GALAXY Y S5360 phone it doesn't run. It's Android version is 2.3.6
    I plugged the USB with pc and tried to run on app on my phone.
    First builder ask that Do you want to install ADOBE AIR to device I select the "YES" option then after it go for 57% and show me an error
    Error occurred while installing the applicaiton: pkg:/data/local/tmp/Runtime.apk   Failure[INSTALL_FAILED_CPU_ABI_INCOMPATIBLE] 3261 KB/s (8653085 bytes in 2.333s)
    And when I Export and Release Build for .apk file.I select the Captive Runtime.
    Then it shows a message
    The package(s) were successfully created but the application could not be installed on one or more devices:   Device ID 0123456789ABCDEF(Google Android): Problem Occurred while installing ADOBE AIR.
    Please guide me...
    Thanks

    After searching on internet and have hands on this problem, finally found the solution.
    SAMSUNG Galaxy Y S5360 has CPU 830 MHz ARMv6 and minimum requirement of minimum system requirements for AIR 3.3 Beta on Android :
    CPU: ARMv7 processor with Vector FPU, Minimum 550MHz, OpenGL ES2.0, H.264 & AAC H/W Decoders OS: Android 2.2, 2.3, 3.0, 3.1, 3.2 & 4.0 RAM: 256MB RAM
    Later I used a Motorola mobile handset with higher version my .apk file worked well.
    Click here For Samsung Galaxy Y S5360 Phone Specification
    thanks to everyone for your efforts.

  • Are Flash Builder 4 data services production grade, or demo grade?

    I've experimented a bit with the data services feature that Flash builder 4 beta 2 offers. Frankly they seem to be just about what I was waiting for. We build a lot of data centric applications and anything that reduces the amount of code required to wire things up is great. I do have some questions re the data services as implmented in beta 2, and forward. Note I've almost no hands on with Flex, any version, at this point.
    With Flex Builder 3, there was a crud wizard. From what I read the code it generated was not considered production grade. I hope that the data services feature shown with beta 2 would be considered robust enough to use in production? I am sure that there are many different ways of handling data services in general with Flex, so I am not asking if it's the best approach or makes any other approach redundant. I just mean, could the tooling around the data services feature of flash builder 4 remain a viable approach for getting at data, once a flex developer was past the training wheels stage?
    Another aspect I'm curious about is whether the data services features of Flash Builder 4 would remain relevant if one was using some other data access system? I can't really phrase this question properly because I don't really understand Flex or the various data access technologies that everyone is using. Hopefully the quesiton makes sense...if one was NOT using the data services wizard or whatever it's called, would whatever data services one was using show in the data services area of builder? It would be cool of course if they did.

    Hi,
       When it comes to runtime performance of the applications created using Data Centric Development ( DCD ) wizards, they perform same as the ones created without using DCD.
       Even the code generated by these wizards are easy to read & maintain with proper inheritance, packages & overriding. But, if you are planning to use any of the MVC style frameworks, the generated code may not fit so well right now. We are already working on improving the experience for people who are using these frameworks.
       Overall, using DCD gives a lot of productivity gain with its unified wizards & advanced UI Authoring workflows including Automatic Form Generation, Charts, Master-Detail views, Paging, Client Side Data Management etc.
      Please let us know if you have any specific concerns in the generated code.
    Regards
    Srinivas Annam
    http://srinivasannam.wordpress.com

  • How to update the PHP Class Service back in Flash Builder 4

    I'm not sure if my post title makes any sense or not but let me explain.  I've been working on an application in Flash Builder 4 using the ZendFramework and PHP services and everything is work great. the problem I have is after I make changes to my services PHP class (edit php file that has my functions in it), how to I updated those functions in the Flash builder application?
    For example, I needed to pass a second object into one of my function in my PHP class and after I edited the file and saved it, I don't see the changes in the Flash builder 4 application. Is there a button I can run to update the PHP class back in Flash Builder?
    Thanks,
    John Baranowski

    How do you use Flash Builder to regenerate the code for the same PHP service I connected to prior? When I first connected to the PHP service Flash Builder automatically built a package with all kinds of actionscript functions in it. I added a function to my PHP Class file server side and I need help on how to update the package back in Flex to see my new function. Can anyone help me??
    -John

  • Flash Builder 4 - The selcted wizard could not be started - FlexApolloProjectWizard

    Hello,
    I have a brand new eclipse installation. I downloaded the eclipse-jee-galileo-SR2-win32.zip from the eclipse website. And I downloaed the FlashBuilder_4_Plugin_LS10.exe from the Adobe Website.
    After unzipping the eclipse to d:\devide\eclipse35 and installing the Flash Builder into d:\devide\FlashBuilder4Plugin with the option to integrate it into the existing eclipse installation, it finished with no errors.
    Having Java 1.5 and FlashPlayer 10 installed I get this error here when I try to create a new FlexProject
    I also tried to install the Standalone version of the Flash Builder 4. I get the same error there.
    Also copying a working installation (Eclipse Folder and Flash Builder 4 Folder) from a computer where it works, I get the same error on my machine.
    Do I have to install AIR? Upgrade the FlashPlayer or what? I really dont know what else to try. Any suggestions on how to fix this?
    Thank you for any help.
    Carsten

    Hi,
    thanks for your anwser. I am trying to get hold on an Adobe engineer for over 2 weeks now. Non available on the phone. Whatever.
    I have that file in place. It is 26KB big and in the directory you pointed to.
    But I still get the error. Btw, we did a reinstall with local admin rights, the path is not FlashBuilder4Plugin. But still not working. And AIR 2.0 is not installed yet. The admins are still cheking if it is ok to install.
    Here is the screenshot
    The file on the laptop, where the FlashBuilder4Plugin installation works is slightly bigger. Its around 31kb. Both systems are WindowsXP.
    I try to copy the file from the laptop use that one on the PC. Maybe that helps. More on that later.
    Carsten

  • Flash Builder 4 standalone on win7 64bit is broken after update

    Today Adobe Updater promted that there are updates for Adobe Flash Builder 4 and Photoshop CS5. The update downloaded and installed without any errors and Photoshop is still working fine for me. But when I open Flash Builder I get a bunch of error messages and can't use Flash Builder any more. Here are screenshots of what the errors looks like:
    Sadly not only the Flash Builder perspective is affected but all other perspectives (SVN, Debugging, Profiling) are throwing errors too.
    These are the steps I tried to fix these errors - without success:
    - switching back to my personal workspace (after the update another workspace was selected)
    - opening Flash Builder with the "-clean" parameter (this worked for me several times when plugins didn't want to install properly)
    - opening Flash Builder with administration rights
    - checking inside Flash Builder for any updates
    None of these steps worked for me and I don't know how to fix this problem. Has anyone experienced the same errors after the 4.0.1.-update or are there any infos I missed?
    Any help would be appreciated!
    Miracula

    @pinnamur:
    here is the log you requested. I am not allowed to attach text files, so here is the content:
    *** Date: Friday, July 2, 2010 9:42:59 AM Germany Time
    *** Platform Details:
    *** System properties:
    awt.toolkit=sun.awt.windows.WToolkit
    eclipse.application=com.adobe.flexbuilder.standalone.FlexBuilderApplication
    eclipse.commands=-os
    win32
    -ws
    win32
    -arch
    x86
    -showsplash
    -launcher
    C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\FlashBuilder.exe
    -name
    FlashBuilder
    --launcher.library
    C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519\eclipse_1206.dll
    -startup
    C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
    -nl
    en_US
    -vm
    C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\jre\bin\client\jvm.dll
    eclipse.home.location=file:/C:/Program Files (x86)/Adobe/Adobe Flash Builder 4/
    eclipse.launcher=C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\FlashBuilder.exe
    [email protected]/../p2/
    eclipse.p2.profile=profile
    eclipse.product=com.adobe.flexbuilder.standalone.product
    eclipse.startTime=1278056489353
    eclipse.vm=C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\jre\bin\client\jvm.dll
    eclipse.vmargs=-Xms256m
    -Xmx512m
    -XX:MaxPermSize=256m
    -XX:PermSize=64m
    -Djava.net.preferIPv4Stack=true
    -Dorg.eclipse.equinox.p2.reconciler.dropins.directory=dropins
    -Djava.class.path=C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
    file.encoding=Cp1252
    file.encoding.pkg=sun.io
    file.separator=\
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    java.class.path=C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
    java.class.version=50.0
    java.endorsed.dirs=C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\jre\lib\endorsed
    java.ext.dirs=C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\jre\lib\ext;C:\Windows\Sun\Java\lib\ext
    java.home=C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\jre
    java.io.tmpdir=C:\Users\Tine\AppData\Local\Temp\
    java.library.path=C:\Program Files (x86)\Adobe\Adobe Flash Builder 4;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:/Program Files (x86)/Adobe/Adobe Flash Builder 4/jre/bin/client;C:/Program Files (x86)/Adobe/Adobe Flash Builder 4/jre/bin;C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPow erShell\v1.0\;C:\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\WIDCOMM\Bluetooth Software\syswow64;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Common Files\Roxio Shared\10.0\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Windows\Microsoft.NET\Framework\v2.0.50727;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\Common Files\DivX Shared\;C:\Program Files\TortoiseSVN\bin
    java.net.preferIPv4Stack=true
    java.runtime.name=Java(TM) SE Runtime Environment
    java.runtime.version=1.6.0_16-b01
    java.specification.name=Java Platform API Specification
    java.specification.vendor=Sun Microsystems Inc.
    java.specification.version=1.6
    java.vendor=Sun Microsystems Inc.
    java.vendor.url=http://java.sun.com/
    java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
    java.version=1.6.0_16
    java.vm.info=mixed mode
    java.vm.name=Java HotSpot(TM) Client VM
    java.vm.specification.name=Java Virtual Machine Specification
    java.vm.specification.vendor=Sun Microsystems Inc.
    java.vm.specification.version=1.0
    java.vm.vendor=Sun Microsystems Inc.
    java.vm.version=14.2-b01
    line.separator=
    org.eclipse.debug.ui.breakpoints.toggleFactoriesUsed=false
    org.eclipse.equinox.p2.reconciler.dropins.directory=dropins
    org.eclipse.equinox.simpleconfigurator.configUrl=file:org.eclipse.equinox.simpleconfigurat or/bundles.info
    org.eclipse.update.reconcile=false
    org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,OSGi/Minimum-1.2 ,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6
    org.osgi.framework.language=en
    org.osgi.framework.os.name=Windows7
    org.osgi.framework.os.version=6.1.0
    org.osgi.framework.processor=x86
    org.osgi.framework.system.packages=javax.accessibility,javax.activation,javax.activity,jav ax.annotation,javax.annotation.processing,javax.crypto,javax.crypto.interfaces,javax.crypt o.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp, javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.jws,javax.jws.soap ,javax.lang.model,javax.lang.model.element,javax.lang.model.type,javax.lang.model.util,jav ax.management,javax.management.loading,javax.management.modelmbean,javax.management.monito r,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.manag ement.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.e vent,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.at tribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.r mi.ssl,javax.script,javax.security.auth,javax.security.auth.callback,javax.security.auth.k erberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.s ecurity.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled ,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rows et.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swi ng.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing. plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html ,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax .tools,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.bind,javax.xml.bind.anno tation,javax.xml.bind.annotation.adapters,javax.xml.bind.attachment,javax.xml.bind.helpers ,javax.xml.bind.util,javax.xml.crypto,javax.xml.crypto.dom,javax.xml.crypto.dsig,javax.xml .crypto.dsig.dom,javax.xml.crypto.dsig.keyinfo,javax.xml.crypto.dsig.spec,javax.xml.dataty pe,javax.xml.namespace,javax.xml.parsers,javax.xml.soap,javax.xml.stream,javax.xml.stream. events,javax.xml.stream.util,javax.xml.transform,javax.xml.transform.dom,javax.xml.transfo rm.sax,javax.xml.transform.stax,javax.xml.transform.stream,javax.xml.validation,javax.xml. ws,javax.xml.ws.handler,javax.xml.ws.handler.soap,javax.xml.ws.http,javax.xml.ws.soap,java x.xml.ws.spi,javax.xml.ws.wsaddressing,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg .CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage ,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming. NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.Dyn amicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.I OP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.Port ableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org. omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.Portabl eServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPa ckage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w 3c.dom.css,org.w3c.dom.events,org.w3c.dom.html,org.w3c.dom.ls,org.w3c.dom.ranges,org.w3c.d om.stylesheets,org.w3c.dom.traversal,org.w3c.dom.views,org.w3c.dom.xpath,org.xml.sax,org.x ml.sax.ext,org.xml.sax.helpers
    org.osgi.framework.vendor=Eclipse
    org.osgi.framework.version=1.5.0
    org.osgi.supports.framework.extension=true
    org.osgi.supports.framework.fragment=true
    org.osgi.supports.framework.requirebundle=true
    os.arch=x86
    os.name=Windows 7
    os.version=6.1
    osgi.arch=x86
    osgi.bundles=reference:file:org.eclipse.osgi.nl1_3.5.0.v20091121043401.jar,reference:file: org.eclipse.equinox.ds_1.1.1.R35x_v20090806.jar@1:start,reference:file:org.eclipse.equinox .simpleconfigurator_1.0.101.R35x_v20090807-1100.jar@1:start
    osgi.bundles.defaultStartLevel=4
    osgi.bundlestore=C:\Users\Tine\.eclipse\com.adobe.flexbuilder.standalone.product_4.0.1_108 4004438\configuration\org.eclipse.osgi\bundles
    osgi.configuration.area=file:/C:/Users/Tine/.eclipse/com.adobe.flexbuilder.standalone.prod uct_4.0.1_1084004438/configuration/
    osgi.framework=file:/c:/Program Files (x86)/Adobe/Adobe Flash Builder 4/plugins/org.eclipse.osgi_3.5.1.R35x_v20090827.jar
    osgi.framework.extensions=reference:file:org.eclipse.osgi.nl1_3.5.0.v20091121043401.jar
    osgi.framework.shape=jar
    osgi.framework.version=3.5.1.R35x_v20090827
    osgi.frameworkClassPath=., file:c:/Program Files (x86)/Adobe/Adobe Flash Builder 4/plugins/org.eclipse.osgi.nl1_3.5.0.v20091121043401.jar
    osgi.install.area=file:/C:/Program Files (x86)/Adobe/Adobe Flash Builder 4/
    osgi.instance.area=file:/D:/flashBuilder_workspace/
    osgi.instance.area.default=file:/C:/Users/Tine/Adobe Flash Builder 4/
    osgi.logfile=D:\flashBuilder_workspace\.metadata\.log
    osgi.manifest.cache=C:\Users\Tine\.eclipse\com.adobe.flexbuilder.standalone.product_4.0.1_ 1084004438\configuration\org.eclipse.osgi\manifests
    osgi.nl=en_US
    osgi.nl.user=en_US
    osgi.os=win32
    osgi.sharedConfiguration.area=file:/c:/Program Files (x86)/Adobe/Adobe Flash Builder 4/configuration/
    osgi.splashPath=platform:/base/plugins/com.adobe.flexbuilder.standalone
    osgi.syspath=c:\Program Files (x86)\Adobe\Adobe Flash Builder 4\plugins
    osgi.tracefile=D:\flashBuilder_workspace\.metadata\trace.log
    osgi.ws=win32
    path.separator=;
    sun.arch.data.model=32
    sun.boot.class.path=C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\jre\lib\resources.jar;C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\jre\lib\rt.jar;C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\jre\lib\sunrsasign.jar;C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\jre\lib\jsse.jar;C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\jre\lib\jce.jar;C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\jre\lib\charsets.jar;C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\jre\classes
    sun.boot.library.path=C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\jre\bin
    sun.cpu.endian=little
    sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
    sun.desktop=windows
    sun.io.unicode.encoding=UnicodeLittle
    sun.jnu.encoding=Cp1252
    sun.management.compiler=HotSpot Client Compiler
    sun.os.patch.level=
    user.country=DE
    user.dir=C:\Program Files (x86)\Adobe\Adobe Flash Builder 4
    user.home=C:\Users\Tine
    user.language=de
    user.name=Tine
    user.timezone=Europe/Berlin
    user.variant=
    *** Features:
    com.adobe.flexbuilder.feature.standalone (4.0.1.277662) "Adobe Flash Builder Standalone"
    com.adobe.flexbuilder.feature.standalone.nl1 (4.0.1.277662) "Adobe Flash Builder Standalone"
    com.collabnet.subversion.merge.feature (2.1.0) "CollabNet Subversion Merge Client"
    com.sun.jna (3.2.3) "JNA Library Plug-in"
    org.eclipse.cvs (1.1.101.R35x_v20090811-7E79FEd9KKF5H2YDWFLLBL01A16) "Eclipse CVS Client"
    org.eclipse.datatools.connectivity.feature (1.7.2.v200909251450-7B7OANEn1Xi4gycmhPC6njFVDz0q) "Data Tools Platform Connectivity Plug-in"
    org.eclipse.datatools.connectivity.oda.designer.feature (1.7.2.v200909251450-7E7C7BDZRDIVDUKiEaXU) "DTP ODA Designer UI Framework Plug-in"
    org.eclipse.datatools.connectivity.oda.feature (1.7.2.v200909251450-7H797BCcNBHBBHMWDbRK) "DTP Open Data Access"
    org.eclipse.datatools.doc.user (1.7.2.v200909251450-47C08w95ENAK6AFDFK7) "Data Tool Platform User Documentation"
    org.eclipse.datatools.enablement.apache.derby.feature (1.7.2.v200909251450-7768dBmKDLfMjHuIFJW7SBI) "High-level Sybase Enablement Plug-in"
    org.eclipse.datatools.enablement.feature (1.7.2.v200909251450-7J8i7UBWwSLRWdU50unZvFu_Pz0t) "Eclipse Data Tools Platform Enablement"
    org.eclipse.datatools.enablement.hsqldb.feature (1.7.2.v200909251450-67B2AqGBJVKbGuH3GP7SBI) "Eclipse Data Tools Platform Enablement"
    org.eclipse.datatools.enablement.ibm.feature (1.7.2.v200909251450-7F47HFC7sRTNSjXAYIRR) "Eclipse Data Tools Platform Enablement"
    org.eclipse.datatools.enablement.ingres.feature (1.7.2.v200909251450-540AkF77g7VBLBPH7) "Eclipse Data Tools Platform Enablement"
    org.eclipse.datatools.enablement.jdbc.feature (1.7.2.v200909251450-4-29oB55W5P7G6RAH) "High-level Sybase Enablement Plug-in"
    org.eclipse.datatools.enablement.jdt.feature (1.7.2.v200909251450-2-07w311A1A351453) "Data Tools Platform Connectivity JDT Extension Plug-in"
    org.eclipse.datatools.enablement.msft.feature (1.7.2.v200909251450-542AkF78Y7SBU9UAB) "Eclipse Data Tools Platform Enablement"
    org.eclipse.datatools.enablement.mysql.feature (1.7.2.v200909251450-546AkF78Y7R9PAX87) "Eclipse Data Tools Platform Enablement"
    org.eclipse.datatools.enablement.oda.designer.feature (1.7.2.v200909251450-3328s7353356I4F53) "Eclipse Data Tools Platform XML ODA Designer"
    org.eclipse.datatools.enablement.oda.feature (1.7.2.v200909251450-7A7T78DZRDFuD_KmFcNp) "Eclipse Data Tools Platform XML ODA Runtime Driver"
    org.eclipse.datatools.enablement.oracle.feature (1.7.2.v200909251450-548aAkF77g7XAO9aBB) "Eclipse Data Tools Platform Enablement"
    org.eclipse.datatools.enablement.postgresql.feature (1.7.2.v200909251450-542AkF77g7V9N9e77) "Eclipse Data Tools Platform Enablement"
    org.eclipse.datatools.enablement.sap.feature (1.7.2.v200909251450-540AkF77g7V9N9e77) "Eclipse Data Tools Platform Enablement"
    org.eclipse.datatools.enablement.sqlite.feature (1.7.2.v200909251450-541AkF79P7N8NAQ97) "Eclipse Data Tools Platform Enablement"
    org.eclipse.datatools.enablement.sybase.feature (1.7.2.v200909251450-7E45F9NiNWvOOXxPdVT) "High-level Sybase Enablement Plug-in"
    org.eclipse.datatools.modelbase.feature (1.7.2.v200909251450-77-5CcNBCtCcCQJYZl) "Eclipse Data Tools Platform SQLModel Plug-in"
    org.eclipse.datatools.sqldevtools.ddlgen.feature (1.7.2.v200909251450-7A-1F7RZHKFIwMhStRm) "Eclipse Data Tools Platform FE UI Plug-in"
    org.eclipse.datatools.sqldevtools.feature (1.7.2.v200909251450-7N7q7GFDr_mX5M8JAs38u8wWDRWU) "Eclipse Data Tools Platform SQL Tools Common UI Plug-in"
    org.eclipse.datatools.sqldevtools.parsers.feature (1.7.2.v200909251450-602BgJ99q9_9OGXFJ) "Eclipse Data Tools Platform SQL Parser Plugin"
    org.eclipse.draw2d (3.5.2.v20100111-1352-4417w311A223702A19) "Graphical Editing Framework Draw2d"
    org.eclipse.emf (2.5.0.v200906151043) "EMF - Eclipse Modeling Framework Runtime and Tools"
    org.eclipse.emf.codegen (2.5.0.v200906151043) "EMF Code Generation"
    org.eclipse.emf.codegen.ecore (2.5.0.v200906151043) "EMF Ecore Code Generator"
    org.eclipse.emf.codegen.ecore.ui (2.5.0.v200906151043) "EMF Ecore Code Generator UI"
    org.eclipse.emf.codegen.ui (2.4.0.v200906151043) "EMF Code Generation UI"
    org.eclipse.emf.common (2.5.0.v200906151043) "EMF Common"
    org.eclipse.emf.common.ui (2.5.0.v200906151043) "EMF Common UI"
    org.eclipse.emf.converter (2.5.0.v200906151043) "EMF Model Converter"
    org.eclipse.emf.databinding (1.1.0.v200906151043) "EMF Data Binding"
    org.eclipse.emf.databinding.edit (1.1.0.v200906151043) "EMF Edit Data Binding"
    org.eclipse.emf.ecore (2.5.0.v200906151043) "EMF Ecore"
    org.eclipse.emf.ecore.edit (2.5.0.v200906151043) "EMF Ecore Edit"
    org.eclipse.emf.ecore.editor (2.5.0.v200906151043) "EMF Sample Ecore Editor"
    org.eclipse.emf.edit (2.5.0.v200906151043) "EMF Edit"
    org.eclipse.emf.edit.ui (2.5.0.v200906151043) "EMF Edit UI"
    org.eclipse.emf.mapping (2.5.0.v200906151043) "EMF Mapping"
    org.eclipse.emf.mapping.ecore (2.5.0.v200906151043) "EMF Ecore Mapping"
    org.eclipse.emf.mapping.ecore.editor (2.5.0.v200906151043) "EMF Ecore Mapping Editor"
    org.eclipse.emf.mapping.ui (2.5.0.v200906151043) "EMF Mapping UI"
    org.eclipse.gef (3.5.2.v20100111-1352-777928194B66D5D476C33B2A) "Graphical Editing Framework GEF"
    org.eclipse.help (1.1.1.R35x_v20090811-7e7eFAnFEx2XZoYz0uPgIfwD) "Help System Base"
    org.eclipse.jdt (3.5.2.r352_v20100108-7r88FEwFI0WTuoBl0iaG0tyhfZH6) "Eclipse Java Development Tools"
    org.eclipse.jpt.eclipselink.feature (2.2.2.v200911250220-65A9AkF77g8OFL7BB7) "Dali Java Persistence Tools - EclipseLink Support"
    org.eclipse.jpt.feature (2.2.2.v200911250220-7L7OAPFBBoPS0TBgXV1je) "Dali Java Persistence Tools"
    org.eclipse.jst.enterprise_ui.feature (3.1.1.v200908101600-7_7EGrjFQRwRb4P511ebObS5XZhq) "Eclipse Java EE Developer Tools"
    org.eclipse.jst.ws.axis2tools.feature (1.1.0.v200905242110-78-FBpDZRDE6FdPdLYYe) "Axis2 Tools"
    org.eclipse.pde (3.5.2.R35x_v20100119-7Z7_FA2FDX-aXQYWqYDBz-z0qufo) "PDE"
    org.eclipse.platform (3.5.1.R35x_v20090910-9gEeG1_FthkNDSP2odXdThaOu9GFDPn83DGB7) "Eclipse Platform"
    org.eclipse.rcp (3.5.1.R35x_v20090811-9SA0FxVFqE70OL1ARMrfcO6e7BA6) "Eclipse RCP"
    org.eclipse.wst.jsdt.feature (1.1.2.v200908101420-77-FGDCcNBDjBXMoBbFb) "JavaScript Developer Tools "
    org.eclipse.wst.web_ui.feature (3.1.1.v200908120400-7R77FStEVw2z07WtDz-OZrhL5C-3) "Eclipse Web Developer Tools"
    org.eclipse.wst.xml_ui.feature (3.1.1.v200907161031-7H6FMbDxtkMs9OeLGF98LRhdPKeo) "Eclipse XML Editors and Tools"
    org.eclipse.wst.xsl.feature (1.0.2.v200908271520-7R7T8sFIhIehWg454rq_U1) "Eclipse XSL Developer Tools"
    org.tigris.subversion.clientadapter.feature (1.6.12) "Subversion Client Adapter"
    org.tigris.subversion.clientadapter.javahl.feature (1.6.12) "Subversion JavaHL"
    org.tigris.subversion.clientadapter.svnkit.feature (1.6.12) "SVNKit Client Adapter"
    org.tigris.subversion.subclipse (1.6.12) "SVN Team Provider Core"
    org.tmatesoft.svnkit (1.3.3.6648) "SVNKit Library Plug-in"
    *** Plug-in Registry:
    ActionscriptInfoCollector (0.7.4) "ActionscriptInfoCollector Plug-in" [Starting]
    com.adobe.coldfusion.rds.client (1.0.272885) "RDS Core and Database Client Plug-in" [Starting]
    com.adobe.coldfusion.rds.client.nl1 (1.0.1.v20100112266797) "Nl1 Fragment" [Resolved]
    com.adobe.flash.codemodel.core (4.0.1.277662) "Adobe Flash CodeModel Core" [Active]
    com.adobe.flash.codemodel.osgi (4.0.1.277662) "Code Model OSGI Support" [Active]
    com.adobe.flash.profiler (4.0.1.277662) "Adobe Flash Profiler" [Active]
    com.adobe.flash.profiler.nl1 (4.0.1.277662) "Adobe Flash Profiler Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.ajaxbridge (4.0.1.277662) "Adobe Flash Builder Ajaxbridge" [Active]
    com.adobe.flexbuilder.ajaxbridge.nl1 (4.0.1.277662) "Adobe Flash Builder Ajaxbridge Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.as.editor (4.0.1.277662) "Adobe Flash Builder ActionScript Editor" [Active]
    com.adobe.flexbuilder.as.editor.nl1 (4.0.1.277662) "Adobe Flash Builder ActionScript Editor Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.axis2 (4.0.1.277662) "Adobe Flash Builder AXIS 2" [Starting]
    com.adobe.flexbuilder.axis2.nl1 (4.0.1.277662) "Adobe Flash Builder AXIS 2 Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.codemodel (4.0.1.277662) "Adobe Flex IDE CodeModel" [Resolved]
    com.adobe.flexbuilder.codemodel.nl1 (4.0.1.277662) "Adobe Flash Builder CodeModel Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.crimson (4.0.1.277662) "Adobe Flash Builder Crimson" [Resolved]
    com.adobe.flexbuilder.crimson.nl1 (4.0.1.277662) "Adobe Flash Builder Crimson Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.css.editor (4.0.1.277662) "Adobe Flash Builder CSS Editor" [Starting]
    com.adobe.flexbuilder.css.editor.nl1 (4.0.1.277662) "Adobe Flash Builder CSS Editor Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.DCDService (4.0.1.277662) "Adobe Flash Builder DCDService" [Starting]
    com.adobe.flexbuilder.DCDService.nl1 (4.0.1.277662) "Adobe Flash Builder DCDService Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.dcrad (4.0.1.277662) "Adobe Flash Builder Data Centric RAD" [Active]
    com.adobe.flexbuilder.dcrad.derived (4.0.1.277662) "Adobe Flash Builder Data Centric RAD Derived Sources" [Starting]
    com.adobe.flexbuilder.dcrad.nl1 (4.0.1.277662) "Adobe Flash Builder DCRAD Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.debug (4.0.1.277662) "Adobe Flash Builder Debug Model" [Active]
    com.adobe.flexbuilder.debug.e33 (4.0.1.277662) "Adobe Flash Builder Debug Fragment for Eclipse 3.3" [Resolved]
    com.adobe.flexbuilder.debug.nl1 (4.0.1.277662) "Adobe Flash Builder Debug Model Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.debug.ui (4.0.1.277662) "Adobe Flash Builder Debug UI" [Active]
    com.adobe.flexbuilder.debug.ui.actions (4.0.1.277662) "Adobe Flash Builder Debug UI Actions Fragment" [Resolved]
    com.adobe.flexbuilder.debug.ui.nl1 (4.0.1.277662) "Adobe Flash Builder Debug Model UI Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.designview (4.0.1.277662) "Adobe Flash Builder Designview" [Starting]
    com.adobe.flexbuilder.designview.nl1 (4.0.1.277662) "Adobe Flash Builder Designview Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.editorcore (4.0.1.277662) "Adobe Flash Builder Editor Core" [Active]
    com.adobe.flexbuilder.editorcore.nl1 (4.0.1.277662) "Adobe Flash Builder Editor Core Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.editors.derived (4.0.1.277662) "Adobe Flash Builder Editors Derived" [Active]
    com.adobe.flexbuilder.editors.derived.nl1 (4.0.1.277662) "Adobe Flash Builder Editors Derived Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.exportimport (4.0.1.277662) "Adobe Flash Builder Exportimport" [Active]
    com.adobe.flexbuilder.exportimport.nl1 (4.0.1.277662) "Adobe Flash Builder Exportimport Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.flashbridge (4.0.1.277662) "Flash IDE Plug-in" [Active]
    com.adobe.flexbuilder.flashbridge.nl1 (4.0.1.277662) "Flash IDE Plug-in Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.flex (4.0.1.277662) "Adobe Flash Builder Flex SDKs" [Resolved]
    com.adobe.flexbuilder.flexunit (4.0.1.277662) "Adobe Flash Builder FlexUnit UI" [Active]
    com.adobe.flexbuilder.flexunit.derived (4.0.1.277662) "Adobe Flash Builder FlexUnit Derived" [Starting]
    com.adobe.flexbuilder.flexunit.nl1 (4.0.1.277662) "Adobe Flash Builder FlexUnit Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.help (4.0.1.277662) "Adobe Flash Builder Help" [Starting]
    com.adobe.flexbuilder.help.nl1 (4.0.1.277662) "Adobe Flash Builder Help - Localized" [Resolved]
    com.adobe.flexbuilder.importartwork (4.0.1.277662) "Adobe Flash Builder Import Artwork" [Active]
    com.adobe.flexbuilder.importartwork.nl1 (4.0.1.277662) "Adobe Flash Builder Import Artwork Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.json (4.0.1.277662) "Adobe Flash Builder JSON" [Starting]
    com.adobe.flexbuilder.launching.ui (4.0.1.277662) "Adobe Flash Builder Launching UI" [Active]
    com.adobe.flexbuilder.launching.ui.nl1 (4.0.1.277662) "Adobe Flash Builder Launching UI Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.monitors.network (4.0.1.277662) "Adobe Flash Builder Network Monitor" [Starting]
    com.adobe.flexbuilder.monitors.network.nl1 (4.0.1.277662) "Adobe Flash Builder Network Monitor Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.multisdk (4.0.1.277662) "Adobe Flash Builder Multi-SDK" [Active]
    com.adobe.flexbuilder.mxml.editor (4.0.1.277662) "Adobe Flash Builder MXML Editor" [Active]
    com.adobe.flexbuilder.mxml.editor.nl1 (4.0.1.277662) "Adobe Flash Builder MXML Editor Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.mxmlmodel (4.0.1.277662) "Adobe Flash Builder MXML Model" [Active]
    com.adobe.flexbuilder.project (4.0.1.277662) "Adobe Flash Builder Project" [Active]
    com.adobe.flexbuilder.project.e35 (1.0.0.201001080934) "Adobe Flash Builder Project for Eclipse 3.5" [Resolved]
    com.adobe.flexbuilder.project.nl1 (4.0.1.277662) "Adobe Flash Builder Project Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.project.ui (4.0.1.277662) "Adobe Flash Builder Project UI" [Active]
    com.adobe.flexbuilder.project.ui.nl1 (4.0.1.277662) "Adobe Flash Builder Project UI Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.services.BlazeDSService (4.0.1.277662) "Adobe Flash Builder BlazeDSService" [Starting]
    com.adobe.flexbuilder.services.CFService (4.0.1.277662) "Adobe Flash Builder CFService" [Starting]
    com.adobe.flexbuilder.services.CFService.nl1 (4.0.1.277662) "Adobe Flash Builder CFService NL1 Fragment" [Resolved]
    com.adobe.flexbuilder.services.HTTPService (4.0.1.277662) "Adobe Flash Builder HTTPService" [Starting]
    com.adobe.flexbuilder.services.HTTPService.nl1 (4.0.1.277662) "Adobe Flash Builder HTTPService NL1 Fragment" [Resolved]
    com.adobe.flexbuilder.services.J2EEService (4.0.1.277662) "Adobe Flash Builder J2EEService" [Starting]
    com.adobe.flexbuilder.services.J2EEService.nl1 (4.0.1.277662) "Adobe Flash Builder J2EEService Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.services.LCDSService (4.0.1.277662) "Adobe Flash Builder LCDSService" [Starting]
    com.adobe.flexbuilder.services.PHPService (4.0.1.277662) "Adobe Flash Builder PHPService" [Starting]
    com.adobe.flexbuilder.services.PHPService.nl1 (4.0.1.277662) "Adobe Flash Builder PHPService NL1 Fragment" [Resolved]
    com.adobe.flexbuilder.services.StaticContentService (4.0.1.277662) "Adobe Flash Builder StaticContentService" [Starting]
    com.adobe.flexbuilder.services.StaticContentService.nl1 (4.0.1.277662) "Adobe Flash Builder StaticContentService Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.services.WEBService (4.0.1.277662) "Adobe Flash Builder WEBService" [Starting]
    com.adobe.flexbuilder.services.WEBService.derived (4.0.1.277662) "Adobe Flash Builder WEBService Derived Sources" [Starting]
    com.adobe.flexbuilder.services.WEBService.nl1 (4.0.1.277662) "Adobe Flash Builder WEBService NL1 Fragment" [Resolved]
    com.adobe.flexbuilder.standalone (4.0.1.277662) "Adobe Flash Builder Standalone" [Active]
    com.adobe.flexbuilder.standalone.nl1 (4.0.1.277662) "Adobe Flash Builder Standalone Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.tengine (4.0.1.277662) "Adobe Flash Builder Tengine" [Starting]
    com.adobe.flexbuilder.tengine.nl1 (4.0.1.277662) "Adobe Flash Builder Tengine Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.ui (4.0.1.277662) "Adobe Flash Builder Global UI" [Active]
    com.adobe.flexbuilder.ui.nl1 (4.0.1.277662) "Adobe Flash Builder Global UI Nl1 Fragment" [Resolved]
    com.adobe.flexbuilder.utils.osnative (4.0.1.277662) "Adobe Flash Builder OS Native Utils" [Active]
    com.adobe.flexbuilder.utils.osnative.win (4.0.1.277662) "Adobe Flash Builder OS Native Utils Windows Fragment" [Resolved]
    com.adobe.flexide.amt (4.0.1.277662) "Adobe Flash Builder AMT" [Active]
    com.adobe.flexide.as.core (4.0.1.277662) "Adobe Flash Builder ActionScript Core" [Active]
    com.adobe.flexide.as.core.nl1 (4.0.1.277662) "Adobe Flash Builder ActionScript Core Nl1 Fragment" [Resolved]
    com.adobe.flexide.communityhelp (4.0.1.277662) "CommunityHelp Plug-in" [Starting]
    com.adobe.flexide.communityhelp.nl1 (4.0.1.277662) "Adobe Common CommunityHelp Nl1 Fragment" [Resolved]
    com.adobe.flexide.css.core (4.0.1.277662) "Adobe Flash Builder CSS Editor Core" [Active]
    com.adobe.flexide.css.core.nl1 (4.0.1.277662) "Adobe Flash Builder CSS Editor Core Nl1 Fragment" [Resolved]
    com.adobe.flexide.designitems (4.0.1.277662) "Adobe Flash Builder DesignItems" [Starting]
    com.adobe.flexide.editorcore (4.0.1.277662) "Adobe Flash Builder Editor Core" [Active]
    com.adobe.flexide.editorcore.nl1 (4.0.1.277662) "Adobe Flash Builder Editor Core Nl1 Fragment" [Resolved]
    com.adobe.flexide.embeddedplayer (4.0.1.277662) "Adobe Flash Builder Embedded Flash Player" [Starting]
    com.adobe.flexide.exportimport (4.0.1.277662) "Exportimport" [Starting]
    com.adobe.flexide.exportimport.nl1 (4.0.1.277662) "Export Import Nl1 Fragment" [Resolved]
    com.adobe.flexide.externaleditors (4.0.1.277662) "Adobe Flash Builder External Editors" [Active]
    com.adobe.flexide.externaleditors.nl1 (4.0.1.277662) "Adobe Flash Builder External Editors Nl1 Fragment" [Resolved]
    com.adobe.flexide.fonts (4.0.1.277662) "Fonts" [Starting]
    com.adobe.flexide.launching (4.0.1.277662) "Adobe Flash Builder Launching" [Active]
    com.adobe.flexide.launching.nl1 (4.0.1.277662) "Adobe Flash Builder Launching Nl1 Fragment" [Resolved]
    com.adobe.flexide.multisdk.nl1 (4.0.1.277662) "Adobe Flash Builder Multi-SDK Nl1 Fragment" [Resolved]
    com.adobe.flexide.mxml.core (4.0.1.277662) "Adobe Flash Builder MXML Core" [Active]
    com.adobe.flexide.mxml.core.nl1 (4.0.1.277662) "Adobe Flash Builder MXML Core Nl1 Fragment" [Resolved]
    com.adobe.flexide.nativelibs (4.0.1.277662) "Adobe Flash Builder Native Libraries" [Active]
    com.adobe.flexide.playerview (4.0.1.277662) "Adobe Flash Builder Playerview" [Starting]
    com.adobe.flexide.refactoring.core (4.0.1.277662) "Adobe Flash Builder Refactoring Core" [Starting]
    com.adobe.flexide.refactoring.core.nl1 (4.0.1.277662) "Adobe Flash Builder Refactoring Core Nl1 Fragment" [Resolved]
    com.adobe.model.core (1.0.2.v20100315273147) "Adobe Data Model Core Wrapper" [Active]
    com.collabnet.subversion.merge (2.1.0) "CollabNet Subversion Merge Client" [Starting]
    com.crispico.flexbridge (1.0.0.M0_2010-06-11) "Flower Modeling Platform - Flexbridge" [Resolved]
    com.crispico.flower.mp (1.0.0.M0_2010-06-11) "Flower Modeling Platform - Core" [Resolved]
    com.crispico.flower.mp.dependencies.internal (1.0.0.M0_2010-06-11) "Flower Modeling Platform - Internal Dependencies" [Active]
    com.crispico.flower.mp.eclipse (1.0.0.M0_2010-06-11) "Flower Modeling Platform - Eclipse" [Active]
    com.crispico.flower.mp.eclipse.compare.base (1.0.0.M0_2010-06-11) "Flower Modeling Platform - Compare Base" [Starting]
    com.crispico.flower.mp.eclipse.compare.codesync (1.0.0.M0_2010-06-11) "Flower Modeling Platform - Compare CodeSync" [Starting]
    com.crispico.flower.mp.eclipse.uml4as (1.0.0.M0_2010-06-11) "Flower Modeling Platform - UML4AS" [Active]
    com.crispico.flower.mp.metamodel.classmetamodel (1.0.0.M0_2010-06-11) "Flower Modeling Platform - Class Metamodel" [Resolved]
    com.crispico.flower.mp.metamodel.codesync (1.0.0.M0_2010-06-11) "Flower Modeling Platform - CodeSync Metamodel" [Active]
    com.crispico.flower.mp.metamodel.codesyncas (1.0.0.M0_2010-06-11) "Flower Modeling Platform - CodeSync AS Metamodel" [Active]
    com.crispico.flower.mp.metamodelset.uml4asfile (1.0.0.M0_2010-06-11) "Flower Modeling Platform - UML4AS File Metamodel Set" [Resolved]
    com.crispico.flower.mp.propertieseditor (1.0.0.M0_2010-06-11) "Flower Modeling Platform - Properties Editor" [Starting]
    com.ibm.icu (4.0.1.v20090822) "International Components for Unicode for Java (ICU4J)" [Active]
    com.idefactory.enterprisehelp (1.0.8.beta) "Enterprise IDE Help" [Starting]
    com.idefactory.fxsdk (1.0.1) "Enterprise IDE Fx Sdk" [Active]
    com.idefactory.rhino (1.0.0) "Enterprise IDE Rhino" [Starting]
    com.jcraft.jsch (0.1.41.v200903070017) "JSch" [Resolved]
    com.sun.jna (3.2.3) "JNA Library Plug-in" [Starting]
    FlexASDocGenCommand (0.7.4) "FlexASDocGenCommand Plug-in" [Starting]
    FlexPrettyPrintCommand (0.7.4) "FlexPrettyPrintCommand Plug-in" [Active]
    java_cup.runtime (0.10.0.v200803061811) "Java Cup" [Resolved]
    javax.activation (1.1.0.v200906290531) "Apache Geronimo Activation Plug-in" [Resolved]
    javax.mail (1.4.0.v200905040518) "Javax Mail Plug-in" [Resolved]
    javax.servlet (2.5.0.v200806031605) "Servlet API Bundle" [Resolved]
    javax.servlet.jsp (2.0.0.v200806031607) "Java Server Pages API Bundle" [Resolved]
    javax.wsdl (1.5.1.v200806030408) "WSDL4J" [Resolved]
    javax.xml (1.3.4.v200902170245) "JAXP XML" [Resolved]
    javax.xml.rpc (1.1.0.v200905122109) "JAX-RPC" [Resolved]
    javax.xml.soap (1.2.0.v200905122109) "SAAJ" [Resolved]
    net.sourceforge.lpg.lpgjavaruntime (1.1.0.v200803061910) "SourceForge LPG" [Resolved]
    org.apache.ant (1.7.1.v20090120-1145) "Apache Ant" [Resolved]
    org.apache.axis (1.4.0.v200905122109) "Apache Web Services" [Resolved]
    org.apache.bcel (5.2.0.v200803061811) "Apache BCEL" [Resolved]
    org.apache.commons.codec (1.3.0.v20080530-1600) "Apache Commons Codec Plug-in" [Resolved]
    org.apache.commons.collections (3.2.0.v200803061811) "Apache Commons Collections" [Resolved]
    org.apache.commons.discovery (0.2.0.v200905122109) "Jakarta-Commons Discovery" [Resolved]
    org.apache.commons.el (1.0.0.v200806031608) "Apache Commons JSP 2.0 Expression Language Interpreter" [Resolved]
    org.apache.commons.httpclient (3.1.0.v20080605-1935) "Apache Commons Httpclient" [Resolved]
    org.apache.commons.jxpath (1.2.0.v20080604-1500) "Apache Commons JXPath" [Resolved]
    org.apache.commons.lang (2.4.0.v20081016-1030) "Apache Jakarta Commons Lang" [Resolved]
    org.apache.commons.lang (2.1.0.v200803061811) "Apache Jakarta Commons Lang" [Resolved]
    org.apache.commons.logging (1.0.4.v200904062259) "Apache Commons Logging Plug-in" [Resolved]
    org.apache.jasper (5.5.17.v200903231320) "Apache Jasper 2 Plug-in" [Resolved]
    org.apache.log4j (1.2.13.v200903072027) "Apache Jakarta log4j Plug-in" [Resolved]
    org.apache.lucene (1.9.1.v20080530-1600) "Apache Lucene" [Resolved]
    org.apache.lucene.analysis (1.9.1.v20080530-1600) "Apache Lucene Analysis" [Resolved]
    org.apache.oro (2.0.8.v200903061218) "Apache Jakarta ORO" [Resolved]
    org.apache.velocity (1.5.0.v200905192330) "Apache Velocity Plug-in" [Resolved]
    org.apache.wsil4j (1.0.0.v200901211807) "WSIL4J" [Resolved]
    org.apache.xalan (2.7.1.v200905122109) "Xalan-Java" [Resolved]
    org.apache.xerces (2.9.0.v200909240008) "Apache Xerces-J" [Resolved]
    org.apache.xml.resolver (1.2.0.v200902170519) "Apache XmlResolver" [Resolved]
    org.apache.xml.serializer (2.7.1.v200902170519) "Apache XML Commons Serializer" [Resolved]
    org.eclipse.ant.core (3.2.100.v20090817_r351) "Ant Build Tool Core" [Starting]
    org.eclipse.ant.core.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.ant.ui (3.4.2.v20091204_r352) "Ant UI" [Starting]
    org.eclipse.compare (3.5.0.I20090514-0808) "Compare Support" [Starting]
    org.eclipse.compare.core (3.5.0.I20090430-0408) "Core Compare Support" [Starting]
    org.eclipse.compare.core.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.compare.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.compare.win32 (1.0.0.I20090430-0408) "Compare Support for Word" [Starting]
    org.eclipse.compare.win32.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.core.boot (3.1.100.v20080218) "Core Boot" [Starting]
    org.eclipse.core.boot.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.core.commands (3.5.0.I20090525-2000) "Commands" [Resolved]
    org.eclipse.core.commands.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.core.contenttype (3.4.1.R35x_v20090826-0451) "Eclipse Content Mechanism" [Active]
    org.eclipse.core.contenttype.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.core.databinding (1.2.0.M20090819-0800) "JFace Data Binding" [Starting]
    org.eclipse.core.databinding.beans (1.2.0.I20090525-2000) "JFace Data Binding for JavaBeans" [Resolved]
    org.eclipse.core.databinding.beans.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.core.databinding.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.core.databinding.observable (1.2.0.M20090902-0800) "JFace Data Binding Observables" [Active]
    org.eclipse.core.databinding.property (1.2.0.M20090819-0800) "JFace Data Binding" [Starting]
    org.eclipse.core.expressions (3.4.100.v20090429-1800) "Expression Language" [Active]
    org.eclipse.core.expressions.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.core.filebuffers (3.5.0.v20090526-2000) "File Buffers" [Active]
    org.eclipse.core.filebuffers.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.core.filesystem (1.2.0.v20090507) "Core File Systems" [Active]
    org.eclipse.core.filesystem.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.core.filesystem.win32.x86 (1.1.0.v20080604-1400) "Core File System for Windows" [Resolved]
    org.eclipse.core.jobs (3.4.100.v20090429-1800) "Eclipse Jobs Mechanism" [Active]
    org.eclipse.core.jobs.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.core.net (1.2.1.r35x_20090812-1200) "Internet Connection Management" [Active]
    org.eclipse.core.net.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.core.net.win32.x86 (1.0.0.I20080909) "Proxy for Windows" [Resolved]
    org.eclipse.core.resources (3.5.1.R35x_v20090826-0451) "Core Resource Management" [Active]
    org.eclipse.core.resources.compatibility (3.4.0.v20090505) "Core Resource Management Compatibility Fragment" [Resolved]
    org.eclipse.core.resources.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.core.resources.win32.x86 (3.5.0.v20081020) "Core Resource Management Win32 Fragment" [Resolved]
    org.eclipse.core.runtime (3.5.0.v20090525) "Core Runtime" [Active]
    org.eclipse.core.runtime.compatibility (3.2.0.v20090413) "Core Runtime Plug-in Compatibility" [Active]
    org.eclipse.core.runtime.compatibility.auth (3.2.100.v20090413) "Authorization Compatibility Plug-in" [Active]
    org.eclipse.core.runtime.compatibility.auth.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.core.runtime.compatibility.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.core.runtime.compatibility.registry (3.2.200.v20090429-1800) "Eclipse Registry Compatibility Fragment" [Resolved]
    org.eclipse.core.runtime.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.core.variables (3.2.200.v20090521) "Core Variables" [Starting]
    org.eclipse.core.variables.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.cvs (1.0.300.v200909170800) "Eclipse CVS Client" [Starting]
    org.eclipse.datatools.connectivity (1.1.3.v201001230803) "Data Tools Platform Connectivity Plug-in" [Starting]
    org.eclipse.datatools.connectivity.apache.derby (1.0.100.v200906020900) "Eclipse Data Tools Platform Derby Plug-in" [Starting]
    org.eclipse.datatools.connectivity.apache.derby.dbdefinition (1.0.2.v200906161815) "Eclipse Data Tools Platform Apache Derby Database Definition" [Starting]
    org.eclipse.datatools.connectivity.apache.derby.ui (1.0.1.v200906020900) "Eclipse Data Tools Platform Apache Derby UI Plug-in" [Starting]
    org.eclipse.datatools.connectivity.console.profile (1.0.0.v200906020553) "DTP Connection Profiles Storage File Editor Plug-in" [Starting]
    org.eclipse.datatools.connectivity.db.generic (1.0.1.v200908130547) "Eclipse Data Tools Platform Generic DB Connectivity Plug-in" [Starting]
    org.eclipse.datatools.connectivity.db.generic.ui (1.0.1.v200906020900) "Eclipse Data Tools Platform Generic DB UI Plug-in" [Starting]
    org.eclipse.datatools.connectivity.dbdefinition.genericJDBC (1.0.1.v200906161815) "Eclipse Data Tools Platform DBDefinition Generic JDBC Plug-in" [Starting]
    org.eclipse.datatools.connectivity.oda (3.2.2.v201001270833) "DTP Open Data Access" [Starting]
    org.eclipse.datatools.connectivity.oda.consumer (3.2.2.v201001261113) "DTP ODA Consumer Helper Component Plug-in" [Starting]
    org.eclipse.datatools.connectivity.oda.design (3.2.2.v201001210350) "DTP ODA Design Session Model" [Starting]
    org.eclipse.datatools.connectivity.oda.design.ui (3.2.2.v201001210350) "DTP ODA Designer UI Framework Plug-in" [Starting]
    org.eclipse.datatools.connectivity.oda.flatfile (3.1.1.v201001131420) "Eclipse Data Tools Platform Flat File ODA Runtime Driver" [Starting]
    org.eclipse.datatools.connectivity.oda.flatfile.ui (3.1.1.v201001131420) "Eclipse Data Tools Platform Flat File ODA Designer" [Starting]
    org.eclipse.datatools.connectivity.oda.profile (3.2.2.v201001210350) "DTP ODA Connection Profile Framework Plug-in" [Starting]
    org.eclipse.datatools.connectivity.oda.template.ui (3.2.0.v200906020553) "DTP ODA New Plug-in Template Wizard" [Starting]
    org.eclipse.datatools.connectivity.sqm.core (1.1.1.v201001180200) "Eclipse Data Tools Platform SQM Core Plug-in" [Starting]
    org.eclipse.datatools.connectivity.sqm.core.ui (1.1.100.v200910270525) "Eclipse Data Tools Platform SQM UI Plug-in" [Starting]
    org.eclipse.datatools.connectivity.sqm.server.ui (1.1.100.v200910270503) "Eclipse Data Tools Platform Server UI Plug-in" [Starting]
    org.eclipse.datatools.connectivity.ui (1.1.5.v201001190218) "Data Tools Platform Connectivity UI Plug-in" [Starting]
    org.eclipse.datatools.connectivity.ui.dse (1.1.3.v201001270323) "Eclipse Data Tools Platform Data Source Explorer Plug-in" [Starting]
    org.eclipse.datatools.doc.user (1.7.0.20090521092446) "Data Tool Platform User Documentation" [Starting]
    org.eclipse.datatools.enablement.finfo (1.5.1.v200906161800) "Eclipse Data Tools Platform Enablement" [Starting]
    org.eclipse.datatools.enablement.hsqldb (1.0.0.v200906020900) "Eclipse Data Tools Platform HSQLDB Enablement Plug-in" [Starting]
    org.eclipse.datatools.enablement.hsqldb.dbdefinition (1.0.0.v200906161800) "Eclipse Data Tools Platform HSQLDB Database Definition Enablement Plug-in" [Starting]
    org.eclipse.datatools.enablement.hsqldb.ui (1.0.0.v200906020900) "Eclipse Data Tools Platform HSQLDB UI Enablement Plug-in" [Starting]
    org.eclipse.datatools.enablement.ibm.db2.iseries (1.0.1.v200906020900) "Eclipse Data Tools Platform IBM DB2 UDB iSeries Plug-in" [Starting]
    org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition (1.0.3.v200906161800) "DB2 UDB iSeries Database Definition Plug-in" [Starting]
    org.eclipse.datatools.enablement.ibm.db2.iseries.ui (1.0.0.v200906020900) "Eclipse Data Tools Platform IBM DB2 UDB UI iSeries Plug-in" [Starting]
    org.eclipse.datatools.enablement.ibm.db2.luw (1.0.1.v200906020900) "Eclipse Data Tools Platform IBM DB2 UDB LUW Plug-in" [Starting]
    org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition (1.0.3.v200906161800) "Eclipse Data Tools Platform DB2 UDB Database Definition Plug-in" [Starting]
    org.eclipse.datatools.enablement.ibm.db2.luw.ui (1.0.1.v200906020900) "Eclipse Data Tools Platform IBM DB2 UDB LUW UI Plug-in" [Starting]
    org.eclipse.datatools.enablement.ibm.db2.zseries (1.0.1.v200906020900) "Eclipse Data Tools Platform IBM DB2 UDB zSeries Plug-in" [Starting]
    org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition (1.0.3.v200906161800) "DB2 UDB Database Definition Plug-in" [Starting]
    org.eclipse.datatools.enablement.ibm.db2.zseries.ui (1.0.0.v200906020900) "Eclipse Data Tools Platform IBM DB2 UDB zSeries UI Plug-in" [Starting]
    org.eclipse.datatools.enablement.ibm.informix (1.0.0.v200906020900) "Eclipse Data Tools Platform Informix Plug-in" [Starting]
    org.eclipse.datatools.enablement.ibm.informix.dbdefinition (1.0.3.v200906161800) "Eclipse Data Tools Platform Informix Database Definition Plug-in" [Starting]
    org.eclipse.datatools.enablement.ibm.informix.ui (1.0.1.v200906020900) "Eclipse Data Tools Platform Informix UI Plug-in" [Starting]
    org.eclipse.datatools.enablement.ibm.ui (1.0.0.v200906020900) "Eclipse Data Tools Platform IBM UI Plug-in" [Starting]
    org.eclipse.datatools.enablement.ingres (1.0.0.v200906111150) "Ingres DTP Plug-in" [Starting]
    org.eclipse.datatools.enablement.ingres.dbdefinition (1.0.0.v200906161800) "Ingres DTP Database Definition Plug-in" [Starting]
    org.eclipse.datatools.enablement.ingres.ui (1.0.0.v200906111150) "Ingres DTP UI Plug-in" [Starting]
    org.eclipse.datatools.enablement.jdt.classpath (1.0.1.v200909240342) "Data Tools Platform Connectivity JDT Extension Plug-in" [Starting]
    org.eclipse.datatools.enablement.msft.sqlserver (1.0.1.v201001180222) "Eclipse Data Tools Platform Microsoft SQL Server Plug-in" [Starting]
    org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition (1.0.0.v200906161800) "Eclipse Data Tools Platform SQL Server Database Definition Plug-in" [Starting]
    org.eclipse.datatools.enablement.msft.sqlserver.ui (1.0.1.v200908130512) "Eclipse Data Tools Platform Microsoft SQL Server UI Plug-in" [Starting]
    org.eclipse.datatools.enablement.mysql (1.0.2.v201002041110) "Eclipse Data Tools Platform MySQL Enablement Plug-in" [Starting]
    org.eclipse.datatools.enablement.mysql.dbdefinition (1.0.4.v200906161800) "Eclipse Data Tools Platform MySQL Database Definition Plug-in" [Starting]
    org.eclipse.datatools.enablement.mysql.ui (1.0.0.v200906020900) "Eclipse Data Tools Platform MySQL UI Plug-in" [Starting]
    org.eclipse.datatools.enablement.oda.ws (1.2.2.v201001131420) "Eclipse Data Tools Platform Web Services ODA Runtime Driver" [Starting]
    org.eclipse.datatools.enablement.oda.ws.ui (1.2.2.v201001260400) "Eclipse Data Tools Platform Web Services ODA Designer" [Starting]
    org.eclipse.datatools.enablement.oda.xml (1.2.1.v201001151620) "Eclipse Data Tools Platform XML ODA Runtime Driver" [Starting]
    org.eclipse.datatools.enablement.oda.xml.ui (1.2.1.v201001191820) "Eclipse Data Tools Platform XML ODA Designer" [Starting]
    org.eclipse.datatools.enablement.oracle (1.0.0.v200908130544) "Eclipse Data Tools Platform Oracle Plug-in" [Starting]
    org.eclipse.datatools.enablement.oracle.dbdefinition (1.0.100.v200906161800) "Eclipse Data Tools Platform Oracle Database Definition Plug-in" [Starting]
    org.eclipse.datatools.enablement.oracle.ui (1.0.1.v200906020900) "Eclipse Data Tools Platform Oracle UI Plug-in" [Starting]
    org.eclipse.datatools.enablement.postgresql (1.0.1.v200906020900) "PostgreSQL Connection Profile and Driver Template Plug-in" [Starting]
    org.eclipse.datatools.enablement.postgresql.dbdefinition (1.0.1.v200906161800) "PostgreSQL DB Definition" [Starting]
    org.eclipse.datatools.enablement.postgresql.ui (1.0.0.v200906020900) "PostgreSQL Connection Profile and Driver Template UI Plug-in" [Starting]
    org.eclipse.datatools.enablement.sap.maxdb (1.0.0.v200906020900) "Eclipse Data Tools Platform MaxDB Enablement Plug-in" [Starting]
    org.eclipse.datatools.enablement.sap.maxdb.dbdefinition (1.0.0.v200906161800) "Eclipse Data Tools Platform MaxDB Definition Plug-in" [Starting]
    org.eclipse.datatools.enablement.sap.maxdb.ui (1.0.0.v200906020900) "Eclipse Data Tools Platform MaxDB UI Plug-in" [Starting]
    org.eclipse.datatools.enablement.sqlite (1.0.0.v201002041110) "Eclipse Data Tools Platform SQLite Enablement Plug-in" [Starting]
    org.eclipse.datatools.enablement.sqlite.dbdefinition (1.0.1.v201002041110) "Eclipse Data Tools Platform SQLite Database Definition Enablement Plug-in" [Starting]
    org.eclipse.datatools.enablement.sqlite.ui (1.0.0.v200906020900) "Eclipse Data Tools Platform SQLite UI Enablement Plug-in" [Starting]
    org.eclipse.datatools.enablement.sybase (1.0.1.v200906020900) "High-level Sybase Enablement Plug-in" [Starting]
    org.eclipse.datatools.enablement.sybase.asa (1.0.1.v200906020900) "Sybase ASA Plug-in" [Starting]
    org.eclipse.datatools.enablement.sybase.asa.dbdefinition (1.0.0.v200906161800) "Eclipse Data Tools Platform Sybase ASA Database Definition" [Starting]
    org.eclipse.datatools.enablement.sybase.asa.models (1.0.0.v200906020900) "Sybase ASA SQL Model" [Starting]
    org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples (2.5.0.200810071) "Sybase ASA Schema Object Editor" [Starting]
    org.eclipse.datatools.enablement.sybase.asa.ui (1.0.1.v200906111150) "Sybase ASA Connection Profile UI Plug-in" [Starting]
    org.eclipse.datatools.enablement.sybase.ase (1.0.1.v200906020900) "JDBC/Sybase ASE Connection Profile Plug-in" [Starting]
    org.eclipse.datatools.enablement.sybase.ase.dbdefinition (1.0.0.v200906161800) "Eclipse Data Tools Platform Sybase ASE Database Definition" [Starting]
    org.eclipse.datatools.enablement.sybase.ase.models (1.0.1.v200906020900) "Sybase ASE Model Plug-in" [Starting]
    org.eclipse.datatools.enablement.sybase.ase.ui (1.0.1.v200906020900) "ASE Enablement UI Plug-in" [Starting]
    org.eclipse.datatools.enablement.sybase.models (1.0.0.v200906020900) "Sybase Model Plug-in" [Starting]
    org.eclipse.datatools.enablement.sybase.ui (1.0.0.v200906090458) "Sybase UI Plug-in" [Starting]
    org.eclipse.datatools.help (1.5.0.v200906020553) "Data Tools Platform Help Utilities" [Resolved]
    org.eclipse.datatools.modelbase.dbdefinition (1.0.1.v200906022249) "Eclipse Data Tools Platform DBDefinition Model" [Starting]
    org.eclipse.datatools.modelbase.derby (1.0.0.v200906020900) "Eclipse Data Tools Platform Derby Model Plug-in" [Starting]
    org.eclipse.datatools.modelbase.sql (1.0.3.v200912150851) "Eclipse Data Tools Platform SQLModel Plug-in" [Starting]
    org.eclipse.datatools.modelbase.sql.edit (1.0.0.v200906022249) "Eclipse Data Tools Platform SQLModel Edit Plug-in" [Starting]
    org.eclipse.datatools.modelbase.sql.query (1.0.2.v201002020730) "Eclipse Data Tools Platform SQL Query Model Plugin" [Starting]
    org.eclipse.datatools.modelbase.sql.query.edit (1.0.0.v200906022249) "SQL Query Edit Support Plugin" [Starting]
    org.eclipse.datatools.modelbase.sql.xml.query (1.0.0.v200906022249) "Eclipse Data Tools Platform SQL XML Query Model Plugin" [Starting]
    org.eclipse.datatools.oda.cshelp (1.1.1.v200907031118) "DTP ODA Context-sensitive Help" [Starting]
    org.eclipse.datatools.sqltools.common.ui (1.0.0.v200906022302) "Eclipse Data Tools Platform SQL Tools Common UI Plug-in" [Starting]
    org.eclipse.datatools.sqltools.data.core (1.1.0.v200910161545) "Data Core Plugin" [Starting]
    org.eclipse.datatools.sqltools.data.ui (1.1.2.v200912080845) "Data UI Plugin" [Starting]
    org.eclipse.datatools.sqltools.db.derby (1.0.0.v200906020900) "Eclipse Data Tools Platform Derby SQL Tools Plug-in" [Starting]
    org.eclipse.datatools.sqltools.db.derby.ui (1.0.0.v200906020900) "Eclipse Data Tools Platform Derby SQL Tools UI Plug-in" [Starting]
    org.eclipse.datatools.sqltools.db.generic (1.0.0.v200906020900) "Eclipse Data Tools Platform SQL Tools Generic Database Plug-in" [Starting]
    org.eclipse.datatools.sqltools.db.generic.ui (1.0.0.v200906020900) "Eclipse Data Tools Platform SQL Tools Generic Database UI Plug-in" [Starting]
    org.eclipse.datatools.sqltools.ddlgen.ui (1.0.0.v200906022302) "Eclipse Data Tools Platform FE UI Plug-in" [Starting]
    org.eclipse.datatools.sqltools.debugger.core (1.0.0.v200906022302) "Eclipse Data Tools Platform SQL Debugger Framework" [Starting]
    org.eclipse.datatools.sqltools.debugger.core.ui (1.0.0.v200906022302) "Eclipse Data Tools Platform SQL Debugger UI Framework" [Starting]
    org.eclipse.datatools.sqltools.editor.core (1.0.0.v201001150815) "Eclipse Data Tools Platform SQL Editor Core Plug-in" [Starting]
    org.eclipse.datatools.sqltools.editor.core.ui (1.0.0.v201001150815) "Eclipse Data Tools Platform SQL Editor Core UI Plug-in" [Starting]
    org.eclipse.datatools.sqltools.parsers.sql (1.0.1.v200906022302) "Eclipse Data Tools Platform SQL Parser Plugin" [Starting]
    org.eclipse.datatools.sqltools.parsers.sql.lexer (1.0.1.v200906030654) "Eclipse Data Tools Platform Lexer Plug-in" [Starting]
    org.eclipse.datatools.sqltools.parsers.sql.query (1.0.1.v200906022302) "Eclipse Data Tools Platform SQL Query Parser Plugin" [Starting]
    org.eclipse.datatools.sqltools.parsers.sql.xml.query (1.0.0.v200906022302) "Eclipse Data Tools Platform SQL XML Query Parser Plugin" [Starting]
    org.eclipse.datatools.sqltools.plan (1.0.0.v200906022302) "Eclipse Data Tools Platform SQL Execution Plan View Plug-in" [Starting]
    org.eclipse.datatools.sqltools.result (1.0.0.v200906022302) "Eclipse Data Tools Platform SQL Results View Plug-ins" [Starting]
    org.eclipse.datatools.sqltools.result.ui (1.0.2.v201002011830) "Eclipse Data Tools Platform SQL Results View UI Plug-in" [Starting]
    org.eclipse.datatools.sqltools.routineeditor (1.0.0.v200906022302) "Eclipse Data Tools Platform SQL Tools Routine Editor Plug-in" [Starting]
    org.eclipse.datatools.sqltools.routineeditor.ui (1.0.0.v200906022302) "Eclipse Data Tools Platform SQL Tools Routine Editor UI Plug-in" [Starting]
    org.eclipse.datatools.sqltools.schemaobjecteditor (1.1.0.v200906022302) "Schema Object Editor Plug-in" [Starting]
    org.eclipse.datatools.sqltools.schemaobjecteditor.ui (1.1.0.200810071) "Schema Object Editor Framework" [Starting]
    org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages (1.1.0.200810071) "Schema Object Editor Pages Plug-in" [Starting]
    org.eclipse.datatools.sqltools.sql (1.0.0.v200906022302) "Eclipse Data Tools Platform SQL Core Plug-in" [Starting]
    org.eclipse.datatools.sqltools.sql.ui (1.0.0.v200906022302) "Eclipse Data Tools Platform SQL Core UI Plug-in" [Starting]
    org.eclipse.datatools.sqltools.sqlbuilder (1.0.0.v201001200600) "SQL Builder" [Starting]
    org.eclipse.datatools.sqltools.sqleditor (1.0.1.v200912241345) "Eclipse Data Tools Platform SQL Editor" [Starting]
    org.eclipse.datatools.sqltools.sqlscrapbook (1.0.0.v200906022302) "Eclipse Data Tools Platform Sqlscrapbook Plug-in" [Starting]
    org.eclipse.datatools.sqltools.tabledataeditor (1.0.0.v200906022302) "Eclipse Data Tools Platform Table Data Editor Plug-in" [Starting]
    org.eclipse.debug.core (3.5.0.v20090526-1600) "Debug Core" [Active]
    org.eclipse.debug.core.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.debug.ui (3.5.1.v20090811_r351) "Debug UI" [Active]
    org.eclipse.debug.ui.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.draw2d (3.5.2.v20091126-1908) "Graphical Editing Framework Draw2d" [Starting]
    org.eclipse.ecf (3.0.0.v20090831-1906) "Eclipse Communication Framework (ECF)" [Active]
    org.eclipse.ecf.filetransfer (3.0.0.v20090831-1906) "ECF Filetransfer API" [Active]
    org.eclipse.ecf.identity (3.0.0.v20090831-1906) "ECF Identity API" [Active]
    org.eclipse.ecf.provider.filetransfer (3.0.1.v20090831-1906) "ECF Filetransfer Provider" [Active]
    org.eclipse.ecf.provider.filetransfer.httpclient (3.0.1.v20090831-1906) "ECF HttpClient Filetransfer Provider" [Active]
    org.eclipse.ecf.provider.filetransfer.httpclient.ssl (1.0.0.v20090831-1906) "ECF HttpClient Filetransfer Provider" [Resolved]
    org.eclipse.ecf.provider.filetransfer.ssl (1.0.0.v20090831-1906) "ECF Filetransfer Provider" [Resolved]
    org.eclipse.ecf.ssl (1.0.0.v20090831-1906) "Eclipse Communication Framework (ECF)" [Resolved]
    org.eclipse.emf (2.5.0.v200906151043) "EMF - Eclipse Modeling Framework Runtime and Tools" [Starting]
    org.eclipse.emf.ant (2.4.0.v200906151043) "EMF Ant Tasks" [Starting]
    org.eclipse.emf.codegen (2.5.0.v200906151043) "EMF Code Generation" [Starting]
    org.eclipse.emf.codegen.ecore (2.5.0.v200906151043) "EMF Ecore Code Generator" [Starting]
    org.eclipse.emf.codegen.ecore.ui (2.5.0.v200906151043) "EMF Ecore Code Generator UI" [Starting]
    org.eclipse.emf.codegen.ui (2.5.0.v200906151043) "EMF Code Generation UI" [Starting]
    org.eclipse.emf.common (2.5.0.v200906151043) "EMF Common" [Active]
    org.eclipse.emf.common.ui (2.5.0.v200906151043) "EMF Common UI" [Starting]
    org.eclipse.emf.converter (2.5.0.v200906151043) "EMF Model Converter" [Starting]
    org.eclipse.emf.databinding (1.1.0.v200906151043) "EMF Data Binding" [Starting]
    org.eclipse.emf.databinding.edit (1.1.0.v200906151043) "EMF Edit Data Binding" [Starting]
    org.eclipse.emf.ecore (2.5.0.v200906151043) "EMF Ecore" [Active]
    org.eclipse.emf.ecore.change (2.5.0.v200906151043) "EMF Change Model" [Starting]
    org.eclipse.emf.ecore.change.edit (2.5.0.v200906151043) "EMF Change Edit" [Starting]
    org.eclipse.emf.ecore.edit (2.5.0.v200906151043) "EMF Ecore Edit" [Starting]
    org.eclipse.emf.ecore.editor (2.5.0.v200906151043) "EMF Sample Ecore Editor" [Starting]
    org.eclipse.emf.ecore.xmi (2.5.0.v200906151043) "EMF XML/XMI Persistence" [Starting]
    org.eclipse.emf.edit (2.5.0.v200906151043) "EMF Edit" [Starting]
    org.eclipse.emf.edit.ui (2.5.0.v200906151043) "EMF Edit UI" [Starting]
    org.eclipse.emf.exporter (2.5.0.v200906151043) "EMF Model Exporter" [Starting]
    org.eclipse.emf.importer (2.5.0.v200906151043) "EMF Model Importer" [Starting]
    org.eclipse.emf.importer.ecore (2.4.0.v200906151043) "EMF Ecore Importer" [Starting]
    org.eclipse.emf.importer.java (2.5.0.v200906151043) "EMF Annotated Java Importer" [Starting]
    org.eclipse.emf.importer.rose (2.5.0.v200906151043) "EMF Rose Importer" [Starting]
    org.eclipse.emf.mapping (2.5.0.v200906151043) "EMF Mapping" [Starting]
    org.eclipse.emf.mapping.ecore (2.5.0.v200906151043) "EMF Ecore Mapping" [Starting]
    org.eclipse.emf.mapping.ecore.editor (2.5.0.v200906151043) "EMF Ecore Mapping Editor" [Starting]
    org.eclipse.emf.mapping.ecore2ecore (2.5.0.v200906151043) "EMF Ecore to Ecore Mapping" [Starting]
    org.eclipse.emf.mapping.ecore2ecore.editor (2.4.0.v200906151043) "EMF Ecore to Ecore Mapping Editor" [Starting]
    org.eclipse.emf.mapping.ecore2xml (2.5.0.v200906151043) "EMF Ecore to XML Mapping" [Starting]
    org.eclipse.emf.mapping.ecore2xml.ui (2.5.0.v200906151043) "EMF Ecore to XML Mapping Editor" [Starting]
    org.eclipse.emf.mapping.ui (2.5.0.v200906151043) "EMF Mapping UI" [Starting]
    org.eclipse.equinox.app (1.2.0.v20090520-1800) "Equinox Application Container" [Active]
    org.eclipse.equinox.common (3.5.1.R35x_v20090807-1100) "Common Eclipse Runtime" [Active]
    org.eclipse.equinox.common.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.concurrent (1.0.1.R35x_v20100209) "Equinox Concurrent API" [Starting]
    org.eclipse.equinox.ds (1.1.1.R35x_v20090806) "Declarative Services" [Active]
    org.eclipse.equinox.ds.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.frameworkadmin (1.0.100.v20090520-1905) "Equinox Framework Admin" [Active]
    org.eclipse.equinox.frameworkadmin.equinox (1.0.100.v20090520-1905) "Equinox Framework Admin for Equinox" [Active]
    org.eclipse.equinox.http.jetty (2.0.0.v20090520-1800) "Jetty Http Service" [Starting]
    org.eclipse.equinox.http.registry (1.0.200.v20090520-1800) "Http Service Registry Extensions" [Resolved]
    org.eclipse.equinox.http.registry.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.http.servlet (1.0.200.v20090520-1800) "Http Services Servlet" [Starting]
    org.eclipse.equinox.http.servlet.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.jsp.jasper (1.0.200.v20090520-1800) "Jasper Jsp Support Bundle" [Starting]
    org.eclipse.equinox.jsp.jasper.registry (1.0.100.v20090520-1800) "Jasper Jsp Registry Support Plug-in" [Starting]
    org.eclipse.equinox.launcher (1.0.201.R35x_v20090715) "Equinox Launcher" [Resolved]
    org.eclipse.equinox.launcher.win32.win32.x86 (1.0.200.v20090519) "Equinox Launcher Win32 X86 Fragment" [Resolved]
    org.eclipse.equinox.p2.artifact.repository (1.0.101.R35x_v20090721) "Equinox Provisioning Artifact Repository Support" [Active]
    org.eclipse.equinox.p2.artifact.repository.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.console (1.0.100.v20090520-1905) "Equinox Provisioning Console" [Starting]
    org.eclipse.equinox.p2.console.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.core (1.0.101.R35x_v20090819) "Equinox Provisioning Core" [Active]
    org.eclipse.equinox.p2.core.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.director (1.0.100.v20090520-1905) "Equinox Provisioning Director" [Active]
    org.eclipse.equinox.p2.director.app (1.0.100.v20090521-1912) "Equinox Provisioning Director Application" [Starting]
    org.eclipse.equinox.p2.director.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.directorywatcher (1.0.100.v20090525) "Equinox Provisioning Directory Watcher" [Active]
    org.eclipse.equinox.p2.engine (1.0.101.R35x_v20090825) "Equinox Provisioning Engine" [Active]
    org.eclipse.equinox.p2.engine.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.exemplarysetup (1.0.100.v20090520-1905) "Equinox Provisioning Exemplary Setup" [Active]
    org.eclipse.equinox.p2.exemplarysetup.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.extensionlocation (1.0.100.v20090520-1905) "Extension Location Repository Support" [Active]
    org.eclipse.equinox.p2.extensionlocation.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.garbagecollector (1.0.100.v20090520-1905) "Provisioning Garbage Collector" [Active]
    org.eclipse.equinox.p2.garbagecollector.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.jarprocessor (1.0.100.v20090520-1905) "Equinox Provisioning JAR Processor" [Resolved]
    org.eclipse.equinox.p2.jarprocessor.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.metadata (1.0.100.v20090525) "Equinox Provisioning Metadata" [Active]
    org.eclipse.equinox.p2.metadata.generator (1.0.100.v20090520-1905) "Equinox Provisioning Metadata Generator" [Starting]
    org.eclipse.equinox.p2.metadata.generator.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.metadata.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.metadata.repository (1.0.101.R35x_v20090812) "Equinox Provisioning Metadata Repository" [Active]
    org.eclipse.equinox.p2.metadata.repository.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.publisher (1.0.0.v20090527-1812) "Equinox Provisioning Publisher" [Active]
    org.eclipse.equinox.p2.publisher.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.reconciler.dropins (1.0.100.v20090520-1905) "Dropin Reconciler Plug-in" [Active]
    org.eclipse.equinox.p2.reconciler.dropins.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.repository (1.0.1.v20090901-1041) "Equinox Provisioning Repository" [Active]
    org.eclipse.equinox.p2.repository.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.repository.tools (1.0.1.R35x_v20090806) "Equinox p2 repository tools." [Starting]
    org.eclipse.equinox.p2.repository.tools.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.touchpoint.eclipse (1.0.101.R35x_20090820-1821) "Equinox Provisioning Eclipse Touchpoint" [Active]
    org.eclipse.equinox.p2.touchpoint.eclipse.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.touchpoint.natives (1.0.101.R35x_v20090806) "Equinox Provisioning Native Touchpoint" [Starting]
    org.eclipse.equinox.p2.touchpoint.natives.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.ui (1.0.101.R35x_v20090819) "Equinox Provisioning UI Support" [Active]
    org.eclipse.equinox.p2.ui.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.ui.sdk (1.0.100.v20090520-1905) "Equinox Provisioning Platform Update Support" [Active]
    org.eclipse.equinox.p2.ui.sdk.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.ui.sdk.scheduler (1.0.0.v20090520-1905) "Equinox Provisioning Platform Automatic Update Support" [Active]
    org.eclipse.equinox.p2.ui.sdk.scheduler.nl1_3.5.0.v20091121043401 (3.5.0.v20091121043401) "nlFragmentName" [Resolved]
    org.eclipse.equinox.p2.updatechecker (1.1.0.v20090520-1905) "Equinox Provisioning Update Checker"

  • Flash Builder 4.7 gives installation error, Since MAY 2012

    Hello,
    I've been trying to use the Flash Builder product since last May. I get the error listed below when I try to install. I've had a case open, but no help. Case #0183222369. I'd like to use the product, I'm paying for the product, its unreal that this is still an issue. Windows Vista Ultimate.
    Any ideas at all would be welcome.
    This is from the install log, starting with the first failure:
    04/17/13 17:30:58:870 | [WARN] |  | OOBE | DE |  |  |  | 5636 | DS013: Checking payloads upgrade/conflict relationships : Failed with code 1
    04/17/13 17:30:58:870 | [INFO] |  | OOBE | DE |  |  |  | 5636 | BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
    04/17/13 17:30:58:871 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9}: 1 (0,1)
    04/17/13 17:30:58:871 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}: 2 (1,1)
    04/17/13 17:30:58:871 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C}: 3 (0,1)
    04/17/13 17:30:58:871 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6}: 3 (0,1)
    04/17/13 17:30:58:871 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}: 4 (0,0)
    04/17/13 17:30:58:871 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36}: 4 (0,0)
    04/17/13 17:30:58:871 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F}: 5 (3,0)
    04/17/13 17:30:58:871 | [INFO] |  | OOBE | DE |  |  |  | 5636 | END Operation order for all session payloads: mediaGroup (requires,satisfies)
    04/17/13 17:30:59:000 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Setting property "DEVersion" to: 6.0
    04/17/13 17:30:59:000 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Setting property "deploymentFile" to: C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\{327335C9-0C4 2-4B93-96E2-49A756A1C252}
    04/17/13 17:30:59:000 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Setting property "installLanguage" to: en_US
    04/17/13 17:30:59:000 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Attempting to find the selected language in the set of available payload languages
    04/17/13 17:30:59:000 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Setting property "installSourcePath" to: C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7
    04/17/13 17:30:59:000 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Setting property "skipSync" to: 1
    04/17/13 17:30:59:000 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Setting property "userASUPath" to:
    04/17/13 17:30:59:000 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Overwrite property "DEVersion" to: 6.0
    04/17/13 17:30:59:001 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Overwrite property "installLanguage" to: en_US
    04/17/13 17:30:59:001 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Overwrite property "skipSync" to: 1
    04/17/13 17:30:59:001 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Overwrite property "userASUPath" to:
    04/17/13 17:30:59:001 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Found payload actions:
    04/17/13 17:30:59:001 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Deciding what installer mode to use...
    04/17/13 17:30:59:250 | [INFO] |  | OOBE | DE |  |  |  | 5636 | BEGIN Setting requested payload actions
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Value returned on lookup of payload: Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9} is: true
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Action string for Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9}  is none
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Value returned on lookup of payload: Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F} is: false
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Action string for Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}  is none
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Value returned on lookup of payload: AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C} is: true
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Action string for AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C}  is none
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Value returned on lookup of payload: AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6} is: true
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Action string for AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6}  is none
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Value returned on lookup of payload: Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3} is: false
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Action string for Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}  is install
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Value returned on lookup of payload: AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36} is: false
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Action string for AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36}  is install
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Value returned on lookup of payload: Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F} is: false
    04/17/13 17:30:59:253 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Action string for Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F}  is install
    04/17/13 17:30:59:286 | [INFO] |  | OOBE | DE |  |  |  | 5636 | END Setting requested payload actions
    04/17/13 17:30:59:411 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Collected advanced path check information for INSTALLDIR
    04/17/13 17:30:59:411 | [INFO] |  | OOBE | DE |  |  |  | 5636 | INSTALLDIR is a well-formed path
    04/17/13 17:30:59:412 | [INFO] |  | OOBE | DE |  |  |  | 5636 | INSTALLDIR is not the root path
    04/17/13 17:30:59:413 | [INFO] |  | OOBE | DE |  |  |  | 5636 | INSTALLDIR is on a local volume
    04/17/13 17:30:59:413 | [INFO] |  | OOBE | DE |  |  |  | 5636 | INSTALLDIR is on a writable volume
    04/17/13 17:30:59:413 | [INFO] |  | OOBE | DE |  |  |  | 5636 | INSTALLDIR is not on a case sensitive volume
    04/17/13 17:30:59:413 | [INFO] |  | OOBE | DE |  |  |  | 5636 | INSTALLDIR passed path basic path validation: C:\Program Files\Adobe
    04/17/13 17:31:56:150 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ::START TIMER:: [System check :{EB510B48-ACF6-43A0-8214-3DA0D6D0936F}]
    04/17/13 17:31:56:186 | [INFO] |  | OOBE | DE |  |  |  | 5636 | In InstallPreSystemCheckProc
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Custom action return code: 0
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 | :: END TIMER :: [System check :{EB510B48-ACF6-43A0-8214-3DA0D6D0936F}] took 36.7559 milliseconds (0.0367559 seconds)
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 | BEGIN InstallOperationsQueue Unordered operations
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}:  with operation install
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}:  with operation install
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C}:  with operation repair
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9}:  with operation repair
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36}:  with operation install
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6}:  with operation repair
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F}:  with operation install
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 | END InstallOperationsQueue Unordered operations
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 | BEGIN InstallOperationsQueue Ordered operations
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9}:  with operation repair
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}:  with operation install
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C}:  with operation repair
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6}:  with operation repair
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}:  with operation install
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36}:  with operation install
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F}:  with operation install
    04/17/13 17:31:56:188 | [INFO] |  | OOBE | DE |  |  |  | 5636 | END InstallOperationsQueue Ordered operations
    04/17/13 17:31:57:361 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Payloads passed preflight validation.
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Call PreSession Custom Hook
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 | BEGIN InstallOperationsQueue Unordered operations
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}:  with operation install
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}:  with operation install
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C}:  with operation repair
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9}:  with operation repair
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36}:  with operation install
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6}:  with operation repair
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F}:  with operation install
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 | END InstallOperationsQueue Unordered operations
    04/17/13 17:31:57:386 | [INFO] |  | OOBE | DE |  |  |  | 5636 | BEGIN InstallOperationsQueue Ordered operations
    04/17/13 17:31:57:386 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9}:  with operation repair
    04/17/13 17:31:57:386 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}:  with operation install
    04/17/13 17:31:57:386 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C}:  with operation repair
    04/17/13 17:31:57:386 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6}:  with operation repair
    04/17/13 17:31:57:386 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}:  with operation install
    04/17/13 17:31:57:386 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36}:  with operation install
    04/17/13 17:31:57:386 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F}:  with operation install
    04/17/13 17:31:57:386 | [INFO] |  | OOBE | DE |  |  |  | 5636 | END InstallOperationsQueue Ordered operations
    04/17/13 17:31:57:389 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for pre-repair for payload Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9}
    04/17/13 17:31:57:390 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ::START TIMER:: [Payload Operation :{9E0AF030-AC6B-11E0-8837-00215AEA26C9}]
    04/17/13 17:31:57:527 | [INFO] |  | OOBE | DE |  |  |  | 3312 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:31:57:527 | [INFO] |  | OOBE | DE |  |  |  | 3312 | Installer Operation: ModifyThirdPartyPayloadOperation
    04/17/13 17:31:57:527 | [INFO] |  | OOBE | DE |  |  |  | 3312 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:31:57:528 | [INFO] |  | OOBE | DE |  |  |  | 3312 | Modify Thirdparty payload
    04/17/13 17:31:57:994 | [INFO] |  | OOBE | DE |  |  |  | 3312 | Repairing third party payload with source: C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\Microsoft VC 2010 Redist (x86)\vcredist_x86.exe
    04/17/13 17:31:58:039 | [INFO] |  | OOBE | DE |  |  |  | 3312 | Repairing third party payload
    04/17/13 17:31:58:039 | [INFO] |  | OOBE | DE |  |  |  | 3312 | Third party application path:C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBui lder_4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\Microsoft VC 2010 Redist (x86)\vcredist_x86.exe
    04/17/13 17:31:58:039 | [INFO] |  | OOBE | DE |  |  |  | 3312 | CommandLine: /q /norestart
    04/17/13 17:32:10:530 | [INFO] |  | OOBE | DE |  |  |  | 3312 | Third party payload completed.  Testing return code: 0
    04/17/13 17:32:10:634 | [INFO] |  | OOBE | DE |  |  |  | 5636 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 7 =*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:10:634 | [INFO] |  | OOBE | DE |  |  |  | 5636 | :: END TIMER :: [Payload Operation :{9E0AF030-AC6B-11E0-8837-00215AEA26C9}] took 13243.9 milliseconds (13.2439 seconds) DTR = 23.558 KBPS (0.0230059 MBPS)
    04/17/13 17:32:11:231 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Updating driver data - Action: Add driver entry
    04/17/13 17:32:11:234 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Updating driver data successful. Driver entry was added. ARP estimated size 0KB
    04/17/13 17:32:11:617 | [INFO] |  | OOBE | DE |  |  |  | 5636 | User specified overrideFile:
    04/17/13 17:32:11:883 | [INFO] |  | OOBE | DE |  |  |  | 5636 | The csu inventory was not updated for payload Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9}, value of local var is -1
    04/17/13 17:32:11:883 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for post-repair for payload Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9}
    04/17/13 17:32:11:892 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for pre-install for payload Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}
    04/17/13 17:32:11:893 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ::START TIMER:: [Payload Operation :{053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}]
    04/17/13 17:32:11:945 | [INFO] |  | OOBE | DE |  |  |  | 5988 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:11:945 | [INFO] |  | OOBE | DE |  |  |  | 5988 | Installer Operation: PayloadInstaller
    04/17/13 17:32:11:945 | [INFO] |  | OOBE | DE |  |  |  | 5988 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:11:945 | [INFO] |  | OOBE | DE |  |  |  | 5988 | Request to install payload
    04/17/13 17:32:12:028 | [INFO] |  | OOBE | DE |  |  |  | 5988 | Payload Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    04/17/13 17:32:12:529 | [INFO] |  | OOBE | DE |  |  |  | 5988 | Extracting assets complete. Number assets: 1
    04/17/13 17:32:12:529 | [INFO] |  | OOBE | DE |  |  |  | 5988 | Beginning installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeSuiteSharedConfiguration4-mul\Install.db
    04/17/13 17:32:12:912 | [INFO] |  | OOBE | DE |  |  |  | 5988 | Evaluating condition# 1(Seq 21)
    04/17/13 17:32:12:912 | [INFO] |  | OOBE | DE |  |  |  | 5988 | Condition failed(Seq 21)
    04/17/13 17:32:12:912 | [INFO] |  | OOBE | DE |  |  |  | 5988 | Completing installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeSuiteSharedConfiguration4-mul\Install.db
    04/17/13 17:32:13:261 | [INFO] |  | OOBE | DE |  |  |  | 5988 | UninstallDBPath=C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}.db
    04/17/13 17:32:13:544 | [INFO] |  | OOBE | DE |  |  |  | 5636 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:13:544 | [INFO] |  | OOBE | DE |  |  |  | 5636 | :: END TIMER :: [Payload Operation :{053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}] took 1651.22 milliseconds (1.65122 seconds) DTR = 721.889 KBPS (0.70497 MBPS)
    04/17/13 17:32:14:446 | [INFO] |  | OOBE | DE |  |  |  | 5636 | User specified overrideFile:
    04/17/13 17:32:15:819 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Successfully updated the csu inventory for Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F} return values 0:0
    04/17/13 17:32:15:819 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for post-install for payload Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}
    04/17/13 17:32:15:828 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for pre-repair for payload AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C}
    04/17/13 17:32:15:828 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ::START TIMER:: [Payload Operation :{99290358-A784-4218-A7BA-954AE5F9207C}]
    04/17/13 17:32:15:909 | [INFO] |  | OOBE | DE |  |  |  | 3692 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:15:909 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Installer Operation: PayloadUninstaller
    04/17/13 17:32:15:909 | [INFO] |  | OOBE | DE |  |  |  | 3692 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:15:909 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Session {848DE8E1-521D-4748-A158-517708107EF3} modify request for AdobeCode: {99290358-A784-4218-A7BA-954AE5F9207C}
    04/17/13 17:32:16:288 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Effective AdobeCode for: {99290358-A784-4218-A7BA-954AE5F9207C} is {99290358-A784-4218-A7BA-954AE5F9207C}
    04/17/13 17:32:16:363 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Session includes local copy of payload for repair source
    04/17/13 17:32:16:363 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Repair payload source package: C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeCMaps4_x64-mul\Install.db
    04/17/13 17:32:16:401 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Payload AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C}: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    04/17/13 17:32:20:124 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Extracting assets complete. Number assets: 1
    04/17/13 17:32:20:124 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Beginning installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeCMaps4_x64-mul\Install.db
    04/17/13 17:32:25:300 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Completing installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeCMaps4_x64-mul\Install.db
    04/17/13 17:32:25:334 | [INFO] |  | OOBE | DE |  |  |  | 3692 | UninstallDBPath=C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{99290358-A784-4218-A7BA-954AE5F9207C}.db
    04/17/13 17:32:25:874 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Physical payload repair result:0
    04/17/13 17:32:25:910 | [INFO] |  | OOBE | DE |  |  |  | 5636 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:25:910 | [INFO] |  | OOBE | DE |  |  |  | 5636 | :: END TIMER :: [Payload Operation :{99290358-A784-4218-A7BA-954AE5F9207C}] took 10082 milliseconds (10.082 seconds) DTR = 3.57073 KBPS (0.00348704 MBPS)
    04/17/13 17:32:26:207 | [INFO] |  | OOBE | DE |  |  |  | 5636 | User specified overrideFile:
    04/17/13 17:32:26:810 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Successfully updated the csu inventory for AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C} return values 0:0
    04/17/13 17:32:26:810 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for post-repair for payload AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C}
    04/17/13 17:32:26:817 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for pre-repair for payload AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6}
    04/17/13 17:32:26:817 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ::START TIMER:: [Payload Operation :{B2D792AF-F407-4EFA-9A03-3F2A476146F6}]
    04/17/13 17:32:26:898 | [INFO] |  | OOBE | DE |  |  |  | 6900 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:26:899 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Installer Operation: PayloadUninstaller
    04/17/13 17:32:26:899 | [INFO] |  | OOBE | DE |  |  |  | 6900 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:26:899 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Session {848DE8E1-521D-4748-A158-517708107EF3} modify request for AdobeCode: {B2D792AF-F407-4EFA-9A03-3F2A476146F6}
    04/17/13 17:32:27:259 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Effective AdobeCode for: {B2D792AF-F407-4EFA-9A03-3F2A476146F6} is {B2D792AF-F407-4EFA-9A03-3F2A476146F6}
    04/17/13 17:32:27:347 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Session includes local copy of payload for repair source
    04/17/13 17:32:27:348 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Repair payload source package: C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeTypeSupport11_x64-mul\Install.db
    04/17/13 17:32:27:384 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Payload AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6}: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    04/17/13 17:32:28:656 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Extracting assets complete. Number assets: 1
    04/17/13 17:32:28:656 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Beginning installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeTypeSupport11_x64-mul\Install.db
    04/17/13 17:32:29:911 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Completing installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeTypeSupport11_x64-mul\Install.db
    04/17/13 17:32:29:946 | [INFO] |  | OOBE | DE |  |  |  | 6900 | UninstallDBPath=C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{B2D792AF-F407-4EFA-9A03-3F2A476146F6}.db
    04/17/13 17:32:30:629 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Physical payload repair result:0
    04/17/13 17:32:30:702 | [INFO] |  | OOBE | DE |  |  |  | 5636 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:30:703 | [INFO] |  | OOBE | DE |  |  |  | 5636 | :: END TIMER :: [Payload Operation :{B2D792AF-F407-4EFA-9A03-3F2A476146F6}] took 3885.36 milliseconds (3.88536 seconds) DTR = 140.013 KBPS (0.136731 MBPS)
    04/17/13 17:32:31:082 | [INFO] |  | OOBE | DE |  |  |  | 5636 | User specified overrideFile:
    04/17/13 17:32:31:334 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Successfully updated the csu inventory for AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6} return values 0:0
    04/17/13 17:32:31:334 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for post-repair for payload AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6}
    04/17/13 17:32:31:349 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for pre-install for payload Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}
    04/17/13 17:32:31:350 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ::START TIMER:: [Payload Operation :{848DE8E1-521D-4748-A158-517708107EF3}]
    04/17/13 17:32:31:408 | [INFO] |  | OOBE | DE |  |  |  | 3536 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:31:409 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Installer Operation: PayloadInstaller
    04/17/13 17:32:31:409 | [INFO] |  | OOBE | DE |  |  |  | 3536 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:31:409 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Request to install payload
    04/17/13 17:32:31:482 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Payload Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    04/17/13 17:32:32:820 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Extracting assets complete. Number assets: 1
    04/17/13 17:32:32:821 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Beginning installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeFlashBuilderDriver-mul\Install.db
    04/17/13 17:32:32:990 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Evaluating condition# 1(Seq 65)
    04/17/13 17:32:32:990 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Condition failed(Seq 65)
    04/17/13 17:32:32:990 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Evaluating condition# 1(Seq 66)
    04/17/13 17:32:32:990 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Condition failed(Seq 66)
    04/17/13 17:32:32:990 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Completing installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeFlashBuilderDriver-mul\Install.db
    04/17/13 17:32:33:356 | [INFO] |  | OOBE | DE |  |  |  | 3536 | UninstallDBPath=C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{848DE8E1-521D-4748-A158-517708107EF3}.db
    04/17/13 17:32:33:708 | [INFO] |  | OOBE | DE |  |  |  | 5636 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:33:709 | [INFO] |  | OOBE | DE |  |  |  | 5636 | :: END TIMER :: [Payload Operation :{848DE8E1-521D-4748-A158-517708107EF3}] took 2358.9 milliseconds (2.3589 seconds) DTR = 1288.73 KBPS (1.25853 MBPS)
    04/17/13 17:32:34:813 | [INFO] |  | OOBE | DE |  |  |  | 5636 | User specified overrideFile:
    04/17/13 17:32:35:560 | [INFO] |  | OOBE | DE |  |  |  | 5636 | The csu inventory was not updated for payload Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}, value of local var is -1
    04/17/13 17:32:35:560 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for post-install for payload Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}
    04/17/13 17:32:35:573 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for pre-install for payload AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36}
    04/17/13 17:32:35:574 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ::START TIMER:: [Payload Operation :{A2620D13-EC37-423D-9BAB-91B9DD8E0D36}]
    04/17/13 17:32:35:665 | [INFO] |  | OOBE | DE |  |  |  | 5516 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:35:665 | [INFO] |  | OOBE | DE |  |  |  | 5516 | Installer Operation: PayloadInstaller
    04/17/13 17:32:35:665 | [INFO] |  | OOBE | DE |  |  |  | 5516 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:35:666 | [INFO] |  | OOBE | DE |  |  |  | 5516 | Request to install payload
    04/17/13 17:32:35:742 | [INFO] |  | OOBE | DE |  |  |  | 5516 | Payload AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36}: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    04/17/13 17:32:36:538 | [INFO] |  | OOBE | DE |  |  |  | 5516 | Extracting assets complete. Number assets: 1
    04/17/13 17:32:36:539 | [INFO] |  | OOBE | DE |  |  |  | 5516 | Beginning installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AIRforiOSFlashBuilder64-mul\Install.db
    04/17/13 17:32:36:654 | [INFO] |  | OOBE | DE |  |  |  | 5516 | Evaluating condition# 1(Seq 25)
    04/17/13 17:32:36:654 | [INFO] |  | OOBE | DE |  |  |  | 5516 | Condition failed(Seq 25)
    04/17/13 17:32:36:654 | [INFO] |  | OOBE | DE |  |  |  | 5516 | Completing installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AIRforiOSFlashBuilder64-mul\Install.db
    04/17/13 17:32:36:977 | [INFO] |  | OOBE | DE |  |  |  | 5516 | UninstallDBPath=C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{A2620D13-EC37-423D-9BAB-91B9DD8E0D36}.db
    04/17/13 17:32:37:267 | [INFO] |  | OOBE | DE |  |  |  | 5636 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:37:267 | [INFO] |  | OOBE | DE |  |  |  | 5636 | :: END TIMER :: [Payload Operation :{A2620D13-EC37-423D-9BAB-91B9DD8E0D36}] took 1693.11 milliseconds (1.69311 seconds) DTR = 1197.79 KBPS (1.16972 MBPS)
    04/17/13 17:32:37:909 | [INFO] |  | OOBE | DE |  |  |  | 5636 | User specified overrideFile:
    04/17/13 17:32:38:174 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Successfully updated the csu inventory for AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36} return values 0:0
    04/17/13 17:32:38:174 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for post-install for payload AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36}
    04/17/13 17:32:39:110 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for pre-install for payload Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F}
    04/17/13 17:32:39:111 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ::START TIMER:: [Pre payload :{EB510B48-ACF6-43A0-8214-3DA0D6D0936F}]
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | In PrePayloadInstallProc
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | hook checkDirs passed str:
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | C:\Program Files\Adobe
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Checking with system codepage
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | hook checkDirs passed str:
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | C:\Users\Hello Glenn!\AppData\Roaming
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | detected bad character
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | CHRC_NULL_POINTER_VALUE
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Custom action return code: 1
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | :: END TIMER :: [Pre payload :{EB510B48-ACF6-43A0-8214-3DA0D6D0936F}] took 1.77264 milliseconds (0.00177264 seconds)
    04/17/13 17:32:39:112 | [ERROR] |  | OOBE | DE |  |  |  | 5636 | DW030: Custom Action for payload Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F} returned error. Failing this payload.
    04/17/13 17:32:39:113 | [INFO] |  | OOBE | DE |  |  |  | 5636 | No operation.  We're done:
    04/17/13 17:32:39:114 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Updating driver data - Action: Remove driver entry
    04/17/13 17:32:39:119 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Updating driver data successful. Driver entry was added. ARP estimated size 28883KB
    04/17/13 17:32:41:381 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Successfully installed 3 components:
    04/17/13 17:32:41:381 | [INFO] |  | OOBE | DE |  |  |  | 5636 |  - Suite Shared Configuration CS7
    04/17/13 17:32:41:381 | [INFO] |  | OOBE | DE |  |  |  | 5636 |  - Adobe Flash Builder
    04/17/13 17:32:41:381 | [INFO] |  | OOBE | DE |  |  |  | 5636 |  - AIR for Apple iOS support (FB)
    04/17/13 17:32:41:381 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Successfully repaired 3 components:
    04/17/13 17:32:41:381 | [INFO] |  | OOBE | DE |  |  |  | 5636 |  - AdobeCMaps x64 CS6
    04/17/13 17:32:41:382 | [INFO] |  | OOBE | DE |  |  |  | 5636 |  - Microsoft Visual C++ 2010 Redistributable Package (x86)
    04/17/13 17:32:41:382 | [INFO] |  | OOBE | DE |  |  |  | 5636 |  - AdobeTypeSupport x64 CS6
    04/17/13 17:32:41:382 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Total components removed: 0
    04/17/13 17:32:41:382 | [WARN] |  | OOBE | DE |  |  |  | 5636 | DW050: The following payload errors were found during install:
    04/17/13 17:32:41:382 | [WARN] |  | OOBE | DE |  |  |  | 5636 | DW050:  - Adobe Flash Builder 4.7: Install failed
    04/17/13 17:32:41:383 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Call PostSession Custom Hook
    04/17/13 17:32:41:391 | [INFO] |  | OOBE | DE |  |  |  | 5636 | :: END TIMER :: [Total Timer] took 118059 milliseconds (118.059 seconds) DTR = 90.0226 KBPS (0.0879127 MBPS)
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 | -------------------------------------- Summary --------------------------------------
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 |  - 0 fatal error(s), 1 error(s)
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Win OS version: 6.0.2.0 64 bit Type: 1
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 |
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ----------- Payload: Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F} -----------
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ERROR: DW030: Custom Action for payload Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F} returned error. Failing this payload.
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 |
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Please search the above error string(s) to find when the error occurred.
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 | These errors resulted in installer Exit Code mentioned below.
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 | -------------------------------------------------------------------------------------
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 |
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Exit Code: 6 - Silent workflow completed with errors.
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Please see specific errors for troubleshooting. For example, ERROR: DW030 ...
    04/17/13 17:32:42:406 | [INFO] |  | OOBE | DE |  |  |  | 5636 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:42:407 | [INFO] |  | OOBE | DE |  |  |  | 5636 | END - Installer Session
    04/17/13 17:32:42:407 | [INFO] |  | OOBE | DE |  |  |  | 5636 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

    Well, it helps to not use ridiculous folder/ user names:
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | C:\Users\Hello Glenn!\AppData\Roaming
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | detected bad character
    Lose the exclamation mark...
    Mylenium

Maybe you are looking for