Bug 35608 - NPE on shutdown
Summary: NPE on 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 normal (vote)
Target Milestone: 2.1 RC4   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-24 17:02 EST by DJ Houghton CLA
Modified: 2003-03-25 05:14 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 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 ***