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 211264 - IllegalStateException: getInputStream invoked in AWT
Summary: IllegalStateException: getInputStream invoked in AWT
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-16 15:20 UTC by Petr Cyhelsky
Modified: 2012-04-20 10:14 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 187055


Attachments
stacktrace (4.09 KB, text/plain)
2012-04-16 15:20 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-04-16 15:20:56 UTC
This issue was reported manually by cyhelsky.
It already has 11 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

User Comments:
cyhelsky: On invocation of deploy on project

cyhelsky: on Clean and build

cyhelsky: on Clean on project

cyhelsky: on Test file

cyhelsky: on compile file

cyhelsky: on run

cyhelsky: On run project

cyhelsky: On debug project




Stacktrace: 
java.lang.IllegalStateException: getInputStream invoked in AWT
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.getInputStream(FileObj.java:219)
   at org.apache.tools.ant.module.xml.AntProjectSupport.createInputSource(AntProjectSupport.java:227)
   at org.apache.tools.ant.module.xml.AntProjectSupport.parseDocument(AntProjectSupport.java:277)
   at org.apache.tools.ant.module.xml.AntProjectSupport.getDocument(AntProjectSupport.java:161)
   at org.apache.tools.ant.module.xml.AntProjectSupport.getProjectElement(AntProjectSupport.java:316)
   at org.apache.tools.ant.module.run.TargetExecutor.getProcessDisplayName(TargetExecutor.java:147)
Comment 1 Petr Cyhelsky 2012-04-16 15:20:59 UTC
Created attachment 118346 [details]
stacktrace
Comment 2 Tomas Zezula 2012-04-16 15:43:30 UTC
Project/Ant - the ActionUtils.runTarget reads the tab name from ant script.
Comment 3 Jesse Glick 2012-04-18 20:42:06 UTC
Fixing for ModuleActions as reported in the main stack trace. Other ActionProvider implementations should be filed separately if needed.
Comment 4 Jesse Glick 2012-04-18 20:42:56 UTC
core-main #b1e7518ea8e7
Comment 5 Quality Engineering 2012-04-20 10:14:24 UTC
Integrated into 'main-golden', will be available in build *201204200400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b1e7518ea8e7
User: Jesse Glick <jglick@netbeans.org>
Log: #211264: IllegalStateException: getInputStream invoked in AWT