| Eclipse does not start - ExceptionInInitializerError [message #19795] | 
Fri, 28 January 2005 18:25   | 
 
Eclipse User  | 
 | 
 | 
   | 
 
Originally posted by: jerry_peng.yahoo.com 
 
Hello, 
 
I am having problem starting up Eclipse on Solaris box. The exception  
happens at the call of installFont(). Please help... Thanks in advance... 
 
Configurations: 
 - Eclipse: 3.0.1-solaris-motif 
 - OS: Solaris 8 
 - JDK: 1.4.2_05 
 
Eclipse start-up command: 
 > eclipse -data ~/workspace -vmargs -Xmx512m 
 
Exception Trace: 
!SESSION Jan 28, 2005 16:17:05.252  
--------------------------------------------- 
eclipse.buildId=M200409161125 
java.version=1.4.2_05 
java.vendor=Sun Microsystems Inc. 
BootLoader constants: OS=solaris, ARCH=sparc, WS=motif, NL=en 
 
!ENTRY org.eclipse.osgi Jan 28, 2005 16:17:05.257 
!MESSAGE Application error 
!STACK 1 
java.lang.ExceptionInInitializerError 
        at  
 org.eclipse.ui.internal.themes.ThemeElementHelper.installFon t(ThemeElementHelpe 
r.java:97) 
        at  
 org.eclipse.ui.internal.themes.ThemeElementHelper.populateRe gistry(ThemeElement 
Helper.java:54) 
        at  
 org.eclipse.ui.internal.Workbench.initializeFonts(Workbench. java:874) 
        at org.eclipse.ui.internal.Workbench.init(Workbench.java:783) 
        at  org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1325) 
        at  
 org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:254) 
        at  
 org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:141) 
        at  
 org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:96) 
        at  
 org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.jav 
a:335) 
        at  
 org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:273) 
        at  
 org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:129) 
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 
        at java.lang.reflect.Method.invoke(Unknown Source) 
        at org.eclipse.core.launcher.Main.basicRun(Main.java:185) 
        at org.eclipse.core.launcher.Main.run(Main.java:704) 
        at org.eclipse.core.launcher.Main.main(Main.java:688) 
Caused by: java.lang.NullPointerException 
        at  
org.eclipse.jface.preference.PreferenceConverter.<clinit>(PreferenceConverter.j 
ava:85) 
        ... 18 more
 |  
 |  
  | 
| Re: Eclipse does not start - ExceptionInInitializerError [message #21670 is a reply to message #19795] | 
Mon, 31 January 2005 12:55   | 
 
Eclipse User  | 
 | 
 | 
   | 
 
Originally posted by: jerry_peng.yahoo.com 
 
I've found the answer!!! Finally after struggling for 3 weeks. 
 
Please see a bug report: 
   https://bugs.eclipse.org/bugs/show_bug.cgi?id=33828 
 
I hope this helps whoever is using Reflection X on PC to access Sun WS. 
 
-Jerry 
 
 
Jerry wrote: 
 
> Hello, 
 
> I am having problem starting up Eclipse on Solaris box. The exception  
> happens at the call of installFont(). Please help... Thanks in advance... 
 
> Configurations: 
>  - Eclipse: 3.0.1-solaris-motif 
>  - OS: Solaris 8 
>  - JDK: 1.4.2_05 
 
> Eclipse start-up command: 
>  > eclipse -data ~/workspace -vmargs -Xmx512m 
 
> Exception Trace: 
> !SESSION Jan 28, 2005 16:17:05.252  
> --------------------------------------------- 
> eclipse.buildId=M200409161125 
> java.version=1.4.2_05 
> java.vendor=Sun Microsystems Inc. 
> BootLoader constants: OS=solaris, ARCH=sparc, WS=motif, NL=en 
 
> !ENTRY org.eclipse.osgi Jan 28, 2005 16:17:05.257 
> !MESSAGE Application error 
> !STACK 1 
> java.lang.ExceptionInInitializerError 
>         at  
>  
 org.eclipse.ui.internal.themes.ThemeElementHelper.installFon t(ThemeElementHelpe 
> r.java:97) 
>         at  
>  
 org.eclipse.ui.internal.themes.ThemeElementHelper.populateRe gistry(ThemeElement 
> Helper.java:54) 
>         at  
>  org.eclipse.ui.internal.Workbench.initializeFonts(Workbench. java:874) 
>         at org.eclipse.ui.internal.Workbench.init(Workbench.java:783) 
>         at  org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1325) 
>         at  
>  org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:254) 
>         at  
>  org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:141) 
>         at  
>  org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:96) 
>         at  
>  
 org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.jav 
> a:335) 
>         at  
>  org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:273) 
>         at  
>  org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:129) 
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
>         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 
>         at java.lang.reflect.Method.invoke(Unknown Source) 
>         at org.eclipse.core.launcher.Main.basicRun(Main.java:185) 
>         at org.eclipse.core.launcher.Main.run(Main.java:704) 
>         at org.eclipse.core.launcher.Main.main(Main.java:688) 
> Caused by: java.lang.NullPointerException 
>         at  
>  
org.eclipse.jface.preference.PreferenceConverter.<clinit>(PreferenceConverter.j 
> ava:85) 
>         ... 18 more
 |  
 |  
  | 
Powered by 
FUDForum. Page generated in 0.08173 seconds