NullPointerException on skinClass autocomplete in MXML, Flash Builder 4

Thanks Jason, that was the issue. I had deleted some old components but kept the skins with the reference to the deleted components in the [HostComponent] metadata tag.
I'll file the bug in jira and also copy this message to the forum. Thanks
Sounds like a bug. Can you file it at http://bugs.adobe.com/flex ?
From the looks of it, there's likely a skin file in your project with bad/missing [HostComponent] metadata and we aren't handling it properly. Do you have any custom skins?
When you file the bug, send me the link. Make sure to set a watch on the bug for status updates. Thanks.
Jason San Jose
Software Engineer, Flash Builder
Hi Jason
I found your name on another thread in this forum regarding to a similar problem. I'm experiencing and issue with the skinClass autocomplete in Flash Builder 4. I contacted you directly because I read you have worked on similar issues.
The issue happens only in 1 project, in any workspace, and goes like this:
I type "sk" and hit Control+Space and get skinClass="" autocomplete and my cursor inserted between the "", but the skin matches do not pop up. If I check [workspace]/.metadata/.log, this is the error message I get: "!MESSAGE Unhandled event loop exception"
Then, if I hit Control+Space again, I get an error window with the message: "!MESSAGE "Content Assist" did not complete normally.  Please see the log for more information." and an error with: "!MESSAGE java.lang.NullPointerException"
I haven't seen this error elsewhere, I'm hoping you can give me some insight. Following goes a copy of the .log errors:
Thanks, L.
!ENTRY org.eclipse.ui 4 0 2010-07-16 15:59:36.116
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.NullPointerException
at com.adobe.flexide.mxml.core.utils.MXMLQueries.getSkinClassMatches(MXMLQueries.java:302)
at com.adobe.flexide.mxml.core.editor.contentassist.MXMLCompletionProcessor$3.getProposals(M XMLCompletionProcessor.java:726)
at com.adobe.flexide.mxml.core.editor.contentassist.MXMLCompletionProcessor.generateTypeProp osals(MXMLCompletionProcessor.java:489)
at com.adobe.flexide.mxml.core.editor.contentassist.MXMLCompletionProcessor.computeCompletio nProposals(MXMLCompletionProcessor.java:721)
at com.adobe.flexbuilder.mxml.editor.code.AdvancedMXMLCompletionProcessor.computeCompletionP roposals(AdvancedMXMLCompletionProcessor.java:81)
at com.adobe.flexide.editorcore.contentassist.AbstractCachingCompletionProcessor.hasCompleti onProposals(AbstractCachingCompletionProcessor.java:72)
at com.adobe.flexide.editorcore.contentassist.FlexContentAssistDelegate.willHaveProposals(Fl exContentAssistDelegate.java:348)
at com.adobe.flexide.editorcore.contentassist.FlexContentAssistDelegate.canRequery(FlexConte ntAssistDelegate.java:456)
at com.adobe.flexide.editorcore.contentassist.FlexContentAssistDelegate.getContextInformatio n(FlexContentAssistDelegate.java:222)
at com.adobe.flexide.editorcore.contentassist.FlexCompletionProposal.getContextInformation(F lexCompletionProposal.java:155)
at org.eclipse.jface.text.contentassist.CompletionProposalPopup.insertProposal(CompletionPro posalPopup.java:940)
at org.eclipse.jface.text.contentassist.CompletionProposalPopup.insertSelectedProposalWithMa sk(CompletionProposalPopup.java:877)
at org.eclipse.jface.text.contentassist.CompletionProposalPopup.verifyKey(CompletionProposal Popup.java:1304)
at org.eclipse.jface.text.contentassist.ContentAssistant$InternalListener.verifyKey(ContentA ssistant.java:806)
at org.eclipse.jface.text.TextViewer$VerifyKeyListenersManager.verifyKey(TextViewer.java:489 )
at org.eclipse.swt.custom.StyledTextListener.handleEvent(StyledTextListener.java:62)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1598)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1622)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1607)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1396)
at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5837)
at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:5541)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1598)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1622)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1607)
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1659)
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1654)
at org.eclipse.swt.widgets.Control.kEventUnicodeKeyPressed(Control.java:2304)
at org.eclipse.swt.widgets.Composite.kEventUnicodeKeyPressed(Composite.java:605)
at org.eclipse.swt.widgets.Control.kEventTextInputUnicodeForKeyEvent(Control.java:2266)
at org.eclipse.swt.widgets.Canvas.kEventTextInputUnicodeForKeyEvent(Canvas.java:232)
at org.eclipse.swt.widgets.Widget.textInputProc(Widget.java:2054)
at org.eclipse.swt.widgets.Display.textInputProc(Display.java:3971)
at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3051)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java :109)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
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:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
!ENTRY org.eclipse.ui 4 4 2010-07-16 16:00:17.613
!MESSAGE "Content Assist" did not complete normally.  Please see the log for more information.
!ENTRY org.eclipse.ui 4 0 2010-07-16 16:00:17.614
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at com.adobe.flexide.mxml.core.utils.MXMLQueries.getSkinClassMatches(MXMLQueries.java:302)
at com.adobe.flexide.mxml.core.editor.contentassist.MXMLCompletionProcessor$3.getProposals(M XMLCompletionProcessor.java:726)
at com.adobe.flexide.mxml.core.editor.contentassist.MXMLCompletionProcessor.generateTypeProp osals(MXMLCompletionProcessor.java:489)
at com.adobe.flexide.mxml.core.editor.contentassist.MXMLCompletionProcessor.computeCompletio nProposals(MXMLCompletionProcessor.java:721)
at com.adobe.flexbuilder.mxml.editor.code.AdvancedMXMLCompletionProcessor.computeCompletionP roposals(AdvancedMXMLCompletionProcessor.java:81)
at org.eclipse.jface.text.contentassist.ContentAssistant.computeCompletionProposals(ContentA ssistant.java:1832)
at org.eclipse.jface.text.contentassist.CompletionProposalPopup.computeProposals(CompletionP roposalPopup.java:556)
at org.eclipse.jface.text.contentassist.CompletionProposalPopup.access$16(CompletionProposal Popup.java:553)
at org.eclipse.jface.text.contentassist.CompletionProposalPopup$2.run(CompletionProposalPopu p.java:488)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.jface.text.contentassist.CompletionProposalPopup.showProposals(CompletionProp osalPopup.java:482)
at org.eclipse.jface.text.contentassist.ContentAssistant.showPossibleCompletions(ContentAssi stant.java:1660)
at org.eclipse.jface.text.source.SourceViewer.doOperation(SourceViewer.java:835)
at org.eclipse.jface.text.source.projection.ProjectionViewer.doOperation(ProjectionViewer.ja va:1450)
at com.adobe.flexide.editorcore.editor.FlexSourceViewer.doOperation(FlexSourceViewer.java:19 0)
at org.eclipse.ui.texteditor.TextOperationAction$1.run(TextOperationAction.java:131)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ui.texteditor.TextOperationAction.run(TextOperationAction.java:129)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:185)
at org.eclipse.ui.internal.handlers.LegacyHandlerWrapper.execute(LegacyHandlerWrapper.java:1 09)
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.jav a:508)
at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:470)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:824)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:880 )
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboar d.java:569)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:510)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboar d.java:125)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1131)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1597)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1622)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1607)
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1659)
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1654)
at org.eclipse.swt.widgets.Control.kEventUnicodeKeyPressed(Control.java:2304)
at org.eclipse.swt.widgets.Composite.kEventUnicodeKeyPressed(Composite.java:605)
at org.eclipse.swt.widgets.Control.kEventTextInputUnicodeForKeyEvent(Control.java:2266)
at org.eclipse.swt.widgets.Canvas.kEventTextInputUnicodeForKeyEvent(Canvas.java:232)
at org.eclipse.swt.widgets.Widget.textInputProc(Widget.java:2054)
at org.eclipse.swt.widgets.Display.textInputProc(Display.java:3971)
at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3051)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java :109)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
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:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)

Bug on Jira: http://bugs.adobe.com/jira/browse/FB-27166

Similar Messages

  • "Finding occurrences" error when editing .mxml file in Flash Builder 4.6 Premium (Trial)

    I am evaluating Flash Builder 4.6.  Windows 7 Ultimate x64
    I am trying to go through the Flex in a week training series but I am getting a lot of the "Finding occurrences" errors when editing the mxml files.
    The error:
    An internal error occurred during: "Finding occurrences".
    java.lang.NullPointerException
    This error occurs almost every time an xml tag is edited.
    I can dismiss the error window that pops up by hitting 'Enter' and can continue editing the .mxml file but the error keeps repeating.
    I was getting this error in the Day 1 set of exercises but after awhile the errors just stopped.
    Now that I have imported the Day 2 starter projects, the error has started again but is occurring on almost every keystroke when editing an xml tag/element!.
    Anyone have any ideas how to correct this issue?

    Ok, I seemed to have found a solution/workaround for the error.
    After importing the Day 2 starter projects, I did not exit and restart Flash Builder. After exiting/restarting Flash Builder, I can now edit the .mxml files without the annoying "Finding occurrences" errors.

  • Endless NullPointerExceptions in Flash Builder 4.5

          I've been using Flash Builder 4.5 with Flex SDK 3.5B on Mac OS X 10.8.2 for a couple months. It hasn't been a perfect experience—the software has quite a few bugs—but in general it has been working until recently.
    Our application includes two Flash Builder "projects", one of which references the other. Whenever we clone the repository, it is necessary to update the .project file of the primary project to include the new path of the secondary project.
    The last thing I did before everything broke was move the folder containing the projects to a new location. As expected, when I opened Flash Builder, it complained that it couldn't find my project files, and they were all marked as inaccessible in the "Package Explorer" view. I did not remove the inaccessible projects from my workspace, but I attempted to re-import the primary project from its new location. This marked the first time I saw a dialog that has haunted me ever since:
    The "Problems" view told me to refer to the error log...
    ...but the error log was empty!
    The "Package Explorer" view didn't change (the new project wasn't listed) so I decided to just try the import again. When I selected the project directory, Flash Builder said I couldn't import it because the project was already in the workspace. "But the Package Explorer says it isn't... maybe it'll let me try again if I restart Flash Builder," I thought. I thought wrong. When I restarted, this is what I saw:
    java.lang.NullPointerException
        at com.adobe.flexbuilder.util.PathUtils.resolveLocaleInSourcePath(PathUtils.java:297)
        at com.adobe.flexbuilder.project.actionscript.internal.ActionScriptProject.getProjectPath(ActionScriptProject.java:713)
        at com.adobe.flexbuilder.project.actionscript.internal.ActionScriptProject.getSourceContainers(ActionScriptProject.java:681)
        at com.adobe.flexbuilder.as.editor.ui.packageexplorer.content.FlexPackageExplorerContentManager.getSourceRoot(FlexPackageExplorerContentManager.java:644)
        at com.adobe.flexbuilder.as.editor.ui.packageexplorer.FlexPackageExplorerContentProvider.getWorkspaceRootChildren(FlexPackageExplorerContentProvider.java:152)
        at com.adobe.flexbuilder.as.editor.ui.packageexplorer.FlexPackageExplorerContentProvider.getChildren(FlexPackageExplorerContentProvider.java:80)
        at com.adobe.flexbuilder.as.editor.ui.packageexplorer.FlexPackageExplorerContentProvider.inputChanged(FlexPackageExplorerContentProvider.java:449)
    It couldn't even display the list of projects so I could remove the one that was causing the issue. A similar message was displayed in the "Editor" view. Deleting all of the project's files didn't help either. I was unable to fix the workspace, and the only way I could continue to use Flash Builder was by creating a new workspace.
    Since then, I have tried many different things:
    Reinstalled Flash Builder 4.5.
    Reinstalled Flex SDK 3.5B.
    Checked out a six-month old version of the project.
    Upgraded to Flash Builder 4.6.
    Created a new user profile on my computer.
    Tried to remove whatever trace files might have broken things:
    Used Instruments to monitor all files the Flash Builder process touches.
    Uninstalled Flash Builder.
    Used find to locate any files that included builder or eclipse in their name.
    Deleted all files found in (1) or (3) that seemed possibly related to Flash Builder.
    Reinstalled Flash Builder.
    Installed Flash Builder 4.5 on another Mac running Mac OS X 10.6.8.
    Installed Flash Builder 4.5 in a Windows 7 VM.
    None have made any difference. That seems impossible.
    Other members of my team have been working on this project for a couple years without running into this particular issue, yet now versions of the project from before I started appear to be broken, and even using brand new installations of Flash Builder on entirely different systems also breaks.
    I have no idea what's going on. It seems like I must have done something else and forgotten about it, because the current situation makes no sense. Has anybody encountered this issue before? Do you have any idea what might be causing it, or what I might do to fix it?   

    I tried phone support yesterday, after making this post. The support representative eventually said that phone support is no longer offered for Flash Builder 4.5, but that I could email tier-2 support at [email protected]. However, when I tried to email my inquiry to this address, it bounced:
    Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 550 550 No such user - psmtp (state 13).
    Could you please tell me the correct email address for tier-2 support of this product?
    Are you getting the same error with Flash Builder 4.6? If not can you share the logs, I can check them and see if there are any workarounds that I can suggest.
    I'm afraid the same error happens in Flash Builder 4.6.
    Here is the log from 4.5, anyway. Curiously, the log isn't written every time this happens, it often (seemingly at random) is left empty. When it is written, it includes the same stack trace from a NullPointerException as appear in the "Project Explorer" view when I restart.
    !SESSION 2012-11-14 10:33:20.196 -----------------------------------------------
    eclipse.buildId=M20100909-0800
    java.version=1.6.0_37
    java.vendor=Apple Inc.
    BootLoader constants: OS=macosx, ARCH=x86, WS=cocoa, NL=en_US
    Framework arguments:  -keyring /Users/jeremy/.eclipse_keyring -showlocation
    Command-line arguments:  -os macosx -ws cocoa -arch x86 -data /Users/jeremy/Documents/Adobe Flash Builder 4.5-workspace-10 -keyring /Users/jeremy/.eclipse_keyring -consoleLog -showlocation
    !ENTRY org.eclipse.ui 2 0 2012-11-14 10:33:21.522
    !MESSAGE Warnings while parsing the commands from the 'org.eclipse.ui.commands' and 'org.eclipse.ui.actionDefinitions' extension points.
    !SUBENTRY 1 org.eclipse.ui 2 0 2012-11-14 10:33:21.522
    !MESSAGE Commands should really have a category: plug-in='com.qnx.flashbuilder.multiplatform.qnx.ui', id='com.qnx.flashbuilder.multiplatform.qnx.ui.commands.OpenInfoCenter', categoryId='com.qnx.flashbuilder.multiplatform.qnx.ui.commands.category.help'
    !ENTRY org.eclipse.jface 2 0 2012-11-14 10:33:25.139
    !MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.
    !SUBENTRY 1 org.eclipse.jface 2 0 2012-11-14 10:33:25.139
    !MESSAGE A conflict occurred for COMMAND+SHIFT+F12:
    Binding(COMMAND+SHIFT+F12,
         ParameterizedCommand(Command(org.eclipse.mylyn.tasks.ui.command.searchForTask,Search Repository for Task,
              Category(org.eclipse.ui.category.navigate,Navigate,null,true),
              org.eclipse.mylyn.internal.tasks.ui.search.SearchTaskHandler,
              ,,true),null),
         org.eclipse.ui.defaultAcceleratorConfiguration,
         org.eclipse.ui.contexts.window,,,system)
    Binding(COMMAND+SHIFT+F12,
         ParameterizedCommand(Command(com.adobe.flexbuilder.flashbridge.export.publish.movie,Publish Movie,
              Publish in Flash Professional,
              Category(com.adobe.flexbuilder.flashbridge.flashProCommands,&Flash Professional,null,true),
              ,,true),null),
         org.eclipse.ui.defaultAcceleratorConfiguration,
         org.eclipse.ui.contexts.window,,cocoa,system)
    !ENTRY org.eclipse.core.net 1 0 2012-11-14 10:33:25.552
    !MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16|localhost|*.localhost by an external source. This value will be overwritten using the values from the preferences
    !ENTRY org.eclipse.ui 4 0 2012-11-14 10:40:04.073
    !MESSAGE Unhandled event loop exception
    !STACK 0
    org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
         at org.eclipse.swt.SWT.error(SWT.java:4083)
         at org.eclipse.swt.SWT.error(SWT.java:3998)
         at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:137)
         at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3586)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3279)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
         at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
         at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
         at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilderApplication.java:108)
         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
         at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
    Caused by: java.lang.NullPointerException
         at com.adobe.flexbuilder.util.PathUtils.resolveLocaleInSourcePath(PathUtils.java:297)
         at com.adobe.flexbuilder.project.actionscript.internal.ActionScriptProject.getProjectPath(ActionScriptProject.java:713)
         at com.adobe.flexbuilder.project.actionscript.internal.ActionScriptProject.getSourceContainers(ActionScriptProject.java:681)
         at com.adobe.flexbuilder.as.editor.ui.packageexplorer.content.FlexPackageExplorerContentManager.getSourceRoot(FlexPackageExplorerContentManager.java:644)
         at com.adobe.flexbuilder.as.editor.ui.packageexplorer.FlexPackageExplorerContentProvider.getWorkspaceRootChildren(FlexPackageExplorerContentProvider.java:152)
         at com.adobe.flexbuilder.as.editor.ui.packageexplorer.FlexPackageExplorerContentProvider.getChildren(FlexPackageExplorerContentProvider.java:80)
         at com.adobe.flexbuilder.as.editor.ui.packageexplorer.FlexPackageExplorerContentProvider.getElements(FlexPackageExplorerContentProvider.java:432)
         at org.eclipse.jface.viewers.StructuredViewer.getRawChildren(StructuredViewer.java:989)
         at org.eclipse.jface.viewers.ColumnViewer.getRawChildren(ColumnViewer.java:703)
         at org.eclipse.jface.viewers.AbstractTreeViewer.getRawChildren(AbstractTreeViewer.java:1332)
         at org.eclipse.jface.viewers.TreeViewer.getRawChildren(TreeViewer.java:391)
         at org.eclipse.jface.viewers.StructuredViewer.getFilteredChildren(StructuredViewer.java:896)
         at org.eclipse.jface.viewers.AbstractTreeViewer.getSortedChildren(AbstractTreeViewer.java:601)
         at org.eclipse.jface.viewers.AbstractTreeViewer.updateChildren(AbstractTreeViewer.java:2581)
         at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefreshStruct(AbstractTreeViewer.java:1867)
         at org.eclipse.jface.viewers.TreeViewer.internalRefreshStruct(TreeViewer.java:721)
         at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefresh(AbstractTreeViewer.java:1842)
         at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefresh(AbstractTreeViewer.java:1799)
         at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefresh(AbstractTreeViewer.java:1785)
         at org.eclipse.jface.viewers.StructuredViewer$7.run(StructuredViewer.java:1487)
         at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1422)
         at org.eclipse.jface.viewers.TreeViewer.preservingSelection(TreeViewer.java:403)
         at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1383)
         at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1485)
         at org.eclipse.jface.viewers.ColumnViewer.refresh(ColumnViewer.java:537)
         at com.adobe.flexbuilder.as.editor.ui.packageexplorer.FlexPackageExplorerResourceListener$ResourceUpdate.run(FlexPackageExplorerResourceListener.java:117)
         at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
         at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
         ... 22 more
    !ENTRY com.adobe.flexbuilder.project 4 43 2012-11-14 10:40:04.231
    !MESSAGE Uncaught exception in compiler
    !STACK 0
    java.lang.NullPointerException
         at com.adobe.flexbuilder.util.PathUtils.resolveLocaleInSourcePath(PathUtils.java:297)
         at com.adobe.flexbuilder.project.actionscript.internal.ActionScriptProject.getProjectPath(ActionScriptProject.java:713)
         at com.adobe.flexbuilder.project.actionscript.internal.ActionScriptProject.getSourceContainers(ActionScriptProject.java:681)
         at com.adobe.flexbuilder.project.actionscript.internal.ActionScriptProject.resolveSourcePath(ActionScriptProject.java:1597)
         at com.adobe.flexbuilder.project.ProjectSourcePathResolver.resolve(ProjectSourcePathResolver.java:43)
         at com.adobe.flexbuilder.multisdk.compiler.internal.MoxieConfiguration$AsProjectPathResolver.resolve(MoxieConfiguration.java:212)
         at flex2.tools.oem.internal.OEMPathResolver.resolve(OEMPathResolver.java:37)
         at flex2.compiler.common.PathResolver.checkSinglePathResolvers(PathResolver.java:127)
         at flex2.compiler.common.PathResolver.resolve(PathResolver.java:54)
         at flex2.compiler.common.ConfigurationPathResolver.getVirtualFile(ConfigurationPathResolver.java:110)
         at flex2.tools.Compiler.processConfiguration(Compiler.java:605)
         at flex2.tools.Compiler.processConfiguration(Compiler.java:526)
         at flex2.tools.oem.internal.OEMUtil.getApplicationConfiguration(OEMUtil.java:235)
         at flex2.tools.oem.internal.OEMUtil.getApplicationConfiguration(OEMUtil.java:206)
         at flex2.tools.oem.Application.recompile(Application.java:866)
         at flex2.tools.oem.Application.compile(Application.java:681)
         at flex2.tools.flexbuilder.BuilderApplication.compile(BuilderApplication.java:354)
         at com.adobe.flexbuilder.multisdk.compiler.internal.ASApplicationBuilder$MyBuilder.mybuild(ASApplicationBuilder.java:319)
         at com.adobe.flexbuilder.multisdk.compiler.internal.ASApplicationBuilder.build(ASApplicationBuilder.java:129)
         at com.adobe.flexbuilder.multisdk.compiler.internal.ASBuilder.build(ASBuilder.java:198)
         at com.adobe.flexbuilder.multisdk.compiler.internal.ASItemBuilder.build(ASItemBuilder.java:70)
         at com.adobe.flexbuilder.project.compiler.internal.FlexProjectBuilder.buildItem(FlexProjectBuilder.java:575)
         at com.adobe.flexbuilder.project.compiler.internal.FlexProjectBuilder.build(FlexProjectBuilder.java:350)
         at com.adobe.flexbuilder.project.compiler.internal.FlexIncrementalBuilder.build(FlexIncrementalBuilder.java:187)
         at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:629)
         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
         at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:172)
         at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:203)
         at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:255)
         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
         at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:258)
         at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:311)
         at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:343)
         at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:144)
         at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:242)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
    !ENTRY com.adobe.flexbuilder.project 4 43 2012-11-14 10:40:04.251
    !MESSAGE Uncaught exception in compiler
    !STACK 0
    java.lang.NullPointerException
         at com.adobe.flexbuilder.util.PathUtils.resolveLocaleInSourcePath(PathUtils.java:297)
         at com.adobe.flexbuilder.project.actionscript.internal.ActionScriptProject.getProjectPath(ActionScriptProject.java:713)
         at com.adobe.flexbuilder.project.actionscript.internal.ActionScriptProject.getSourceContainers(ActionScriptProject.java:681)
         at com.adobe.flexbuilder.project.actionscript.internal.ActionScriptProject.resolveSourcePath(ActionScriptProject.java:1597)
         at com.adobe.flexbuilder.project.ProjectSourcePathResolver.resolve(ProjectSourcePathResolver.java:43)
         at com.adobe.flexbuilder.multisdk.compiler.internal.MoxieConfiguration$AsProjectPathResolver.resolve(MoxieConfiguration.java:212)
         at flex2.tools.oem.internal.OEMPathResolver.resolve(OEMPathResolver.java:37)
         at flex2.compiler.common.PathResolver.checkSinglePathResolvers(PathResolver.java:127)
         at flex2.compiler.common.PathResolver.resolve(PathResolver.java:54)
         at flex2.compiler.common.ConfigurationPathResolver.getVirtualFile(ConfigurationPathResolver.java:110)
         at flex2.tools.Compiler.processConfiguration(Compiler.java:605)
         at flex2.tools.Compiler.processConfiguration(Compiler.java:526)
         at flex2.tools.oem.internal.OEMUtil.getApplicationConfiguration(OEMUtil.java:235)
         at flex2.tools.oem.internal.OEMUtil.getApplicationConfiguration(OEMUtil.java:206)
         at flex2.tools.oem.Application.recompile(Application.java:866)
         at flex2.tools.oem.Application.compile(Application.java:681)
         at flex2.tools.flexbuilder.BuilderApplication.compile(BuilderApplication.java:354)
         at com.adobe.flexbuilder.multisdk.compiler.internal.ASApplicationBuilder$MyBuilder.mybuild(ASApplicationBuilder.java:319)
         at com.adobe.flexbuilder.multisdk.compiler.internal.ASApplicationBuilder.build(ASApplicationBuilder.java:129)
         at com.adobe.flexbuilder.multisdk.compiler.internal.ASBuilder.build(ASBuilder.java:198)
         at com.adobe.flexbuilder.multisdk.compiler.internal.ASItemBuilder.build(ASItemBuilder.java:70)
         at com.adobe.flexbuilder.project.compiler.internal.FlexProjectBuilder.buildItem(FlexProjectBuilder.java:575)
         at com.adobe.flexbuilder.project.compiler.internal.FlexProjectBuilder.build(FlexProjectBuilder.java:350)
         at com.adobe.flexbuilder.project.compiler.internal.FlexIncrementalBuilder.build(FlexIncrementalBuilder.java:187)
         at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:629)
         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
         at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:172)
         at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:203)
         at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:255)
         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
         at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:258)
         at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:311)
         at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:343)
         at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:144)
         at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:242)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
    !ENTRY org.eclipse.core.resources 4 2 2012-11-14 10:40:04.260
    !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.resources".
    !STACK 0
    java.lang.NullPointerException
         at com.adobe.flexbuilder.util.PathUtils.resolveLocaleInSourcePath(PathUtils.java:297)
         at com.adobe.flexbuilder.project.actionscript.internal.ActionScriptProject.getProjectPath(ActionScriptProject.java:713)
         at com.adobe.flexbuilder.project.actionscript.internal.ActionScriptProject.getSourceContainers(ActionScriptProject.java:681)
         at com.adobe.flexbuilder.project.compiler.internal.BuilderUtils.copyDependents(BuilderUtils.java:438)
         at com.adobe.flexbuilder.project.compiler.internal.FlexProjectBuilder.build(FlexProjectBuilder.java:393)
         at com.adobe.flexbuilder.project.compiler.internal.FlexIncrementalBuilder.build(FlexIncrementalBuilder.java:187)
         at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:629)
         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
         at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:172)
         at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:203)
         at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:255)
         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
         at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:258)
         at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:311)
         at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:343)
         at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:144)
         at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:242)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
    !ENTRY org.eclipse.core.resources 4 75 2012-11-14 10:40:04.272
    !MESSAGE Errors occurred during the build.
    !SUBENTRY 1 com.adobe.flexbuilder.project 4 75 2012-11-14 10:40:04.272
    !MESSAGE Errors running builder 'Flex' on project 'configurator'.
    !STACK 0
    java.lang.NullPointerException
         at com.adobe.flexbuilder.util.PathUtils.resolveLocaleInSourcePath(PathUtils.java:297)
         at com.adobe.flexbuilder.project.actionscript.internal.ActionScriptProject.getProjectPath(ActionScriptProject.java:713)
         at com.adobe.flexbuilder.project.actionscript.internal.ActionScriptProject.getSourceContainers(ActionScriptProject.java:681)
         at com.adobe.flexbuilder.project.compiler.internal.BuilderUtils.copyDependents(BuilderUtils.java:438)
         at com.adobe.flexbuilder.project.compiler.internal.FlexProjectBuilder.build(FlexProjectBuilder.java:393)
         at com.adobe.flexbuilder.project.compiler.internal.FlexIncrementalBuilder.build(FlexIncrementalBuilder.java:187)
         at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:629)
         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
         at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:172)
         at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:203)
         at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:255)
         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
         at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:258)
         at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:311)
         at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:343)
         at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:144)
         at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:242)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

  • Autocompletion not working in Flash Builder burrito

    Hello!
    What causes could prevent autocompletion from working in Flash Builder burrito? in flash builder 4 it works fine, but not at all in burrito. maybe I changed some settings somehow? If i open Settings->Flash Builder->Editors then "Enable Auto Activation" under "Code Assist" is checked.
    what other reason could there be for that problem?

    Hi,
    Are you using 'Flash Builder Burrito Preview'? You might have faced this known issue https://bugs.adobe.com/jira/browse/FB-28451 . This is fixed in future builds of Flash Builder.
    Workaround is, Click 'Restore defaults' in Preferences->Flash Builder->Editors->ActionScript Code->Content Assist Cycling
    Or Changing workspace.
    Let us know if this workaround solves the issue.
    -Radhakrishna

  • Flash Builder 4.7 Windows 64 bits MXML visual editor ?

    Hi, I installed Flash Builder 4.7 for windows 64bits, but I can not edit mxml in visual editor, no visual flap.
    Tanks.

    I too was upset, when read it.
    Adobe labs:
    Yes, Design View has been removed from Flash Builder 4.7.  In case you need to use Design View, please use Flash builder 4.6. ...
    http://labs.adobe.com/technologies/flashbuilder4-7/?tabID=details#FAQ

  • Flash Builder 4.5 blank mxml after computer freezes

    Hi !! I have a very strange problem, last night using Flash Builder 4.5 in the moment i was saving the project my computer froze and i rebooted my computer and the Main.mxml file is filled now with blank spaces. The properties says it is 230Kb but opening it in the text editor is just blabk spaces, trying to open in flash builder but ir hangs and when i open the project it gives me "Content is not allowed in prolog." Any ideas ?? Thank you very much !!

    Hi Anirudh !! thanks for the response. I have opened the mxml file in wordpad and in notepad, just blank spaces, 230kb of blank spaces, i think it has to do with saving (flash builder automatically builds the project on save) and freezing just the instant after i saved. I really dont think there is a solution, will have to redo it, thank you very much, hope this does not happen to anyone else, it is very frustating and depressing to lose a project. Best wishes !!

  • Flash Builder mxml editing painfully slow

    I'm running Flash Builder on a Windows Vista machine.  I created a default application project and created a new component.  I started editing that new component in the MXML editor, opened the help window to look up some stuff, when back to edit and it freezes up for about 10 seconds.  I edited a little more and then it freezes up again for 10 seconds.  I looked at the FB process footprint (gumbo.exe) and its 500Megs, 5 times larger than anything else including Photoshop. I was also running Flex Builder 3 at the same time.  Is there some known issues...googling I found a similar complaint for Mac.

    This is a known, intermittent issue. Please see http://bugs.adobe.com/jira/browse/FB-19935.
    Jason San Jose
    Quality Engineer, Flash Builder

  • Flash Builder MXML editor not showing editor toolbar

    My MXML editor is not showing the editor toolbar with the "Source" and "Design" buttons. I have just purchased Creative Cloud, created a new blank project and the buttons are not there as expected. Help!

    Flash Builder 4.6 was the last version to feature a design mode.  4.7 discontinued it.  Adobre has not updated flex in a wekk and I can't find any alternative educational materials past 4.6.  if someone finds some please inform me!!

  • Flash Builder MXML Editor Crash

    I'm creating an air project. Everything works fine until I made a small modification that when I want to load the mxml in the editor it starts loading and stops responding. I have to open in the text editor to try to find any errors but without success. The program runs and debugs perfectly but there is something that the editor can't open (it does not show errors)
    I try to clean the project, validate... No result.
    Any idea to what to do? This happened in early versions of flash builder and now at 4.6.

    I also have this issue. It has only just started happening in the last few days. I don't know where I can report this issue or bug but now I can not open my default application mxml class to set a stop point. I have read that this is a recursive issue in the IDE where it gets stuck in a loop but that is all I know. Looking at the log it looks like a recursive issue. I've lots many days on this already.
    Does anyone konw of a solution? I even upgraded my RAM which I thought might be the problem.
    Flash Builder 4.7 Mac
    thanks

  • Flash Professional as3, Flash Builder as3 or Flash Builder mxml?

    So there is no doubt that Flash Builder with mxml is amazing. I Built my app in 2 months and it is amazing. The problem is that my app is way too slow and it not only freezes but freezes the whole phone and you have to take out the battery.
    Now I built a test app with Flash Professional, that of course isn't yet as complicated as the Flash Builder app, which performs at the same speed as native apps. It never crashes and is just amazing.
    I am wondering which direction to go. Which IDE to choose? Flash Pro or Flash Builder?
    I agree Flash Builder is better in every way during the development process, but in the end... does all that matter? does it not all come down to how well the app performs for the end user?
    From my website development experience I noticed that Flex websites are slow and crash web browsers. On the other hand Flash Professional apps never crash the web browser and run perfectly smooth.
    I have only found two quality adobe air apps on the market and I 99% gaurantee they were both developed with Flash Professional.
    Does anyone have an example of an app they know was developed with Flash Builder using mxml and which runs smooth and never crashes?

    Speaking as a developer who has built and worked on a number of large-scale apps for long-term clients; you would need to shoot me and prise the Flex framework from my cold, dead hands before I would give it all up in favour of the huge limitations of a pure AS implementation.
    Yes, it is possible to build bad, slow, heavy Flex AIR apps. Yes, it is possible to build faster, slicker, lighter pure AS apps.
    But...
    Once an app is out there, you need to maintain it.
    And...
    If you build the thing properly in the first place, performance will be comparable or better using the well-defined systems and frameworks of Flex / AIR.
    Or rather...
    There are things that it is better to build your own controls for than to use Flex's ones, but those things are so few and far between, and so obvious after just a little bit of performance testing, that it is almost always going to be preferable to build using Flex default and then to replace the problem items _and_only_ the problem items with home-cooked controls that _are_integrated_ with the existing Flex framework.
    G

  • Flash Builder will not debug app with .ane on Android Device

    Hello ,
    I'm having a big issue with the overall stability of Flash Builder 4.7 on my Mac (OS X 10.7.5)
    I developped an extension on FB 4.6 for iOS and Android and it was  working good. In the meantime I updated to 4.7, and since then I keep on running in to lots of problems when debuggin or compiling.
    Now my extension needs to be extended, and suddenly the complete project stopped, because debugger refuses working on android devices.
    The error I get is:
    An internal error occurred during: "Launching MyAppWithExtension".
    java.lang.NullPointerException
    at com.adobe.flexbuilder.project.ui.utils.ANE.AppXMLFileANEExtensionHandler.retainExtensionIds(AppXMLFileANEExtensionHandler.java:309)
    at com.adobe.flexbuilder.project.ui.utils.ANE.ANEController.modifyAppXMLforPackaging(ANEController.java:360)
    at com.adobe.flexbuilder.project.ui.utils.ANE.ANEController.modifyAppXMLforPackaging(ANEController.java:326)
    at com.adobe.flexbuilder.project.ui.utils.ANE.AbstractANEPackageHandler.modifyAppXMLforPackaging(AbstractANEPackageHandler.java:86)
    at com.adobe.flexide.launching.multiplatform.launchhandlers.AbstractMultiPlatformLaunchHandler.handleANEPackagingDetails(AbstractMultiPlatformLaunchHandler.java:195)
    at com.adobe.flexide.launching.multiplatform.launchhandlers.AbstractMultiPlatformLaunchHandler.applyPackagingDetails(AbstractMultiPlatformLaunchHandler.java:168)
    at com.adobe.flexide.multiplatform.android.launching.ADBLaunchHandler.initialisePackager(ADBLaunchHandler.java:533)
    at com.adobe.flexide.multiplatform.android.launching.ADBLaunchHandler.doPackage(ADBLaunchHandler.java:409)
    at com.adobe.flexide.multiplatform.android.launching.ADBLaunchHandler.launch(ADBLaunchHandler.java:350)
    at com.adobe.flexide.launching.multiplatform.MultiPlatformLaunchDelegate.launch(MultiPlatformLaunchDelegate.java:184)
    at com.adobe.flexide.launching.AbstractFlexLaunchDelegate.launch(AbstractFlexLaunchDelegate.java:244)
    at com.adobe.flexide.launching.AbstractFlexLaunchDelegate.launch(AbstractFlexLaunchDelegate.java:134)
    at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:854)
    at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703)
    at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:928)
    at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1132)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
    Session Data:
    eclipse.buildId=M20110909-1335
    java.version=1.6.0_51
    java.vendor=Apple Inc.
    BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US
    Framework arguments:  -keyring /Users/myusername/.eclipse_keyring -showlocation
    Command-line arguments:  -os macosx -ws cocoa -arch x86_64 -keyring /Users/myusername/.eclipse_keyring -consoleLog -showlocation
    This is a continuation of log file /Users/myusername/PathToMy/Workspaces/MyAppWithExtension/.metadata/.bak_0.log
    Created Time: 2013-07-24 11:43:14.053
    What I tried so far:
    - Creating new workspace
    - Running Flash Builder with -clean parameter at startup
    - Reinistalling Flash Builder using Adobe Clean Tool
    - Stripping all metadata from the project (keeping only the source files) and make a complete new project setup.
    All to no avail.
    There's a good chance, I have a problem in my .ane code, but how am I supposed to find out, if debugger isn't working?
    BTW, I can make an release build of the project, but it hangs after the splash screen. I don't know, if it's a build or coding error, though.
    Ironically, I convinced my my employer to update FB to 4.7 due to the advanced iOS debugging features, but now I already spent about 10 times more working hours in finding workarounds to debugging / compiling issues than these features will ever be able to save me.
    Maybe anybody here has an idea on how to solve this issue ?

    Ok, this is an old post but i still needed a couple of hours to find a solution, so here we go:
    - Most likely you have TWO executable build targets in your project (two mxml that you can launch). If so, go to the Project settings > Flex Applications and remove the one you don't need so you only have one.
    - My case was a bit complex though - i was using an ANE and Coldfucion server. In this case change the Output folder in the Project Properties > Flex Server > Output folder to something like "temp" instead of "C:..." generated by Flex Builder. The Android device gets confused by a "C:" reference but still can understand a local "temp" folder
    I hope i have saved your day

  • Flash Builder Design view

    Hi all,
    I have also an issue when trying to view a component in the Flash Builder 4 Design View (running on Eclipse 3.5 SP-2).
    The design view does not open and I get an error message. When I look into the Eclipse "Error Log" view I see the following stack trace and session data as shown below...
    I appreciate any hint what is going wrong here...
    Thanks!
    Paul
    java.lang.NullPointerException
    at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Commander.getDesignSurfa ce(MXMLDesignView4Commander.java:61)
    at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Commander.setFrameRate(M XMLDesignView4Commander.java:124)
    at com.adobe.flexbuilder.designview.DesignViewPart$DesignShellListener.shellActivated(Design ViewPart.java:353)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1008)
    at org.eclipse.swt.widgets.Decorations.WM_ACTIVATE(Decorations.java:1615)
    at org.eclipse.swt.widgets.Shell.WM_ACTIVATE(Shell.java:2086)
    at org.eclipse.swt.widgets.Control.windowProc(Control.java:3943)
    at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:342)
    at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1578)
    at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2010)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:4619)
    at org.eclipse.swt.internal.win32.OS.MessageBoxW(Native Method)
    at org.eclipse.swt.internal.win32.OS.MessageBox(OS.java:2892)
    at org.eclipse.swt.widgets.MessageBox.open(MessageBox.java:207)
    at com.adobe.flexbuilder.mxml.editor.design.MXMLDesignPart.startDesignView(MXMLDesignPart.ja va:208)
    at com.adobe.flexbuilder.mxml.editor.design.MXMLDesignPart.<init>(MXMLDesignPart.java:68)
    at com.adobe.flexbuilder.mxml.editor.design.MXMLDesignEditor.initializePlayer(MXMLDesignEdit or.java:1411)
    at com.adobe.flexbuilder.mxml.editor.design.MXMLDesignEditor.initializeDesignView(MXMLDesign Editor.java:1576)
    at com.adobe.flexbuilder.mxml.editor.design.MXMLDesignEditor.setFocus(MXMLDesignEditor.java: 1736)
    at org.eclipse.ui.part.MultiPageEditorPart.setFocus(MultiPageEditorPart.java:1119)
    at org.eclipse.ui.part.MultiPageEditorPart.setFocus(MultiPageEditorPart.java:1101)
    at com.adobe.flexbuilder.mxml.editor.MXMLEditor.setFocusIfActive(MXMLEditor.java:674)
    at com.adobe.flexbuilder.mxml.editor.MXMLEditor.activateDesignEditor(MXMLEditor.java:638)
    at com.adobe.flexbuilder.mxml.editor.MXMLEditor.activateDesignEditor(MXMLEditor.java:621)
    at com.adobe.flexbuilder.mxml.editor.MXMLEditor.pageChange(MXMLEditor.java:489)
    at com.adobe.flexbuilder.editorcore.editor.CodeAndDesignEditor.setActivePage(CodeAndDesignEd itor.java:684)
    at com.adobe.flexbuilder.mxml.editor.MXMLEditor.setActivePage(MXMLEditor.java:544)
    at com.adobe.flexbuilder.editorcore.editor.CodeAndDesignEditor$1.clicked(CodeAndDesignEditor .java:454)
    at com.adobe.flexide.editorcore.ui.controls.ButtonBar.clicked(ButtonBar.java:289)
    at com.adobe.flexide.editorcore.ui.controls.AbstractButton.sendClickEvent(AbstractButton.jav a:41)
    at com.adobe.flexide.editorcore.ui.controls.ToggleButton.handleChange(ToggleButton.java:79)
    at com.adobe.flexide.editorcore.ui.controls.ToggleButton.mouseDown(ToggleButton.java:66)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:179)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3910)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3503)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
    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:368)
    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:559)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
    Session Data:
    eclipse.buildId=unknown
    java.version=1.6.0_16
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
    Framework arguments:  -product org.eclipse.epp.package.jee.product
    Command-line arguments:  -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.jee.product

    I have the same problem, and can not get answer.
    Today I try to use a standalone version, it‘s running good.
    So, it may tell us that the problem may be only happen in the situation that using a plugin version FB4 and running on win 7.
    If you just need flex and do not use j2ee, I suggest you using a standalone FB.

  • Flash Builder 4 - Beta / Design view sporadic at best

    Okay, so I have installed the beta, and running through the Catalyst / Flash BUilder 4 tutorial, all is well, unitl i try to get the imprted fxp file to consistently display in the design mode. Not only that, but switching from code view to design view will break it just about 95% of the time, and then it will not display the created items that the tutorial has you put on them (i.e. the databinds to the names, etc etc).
    Has anyone else experienced this? Other than a few little things like this, so far so good guys(ADOBE).
    Thanks,
    Craig Newroth

    eh_adobe wrote:
    Please be aware that using a newer SDK with Flash Builder Beta's Design View may have unpredictable results. I can't say specifically since I don't know what version you tried and what your document contained, but... let's pretend for a second that the SDK changed something in a component - its name, its package, or any method or properties in it.  Design View was compiled with a specific version of the SDK, and would not know about that change, and so might not react very well to the document. Yes this is not ideal, but it's hard to avoid when the SDK is changing rapidly (at some point it will settle down, and this won't be an issue). We can look at ways to mitigate this.
    I have had less unpredicatable results with recent builds of the SDK the latest being build 7988- I basically update from the svn trunk every 2-3 days look through the changes run the checkintests just to make sure all is ok then see what happens to be small testbed apps, I have been doing this for several months. I don't mind the IDE not dealing with the changes as long as it tells me why it can't. But the code should not break the IDE. Also i'm getting a little confused as some of the responses to some issues (not the design mode one) in this forum have suggested seeing what happens with updated SDK's.
    Anyway I have reverted everything back to a standard FB4 install and the first thing that happened yet another new flaw in design mode rears its head, no errors but this time a visually definable issue. The component appears as a 1 dimension line in the top left hand corner of the design editor window, not even on the design view working canvas. Attached is a screen shot and the associated code that caused it. Please note the IDE didn't draw the big red ring around the visual glitch so thats one less bug to worry about.
         the app.
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/halo" minWidth="1024" minHeight="768">
         <s:HSlider x="50" y="50" width="200" height="30" skinClass="skins.HSliderSkin"/>     
    </s:Application>
         skin part A.
    <?xml version="1.0" encoding="utf-8"?>
    <!--
         ADOBE SYSTEMS INCORPORATED
         Copyright 2008 Adobe Systems Incorporated
         All Rights Reserved.
         NOTICE: Adobe permits you to use, modify, and distribute this file
         in accordance with the terms of the license agreement accompanying it.
    -->
    <!--- The default skin class for the Spark HSlider component. The thumb and track skins are defined by the
    HSliderThumbSkin and HSliderTrackSkin classes, respectively. -->
    <s:SparkSkin xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark"
           minHeight="11" minWidth="100"
           alpha.disabled="0.5">
        <fx:Metadata>
        <![CDATA[
          * @copy spark.skins.default.ApplicationSkin#hostComponent
             [HostComponent("spark.components.HSlider")]
        ]]>
        </fx:Metadata>
        <fx:Script>
            /* Define the skin elements that should not be colorized.
               For slider, the skin itself is colorized but the individual parts are not. */
            static private const exclusions:Array = ["track", "thumb"];
          * @copy spark.skins.SparkSkin#colorizeExclusions
            override public function get colorizeExclusions():Array {return exclusions;}
        </fx:Script>
        <s:states>
             <s:State name="normal" />
             <s:State name="disabled" />
        </s:states>
        <fx:Declarations>
         <!--- Defines the appearance of the the Slider's DataTip. To customize the DataTip's appearance, create a custom HSliderSkin class. -->
            <fx:Component id="dataTip">         
                <s:MXMLComponent minHeight="24" minWidth="40" y="-34"> 
                    <s:Rect top="0" left="0" right="0" bottom="0">
                             <s:fill>
                                  <s:SolidColor color="0x000000" alpha=".9"/>
                             </s:fill>
                             <s:filters>
                                 <s:DropShadowFilter angle="90" color="0x999999" distance="3"/>
                            </s:filters>
                        </s:Rect>
                        <s:SimpleText id="labelElement" text="{data}"
                             horizontalCenter="0" verticalCenter="1"
                             left="5" right="5" top="5" bottom="5"
                             textAlign="center" verticalAlign="middle"
                             fontWeight="normal" color="white" fontSize="11">
                    </s:SimpleText>
                </s:MXMLComponent>
            </fx:Component>
         </fx:Declarations>
        <!--- Defines the skin class for the HSliderSkin's track. The default skin class is HSliderTrackSkin. -->
        <s:Button id="track" left="0" right="0" top="0" bottom="0"
                  skinClass="skins.HSliderTrackSkin"/>
        <!--- Defines the skin class for the HSliderSkin's thumb. The default skin class is HSliderThumbSkin. -->
        <s:Button id="thumb" top="1" bottom="1" width="{hostComponent.height*1.5}" skinClass="skins.HSliderThumbSkin"/>
    </s:SparkSkin>
         Skin Part B
    <?xml version="1.0" encoding="utf-8"?>
    <!--
         ADOBE SYSTEMS INCORPORATED
         Copyright 2008 Adobe Systems Incorporated
         All Rights Reserved.
         NOTICE: Adobe permits you to use, modify, and distribute this file
         in accordance with the terms of the license agreement accompanying it.
    -->
    <!--- The default skin class for the thumb of a Spark HSlider component. -->
    <s:SparkSkin xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark">
        <fx:Metadata>
        <![CDATA[
          * @copy spark.skins.default.ApplicationSkin#hostComponent
             [HostComponent("spark.components.Button")]
        ]]>
        </fx:Metadata>
        <s:states>
            <s:State name="up" />
            <s:State name="over" />
            <s:State name="down" />
            <s:State name="disabled" />
        </s:states>
        <!-- border -->
        <s:Rect left="0" right="0" top="0" bottom="0" radiusX="{hostComponent.height/2}" radiusY="{hostComponent.height/2}">
            <s:fill>
                <s:SolidColor color="0x4F4F4F"  />
            </s:fill>
        </s:Rect>
         <!-- fill -->
         <s:Rect left="0.5" right="0.5" top="0.5" bottom="0.5" radiusX="{hostComponent.height/2}" radiusY="{hostComponent.height/2}">
              <s:stroke>
                   <s:LinearGradientStroke rotation="90" weight="1">
                        <s:GradientEntry color="0x000000" alpha="0" />
                        <s:GradientEntry color="0x000000" alpha="0.33" />
                   </s:LinearGradientStroke>
              </s:stroke>
              <s:fill>
                   <s:LinearGradient rotation="90">
                        <s:GradientEntry color="0xFFFFFF"
                                          color.over="0xE5E5E5"
                                          color.down="0x999999" />
                        <s:GradientEntry color="0xD8D8D8"
                                          color.over="0x7D7D7D"
                                          color.down="0x555555" />
                   </s:LinearGradient>
              </s:fill>
         </s:Rect>
         <!-- highlight -->
    </s:SparkSkin>
         Skin Part C
    <?xml version="1.0" encoding="utf-8"?>
    <!--
         ADOBE SYSTEMS INCORPORATED
         Copyright 2008 Adobe Systems Incorporated
         All Rights Reserved.
         NOTICE: Adobe permits you to use, modify, and distribute this file
         in accordance with the terms of the license agreement accompanying it.
    -->
    <!--- The default skin class for the track of a Spark HSlider component. -->
    <s:SparkSkin xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark">
        <fx:Metadata>
        <![CDATA[
          * @copy spark.skins.default.ApplicationSkin#hostComponent
             [HostComponent("spark.components.Button")]
        ]]>
        </fx:Metadata>
        <s:states>
            <s:State name="up" />
            <s:State name="down" />
            <s:State name="over" />
            <s:State name="disabled" />
        </s:states>
         <!-- border -->
        <s:Rect left="-1" right="-1" top="0" bottom="-1" radiusX="{hostComponent.height/2}" radiusY="{hostComponent.height/2}">
            <s:fill>
                <s:LinearGradient rotation="90" >
                     <s:GradientEntry color="0x000000" alpha="0.55" />
                     <s:GradientEntry color="0xFFFFFF" alpha="0.55" ratio="0.8" />
                </s:LinearGradient>
            </s:fill>
        </s:Rect>
        <!-- fill -->
        <s:Rect left="0" right="0" top="1" bottom="0" radiusX="{hostComponent.height/2}" radiusY="{hostComponent.height/2}">
            <s:fill>
                <s:SolidColor color="0xCACACA" />
            </s:fill>
        </s:Rect>
         <!-- hit area -->
         <s:Rect left="0" right="0" top="0" bottom="0" radiusX="{hostComponent.height/2}" radiusY="{hostComponent.height/2}">
              <s:fill>
                   <s:SolidColor alpha="0"/>
              </s:fill>
         </s:Rect>
    </s:SparkSkin>

  • Round trip between Flash Builder and Catalyst?

    Is it, or will it, be possible to go back to Flash Catalyst once a project as been brought into Flash Builder?
    I have imported the .fxp project into Flash Builder, made some code changes, then exported a .fxp project out again.  I want to be able to edit this in Catalyst so I can make design changes, but when I try to open the project Catalyst says it cannot be opened becuase it has been edited outside of the application.  Is there something I am missing or has this simply not been implemented yet?
    It would be a shame to not be able to "round trip" from Catalyst to Builder.
    Thanks for your time and the product looks very exciting.

    Hi Watern,
    For the first version of Catalyst, we're focusing on the one-way workflow from Catalyst to Builder (start in Catalyst, finish in Builder). We realize this is a big limitation and hope to address soon after the first release.
    There are a number of partial solutions for this problem, which you can find by searching around the forum. Most of them involve dividing the work between Catalyst and Flash Builder as cleanly as possible, which is surprisingly easy to do given the new skinning architecture. Here's an excerpt from a post I wrote that seems to have been lost:
    "If you are iterating between Catalyst and Builder on a custom component, you may find it is worth splitting the custom component out in that fashion. I'm planning to write an article explaining this, but here's a preview:
      In Builder, create a new subclass of SkinnableComponent. Put the component logic in there.
      If you need to add visual logic like "now move the konfabulator 10px to the left", you should make konfabulator a skin part, using the metadata (see Scrollbar.as, in the Flex 4 SDK, for an example).
      If your component has states, declare them with the metadata.
      In Catalyst, make sure that your custom component has those parts and states.
      Then import the custom component into Builder.
      In the MXML file for the custom component, change the root tag <Group> to <Skin>. It's now a skin (not a custom component).
      In the MXML file for the skin, add the [HostComponent("com.me.MyComponent")] metadata (see HScrollbarSkin.mxml, in the Flex 4 SDK, for an example).
      Wherever you are creating the instance, change the code <MyComponent/> to <MySkinnableComponent skinClass="MyComponent"/>. Now you're creating an instance of your skinnable component and assigning it the skin created in Catalyst.
    Done! If you make more changes in Catalyst, you'll have to repeat steps 5-7 again (for now!)."
    -Adam

  • Flash Builder 4 == No code hinting?

    So I have no code hinting on my FB4 Premium version on my MAC OSX 10.5? Anyone else have this issue?

    !SESSION 2010-03-24 13:31:15.865 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.5.0_22
    java.vendor=Apple Inc.
    BootLoader constants: OS=macosx, ARCH=x86, WS=carbon, NL=en_US
    Framework arguments:  -keyring /Users/jason_bigdog/.eclipse_keyring -showlocation
    Command-line arguments:  -os macosx -ws carbon -arch x86 -data /Users/jason_bigdog/work/Adobe Flash Builder 4 -keyring /Users/jason_bigdog/.eclipse_keyring -consoleLog -showlocation 
    !ENTRY org.eclipse.core.net 1 0 2010-03-24 13:31:23.016
    !MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences
    !SESSION 2010-03-24 13:33:59.153 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.5.0_22
    java.vendor=Apple Inc.
    BootLoader constants: OS=macosx, ARCH=x86, WS=carbon, NL=en_US
    Framework arguments:  -keyring /Users/jason_bigdog/.eclipse_keyring -showlocation
    Command-line arguments:  -os macosx -ws carbon -arch x86 -data /Users/jason_bigdog/work/Adobe Flash Builder 4 -keyring /Users/jason_bigdog/.eclipse_keyring -consoleLog -showlocation 
    !ENTRY org.eclipse.core.net 1 0 2010-03-24 13:34:06.192
    !MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences 
    !ENTRY com.adobe.flexbuilder.dcrad 4 1 2010-03-24 13:34:57.866
    !MESSAGE Unable to load services because the fml file is invalid. See error log for more details.
    !STACK 0
    java.lang.Throwable: ERROR /Users/jason_bigdog/work/My_Project/.model/My_Project.fml: XML parse error : Error on line 3 of document  : cvc-elt.1: Cannot find the declaration of element 'model'. Nested exception: cvc-elt.1: Cannot find the declaration of element 'model'. 
        at com.adobe.flexbuilder.dcrad.core.generation.ServicesGenerator.generate(ServicesGenerator. java:73)
        at com.adobe.flexbuilder.dcrad.core.generation.ServicesGenerationManager.loadProjectServices (ServicesGenerationManager.java:72)
        at com.adobe.flexbuilder.dcrad.core.internal.ServicesManager$ServiceExplorerPartListener.<in it>(ServicesManager.java:1235)
        at com.adobe.flexbuilder.dcrad.core.internal.ServicesManager.addListeners(ServicesManager.ja va:302)
        at com.adobe.flexbuilder.dcrad.core.internal.ServicesManager.getInstance(ServicesManager.jav a:344)
        at com.adobe.flexbuilder.dcrad.datamodel.DcdFxpContributor.getContributors(DcdFxpContributor .java:195)
        at com.adobe.flexbuilder.dcrad.datamodel.DcdFxpContributor.notifyImportSuccess(DcdFxpContrib utor.java:60)
        at com.adobe.flexbuilder.exportimport.importwizard.ImportWizard.notifyImportSuccess(ImportWi zard.java:408)
        at com.adobe.flexbuilder.exportimport.importwizard.ImportWizard.performFinish(ImportWizard.j ava:133)
        at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:752)
        at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:373)
        at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1598)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1622)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1607)
        at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1396)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3484)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3068)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
        at org.eclipse.jface.window.Window.open(Window.java:801)
        at org.eclipse.ui.internal.handlers.WizardHandler$Import.executeHandler(WizardHandler.java:1 46)
        at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:273)
        at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:294)
        at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
        at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.jav a:508)
        at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
        at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.j ava:241)
        at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
        at org.eclipse.ui.internal.actions.CommandAction.run(CommandAction.java:171)
        at org.eclipse.ui.actions.ImportResourcesAction.run(ImportResourcesAction.java:97)
        at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerActi on.java:168)
        at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionI tem.java:584)
        at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
        at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java :411)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1598)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1622)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1607)
        at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1396)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3484)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3068)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
        at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java :109)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
        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:368)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:592)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1311) 
    !ENTRY com.adobe.flexbuilder.DCDService 4 1 2010-03-24 13:34:57.907
    !MESSAGE Invalid fml file. Unable to load services. Reason: ERROR /Users/jason_bigdog/work/My_Project/.model/My_Project.fml: XML parse error : Error on line 3 of document  : cvc-elt.1: Cannot find the declaration of element 'model'. Nested exception: cvc-elt.1: Cannot find the declaration of element 'model'. 
    !STACK 0
    java.io.IOException: Invalid fml file. Unable to load services. Reason: ERROR /Users/jason_bigdog/work/My_Project/.model/My_Project.fml: XML parse error : Error on line 3 of document  : cvc-elt.1: Cannot find the declaration of element 'model'. Nested exception: cvc-elt.1: Cannot find the declaration of element 'model'. 
        at com.adobe.flexbuilder.DCDService.core.persistence.DataServicePersistenceManager.loadModel (DataServicePersistenceManager.java:377)
        at com.adobe.flexbuilder.dcrad.utils.DCRADUtility.getDataModelName(DCRADUtility.java:1569)
        at com.adobe.flexbuilder.dcrad.utils.DCRADUtility.getServerConfiguration(DCRADUtility.java:1 382)
        at com.adobe.flexbuilder.dcrad.datamodel.DataModelUpdater.updateDataModel(DataModelUpdater.j ava:75)
        at com.adobe.flexbuilder.dcrad.datamodel.DataModelUpdater.serverSettingsChanged(DataModelUpd ater.java:144)
        at com.adobe.flexbuilder.dcrad.datamodel.DcdFxpContributor.notifyImportSuccess(DcdFxpContrib utor.java:65)
        at com.adobe.flexbuilder.exportimport.importwizard.ImportWizard.notifyImportSuccess(ImportWi zard.java:408)
        at com.adobe.flexbuilder.exportimport.importwizard.ImportWizard.performFinish(ImportWizard.j ava:133)
        at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:752)
        at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:373)
        at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1598)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1622)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1607)
        at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1396)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3484)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3068)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
        at org.eclipse.jface.window.Window.open(Window.java:801)
        at org.eclipse.ui.internal.handlers.WizardHandler$Import.executeHandler(WizardHandler.java:1 46)
        at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:273)
        at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:294)
        at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
        at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.jav a:508)
        at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
        at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.j ava:241)
        at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
        at org.eclipse.ui.internal.actions.CommandAction.run(CommandAction.java:171)
        at org.eclipse.ui.actions.ImportResourcesAction.run(ImportResourcesAction.java:97)
        at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerActi on.java:168)
        at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionI tem.java:584)
        at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
        at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java :411)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1598)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1622)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1607)
        at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1396)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3484)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3068)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
        at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java :109)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
        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:368)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:592)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1311) 
    !ENTRY com.adobe.flexbuilder.DCDService 4 1 2010-03-24 13:34:57.911
    !MESSAGE Invalid fml file. Unable to load services. Reason: ERROR /Users/jason_bigdog/work/My_Project/.model/My_Project.fml: XML parse error : Error on line 3 of document  : cvc-elt.1: Cannot find the declaration of element 'model'. Nested exception: cvc-elt.1: Cannot find the declaration of element 'model'. 
    !STACK 0
    java.io.IOException: Invalid fml file. Unable to load services. Reason: ERROR /Users/jason_bigdog/work/My_Project/.model/My_Project.fml: XML parse error : Error on line 3 of document  : cvc-elt.1: Cannot find the declaration of element 'model'. Nested exception: cvc-elt.1: Cannot find the declaration of element 'model'. 
        at com.adobe.flexbuilder.DCDService.core.persistence.DataServicePersistenceManager.loadModel (DataServicePersistenceManager.java:377)
        at com.adobe.flexbuilder.dcrad.utils.DCRADUtility.getDataModelName(DCRADUtility.java:1569)
        at com.adobe.flexbuilder.dcrad.utils.DCRADUtility.getServerConfiguration(DCRADUtility.java:1 382)
        at com.adobe.flexbuilder.dcrad.datamodel.DataModelUpdater.validate(DataModelUpdater.java:107 )
        at com.adobe.flexbuilder.dcrad.datamodel.DataModelUpdater.updateDataModel(DataModelUpdater.j ava:89)
        at com.adobe.flexbuilder.dcrad.datamodel.DataModelUpdater.serverSettingsChanged(DataModelUpd ater.java:144)
        at com.adobe.flexbuilder.dcrad.datamodel.DcdFxpContributor.notifyImportSuccess(DcdFxpContrib utor.java:65)
        at com.adobe.flexbuilder.exportimport.importwizard.ImportWizard.notifyImportSuccess(ImportWi zard.java:408)
        at com.adobe.flexbuilder.exportimport.importwizard.ImportWizard.performFinish(ImportWizard.j ava:133)
        at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:752)
        at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:373)
        at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1598)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1622)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1607)
        at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1396)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3484)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3068)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
        at org.eclipse.jface.window.Window.open(Window.java:801)
        at org.eclipse.ui.internal.handlers.WizardHandler$Import.executeHandler(WizardHandler.java:1 46)
        at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:273)
        at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:294)
        at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
        at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.jav a:508)
        at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
        at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.j ava:241)
        at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
        at org.eclipse.ui.internal.actions.CommandAction.run(CommandAction.java:171)
        at org.eclipse.ui.actions.ImportResourcesAction.run(ImportResourcesAction.java:97)
        at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerActi on.java:168)
        at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionI tem.java:584)
        at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
        at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java :411)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1598)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1622)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1607)
        at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1396)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3484)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3068)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
        at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java :109)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
        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:368)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:592)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1311) 
    !ENTRY com.adobe.flexbuilder.project 4 43 2010-03-24 13:34:59.320
    !MESSAGE Could not traverse changed resources in project My_Project.
    !STACK 1
    org.eclipse.core.internal.resources.ResourceException: Resource '/My_Project/${PROJECT_FRAMEWORKS}/javascript/fabridge/samples/fabridge/javascript' does not exist.
        at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:319)
        at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:196)
        at org.eclipse.core.internal.resources.Resource.accept(Resource.java:49)
        at org.eclipse.core.internal.resources.Resource.accept(Resource.java:106)
        at org.eclipse.core.internal.resources.Resource.accept(Resource.java:90)
        at com.adobe.flexbuilder.project.compiler.internal.BuilderUtils.copyDependents(BuilderUtils. java:359)
        at com.adobe.flexbuilder.project.compiler.internal.FlexProjectBuilder.build(FlexProjectBuild er.java:346)
        at com.adobe.flexbuilder.project.compiler.internal.FlexIncrementalBuilder.build(FlexIncremen talBuilder.java:157)
        at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:627)
        at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
        at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:170)
        at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:201)
        at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:253)
        at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
        at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:256)
        at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:309)
        at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:341)
        at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:140)
        at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:238)
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    !SUBENTRY 1 org.eclipse.core.resources 4 368 2010-03-24 13:34:59.321
    !MESSAGE Resource '/My_Project/${PROJECT_FRAMEWORKS}/javascript/fabridge/samples/fabridge/javascript' does not exist. 
    !ENTRY com.adobe.flexbuilder.project 4 43 2010-03-24 13:35:47.208
    !MESSAGE Could not load current project.
    !STACK 0
    java.lang.reflect.InvocationTargetException
        at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:421)
        at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:507)
        at com.adobe.flexide.editorcore.loadservice.CodeModelProjectLoadDialog.runLoadProject(CodeMo delProjectLoadDialog.java:188)
        at com.adobe.flexide.editorcore.loadservice.DefaultCMLoadService.loadProject(DefaultCMLoadSe rvice.java:52)
        at com.adobe.flexide.editorcore.loadservice.DefaultCMLoadService.loadProject(DefaultCMLoadSe rvice.java:71)
        at com.adobe.flexide.editorcore.editor.AbstractFlexDocumentProvider.connect(AbstractFlexDocu mentProvider.java:106)
        at com.adobe.flexbuilder.mxml.editor.code.MXMLDocumentProvider.connect(MXMLDocumentProvider. java:65)
        at org.eclipse.ui.texteditor.AbstractTextEditor.doSetInput(AbstractTextEditor.java:4134)
        at org.eclipse.ui.texteditor.StatusTextEditor.doSetInput(StatusTextEditor.java:203)
        at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.doSetInput(AbstractDecoratedTextEdi tor.java:1413)
        at org.eclipse.ui.editors.text.TextEditor.doSetInput(TextEditor.java:166)
        at com.adobe.flexide.editorcore.editor.AbstractFlexEditor.doSetInput(AbstractFlexEditor.java :1422)
        at org.eclipse.ui.texteditor.AbstractTextEditor$19.run(AbstractTextEditor.java:3115)
        at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
        at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
        at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:759)
        at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
        at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:756)
        at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2579)
        at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:3133)
        at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:3160)
        at com.adobe.flexide.editorcore.editor.AbstractFlexEditor.init(AbstractFlexEditor.java:452)
        at com.adobe.flexide.mxml.core.editor.MXMLCoreEditor.init(MXMLCoreEditor.java:75)
        at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:238)
        at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:212)
        at com.adobe.flexbuilder.editorcore.editor.CodeAndDesignEditor.createPages(CodeAndDesignEdit or.java:209)
        at com.adobe.flexbuilder.mxml.editor.MXMLEditor.createPages(MXMLEditor.java:217)
        at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:357)
        at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:662)
        at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:462)
        at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
        at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:286)
        at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2857)
        at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2762)
        at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2754)
        at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2705)
        at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
        at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2701)
        at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2685)
        at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2676)
        at org.eclipse.ui.ide.IDE.openEditor(IDE.java:651)
        at org.eclipse.ui.ide.IDE.openEditor(IDE.java:610)
        at org.eclipse.ui.actions.OpenFileAction.openFile(OpenFileAction.java:99)
        at org.eclipse.ui.actions.OpenSystemEditorAction.run(OpenSystemEditorAction.java:99)
        at org.eclipse.ui.views.navigator.OpenActionGroup.runDefaultAction(OpenActionGroup.java:133)
        at com.adobe.flexbuilder.editors.derived.ui.navigator.FlexMainActionGroup.runDefaultAction(F lexMainActionGroup.java:350)
        at org.eclipse.ui.views.navigator.ResourceNavigator.handleOpen(ResourceNavigator.java:787)
        at org.eclipse.ui.views.navigator.ResourceNavigator$6.open(ResourceNavigator.java:499)
        at org.eclipse.ui.OpenAndLinkWithEditorHelper$InternalListener.open(OpenAndLinkWithEditorHel per.java:48)
        at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:842)
        at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
        at org.eclipse.core.runtime.Platform.run(Platform.java:888)
        at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
        at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
        at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:840)
        at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1101)
        at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1205)
        at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:264)
        at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:258)
        at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:298)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1598)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1622)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1607)
        at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1396)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3484)
        at org.eclipse.swt.widgets.Control.sendTrackEvents(Control.java:3036)
        at org.eclipse.swt.widgets.Control.kEventControlTrack(Control.java:2116)
        at org.eclipse.swt.widgets.Widget.controlProc(Widget.java:375)
        at org.eclipse.swt.widgets.Display.controlProc(Display.java:863)
        at org.eclipse.swt.internal.carbon.OS.CallNextEventHandler(Native Method)
        at org.eclipse.swt.widgets.Tree.kEventMouseDown(Tree.java:2653)
        at org.eclipse.swt.widgets.Widget.mouseProc(Widget.java:1362)
        at org.eclipse.swt.widgets.Display.mouseProc(Display.java:2930)
        at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3051)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
        at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java :109)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
        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:368)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:592)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
    Caused by: java.lang.NullPointerException
        at com.adobe.flexbuilder.codemodel.definitions.ASDefinitionFilter.matchesPackage(ASDefinitio nFilter.java:983)
        at com.adobe.flexbuilder.codemodel.definitions.ASDefinitionFilter.matchesAccessRule(ASDefini tionFilter.java:1057)
        at com.adobe.flexbuilder.codemodel.internal.definitions.SparseDefinitionSet.findDefinition(S parseDefinitionSet.java:65)
        at com.adobe.flexbuilder.codemodel.internal.definitions.ASScope.findDefinitionByName(ASScope .java:497)
        at com.adobe.flexbuilder.codemodel.internal.definitions.ASScope.findDefinitionByName(ASScope .java:462)
        at com.adobe.flexbuilder.codemodel.internal.tree.MemberedNode.getMemberByName(MemberedNode.j ava:93)
        at com.adobe.flexbuilder.codemodel.internal.tree.MemberedNode.getMemberByName(MemberedNode.j ava:73)
        at com.adobe.flexbuilder.codemodel.internal.project.DefinitionsGateway$DefinitionSorter.merg eComments(DefinitionsGateway.java:167)
        at com.adobe.flexbuilder.codemodel.internal.project.DefinitionsGateway$DefinitionSorter.comp are(DefinitionsGateway.java:105)
        at com.adobe.flexbuilder.codemodel.internal.project.DefinitionsGateway$DefinitionSorter.comp are(DefinitionsGateway.java:1)
        at java.util.Arrays.mergeSort(Arrays.java:1284)
        at java.util.Arrays.sort(Arrays.java:1223)
        at java.util.Collections.sort(Collections.java:159)
        at com.adobe.flexbuilder.codemodel.internal.project.DefinitionsGateway.addDefinition(Definit ionsGateway.java:307)
        at com.adobe.flexbuilder.codemodel.internal.project.DefinitionsGateway.afterNodeAdd(Definiti onsGateway.java:256)
        at com.adobe.flexbuilder.codemodel.internal.project.Project.afterAddNode(Project.java:401)
        at com.adobe.flexbuilder.codemodel.internal.project.ProjectManager.propagateDefinitions(Proj ectManager.java:751)
        at com.adobe.flexbuilder.codemodel.internal.project.ProjectManager.preloadASLibrariesAndSour ce(ProjectManager.java:665)
        at com.adobe.flexbuilder.codemodel.internal.project.EclipseProjectListener.preloadASLibrarie sAndSource(EclipseProjectListener.java:730)
        at com.adobe.flexbuilder.codemodel.internal.project.EclipseProjectListener.loadProject(Eclip seProjectListener.java:938)
        at com.adobe.flexbuilder.codemodel.internal.project.EclipseProjectListener.registerProject(E clipseProjectListener.java:1011)
        at com.adobe.flexbuilder.codemodel.internal.project.EclipseProjectListener.registerProject(E clipseProjectListener.java:807)
        at com.adobe.flexide.editorcore.loadservice.CodeModelProjectLoadDialog$1.run(CodeModelProjec tLoadDialog.java:194)
        at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
    Root exception:
    java.lang.NullPointerException
        at com.adobe.flexbuilder.codemodel.definitions.ASDefinitionFilter.matchesPackage(ASDefinitio nFilter.java:983)
        at com.adobe.flexbuilder.codemodel.definitions.ASDefinitionFilter.matchesAccessRule(ASDefini tionFilter.java:1057)
        at com.adobe.flexbuilder.codemodel.internal.definitions.SparseDefinitionSet.findDefinition(S parseDefinitionSet.java:65)
        at com.adobe.flexbuilder.codemodel.internal.definitions.ASScope.findDefinitionByName(ASScope .java:497)
        at com.adobe.flexbuilder.codemodel.internal.definitions.ASScope.findDefinitionByName(ASScope .java:462)
        at com.adobe.flexbuilder.codemodel.internal.tree.MemberedNode.getMemberByName(MemberedNode.j ava:93)
        at com.adobe.flexbuilder.codemodel.internal.tree.MemberedNode.getMemberByName(MemberedNode.j ava:73)
        at com.adobe.flexbuilder.codemodel.internal.project.DefinitionsGateway$DefinitionSorter.merg eComments(DefinitionsGateway.java:167)
        at com.adobe.flexbuilder.codemodel.internal.project.DefinitionsGateway$DefinitionSorter.comp are(DefinitionsGateway.java:105)
        at com.adobe.flexbuilder.codemodel.internal.project.DefinitionsGateway$DefinitionSorter.comp are(DefinitionsGateway.java:1)
        at java.util.Arrays.mergeSort(Arrays.java:1284)
        at java.util.Arrays.sort(Arrays.java:1223)
        at java.util.Collections.sort(Collections.java:159)
        at com.adobe.flexbuilder.codemodel.internal.project.DefinitionsGateway.addDefinition(Definit ionsGateway.java:307)
        at com.adobe.flexbuilder.codemodel.internal.project.DefinitionsGateway.afterNodeAdd(Definiti onsGateway.java:256)
        at com.adobe.flexbuilder.codemodel.internal.project.Project.afterAddNode(Project.java:401)
        at com.adobe.flexbuilder.codemodel.internal.project.ProjectManager.propagateDefinitions(Proj ectManager.java:751)
        at com.adobe.flexbuilder.codemodel.internal.project.ProjectManager.preloadASLibrariesAndSour ce(ProjectManager.java:665)
        at com.adobe.flexbuilder.codemodel.internal.project.EclipseProjectListener.preloadASLibrarie sAndSource(EclipseProjectListener.java:730)
        at com.adobe.flexbuilder.codemodel.internal.project.EclipseProjectListener.loadProject(Eclip seProjectListener.java:938)
        at com.adobe.flexbuilder.codemodel.internal.project.EclipseProjectListener.registerProject(E clipseProjectListener.java:1011)
        at com.adobe.flexbuilder.codemodel.internal.project.EclipseProjectListener.registerProject(E clipseProjectListener.java:807)
        at com.adobe.flexide.editorcore.loadservice.CodeModelProjectLoadDialog$1.run(CodeModelProjec tLoadDialog.java:194)
        at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121) 
    !ENTRY org.eclipse.jface 2 0 2010-03-24 13:35:48.219
    !MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.
    !SUBENTRY 1 org.eclipse.jface 2 0 2010-03-24 13:35:48.219
    !MESSAGE A conflict occurred for COMMAND+G:
    Binding(COMMAND+G,
        ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.wor kspace,Find All Declarations In Workspace,
            Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
            ActionHandler(com.adobe.flexbuilder.as.editor.ui.packageexplorer.actions.FlexPackageExplo rerFindAllDeclarationsAction@396747),
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        com.adobe.flexide.editorcore.flexEditorScope,,,system)
    Binding(COMMAND+G,
        ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.wor kspace,Find All Declarations In Workspace,
            Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
            ActionHandler(com.adobe.flexbuilder.as.editor.ui.packageexplorer.actions.FlexPackageExplo rerFindAllDeclarationsAction@396747),
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)
    !SUBENTRY 1 org.eclipse.jface 2 0 2010-03-24 13:35:48.220
    !MESSAGE A conflict occurred for COMMAND+SHIFT+G:
    Binding(COMMAND+SHIFT+G,
        ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.works pace,Find All References In Workspace,
            Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
            ActionHandler(com.adobe.flexbuilder.as.editor.ui.packageexplorer.actions.FlexPackageExplo rerFindAllReferencesAction@ada93),
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        com.adobe.flexide.editorcore.flexEditorScope,,,system)
    Binding(COMMAND+SHIFT+G,
        ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.works pace,Find All References In Workspace,
            Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
            ActionHandler(com.adobe.flexbuilder.as.editor.ui.packageexplorer.actions.FlexPackageExplo rerFindAllReferencesAction@ada93),
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system) 
    !ENTRY org.eclipse.core.resources 4 380 2010-03-24 14:27:54.451
    !MESSAGE The resource tree is locked for modifications. 
    !ENTRY org.eclipse.core.resources 4 380 2010-03-24 14:27:54.452
    !MESSAGE The resource tree is locked for modifications. 
    !ENTRY org.eclipse.core.resources 4 368 2010-03-24 14:27:54.570
    !MESSAGE Resource '/My_Project/src/My_Project.mxml' does not exist.

Maybe you are looking for

  • New BT Vision box - no Freeview HD

    My brother in law asked me to set up his BTV box - just arrived - so he could watch BT Sport.  That was easy and he can now watch BT Sport 1 and 2.  He is on a 4mb adsl line and has problems watching catchup - but reckons that is because he lives dee

  • Why events look foggy in monthly view ?

    I'm new to iCal. Like it very much, excellent piece of software. I'm using it in Monthly view only. On thing bothers me, it's the foggy look of the events. Clicking on event makes the background color bright. Otherwise it's foggy. All my events are '

  • Problems with getting array length

    I couldn't get array length in the java from the oracle. Here is my source. Can anybody answer me, I will really appriciate that. Thanks. public class Test_tb{ public static double Test (oracle.sql.ARRAY args){ double ret = 0; try { Double[] retArr =

  • Adobe Flash  Player 11.7.700.169 2 , install window shows 1 item Zero KB?

    Adobe Flash  Player 11.7.700.169 2 , install window shows 1 item Zero KB? Even tried an uninstall and same thing, shows 1 item Zero KB? WHY?

  • Need help on new graphic card purchase

    Dear Apple users, I am looking for a graphic card to replace an older one. I have searched high and low but have no idea which cards are compatible. My existing graphic card which came with my G4 MDD is the Nvidia GeForce 4 Ti (256mb). I am looking f