- This topic has 1 reply, 2 voices, and was last updated 17 years, 10 months ago by Riyad Kalla.
-
AuthorPosts
-
schiang1Member– System Setup ——————————-
Operating System and version: Microsoft Windows 2000 [Version 5.00.2195]
Eclipse version: 3.2
Eclipse build id: How to find this information?
Fresh Eclipse install (y/n): y
If not, was it upgraded to its current version using the update manager?
Other installed external plugins: None
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*:
MyEclipse version: 5.1.0 GA
Eclipse JDK version: default jdk, java version “1.5.0_09”
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_09-b03)
Java HotSpot(TM) Client VM (build 1.5.0_09-b03, mixed mode)
Application Server JDK version:
Are there any exceptions in the Eclipse log file? Yes,– Message Body ——————————-
I was in the MyEclipse Web 2.0 perspective and got the following exception when clicking on a node such as #text or <> BODY in the DOM Inspector. Can any one help me resolve this problem?
!ENTRY org.eclipse.ui.workbench 4 2 2007-02-09 15:48:00.053
!MESSAGE Problems occurred when invoking code from plug-in: “org.eclipse.ui.workbench”.
!STACK 0
java.lang.UnsatisfiedLinkError: getComponentManager
at org.mozilla.xpcom.internal.XPCOMImpl.getComponentManager(Native Method)
at org.mozilla.xpcom.Mozilla.getComponentManager(Mozilla.java:735)
at org.eclipse.atf.mozilla.ide.ui.source.DOMSourcePage.displaySource(DOMSourcePage.java:207)
at org.eclipse.atf.mozilla.ide.ui.source.DOMSourcePage.selectionChanged(DOMSourcePage.java:191)
at org.eclipse.atf.mozilla.ide.ui.source.DOMSourceView.selectionChanged(DOMSourceView.java:134)
at org.eclipse.ui.internal.AbstractSelectionService.fireSelection(AbstractSelectionService.java:156)
at org.eclipse.ui.internal.AbstractSelectionService$1.selectionChanged(AbstractSelectionService.java:62)
at org.eclipse.ui.part.PageBookView$4.run(PageBookView.java:246)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:843)
at org.eclipse.ui.part.PageBookView$SelectionManager.selectionChanged(PageBookView.java:244)
at org.eclipse.ui.part.PageBookView$SelectionProvider.selectionChanged(PageBookView.java:310)
at org.eclipse.ui.part.PageBookView.pageSelectionChanged(PageBookView.java:885)
at org.eclipse.ui.part.PageBookView.access$2(PageBookView.java:880)
at org.eclipse.ui.part.PageBookView$2.selectionChanged(PageBookView.java:154)
at org.eclipse.atf.mozilla.ide.ui.inspector.DOMInspectorPage$21.run(DOMInspectorPage.java:1216)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:843)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149)
at org.eclipse.atf.mozilla.ide.ui.inspector.DOMInspectorPage.fireSelectionChanged(DOMInspectorPage.java:1214)
at org.eclipse.atf.mozilla.ide.ui.inspector.DOMInspectorPage.selectionChanged(DOMInspectorPage.java:1146)
at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:843)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149)
at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:160)
at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:1976)
at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1128)
at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1154)
at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:213)
at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.java:207)
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:374)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
Riyad KallaMemberCan you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me to see?
-
AuthorPosts