- This topic has 1 reply, 2 voices, and was last updated 21 years ago by support-michael.
-
AuthorPosts
-
ashok pappuMember!SESSION Nov 13, 2003 17:40:15.168 ———————————————
java.version=1.4.2_01
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 -install file:D:/eclipse30M4/eclipse/
!ENTRY org.eclipse.ui 4 4 Nov 13, 2003 17:40:15.168
!MESSAGE Unable to load class org.eclipse.ui org.eclipse.ui.internal.QuickStartAction
!SESSION Nov 15, 2003 02:03:05.787 ———————————————
java.version=1.4.2_01
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 -install file:D:/eclipse/
!ENTRY org.eclipse.ui 4 4 Nov 15, 2003 02:03:05.787
!MESSAGE Unable to find view label: org.eclipse.debug.ui.ConsoleView
!SESSION Nov 15, 2003 03:32:31.643 ———————————————
java.version=1.4.2_01
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 -install file:D:/eclipse/
!ENTRY org.eclipse.ui.workbench 4 2 Nov 15, 2003 03:32:31.643
!MESSAGE Problems occurred when invoking code from plug-in: “org.eclipse.ui.workbench”.
!STACK 0
java.lang.NullPointerException
at org.eclipse.ui.internal.EditorManager$7.run(EditorManager.java:921)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1018)
at org.eclipse.core.runtime.Platform.run(Platform.java:461)
at org.eclipse.ui.internal.EditorManager.busyRestoreEditor(EditorManager.java:864)
at org.eclipse.ui.internal.EditorManager$6.run(EditorManager.java:857)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84)
at org.eclipse.ui.internal.EditorManager.restoreEditor(EditorManager.java:853)
at org.eclipse.ui.internal.EditorManager.restoreState(EditorManager.java:756)
at org.eclipse.ui.internal.WorkbenchPage.restoreState(WorkbenchPage.java:2291)
at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1525)
at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:2189)
at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:2145)
at org.eclipse.ui.internal.Workbench$23.run(Workbench.java:2057)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1018)
at org.eclipse.core.runtime.Platform.run(Platform.java:461)
at org.eclipse.ui.internal.Workbench.openPreviousWorkbenchState(Workbench.java:2010)
at org.eclipse.ui.internal.Workbench.init(Workbench.java:1747)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:2318)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
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:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:299)
at org.eclipse.core.launcher.Main.run(Main.java:765)
at org.eclipse.core.launcher.Main.main(Main.java:599)
!ENTRY org.eclipse.ui 4 4 Nov 15, 2003 03:32:34.677
!MESSAGE Unable to find Action Set: com.genuitec.myeclipse.actions.deploytools
!ENTRY org.eclipse.ui 4 4 Nov 15, 2003 03:32:34.727
!MESSAGE Unable to find Action Set: com.genuitec.myeclipse.actions
!ENTRY org.eclipse.ui 4 4 Nov 15, 2003 03:32:34.757
!MESSAGE Unable to find Action Set: com.genuitec.myeclipse.actions.webtools
support-michaelKeymasterWe need more info to isolate this problem. But I’ll hazard a guess. My 1st thought is that if your Eclipse instance is unable to open a Java file you probably only have the Eclipse Platform version installed. You can verify this by counting the plugins in your <eclipse>/plugins directory that have the prefix org.eclipse.pde.* If the count is 7 or more then you need to install the Eclipse SDK version.
If your PDE count is correct then we need you to provide the info described in the posting guidelines: http://www.myeclipseide.com/index.php?name=PNphpBB2&file=viewtopic&t=394
Michael
MyEclipse Support -
AuthorPosts