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 207432 - IllegalStateException: getOutputStream invoked in AWT
Summary: IllegalStateException: getOutputStream invoked in AWT
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 206311
  Show dependency tree
 
Reported: 2012-01-18 10:03 UTC by Tomas Hurka
Modified: 2012-04-26 10:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 184502


Attachments
stacktrace (4.08 KB, text/plain)
2012-01-18 10:03 UTC, Tomas Hurka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Hurka 2012-01-18 10:03:53 UTC
Build: NetBeans IDE Dev (Build 20120118-ab16ccd545a5)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.4-b02-402, Java(TM) SE Runtime Environment, 1.6.0_29-b11-402-10M3610
OS: Mac OS X

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.openide.filesystems.FileObject.getOutputStream(FileObject.java:733)
   at org.netbeans.modules.parsing.impl.indexing.IndexerCache.writeLastKnownIndexers(IndexerCache.java:597)
   at org.netbeans.modules.parsing.impl.indexing.IndexerCache.getData(IndexerCache.java:411)
   at org.netbeans.modules.parsing.impl.indexing.IndexerCache.getIndexersFor(IndexerCache.java:137)
Comment 1 Tomas Hurka 2012-01-18 10:03:55 UTC
Created attachment 114988 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-04-16 13:04:13 UTC
Increasing priority to P2 - after discussion with performance team and based on the goal for NB 7.2 (performance improvements) especially for remote filesystems.
Comment 3 Tomas Zezula 2012-04-24 09:42:49 UTC
Fixed jet-main 4c466ee71a15
Comment 4 Quality Engineering 2012-04-26 10:37:49 UTC
Integrated into 'main-golden', will be available in build *201204260400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/4c466ee71a15
User: Tomas Zezula <tzezula@netbeans.org>
Log: #207432:IllegalStateException: getOutputStream invoked in AWT