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 201751

Summary: InterruptedException at java.lang.Object.wait
Product: platform Reporter: Jesse Glick <jglick>
Component: Window SystemAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED INVALID    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 181007
Bug Depends on:    
Bug Blocks: 200966    
Attachments: stacktrace

Description Jesse Glick 2011-09-07 14:37:40 UTC
Build: NetBeans IDE Dev (Build 20110906-a0e51eda72c3)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Linux

User Comments:
jglick: Projects opening in background; downloading updates in foreground.




Stacktrace: 
java.lang.InterruptedException
   at java.lang.Object.wait(Object.java:0)
   at java.lang.Object.wait(Object.java:503)
   at org.openide.text.CloneableEditor$DoInitialize.initDocument(CloneableEditor.java:708)
   at org.openide.text.CloneableEditor$DoInitialize.initVisual(CloneableEditor.java:746)
   at org.openide.text.CloneableEditor.getEditorPane(CloneableEditor.java:1279)
   at org.netbeans.core.spi.multiview.text.MultiViewCloneableEditor.getToolbarRepresentation(MultiViewCloneableEditor.java:88)
Comment 1 Jesse Glick 2011-09-07 14:37:44 UTC
Created attachment 110475 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2011-09-12 14:35:30 UTC
seems related to issue #200966
reassigning
Comment 3 Jaroslav Tulach 2011-09-15 08:52:20 UTC
The current fix for bug 200966 was reverted. Closing for now, needs to be watched for in future.