Bug 35608

Summary: NPE on shutdown
Product: [Eclipse Project] JDT Reporter: DJ Houghton <dj.houghton>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 RC4   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description DJ Houghton CLA 2003-03-24 17:02:56 EST
build i0324, win2k, j9sc20030318

I got the following NPE when I was shutting down my image.

!ENTRY org.eclipse.core.runtime 4 2 Mar 24, 2003 16:56:24.737
!MESSAGE Problems occurred when invoking code from plug-
in: "org.eclipse.core.runtime".
!STACK 0
java.lang.NullPointerException
        at java.lang.Throwable.<init>(Throwable.java)
        at java.lang.Throwable.<init>(Throwable.java)
        at java.lang.NullPointerException.<init>(NullPointerException.java:63)
        at org.eclipse.jdt.internal.core.search.indexing.IndexManager.shutdown
(IndexManager.java:511)
        at org.eclipse.jdt.internal.core.JavaModelManager.shutdown
(JavaModelManager.java:1550)
        at org.eclipse.jdt.core.JavaCore.shutdown(JavaCore.java:3004)
        at org.eclipse.core.internal.plugins.PluginRegistry$2.run
(PluginRegistry.java:283)
        at org.eclipse.core.internal.runtime.InternalPlatform.run
(InternalPlatform.java)
        at org.eclipse.core.internal.plugins.PluginRegistry$1.visit
(PluginRegistry.java:296)
        at org.eclipse.core.internal.plugins.PluginRegistry.accept
(PluginRegistry.java:55)
        at org.eclipse.core.internal.plugins.PluginRegistry.shutdownPlugins
(PluginRegistry.java:299)
        at org.eclipse.core.internal.plugins.PluginRegistry.shutdown
(PluginRegistry.java:265)
        at org.eclipse.core.internal.runtime.InternalPlatform.loaderShutdown
(InternalPlatform.java:520)
        at java.lang.reflect.AccessibleObject.invokeImpl(Native Method)
        at java.lang.reflect.AccessibleObject.invokeV(AccessibleObject.java:199)
        at java.lang.reflect.Method.invoke(Method.java:252)
        at org.eclipse.core.internal.boot.InternalBootLoader.shutdown
(InternalBootLoader.java:979)
        at org.eclipse.core.internal.boot.InternalBootLoader.run
(InternalBootLoader.java:850)
        at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
        at java.lang.reflect.AccessibleObject.invokeImpl(Native Method)
        at java.lang.reflect.AccessibleObject.invokeL(AccessibleObject.java:207)
        at java.lang.reflect.Method.invoke(Method.java:271)
        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)
Comment 1 Jerome Lanneluc CLA 2003-03-24 17:12:38 EST

*** This bug has been marked as a duplicate of 35473 ***