This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 258642 - Netbeans won't start because of a NullPointerException
Summary: Netbeans won't start because of a NullPointerException
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.2
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-04 10:35 UTC by Wouter_Eskens
Modified: 2016-04-06 13:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The NullPointerException wherefor NetBeans won't start (2.15 MB, image/bmp)
2016-04-04 10:36 UTC, Wouter_Eskens
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Wouter_Eskens 2016-04-04 10:35:20 UTC
java.lang.NullPointerException
	at org.openide.util.Exceptions.attachLocalizedMessage(Exceptions.java:111)
	at org.netbeans.core.windows.PersistenceHandler.load(PersistenceHandler.java:121)
	at org.netbeans.core.windows.WindowSystemImpl.load(WindowSystemImpl.java:69)
[catch] at org.netbeans.core.NonGui$2.run(NonGui.java:190)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Comment 1 Wouter_Eskens 2016-04-04 10:36:53 UTC
Created attachment 159113 [details]
The NullPointerException wherefor NetBeans won't start