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

Summary: IllegalStateException: Network call invoked in AWT
Product: platform Reporter: Petr Cyhelsky <cyhelsky>
Component: Dialogs&WizardsAssignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED INCOMPLETE    
Severity: normal Keywords: PERFORMANCE
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 184823
Bug Depends on:    
Bug Blocks: 206311    
Attachments: stacktrace

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