facebook

desperated in installing ME.

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

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

    bluesky999
    Member

    I’ve tried 3 days to let ME works and still can not work out.

    Could any one give me the link of correct version of eclipse 3.1 that matches MyEclipse Enterprise Workbench 4.0.3 GA?

    Thanks a lot.

    #242143

    Scott Anderson
    Participant

    Sure. You need the latest release of Eclipse 3.1.1, which is available from eclipse.org here:
    http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.1.1-200509290840/eclipse-SDK-3.1.1-win32.zip

    That’s for the Windows version of Eclipse 3.1.1. Other platform versions are in the same area.

    #242201

    bluesky999
    Member

    @support-scott wrote:

    Sure. You need the latest release of Eclipse 3.1.1, which is available from eclipse.org here:
    http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.1.1-200509290840/eclipse-SDK-3.1.1-win32.zip

    That’s for the Windows version of Eclipse 3.1.1. Other platform versions are in the same area.

    I followed your instruction and install everything again. But the jsp designer still cannot work.
    The message is:”Unable to create this part due to an internal error. Reason for the failure: An unexpected exception was thrown.”

    Here is the exception stack:

    java.lang.NullPointerException
    at com.jniwrapper.win32.ie.ak.addStatusListener(SourceFile:59)
    at com.jniwrapper.win32.ie.ai.<init>(SourceFile:140)
    at com.jniwrapper.win32.ie.ai.<init>(SourceFile:93)
    at com.jniwrapper.win32.ie.ai.<init>(SourceFile:88)
    at com.jniwrapper.win32.ie.Browser.a(SourceFile:73)
    at com.jniwrapper.win32.ie.Browser.<init>(SourceFile:53)
    at com.jniwrapper.win32.ie.Browser.<init>(SourceFile:45)
    at com.genuitec.eclipse.webdesigner2.designeditor.MSHTMLViewer.createControl(MSHTMLViewer.java:307)
    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:116)
    at com.genuitec.eclipse.webdesigner2.HTMLMultiPageEditorPart.createDesignerControls(HTMLMultiPageEditorPart.java:499)
    at com.genuitec.eclipse.webdesigner2.HTMLMultiPageEditorPart.createDesignPage(HTMLMultiPageEditorPart.java:475)
    at com.genuitec.eclipse.webdesigner2.HTMLMultiPageEditorPart.createPages(HTMLMultiPageEditorPart.java:257)
    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:268)
    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.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2241)
    at com.genuitec.eclipse.core.util.EditorUtil.openEditor(Unknown Source)
    at com.genuitec.eclipse.core.util.EditorUtil.openEditor(Unknown Source)
    at com.genuitec.eclipse.core.util.Util.openEditor(Unknown Source)
    at com.aston.WizardPage$1.run(WizardPage.java:260)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3057)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2716)
    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)

    Could anyone tell me what is the problem ? Thanks.

    #242203

    Scott Anderson
    Participant

    The problem might be your version of IE that you have installed. The latest release of Internet Explorer is required for the advanced design capabilities. Can you check what version you’ve got by launching IE and looking at Help > About Internet Explorer. You can update to the latest version by selecting Tools > Windows Update within IE.

    #242206

    bluesky999
    Member

    @support-scott wrote:

    The problem might be your version of IE that you have installed. The latest release of Internet Explorer is required for the advanced design capabilities. Can you check what version you’ve got by launching IE and looking at Help > About Internet Explorer. You can update to the latest version by selecting Tools > Windows Update within IE.

    Internet Explorer Version:
    6.0.2900.2180.xpsp_sp2_gdr.050301-1519

    #242366

    bluesky999
    Member

    @support-scott wrote:

    The problem might be your version of IE that you have installed. The latest release of Internet Explorer is required for the advanced design capabilities. Can you check what version you’ve got by launching IE and looking at Help > About Internet Explorer. You can update to the latest version by selecting Tools > Windows Update within IE.

    I have the latest release of IE.

    So what is the problem??

    #242367

    Scott Anderson
    Participant

    Interesting. Then it isn’t the IE version. I’d try one thing next. The issue is might be that the Eclipse plugin cache got stale as it sometimes does not cleanly rebuild after updates. To rectify the problem you’ll need
    to restart Eclipse with the -clean flag one time: eclipse.exe -clean

    That should resolve the problem. If it doesn’t 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 dig a bit deeper to figure this out.

    #242411

    Greg
    Member

    bluesky,

    What versions of Windows do you have installed? Are you running any beta software from Microsoft? Any other Microsoft tools like Visual Studio? Something else has modified your DLLs for Internet Explorer that are incompatible with MyEclipse. We haven’t quite narrowed down the problem yet because each user that reports this error has a slightly different configuration. Also, we have not been able to replicate this problem internally, mainly because we don’t have any beta or very recent versions of Microsoft software installed. The latest we have is WinXP Pro SP2.

    #242498

    bluesky999
    Member

    @support-greg wrote:

    bluesky,

    What versions of Windows do you have installed? Are you running any beta software from Microsoft? Any other Microsoft tools like Visual Studio? Something else has modified your DLLs for Internet Explorer that are incompatible with MyEclipse. We haven’t quite narrowed down the problem yet because each user that reports this error has a slightly different configuration. Also, we have not been able to replicate this problem internally, mainly because we don’t have any beta or very recent versions of Microsoft software installed. The latest we have is WinXP Pro SP2.

    It is WinXP Pro SP2. And I have MS studio.net 2003 installed. But it is not a trial version.

    Does it matter? If yes, I am wondering why your product so sensitive to other products?

    #242506

    Greg
    Member

    We have tested WinXP Pro SP2 with MS Studio.net 2003 installed and we do not see this exception. Can you think of anything else that you might have installed that would modify the system libraries in any way, especially the Internet Explorer libraries? Have you make any special security or other configuration changes to IE that are non-default settings?

    #243450

    I see the same stack trace whenever i try to use the MyEclipse HTML Designer editor. I am running:

    Eclipse
    Version: 3.1.0
    Build id: I20050627-1435

    MyEclipseIde
    4.0.200

    and other plugins

    I have IE version
    6.0.2900.2180.xpsp_sp2_gdr.050301-1519

    I also have Microsoft Script Debugger installed. Could that be the problem? How about Google Enterprise Desktop? I do not have admin rights on this machine (it’s managed by my employer).

    #243451

    ignore this — following up and setting the “notify me when a reply is posted flag” so i don’t lose this.

    #243457

    Greg
    Member

    ash,

    What version of windows do you have installed? Any security related modifications to the system? Do you have any .Net products installed?

    #243465

    windows xp pro version 2002 sp 2. I suspect there are security related modifications to the system (since it’s managed by my employer). Nothing obvious though, other than not giving me local admin rights. no .net products are installed.

    #243870

    abtrapp
    Member

    It seems that this exception occurs on every PC with Windows XP SP2, or am I wrong and there is one single system running out there?

Viewing 15 posts - 1 through 15 (of 21 total)
Reply To: desperated in installing ME.

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