Bug 33461

Summary: NPE upon shutdown
Product: [Eclipse Project] JDT Reporter: Wassim Melhem <wassim.melhem>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 RC2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Wassim Melhem CLA 2003-02-27 12:44:47 EST
I-20030227.
I found the following null pointer in my log:

java.lang.NullPointerException
at org.eclipse.jdt.internal.core.search.indexing.IndexManager.shutdown
(IndexManager.java:509)
at org.eclipse.jdt.internal.core.JavaModelManager.shutdown
(JavaModelManager.java:1535)
at org.eclipse.jdt.core.JavaCore.shutdown(JavaCore.java:2986)
at org.eclipse.core.internal.plugins.PluginRegistry$2.run
(PluginRegistry.java:283)
at org.eclipse.core.internal.runtime.InternalPlatform.run
(InternalPlatform.java:867)
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:517)
at java.lang.reflect.Method.invoke(Native Method)
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.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:247)
at org.eclipse.core.launcher.Main.run(Main.java:703)
at org.eclipse.core.launcher.Main.main(Main.java:539)
Comment 1 Olivier Thomann CLA 2003-02-27 13:25:16 EST
Looks like a duplicate of 33462.
Comment 2 Olivier Thomann CLA 2003-02-27 15:58:32 EST

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