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 - NullPointerException at org.openide.util.EditableProperties.store
Summary: NullPointerException at org.openide.util.EditableProperties.store
Status: RESOLVED DUPLICATE of bug 178439
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-02 10:28 UTC by Alexander Simon
Modified: 2010-04-02 17:00 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 163728


Attachments
stacktrace (3.86 KB, text/plain)
2010-04-02 10:28 UTC, Alexander Simon
Details

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