Community
Participate
Working Groups
3.1M7 test build, observed on solaris-motif and hpux, haven't tried elsewhere - run eclipse - show the Error Log view - invoke menu item Help->Welcome to show the welcome page - now make the welcome page go away, and you'll see lots of errors in the error log view that look like: java.lang.NumberFormatException: null at java.lang.Integer.parseInt(Integer.java:436) at java.lang.Integer.parseInt(Integer.java:518) at org.eclipse.ui.internal.intro.impl.swt.PageStyleManager.getIntProperty (PageStyleManager.java:196) at org.eclipse.ui.internal.intro.impl.swt.PageStyleManager.getIntProperty (PageStyleManager.java:189) at org.eclipse.ui.internal.intro.impl.swt.PageStyleManager.getPageHorizantalSpacing (PageStyleManager.java:168) at org.eclipse.ui.internal.intro.impl.swt.RootPageForm.createRootPageContent (RootPageForm.java:213) at org.eclipse.ui.internal.intro.impl.swt.RootPageForm.createPartControl (RootPageForm.java:189) at org.eclipse.ui.internal.intro.impl.presentations.FormIntroPartImplementation.cre ateMainPageBook(FormIntroPartImplementation.java:167) at org.eclipse.ui.internal.intro.impl.presentations.FormIntroPartImplementation.dyn amicCreatePartControl(FormIntroPartImplementation.java:136) at org.eclipse.ui.internal.intro.impl.presentations.FormIntroPartImplementation.cre atePartControl(FormIntroPartImplementation.java:98) at org.eclipse.ui.internal.intro.impl.model.IntroPartPresentation.createPartControl (IntroPartPresentation.java:217) at org.eclipse.ui.intro.config.CustomizableIntroPart.createPartControl (CustomizableIntroPart.java:192) at org.eclipse.ui.internal.ViewIntroAdapterPart.createPartControl (ViewIntroAdapterPart.java:98) at org.eclipse.ui.internal.ViewReference.createPartHelper (ViewReference.java:310) at org.eclipse.ui.internal.ViewReference.createPart (ViewReference.java:185) at org.eclipse.ui.internal.WorkbenchPartReference.getPart (WorkbenchPartReference.java:559) at org.eclipse.ui.internal.Perspective.showView(Perspective.java:1677) at org.eclipse.ui.internal.WorkbenchPage.busyShowView (WorkbenchPage.java:906) at org.eclipse.ui.internal.WorkbenchPage.access$11 (WorkbenchPage.java:889) at org.eclipse.ui.internal.WorkbenchPage$13.run(WorkbenchPage.java:3011) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchPage.showView (WorkbenchPage.java:3008) at org.eclipse.ui.internal.WorkbenchPage.showView (WorkbenchPage.java:2986) at org.eclipse.ui.internal.WorkbenchIntroManager.createIntro (WorkbenchIntroManager.java:162) at org.eclipse.ui.internal.WorkbenchIntroManager.showIntro (WorkbenchIntroManager.java:112) at org.eclipse.ui.internal.IntroAction.runWithEvent(IntroAction.java:81) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:538) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent (ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:747) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3041) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2730) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1601) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1565) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:315) 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:230) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:345) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:158) 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.invokeFramework(Main.java:328) at org.eclipse.core.launcher.Main.basicRun(Main.java:272) at org.eclipse.core.launcher.Main.run(Main.java:974) at org.eclipse.core.launcher.Main.main(Main.java:950)
*** This bug has been marked as a duplicate of 94220 ***