- This topic has 9 replies, 2 voices, and was last updated 20 years, 6 months ago by Riyad Kalla.
-
AuthorPosts
-
mbrehmMember– System Setup ——————————-
Operating System and version: Windows XP, 5.1
Eclipse version: 2.1.2
Eclipse build id: 200311030802
Fresh Eclipse install (y/n): Yes
If not, was it upgraded to its current version using the update manager?
Other installed external plugins:
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*:
MyEclipse version: 2.7
Eclipse JDK version: 1.4.1_05
Application Server JDK version:
Are there any exceptions in the Eclipse log file?– Message Body ——————————-
I can no longer view the Workbench properties. When I click Window->Preferences, the spot where workbench should be displayed is empty. After I do Windows->Preferences one, I can no longer perform that operation without first closing Eclipse.
Additionally, I can not right-click on a EJB project for example and add files to the buld path.
Plus when I can no longer view the Help files I receive the message: The embedded application server could not run help web application.
These are just a few problems I’m having. Fortunately I can still build and deploy my EAR, but I now need to add a jar reference and can not.
Thanks!
Mark
Riyad KallaMemberMark,
Things sounds like they are falling apart on you… lets see if we can fix you up. Can you go to Help > About > Configuration Details and paste the result into a giant message for us? This will give us ALL the details about your setup and any log messages.If the log is rediculously long, then try and chop it and leave the last 2 or 3 entries starting with “!SESSION———“, those markers denote every time you fire up Eclipse.
mbrehmMemberHi Riyad,
Yes, you guessed it, my log file is rather large. Here is the last part:
!SESSION May 21, 2004 14:19:34.918 ———————————————
java.version=1.4.1_05
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:C:/eclipse/
!ENTRY org.eclipse.ui 4 4 May 21, 2004 14:19:34.918
!MESSAGE Invalid preference page path: J2EE
!ENTRY org.eclipse.ui 4 4 May 21, 2004 14:19:34.928
!MESSAGE Invalid preference page path: Jetty 4
!ENTRY org.eclipse.ui 4 4 May 21, 2004 14:19:34.948
!MESSAGE Invalid preference page path: JUnit
!ENTRY org.eclipse.ui 4 4 May 21, 2004 14:19:34.958
!MESSAGE Invalid preference page path: Tomcat 4
!ENTRY org.eclipse.ui 4 4 May 21, 2004 14:19:34.968
!MESSAGE Invalid preference page path: WebLogic 8
!ENTRY org.eclipse.ui 4 4 May 21, 2004 14:19:34.988
!MESSAGE Invalid preference page path: XML Editor
!ENTRY org.eclipse.core.runtime 4 2 May 21, 2004 18:21:11.724
!MESSAGE Problems occurred when invoking code from plug-in: “org.eclipse.core.runtime”.
!STACK 1
org.eclipse.core.runtime.CoreException: Exception occurred starting application server.
at org.eclipse.help.internal.appserver.AppserverPlugin.startWebappServer(AppserverPlugin.java:163)
at org.eclipse.help.internal.appserver.AppserverPlugin.getAppServer(AppserverPlugin.java:53)
at org.eclipse.help.internal.appserver.WebappManager.stop(WebappManager.java:58)
at org.eclipse.help.internal.HelpSystem.shutdown(HelpSystem.java:160)
at org.eclipse.help.internal.HelpPlugin.shutdown(HelpPlugin.java:100)
at org.eclipse.core.internal.plugins.PluginRegistry$2.run(PluginRegistry.java:295)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1006)
at org.eclipse.core.internal.plugins.PluginRegistry$1.visit(PluginRegistry.java:308)
at org.eclipse.core.internal.plugins.PluginRegistry.accept(PluginRegistry.java:58)
at org.eclipse.core.internal.plugins.PluginRegistry.shutdownPlugins(PluginRegistry.java:311)
at org.eclipse.core.internal.plugins.PluginRegistry.shutdown(PluginRegistry.java:277)
at org.eclipse.core.internal.runtime.InternalPlatform.loaderShutdown(InternalPlatform.java:630)
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.internal.boot.InternalBootLoader.shutdown(InternalBootLoader.java:1008)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:863)
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:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY org.eclipse.help.appserver 4 0 May 21, 2004 18:21:11.724
!MESSAGE Exception occurred starting application server.
!SUBENTRY 1 org.eclipse.help.appserver 4 0 May 21, 2004 18:21:11.724
!MESSAGE Exception occurred starting application server.
!SESSION May 22, 2004 00:12:07.21 ———————————————-
java.version=1.4.1_05
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:C:/eclipse/
!ENTRY org.eclipse.core.runtime 4 2 May 22, 2004 00:12:07.21
!MESSAGE Problems occurred when invoking code from plug-in: “org.eclipse.core.runtime”.
!STACK 1
org.eclipse.core.runtime.CoreException: Exception occurred starting application server.
at org.eclipse.help.internal.appserver.AppserverPlugin.startWebappServer(AppserverPlugin.java:163)
at org.eclipse.help.internal.appserver.AppserverPlugin.getAppServer(AppserverPlugin.java:53)
at org.eclipse.help.internal.appserver.WebappManager.stop(WebappManager.java:58)
at org.eclipse.help.internal.HelpSystem.shutdown(HelpSystem.java:160)
at org.eclipse.help.internal.HelpPlugin.shutdown(HelpPlugin.java:100)
at org.eclipse.core.internal.plugins.PluginRegistry$2.run(PluginRegistry.java:295)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1006)
at org.eclipse.core.internal.plugins.PluginRegistry$1.visit(PluginRegistry.java:308)
at org.eclipse.core.internal.plugins.PluginRegistry.accept(PluginRegistry.java:58)
at org.eclipse.core.internal.plugins.PluginRegistry.shutdownPlugins(PluginRegistry.java:311)
at org.eclipse.core.internal.plugins.PluginRegistry.shutdown(PluginRegistry.java:277)
at org.eclipse.core.internal.runtime.InternalPlatform.loaderShutdown(InternalPlatform.java:630)
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.internal.boot.InternalBootLoader.shutdown(InternalBootLoader.java:1008)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:863)
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:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY org.eclipse.help.appserver 4 0 May 22, 2004 00:12:07.21
!MESSAGE Exception occurred starting application server.
!SUBENTRY 1 org.eclipse.help.appserver 4 0 May 22, 2004 00:12:07.21
!MESSAGE Exception occurred starting application server.
!SESSION May 22, 2004 23:20:15.484 ———————————————
java.version=1.4.1_05
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:C:/eclipse/
!ENTRY org.eclipse.core.runtime 4 2 May 22, 2004 23:20:15.484
!MESSAGE Problems occurred when invoking code from plug-in: “org.eclipse.core.runtime”.
!STACK 1
org.eclipse.core.runtime.CoreException: Exception occurred starting application server.
at org.eclipse.help.internal.appserver.AppserverPlugin.startWebappServer(AppserverPlugin.java:163)
at org.eclipse.help.internal.appserver.AppserverPlugin.getAppServer(AppserverPlugin.java:53)
at org.eclipse.help.internal.appserver.WebappManager.stop(WebappManager.java:58)
at org.eclipse.help.internal.HelpSystem.shutdown(HelpSystem.java:160)
at org.eclipse.help.internal.HelpPlugin.shutdown(HelpPlugin.java:100)
at org.eclipse.core.internal.plugins.PluginRegistry$2.run(PluginRegistry.java:295)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1006)
at org.eclipse.core.internal.plugins.PluginRegistry$1.visit(PluginRegistry.java:308)
at org.eclipse.core.internal.plugins.PluginRegistry.accept(PluginRegistry.java:58)
at org.eclipse.core.internal.plugins.PluginRegistry.shutdownPlugins(PluginRegistry.java:311)
at org.eclipse.core.internal.plugins.PluginRegistry.shutdown(PluginRegistry.java:277)
at org.eclipse.core.internal.runtime.InternalPlatform.loaderShutdown(InternalPlatform.java:630)
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.internal.boot.InternalBootLoader.shutdown(InternalBootLoader.java:1008)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:863)
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:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY org.eclipse.help.appserver 4 0 May 22, 2004 23:20:15.484
!MESSAGE Exception occurred starting application server.
!SUBENTRY 1 org.eclipse.help.appserver 4 0 May 22, 2004 23:20:15.484
!MESSAGE Exception occurred starting application server.
!SESSION May 23, 2004 22:50:47.700 ———————————————
java.version=1.4.1_05
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:C:/eclipse/
!ENTRY org.eclipse.core.runtime 4 2 May 23, 2004 22:50:47.700
!MESSAGE Problems occurred when invoking code from plug-in: “org.eclipse.core.runtime”.
!STACK 1
org.eclipse.core.runtime.CoreException: Exception occurred starting application server.
at org.eclipse.help.internal.appserver.AppserverPlugin.startWebappServer(AppserverPlugin.java:163)
at org.eclipse.help.internal.appserver.AppserverPlugin.getAppServer(AppserverPlugin.java:53)
at org.eclipse.help.internal.appserver.WebappManager.stop(WebappManager.java:58)
at org.eclipse.help.internal.HelpSystem.shutdown(HelpSystem.java:160)
at org.eclipse.help.internal.HelpPlugin.shutdown(HelpPlugin.java:100)
at org.eclipse.core.internal.plugins.PluginRegistry$2.run(PluginRegistry.java:295)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1006)
at org.eclipse.core.internal.plugins.PluginRegistry$1.visit(PluginRegistry.java:308)
at org.eclipse.core.internal.plugins.PluginRegistry.accept(PluginRegistry.java:58)
at org.eclipse.core.internal.plugins.PluginRegistry.shutdownPlugins(PluginRegistry.java:311)
at org.eclipse.core.internal.plugins.PluginRegistry.shutdown(PluginRegistry.java:277)
at org.eclipse.core.internal.runtime.InternalPlatform.loaderShutdown(InternalPlatform.java:630)
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.internal.boot.InternalBootLoader.shutdown(InternalBootLoader.java:1008)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:863)
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:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY org.eclipse.help.appserver 4 0 May 23, 2004 22:50:47.700
!MESSAGE Exception occurred starting application server.
!SUBENTRY 1 org.eclipse.help.appserver 4 0 May 23, 2004 22:50:47.700
!MESSAGE Exception occurred starting application server.
!SESSION May 24, 2004 18:13:35.857 ———————————————
java.version=1.4.1_05
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:C:/eclipse/
!ENTRY org.eclipse.ui 4 4 May 24, 2004 18:13:35.867
!MESSAGE Invalid preference page path: J2EE
!ENTRY org.eclipse.ui 4 4 May 24, 2004 18:13:35.877
!MESSAGE Invalid preference page path: Jetty 4
!ENTRY org.eclipse.ui 4 4 May 24, 2004 18:13:35.887
!MESSAGE Invalid preference page path: JUnit
!ENTRY org.eclipse.ui 4 4 May 24, 2004 18:13:35.907
!MESSAGE Invalid preference page path: Tomcat 4
!ENTRY org.eclipse.ui 4 4 May 24, 2004 18:13:35.917
!MESSAGE Invalid preference page path: WebLogic 8
!ENTRY org.eclipse.ui 4 4 May 24, 2004 18:13:35.927
!MESSAGE Invalid preference page path: XML Editor
!ENTRY org.eclipse.core.runtime 4 2 May 24, 2004 18:14:28.62
!MESSAGE Problems occurred when invoking code from plug-in: “org.eclipse.core.runtime”.
!STACK 1
org.eclipse.core.runtime.CoreException: Exception occurred starting application server.
at org.eclipse.help.internal.appserver.AppserverPlugin.startWebappServer(AppserverPlugin.java:163)
at org.eclipse.help.internal.appserver.AppserverPlugin.getAppServer(AppserverPlugin.java:53)
at org.eclipse.help.internal.appserver.WebappManager.stop(WebappManager.java:58)
at org.eclipse.help.internal.HelpSystem.shutdown(HelpSystem.java:160)
at org.eclipse.help.internal.HelpPlugin.shutdown(HelpPlugin.java:100)
at org.eclipse.core.internal.plugins.PluginRegistry$2.run(PluginRegistry.java:295)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1006)
at org.eclipse.core.internal.plugins.PluginRegistry$1.visit(PluginRegistry.java:308)
at org.eclipse.core.internal.plugins.PluginRegistry.accept(PluginRegistry.java:58)
at org.eclipse.core.internal.plugins.PluginRegistry.shutdownPlugins(PluginRegistry.java:311)
at org.eclipse.core.internal.plugins.PluginRegistry.shutdown(PluginRegistry.java:277)
at org.eclipse.core.internal.runtime.InternalPlatform.loaderShutdown(InternalPlatform.java:630)
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.internal.boot.InternalBootLoader.shutdown(InternalBootLoader.java:1008)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:863)
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:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY org.eclipse.help.appserver 4 0 May 24, 2004 18:14:28.82
!MESSAGE Exception occurred starting application server.
!SUBENTRY 1 org.eclipse.help.appserver 4 0 May 24, 2004 18:14:28.82
!MESSAGE Exception occurred starting application server.
!SESSION May 24, 2004 18:30:07.39 ———————————————-
java.version=1.4.1_05
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:C:/eclipse/
!ENTRY org.eclipse.ui 4 4 May 24, 2004 18:30:07.39
!MESSAGE Invalid preference page path: J2EE
!ENTRY org.eclipse.ui 4 4 May 24, 2004 18:30:07.59
!MESSAGE Invalid preference page path: Jetty 4
!ENTRY org.eclipse.ui 4 4 May 24, 2004 18:30:07.69
!MESSAGE Invalid preference page path: JUnit
!ENTRY org.eclipse.ui 4 4 May 24, 2004 18:30:07.79
!MESSAGE Invalid preference page path: Tomcat 4
!ENTRY org.eclipse.ui 4 4 May 24, 2004 18:30:07.99
!MESSAGE Invalid preference page path: WebLogic 8
!ENTRY org.eclipse.ui 4 4 May 24, 2004 18:30:07.109
!MESSAGE Invalid preference page path: XML Editor
!ENTRY org.eclipse.ui 4 4 May 24, 2004 18:31:11.886
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 May 24, 2004 18:31:11.896
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:149)
at org.eclipse.ui.internal.dialogs.WorkbenchPreferenceNode.createPage(WorkbenchPreferenceNode.java:49)
at org.eclipse.jface.preference.PreferenceDialog.showPage(PreferenceDialog.java:993)
at org.eclipse.jface.preference.PreferenceDialog.selectSavedItem(PreferenceDialog.java:703)
at org.eclipse.jface.preference.PreferenceDialog$3.run(PreferenceDialog.java:329)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.jface.preference.PreferenceDialog.createContents(PreferenceDialog.java:324)
at org.eclipse.jface.window.Window.create(Window.java:302)
at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:51)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:842)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:456)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:403)
at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:397)
at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:72)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
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:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY org.eclipse.ui 4 4 May 24, 2004 18:31:15.362
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 May 24, 2004 18:31:15.382
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:149)
at org.eclipse.ui.internal.dialogs.WorkbenchPreferenceNode.createPage(WorkbenchPreferenceNode.java:49)
at org.eclipse.jface.preference.PreferenceDialog.showPage(PreferenceDialog.java:993)
at org.eclipse.jface.preference.PreferenceDialog.selectSavedItem(PreferenceDialog.java:703)
at org.eclipse.jface.preference.PreferenceDialog$3.run(PreferenceDialog.java:329)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.jface.preference.PreferenceDialog.createContents(PreferenceDialog.java:324)
at org.eclipse.jface.window.Window.create(Window.java:302)
at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:51)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:842)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:456)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:403)
at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:397)
at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:72)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
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:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY org.eclipse.help 4 0 May 24, 2004 18:33:25.638
!MESSAGE E042
!STACK 1
org.eclipse.core.runtime.CoreException: Exception occurred starting application server.
at org.eclipse.help.internal.appserver.AppserverPlugin.startWebappServer(AppserverPlugin.java:163)
at org.eclipse.help.internal.appserver.AppserverPlugin.getAppServer(AppserverPlugin.java:53)
at org.eclipse.help.internal.appserver.WebappManager.start(WebappManager.java:50)
at org.eclipse.help.internal.HelpSystem.ensureWebappRunning(HelpSystem.java:223)
at org.eclipse.help.internal.DefaultHelpSupport.displayHelpURL(DefaultHelpSupport.java:199)
at org.eclipse.help.internal.DefaultHelpSupport.displayHelpResource(DefaultHelpSupport.java:112)
at org.eclipse.ui.internal.TipsAndTricksAction$1.run(TipsAndTricksAction.java:96)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.TipsAndTricksAction.run(TipsAndTricksAction.java:92)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:842)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:456)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:403)
at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:397)
at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:72)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
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:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY org.eclipse.help.appserver 4 0 May 24, 2004 18:33:25.648
!MESSAGE Exception occurred starting application server.
!ENTRY org.eclipse.help.ui 4 0 May 24, 2004 18:35:51.28
!MESSAGE Help cannot be displayed. The embedded application server could not run help web application. Check the log for details.
!ENTRY org.eclipse.core.runtime 4 2 May 24, 2004 18:35:55.464
!MESSAGE Problems occurred when invoking code from plug-in: “org.eclipse.core.runtime”.
!STACK 1
org.eclipse.core.runtime.CoreException: Exception occurred starting application server.
at org.eclipse.help.internal.appserver.AppserverPlugin.startWebappServer(AppserverPlugin.java:163)
at org.eclipse.help.internal.appserver.AppserverPlugin.getAppServer(AppserverPlugin.java:53)
at org.eclipse.help.internal.appserver.WebappManager.stop(WebappManager.java:58)
at org.eclipse.help.internal.HelpSystem.shutdown(HelpSystem.java:160)
at org.eclipse.help.internal.HelpPlugin.shutdown(HelpPlugin.java:100)
at org.eclipse.core.internal.plugins.PluginRegistry$2.run(PluginRegistry.java:295)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1006)
at org.eclipse.core.internal.plugins.PluginRegistry$1.visit(PluginRegistry.java:308)
at org.eclipse.core.internal.plugins.PluginRegistry.accept(PluginRegistry.java:58)
at org.eclipse.core.internal.plugins.PluginRegistry.shutdownPlugins(PluginRegistry.java:311)
at org.eclipse.core.internal.plugins.PluginRegistry.shutdown(PluginRegistry.java:277)
at org.eclipse.core.internal.runtime.InternalPlatform.loaderShutdown(InternalPlatform.java:630)
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.internal.boot.InternalBootLoader.shutdown(InternalBootLoader.java:1008)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:863)
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:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY org.eclipse.help.appserver 4 0 May 24, 2004 18:35:55.464
!MESSAGE Exception occurred starting application server.
!SUBENTRY 1 org.eclipse.help.appserver 4 0 May 24, 2004 18:35:55.464
!MESSAGE Exception occurred starting application server.–Thanks!
Riyad KallaMemberHmm… try closing down Eclipse, and then moving (or erasing) the <workspace dir>\configuration and <workspace dir>\.metadata\.config directories. (NOTE: You may/maynot have a ‘configuration’ directory, I’m going from memory here).
Now restart Eclipse, it will rebuild its state cache, hopefully fixing any issues. The not being able to start the internal app server for the help system is common and not necessarily indicative of the world ending, it just bothers me that you are missing your workbench settings… those are kind of important 😀
mbrehmMemberI removed the workspace\.metadata\.config directory but was unable to start Eclipse after I did this.
I received an error msg that stated: “Problems during startup. Check the ‘.log’ file in the ‘.metadata’ directory of your workspace. The log is as follows:
!SESSION May 25, 2004 07:33:28.535 ———————————————
java.version=1.4.1_05
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:C:/eclipse/
!ENTRY org.eclipse.ui 4 4 May 25, 2004 07:33:28.535
!MESSAGE Invalid preference page path: J2EE
!ENTRY org.eclipse.ui 4 4 May 25, 2004 07:33:28.555
!MESSAGE Invalid preference page path: Jetty 4
!ENTRY org.eclipse.ui 4 4 May 25, 2004 07:33:28.575
!MESSAGE Invalid preference page path: JUnit
!ENTRY org.eclipse.ui 4 4 May 25, 2004 07:33:28.585
!MESSAGE Invalid preference page path: Tomcat 4
!ENTRY org.eclipse.ui 4 4 May 25, 2004 07:33:28.606
!MESSAGE Invalid preference page path: WebLogic 8
!ENTRY org.eclipse.ui 4 4 May 25, 2004 07:33:28.616
!MESSAGE Invalid preference page path: XML Editor
!SESSION May 25, 2004 07:37:00.39 ———————————————-
java.version=1.4.1_05
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:C:/eclipse/
!ENTRY org.eclipse.ui 4 4 May 25, 2004 07:37:00.39
!MESSAGE Invalid preference page path: J2EE
!ENTRY org.eclipse.ui 4 4 May 25, 2004 07:37:00.49
!MESSAGE Invalid preference page path: Jetty 4
!ENTRY org.eclipse.ui 4 4 May 25, 2004 07:37:00.59
!MESSAGE Invalid preference page path: JUnit
!ENTRY org.eclipse.ui 4 4 May 25, 2004 07:37:00.79
!MESSAGE Invalid preference page path: Tomcat 4
!ENTRY org.eclipse.ui 4 4 May 25, 2004 07:37:00.89
!MESSAGE Invalid preference page path: WebLogic 8
!ENTRY org.eclipse.ui 4 4 May 25, 2004 07:37:00.99
!MESSAGE Invalid preference page path: XML Editor
!SESSION ———————————————————————-
!ENTRY org.eclipse.core.launcher 4 0 May 25, 2004 07:37:16.303
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.reflect.InvocationTargetException
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:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
Caused by: java.lang.IllegalArgumentException: Application not found: org.eclipse.update.core.reconciler.
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:856)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
… 7 more
Riyad KallaMembermbrehm,
I thikn there is something *very* wrong going on here. You might look into a clean reinstall and recreating your work space. Deleting the .config directory clears out the workspace cache, and then restarting Eclipse recreates the cache. This was a common problem with the 3.0 M-builds and MyEclipse with previous releases and we never had someone bork their install by removing it (it is just recreated).If you don’t want to reinstall clean, then I would suggest moving your workspace directory to your desktop (temporarily) which will cause Eclipse to basically reinstall itself clean. Then you can move your project’s back and reimport them. Its possible that some of the plugin cache data in your workspace is corrupt and is causing all this trouble. Please keep in mind that the 3.0 M-builds are alpha/beta quality and running into problems like this are part of the process of testing non-final builds.
If you need to have a production quality environment then we highly suggest Eclipse 2.1.3. and ME 2.7.1. Although I realize many users aren’t willing to give up a lot of the nice new features in Eclipse 3.0 😉
You’ll find in the forums we get a lot of questions about problmes with 3.0, and a clean reinstall always seems to clear things up because there are issues with cache corruption and preferences being lost.
mbrehmMemberThanks Riyad,
If I try moving the workspace directory, will I need to reinstall MyEclipse?
Or, if I choose a clean install, do I first install Eclipse over the existing directory and then MyEclipse or should I do this in a new directory.
Finally, you mention 3.0, but I’m running 2.7. Do your suggestions still hold true?
Thanks.
Riyad KallaMemberFinally, you mention 3.0,
Oh geeze, I get so conditioned seeing some of these errors that I just assumed you were running 3.0, I’m sorry.
Actually given the situation you are in I would still suggest a clean reinstall to a new dir and everything doing the following steps found here:
http://www.myeclipseide.com/FAQ+index-myfaq-yes-id_cat-4.html#156Or, if I choose a clean install, do I first install Eclipse over the existing directory and then MyEclipse or should I do this in a new directory.
No you don’t install anything ‘ontop’ of itself, you really have to clear everything out, exporting any savings you want, and then reinstall and import settings and old projects. Please follow the FAQ verbatim to safely do a reinstall. You need to be careful with maintaing your workspace long enough to move your old projects out of it and reimport them from their new location.
If you have questions/worries please ask.
mbrehmMemberThanks for the help! I’ll follow the FAQ from here.
Riyad KallaMemberI’m going to close this thread and keep my fingers crossed, if you into any issues I’ll reopen it ASAP.
-
AuthorPosts