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 183392

Summary: NullPointerException at org.openide.util.EditableProperties.store
Product: platform Reporter: Alexander Simon <alexvsimon>
Component: -- Other --Assignee: issues@platform <issues>
Status: RESOLVED DUPLICATE    
Severity: normal CC: Chiana, fzamboj, gorrus, jglick, mnachev
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 163728
Attachments: stacktrace

Description Alexander Simon 2010-04-02 10:28:47 UTC
Build: NetBeans IDE Dev (Build 100402-63b0eb0ebe1a)
VM: Java HotSpot(TM) Client VM, 16.2-b04, Java(TM) SE Runtime Environment, 1.6.0_19-b04
OS: SunOS

User Comments:
gorrus: NB startup

Chiana: Just started IDE, used mouse to scroll down to end of file, error when reaching end.

GUEST: I installed the nightly build to enalbe zend framework support.
When i started NetBeans, I had a bubble bottom right corner that told me about new available updates.

I've downloaded and click "restart now".

When I restart the application I always have the same error message

GUEST: just started the IDE and got the error while projects were loading

GUEST: started the ide and then checked for an update. before the installer appeared, the warning popped up

fzamboj: run netbeans

GUEST: Started program.




Stacktrace: 
java.lang.NullPointerException
   at org.openide.util.EditableProperties.store(EditableProperties.java:212)
   at org.netbeans.core.startup.preferences.PropertiesStorage.save(PropertiesStorage.java:227)
   at org.netbeans.core.startup.preferences.NbPreferences.flushSpi(NbPreferences.java:166)
   at org.netbeans.core.startup.preferences.NbPreferences$1$1.run(NbPreferences.java:70)
   at org.netbeans.core.startup.preferences.PropertiesStorage$3.run(PropertiesStorage.java:319)
   at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:122)
Comment 1 Alexander Simon 2010-04-02 10:28:51 UTC
Created attachment 96582 [details]
stacktrace
Comment 2 Jesse Glick 2010-04-02 17:00:53 UTC

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