Flash Builder 4.7 JIRA

Dear Flash Builder team,
first off, who in his right mind decided to create a single JIRA for Flash Builder and Flex? That makes no sense whatsoever!
With the retirement of bespoken JIRA in April '13, there will effectively be no bug report system for Flash Builder since Apache has nothing to do with that application.
You can't possibly sell a $500 application that is buggy as hell without giving the users a convenient way to report those bugs. Having them create bug reports in this forum is just pathetic and plain rude!
There is a ton of bugs in this application. The current version is merely in an alpha state, there are nullpointers everywhere!
So please Adobe, create a new JIRA for Flash Builder, or even better, fix those bugs that have been reported numerous times in these forums.
If there are no plans to invest in that product any more, talk to your supervisors and tell them to stop charging money for it!

I agree entirely. After spending thousands on Flexbuilder and now Flashbuilder over the years (not to mention other Adobe products) this release takes the cake for laziness. A fresh install of FB4.7 reveals so many errors it fills me with very little confidence in anything I manage to compile. Why you would release this with this many errors I fail to understand.
Here is the output of my log file - any fixes for any of this Adobe?
<code>
!ENTRY org.eclipse.ui.ide 4 4 2013-03-15 10:52:55.321
!MESSAGE Problems saving workspace
!ENTRY org.eclipse.ui.ide 4 1 2013-03-15 10:52:55.322
!MESSAGE Problems occurred while trying to save the state of the workbench.
!SUBENTRY 1 org.eclipse.core.resources 4 568 2013-03-15 10:52:55.322
!MESSAGE Could not write workspace metadata '/Volumes/MyHD/Documents/Adobe Flash Builder 4.7/.metadata/.plugins/org.eclipse.core.resources/.root/3.tree'.
!STACK 0
java.io.FileNotFoundException: /Volumes/MyHD/Documents/Adobe Flash Builder 4.7/.metadata/.plugins/org.eclipse.core.resources/.root/3.tree (No such file or directory)
          at java.io.FileOutputStream.open(Native Method)
          at java.io.FileOutputStream.<init>(FileOutputStream.java:194)
          at java.io.FileOutputStream.<init>(FileOutputStream.java:145)
          at org.eclipse.core.internal.localstore.SafeFileOutputStream.<init>(SafeFileOutputStream.java:47)
          at org.eclipse.core.internal.resources.SaveManager.saveTree(SaveManager.java:1349)
          at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1133)
          at org.eclipse.core.internal.resources.Workspace.save(Workspace.java:2375)
          at org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisor$5.run(IDEWorkbenchAdvisor.jav a:508)
          at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
!ENTRY org.eclipse.m2e.logback.appender 4 0 2013-03-15 10:52:55.680
!MESSAGE Can't write workspace state
!ENTRY CodeModel 4 1 2013-03-15 10:52:55.684
!MESSAGE Could not delete document
!STACK 0
org.apache.lucene.store.NoSuchDirectoryException: directory '/Volumes/MyHD/Documents/Adobe Flash Builder 4.7/.metadata/.plugins/com.adobe.flexide.codemodel.bridge/searchCache/ASReferenceIndex.index' does not exist
          at org.apache.lucene.store.FSDirectory.listAll(FSDirectory.java:229)
          at org.apache.lucene.store.FSDirectory.listAll(FSDirectory.java:252)
          at org.apache.lucene.index.IndexFileDeleter.refresh(IndexFileDeleter.java:319)
          at org.apache.lucene.index.DocumentsWriter.flush(DocumentsWriter.java:592)
          at org.apache.lucene.index.IndexWriter.doFlush(IndexWriter.java:3331)
          at org.apache.lucene.index.IndexWriter.flush(IndexWriter.java:3296)
          at org.apache.lucene.index.IndexWriter.prepareCommit(IndexWriter.java:3159)
          at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3232)
          at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3214)
          at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3198)
          at com.adobe.flexbuilder.codemodel.internal.search.AbstractTextDatabase.refresh(AbstractText Database.java:180)
          at com.adobe.flexbuilder.codemodel.internal.search.BaseSearchDataProvider$DeleteProjectActio n.doAction(BaseSearchDataProvider.java:159)
          at com.adobe.flexbuilder.codemodel.internal.search.BaseSearchDataProvider$Action.run(BaseSea rchDataProvider.java:110)
          at com.adobe.flexbuilder.codemodel.internal.search.SearchIndexExecutionQueue.run(SearchIndex ExecutionQueue.java:150)
          at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
          at java.lang.Thread.run(Thread.java:680)
!ENTRY CodeModel 4 1 2013-03-15 10:52:55.849
!MESSAGE Could not close database
!STACK 0
java.io.FileNotFoundException: _u.tvx
          at org.apache.lucene.store.FSDirectory.fileLength(FSDirectory.java:292)
          at org.apache.lucene.index.TermVectorsTermsWriter.flush(TermVectorsTermsWriter.java:62)
          at org.apache.lucene.index.TermsHash.flush(TermsHash.java:109)
          at org.apache.lucene.index.TermsHash.flush(TermsHash.java:112)
          at org.apache.lucene.index.DocInverter.flush(DocInverter.java:72)
          at org.apache.lucene.index.DocFieldProcessor.flush(DocFieldProcessor.java:59)
          at org.apache.lucene.index.DocumentsWriter.flush(DocumentsWriter.java:552)
          at org.apache.lucene.index.IndexWriter.doFlush(IndexWriter.java:3331)
          at org.apache.lucene.index.IndexWriter.flush(IndexWriter.java:3296)
          at org.apache.lucene.index.IndexWriter.prepareCommit(IndexWriter.java:3159)
          at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3232)
          at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3214)
          at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3198)
          at com.adobe.flexbuilder.codemodel.internal.search.AbstractTextDatabase.closeIndex(AbstractT extDatabase.java:153)
          at com.adobe.flexbuilder.codemodel.internal.search.BaseSearchDataProvider.closeIndex(BaseSea rchDataProvider.java:638)
          at com.adobe.flexbuilder.codemodel.internal.as.indices.SearchIndexGateway.close(SearchIndexG ateway.java:498)
          at com.adobe.flexbuilder.codemodel.internal.search.SearchIndexManager.shutdown(SearchIndexMa nager.java:119)
          at com.adobe.flexbuilder.codemodel.CMCoreActivator.deactivate(CMCoreActivator.java:210)
          at com.adobe.flexbuilder.codemodel.CMCoreActivator.stop(CMCoreActivator.java:126)
          at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:7 71)
          at java.security.AccessController.doPrivileged(Native Method)
          at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:76 4)
          at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:510)
          at org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(AbstractBundle.java:565)
          at org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framework.java:1161)
          at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java :595)
          at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelMana ger.java:257)
          at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.jav a:215)
          at org.eclipse.osgi.framework.internal.core.InternalSystemBundle.suspend(InternalSystemBundl e.java:284)
          at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:691)
          at org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:598)
          at org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter.java:390)
          at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:198)
          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:622)
          at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
          at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
!SESSION 2013-03-15 10:53:02.130 -----------------------------------------------
eclipse.buildId=M20110909-1335
java.version=1.6.0_43
java.vendor=Apple Inc.
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US
Framework arguments:  -keyring /Users/tmbj/.eclipse_keyring -showlocation
Command-line arguments:  -os macosx -ws cocoa -arch x86_64 -keyring /Users/tmbj/.eclipse_keyring -consoleLog -showlocation
!ENTRY org.eclipse.core.net 1 0 2013-03-15 10:53:05.258
!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 org.eclipse.ui 4 0 2013-03-15 10:53:07.319
!MESSAGE Unable to create editor ID com.adobe.flexbuilder.editors.actionscript.ActionScriptEditor: The file does not exist.
!STACK 1
org.eclipse.core.runtime.CoreException: The file does not exist.
          at org.eclipse.core.internal.filebuffers.ResourceFileBuffer.create(ResourceFileBuffer.java:2 37)
          at org.eclipse.core.internal.filebuffers.TextFileBufferManager.connect(TextFileBufferManager .java:112)
          at org.eclipse.ui.editors.text.TextFileDocumentProvider.createFileInfo(TextFileDocumentProvi der.java:559)
          at org.eclipse.ui.editors.text.TextFileDocumentProvider.connect(TextFileDocumentProvider.jav a:478)
          at com.adobe.flexide.editorcore.editor.AbstractFlexDocumentProvider.connect(AbstractFlexDocu mentProvider.java:87)
          at org.eclipse.ui.texteditor.AbstractTextEditor.doSetInput(AbstractTextEditor.java:4213)
          at org.eclipse.ui.texteditor.StatusTextEditor.doSetInput(StatusTextEditor.java:237)
          at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.doSetInput(AbstractDecoratedTextEdi tor.java:1451)
          at com.adobe.flexbuilder.editors.derived.editor.DerivedTextEditor.doSetInput(DerivedTextEdit or.java:177)
          at com.adobe.flexide.editorcore.editor.AbstractFlexEditor.doSetInput(AbstractFlexEditor.java :1444)
          at org.eclipse.ui.texteditor.AbstractTextEditor$19.run(AbstractTextEditor.java:3200)
          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:2642)
          at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:3218)
          at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:3245)
          at com.adobe.flexide.editorcore.editor.AbstractFlexEditor.init(AbstractFlexEditor.java:456)
          at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:828)
          at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:647)
          at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:465)
          at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
          at org.eclipse.ui.internal.EditorAreaHelper.setVisibleEditor(EditorAreaHelper.java:271)
          at org.eclipse.ui.internal.EditorManager.setVisibleEditor(EditorManager.java:1459)
          at org.eclipse.ui.internal.EditorManager$5.runWithException(EditorManager.java:972)
          at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
          at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
          at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
          at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3938)
          at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3615)
          at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803)
          at org.eclipse.ui.internal.Workbench$33.runWithException(Workbench.java:1595)
          at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
          at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
          at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
          at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3938)
          at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3615)
          at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
          at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
          at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
          at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
          at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
          at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
          at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilderApplication.ja va:79)
          at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
          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:344)
          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:622)
          at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
          at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
!SUBENTRY 1 org.eclipse.core.filebuffers 4 0 2013-03-15 10:53:07.320
!MESSAGE The file does not exist.
!ENTRY org.eclipse.ui 2 2 2013-03-15 10:53:07.343
!MESSAGE Ignored attempt to add saveable that was already registered
!STACK 0
org.eclipse.core.runtime.AssertionFailedException: unknown saveable: org.eclipse.ui.internal.DefaultSaveable@242e983d from part: org.eclipse.ui.internal.ErrorEditorPart@242e983d
          at org.eclipse.ui.internal.SaveablesList.logWarning(SaveablesList.java:187)
          at org.eclipse.ui.internal.SaveablesList.addModel(SaveablesList.java:117)
          at org.eclipse.ui.internal.SaveablesList.addModels(SaveablesList.java:289)
          at org.eclipse.ui.internal.SaveablesList.postOpen(SaveablesList.java:695)
          at org.eclipse.ui.internal.PartList.partOpened(PartList.java:234)
          at org.eclipse.ui.internal.PartList.access$0(PartList.java:210)
          at org.eclipse.ui.internal.PartList$1.propertyChanged(PartList.java:40)
          at org.eclipse.ui.internal.WorkbenchPartReference.fireInternalPropertyChange(WorkbenchPartRe ference.java:375)
          at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:610)
          at org.eclipse.ui.internal.EditorAreaHelper.setVisibleEditor(EditorAreaHelper.java:271)
          at org.eclipse.ui.internal.EditorManager.setVisibleEditor(EditorManager.java:1459)
          at org.eclipse.ui.internal.EditorManager$5.runWithException(EditorManager.java:972)
          at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
          at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
          at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
          at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3938)
          at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3615)
          at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803)
          at org.eclipse.ui.internal.Workbench$33.runWithException(Workbench.java:1595)
          at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
          at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
          at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
          at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3938)
          at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3615)
          at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
          at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
          at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
          at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
          at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
          at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
          at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilderApplication.ja va:79)
          at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
          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:344)
          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:622)
          at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
          at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
!ENTRY org.eclipse.wst.xml.ui 4 4 2013-03-15 10:53:07.578
!MESSAGE The file does not exist.
!STACK 1
org.eclipse.ui.PartInitException: The file does not exist.
          at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:3232)
          at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:3245)
          at org.eclipse.wst.sse.ui.StructuredTextEditor.init(StructuredTextEditor.java:2595)
          at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:237)
          at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:211)
          at org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart.addSourcePage(XMLMultiPa geEditorPart.java:513)
          at org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart.createPages(XMLMultiPage EditorPart.java:768)
          at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:348)
          at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:670)
          at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:465)
          at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
          at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:289)
          at org.eclipse.ui.internal.WorkbenchPage.makeActiveEditor(WorkbenchPage.java:1342)
          at org.eclipse.ui.internal.WorkbenchPage.updateActivePart(WorkbenchPage.java:1300)
          at org.eclipse.ui.internal.WorkbenchPage.handleDeferredEvents(WorkbenchPage.java:1496)
          at org.eclipse.ui.internal.WorkbenchPage.deferUpdates(WorkbenchPage.java:1485)
          at org.eclipse.ui.internal.WorkbenchPage.access$14(WorkbenchPage.java:1476)
          at org.eclipse.ui.internal.WorkbenchPage$16.runWithException(WorkbenchPage.java:3386)
          at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
          at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
          at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
          at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3938)
          at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3615)
          at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803)
          at org.eclipse.ui.internal.Workbench$33.runWithException(Workbench.java:1595)
          at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
          at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
          at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
          at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3938)
          at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3615)
          at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
          at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
          at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
          at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
          at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
          at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
          at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilderApplication.ja va:79)
          at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
          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:344)
          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:622)
          at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
          at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
Caused by: org.eclipse.core.runtime.CoreException: The file does not exist.
          at org.eclipse.core.internal.filebuffers.ResourceFileBuffer.create(ResourceFileBuffer.java:2 37)
          at org.eclipse.core.internal.filebuffers.TextFileBufferManager.connect(TextFileBufferManager .java:112)
          at org.eclipse.ui.editors.text.TextFileDocumentProvider.createFileInfo(TextFileDocumentProvi der.java:559)
          at org.eclipse.ui.editors.text.TextFileDocumentProvider.connect(TextFileDocumentProvider.jav a:478)
          at org.eclipse.ui.texteditor.AbstractTextEditor.doSetInput(AbstractTextEditor.java:4213)
          at org.eclipse.ui.texteditor.StatusTextEditor.doSetInput(StatusTextEditor.java:237)
          at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.doSetInput(AbstractDecoratedTextEdi tor.java:1451)
          at org.eclipse.ui.editors.text.TextEditor.doSetInput(TextEditor.java:169)
          at org.eclipse.wst.sse.ui.StructuredTextEditor.doSetInput(StructuredTextEditor.java:1918)
          at org.eclipse.ui.texteditor.AbstractTextEditor$19.run(AbstractTextEditor.java:3200)
          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:2642)
          at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:3218)
          ... 48 more
!SUBENTRY 1 org.eclipse.core.filebuffers 4 0 2013-03-15 10:53:07.580
!MESSAGE The file does not exist.
!STACK 1
org.eclipse.core.runtime.CoreException: The file does not exist.
          at org.eclipse.core.internal.filebuffers.ResourceFileBuffer.create(ResourceFileBuffer.java:2 37)
          at org.eclipse.core.internal.filebuffers.TextFileBufferManager.connect(TextFileBufferManager .java:112)
          at org.eclipse.ui.editors.text.TextFileDocumentProvider.createFileInfo(TextFileDocumentProvi der.java:559)
          at org.eclipse.ui.editors.text.TextFileDocumentProvider.connect(TextFileDocumentProvider.jav a:478)
          at org.eclipse.ui.texteditor.AbstractTextEditor.doSetInput(AbstractTextEditor.java:4213)
          at org.eclipse.ui.texteditor.StatusTextEditor.doSetInput(StatusTextEditor.java:237)
          at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.doSetInput(AbstractDecoratedTextEdi tor.java:1451)
          at org.eclipse.ui.editors.text.TextEditor.doSetInput(TextEditor.java:169)
          at org.eclipse.wst.sse.ui.StructuredTextEditor.doSetInput(StructuredTextEditor.java:1918)
          at org.eclipse.ui.texteditor.AbstractTextEditor$19.run(AbstractTextEditor.java:3200)
          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:2642)
          at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:3218)
          at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:3245)
          at org.eclipse.wst.sse.ui.StructuredTextEditor.init(StructuredTextEditor.java:2595)
          at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:237)
          at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:211)
          at org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart.addSourcePage(XMLMultiPa geEditorPart.java:513)
          at org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart.createPages(XMLMultiPage EditorPart.java:768)
          at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:348)
          at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:670)
          at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:465)
          at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
          at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:289)
          at org.eclipse.ui.internal.WorkbenchPage.makeActiveEditor(WorkbenchPage.java:1342)
          at org.eclipse.ui.internal.WorkbenchPage.updateActivePart(WorkbenchPage.java:1300)
          at org.eclipse.ui.internal.WorkbenchPage.handleDeferredEvents(WorkbenchPage.java:1496)
          at org.eclipse.ui.internal.WorkbenchPage.deferUpdates(WorkbenchPage.java:1485)
          at org.eclipse.ui.internal.WorkbenchPage.access$14(WorkbenchPage.java:1476)
          at org.eclipse.ui.internal.WorkbenchPage$16.runWithException(WorkbenchPage.java:3386)
          at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
          at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
          at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
          at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3938)
          at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3615)
          at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803)
          at org.eclipse.ui.internal.Workbench$33.runWithException(Workbench.java:1595)
          at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
          at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
          at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
          at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3938)
          at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3615)
          at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
          at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
          at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
          at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
          at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
          at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
          at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilderApplication.ja va:79)
          at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
          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:344)
          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:622)
          at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
          at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
!SUBENTRY 2 org.eclipse.core.filebuffers 4 0 2013-03-15 10:53:07.581
!MESSAGE The file does not exist.
!ENTRY org.eclipse.ui 4 0 2013-03-15 10:53:07.593
!MESSAGE Unable to create editor ID org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart: org.eclipse.ui.PartInitException: The file does not exist.
!STACK 1
org.eclipse.ui.PartInitException: The file does not exist.
          at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:3232)
          at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:3245)
          at org.eclipse.wst.sse.ui.StructuredTextEditor.init(StructuredTextEditor.java:2595)
          at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:237)
          at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:211)
          at org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart.addSourcePage(XMLMultiPa geEditorPart.java:513)
          at org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart.createPages(XMLMultiPage EditorPart.java:768)
          at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:348)
          at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:670)
          at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:465)
          at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
          at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:289)
          at org.eclipse.ui.internal.WorkbenchPage.makeActiveEditor(WorkbenchPage.java:1342)
          at org.eclipse.ui.internal.WorkbenchPage.updateActivePart(WorkbenchPage.java:1300)
          at org.eclipse.ui.internal.WorkbenchPage.handleDeferredEvents(WorkbenchPage.java:1496)
          at org.eclipse.ui.internal.WorkbenchPage.deferUpdates(WorkbenchPage.java:1485)
          at org.eclipse.ui.internal.WorkbenchPage.access$14(WorkbenchPage.java:1476)
          at org.eclipse.ui.internal.WorkbenchPage$16.runWithException(WorkbenchPage.java:3386)
          at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
          at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
          at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
          at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3938)
          at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3615)
          at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803)
          at org.eclipse.ui.internal.Workbench$33.runWithException(Workbench.java:1595)
          at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
          at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
          at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
          at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3938)
          at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3615)
          at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
          at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
          at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
          at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
          at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
          at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
          at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilderApplication.ja va:79)
          at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
          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:344)
          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:622)
          at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
          at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
Caused by: org.eclipse.core.runtime.CoreException: The file does not exist.
          at org.eclipse.core.internal.filebuffers.ResourceFileBuffer.create(ResourceFileBuffer.java:2 37)
          at org.eclipse.core.internal.filebuffers.TextFileBufferManager.connect(TextFileBufferManager .java:112)
          at org.eclipse.ui.editors.text.TextFileDocumentProvider.createFileInfo(TextFileDocumentProvi der.java:559)
          at org.eclipse.ui.editors.text.TextFileDocumentProvider.connect(TextFileDocumentProvider.jav a:478)
          at org.eclipse.ui.texteditor.AbstractTextEditor.doSetInput(AbstractTextEditor.java:4213)
          at org.eclipse.ui.texteditor.StatusTextEditor.doSetInput(StatusTextEditor.java:237)
          at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.doSetInput(AbstractDecoratedTextEdi tor.java:1451)
          at org.eclipse.ui.editors.text.TextEditor.doSetInput(TextEditor.java:169)
          at org.eclipse.wst.sse.ui.StructuredTextEditor.doSetInput(StructuredTextEditor.java:1918)
          at org.eclipse.ui.texteditor.AbstractTextEditor$19.run(AbstractTextEditor.java:3200)
          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:2642)
          at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:3218)
          ... 48 more
!SUBENTRY 1 org.eclipse.core.filebuffers 4 0 2013-03-15 10:53:07.594
!MESSAGE The file does not exist.
!STACK 1
org.eclipse.core.runtime.CoreException: The file does not exist.
          at org.eclipse.core.internal.filebuffers.ResourceFileBuffer.create(ResourceFileBuffer.java:2 37)
          at org.eclipse.core.internal.filebuffers.TextFileBufferManager.connect(TextFileBufferManager .java:112)
          at org.eclipse.ui.editors.text.TextFileDocumentProvider.createFileInfo(TextFileDocumentProvi der.java:559)
          at org.eclipse.ui.editors.text.TextFileDocumentProvider.connect(TextFileDocumentProvider.jav a:478)
          at org.ecli

Similar Messages

  • Enhanced Flash Builder Code Generation Functionality

    For voting in JIRA:
    https://bugs.adobe.com/jira/browse/FB-27169
    The code generation feature FB 4 currently has is only really useful for quick throwaway prototyping or very simple forms. The generation should allow you to configure formatting via default templates, AND optionally utilize a dialog box (similar to that used in refactoring but with a few extras) so that you can configure the contents of each generated function and provide appropriate function names according to coding best practices. For example:
    -User initiates event handler generation
    (Optional, if Codegen dialog is enabled)
    -User is prompted with a dialog that allows them to customize the generated function name, and possibly specify whether they need an Event parameter passed to the function. (Default to NO event parameter, but this could be a pre-configured user option.)
    -FB utilizes the customized code generation format (customizable by the developer) to generate the new function
    If you need a "submitForm()" function and you want both a TextInput's enter action and a button's click action to call it, currently you're better off typing it all yourself, because auto-generation is going to put this long-named function that assumes you need 'event' passed to it. An event:MouseEvent parameter just gets in the way when you also want a TextInput's enter event to call that function, for example. Or perhaps we want to provide a more descriptive name to each handler (via dialog) without assigning IDs to each and every component: "datagrid1_changeHandler" or "button1_changeHandler" doesn't tell us what the function actually does. It's a basic coding best practice to name functions or methods after the actions they actually perform, and in a large application with complex forms auto-generated generic sounding function names are essentially useless from a maintainability standpoint.

    For anyone interested, I figured it out:
    to generate a CFC, you have to right-click a table in the RDS Dataview, then you can generate a CFC. You cannot generate a CFC from an AS class as described in the CF Builder help within Flash Builder.
    Adobe: it would be nice if this got fixed – and if someone there replied to posts like this. You do  know all this, don‘t you?

  • 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

  • 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

  • Flash Builder 4.5 Java Heap Space Error

    Hello everyone,
    I've downloaded Flash Builder 4.5 trial a few days ago. Let me first tell that I like the new features a lot and they help to speed up the development process noticably. I thank Adobe for that very much.
    However I did not notice any performance boost over the Flash Buidler 4. Even worse, the 4.5 version seems to run much slower and use more memory than Flash Builder 4. I constantly keep getting Java Heap Space errors and needles to say, the tool just crashes and I have to restart it.
    Here how my experience working with the new version looks like. I start the Flash Builder 4.5 which has my current project open (for the record, I still use Flex 4.1, and the project includes roughly 300+ classes and 30000+ lines of code (AS and MXML)). At the beggining everything works fine and pretty fast. UI, code completion, snippets and all other good stuff works pretty fast. However, after each build, FlashBuilder.exe process eats up from 50 to 100 megabytes of memory and does not seem to release it or reuse it. So after a 5 or 10 builds it already appears to be using over 1 GB of RAM. At that point the editor becomes sloppy - it can't keep up with my typing, code completion popups takes a few seconds to show up. And a few more builds - the Flash Builder freezes and after a minute or two I get Java Heap Space error.
    I've tried increased the JRE heap space used by the Flash Builder (flashbuilder.ini, flashbuilderc.ini, eclipse.ini) to -Xms512m -Xmx1024m as well as permanent generation heap space to -XX:MaxPermSize=512m -XX:PermSize=256m and the mxml compiler (jvm.config) to -Xms384m -Xmx768m. However this did not solve the problem. Maybe just postponed it a bit.
    Am I the only one observing such behaviour of Flash Builder 4.5? Does any one have any other ideas how to fix this? (by the way, I work on 64bit machine with Widnows Server 2008R2, 4GB of RAM and 2.66 GHz Intel Core 2 Duo).
    Thanks in advance.
    Michael

    I'm seeing nearly the same thing.  I also have a very large set of projects similar to what you are describing and I do have Java Heap Space errors (The details show an error of "java.lang.OutOfMemoryError: unable to create new native thread" occurring for me)
    I had similar issues, although they are more frequent in the 4.5 builder, in the 4.1 builder.  In 4.1 builder, I didn't get the exact same detailed error regarding threads.
    I did install my flash builder into a clean instance of eclipse 3.6.2 vs using the standalone install.  That shouldn't make a difference though.  In 4.1, I tried he standalone install and saw the same issues I saw in the plugin version.
    I'm also using the 4.1 SDK in Flash Builder 4.5 (It appears that is what you are doing).  I've been attributing the crashes to the following bug in the 4.1 SDK, although I have applied the files in the bug report and still have the problem.  I'm hoping when I'm able to switch to the 4.5 SDK it may help.  (I can't switch yet because from what I can tell, it requires 10.2 Flash Player and my company is currently only on 10.0)
    The Bug Report I'm referring to is: https://bugs.adobe.com/jira/browse/SDK-26366
    I've bumped up all of the memory settings you've referred to and it helps the environment run longer, but it still eventually crashes.  One thing I definately do is make sure that the "Build Automatically" is unchecked.
    The machine I'm running on is an Intel 2600K with 16GB of memory running Windows 7 64-bit, so I don't think hardware is the issue.
    No real answer, but your not alone in having similar issues.
    Jon

  • Cannot load Design mode flash builder 4 preminum trail version

    Hi
    I installed flash builder4 premium trail version .After creating project when i click on the design mode . It displays an alert box containg the message like cannot load design mode with title as outof memory . How can slove this problem.
    Here i  attached the image file.
    Thanks in advance
    Regards
    ss

    sss999sss, Dezoris, ypeng, GJam564: Can you guys reproduce the issue still?
    When you can, please comment on this bug http://bugs.adobe.com/jira/browse/FB-25594 and attach your error log from your workspace
    Win: C:\users\you\Adobe Flash Builder 4 Plug-in\.metadata\.log
    Mac: /Users/you/Documents/Adobe Flash Builder 4 Plug-in/.metadata/.log
    It would be helpful to know if this is limited to a particular MXML file or if it also reproduces in an empty Application.
    Also, just to be sure, try to reproduce this bug a new workspace:
    1) File > Switch Workspace > Other...
    2) Specify a new folder
    We'll continue to follow up on FB-25594. Again, please post your log and platform (mac/win, memory, etc.) information on the bug.
    Jason San Jose
    Software Engineer, Flash Builder.

  • Flash Builder no longer compiles a project

    After my last edit - no syntax errors - of a given project, Flash Builder no longer builds my project.
    Restarted Flash Builder. Created a new project and copied all sources. Nothing helps. It just doesn't create the binary.
    I see two problem reports.
    Most of the time this one:
        An internal build error happened. See the error log for further details.
    Then, sometimes, this one appears:
       Classes aren't allowed to be defined inside other classes.
    The project is syntactically free of errors.
    As soon as I remove the main component from the App.mxml, the build finishes orderly and the app starts up. In this case - as expected - with a blank window.
    Does a workaround solution exist?  Does certain size restrictions make the build fail?
    OS:
       Mac OS X Lion.
    Bug-Report:
       http://bugs.adobe.com/jira/browse/FB-32216

    Unbelieveable. After 2 day, I found the problem right now:
    I wrote
      private var baseNiceText =  String = '';
    instead of
      private var baseNiceText :  String = '';
    After I changed the source and recompiled, the app builds.
    Anyway, it's a problem inside of compiler.

  • Flash Builder 4 Beta RDS issue

    I cannot connect to ColdFusion via RDS with my Flash Builder 4 beta 2. I have no issue connecting to CF via RDS in dreamweaver CS3.
    However whenever I try to connect to a CFC via "connect to DataService" and I get "Enter RDS password and user name".. I always get "Authentication faliure. The supplied username or password may be wrong". I created 2 users for RDS in the CF 9 adminstrato.. and it would not accept either username/ password combo. I even tried using RDS with no authentication and rebooted the pc each time.
    I had no issue doing a very basic connection to a cfc like in the HelloCF example.. yet db connectivity fails.. idea of whats' the issue here?
    Thanks!

    Hi,
    Can you access your CFC from the browser?
    i mean like http://localhost:8501/MyCFC.cfc in the browser would open something like:
    http://localhost:8501/CFIDE/componentutils/cfcexplorer.cfc?METHOD=getcfcinhtml&PATH=/MyCFC .cfc&NAME=MyCFC.cfc
    Now replace METHOD=getcfcinhtml to METHOD=getcfcmetadata.
    If this displays some text as the result like:
    'C:\ColdFusion8\wwwroot\WEB-INF\cftags\component.cfccomponentWEB-INF.cftags.componentWEB-INF.cftags.componentC:\ColdFusion8\wwwroot\MyCFC.cfcAT_TestcasesFiles.LogicTesting.BookServiceTestAT_TestcasesFiles.LogicTesting.BookServiceTestnoBookgetItemremoteanytrueitemcomponent'
    If this itself throws an error, then you would be hitting
    http://bugs.adobe.com/jira/browse/FB-23626 , which showed up authentication error though CFC had problems.
    This has been resolved in the latest pre-release build.
    If you do not have access for the pre-release build please send a mail to rkrishna AT adobe DOT com.
    Hope this helps please let us know if you still face issues.
    Thanks,
    Balaji
    http://balajisridhar.wordpress.com

  • Flash builder 4 productivity issue

    Hi!
    We are currently using flash builder 4.0.1 and I believe we are running into the source path issue :
    http://bugs.adobe.com/jira/browse/FB-27301
    We have around twenty developers using flash builder on a large project and this issue is slowing us considerably.  We tried a few workarounds found on your forums but most of our tools need the path within the project to be defined as a source path.  The library path option with source attachment is not really an option with our current setup.
    Is there any way to download a flash builder nightly build or get the fix within a patch?  (I can see that it was fixed in august and it is part of one of your milestone) 
    We have someone in my company in contact with a rep but I don't think the adobe rep can answer that specific request. 
    Thanks!

    After further investigation, we found out that we were defining a few of our namespace by referencing directly the packages of our custom component instead of creating a clean namespace as recommended by the flex documentation.  Using the package definition works just fine when it is local but our component were located in a swc library.
    We were doing this :
    xmlns:foo="com.mCompany.controls.foo*"
    instead of generating an xml manifest and basing our namespace on it
    xmlns:foo="http://com.myCompany.controls/foo"
    We think that flash builder was slowing down because each and every time we were loading up an mxml it had to rescan the said package.

  • Flash Builder Burrito, Random Crash in Debug Build

    Hello:
    I have been working with Flash Builder Burrito for about a week. When I publish it to the Xoom device in debug mode, it will crash at random. When I publish it as a normal build, it works great.
    I'm not sure if it's actually a crash or it loses the Wi-Fi connection to the device and just quits out?
    I get no errors to the Debug window when it just random quits the app.
    I would suggest it's a coding error but it is just sitting at a simple MXML screen and not doing anything in the background. Plus it works when I do a normal build with out the Debug console.
    My guess is there is a packet loss or something and it quits out?

    This is a bug in AIR on the Xoom device.  As you pointed out it only happens when debugging.  We're aware of the issue and working on a fix, you can track the progress on this bug: http://bugs.adobe.com/jira/browse/FB-30457

  • AIR Update framework with Flash Builder

    Hi,
    I am not sure if this is the right place but since this problem happens with the new Flash Builder 4 and AIR, I am putting it here :
    When I run the Air update framework with the new flash builder , i get this exception when I call appUpdater.initialize() in the same given in http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&product Id=4&postId=9543
    The error is
    TypeError: Error #1007: Instantiation attempted on a non-constructor.
        at mx.controls::ProgressBar/createChildren()
        at mx.core::UIComponent/initialize()[E:\dev\beta1\frameworks\projects\framework\sr c\mx\core\UIComponent.as:6510]
        at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()[E:\dev\beta1\frameworks\projects\framework\src\mx\core\UIComponent.as:6402]
        at mx.core::Container/http://www.adobe.com/2006/flex/mx/internal::childAdded()[E:\dev\beta1\frameworks\projects\framework\src\mx\core\Container.as:3879]
        at mx.core::Container/addChildAt()[E:\dev\beta1\frameworks\projects\framework\src\ mx\core\Container.as:2541]
        at mx.core::Container/addChild()[E:\dev\beta1\frameworks\projects\framework\src\mx \core\Container.as:2459]
        at ApplicationUpdaterDialogs/_ApplicationUpdaterDialogs_ApplicationUpdaterVBox10_c ()
        at mx.core::DeferredInstanceFromFunction/getInstance()[E:\dev\beta1\frameworks\pro jects\framework\src\mx\core\DeferredInstanceFromFunction.as:105]
        at mx.states::AddChild/createInstance()
        at mx.states::AddChild/set targetFactory()
        at ApplicationUpdaterDialogs/_ApplicationUpdaterDialogs_AddChild8_i()
        at ApplicationUpdaterDialogs/_ApplicationUpdaterDialogs_State7_c()
        at ApplicationUpdaterDialogs()
        at _ApplicationUpdaterDialogs_mx_managers_SystemManager/create()
        at mx.managers::SystemManager/initializeTopLevelWindow()[E:\dev\beta1\frameworks\p rojects\framework\src\mx\managers\SystemManager.as:3581]
        at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::docFrameHandler()[E:\dev\beta1\frameworks\projects\framework\src\mx\managers\SystemManager.as:3 400]
        at mx.managers::SystemManager/docFrameListener()[E:\dev\beta1\frameworks\projects\ framework\src\mx\managers\SystemManager.as:3258]
    The code is the exact same give in the example i mentioned above.
     This works fine in my Flex Builder 3. 
    Thanks
    Hironmay Basu

    the issue is already reported here:
    http://bugs.adobe.com/jira/browse/SDK-22886?page=com.atlassian.jira.plugin.system.issuetab panels:all-tabpanel
    As a workaround, you can try using:
    http://www.websector.de/blog/2009/09/09/custom-applicationupdaterui-for-using-air-updater- framework-in-flex-4/

  • Flash Builder and Adobe AIR update framework

    Hi,
    I posted this in AIR forum , but thought it happens with new flash builder and flex 4 beta , i should do here also
    When I run the Air update framework with the new flash builder , i get this exception when I call appUpdater.initialize() in the same given in http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&product Id=4&postId=9543
    The error is
    TypeError: Error #1007: Instantiation attempted on a non-constructor.
        at mx.controls::ProgressBar/createChildren()
        at mx.core::UIComponent/initialize()[E:\dev\beta1\frameworks\projects\framework\sr c\mx\core\UIComponent.as:6510]
        at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()[E:\dev\beta1\frameworks\projects\framework\src\mx\core\UIComponent.as:6402]
        at mx.core::Container/http://www.adobe.com/2006/flex/mx/internal::childAdded()[E:\dev\beta1\frameworks\projects\framework\src\mx\core\Container.as:3879]
        at mx.core::Container/addChildAt()[E:\dev\beta1\frameworks\projects\framework\src\ mx\core\Container.as:2541]
        at mx.core::Container/addChild()[E:\dev\beta1\frameworks\projects\framework\src\mx \core\Container.as:2459]
        at ApplicationUpdaterDialogs/_ApplicationUpdaterDialogs_ApplicationUpdaterVBox10_c ()
        at mx.core::DeferredInstanceFromFunction/getInstance()[E:\dev\beta1\frameworks\pro jects\framework\src\mx\core\DeferredInstanceFromFunction.as:105]
        at mx.states::AddChild/createInstance()
        at mx.states::AddChild/set targetFactory()
        at ApplicationUpdaterDialogs/_ApplicationUpdaterDialogs_AddChild8_i()
        at ApplicationUpdaterDialogs/_ApplicationUpdaterDialogs_State7_c()
        at ApplicationUpdaterDialogs()
        at _ApplicationUpdaterDialogs_mx_managers_SystemManager/create()
        at mx.managers::SystemManager/initializeTopLevelWindow()[E:\dev\beta1\frameworks\p rojects\framework\src\mx\managers\SystemManager.as:3581]
        at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::docFrameHandler()[E:\dev\beta1\frameworks\projects\framework\src\mx\managers\SystemManager.as:3 400]
        at mx.managers::SystemManager/docFrameListener()[E:\dev\beta1\frameworks\projects\ framework\src\mx\managers\SystemManager.as:3258]
    The code is the exact same given in the updater example i mentioned in the link above. Only difference is i am using spark framework. The appUpater.initialize() never seem to work and keeps throwing an exception. Any alternatives so suggestions ?
     This works fine in my Flex Builder 3. 
    Thanks
    Hironmay Basu

    the issue is already reported here:
    http://bugs.adobe.com/jira/browse/SDK-22886?page=com.atlassian.jira.plugin.system.issuetab panels:all-tabpanel
    As a workaround, you can try using:
    http://www.websector.de/blog/2009/09/09/custom-applicationupdaterui-for-using-air-updater- framework-in-flex-4/

  • Flash Builder 4: Installation hangs

    Hi,
    just downloaded Flash Builder 4 and try to install, but installation hangs on at "Installing..." screen. What can cause the problem?
    I use Windows XP SP3.

    Where did you extract your installer to? There's a known bug where a subcomponent hangs when installing on windows when the path contains a leading space https://bugs.adobe.com/jira/browse/FB-26442.
    Jason San Jose
    Software Engineer, Flash Builder

  • Create a custom CSS style in Flash Builder

    Hi.
    Return to Flash Builder.
    In Design mode, select the                 Label control that reads Company Vehicle Request Form.
    In Properties view, click                 the Convert to CSS button but this button is disabled..
    can u tell me why this button is disabled??
    Thanks

    Hi,
    The option is enabled only when you change any of the property values in the style section. The css file represents the changed value details. So no change means, no need for the css file. (try chaging any of the font details or the color detials)
    However i also face  some usability issue in the CSS work flow.  So please file a JIRA request.
    thanks,
    Rani

  • 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

Maybe you are looking for

  • How can I print an odd page in a pdf with 2 page each pdf page?

    I hope tou can help me. We´ve created a pdf from a book. In each page of the pdf we´ve put two pages of the book. Our problem is: if  I want to print or search a even page. I´ve just go to the search box and write the number of the page I want to go.

  • Random shutdowns/screen off on Mavericks

    I've been getting random shutdowns on my MBA 2013. It almost always happens when I've closed the lid to put it to sleep. After that when I open it the screen always stays black and nothing happens. I have to press down on the power button for a while

  • XSLT substring issue

    Hi All, I've got XSLT issue. Suppose in XML I have string like that : world.country.town.Moskow.SomeOtherValue Capitalized word/s/ is/are/ always at the end. Using XSLT how to get substring returning capitalized words only i.e Moskow.SomeOtherValue T

  • IWeb won't let me publish using MobileMe

    I am logged into the MobileMe account. I have 287 days left in my account. Two weeks ago when I made changes to my website, I clicked publish to update the website. All worked. Just made changes and when I pressed Publish, I get a MobileMe advertisem

  • Split large file : Recordset per message

    Hi experts, I have a large file that I want to split: flat file -XI. This is an exemple of file : HEADER;XYZ;123;123456 DETAIL;XYZ;123;123456 DETAIL;XYZ;123;123456 DETAIL;XYZ;123;123456 DETAIL;XYZ;123;123456 TRAILER;XYZ;123;456 Every splited file sho