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 207449 - 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: J Bachorik
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 206311
  Show dependency tree
 
Reported: 2012-01-18 14:33 UTC by Petr Cyhelsky
Modified: 2012-04-03 11:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 184522


Attachments
stacktrace (3.25 KB, text/plain)
2012-01-18 14:33 UTC, Petr Cyhelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2012-01-18 14:33:54 UTC
Build: NetBeans IDE Dev (Build 20120118-ab16ccd545a5)
VM: OpenJDK 64-Bit Server VM, 20.0-b11, OpenJDK Runtime Environment, 1.6.0_22-b22
OS: Linux

Stacktrace: 
java.lang.IllegalStateException: getOutputStream invoked in AWT
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.getOutputStream(FileObj.java:157)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.getOutputStream(FileObj.java:99)
   at org.netbeans.modules.profiler.ResultsManager.saveSnapshot(ResultsManager.java:730)
   at org.netbeans.modules.profiler.ResultsManager.saveSnapshot(ResultsManager.java:800)
   at org.netbeans.modules.profiler.SaveSnapshotAction.actionPerformed(SaveSnapshotAction.java:75)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2012)
Comment 1 Petr Cyhelsky 2012-01-18 14:33:56 UTC
Created attachment 115014 [details]
stacktrace
Comment 2 Petr Cyhelsky 2012-01-18 14:35:12 UTC
on save snapshot
Comment 3 J Bachorik 2012-03-30 15:12:31 UTC
fixed http://hg.netbeans.org/profiler-main/rev/d61abb01fff6
Comment 4 Quality Engineering 2012-04-03 11:13:18 UTC
Integrated into 'main-golden', will be available in build *201204030400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/d61abb01fff6
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #207449: Saving the profiler snapshots asynchronously