facebook

MyEclipse Web Designer Crashes Eclipse 3.1

  1. MyEclipse Archived
  2.  > 
  3. Web 2.0 / AJAX
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #251259 Reply

    Any idea why whenever I try to open an HTML document with the Designer, it starts loading the designer (it puts up a dialog saying “yeah, I’m loading the Designer libraries”) and then crashes Eclipse completely?

    I get no crash logs, no modal dialog boxes, no nothing… just no Eclipse. It saves the workspace, too… so it’s a graceful crash.

    I’m baffled.

    Laterz,
    J

    PS – WinXP Pro SP2, Eclipse 3.1, MyEclipse 4.1.1, JVM 1.5.0_06 and/or JVM 1.4.2_09 (happens with either JVM)

    #251280 Reply

    Riyad Kalla
    Member

    What is your version of IE on your machine? Did you install IE 7 Beta by chance?

    Also please paste the result of MyEclipse > About > Configuration Summary for us (not the one under Help > About), that will give us the detailed info we need.

    Are you checking your log file <workspace dir>\.metadata\.log for exceptions after it kills the workbench? THat sounds brutal. Try restarting using the -clean command line argument and try adjusting your VM args incase it’s a VM crash due to space (although a dialog should come up in that case): http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-10087.html

    #251286 Reply

    Here’s the full stack trace… more info forthcoming.

    J

    
    !ENTRY org.eclipse.ui 4 4 2006-04-27 16:36:01.49
    !MESSAGE Unhandled event loop exception
    
    !ENTRY org.eclipse.ui 4 0 2006-04-27 16:36:01.49
    !MESSAGE Not implemented (java.lang.reflect.InvocationTargetException)
    !STACK 0
    org.eclipse.swt.SWTError: Not implemented (java.lang.reflect.InvocationTargetException)
        at org.eclipse.swt.SWT.error(SWT.java:2968)
        at org.eclipse.swt.SWT.error(SWT.java:2865)
        at org.eclipse.swt.awt.SWT_AWT.new_Frame(SWT_AWT.java:141)
        at com.genuitec.eclipse.webdesigner2.designeditor.MSHTMLViewer.createControl(MSHTMLViewer.java:300)
        at com.genuitec.eclipse.webdesigner2.designeditor.MSHTMLViewer.<init>(MSHTMLViewer.java:257)
        at com.genuitec.eclipse.webdesigner2.designeditor.MSHTMLViewer.<init>(MSHTMLViewer.java:229)
        at com.genuitec.eclipse.webdesigner2.designeditor.DesignEditSubsystem.createDesignViewer(DesignEditSubsystem.java:183)
        at com.genuitec.eclipse.webdesigner2.WebDesigner2.createDesignViewer(WebDesigner2.java:135)
        at com.genuitec.eclipse.webdesigner2.HTMLMultiPageEditorPart.createDesignerControls(HTMLMultiPageEditorPart.java:504)
        at com.genuitec.eclipse.webdesigner2.HTMLMultiPageEditorPart.createDesignPage(HTMLMultiPageEditorPart.java:480)
        at com.genuitec.eclipse.webdesigner2.HTMLMultiPageEditorPart.createPages(HTMLMultiPageEditorPart.java:260)
        at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:241)
        at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:609)
        at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:384)
        at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
        at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:283)
        at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:126)
        at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:269)
        at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
        at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:391)
        at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1102)
        at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1051)
        at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1256)
        at org.eclipse.ui.internal.PartStack.add(PartStack.java:442)
        at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:109)
        at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:60)
        at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:212)
        at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:202)
        at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:758)
        at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:665)
        at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:628)
        at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2360)
        at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2295)
        at org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage.java:2287)
        at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2273)
        at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
        at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2268)
        at org.eclipse.ui.actions.OpenWithMenu.openEditor(OpenWithMenu.java:279)
        at org.eclipse.ui.actions.OpenWithMenu.access$0(OpenWithMenu.java:271)
        at org.eclipse.ui.actions.OpenWithMenu$2.handleEvent(OpenWithMenu.java:178)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
        at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
        at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
        at org.eclipse.core.launcher.Main.run(Main.java:973)
        at org.eclipse.core.launcher.Main.main(Main.java:948)
    Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at org.eclipse.swt.awt.SWT_AWT.new_Frame(SWT_AWT.java:139)
        ... 57 more
    Caused by: java.awt.HeadlessException
        at java.awt.GraphicsEnvironment.checkHeadless(Unknown Source)
        at java.awt.Window.<init>(Unknown Source)
        at java.awt.Frame.<init>(Unknown Source)
        at java.awt.Frame.<init>(Unknown Source)
        at sun.awt.EmbeddedFrame.<init>(Unknown Source)
        at sun.awt.EmbeddedFrame.<init>(Unknown Source)
        at sun.awt.EmbeddedFrame.<init>(Unknown Source)
        at sun.awt.windows.WEmbeddedFrame.<init>(Unknown Source)
        at sun.awt.windows.WEmbeddedFrame.<init>(Unknown Source)
        ... 62 more
    
    #251292 Reply

    Riyad Kalla
    Member

    I’m not sure why this is so common, please look at my instructions above:

    Also please paste the result of MyEclipse > About > Configuration Summary for us (not the one under Help > About), that will give us the detailed info we need.

    You posted the Help > About giant dump, please post the one I asked for. It makes for a sane amount of information to dig through first. If you don’t have a “Configuration Summary” button under your MyEclipse About dialog, then go back to your Help > About > Configuration Summary dialog, and just post the top half. When it starts listing off plugins chop it and post that part.

    #251332 Reply

    It’s so common because there IS no MyEclipse > About > Configuration Summary, and, in lieu of that, you never said the part about “just the top half of the other about box” so I gave you what I could find. Accurate and/or complete instructions are extremely helpful to support clients.

    I shall post what you’re asking for shortly.

    Thanks,
    J

    #251333 Reply

    Riyad Kalla
    Member

    It’s so common because there IS no MyEclipse > About > Configuration Summary

    My appologies, it was added in our 4.0.1 release and in your first post you said you are running 4.1.1.

    My comment was more out of curiosity than anything. When we ask for this information, we are at about a 1 out of 8 hit ratio so far and we can’t figure out why it’s such a low accuracy rating. We tossed some ideas around internally and decided that the wording was too similar to the other dialog, and that might confuse folks that a) don’t see it or b) just read the end of the command sequence. So instead of saying “I don’t have that button” they post a huge dump that makes it a bit more trouble to dig through for the information.

    So assuming you are running MyEclipse 4.1.1, can you take a screenshot of your MyEclipse > About menu and post it for me, I don’t know why the button isn’t showing up, that might be an issue we aren’t aware of which would explain this issue.

    #251439 Reply

    Riyad… thanks for the clarification.

    I started over again with the Eclipse/CFEclipse/MyEclipse install and now I have the correct menus, anyway. I’m not sure what was up before.

    
    *** Date: Mon May 01 13:27:06 CDT 2006
    
    *** System properties:
    OS=WindowsXP
    OS version=5.1
    Java version=1.5.0_06
    
    *** MyEclipse details:
    MyEclipse Enterprise Workbench
    
    Version: 4.1.1 GA
    Build id: 20060309-4.1.1-GA
    
    *** Eclipse details:
    Eclipse SDK
    
    Version: 3.1.2
    Build id: M20060118-1600
    
    Eclipse Platform
    
    Version: 3.1.2
    Build id: M20060118-1600
    
    Eclipse RCP
    
    Version: 3.1.2
    Build id: M20060118-1600
    
    Eclipse Java Development Tools
    
    Version: 3.1.2
    Build id: M20060118-1600
    
    Eclipse Plug-in Development Environment
    
    Version: 3.1.2
    Build id: M20060118-1600
    
    Eclipse Project SDK
    
    Version: 3.1.2
    Build id: M20060118-1600
    
    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86
    -launcher
    C:\Program Files\eclipse\eclipse.exe
    -name
    Eclipse
    -showsplash
    600
    -exitdata
    438_38
    -vm
    C:\WINDOWS\system32\javaw.exe
    
    

    There’s that… sorry for being annoyed. I looked for what you instructed me to post for about 10 minutes before thinking “eh, must just be wording” and posting what I knew I could find. I guess your instructions were accurate, so my apologies, but the alternative (“or just the first have of the Eclipse > About… yadda”) would be helpful.

    Let me know if there’s anything I can send you to further this investigation.

    Thanks,
    J

    #251440 Reply

    GADS…

    Apparently this time I installed in this order: Eclipse, MyEclipse, CFEclipse, and didn’t install FlexBuilder at all. What happened?

    Well, the HTML Designer works fine, the CFEclipse stuff works fine… it all looks good.

    There must be a conflict between ME 4.1.1 and FB2. Any ideas?

    Thanks,
    J

    #251445 Reply

    Riyad Kalla
    Member

    Ahh yea we did have someone report to us a while back that FlexBuilder had a conflict with MyEclipse, and while we looked into it and didn’t see any glaring errors, we had a report back from a big corporate client that MyEclipse + FlexBuilder is “the best IDE on the planet and works great!”… so we chalked that one up to possible version conflicts as they had quite a large install base and *all* the devs were using that combination.

    I’m not farmiliar with FB much so I don’t know how often they release, if they do nightlies or if they are on Eclipse 3.0, 3.1 or 3.2 yet, so it’s hard to guess what the issue was.

    Either way, we will have a brand new designer in MyEclipse 5.0, so whatever conflict was there, should hopefully be resolved.

Viewing 9 posts - 1 through 9 (of 9 total)
Reply To: MyEclipse Web Designer Crashes Eclipse 3.1

You must be logged in to post in the forum log in