facebook

Opening HTML file wit Eclipse force closure

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #253562 Reply

    richardm140
    Member

    Hi,

    MyEclipse is closing everytime I try to open HTML files. I can open CSS and JS but not HTML. Any suggestions?

    Here is part of my LOG file and I can post the rest of the log if neccessay.

    !SESSION 2006-06-16 15:00:36.358 ———————————————–
    eclipse.buildId=M20060118-1600
    java.version=1.5.0_06
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments: -os win32 -ws win32 -arch x86

    !SUBENTRY 1 org.eclipse.ui 4 0 2006-06-16 15:01:20.233
    !MESSAGE Warning: Detected recursive attempt by part com.genuitec.eclipse.webdesigner.html to create itself (this is probably, but not necessarily, a bug)

    !ENTRY org.eclipse.ui 4 4 2006-06-16 15:01:23.264
    !MESSAGE Unhandled event loop exception

    !ENTRY org.eclipse.ui 4 0 2006-06-16 15:01:23.264
    !MESSAGE Not implemented (java.lang.reflect.InvocationTargetException)
    !STACK 0
    org.eclipse.swt.SWTError: Not implemented (java.lang.reflect.InvocationTargetException)

    #253609 Reply

    Riyad Kalla
    Member

    Richard,
    It looks like some sort of plugins or installation issue. Try this, open MyEclipse, then go to File > Switch Workspace > C:\tempworkspace, hit OK to restart. Now that the new workspace is up, grade a new web project and add a JSP, does it open?

    #256012 Reply

    richardm140
    Member

    Hi,

    I’m still having an issue with MyEclipse closing when HTML files are opened with MyEclipse HTML Designer. I’ve tracked down the issue to be some conflict between the Adobe/Macromedia FLEX 2.0 plug-in and MyEclipse. I have tried reinstalling both several times, reversing the installation order. I’ve tried starting new projects, switching workspaces and a completely clean install of Eclipse. The problem still exists.

    Do you have any solution?

    Thanks,
    Richard

    #256013 Reply

    Riyad Kalla
    Member

    Richard,
    Unfortunately I do not. We do not test MyEclipse with Adobe’s product but we know a handful of our users use both. What conflict information have you gotten from the log file? Is it an API break of sorts?

    Also I would encourage you to wait for our 5.0 GA release August 6th and try a clean install of Eclipse/MyEclipse and Adobe’s product on Eclipse 3.2 and see if they work, we completely replaced the visual designer.

    #256014 Reply

    richardm140
    Member

    Hi Riyad,

    Below is a copy of the log file and while it doesn’t explicitly state that FLEX is the issue after several tests of adding and removing various plug-ins I found that there is some conflict between FLEX and MyEclipse. If remove the FLEX plug-in then I do not have any issues with MyEclipse, but unfortunately I now needed to keep the FLEX plug-in installed.

    I’ll try the MyEclipse 5.0 version once it’s officially released, hopefully that will fix the issues.

    Thanks,

    Richard

    Here’s the log:

    !SESSION 2006-08-02 14:44:52.796 ———————————————–
    eclipse.buildId=M20060118-1600
    java.version=1.5.0_07
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments: -os win32 -ws win32 -arch x86

    !ENTRY org.eclipse.ui 4 4 2006-08-02 14:45:49.562
    !MESSAGE Unhandled event loop exception

    !ENTRY org.eclipse.ui 4 0 2006-08-02 14:45:49.562
    !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.EditorReference.getEditor(EditorReference.java:223)
    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2362)
    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)
    … 42 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)
    … 47 more

    #256021 Reply

    Scott Anderson
    Participant

    From your build id, this looks like a milestone build of Eclipse 3.2, is that correct? If so, we don’t have a version of MyEclipse that works with it. MyEclipse 4.1.1 is for Eclipse 3.1.x only and MyEclipse 5.0 is for the final release Eclipse 3.2 only.

    If that doesn’t give you the information you need, can you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: Opening HTML file wit Eclipse force closure

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