Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 315271 - NPE during startup from CleanupAddon
Summary: NPE during startup from CleanupAddon
Status: CLOSED DUPLICATE of bug 315196
Alias: None
Product: e4
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 1.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-01 14:37 EDT by John Arthorne CLA
Modified: 2010-06-01 14:42 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Arthorne CLA 2010-06-01 14:37:35 EDT
I20100531

Attempting to start this build on an existing workspace with no delta.xml I got the following error (before deleting delta.xml I had different errors). Note this error was in the console, but *not* in the log file. 

2010-06-01 13:37:46.656 Log ErrorException while dispatching event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/ui/UIElement/toBeRendered/SET] to handler org.eclipse.e4.ui.services.inte
rnal.events.UIEventHandler@707a707a
java.lang.NullPointerException
        at org.eclipse.e4.ui.workbench.addons.cleanupaddon.CleanupAddon$2.handleEvent(CleanupAddon.java:83)
        at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:41)
        at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:188)
        at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:198)
        at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
Comment 1 John Arthorne CLA 2010-06-01 14:42:17 EDT

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