Bug 35642

Summary: NPE in index manager during shutdown
Product: [Eclipse Project] JDT Reporter: Dani Megert <daniel_megert>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: major    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 RC4   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Dani Megert CLA 2003-03-25 09:10:00 EST
Build I20030324

Sorry now steps - found this in .log:

!SESSION Mrz 25, 2003 15:04:09.765 ---------------------------------------------
java.version=1.4.1_02
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_CH
Command-line arguments: -update -keyring v:\Eclipse\eclipse2_1_all.keyring
-showlocation -data d:\EclipseWorkspaceBuild_2_1\plugins -install
file:D:/eclipse_I20030324/
!ENTRY org.eclipse.core.runtime 4 2 Mrz 25, 2003 15:04:09.781
!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.core.runtime".
!STACK 0
java.lang.NullPointerException
	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:889)
	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 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.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 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:291)
	at org.eclipse.core.launcher.Main.run(Main.java:747)
	at org.eclipse.core.launcher.Main.main(Main.java:583)
Comment 1 Philipe Mulet CLA 2003-03-25 09:51:39 EST

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