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 207819 - IllegalStateException: getOutputStream invoked in AWT
Summary: IllegalStateException: getOutputStream invoked in AWT
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Samples (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: Martin Janicek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 206311
  Show dependency tree
 
Reported: 2012-01-27 09:55 UTC by Petr Cyhelsky
Modified: 2012-04-18 21:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 184821


Attachments
stacktrace (6.71 KB, text/plain)
2012-01-27 09: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 09:55:11 UTC
Build: NetBeans IDE Dev (Build 20120125-2ee091eab541)
VM: OpenJDK 64-Bit Server VM, 20.0-b11, OpenJDK Runtime Environment, 1.6.0_22-b22
OS: Linux

Stacktrace: 
java.lang.IllegalStateException: getOutputStream invoked in AWT
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.getOutputStream(FileObj.java:161)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.getOutputStream(FileObj.java:100)
   at org.netbeans.modules.j2ee.samples.JavaEESamplesWizardIterator.unZipFile(JavaEESamplesWizardIterator.java:223)
   at org.netbeans.modules.j2ee.samples.JavaEESamplesWizardIterator.instantiate(JavaEESamplesWizardIterator.java:114)
   at org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.instantiate(TemplateWizard.java:1022)
   at org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:587)
Comment 1 Petr Cyhelsky 2012-01-27 09:55:22 UTC
Created attachment 115299 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-04-16 13:04:12 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 Martin Janicek 2012-04-17 08:19:13 UTC
Fixed in: web-main #9e87406a4a81
Comment 4 Quality Engineering 2012-04-18 21:30:24 UTC
Integrated into 'main-golden', will be available in build *201204181547* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/9e87406a4a81
User: Martin Janicek <mjanicek@netbeans.org>
Log: #207819 - IllegalStateException: getOutputStream invoked in AWT