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 145731 - [65cat] NullPointerException at javax.imageio.ImageIO.write
Summary: [65cat] NullPointerException at javax.imageio.ImageIO.write
Status: RESOLVED WONTFIX
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-31 21:26 UTC by sunbiz
Modified: 2008-09-01 13:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 102545


Attachments
stacktrace (343 bytes, text/plain)
2008-08-31 21:27 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2008-08-31 21:26:52 UTC
Build: NetBeans IDE Dev (Build 200808281401)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Linux, 2.6.24-19-generic, i386

User Comments: 
Trying to save VM Telemetry view to the root folder without permission

Stacktrace: 
java.lang.NullPointerException
        at javax.imageio.ImageIO.write(ImageIO.java:1523)
        at org.netbeans.modules.profiler.SaveViewAction$1.run(SaveViewAction.java:210)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)
Comment 1 sunbiz 2008-08-31 21:27:01 UTC
Created attachment 68737 [details]
stacktrace
Comment 2 J Bachorik 2008-09-01 13:47:23 UTC
This is caused by the following bug: http://bugs.sun.com/view_bug.do?bug_id=6247985