Activity log for bug #1469962

Date Who What changed Old value New value Message
2015-06-30 06:04:11 RaiMan bug added bug
2015-06-30 06:04:20 RaiMan sikuli: status New In Progress
2015-06-30 06:04:23 RaiMan sikuli: importance Undecided Medium
2015-06-30 06:04:26 RaiMan sikuli: assignee RaiMan (raimund-hocke)
2015-06-30 06:04:29 RaiMan sikuli: milestone 2.0.0
2015-06-30 06:05:02 RaiMan summary [1.1.0] Mac: App.getClipboard(): java.io.IOException: system clipboard data unavailable [1.1.0] Mac: App.getClipboard(): java.io.IOException: system clipboard data unavailable --- should be handled internally
2015-06-30 06:42:03 RaiMan sikuli: status In Progress Fix Committed
2015-06-30 06:42:07 RaiMan sikuli: importance Medium Critical
2015-06-30 06:42:16 RaiMan sikuli: milestone 2.0.0 1.1.0
2015-06-30 06:42:42 RaiMan summary [1.1.0] Mac: App.getClipboard(): java.io.IOException: system clipboard data unavailable --- should be handled internally [1.1.0] Mac: App.getClipboard(): java.io.IOException: system clipboard data unavailable --- should be handled internally --- fixed 1.1.0
2015-06-30 06:44:03 RaiMan description I am using Sikui 1.1.0 Build:2015-06-24_01:00nightly on a MAC OS X 10.7.5. My application clicks in a text region, selects it and copies it to the clipboard before processing this text further. My application can run and do this hundreds of times successfully and then suddenly I get the following error:- [log] CLICK on L(718,1044)@S(0)[0,0 1920x1200] [log] ( ? ) TYPE "a" [log] ( ? ) TYPE "c" java.io.IOException: system clipboard data unavailable at apple.awt.CClipboard.getClipboardData(Native Method) at sun.awt.datatransfer.ClipboardTransferable.fetchOneFlavor(ClipboardTransferable.java:101) at sun.awt.datatransfer.ClipboardTransferable.<init>(ClipboardTransferable.java:80) at sun.awt.datatransfer.SunClipboard.getContents(SunClipboard.java:130) at org.sikuli.script.App.getClipboard(App.java:659) at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:186) at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:204) at org.python.core.PyObject.__call__(PyObject.java:371) at org.python.core.PyObject.__call__(PyObject.java:375) at readChatWindow$py.read$3(/Volumes/jonathanclark/Software Projects/Sikuli Scripts/Poke2/readChatWindow.sikuli/readChatWindow .py:494) at readChatWindow$py.call_function(/Volumes/jonathanclark/Software Projects/Sikuli Scripts/Poke2/readChatWindow.sikuli/readChatWindow.py) at org.python.core.PyTableCode.call(PyTableCode.java:165) at org.python.core.PyBaseCode.call(PyBaseCode.java:149) at org.python.core.PyFunction.__call__(PyFunction.java:327) at org.python.core.PyMethod.__call__(PyMethod.java:124) at org.python.pycode._pyx314.f$0(/Volumes/jonathanclark/Software Projects/Sikuli Scripts/Poke2/main.sikuli/main.py:171) at org.python.pycode._pyx314.call_function(/Volumes/jonathanclark/Software Projects/Sikuli Scripts/Poke2/main.sikuli/main.py) at org.python.core.PyTableCode.call(PyTableCode.java:165) at org.python.core.PyCode.call(PyCode.java:18) at org.python.core.Py.runCode(Py.java:1275) at org.python.core.__builtin__.execfile_flags(__builtin__.java:522) at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:225) at org.sikuli.scriptrunner.JythonScriptRunner.runPython(JythonScriptRunner.java:208) at org.siku li.scriptrunner.JythonScriptRunner.runScript(JythonScriptRunner.java:176) at org.sikuli.ide.SikuliIDE$ButtonRun$1.run(SikuliIDE.java:2369) Looking through past faults there seems to be some references to this. Is there still a known fault? Is there a work around? What is happening? Can some other resource be grabbing the clipboard? Perhaps if I knew what I could disable it. All help/suggestions welcome Jonathan. **** fixed 1.1.0 2015-07-01+ - exceptions handled internally - empty string returned - error messages ------------------------------------------------- I am using Sikui 1.1.0 Build:2015-06-24_01:00nightly on a MAC OS X 10.7.5. My application clicks in a text region, selects it and copies it to the clipboard before processing this text further. My application can run and do this hundreds of times successfully and then suddenly I get the following error:- [log] CLICK on L(718,1044)@S(0)[0,0 1920x1200] [log] ( ? ) TYPE "a" [log] ( ? ) TYPE "c" java.io.IOException: system clipboard data unavailable  at apple.awt.CClipboard.getClipboardData(Native Method)  at sun.awt.datatransfer.ClipboardTransferable.fetchOneFlavor(ClipboardTransferable.java:101)  at sun.awt.datatransfer.ClipboardTransferable.<init>(ClipboardTransferable.java:80)  at sun.awt.datatransfer.SunClipboard.getContents(SunClipboard.java:130)  at org.sikuli.script.App.getClipboard(App.java:659)  at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source)  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)  at java.lang.reflect.Method.invoke(Method.java:597)  at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:186)  at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:204)  at org.python.core.PyObject.__call__(PyObject.java:371)  at org.python.core.PyObject.__call__(PyObject.java:375)  at readChatWindow$py.read$3(/Volumes/jonathanclark/Software Projects/Sikuli Scripts/Poke2/readChatWindow.sikuli/readChatWindow .py:494)  at readChatWindow$py.call_function(/Volumes/jonathanclark/Software Projects/Sikuli Scripts/Poke2/readChatWindow.sikuli/readChatWindow.py)  at org.python.core.PyTableCode.call(PyTableCode.java:165)  at org.python.core.PyBaseCode.call(PyBaseCode.java:149)  at org.python.core.PyFunction.__call__(PyFunction.java:327)  at org.python.core.PyMethod.__call__(PyMethod.java:124)  at org.python.pycode._pyx314.f$0(/Volumes/jonathanclark/Software Projects/Sikuli Scripts/Poke2/main.sikuli/main.py:171)  at org.python.pycode._pyx314.call_function(/Volumes/jonathanclark/Software Projects/Sikuli Scripts/Poke2/main.sikuli/main.py)  at org.python.core.PyTableCode.call(PyTableCode.java:165)  at org.python.core.PyCode.call(PyCode.java:18)  at org.python.core.Py.runCode(Py.java:1275)  at org.python.core.__builtin__.execfile_flags(__builtin__.java:522)  at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:225)  at org.sikuli.scriptrunner.JythonScriptRunner.runPython(JythonScriptRunner.java:208)  at org.siku li.scriptrunner.JythonScriptRunner.runScript(JythonScriptRunner.java:176)  at org.sikuli.ide.SikuliIDE$ButtonRun$1.run(SikuliIDE.java:2369) Looking through past faults there seems to be some references to this. Is there still a known fault? Is there a work around? What is happening? Can some other resource be grabbing the clipboard? Perhaps if I knew what I could disable it. All help/suggestions welcome Jonathan.