Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Error MESSAGE Application error


Hello All,
I get the following error when I launch Eclipse (version 3.0.2) Please let me know how I can overcome this error and launch eclipse?


eclipse.buildId=M200409161125
java.version=1.4.2.02
java.vendor=Hewlett-Packard Co.
BootLoader constants: OS=hpux, ARCH=PA_RISC, WS=motif, NL=en

!ENTRY org.eclipse.osgi Feb 16, 2005 15:30:48.957
!MESSAGE Application error
!STACK 1
java.lang.NullPointerException
        at org.eclipse.jface.resource.FontRegistry.bestData(FontRegistry.java:336)
        at org.eclipse.jface.resource.FontRegistry.bestDataArray(FontRegistry.java:369)
        at org.eclipse.jface.resource.FontRegistry.createFont(FontRegistry.java:389)
        at org.eclipse.jface.resource.FontRegistry.defaultFontRecord(FontRegistry.java:431)
        at org.eclipse.jface.resource.FontRegistry.getFontRecord(FontRegistry.java:519)
        at org.eclipse.jface.resource.FontRegistry.get(FontRegistry.java:472)
        at org.eclipse.jface.resource.JFaceResources.getDialogFont(JFaceResources.java:182)
        at org.eclipse.jface.dialogs.Dialog.initializeDialogUnits(Dialog.java:778)
        at org.eclipse.jface.dialogs.TitleAreaDialog.createContents(TitleAreaDialog.java:93)
        at org.eclipse.jface.window.Window.create(Window.java:348)
        at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:925)
        at org.eclipse.jface.window.Window.open(Window.java:637)
        at org.eclipse.ui.internal.ide.ChooseWorkspaceDialog.prompt(ChooseWorkspaceDialog.java:65)
        at org.eclipse.ui.internal.ide.IDEApplication.promptForWorkspace(IDEApplication.java:314)
        at org.eclipse.ui.internal.ide.IDEApplication.checkInstanceLocation(IDEApplication.java:21
9)
        at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:83)
        at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
        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:185)
        at org.eclipse.core.launcher.Main.run(Main.java:704)


Rgds,
Roopa

Back to the top