Bug 35642 - NPE in index manager during shutdown
Summary: NPE in index manager during shutdown
Status: RESOLVED DUPLICATE of bug 35473
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 major (vote)
Target Milestone: 2.1 RC4   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-25 09:10 EST by Dani Megert CLA
Modified: 2003-03-25 09:51 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***