Flash Builder crashes whenever it starts loading the workbench. Is there anyway to fix this? I searched for a possible solution and only found one, cleaning the workspace. I would try it if I knew where to go. This happened all of the sudden and I did nothing to flash builder previously.
Omniverse Productions,
To switch to a new workspace, follow these steps:
This TechNote should provide you more guidance in resolving workspace issues: http://helpx.adobe.com/flash-builder/kb/workspace-issues-flash-builder -4.html
Hope this helps,
Mallika Yelandur
Adobe Community Help & Learning
Please try the following steps:
Rename the default workspace"Adobe Flash Builder 4.7"( on Mac it's located at /Users/USER_NAME/Documents/Adobe Flash Builder 4.7) and try launching Flash Builder.
Even if this doesn't work. Please un-install Flash Builder and use the cleaner tool(from this location http://www.adobe.com/support/contact/cscleanertool.html ) to clean and re-install Flash Builder.
Please let me know if this works.
Thanks,
Hari
Hello,
This Flash Builder 'not responding' set me back by 3 days - finally got it resolved.
Tried all of the above solutions, and other solutions on the net, without success. But the following worked for me:
Symptom: Everything was fine until I factored out common code from one project into a library project (called CommonLib) so that the code be reused across apps. Then FB would hang whenever I tried to edit MXML, both in source and design views.
Cause: The mxml's had some cross-library dependency interplay. For this app, I use RobotLegs along with AppCoreLib, AppUILib, and the problem-causing CommonLib. Things went bad when I pulled out common mxml's (StackView and StackContainer - my replacements ViewStack on mobile apps) from AppUILib into CommonLib. Whenever I tried to view any mxml extending either of the above classes FB used to hang.
Solution: I moved common stuff from CommonLib back into AppCoreLib; pulled out these two mxml's back into AppUILib project - and FB went back to normal operation.
FWIW, this is the error log when I went into design view:
_____________________________________________________________
!ENTRY com.adobe.flexbuilder.mxml.editor 4 1 2012-10-31 09:28:44.951
!MESSAGE Error in handleValid() in MXMLDesignView4Controller:
!STACK 0
java.lang.NullPointerException
at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Cont roller.getMXMLDesignView4Commander(MXMLDesignView4Controller.java:2398 )
at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Cont roller.handleValid(MXMLDesignView4Controller.java:2232)
at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Cont roller.handleAdd(MXMLDesignView4Controller.java:2212)
at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Cont roller.processEvent(MXMLDesignView4Controller.java:2163)
at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Cont roller.modelChanged(MXMLDesignView4Controller.java:2141)
at com.adobe.flexbuilder.designmodel.DesignModel.doNotifyChanged(DesignM odel.java:361)
at com.adobe.flexbuilder.designmodel.DesignModel.notifyChanged(DesignMod el.java:276)
at com.adobe.flexbuilder.designmodel.DesignModel.endNotificationBatch(De signModel.java:201)
at com.adobe.flexbuilder.mxmlmodel.inlinestates.internal.SMXMLModel$MyBa seModelListener.modelChanged(SMXMLModel.java:336)
at com.adobe.flexbuilder.designmodel.WeakModelListener.modelChanged(Weak ModelListener.java:79)
at com.adobe.flexbuilder.designmodel.DesignModel.doNotifyChanged(DesignM odel.java:361)
at com.adobe.flexbuilder.designmodel.DesignModel.notifyChanged(DesignMod el.java:276)
at com.adobe.flexbuilder.designmodel.DesignModel.endNotificationBatch(De signModel.java:201)
at com.adobe.flexbuilder.designmodel.DesignModel.endEditBatch(DesignMode l.java:236)
at com.adobe.flexbuilder.designmodel.DesignModel.refresh(DesignModel.jav a:72)
at com.adobe.flexbuilder.mxmlmodel.inlinestates.internal.SMXMLModel.refr esh(SMXMLModel.java:113)
at com.adobe.flexbuilder.mxml.editor.design.MXMLDesignEditor.refreshSkin s(MXMLDesignEditor.java:1873)
at com.adobe.flexbuilder.mxml.editor.design.MXMLDesignEditor.checkProjec tSettings(MXMLDesignEditor.java:3380)
at com.adobe.flexbuilder.mxml.editor.design.MXMLDesignEditor.access$26(M XMLDesignEditor.java:3277)
at com.adobe.flexbuilder.mxml.editor.design.MXMLDesignEditor$10.runInUIT hread(MXMLDesignEditor.java:3269)
at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:95)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.ja va:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4140)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3757)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
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.ja va:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.jav a:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashB uilderApplication.java:108)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandl e.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runAppli cation(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ec lipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va: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:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
_____________________________________________________________
For anyone else who happens to run across this issue, I found on more than one occasion that the two quick steps on this page have solved my problem with Flash Builder hanging while loading the workbench: http://propagandaoculta.blogspot.com/2011/06/flash-builder-hangs-while -loading.html
Slewfoot303 wrote:
For anyone else who happens to run across this issue, I found on more than one occasion that the two quick steps on this page have solved my problem with Flash Builder hanging while loading the workbench: http://propagandaoculta.blogspot.com/2011/06/flash-builder-hangs-while -loading.html
Had the same issue, deleting the .snap file did the trick. Saved me a lot of headache reinstalling!
hey I got the same problem as Omniverse Productions.
I got a workspace called "_as" on other path from the original file"flash bilder4.7"
when every I change the workspace to "_as", it's crash with out any messenge.
but relaunch builder,it's already memorizee the new workspace,so it's just keep crash without anything can do.
here's how I deal with it:
1.delete the "cascaded" file in the file "flash builder4.7". (I don't know the cascaded file is generate by default or because I'm doing something with cascaded data with xml)
2.then now can relaunch flashbuilder with default workspace.
3.try to builder a new workspace and import all the project.
hope it helps.
North America
Europe, Middle East and Africa
Asia Pacific