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 211271 - IllegalStateException: getOutputStream invoked in AWT
Summary: IllegalStateException: getOutputStream invoked in AWT
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-16 16:02 UTC by Exceptions Reporter
Modified: 2012-06-05 06:04 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 187060


Attachments
stacktrace (4.57 KB, text/plain)
2012-04-16 16:03 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-04-16 16:02:57 UTC
This issue was reported manually by thurka.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 20120416-71d2c32e49d1)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.6-b01-413, Java(TM) SE Runtime Environment, 1.6.0_31-b04-413-10M3623
OS: Mac OS X

Stacktrace: 
java.lang.IllegalStateException: getOutputStream invoked in AWT
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.getOutputStream(FileObj.java:160)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.getOutputStream(FileObj.java:100)
   at org.netbeans.modules.profiler.ppoints.ProfilingPointFactory.storeSettings(ProfilingPointFactory.java:287)
   at org.netbeans.modules.profiler.ppoints.ProfilingPointFactory.saveProfilingPoints(ProfilingPointFactory.java:273)
   at org.netbeans.modules.profiler.ppoints.ProfilingPointFactory.saveProfilingPoints(ProfilingPointFactory.java:207)
   at org.netbeans.modules.profiler.ppoints.ProfilingPointsManager.storeProfilingPoints(ProfilingPointsManager.java:1277)
Comment 1 Exceptions Reporter 2012-04-16 16:03:02 UTC
Created attachment 118353 [details]
stacktrace
Comment 2 Jiri Sedlacek 2012-05-22 14:58:55 UTC
Fixed by http://hg.netbeans.org/profiler-main/rev/70ebe8cb845c.
Comment 3 Quality Engineering 2012-06-05 06:04:52 UTC
Integrated into 'main-golden', will be available in build *201206050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/70ebe8cb845c
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #211271 - perform file operations outside of EDT