Flex Problem

  • Hey,

    When I try to open an MXML file: I get this message in Flex, what should I do to fix the problem?

    "Could not open the editor: Assertion failed: "

  • I think you will far better luck with a flash forum for issues with flash. I suspect that those forums will have the same general complaints about your post unless you provide some details.

    _______________________________________________________________

    Need help? Help us help you.

    Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.

    Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.

    Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
    Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
    Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
    Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/

  • So here is my problem:

    Could not open the editor: Assertion failed:

    org.eclipse.jface.util.Assert$AssertionFailedException: Assertion failed:

    at org.eclipse.jface.util.Assert.isTrue(Assert.java:185)

    at org.eclipse.jface.util.Assert.isTrue(Assert.java:170)

    at com.adobe.flexbuilder.editors.derived.editor.FlexMultiPageEditorPart.setActivePage(FlexMultiPageEditorPart.java:569)

    at com.adobe.flexbuilder.editors.common.editor.CodeAndDesignEditor.setActivePage(CodeAndDesignEditor.java:643)

    at com.adobe.flexbuilder.editors.mxml.MXMLEditor.setActivePage(MXMLEditor.java:483)

    at com.adobe.flexbuilder.editors.derived.editor.FlexMultiPageEditorPart.createPartControl(FlexMultiPageEditorPart.java:235)

    at com.adobe.flexbuilder.editors.common.editor.CodeAndDesignEditor.createPartControl(CodeAndDesignEditor.java:162)

    at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:661)

    at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:428)

    at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:594)

    at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:306)

    at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:180)

    at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:270)

    at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)

    at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:473)

    at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1256)

    at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1209)

    at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1608)

    at org.eclipse.ui.internal.PartStack.add(PartStack.java:499)

    at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:103)

    at org.eclipse.ui.internal.PartStack.add(PartStack.java:485)

    at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:112)

    at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:63)

    at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:217)

    at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:207)

    at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:779)

    at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:678)

    at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:639)

    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2817)

    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2729)

    at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2721)

    at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2673)

    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)

    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2668)

    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2652)

    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2643)

    at org.eclipse.ui.ide.IDE.openEditor(IDE.java:646)

    at org.eclipse.ui.ide.IDE.openEditor(IDE.java:605)

    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:125)

    at org.eclipse.ui.views.navigator.MainActionGroup.runDefaultAction(MainActionGroup.java:329)

    at org.eclipse.ui.views.navigator.ResourceNavigator.handleOpen(ResourceNavigator.java:716)

    at org.eclipse.ui.views.navigator.ResourceNavigator$6.open(ResourceNavigator.java:443)

    at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:820)

    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)

    at org.eclipse.core.runtime.Platform.run(Platform.java:880)

    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:818)

    at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1079)

    at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1183)

    at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:263)

    at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:257)

    at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:297)

    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:3823)

    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)

    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384)

    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348)

    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200)

    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495)

    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)

    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490)

    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:193)

    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:386)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

    at java.lang.reflect.Method.invoke(Unknown Source)

    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)

    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)

    at org.eclipse.equinox.launcher.Main.run(Main.java:1236)

    at org.eclipse.equinox.launcher.Main.main(Main.java:1212)

    How do I fix this?

  • How do I fix this?

    This isn't a java or flash site. Try a forum that is dedicated to to that. Your issue has absolutely nothing to do with sql server.

    _______________________________________________________________

    Need help? Help us help you.

    Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.

    Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.

    Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
    Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
    Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
    Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/

  • Oh, I don't know about that. I use my new "Tomahawk Server" to fix virtually anything having to do with Java. It will stop virtually any problem if you "swing" it hard enough. Works great on Windows and flashers, as well. Here's a picture...

    😀

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply