Error In flex builder

When i try to run a project i get this error:
there is no disk in the drive please insert a disk into drive
\device\harddisk1\DR3
It has JavaW.exe as the application name.
How do i fix this?

I would try this:
continentArray = new ArrayCollection(event.result as Array);
And if that does not work then ensure event.result is not just a string.
If this post answers your question or helps, please mark it as such.
Greg Lafrance - Flex 2 and 3 ACE certified
www.ChikaraDev.com
Flex Training and Support Services

Similar Messages

  • Error installing flex builder 2 plugin

    I'm getting an error when I try to install the flex builder 2
    into my copy of eclipse version 3.2.1.
    Here is the log:
    !SESSION 2007-03-13 14:10:12.087
    eclipse.buildId=M20060629-1905
    java.version=1.4.2_12
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Framework arguments: -application
    org.eclipse.update.core.standaloneUpdate -command install -from
    file:\C:\Program Files\Adobe\Flex Builder 2
    Plug-in\com.adobe.flexbuilder.update.site/ -featureId
    com.adobe.flexbuilder.feature.core -version 2.0.155577
    Command-line arguments: -application
    org.eclipse.update.core.standaloneUpdate -command install -from
    file:\C:\Program Files\Adobe\Flex Builder 2
    Plug-in\com.adobe.flexbuilder.update.site/ -featureId
    com.adobe.flexbuilder.feature.core -version 2.0.155577
    !ENTRY org.eclipse.update.core 4 0 2007-03-13 14:10:17.197
    !MESSAGE Duplicate conflicts

    Yes I tried that to work around my problem Flex Builder
    crashing. My Eclipse 3.3 install works fine, Flex Builder will not
    even start. The plug-in installer would not get past that same
    screen, I downloaded 3.2 and it installed fine, I assume it checks
    the version and 3.3 is not supported.

  • Stuck on Compiler Error in Flex Builder

    Greetings all.
    I have my first Flex app calling a Java backend, and the connection works fine.  I have a method "getContinents()" in Java, which returns a List of Continent objects.  Each Continent object has two variables, "name" and "description".  "Name" is a two-letter abbreviation (NA for North America, SA for South America, etc; you get the idea) and "Description" is the spelled-out description (like "North America").  I have an ActionScript class which mimics the Java class.
    In Flex, I have a DataGrid which has, as its dataProvider, a Bindable ArrayCollection.  When the data comes back into Flex, I put it in the aforementioned Bindable ArrayCollection.  That works great.  The list of Continents appears in the DataGrid, as expected.
    The issue is the DropDownList.  I want to see the same thing happen in the DropDownList.  I want to see the Description in the DropDownList, and when one is chosen, based on the selection, I want to go back to the server to get the list of Countries in that selected Continent.  But I can't get this to happen because I can't get past a compiler error on the DropDownList:
    -1067: Implicit coercion of a value of type String to an unrelated type mx.collections:IList.
    DropDownList is defined like this:
        <s:DropDownList x="270" y="220" id="continentDropdown" width="112">
                                        dataProvider="{continentArray}"
                                        labelField="description"
                                        valueField="name"
                                        change="continentChanged(event)">
        </s:DropDownList>
    Data is returned to Flex in this result handler:
                protected function continentsRO_resultHandler(event:ResultEvent):void
                {    log.info("Returned in result handler") ;
                    continentArray=event.result as ArrayCollection ;
    When I create a ComboBox instead of a DropDownList, I get the same compiler error.  When I change the ComboBox from a Spark ComboBox to an MX ComboBox, I don't get the compiler error, but the ComboBox never has any data in it.
    Would anyone be able to tell me what it is that I am doing wrong here?
    Thanks very much in advance!!!

    I would try this:
    continentArray = new ArrayCollection(event.result as Array);
    And if that does not work then ensure event.result is not just a string.
    If this post answers your question or helps, please mark it as such.
    Greg Lafrance - Flex 2 and 3 ACE certified
    www.ChikaraDev.com
    Flex Training and Support Services

  • Source Not Found in Flex Builder Debug

    Flex Builder 2 with CF App Wizard error.
    I'm getting a souce not found message and this error in Flex
    Builder 2. Anyone else see this? Says to Edit Source Lookup Path???
    Thanks,
    Don
    [SWF] /DA8/Constellation/CxI/bin/CxI-debug.swf - 1,087,677
    bytes after decompression
    [RPC Fault faultString="Send failed"
    faultCode="Client.Error.MessageSend"
    faultDetail="Channel.Connect.Failed error
    NetConnection.Call.Failed: HTTP: Status 404"]
    at mx.rpc::AbstractInvoker/
    http://www.adobe.com/2006/flex/mx/internal::faultHandler()[C:\dev\enterprise_gmc\framework s\mx\rpc\AbstractInvoker.as:192
    at
    mx.rpc::Responder/fault()[C:\dev\enterprise_gmc\frameworks\mx\rpc\Responder.as:56]
    at
    mx.rpc::AsyncRequest/fault()[C:\dev\enterprise_gmc\frameworks\mx\rpc\AsyncRequest.as:107]
    at
    mx.messaging::ChannelSet/mx.messaging:ChannelSet::faultPendingSends()[C:\dev\enterprise_g mc\frameworks\mx\messaging\ChannelSet.as:962]
    at
    mx.messaging::ChannelSet/channelFaultHandler()[C:\dev\enterprise_gmc\frameworks\mx\messag ing\ChannelSet.as:710]
    at
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at
    mx.messaging::Channel/mx.messaging:Channel::connectFailed()[C:\dev\enterprise_gmc\framewo rks\mx\messaging\Channel.as:736]
    at
    mx.messaging.channels::PollingChannel/mx.messaging.channels:PollingChannel::connectFailed ()[C:\dev\enterprise_gmc\frameworks\mx\messaging\channels\PollingChannel.as:203]
    at
    mx.messaging.channels::AMFChannel/mx.messaging.channels:AMFChannel::statusHandler()[C:\de v\enterprise_gmc\frameworks\mx\messaging\channels\AMFChannel.as:294]

    Can you post sample code that shows this issue?
    BaBo,

  • Flex Builder 3 Error: Unable to load SWC

    Hi,
    I am trying to use the YahooMaps component (YahooMaps.swc) in
    my application. I have included it in the build path of my
    application.
    Steps followed:
    1. Right-click on the project and choose Properties or open
    the Project menu and choose Properties.
    2. In the project properties dialog, choose Flex Build Path.
    3. Select the Library path tab, and press the Add SWC...
    button.
    4. Selected the YahooMap.swc
    I still get "Unable to load SWC: YahooMap.swc". It is an AS
    3.0 component. Any help will be appreciated.
    Thanks
    Sumit

    Hi Peter,
    Thank you for your reply.
    I have followed the documentation on the site you provided.
    All I have done so far is:
    1. Create a new flex project in Flex Builder 3
    2. Once the project is created, I try to add the YahooMap.swc
    to my Flex build path.
    3. Once I add the YahooMap.swc, it fails with the error
    "Unable to load YahooMap.swc" in Flex Builder 3.
    4. FB3 does not recognize YahooMap when I try to import it in
    AS3.
    import com.yahoo.maps.api.YahooMap;
    I am not sure what I am doing wrong. Does it have to do
    something with the version Y! has used to build the YahooMap.swc
    and Flex Builder 3?
    Thanks
    Sumit

  • Error while running C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\samples\explorer\build.bat

    Hello
    I am a flex beginner, when i run the  C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\samples\explorer\build.bat file the following error is displayed
    Loading Configuration file C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\frameworks\flex-config.xml
    C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\samples\explorer\loaderPanel.mxml
    Error :-1
    Please help me to run the bat file, as it will help me to learn flex independently.
    error message is attached as bmp.
    Thanks in advance.

    Hi,
    Take a look at this report: https://bugs.adobe.com/jira/browse/FB-11626 It might be of help.
    With best regards,
    Barna Biro
    Blog: http://blog.wisebisoft.com

  • Error: The folder does not contain a valid Flex Builder Project.

    HI All,
    My first Post here. I am new to Flex Hardly 10 days old. I
    want to open the flexstore project in flex builder 3 and could not
    able to do so.
    What I did: file->import->.... got the error msg as
    "The folder does not contain a valid Flex Builder Project".
    also tried file->import->general->..... same error
    msg.
    I need your Help guys
    I downloaded the sample project from
    http://examples.adobe.com/flex2/inproduct/sdk/flexstore/srcview/index.html
    Thanks in Advance
    SAS
    Text

    "shakeb66" <[email protected]> wrote in
    message
    news:gknbn8$av9$[email protected]..
    > HI All,
    > My first Post here. I am new to Flex Hardly 10 days old.
    I want to open
    > the
    > flexstore project in flex builder 3 and could not able
    to do so.
    > What I did: file->import->.... got the error msg
    as "The folder does not
    > contain a valid Flex Builder Project".
    > also tried file->import->general->..... same
    error msg.
    > I need your Help guys
    > I downloaded the sample project from
    >
    >
    http://examples.adobe.com/flex2/inproduct/sdk/flexstore/srcview/index.html
    Try creating a new Flex project and dragging the files from
    the zip into the
    src folder. You may find that you need to rearrange things a
    bit, depending
    on how they set up the project, but this should get you
    started.
    HTH;
    Amy

  • Error when launching Flex Builder 3

    Hello,
    I'm new to flex and just downloaded the trial version of Flex
    Builder 3. When launching the builder, I get the following error in
    the log. What am I missing?
    !SESSION 2008-12-07 21:08:26.880
    eclipse.buildId=unknown
    java.version=1.5.0_11
    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
    !ENTRY org.eclipse.equinox.app 2008-12-07 21:08:35.292
    !MESSAGE Product com.adobe.flexbuilder.standalone.product
    could not be found.
    !ENTRY org.eclipse.osgi 4 0 2008-12-07 21:08:35.472
    !MESSAGE Application error
    !STACK 1
    java.lang.RuntimeException: No application id has been found.
    at
    org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer. java:236)
    at
    org.eclipse.equinox.internal.app.EclipseAppContainer.start(EclipseAppContainer.java:98)
    at
    org.eclipse.equinox.internal.app.Activator.addingService(Activator.java:112)
    at
    org.osgi.util.tracker.ServiceTracker$Tracked.trackAdding(ServiceTracker.java:1064)
    at
    org.osgi.util.tracker.ServiceTracker$Tracked.trackInitialServices(ServiceTracker.java:926 )
    at
    org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:330)
    Any help is appreciated.
    Thanks

    no line, it just gives me that error every once in a while
    when the application is originally launched, but not every
    time.

  • Error in opening Flex Builder

    Hi,
    I am facing a problem here in using Adobe Flex Builder 3. I was unable to build the workspace project on flex builder earlier, maybe due to some missing configurations,therefore I planned on reinstalling the flex builder.
    Now, after reinstalling the flex builder, it does not works for me. It gives me an error when I try to open it.
    Following error was encountered in the log file:
    !ENTRY org.eclipse.osgi 4 0 2013-10-09 10:05:52.880
    !MESSAGE An error occurred while automatically activating bundle com.adobe.flexbuilder.project (34).
    !STACK 0
    org.osgi.framework.BundleException: The activator com.adobe.flexbuilder.project.internal.FlexProjectCore for bundle com.adobe.flexbuilder.project is invalid
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundl e.java:141)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:9 70)
    at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:260)
    at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
    at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:111)
    at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :417)
    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:189)
    at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:34 0)
    at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackag e.java:37)
    at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java :405)
    at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369)
    at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)
    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:83)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
    at java.lang.Class.getConstructor0(Unknown Source)
    at java.lang.Class.newInstance0(Unknown Source)
    at java.lang.Class.newInstance(Unknown Source)
    at com.adobe.flexbuilder.standalone.FlexBuilderApplication$1.run(FlexBuilderApplication.java :101)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296)
    at org.eclipse.swt.widgets.Display.release(Display.java:3345)
    at org.eclipse.swt.graphics.Device.dispose(Device.java:261)
    at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java :128)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:106)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:76)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
    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:508)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    Caused by: java.lang.NoClassDefFoundError: org/eclipse/core/resources/IResource
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
    at java.lang.Class.getConstructor0(Unknown Source)
    at java.lang.Class.newInstance0(Unknown Source)
    at java.lang.Class.newInstance(Unknown Source)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundl e.java:136)
    ... 41 more
    Root exception:
    java.lang.NoClassDefFoundError: org/eclipse/core/resources/IResource
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
    at java.lang.Class.getConstructor0(Unknown Source)
    at java.lang.Class.newInstance0(Unknown Source)
    at java.lang.Class.newInstance(Unknown Source)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundl e.java:136)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:9 70)
    at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:260)
    at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
    at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:111)
    at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :417)
    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:189)
    at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:34 0)
    at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackag e.java:37)
    at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java :405)
    at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369)
    at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)
    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:83)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
    at java.lang.Class.getConstructor0(Unknown Source)
    at java.lang.Class.newInstance0(Unknown Source)
    at java.lang.Class.newInstance(Unknown Source)
    at com.adobe.flexbuilder.standalone.FlexBuilderApplication$1.run(FlexBuilderApplication.java :101)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296)
    at org.eclipse.swt.widgets.Display.release(Display.java:3345)
    at org.eclipse.swt.graphics.Device.dispose(Device.java:261)
    at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java :128)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:106)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:76)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
    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:508)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    !ENTRY org.eclipse.osgi 4 0 2013-10-09 10:05:52.895
    !MESSAGE Application error
    !STACK 1
    org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NoClassDefFoundError: com/adobe/flexbuilder/project/asn/ASNBridge$ILicenseChangedListener)
    at org.eclipse.swt.SWT.error(SWT.java:3563)
    at org.eclipse.swt.SWT.error(SWT.java:3481)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:126)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296)
    at org.eclipse.swt.widgets.Display.release(Display.java:3345)
    at org.eclipse.swt.graphics.Device.dispose(Device.java:261)
    at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java :128)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:106)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:76)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
    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:508)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    Caused by: java.lang.NoClassDefFoundError: com/adobe/flexbuilder/project/asn/ASNBridge$ILicenseChangedListener
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
    at java.lang.Class.getConstructor0(Unknown Source)
    at java.lang.Class.newInstance0(Unknown Source)
    at java.lang.Class.newInstance(Unknown Source)
    at com.adobe.flexbuilder.standalone.FlexBuilderApplication$1.run(FlexBuilderApplication.java :101)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
    ... 18 more
    !ENTRY org.eclipse.osgi 2 0 2013-10-09 10:05:52.963
    !MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
    !SUBENTRY 1 org.eclipse.osgi 2 0 2013-10-09 10:05:52.963
    !MESSAGE Bundle update@plugins/com.adobe.flexbuilder.debug.e32_3.0.214193.jar was not resolved.
    !SUBENTRY 2 com.adobe.flexbuilder.debug.e32 2 0 2013-10-09 10:05:52.963
    !MESSAGE Missing required bundle org.eclipse.debug.ui_[3.2.0,3.3.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2013-10-09 10:05:52.963
    !MESSAGE Bundle update@plugins/org.eclipse.datatools.connectivity.oda.template.ui_3.0.4.200706071.jar was not resolved.
    !SUBENTRY 2 org.eclipse.datatools.connectivity.oda.template.ui 2 0 2013-10-09 10:05:52.964
    !MESSAGE Missing required bundle org.eclipse.pde.ui_[3.2.0,4.0.0).
    !ENTRY org.eclipse.osgi 2 0 2013-10-09 10:05:52.972
    !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 2013-10-09 10:05:52.972
    !MESSAGE Bundle update@plugins/com.adobe.flexbuilder.debug.e32_3.0.214193.jar [15] was not resolved.
    !SUBENTRY 2 com.adobe.flexbuilder.debug.e32 2 0 2013-10-09 10:05:52.972
    !MESSAGE Missing required bundle org.eclipse.debug.ui_[3.2.0,3.3.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2013-10-09 10:05:52.972
    !MESSAGE Bundle update@plugins/org.eclipse.datatools.connectivity.oda.template.ui_3.0.4.200706071.jar [89] was not resolved.
    !SUBENTRY 2 org.eclipse.datatools.connectivity.oda.template.ui 2 0 2013-10-09 10:05:52.972
    !MESSAGE Missing required bundle org.eclipse.pde.ui_[3.2.0,4.0.0).
    !SESSION 2013-10-09 10:06:48.332 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.5.0_11
    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
    !ENTRY org.eclipse.core.resources 2 10035 2013-10-09 10:06:58.693
    !MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.
    !ENTRY org.eclipse.osgi 4 0 2013-10-09 10:06:58.713
    !MESSAGE An error occurred while automatically activating bundle org.eclipse.core.resources (69).
    !STACK 0
    org.osgi.framework.BundleException: Exception in org.eclipse.core.resources.ResourcesPlugin.start() of bundle org.eclipse.core.resources.
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextIm pl.java:1018)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:9 74)
    at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:260)
    at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
    at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:111)
    at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :417)
    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:189)
    at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:34 0)
    at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackag e.java:37)
    at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java :405)
    at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369)
    at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)
    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:83)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java :111)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:106)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:76)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
    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:508)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    Caused by: org.eclipse.core.internal.dtree.ObjectNotFoundException: Tree element '/workspace-ui/src/lc/procmgmt/ui/workflow/tracking/WorkflowTrackingModel.as' not found.
    at org.eclipse.core.internal.dtree.AbstractDataTree.handleNotFound(AbstractDataTree.java:257 )
    at org.eclipse.core.internal.dtree.DeltaDataTree.getData(DeltaDataTree.java:585)
    at org.eclipse.core.internal.dtree.DataDeltaNode.asBackwardDelta(DataDeltaNode.java:50)
    at org.eclipse.core.internal.dtree.NoDataDeltaNode.asBackwardDelta(NoDataDeltaNode.java:59)
    at org.eclipse.core.internal.dtree.NoDataDeltaNode.asBackwardDelta(NoDataDeltaNode.java:59)
    at org.eclipse.core.internal.dtree.NoDataDeltaNode.asBackwardDelta(NoDataDeltaNode.java:59)
    at org.eclipse.core.internal.dtree.NoDataDeltaNode.asBackwardDelta(NoDataDeltaNode.java:59)
    at org.eclipse.core.internal.dtree.NoDataDeltaNode.asBackwardDelta(NoDataDeltaNode.java:59)
    at org.eclipse.core.internal.dtree.NoDataDeltaNode.asBackwardDelta(NoDataDeltaNode.java:59)
    at org.eclipse.core.internal.dtree.NoDataDeltaNode.asBackwardDelta(NoDataDeltaNode.java:59)
    at org.eclipse.core.internal.dtree.DataDeltaNode.asBackwardDelta(DataDeltaNode.java:47)
    at org.eclipse.core.internal.dtree.DeltaDataTree.asBackwardDelta(DeltaDataTree.java:88)
    at org.eclipse.core.internal.dtree.DeltaDataTree.reroot(DeltaDataTree.java:816)
    at org.eclipse.core.internal.dtree.DeltaDataTree.reroot(DeltaDataTree.java:815)
    at org.eclipse.core.internal.dtree.DeltaDataTree.reroot(DeltaDataTree.java:792)
    at org.eclipse.core.internal.watson.ElementTree.immutable(ElementTree.java:517)
    at org.eclipse.core.internal.resources.SaveManager.restore(SaveManager.java:670)
    at org.eclipse.core.internal.resources.SaveManager.startup(SaveManager.java:1319)
    at org.eclipse.core.internal.resources.Workspace.startup(Workspace.java:1949)
    at org.eclipse.core.internal.resources.Workspace.open(Workspace.java:1713)
    at org.eclipse.core.resources.ResourcesPlugin.start(ResourcesPlugin.java:363)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:9 99)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextIm pl.java:993)
    ... 29 more
    Root exception:
    org.eclipse.core.internal.dtree.ObjectNotFoundException: Tree element '/workspace-ui/src/lc/procmgmt/ui/workflow/tracking/WorkflowTrackingModel.as' not found.
    at org.eclipse.core.internal.dtree.AbstractDataTree.handleNotFound(AbstractDataTree.java:257 )
    at org.eclipse.core.internal.dtree.DeltaDataTree.getData(DeltaDataTree.java:585)
    at org.eclipse.core.internal.dtree.DataDeltaNode.asBackwardDelta(DataDeltaNode.java:50)
    at org.eclipse.core.internal.dtree.NoDataDeltaNode.asBackwardDelta(NoDataDeltaNode.java:59)
    at org.eclipse.core.internal.dtree.NoDataDeltaNode.asBackwardDelta(NoDataDeltaNode.java:59)
    at org.eclipse.core.internal.dtree.NoDataDeltaNode.asBackwardDelta(NoDataDeltaNode.java:59)
    at org.eclipse.core.internal.dtree.NoDataDeltaNode.asBackwardDelta(NoDataDeltaNode.java:59)
    at org.eclipse.core.internal.dtree.NoDataDeltaNode.asBackwardDelta(NoDataDeltaNode.java:59)
    at org.eclipse.core.internal.dtree.NoDataDeltaNode.asBackwardDelta(NoDataDeltaNode.java:59)
    at org.eclipse.core.internal.dtree.NoDataDeltaNode.asBackwardDelta(NoDataDeltaNode.java:59)
    at org.eclipse.core.internal.dtree.DataDeltaNode.asBackwardDelta(DataDeltaNode.java:47)
    at org.eclipse.core.internal.dtree.DeltaDataTree.asBackwardDelta(DeltaDataTree.java:88)
    at org.eclipse.core.internal.dtree.DeltaDataTree.reroot(DeltaDataTree.java:816)
    at org.eclipse.core.internal.dtree.DeltaDataTree.reroot(DeltaDataTree.java:815)
    at org.eclipse.core.internal.dtree.DeltaDataTree.reroot(DeltaDataTree.java:792)
    at org.eclipse.core.internal.watson.ElementTree.immutable(ElementTree.java:517)
    at org.eclipse.core.internal.resources.SaveManager.restore(SaveManager.java:670)
    at org.eclipse.core.internal.resources.SaveManager.startup(SaveManager.java:1319)
    at org.eclipse.core.internal.resources.Workspace.startup(Workspace.java:1949)
    at org.eclipse.core.internal.resources.Workspace.open(Workspace.java:1713)
    at org.eclipse.core.resources.ResourcesPlugin.start(ResourcesPlugin.java:363)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:9 99)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextIm pl.java:993)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:9 74)
    at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:260)
    at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
    at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:111)
    at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :417)
    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:189)
    at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:34 0)
    at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackag e.java:37)
    at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java :405)
    at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369)
    at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)
    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:83)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java :111)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:106)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:76)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
    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:508)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    Any key pointers?
    thanks,
    Ankit

    The only thing I can think of that could have caused this was
    this line of code:
    <mx:Button label=">" />
    Would that do it? If so, shouldn't Flex Builder simply show
    me a warning instead making the file completely
    inaccessible?

  • Internal Server Error When Trying to Open Flex Builder Tutorials

    Anyone know what I need to set up to run the tutorials in
    Flex Builder - get an internal error server (500) when trying to
    open up the tutorials listed on the start page.
    I can open, compile and run projects .
    Thanks

    well thats a real vague error that IIS can spit out and it
    could mean anything. If you are using a server side script in
    conjunction with the tutorials for some reason that i would start
    by commenting it all out. If you are just getting that error when
    just trying to access a static html file that resides whithin your
    web root then i would open up IIS and check you permisions under
    your default web site for that folder.

  • Flex builder error

    Im using Flex builder 2.0.1 (since I didnt find a forum for
    flex builder 2 Ill post here...)
    I've opened an existing project, but I cant run the mxml
    file. When I try to open the mxml file to edit it, in the Flex
    development perspective, I've got the following error message (and
    the file was not oppenet for editing):
    Unable to create this part due to an internal error. Reason for
    the failure: An unexpected exception was thrown.
    If I press Details, it shows:
    java.lang.NullPointerException
    at
    com.adobe.flexbuilder.project.actionscript.internal.ActionScriptProjectSettings.computeDy namicReferences(Unknown
    Source)
    at
    com.adobe.flexbuilder.project.actionscript.internal.ActionScriptProject.updateDynamicProj ectReferences(Unknown
    Source)
    at
    com.adobe.flexbuilder.project.actionscript.internal.ActionScriptProject.updateToolCompile Settings(Unknown
    Source)
    at
    com.adobe.flexbuilder.project.actionscript.internal.ActionScriptProject.doSetProjectDescr iption(Unknown
    Source)
    at
    com.adobe.flexbuilder.project.internal.FlexProject.doSetProjectDescription(Unknown
    Source)
    at
    com.adobe.flexbuilder.project.actionscript.internal.ActionScriptProject.loadDescription(U nknown
    Source)
    at
    com.adobe.flexbuilder.project.actionscript.internal.ActionScriptProject.<init>(Unknown
    Source)
    at
    com.adobe.flexbuilder.project.internal.FlexBasedProject.<init>(Unknown
    Source)
    at
    com.adobe.flexbuilder.project.internal.FlexProject.<init>(Unknown
    Source)
    at
    com.adobe.flexbuilder.project.actionscript.ActionScriptCore$2.doCreate(Unknown
    Source)
    at
    com.adobe.flexbuilder.project.actionscript.ActionScriptCore$ProjectCreator.run(Unknown
    Source)
    at
    org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1721)
    at
    com.adobe.flexbuilder.project.FlexWorkspaceRunner.run(Unknown
    Source)
    at
    com.adobe.flexbuilder.project.actionscript.ActionScriptCore$ProjectCreator.safeGetOrCreat e(Unknown
    Source)
    at
    com.adobe.flexbuilder.project.actionscript.ActionScriptCore.getProject(Unknown
    Source)
    at
    com.adobe.flexbuilder.project.FlexProjectManager.getActionScriptOrFlexProject(Unknown
    Source)
    at
    com.adobe.flexbuilder.codemodel.internal.project.EclipseProjectListener.registerProject(E clipseProjectListener.java:691)
    at
    com.adobe.flexbuilder.codemodel.internal.project.EclipseProjectListener.registerFile(Ecli pseProjectListener.java:740)
    at
    com.adobe.flexbuilder.editors.common.editor.AbstractFlexDocumentProvider.connect(Abstract FlexDocumentProvider.java:90)
    at
    com.adobe.flexbuilder.editors.mxml.code.MXMLDocumentProvider.connect(MXMLDocumentProvider .java:59)
    can you help me?? I dont know what to do...

    What was the project created with, the same version of Flex
    Builder or a newer or older one than what you have now? Did you try
    creating a new project and bringing in the same files?

  • Flex builder 3 build release version error

    Hi am a developer in flex for not too long. I am in a project that we use Flex 3 as our development tool in which we use external Actionscript classes and flash CS5 components (.swc) as well. Just recently the graphic team upgraded from CS5.0 to CS 5.5 and for some reason after they export the swc file from the flash source, I was not able to compile the flex project anymore throwing this error:
    "  Encountered errors or warnings while building project gTechLearning.as.
        gTechLearning.as: unable to load SWC C:\Documents and Settings\rhampton\My Documents\Flex Builder 3\learning\libs\_assets.swc ".
    So my question is simple, can anyone help me understand what is the cause of this error? Does it have anything to do with the version upgrade of the Adobe Creative Suite?
    Thanks,
    Ray H

    Ok, solved the problem. Found answer from here:
    http://forum.fluorinefx.com/viewtopic.php?f=9&t=3
    I installed LCDS Express and then added fds.swc to my project
    from LCDS-folder.

  • Flex Builder 2 errors on Eclipse 3.2

    Whenever you start Eclipse 3.2, five errors and two warnings
    occur, apparently caused by Flex Builder 2. To see them, follow the
    Eclipse menu
    Window =>
    Show View =>
    Other =>
    PDE Runtime =>
    Error Log. Here is a summary of the logs.
    You get the following errors whenever you start Eclipse 3.2:
    eclipse.buildId=M20060921-0945
    java.version=1.5.0_09
    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
    plugin: org.eclipse.core.filebuffers
    Error
    Sat Dec 09 08:39:04 CET 2006
    The content type with id
    "com.adobe.flexbuilder.project.content-type.actionscript" specified
    in the extension point does not exist.
    plugin: org.eclipse.core.filebuffers
    Error
    Sat Dec 09 08:39:04 CET 2006
    The content type with id
    "com.adobe.flexbuilder.project.content-type.css" specified in the
    extension point does not exist.
    plugin: org.eclipse.core.filebuffers
    Error
    Sat Dec 09 08:39:04 CET 2006
    The content type with id
    "com.adobe.flexbuilder.project.content-type.mxml" specified in the
    extension point does not exist.
    plugin: org.eclipse.ui
    Error
    Sat Dec 09 08:39:04 CET 2006
    Internal plug-in action delegate error on creation.
    java.lang.NullPointerException
    at
    org.cfeclipse.cfml.editors.actions.EditTagAction.setActiveEditor(EditTagAction.java:112)
    at
    org.eclipse.ui.internal.EditorPluginAction.initDelegate(EditorPluginAction.java:56)
    at
    org.eclipse.ui.internal.PluginAction.createDelegate(PluginAction.java:123)
    at
    org.eclipse.ui.internal.PluginAction.selectionChanged(PluginAction.java:278)
    at
    org.eclipse.ui.internal.PluginAction.<init>(PluginAction.java:110)
    at
    org.eclipse.ui.internal.PartPluginAction.<init>(PartPluginAction.java:29)
    at
    org.eclipse.ui.internal.EditorPluginAction.<init>(EditorPluginAction.java:32)
    at
    org.eclipse.ui.internal.ActionDescriptor.createAction(ActionDescriptor.java:256)
    at
    org.eclipse.ui.internal.ActionDescriptor.<init>(ActionDescriptor.java:170)
    at
    org.eclipse.ui.internal.ActionDescriptor.<init>(ActionDescriptor.java:100)
    at
    org.eclipse.ui.internal.EditorActionBuilder.createActionDescriptor(EditorActionBuilder.ja va:41)
    at
    org.eclipse.ui.internal.PluginActionBuilder.readElement(PluginActionBuilder.java:158)
    at
    org.eclipse.ui.internal.registry.RegistryReader.readElements(RegistryReader.java:138)
    at
    org.eclipse.ui.internal.registry.RegistryReader.readElementChildren(RegistryReader.java:1 27)
    at
    org.eclipse.ui.internal.PluginActionBuilder.readElement(PluginActionBuilder.java:141)
    at
    org.eclipse.ui.internal.registry.RegistryReader.readElements(RegistryReader.java:138)
    at
    org.eclipse.ui.internal.registry.RegistryReader.readExtension(RegistryReader.java:149)
    at
    org.eclipse.ui.internal.registry.RegistryReader.readRegistry(RegistryReader.java:170)
    at
    org.eclipse.ui.internal.PluginActionBuilder.readContributions(PluginActionBuilder.java:11 2)
    at
    org.eclipse.ui.internal.EditorActionBuilder.readActionExtensions(EditorActionBuilder.java :58)
    at
    org.eclipse.ui.internal.EditorManager.createEditorActionBars(EditorManager.java:318)
    at
    org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:832)
    at
    org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:583)
    at
    org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:372)
    at
    org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:566)
    at
    org.eclipse.ui.internal.EditorAreaHelper.setVisibleEditor(EditorAreaHelper.java:263)
    at
    org.eclipse.ui.internal.EditorManager.setVisibleEditor(EditorManager.java:1446)
    at
    org.eclipse.ui.internal.EditorManager$5.run(EditorManager.java:1006)
    at
    org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.core.runtime.Platform.run(Platform.java:843)
    at
    org.eclipse.ui.internal.EditorManager.restoreState(EditorManager.java:1001)
    at
    org.eclipse.ui.internal.WorkbenchPage.restoreState(WorkbenchPage.java:2843)
    at
    org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1936)
    at
    org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:2857)
    at
    org.eclipse.ui.internal.Workbench.access$14(Workbench.java:2805)
    at
    org.eclipse.ui.internal.Workbench$19.run(Workbench.java:1681)
    at
    org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1421)
    at
    org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1679)
    at
    org.eclipse.ui.internal.Workbench.access$12(Workbench.java:1650)
    at
    org.eclipse.ui.internal.Workbench$17.run(Workbench.java:1529)
    at
    org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at
    org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1473)
    at
    org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183)
    at
    org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:702)
    at
    org.eclipse.ui.internal.Workbench.init(Workbench.java:1085)
    at
    org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1847)
    at
    org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
    at
    org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at
    org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
    at
    org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
    at
    org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:92)
    at
    org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:68)
    at
    org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
    at
    org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
    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.core.launcher.Main.invokeFramework(Main.java:336)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
    at org.eclipse.core.launcher.Main.run(Main.java:977)
    at org.eclipse.core.launcher.Main.main(Main.java:952)
    plugin: org.eclipse.ui
    Error
    Sat Dec 09 08:39:04 CET 2006
    Could not create action delegate for id:
    org.cfeclipse.cfml.editors.actions.EditTagAction
    plugin: org.eclipse.ui
    Warning
    Sat Dec 09 08:39:00 CET 2006
    Warnings while parsing the editor contributions from the
    'org.eclipse.ui.editorActions' extension point
    Warning
    Sat Dec 09 08:39:00 CET 2006
    Actions require a non-empty label or definitionId:
    plug-in='com.adobe.flexbuilder.debug.ui',
    id='AUTOGEN:::com.adobe.flexbuilder.debug.ui.mxmlRulerActions/com.adobe.flexbuilder.debug .ui.mxmlDoubleClickBreakpointAction'
    Warning
    Sat Dec 09 08:39:00 CET 2006
    Actions require a non-empty label or definitionId:
    plug-in='com.adobe.flexbuilder.debug.ui',
    id='AUTOGEN:::com.adobe.flexbuilder.debug.ui.actionScriptRulerActions/com.adobe.flexbuild er.debug.ui.actionScriptDoubleClickBreakpointAction'
    plugin: org.eclipse.ui
    Warning
    Sat Dec 09 08:38:59 CET 2006
    Warnings while parsing the key bindings from the
    'org.eclipse.ui.commands' extension point
    Warning
    Sat Dec 09 08:38:59 CET 2006
    Cannot bind to an undefined command:
    plug-in='org.cfeclipse.cfml',
    id='org.cfeclipse.cfml.editors.actions.EditTagAction'

    FB only supports 3.2, just 3.1.1.
    Tracy

  • Flex Builder shows one error at a time

    Hi folks,
    I am new to flex. I have written a sample application in ActionScript. When I tried to build the application I am not able to see all my compile time errors at a single time. Following is the brief summary of the Issue occured while building the sample application:
              - First time one compliation error is shown.
              - After fixing this compilation error
              - Another compilation error is shown.(remember this error exists even at first time also) (and so on)
    Can't I see all the compilation errors at once (so that I can fix all my errors at one shot) in Flex Builder?
    (Note: I have the 'strict' mode enabled for the flex project)
    Thanks,
    Vamsi

    It depends on the error. If your error is confusing the heck out of the compiler, the compiler might not be able to reason about the rest of your source code, so it won't catch the rest of your errors. It also depends on the compiler--smarter compilers can show you more informative errors, or more errors at a time.
    I've found that most of the time, FlexBuilder is pretty good at reporting multilpe errors. Unfortunately, when it's not, there's not much you can do.

  • Install error in Air application created in Flex builder

    Hi all,
    When I export the release version of an AIR project, and
    attempt to
    run the resulting AIR file, I get the error "The application
    could not
    be installed because the AIR file is damaged. Try obtaining a
    new AIR
    file from the publisher." This happens every time, with every
    project.
    I even created a new project, and tried exporting that
    project without
    adding any of my own code to it and still the same error. The
    export
    process does not generate any errors.
    I ' ve adobe cs3 and Flash Player 10. Adobe flex_sdk_3 and
    airsdk also installed.But .air file was can't install
    Thanks in Advance,

    hello tzeng,
    The air file was created by using Flex Builder 3 .One xml
    file and mxml file were used. The project export release the .air
    file (installer package ). When i install the .air file that error
    has occured.
    Thanks for reply,

Maybe you are looking for

  • URGENT! text/SMS/iMessage problem

    I am in UK and I am using my iPhone 4S IOS 5.1 to text my girlfriend who is visiting Finland She has a 3Gs with IOS 5.1. Problem is she is receiving those messages sent as texts (green) but NOT those messages sent as iMessages (blue) They seem to cha

  • How to Change Handling Unit User Status

    Hi All, I am trying to change the HU Status using FM 'STATUS_CHANGE_EXTERN' but its not working.              lx_huheader-hu_id  is the Internal Handling unit number.             CONCATENATE 'HU'                         lx_huheader-hu_id INTO        

  • Installing Server Monitor on my G5 desktop?

    We have a nice Xserve here at work and I'd like to be able to use Server Monitor remotely on my G5 desktop. Basically, this is a laziness issue since the server sits about 15 feet away from my desk. So, is there a way to do this? \m/

  • Add a watermark or text

    can i add a small watermark or basic text text to the lower right of the picture i.e. Photo:Brad thanks and happy holidays

  • How do you transfer videos on imovie that are not showing up?

    so im doing a english project and i need to add in  some video clips that a friend  sent me in an email to my project on imovie. but they are not showing up, and they will not drag in. Help please