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 204517 - InterruptedException: Cannot wait with timeout 100 from the RequestProcessor thread for task: RequestProcessor.Task [System clipboard synchronizer, 1] for task org.netbeans.NbClipboard@57c63b
Summary: InterruptedException: Cannot wait with timeout 100 from the RequestProcessor ...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.1
Hardware: All All
: P2 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-01 14:34 UTC by Tomas Mysik
Modified: 2011-11-04 05:59 UTC (History)
10 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 182480


Attachments
stacktrace (882 bytes, text/plain)
2011-11-01 14:34 UTC, Tomas Mysik
Details
stacktrace (882 bytes, text/plain)
2011-11-01 14:48 UTC, misterm
Details
stacktrace (882 bytes, text/plain)
2011-11-01 14:51 UTC, misterm
Details
stacktrace (882 bytes, text/plain)
2011-11-01 14:54 UTC, misterm
Details
stacktrace (883 bytes, text/plain)
2011-11-02 07:39 UTC, Vladimir Voskresensky
Details
stacktrace (883 bytes, text/plain)
2011-11-02 10:21 UTC, Vladimir Voskresensky
Details
stacktrace (883 bytes, text/plain)
2011-11-02 14:00 UTC, Jiri Skrivanek
Details
stacktrace (883 bytes, text/plain)
2011-11-03 10:57 UTC, Alexander Simon
Details
stacktrace (883 bytes, text/plain)
2011-11-03 13:03 UTC, Sergey Petrov
Details
stacktrace (883 bytes, text/plain)
2011-11-03 19:06 UTC, MackSix
Details
stacktrace (883 bytes, text/plain)
2011-11-03 19:09 UTC, MackSix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2011-11-01 14:34:31 UTC
Build: NetBeans IDE Dev (Build 20111101-4446dcfb2c48)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Linux

User Comments:
ralphbenjamin: Open multiple files from GotoType




Stacktrace: 
java.lang.InterruptedException: Cannot wait with timeout 100 from the RequestProcessor thread for task: RequestProcessor.Task [System clipboard synchronizer, 1] for task org.netbeans.NbClipboard@57c63b
   at org.openide.util.RequestProcessor$Task.waitFinished(RequestProcessor.java:1694)
   at org.netbeans.NbClipboard.getContents(NbClipboard.java:206)
   at java.awt.datatransfer.Clipboard.getAvailableDataFlavorSet(Clipboard.java:328)
   at java.awt.datatransfer.Clipboard.fireFlavorsChanged(Clipboard.java:301)
   at java.awt.datatransfer.Clipboard.setContents(Clipboard.java:117)
   at org.openide.util.datatransfer.ExClipboard.setContents(ExClipboard.java:193)
Comment 1 Tomas Mysik 2011-11-01 14:34:34 UTC
Created attachment 112675 [details]
stacktrace
Comment 2 misterm 2011-11-01 14:48:09 UTC
Created attachment 112678 [details]
stacktrace
Comment 3 misterm 2011-11-01 14:51:09 UTC
Created attachment 112680 [details]
stacktrace
Comment 4 Exceptions Reporter 2011-11-01 14:51:16 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=182480
Comment 5 misterm 2011-11-01 14:54:09 UTC
Created attachment 112681 [details]
stacktrace
Comment 6 Vladimir Voskresensky 2011-11-02 07:39:15 UTC
Created attachment 112708 [details]
stacktrace

stopped debugger
Comment 7 Vladimir Voskresensky 2011-11-02 10:21:17 UTC
Created attachment 112722 [details]
stacktrace
Comment 8 Jiri Skrivanek 2011-11-02 14:00:18 UTC
Created attachment 112744 [details]
stacktrace

Switched back to IDE from another application.
Comment 9 Alexander Simon 2011-11-03 10:57:23 UTC
Created attachment 112767 [details]
stacktrace
Comment 10 Exceptions Reporter 2011-11-03 12:30:26 UTC
This bug already has 20 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=182480
Comment 11 Sergey Petrov 2011-11-03 13:03:24 UTC
Created attachment 112774 [details]
stacktrace

Wizad window is active, swicthing between nb and firefox and back, see this exception
Comment 12 Stanislav Aubrecht 2011-11-03 14:10:59 UTC
seems to be a side-effect of bugfix #203826
Comment 13 MackSix 2011-11-03 19:06:25 UTC
Created attachment 112800 [details]
stacktrace

I was just viewing the JPanel form source file and I clicked on a running instance of Firefox on the taskbar and this happened. Before this I had renamed a project and then opened up a new one.
Comment 14 MackSix 2011-11-03 19:09:26 UTC
Created attachment 112801 [details]
stacktrace

It happened again. I was viewing firefox and then I clicked on the firefox taskbar icon to minimize it and it throws this exception when it minimizes.
Comment 15 Jaroslav Tulach 2011-11-04 05:59:02 UTC
ergonomics:ec973f889784 - jtulach on 1.11.2011

#203826: Don't fire flavor events under a lock. May help the state of paste action as well.