Bug #69646 Requested clipboard operation did not succeed
Submitted: 2 Jul 2013 10:37 Modified: 22 Jul 2013 12:58
Reporter: Robert Johnson Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:5.2.47 CE rev. 10398 OS:Windows (XP sp3)
Assigned to: CPU Architecture:Any
Tags: clipboard, Copy Row Content, Error while copying to clipboard, query window

[2 Jul 2013 10:37] Robert Johnson
Description:
In a query window, error message on copying row into clipboard.  The row *was* copied to the clipboard.  This is the row I was copying, as pasted from my clipboard: '10.44.48.17', '11'

"Error while copying to clipboard
Requested Clipboard operation did not succeed.

Caused by:
theAwtToolkitWindow"

(Java is up to date - ver 7 update 25) 

How to repeat:
1. Select a table in Object Browser
2. Right-click and in context menu "Select Rows - limit 1000"
3. Edit the query (this is my query: SELECT ip, count(user) users FROM db.ips group by ip having count(*) > 1; )
4. Select one cell in results, right click, in context menu "Copy Row Content"
5. The error message appeared, but the row was successfully copied to the clipboard.
[3 Jul 2013 3:28] Alfredo Kojima
Are you able to repeat the bug? Did you have some Java app running at the time this happened?
[3 Jul 2013 9:12] Robert Johnson
Thanks for the reply.  I cannot repeat the bug - it has happened once before, it's very rare.

Netbeans was running at the time it happened, and had 396MB allocated at the time.
[22 Jul 2013 12:58] MySQL Verification Team
Thank you for the feedback. I couldn't repeat please reopen this bug report if you find a way to repeat the bug consistently. Thanks.
[6 Mar 2014 20:06] Alfredo Kojima
Bug #68736 seems to be the same, there are also reports of Netbeans being open when the error occurred.