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 207820 - IllegalStateException: Network call invoked in AWT
Summary: IllegalStateException: Network call invoked in AWT
Status: RESOLVED INCOMPLETE
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 206311
  Show dependency tree
 
Reported: 2012-01-27 10:01 UTC by Petr Cyhelsky
Modified: 2012-02-02 08:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 184823


Attachments
stacktrace (8.17 KB, text/plain)
2012-01-27 10:02 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:01:48 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: Network call invoked in AWT
   at org.netbeans.TopSecurityManager.checkConnect(TopSecurityManager.java:364)
   at org.netbeans.TopSecurityManager.checkConnect(TopSecurityManager.java:402)
   at sun.awt.image.URLImageSource.checkSecurity(URLImageSource.java:97)
   at sun.awt.image.ImageRepresentation.drawToBufImage(ImageRepresentation.java:852)
   at sun.java2d.pipe.DrawImage.copyImage(DrawImage.java:1034)
   at sun.java2d.pipe.ValidatePipe.copyImage(ValidatePipe.java:196)
Comment 1 Petr Cyhelsky 2012-01-27 10:02:02 UTC
Created attachment 115301 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2012-02-02 08:57:22 UTC
please provide steps to reproduce and reopen, thank