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 261529 - IllegalStateException: cannot open system clipboard
Summary: IllegalStateException: cannot open system clipboard
Status: RESOLVED WONTFIX
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-13 11:27 UTC by bartvdc
Modified: 2016-05-27 10:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217411


Attachments
stacktrace (1.57 KB, text/plain)
2016-05-13 11:27 UTC, bartvdc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bartvdc 2016-05-13 11:27:45 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 7

User Comments:
bartvdc: ?

GUEST: Not sure what's up with the clipboard.

GUEST: Not sure. I just saw the error 15min after it occured

GUEST: Not sure to be honest. Just notested the red exclamation point.

GUEST: copy to clipboard

GUEST: Copy to clipboard

GUEST: <?????????????????????????>




Stacktrace: 
java.lang.IllegalStateException: cannot open system clipboard
   at sun.awt.windows.WClipboard.openClipboard(WClipboard.java:0)
   at sun.awt.datatransfer.SunClipboard.getClipboardFormatsOpenClose(SunClipboard.java:327)
   at sun.awt.datatransfer.SunClipboard.isDataFlavorAvailable(SunClipboard.java:188)
   at draganbjedov.netbeans.csv.view.CSVVisualElement$20.flavorsChanged(CSVVisualElement.java:1076)
   at sun.awt.datatransfer.SunClipboard$1SunFlavorChangeNotifier.run(SunClipboard.java:441)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
Comment 1 bartvdc 2016-05-13 11:27:47 UTC
Created attachment 159762 [details]
stacktrace