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 207825 - IllegalStateException: getInputStream invoked in AWT
Summary: IllegalStateException: getInputStream invoked in AWT
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Attach (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-27 10:55 UTC by Petr Cyhelsky
Modified: 2012-04-02 15:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 184831


Attachments
stacktrace (12.76 KB, text/plain)
2012-01-27 10:55 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-27 10:55:27 UTC
This issue was reported manually by cyhelsky.
It already has 1 duplicates 


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: getInputStream invoked in AWT
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.getInputStream(FileObj.java:219)
   at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:402)
   at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:134)
   at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:266)
   at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:83)
   at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$FileElement.resolve(MIMEResolverImpl.java:690)
Comment 1 Petr Cyhelsky 2012-01-27 10:55:38 UTC
Created attachment 115306 [details]
stacktrace
Comment 3 Quality Engineering 2012-04-02 15:57:59 UTC
Integrated into 'main-golden', will be available in build *201204021038* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/6c5395fd1dac
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #207825,#207466,#207457,#207450: Off-loading IO operation off the EDT