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 169525 - NullPointerException at org.netbeans.modules.settings.convertors.SerialDataConvertor$SaveSupport.access$200
Summary: NullPointerException at org.netbeans.modules.settings.convertors.SerialDataCo...
Status: RESOLVED DUPLICATE of bug 159093
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Skrivanek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-30 08:12 UTC by mauro_netbeans2009
Modified: 2009-08-28 12:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 148892


Attachments
stacktrace (3.86 KB, text/plain)
2009-07-30 08:12 UTC, mauro_netbeans2009
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mauro_netbeans2009 2009-07-30 08:12:50 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 1.5.0_15-b04, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_15-b04
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.settings.convertors.SerialDataConvertor$SaveSupport.access$200(SerialDataConvertor.java:523)
        at org.netbeans.modules.settings.convertors.SerialDataConvertor.run(SerialDataConvertor.java:344)
        at org.netbeans.modules.settings.ScheduledRequest.performRequest(ScheduledRequest.java:197)
        at org.netbeans.modules.settings.ScheduledRequest.runAndWait(ScheduledRequest.java:135)
        at org.netbeans.modules.settings.convertors.SerialDataConvertor$SaveSupport.save(SerialDataConvertor.java:820)
        at org.openide.loaders.InstanceDataObject.dispose(InstanceDataObject.java:1006)
Comment 1 mauro_netbeans2009 2009-07-30 08:12:58 UTC
Created attachment 85504 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2009-08-28 11:13:24 UTC
jirka, pls evaluate this one and/or reassign, thanks
Comment 3 Jiri Skrivanek 2009-08-28 12:04:59 UTC
In messages.log you see "Too many open files" and then "error in opening zip file". That caused NPE.

*** This issue has been marked as a duplicate of 159093 ***