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 207440 - IllegalStateException: getInputStream invoked in AWT
Summary: IllegalStateException: getInputStream invoked in AWT
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 206311
  Show dependency tree
 
Reported: 2012-01-18 13:48 UTC by Petr Cyhelsky
Modified: 2012-03-30 12:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 184512


Attachments
stacktrace (5.16 KB, text/plain)
2012-01-18 13:48 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 13:48:48 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

User Comments:
cyhelsky: On opening the project properties




Stacktrace: 
java.lang.IllegalStateException: getInputStream invoked in AWT
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.getInputStream(FileObj.java:219)
   at org.openide.filesystems.FileUtil.isArchiveFile(FileUtil.java:2054)
   at org.openide.filesystems.FileUtil.isArchiveFile(FileUtil.java:2111)
   at org.netbeans.modules.tomcat5.util.Utils.fileToUrl(Utils.java:78)
   at org.netbeans.modules.tomcat5.util.TomcatProperties.getJavadocs(TomcatProperties.java:680)
   at org.netbeans.modules.tomcat5.TomcatPlatformImpl.loadLibraries(TomcatPlatformImpl.java:511)
Comment 1 Petr Cyhelsky 2012-01-18 13:48:51 UTC
Created attachment 115003 [details]
stacktrace
Comment 2 Petr Hejl 2012-03-29 15:31:09 UTC
Fixed in web-main 4a3dca97a4f1.
Comment 3 Petr Hejl 2012-03-30 12:13:24 UTC
web-main 840f2c5d5e98 is also relevant