- This topic has 27 replies, 8 voices, and was last updated 19 years, 3 months ago by
Greg.
-
AuthorPosts
-
marsrcMemberHi,
I’m having the same problem as a few others have reported in this thread (same stacktrace). Environment info:
Windows version: MS Server 2003, Standard Ed. Service Pack 1
IE version: 6.0.3790.1830, 128 bit, SP1
MSOffice version: 2003
Net installed: there’s a dir named “microsoft.net” but not much in there to give version info
myeclipse version: 3.9.310
myeclipse buildid: 20050808-4.0-Milestone-3
Eclipse 3.1.0I can’t remember if it was a fresh install or an update, sorry.
What other info do you need?
Could it have something to do with server 2k3s tight security contraints on IE?
Thanks for making my java dev. a lot easier (it was hard for me to switch from Emacs, but the eclipse emacs keybindings helped a lot 🙂
Riyad KallaMembermarsrc,
Can you try and uninstall MyEclipse Milestone 3 and instead install 4.0.3 GA release, there are quite a few changes, bug fixes and updates since Milestone 3 and I’d hate for you to be running into this problem if it was already fixed.Keep in mind you can’t do a normal upgrade, you need to uninstall the current MyEclipse and install the newest version. Be sure to add -clean to your command line arguments when restarting so Eclipse rebuilds your MyEclipse plugin cache.
marsrcMemberHi,
I tried what you said, and I still get the same error (see below). Should I always start eclipse with -clean or only after I install new plugins?
My bet on the error is it’s something to do with server 2003’s IE security limitations…
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:585)
at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:365)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:214)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2325)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2258)
at org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage.java:2250)
at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2236)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2231)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2212)
at org.eclipse.ui.ide.IDE.openEditor(IDE.java:371)
at org.eclipse.ui.ide.IDE.openEditor(IDE.java:334)
at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:251)
at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:131)
at org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open(OpenActionUtil.java:49)
at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:169)
at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:153)
at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:222)
at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:198)
at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:296)
at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open(PackageExplorerPart.java:869)
at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:741)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
at org.eclipse.core.runtime.Platform.run(Platform.java:783)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148)
at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:739)
at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:968)
at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1067)
at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:243)
at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:238)
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:277)
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:3080)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
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)
marsrcMemberI disabled Internet Enhanced Security (Control Panel->Add Remove Programs->Windows Components->Internet Enhanced Security) but it still doesn’t work.
Maybe there is some security setting in the Internet Options dialog that is causing it…
Thanks,
-Justin
Bill LavioletteMemberWith JDK 1.4.2_05, I do not have this problem, with 1.4.2_10, I do.
I am running Windows 2003 Server EE.
I was not experiencing this issue until I upgraded from the JDK 1.4.2_05 that came with my version of Oracle to JDK 1.4.2_10.
When I switched my environment around so that Java applications (namely MyEclipse) start up with version 1.4.2_05 again, I no longer experienced it.
bill
marsrcMemberI guess I should’ve also stated that I’m using Java 1.5 (build 1.5.0_04-b05)
Would appreciate some suggestions on this…It’s dissapointing not being able to use this feature,
Bill LavioletteMemberYou can install the 1.4.2_05 JDK and still use Java 1.5 in the development of your projects. This way the features will work, and you can still use whatever JDK you want in your projects.
Riyad KallaMembermarsrc,
This is a bug of the designer on Windows 2k3, our developers that work on the designer have narrowed down the problem unfortunately it’s hairy and likely won’t make 4.1. Management is not pleased that this bug continues to live but we need to push our releases forward for all the old folks. Right now a very very small group of people are working on Win2k3 which is why we aren’t blocking the 4.1 release for this.Don’t feel ignored, you aren’t.
abtrappMemberIt would be great if someone finds a way to disable the preview function (like thomasmarkus suggested). I do not need this stuff, all I want is a JSP editor.
I can give mine. Seems the same problem on every Windows XP SP2 PC…
Windows XP Prof. SP 2 (german)
IE: 6.0.2900.2180.xpsp_sp2_gdr.050301-1519 (german) (with foxie extension)
Default browser: Firefox 1.5 (german)
Microsoft Office XP Prof. with all patches
.Net 1.1 + German Language Pack + Hotfix KB886903)
GregMemberhmm, i wonder if its the office XP professional with all the patches. In most versions of office at least with 2000, they modify internet explorer DLLs. That may be part of the problem. We don’t have office XP Pro her in our testing lab, just 2000.
abtrappMemberHm. I do not use the office often. Should I try to uninstall it, try the MyEclipse JSP editor and reinstall again?
Riyad KallaMemberabtrapp,
Do you have Office handy incase you need to reinstall it? If so, you can try uninstalling it, it’s hard to say if it will revert IE back to the original form or not though. Who knows what MS does.
GregMemberI’m not 100% as we can’t replicate this problem and this is just a guess at what is going on. If you are able to uninstall and it starts to work, that would be most valuable, but I am hesitant to recommend uninstalling other software that you might need later.
-
AuthorPosts