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 207458

Summary: IllegalStateException: getInputStream invoked in AWT
Product: java Reporter: Petr Cyhelsky <cyhelsky>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: normal Keywords: PERFORMANCE
Priority: P2    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 184531
Bug Depends on:    
Bug Blocks: 206311    
Attachments: stacktrace

Description Petr Cyhelsky 2012-01-18 15:03:25 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: 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.java.j2seplatform.wizard.DetectPanel.getSources(DetectPanel.java:340)
   at org.netbeans.modules.java.j2seplatform.wizard.DetectPanel$WizardPanel.checkValid(DetectPanel.java:732)
   at org.netbeans.modules.java.j2seplatform.wizard.DetectPanel$WizardPanel.access$1100(DetectPanel.java:534)
Comment 1 Petr Cyhelsky 2012-01-18 15:03:27 UTC
Created attachment 115023 [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-23 13:28:21 UTC
Fixed jet-main 69c7f9012a51
Comment 4 Quality Engineering 2012-04-26 10:35:10 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/69c7f9012a51
User: Tomas Zezula <tzezula@netbeans.org>
Log: #207458:IllegalStateException: getInputStream invoked in AWT