Flash Catalyst CS5.5 Scale to fit the Browser size.

Hello,
I've create a website and when i preview on my browser ( 1280x664 website size) it look very good ,but when i try to see it from a different desktop will smaller or bigger size my website is croped ,some important functions are croped.
I've been all the day looking in internet trying to fund a solution how to fix this but nothing.
I saw an article that explaind how to fix that in flash catalyst cs5 and i tried to but didnt work
so please help me to tell me how to make this work, i want just my website to get scaled
''to work in any monitor size''
Thank you

Could you add a link to your site here at all ? That would help with some workarounds maybe.
I have noticed that many of the professional websites designed by web-agencies use a common design. They design the content to fit the majority of users who can view and do seem to view at around 800 x 450 - take a look at this as a good reference point.
They then place the main content in a container - and centre it - so that it moves with fluidity - as the users resize the browser window, the content stays central on the page. Often a background image is used behind the main content - and the background image can be scaled to fit the window.
There are some good examples like Carl Cox's Intec Label Website and some more at a great London Design Agency called bobbentleydesign.com
You will note that many of these sites use the same method. Since such reputable designers use the same methods I would assume there's a damn good reason to do it that way, it must be the best way available . . . if there was a reliable way to scale everything then I would bet these pro's would be doing so - but they dont.
Sorry I do not have the kind of solution that you are looking for. I am not a pro and very new to CS5 myself but I hope it may help you out. I think you are looking for something that can not be done effectively or consistently but I may be wrong. Perhaps someone knows but in the meantime . . . work around it.

Similar Messages

  • Site automatically scale to fit the browser window

    hello all!
    i'm working on a site that i'd like to automatically scale to fit the browser window, without any scrolling and while preserving its aspect ratio.
    my client is very particular about the design & does not want the width & height of the images & text to change like they do in a responsive site- he just wants the site to scale to fit in a browser window. Yikes!!!
    could anyone give me a hand with this please?
    thanks so very much!
    -sharon

    Hi Andreas
    I'm really looking forward to hearing about your tests tonight. As I said to Elaine (above) I will be delighted if someone proves me wrong. I'm just looking for a solution.
    I've just had another quick go on Edge Animate to try out your suggestions:
    My findings are that it doesn't matter whether a graphic is wrapped in a div or not. If the graphic has L, T , W & H pixel values and the surrounding div group is set to L, T , W & H % values, the L & T will scale down but the W & H will not - the graphic will just stay the same size when the browser is shrunk. The only way to get the graphic to scale down is to change its L, T , W & H to % - but, as I've said it won't retain its aspect ratio.
    As soon as images are imported, the situation changes. The layout preset offers 4 more options including 'Scale background image'. And Background image settings now appear offering W 100%, H Auto by default. These both seem essential to achieving scale-to-fit. I've tried images with and without being wrapped in a div. Just as with graphics, I find that if I add the % to the div then the image doesn't scale. But if I add the % to the image it scales perfectly.
    As far as I can see the problem is that, with graphics, the link width and height feature doesn't seem to work properly. I would expect that if I create a graphic 100px square then change W & H to %, then both W & H would be the same %. But I get all sorts of results. It doesn't seem to make a difference if I fix the percentages so W & H are both 100%. Changing from Global to Applied doesn't seem to affect anything either. Surely if W & H are set to 100% (and linked) then a graphic should remain square regardless of browser size? I can't find any combination that will allow this. Is it just me? Am I doing something stupid?
    Good luck tonight.
    Cheers

  • Printing a JComponent, but it doesn't scale to fit the papers size

    Hello all,
    I derived a class "GraphPanel" from "JPanel" and did some simple graphics in the paint()-Method.
    The paint-Method uses the getSize().width and height-properties so that the lines and images it draws always scale to the components size. This works fine.
    The class GraphPanel also implements the Printable-Interface and I implemented the print-Method as follows:
        public int print(Graphics g, PageFormat pf, int page) throws PrinterException {
            if (page > 0) {
                return NO_SUCH_PAGE;
            Graphics2D g2d = (Graphics2D)g;
            g2d.translate(pf.getImageableX(), pf.getImageableY());
            AffineTransform at = new AffineTransform(pf.getMatrix());
            g2d.transform(at);
            this.print(g);
            return PAGE_EXISTS;      
        } // printI wanted the JPanel to be print out: scaled over all the papers' size (no matters if this means shrinking or blowing up the drawings).
    The result wasn't what I expected: the size of the printing depends on the size of the JPanel at the screen :-(
    Please can anybody give me a hint for doing this scaling?
    Thanks a lot,
    Thorsten

    What if you add this line
    g2d.scale( pf.getImageableWidth()/getWidth() , pf.getImageableHeight()/getHeight() );just before you print
    this.print(g);

  • Flash catalyst cs5.5 not working when i run the project

    when i ran prodjects in flash catalyst cs5 it came up as a webpage that could scroll, now in cs5.5 when i run the prodject it cannot scroll and it doesn't scroll when you export for web servers, help much apreciated.

    Vijetha wrote:
    Hi all,
    The Horizontal & vertical scroll is not visible or not working when i run the form.
    I have set "Show Horizontal Scroll Bar" to "Yes" and  "Show Vertical Scroll Bar" to "Yes" in the WINDOW Property.
    I have  set "Show Horizontal Scroll Bar" to "Yes" and  "Show Vertical Scroll Bar" to "Yes" in the STACKED CANVAS Property .
    But still the Horizontal and Vertical Scroll Bar is not working when i run the Form.
    Help me with this please. How do i make it visible??
    Oracle Forms 6i..
    Thank You.
    hello vijetha,
    window and canvas show scroll bar when it need.
    You should show block property
    and set block scroll bar
    hope this helps..
    Hamid

  • FAQ: How can I make my Flash Catalyst application scale/use a liquid layout?

    Flash Catalyst CS5 currently only supports applications with fixed dimensions. Custom components you create in Catalyst have absolute sizing.
    If you want to experiment with creating resizable applications (liquid layouts) and components in a preview of the next version of Flash Catalyst, codenamed "Panini",  you can find more information here:
    Introducing Adobe Flash Catalyst "Panini"
    Download Adobe Flash Catalyst "Panini"
    Adobe Flash Catalyst "Panini" help
    Keep in mind that Flash Catalyst "Panini" preview is meant for exploration and testing, not real production. If you are doing real production work, here are some options that work with Flash Catalyst CS5 and Flash Builder:
    Liquid Layouts
    If you are building an application that requires relative constraints, you can take the FXP file from Flash Catalyst into Flash Builder, and apply constraints there so that your components resize according to your application dimensions.
    For more info, see this Help topic:
    Using constraint-based layouts in Flash Builder
    SWF Scaling
    If you want your swf to scale, without relative constraints, there's a simple way to make that work in Builder as well. Simply save out your FXP file from Flash Catalyst and import it into Flash Builder. Open up the "Main.mxml" file. Remove the width and height attributes on the Application tag, and add the attribute:
    preinitialize="systemManager.stage.scaleMode='showAll'
    The entire Application tag should look something like:
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                      xmlns:s="library://ns.adobe.com/flex/spark"
                      xmlns:d="http://ns.adobe.com/fxg/2008/dt"
                      xmlns:fc="http://ns.adobe.com/flashcatalyst/2009"
                      xmlns:ATE="http://ns.adobe.com/ate/2009"
                      xmlns:ai="http://ns.adobe.com/ai/2009"
                      xmlns:flm="http://ns.adobe.com/flame/2008"
                      xmlns:lib="assets.graphics.*"
                      xmlns:components="components.*"
                      backgroundColor="#FFFFFF"
                      preloaderChromeColor="#FFFFFF"
                      preinitialize="systemManager.stage.scaleMode='showAll'"
                      >
    There are a couple other scale modes you may want to try, such as "exactFit", which are outlined at the below link:
    Flash Stage Scale Modes
    Finally, you will have to adjust the object embed code in your html page to set the size of your swf.
    Original discussion here

    you can`t. allow your application internet access without the network admin defining an exception for it specifically.
    If you have admin rights use the router`s/proxy`y configuration software to allow an exception.

  • FAQ: I'm having trouble installing Flash Catalyst CS5, how do I clean up beta installations?

    The majority of users have trouble installing Flash Catalyst CS5 when they have not properly run the uninstaller on a previous version (typically a beta version).
    If this is the case, the first thing you should try is running the Adobe CS5 cleanup script: http://kb2.adobe.com/cps/829/cpsid_82947.html

    Flash Player Protected Mode provides a modern, sophisticated set of security protections that we see as critical in today's security landscape. 
    We highly recommend that users not disable ProtectedMode.  Also, it's worth noting that by manually changing your mms.cfg, you have opted out of Protected Mode for all future versions of Flash Player, as we will continue to honor that preference. This puts your system at risk, and that risk will continue to grow over time. 
    Ultimately, this is an issue with the RealPlayer Browser Record plug-in.  There is a more technical explanation in the Mozilla bug referenced above in the thread, but the simplified version is that the security enhancements designed to prevent the introduction of malware via Flash Player make RealPlayer Browser Record plug-in no longer compatible with Flash Player for Firefox.  You can disable the record functionality to eliminate this issue, while retaining the ability to view both Flash and Real Player content.
    To disable the Real Player Browser Record functionality while maintaining the enhanced security provided by Flash Player with Protected Mode, do the following:
        Launch RealPlayer
        Click the RealPlayer icon in the upper-left corner of the window, and choose Preferences
        Choose Download & Recording from the left-hand menu
        Uncheck "Enable Web Download & Recording for these installed browser"
        Click OK

  • Flash Catalyst cs5 killing my cpu..

    Hello everyone. I have searched for something on this but cant find anything. I also know that Flash is a CPU hog. But when I load Flash Catalyst cs5 I open a new work project and dont have to do any work but in a matter of minutes of sitting there the cpu usage is up to around 80%. I have tried uninstalling and reinstalling with no fix. If this is a common problem please let me know otherwise im done with Flash Catalyst cs5. BTW my pc is running windows 7 64bit with duel core processor and 4gig. memory. Thank you

    Also using Flash 16 (0.0.296) with Firefox 35.01, although on Win 8.1, and also having freezing up of my FF browser, and extreme CPU usage -none of which happens when I am just browsing text files on the internet or disconnected and simply using an off-line program -it only happens when flash content is added to the equation of my FF browser being connected.
    I am also getting stream error 2032 on many flash sites, or the FP is not loading at all (just a white screen, and though the .swf file shows in page info, there's not even a flash frame on the page). One developer I contacted because I could not access his flash content resolved the stream error I got on his site by making available a different embed code, but that's not a practical solution for every site owner and content developer (because many don't understand that it's a stream problem, or how to fix it).
    There's a lot of problems and questions on the Flash forum from FF users having problems with FP, few seem to have answers, and many are historical issues eg spanning many updates and successive versions of Flash. Just asking if people have tried using another browser doesn't solve these problems for people using FF; it seems to be a FF issue.
    I'd really like to see some resolutions for problems* that FF users consistently have with flash; I'm just about tearing my hair out over it. 
    * crashing, script loading problems, stream errors, flash content not loading....

  • Unable to run project: illegal character in path - Flash Catalyst CS5.5

    Environment is a new install of Windows 7 x64 on a new Dell workstation in an Active Directory environment. Until fall of last year, we used redirected folders for the Application Data folders until issues with Adobe Reader 9.x forced us to abandon that and we reconfigured our network not to use redirected folders. We have not experienced any issues and all programs are using the Application Data folder on the local machines.
    Just installed Adobe Master Collection on a new workstation and all Adobe applications are using the C:\Users\cballew\AppData\Roaming\Adobe folder including Flash Catalyst. However, when I try to Run Project in Catalyst, it created a folder named Application Data using the network path to where we used to store the Application Data folder and is saving its workspace there. No other programs (including Adobe products) are doing this. Any ideads of how to fix it?
    Error message:
    Unable to run project
    Illegal character in path at index 47: file:///////xxxx.corp/home$/cballew/Application Data/Adobe/Flash Catalysts CS5.5/workspace/Project/bin-debug/Maim.html

    This seems to be configured in an ini file located at C:\Program Files (x86)\Adobe\Adobe Flash Catalyst CS5.5\configuration\config.ini
    [email protected]/Application Data/Adobe/Flash Catalyst CS5.5/workspace
    [email protected]/Application Data/Adobe/Flash Catalyst CS5.5
    [email protected]/Application Data/Adobe/Flash Catalyst CS5.5/configuration
    Can anyone tell me where the variable @user.home is defined and whether I can change it or not? I might find that some of the other applications might experience this same issue

  • Flash Catalyst CS5.5 Crashes when importing photoshop document

    I am trying to import a photoshop file authored in Photoshop CS5.1 into Flash Catalyst CS5.5, and Flash catalyst crashes every time part way through the import. A few specifics:
    Mac OS X 10.6.8
    Photoshop CS5.1
    Catalyst CS5.5
    I have searched this forum for suggestions, and I have tried a number of them:
    * Removing layers from the source psd file to find a culprit layer (Removing all but one layer still crashes)
    * Running Photoshop in 32 bit mode, dragging the layers to a new document and saving
    * Waving chicken bones over my laptop (Nobody really suggested this, for good reason -- it doesn't work)
    I have also replicated this crash on other Macintosh computers running the same Catalyst and Photoshop versions.
    I have included part of the crash dump below. I've highlighted the section that mentions how many crashes I've had. I am happy to provide .psd files to demonstrate the issue, and troubleshoot any way necessary.
    Thank you,
    Cameron
    Process:         Adobe Flash Catalyst CS5.5 [22968]
    Path:            /Applications/Adobe Flash Catalyst CS5.5/Adobe Flash Catalyst CS5.5.app/Contents/MacOS/Adobe Flash Catalyst CS5.5
    Identifier:      com.adobe.thermo
    Version:         1.5.0 (1.5.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [428]
    Date/Time:       2011-11-17 14:26:50.806 -0700
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          130540 sec
    Crashes Since Last Report:           52
    Per-App Interval Since Last Report:  303281 sec
    Per-App Crashes Since Last Report:   11
    Anonymous UUID:                      F902AC97-7ADE-4BA0-80B6-8CCFD2B41396
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Application Specific Information:
    Java information:
    Exception type: Bus Error (0xa) at pc=0000000093506dd0
    Java VM: Java HotSpot(TM) Client VM (20.1-b02-384 mixed mode macosx-x86)
    Current thread (0000000013000c00):  JavaThread "main" [_thread_in_native, id=-1602804416, stack(00000000bf800000,00000000c0000000)]
    Stack: [00000000bf800000,00000000c0000000]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  com.adobe.flexide.nativelibs.NativeImporter.ImportArtworkFileImpl(Ljava/lang/String;Ljava /lang/String;Ljava/lang/String;Ljava/lang/Object;I[I)I+0

    Hum. Have you tried a new Photoshop file with say one layer in it and just a fill or something very basic, then importing that in?
    This might tell us if it is the PSD that has the issue or the import engine in Catalyst.
    You said you removed the layers. So you tried importing each of the layers one by one into Catalyst with success? Then that means you have one layer that is troublesome. I would suspect that there is a filter or effect that has been applied that source of the issue.
    Have you read this? http://www.adobe.com/devnet/flashcatalyst/articles/best-practices-flashcatalyst-photoshop. html
    Chris

  • Flash Catalyst CS5 shuts down on video import

    Hello,
    After designing a working webpage with videos without any issue, my computer decided it no longer wanted to import videos into Flash Catalyst CS5 or Flash CS5 without causing the program to close. I assume the issue is with Flash Player, unfortunately that's about as far as my sleuthing goes. Help would absolutely be appreciated.
    Here's the top of the report thread:
    Process:         Adobe Flash Catalyst CS5 [659]
    Path:            /Applications/Adobe Flash Catalyst CS5/Adobe Flash Catalyst CS5.app/Contents/MacOS/Adobe Flash Catalyst CS5
    Identifier:      com.adobe.thermo
    Version:         1.0.0.273393 (1.0.0.273393)
    Code Type:       X86 (Native)
    Parent Process:  launchd [90]
    Date/Time:       2010-06-15 09:40:16.309 +0100
    OS Version:      Mac OS X 10.6.3 (10D573)
    Report Version:  6
    Interval Since Last Report:          2074546 sec
    Crashes Since Last Report:           17
    Per-App Interval Since Last Report:  268399 sec
    Per-App Crashes Since Last Report:   12
    Anonymous UUID:                      12B51525-E970-40FC-B773-0EC89CFA022E
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000261
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Application Specific Information:
    Java information:
    Exception type: Bus Error (0xa) at pc=00000000991f916d
    Java VM: Java HotSpot(TM) Client VM (16.3-b01-279 mixed mode macosx-x86)
    Current thread (0000000013800800):  JavaThread "main" [_thread_in_native, id=-1599925024, stack(00000000bf800000,00000000c0000000)]
    Stack: [00000000bf800000,00000000c0000000]
    Theres about 48 pages more of that, so if it's of any use in diagosing, I can provide it.
    Thanks in advance,
    Adam Baroukh

    Hi,
    That really helped me out!
    I was playing around with importing all different file types to see what would crash Flash Catalyst and it appears to just be .flv files, because it imports images, mp3s, and swf files and .f4v video files with no problems. Hey, at least now I can continue importing videos as long as they are .f4v's!
    Would still be helpful to figure out why it doesn't like .flv's though...
    The step are: File>Import>Video/Sound File...Dialogue box opens, I choose any .flv file (include files which seemed to work fine before) and the program just quits itself giving me the error report window. When I use .f4v files no such problem occurs...
    Will send you a yousendit link containing one of the guilty .flv files now - this is a .flv file I used in creating a page with flash Catalyst just days ago before it decided it would no longer import them.
    Thanks for your help so far
    Adam

  • Flash Catalyst cs5.5 Startup Error

    Hi I'm having strange issue, that I can't resolve. Simple: Flash Catalyst crashing at startup with error message:
    "An error has occured. See the log file
    c:\Users\[username]\Application Data\Adobe\Flash Catalyst CS5.5\workspace\.metadata\.log
    I reinstalled it but it didn't help. Any ideas what to do with this case?
    Here is log file:
    !SESSION 2011-08-24 18:42:22.803 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.6.0_16
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments:  -os win32 -ws win32 -arch x86 -clean
    !ENTRY com.adobe.thermo.core 1 0 2011-08-24 18:42:35.253
    !MESSAGE Loading ThermoPanels from bundleentry://52/ThermoPanelsSWF/ThermoPanels.swf
    !ENTRY org.eclipse.osgi 4 0 2011-08-24 18:43:35.579
    !MESSAGE Application error
    !STACK 1
    org.eclipse.swt.SWTError: Cannot initialize Drop
    at org.eclipse.swt.dnd.DND.error(DND.java:267)
    at org.eclipse.swt.dnd.DND.error(DND.java:228)
    at org.eclipse.swt.dnd.DropTarget.<init>(DropTarget.java:143)
    at org.eclipse.ui.internal.EditorSashContainer.addDropSupport(EditorSashContainer.java:541)
    at org.eclipse.ui.internal.EditorSashContainer.createControl(EditorSashContainer.java:533)
    at org.eclipse.ui.internal.EditorAreaHelper.<init>(EditorAreaHelper.java:41)
    at org.eclipse.ui.internal.WorkbenchPage.init(WorkbenchPage.java:2386)
    at org.eclipse.ui.internal.WorkbenchPage.<init>(WorkbenchPage.java:560)
    at org.eclipse.ui.internal.tweaklets.Workbench3xImplementation.createWorkbenchPage(Workbench 3xImplementation.java:39)
    at org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(WorkbenchWindow.java:756)
    at org.eclipse.ui.internal.Workbench$21.runWithException(Workbench.java:1027)
    at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3800)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3425)
    at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803)
    at org.eclipse.ui.internal.Workbench$27.runWithException(Workbench.java:1361)
    at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3800)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3425)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2293)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at com.adobe.thermo.application.ThermoApplication.start(Unknown Source)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
    !ENTRY org.eclipse.osgi 2 0 2011-08-24 18:43:35.594
    !MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:43:35.594
    !MESSAGE Bundle update@plugins/org.junit4.nl1_0.2.0.v20080914043401.jar was not resolved.
    !SUBENTRY 2 org.junit4.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:43:35.594
    !MESSAGE Missing host org.junit4_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:43:35.594
    !MESSAGE Bundle update@plugins/org.eclipse.help.ui.nl1_0.2.0.v20080914043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.help.ui.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:43:35.594
    !MESSAGE Missing host org.eclipse.help.ui_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:43:35.594
    !MESSAGE Bundle update@plugins/org.eclipse.team.cvs.ui.nl1_0.2.0.v20080914043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.team.cvs.ui.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:43:35.594
    !MESSAGE Missing host org.eclipse.team.cvs.ui_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:43:35.594
    !MESSAGE Bundle update@plugins/org.eclipse.ui.cheatsheets.nl1_0.2.0.v20080914043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.ui.cheatsheets.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:43:35.594
    !MESSAGE Missing host org.eclipse.ui.cheatsheets_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:43:35.594
    !MESSAGE Bundle update@plugins/org.eclipse.help.webapp.nl1_0.2.0.v20080914043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.help.webapp.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:43:35.594
    !MESSAGE Missing host org.eclipse.help.webapp_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:43:35.594
    !MESSAGE Bundle update@plugins/org.eclipse.ui.externaltools.nl1_0.2.0.v20080914043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.ui.externaltools.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:43:35.594
    !MESSAGE Missing host org.eclipse.ui.externaltools_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:43:35.594
    !MESSAGE Bundle update@plugins/org.eclipse.team.cvs.core.nl1_0.2.0.v20080914043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.team.cvs.core.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:43:35.594
    !MESSAGE Missing host org.eclipse.team.cvs.core_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:43:35.594
    !MESSAGE Bundle update@plugins/org.eclipse.team.cvs.ssh2.nl1_0.2.0.v20080914043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.team.cvs.ssh2.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:43:35.594
    !MESSAGE Missing host org.eclipse.team.cvs.ssh2_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:43:35.594
    !MESSAGE Bundle update@plugins/org.eclipse.team.cvs.ssh.nl1_0.2.0.v20080914043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.team.cvs.ssh.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:43:35.594
    !MESSAGE Missing host org.eclipse.team.cvs.ssh_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:43:35.594
    !MESSAGE Bundle update@plugins/org.eclipse.help.appserver.nl1_0.2.0.v20080914043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.help.appserver.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:43:35.594
    !MESSAGE Missing host org.eclipse.help.appserver_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:43:35.594
    !MESSAGE Bundle update@plugins/org.eclipse.update.scheduler.nl1_0.2.0.v20080914043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.update.scheduler.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:43:35.594
    !MESSAGE Missing host org.eclipse.update.scheduler_[0.0.0,9.0.0).
    !ENTRY org.eclipse.osgi 2 0 2011-08-24 18:43:35.596
    !MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:43:35.596
    !MESSAGE Bundle update@plugins/org.eclipse.help.appserver.nl1_0.2.0.v20080914043401.jar [173] was not resolved.
    !SUBENTRY 2 org.eclipse.help.appserver.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:43:35.596
    !MESSAGE Missing host org.eclipse.help.appserver_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:43:35.596
    !MESSAGE Bundle update@plugins/org.eclipse.help.ui.nl1_0.2.0.v20080914043401.jar [177] was not resolved.
    !SUBENTRY 2 org.eclipse.help.ui.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:43:35.596
    !MESSAGE Missing host org.eclipse.help.ui_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:43:35.596
    !MESSAGE Bundle update@plugins/org.eclipse.help.webapp.nl1_0.2.0.v20080914043401.jar [178] was not resolved.
    !SUBENTRY 2 org.eclipse.help.webapp.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:43:35.596
    !MESSAGE Missing host org.eclipse.help.webapp_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:43:35.596
    !MESSAGE Bundle update@plugins/org.eclipse.team.cvs.core.nl1_0.2.0.v20080914043401.jar [212] was not resolved.
    !SUBENTRY 2 org.eclipse.team.cvs.core.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:43:35.596
    !MESSAGE Missing host org.eclipse.team.cvs.core_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:43:35.596
    !MESSAGE Bundle update@plugins/org.eclipse.team.cvs.ssh.nl1_0.2.0.v20080914043401.jar [213] was not resolved.
    !SUBENTRY 2 org.eclipse.team.cvs.ssh.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:43:35.596
    !MESSAGE Missing host org.eclipse.team.cvs.ssh_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:43:35.596
    !MESSAGE Bundle update@plugins/org.eclipse.team.cvs.ssh2.nl1_0.2.0.v20080914043401.jar [214] was not resolved.
    !SUBENTRY 2 org.eclipse.team.cvs.ssh2.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:43:35.596
    !MESSAGE Missing host org.eclipse.team.cvs.ssh2_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:43:35.596
    !MESSAGE Bundle update@plugins/org.eclipse.team.cvs.ui.nl1_0.2.0.v20080914043401.jar [215] was not resolved.
    !SUBENTRY 2 org.eclipse.team.cvs.ui.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:43:35.596
    !MESSAGE Missing host org.eclipse.team.cvs.ui_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:43:35.596
    !MESSAGE Bundle update@plugins/org.eclipse.ui.cheatsheets.nl1_0.2.0.v20080914043401.jar [222] was not resolved.
    !SUBENTRY 2 org.eclipse.ui.cheatsheets.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:43:35.596
    !MESSAGE Missing host org.eclipse.ui.cheatsheets_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:43:35.596
    !MESSAGE Bundle update@plugins/org.eclipse.ui.externaltools.nl1_0.2.0.v20080914043401.jar [227] was not resolved.
    !SUBENTRY 2 org.eclipse.ui.externaltools.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:43:35.596
    !MESSAGE Missing host org.eclipse.ui.externaltools_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:43:35.596
    !MESSAGE Bundle update@plugins/org.eclipse.update.scheduler.nl1_0.2.0.v20080914043401.jar [263] was not resolved.
    !SUBENTRY 2 org.eclipse.update.scheduler.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:43:35.596
    !MESSAGE Missing host org.eclipse.update.scheduler_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:43:35.596
    !MESSAGE Bundle update@plugins/org.junit4.nl1_0.2.0.v20080914043401.jar [266] was not resolved.
    !SUBENTRY 2 org.junit4.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:43:35.596
    !MESSAGE Missing host org.junit4_[0.0.0,9.0.0).
    !SESSION 2011-08-24 18:54:19.683 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.6.0_16
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments:  -os win32 -ws win32 -arch x86 -clean
    !ENTRY org.eclipse.core.resources 2 10035 2011-08-24 18:54:23.321
    !MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.
    !ENTRY com.adobe.thermo.core 1 0 2011-08-24 18:54:32.328
    !MESSAGE Loading ThermoPanels from bundleentry://52/ThermoPanelsSWF/ThermoPanels.swf
    !ENTRY org.eclipse.osgi 4 0 2011-08-24 18:55:32.542
    !MESSAGE Application error
    !STACK 1
    org.eclipse.swt.SWTError: Cannot initialize Drop
    at org.eclipse.swt.dnd.DND.error(DND.java:267)
    at org.eclipse.swt.dnd.DND.error(DND.java:228)
    at org.eclipse.swt.dnd.DropTarget.<init>(DropTarget.java:143)
    at org.eclipse.ui.internal.EditorSashContainer.addDropSupport(EditorSashContainer.java:541)
    at org.eclipse.ui.internal.EditorSashContainer.createControl(EditorSashContainer.java:533)
    at org.eclipse.ui.internal.EditorAreaHelper.<init>(EditorAreaHelper.java:41)
    at org.eclipse.ui.internal.WorkbenchPage.init(WorkbenchPage.java:2386)
    at org.eclipse.ui.internal.WorkbenchPage.<init>(WorkbenchPage.java:560)
    at org.eclipse.ui.internal.tweaklets.Workbench3xImplementation.createWorkbenchPage(Workbench 3xImplementation.java:39)
    at org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(WorkbenchWindow.java:756)
    at org.eclipse.ui.internal.Workbench$21.runWithException(Workbench.java:1027)
    at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3800)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3425)
    at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803)
    at org.eclipse.ui.internal.Workbench$27.runWithException(Workbench.java:1361)
    at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3800)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3425)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2293)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at com.adobe.thermo.application.ThermoApplication.start(Unknown Source)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
    !ENTRY org.eclipse.osgi 2 0 2011-08-24 18:55:32.552
    !MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:55:32.552
    !MESSAGE Bundle update@plugins/org.eclipse.team.cvs.ui.nl1_0.2.0.v20080914043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.team.cvs.ui.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:55:32.552
    !MESSAGE Missing host org.eclipse.team.cvs.ui_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:55:32.552
    !MESSAGE Bundle update@plugins/org.eclipse.team.cvs.ssh2.nl1_0.2.0.v20080914043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.team.cvs.ssh2.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:55:32.552
    !MESSAGE Missing host org.eclipse.team.cvs.ssh2_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:55:32.552
    !MESSAGE Bundle update@plugins/org.eclipse.help.webapp.nl1_0.2.0.v20080914043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.help.webapp.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:55:32.552
    !MESSAGE Missing host org.eclipse.help.webapp_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:55:32.552
    !MESSAGE Bundle update@plugins/org.junit4.nl1_0.2.0.v20080914043401.jar was not resolved.
    !SUBENTRY 2 org.junit4.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:55:32.552
    !MESSAGE Missing host org.junit4_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:55:32.552
    !MESSAGE Bundle update@plugins/org.eclipse.help.appserver.nl1_0.2.0.v20080914043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.help.appserver.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:55:32.552
    !MESSAGE Missing host org.eclipse.help.appserver_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:55:32.552
    !MESSAGE Bundle update@plugins/org.eclipse.ui.externaltools.nl1_0.2.0.v20080914043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.ui.externaltools.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:55:32.552
    !MESSAGE Missing host org.eclipse.ui.externaltools_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:55:32.552
    !MESSAGE Bundle update@plugins/org.eclipse.team.cvs.ssh.nl1_0.2.0.v20080914043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.team.cvs.ssh.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:55:32.552
    !MESSAGE Missing host org.eclipse.team.cvs.ssh_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:55:32.552
    !MESSAGE Bundle update@plugins/org.eclipse.help.ui.nl1_0.2.0.v20080914043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.help.ui.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:55:32.552
    !MESSAGE Missing host org.eclipse.help.ui_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:55:32.554
    !MESSAGE Bundle update@plugins/org.eclipse.ui.cheatsheets.nl1_0.2.0.v20080914043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.ui.cheatsheets.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:55:32.554
    !MESSAGE Missing host org.eclipse.ui.cheatsheets_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:55:32.554
    !MESSAGE Bundle update@plugins/org.eclipse.team.cvs.core.nl1_0.2.0.v20080914043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.team.cvs.core.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:55:32.554
    !MESSAGE Missing host org.eclipse.team.cvs.core_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:55:32.554
    !MESSAGE Bundle update@plugins/org.eclipse.update.scheduler.nl1_0.2.0.v20080914043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.update.scheduler.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:55:32.554
    !MESSAGE Missing host org.eclipse.update.scheduler_[0.0.0,9.0.0).
    !ENTRY org.eclipse.osgi 2 0 2011-08-24 18:55:32.554
    !MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:55:32.554
    !MESSAGE Bundle update@plugins/org.eclipse.help.appserver.nl1_0.2.0.v20080914043401.jar [173] was not resolved.
    !SUBENTRY 2 org.eclipse.help.appserver.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:55:32.554
    !MESSAGE Missing host org.eclipse.help.appserver_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:55:32.554
    !MESSAGE Bundle update@plugins/org.eclipse.help.ui.nl1_0.2.0.v20080914043401.jar [177] was not resolved.
    !SUBENTRY 2 org.eclipse.help.ui.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:55:32.554
    !MESSAGE Missing host org.eclipse.help.ui_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:55:32.554
    !MESSAGE Bundle update@plugins/org.eclipse.help.webapp.nl1_0.2.0.v20080914043401.jar [178] was not resolved.
    !SUBENTRY 2 org.eclipse.help.webapp.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:55:32.554
    !MESSAGE Missing host org.eclipse.help.webapp_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:55:32.554
    !MESSAGE Bundle update@plugins/org.eclipse.team.cvs.core.nl1_0.2.0.v20080914043401.jar [212] was not resolved.
    !SUBENTRY 2 org.eclipse.team.cvs.core.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:55:32.554
    !MESSAGE Missing host org.eclipse.team.cvs.core_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:55:32.554
    !MESSAGE Bundle update@plugins/org.eclipse.team.cvs.ssh.nl1_0.2.0.v20080914043401.jar [213] was not resolved.
    !SUBENTRY 2 org.eclipse.team.cvs.ssh.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:55:32.554
    !MESSAGE Missing host org.eclipse.team.cvs.ssh_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:55:32.557
    !MESSAGE Bundle update@plugins/org.eclipse.team.cvs.ssh2.nl1_0.2.0.v20080914043401.jar [214] was not resolved.
    !SUBENTRY 2 org.eclipse.team.cvs.ssh2.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:55:32.557
    !MESSAGE Missing host org.eclipse.team.cvs.ssh2_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:55:32.557
    !MESSAGE Bundle update@plugins/org.eclipse.team.cvs.ui.nl1_0.2.0.v20080914043401.jar [215] was not resolved.
    !SUBENTRY 2 org.eclipse.team.cvs.ui.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:55:32.557
    !MESSAGE Missing host org.eclipse.team.cvs.ui_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:55:32.557
    !MESSAGE Bundle update@plugins/org.eclipse.ui.cheatsheets.nl1_0.2.0.v20080914043401.jar [222] was not resolved.
    !SUBENTRY 2 org.eclipse.ui.cheatsheets.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:55:32.557
    !MESSAGE Missing host org.eclipse.ui.cheatsheets_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:55:32.557
    !MESSAGE Bundle update@plugins/org.eclipse.ui.externaltools.nl1_0.2.0.v20080914043401.jar [227] was not resolved.
    !SUBENTRY 2 org.eclipse.ui.externaltools.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:55:32.557
    !MESSAGE Missing host org.eclipse.ui.externaltools_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:55:32.557
    !MESSAGE Bundle update@plugins/org.eclipse.update.scheduler.nl1_0.2.0.v20080914043401.jar [263] was not resolved.
    !SUBENTRY 2 org.eclipse.update.scheduler.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:55:32.557
    !MESSAGE Missing host org.eclipse.update.scheduler_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 18:55:32.557
    !MESSAGE Bundle update@plugins/org.junit4.nl1_0.2.0.v20080914043401.jar [266] was not resolved.
    !SUBENTRY 2 org.junit4.nl1_0.2.0.v20080914043401 2 0 2011-08-24 18:55:32.557
    !MESSAGE Missing host org.junit4_[0.0.0,9.0.0).
    !SESSION 2011-08-24 19:30:37.092 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.6.0_16
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments:  -os win32 -ws win32 -arch x86 -clean
    !ENTRY org.eclipse.core.resources 2 10035 2011-08-24 19:30:40.399
    !MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.
    !ENTRY com.adobe.thermo.core 1 0 2011-08-24 19:30:51.318
    !MESSAGE Loading ThermoPanels from bundleentry://52/ThermoPanelsSWF/ThermoPanels.swf
    !ENTRY org.eclipse.osgi 4 0 2011-08-24 19:31:52.326
    !MESSAGE Application error
    !STACK 1
    org.eclipse.swt.SWTError: Cannot initialize Drop
    at org.eclipse.swt.dnd.DND.error(DND.java:267)
    at org.eclipse.swt.dnd.DND.error(DND.java:228)
    at org.eclipse.swt.dnd.DropTarget.<init>(DropTarget.java:143)
    at org.eclipse.ui.internal.EditorSashContainer.addDropSupport(EditorSashContainer.java:541)
    at org.eclipse.ui.internal.EditorSashContainer.createControl(EditorSashContainer.java:533)
    at org.eclipse.ui.internal.EditorAreaHelper.<init>(EditorAreaHelper.java:41)
    at org.eclipse.ui.internal.WorkbenchPage.init(WorkbenchPage.java:2386)
    at org.eclipse.ui.internal.WorkbenchPage.<init>(WorkbenchPage.java:560)
    at org.eclipse.ui.internal.tweaklets.Workbench3xImplementation.createWorkbenchPage(Workbench 3xImplementation.java:39)
    at org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(WorkbenchWindow.java:756)
    at org.eclipse.ui.internal.Workbench$21.runWithException(Workbench.java:1027)
    at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3800)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3425)
    at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803)
    at org.eclipse.ui.internal.Workbench$27.runWithException(Workbench.java:1361)
    at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3800)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3425)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2293)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at com.adobe.thermo.application.ThermoApplication.start(Unknown Source)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
    !ENTRY org.eclipse.osgi 2 0 2011-08-24 19:31:52.338
    !MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 19:31:52.338
    !MESSAGE Bundle update@plugins/org.eclipse.ui.externaltools.nl1_0.2.0.v20080914043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.ui.externaltools.nl1_0.2.0.v20080914043401 2 0 2011-08-24 19:31:52.338
    !MESSAGE Missing host org.eclipse.ui.externaltools_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 19:31:52.341
    !MESSAGE Bundle update@plugins/org.eclipse.ui.cheatsheets.nl1_0.2.0.v20080914043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.ui.cheatsheets.nl1_0.2.0.v20080914043401 2 0 2011-08-24 19:31:52.341
    !MESSAGE Missing host org.eclipse.ui.cheatsheets_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 19:31:52.341
    !MESSAGE Bundle update@plugins/org.eclipse.help.ui.nl1_0.2.0.v20080914043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.help.ui.nl1_0.2.0.v20080914043401 2 0 2011-08-24 19:31:52.341
    !MESSAGE Missing host org.eclipse.help.ui_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 19:31:52.341
    !MESSAGE Bundle update@plugins/org.eclipse.help.appserver.nl1_0.2.0.v20080914043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.help.appserver.nl1_0.2.0.v20080914043401 2 0 2011-08-24 19:31:52.341
    !MESSAGE Missing host org.eclipse.help.appserver_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 19:31:52.341
    !MESSAGE Bundle update@plugins/org.eclipse.team.cvs.ssh2.nl1_0.2.0.v20080914043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.team.cvs.ssh2.nl1_0.2.0.v20080914043401 2 0 2011-08-24 19:31:52.341
    !MESSAGE Missing host org.eclipse.team.cvs.ssh2_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 19:31:52.341
    !MESSAGE Bundle update@plugins/org.eclipse.update.scheduler.nl1_0.2.0.v20080914043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.update.scheduler.nl1_0.2.0.v20080914043401 2 0 2011-08-24 19:31:52.341
    !MESSAGE Missing host org.eclipse.update.scheduler_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 19:31:52.341
    !MESSAGE Bundle update@plugins/org.eclipse.team.cvs.core.nl1_0.2.0.v20080914043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.team.cvs.core.nl1_0.2.0.v20080914043401 2 0 2011-08-24 19:31:52.341
    !MESSAGE Missing host org.eclipse.team.cvs.core_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 19:31:52.341
    !MESSAGE Bundle update@plugins/org.eclipse.help.webapp.nl1_0.2.0.v20080914043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.help.webapp.nl1_0.2.0.v20080914043401 2 0 2011-08-24 19:31:52.341
    !MESSAGE Missing host org.eclipse.help.webapp_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 19:31:52.341
    !MESSAGE Bundle update@plugins/org.eclipse.team.cvs.ui.nl1_0.2.0.v20080914043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.team.cvs.ui.nl1_0.2.0.v20080914043401 2 0 2011-08-24 19:31:52.341
    !MESSAGE Missing host org.eclipse.team.cvs.ui_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 19:31:52.341
    !MESSAGE Bundle update@plugins/org.eclipse.team.cvs.ssh.nl1_0.2.0.v20080914043401.jar was not resolved.
    !SUBENTRY 2 org.eclipse.team.cvs.ssh.nl1_0.2.0.v20080914043401 2 0 2011-08-24 19:31:52.341
    !MESSAGE Missing host org.eclipse.team.cvs.ssh_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 19:31:52.341
    !MESSAGE Bundle update@plugins/org.junit4.nl1_0.2.0.v20080914043401.jar was not resolved.
    !SUBENTRY 2 org.junit4.nl1_0.2.0.v20080914043401 2 0 2011-08-24 19:31:52.341
    !MESSAGE Missing host org.junit4_[0.0.0,9.0.0).
    !ENTRY org.eclipse.osgi 2 0 2011-08-24 19:31:52.343
    !MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 19:31:52.343
    !MESSAGE Bundle update@plugins/org.eclipse.help.appserver.nl1_0.2.0.v20080914043401.jar [173] was not resolved.
    !SUBENTRY 2 org.eclipse.help.appserver.nl1_0.2.0.v20080914043401 2 0 2011-08-24 19:31:52.343
    !MESSAGE Missing host org.eclipse.help.appserver_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 19:31:52.343
    !MESSAGE Bundle update@plugins/org.eclipse.help.ui.nl1_0.2.0.v20080914043401.jar [177] was not resolved.
    !SUBENTRY 2 org.eclipse.help.ui.nl1_0.2.0.v20080914043401 2 0 2011-08-24 19:31:52.343
    !MESSAGE Missing host org.eclipse.help.ui_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 19:31:52.343
    !MESSAGE Bundle update@plugins/org.eclipse.help.webapp.nl1_0.2.0.v20080914043401.jar [178] was not resolved.
    !SUBENTRY 2 org.eclipse.help.webapp.nl1_0.2.0.v20080914043401 2 0 2011-08-24 19:31:52.343
    !MESSAGE Missing host org.eclipse.help.webapp_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 19:31:52.343
    !MESSAGE Bundle update@plugins/org.eclipse.team.cvs.core.nl1_0.2.0.v20080914043401.jar [212] was not resolved.
    !SUBENTRY 2 org.eclipse.team.cvs.core.nl1_0.2.0.v20080914043401 2 0 2011-08-24 19:31:52.343
    !MESSAGE Missing host org.eclipse.team.cvs.core_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 19:31:52.343
    !MESSAGE Bundle update@plugins/org.eclipse.team.cvs.ssh.nl1_0.2.0.v20080914043401.jar [213] was not resolved.
    !SUBENTRY 2 org.eclipse.team.cvs.ssh.nl1_0.2.0.v20080914043401 2 0 2011-08-24 19:31:52.343
    !MESSAGE Missing host org.eclipse.team.cvs.ssh_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 19:31:52.343
    !MESSAGE Bundle update@plugins/org.eclipse.team.cvs.ssh2.nl1_0.2.0.v20080914043401.jar [214] was not resolved.
    !SUBENTRY 2 org.eclipse.team.cvs.ssh2.nl1_0.2.0.v20080914043401 2 0 2011-08-24 19:31:52.346
    !MESSAGE Missing host org.eclipse.team.cvs.ssh2_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 19:31:52.346
    !MESSAGE Bundle update@plugins/org.eclipse.team.cvs.ui.nl1_0.2.0.v20080914043401.jar [215] was not resolved.
    !SUBENTRY 2 org.eclipse.team.cvs.ui.nl1_0.2.0.v20080914043401 2 0 2011-08-24 19:31:52.346
    !MESSAGE Missing host org.eclipse.team.cvs.ui_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 19:31:52.346
    !MESSAGE Bundle update@plugins/org.eclipse.ui.cheatsheets.nl1_0.2.0.v20080914043401.jar [222] was not resolved.
    !SUBENTRY 2 org.eclipse.ui.cheatsheets.nl1_0.2.0.v20080914043401 2 0 2011-08-24 19:31:52.346
    !MESSAGE Missing host org.eclipse.ui.cheatsheets_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 19:31:52.346
    !MESSAGE Bundle update@plugins/org.eclipse.ui.externaltools.nl1_0.2.0.v20080914043401.jar [227] was not resolved.
    !SUBENTRY 2 org.eclipse.ui.externaltools.nl1_0.2.0.v20080914043401 2 0 2011-08-24 19:31:52.346
    !MESSAGE Missing host org.eclipse.ui.externaltools_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 19:31:52.346
    !MESSAGE Bundle update@plugins/org.eclipse.update.scheduler.nl1_0.2.0.v20080914043401.jar [263] was not resolved.
    !SUBENTRY 2 org.eclipse.update.scheduler.nl1_0.2.0.v20080914043401 2 0 2011-08-24 19:31:52.346
    !MESSAGE Missing host org.eclipse.update.scheduler_[0.0.0,9.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2011-08-24 19:31:52.346
    !MESSAGE Bundle update@plugins/org.junit4.nl1_0.2.0.v20080914043401.jar [266] was not resolved.
    !SUBENTRY 2 org.junit4.nl1_0.2.0.v20080914043401 2 0 2011-08-24 19:31:52.346
    !MESSAGE Missing host org.junit4_[0.0.0,9.0.0).
    !SESSION 2011-08-24 19:45:07.649 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.6.0_16
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments:  -os win32 -ws win32 -arch x86 -clean
    !ENTRY org.eclipse.core.resources 2 10035 2011-08-24 19:45:10.602
    !MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.

    Hum. Did you update your JAVA runtime recently? Flash Catalyst is built on Eclipse, which is in turn built on JAVA.
    Chris

  • Cannot launch Flash Catalyst CS5

    Got the CS5 Production Suite in December and decided to give Catalyst a spin. But when I launch, I get this error message:
    A file system error is preventing Adobe Flash Catalyst from launching.
    I'm having no other problems with the CS5 software. Uninstalled Catalyst and reinstalled, getting the same message.
    Any help would be greatly appreciated.
    System info
    Windows Vista Enterprise, 32 bit
    Quad core
    4GB of RAM

    Hi Chris,
    To repair your Flash Catalyst Fileset you will need to copy  the following directory from a working Flash Catalyst installation into  the same location in your Fileset.
    Import the "temp" directory from:
    /Applications/Adobe Flash Catalyst CS5/plugins/com.adobe.thermo.core_1.0.0.273393/com/adobe/thermo/
    into the same location in your Fileset:
    /Applications/Adobe Flash Catalyst CS5/plugins/com.adobe.thermo.core_1.0.0.273393/com/adobe/thermo/
    When completed, the fileset should have the following directories in
    /Applications/Adobe Flash Catalyst CS5/plugins/com.adobe.thermo.core_1.0.0.273393/com/adobe/thermo/
    application/
    batching/
    core/
    exceptions/
    headlights/
    interfaces/
    models/
    temp/
    undo/
    utils/
    There are a number of directories in the Plugins directory that start  with "com.adobe.thermo.core…"  Please make sure that you follow the path  correctly.

  • Flash Catalyst CS5 vs. CS5.5

    I am trying to work between the version CS5 and CS5.5. I have CS5 at home and CS5.5 in my classroom. How do I save files I created with CS5.5 to version CS5 so I can continue work it at home?
    Thanks!

    Round tripping between Flash Catalyst 1.0 and Flash Catalyst CS5.5 is not supported. When FC gained round trip support with Flash Builder, it had to migrate to the current version of the Flex framework. There is a education discount (if you qualify) for FC CS5.5.
    Chris

  • Can't install demo of Flash Catalyst CS5 after using Beta

    I'm about to start pulling my hair out, so hopefully you guys can help me out.
    I installed the Flash Catalyst beta about a month ago, and unfortunately never got around to using it.
    I downloaded the CS5 Production Premium trial last night and went to install that and it said it couldn't install Flash Catalyst CS5 because I had a pre-release version installed.
    So I backed out of the CS5 suite installer and attempted to run the uninstaller for the Flash Catalyst pre-release version from both the Flash Catalyst folder AND the utliities>>Adobe installers folder. Neither application would run, so I ran AppDelete to delete the application and its files.
    Apparently, that was not good enough, as the CS5 suite installer is still complaining that a prerelease version of Flash Catalyst is still installed and won't let me install the newer version.
    I have looked all over my system for Flash Catalyst related files to remove, but the CS5 installer still thinks the pre-release is installed.
    Help in resolving this issue would be much appreciated, and hopefully this is in the right forum.
    Thanks.
    Michael

    Hey!!
    Have you tried running the CS5 cleanup script?
    It's located here: http://kb2.adobe.com/cps/829/cpsid_82947.html
    Please try it and let me know if it fixes your problem.
    Or, have you tried reinstalling Catalyst and running the uninstaller again?
    If that doesn't work, try contacting Adobe customer support: https://www.adobe.com/support/contact/
    Sorry for the delayed response, the actual product engineering team replies on these forums and not a tech support group.
    Thanks, and please keep me posted.  I can try and loop in the right people if it persists after doing each of the above!
    Tara

  • Flash Catalyst CS5.5

    Hi, I downloaded the installer for a 30 day free trial of Flash Catalyst CS5.5 and a warning appeared saying that the installer couldn't initialize. Does anyone know how I can fix this? It is for PC. There is no Adobe Support for this that I can see as it is a product that has been discontinued.

    start at the top and work your way down applying applicable fixes until your problem is resolved.
    if cc (win):  https://helpx.adobe.com/creative-cloud/kb/creative-cloud-desktop-application-failed.html
    if, your error is:
    "Installer failed to initialize. File not found." or "Installer failed to initialize. This could be due to missing files."
    first, rename OOBE Folder to OOBE.old.
    to find OOBE:
    64 bit win OS: Program Files x86\Common Files\Adobe\OOBE
    32 bit win OS: Program Files \Common Files\Adobe\OOBE
    mac os: HD>library>application support>adobe>caps
    mac os: USER>library>application support>adobe>OOB
    if that fails or isn't the exact error you see, uninstall, clean (http://www.adobe.com/support/contact/cscleanertool.html) and reinstall.
    if you're using a dvd to install:
    copy the disc contents to a desktop directory and install from that directory.
    if you're using a mac:
    1. Try to Create a new user account in Mac with Administrator Priviledges.
    2. Login to the New user, Navigate to Mac HD> Application> Utilities> Adobe Installer folder, Locate products like Adobe Reader, Adobe Flash, Adobe Air and un-install them
    3. Navigate to User Library> Application Support> Adobe and move Adobe to Trash.
    4. Navigate to Mac HD> Library> Application Support> Adobe and move Adobe to Trash.
    5. Start the installation again.
    if everything applicable above fails, check your installation logs:
    http://helpx.adobe.com/photoshop-elements/kb/troubleshoot-install-using-logs-elements.html

Maybe you are looking for

  • Hp officejet pro 8500A plus parts number

    Hello. I need to find the part number of the part, (or assembly of parts that is available). I have a printer cracked this gear and I just need to fix the printer has been switched on again. Thanks for the reply. Info: one small part I removed so I c

  • UL are not showing up in my div correctly? CSS issue

    I can not figure out what I am doing wrong here. I had this working fine until I tweaked my site to get rid of the majority of tables on my site and optimize my pages for better peformance. If you take a look at the shopping support and learning cent

  • Can't export from keynote 09 to quicktime

    When I try to export from keynote 09 to quicktime 10 I get an error code there is not enough disk space or error 34.  I have taken off some graphic intensive files and have 30 GB of space left, but that does not seem to help.  Waht can I do?

  • How to handle Multile Table Group in InDesign

    my XML file having multiple table group tables content but InDesign not supporting while importing xml files?.. could please help and suggest any buddy how to handle multiple table group in InDesign.... because i received many jobs xml workflow with

  • Landscape Report - Need to resize for printing it portrait

    I have a financial report that I run often and it was originally designed as a landscape report. I want to reformat this report so that it will work for printing it in portrait. I don't really want to take a bunch of time to redesign this, I just wan