2018a Copy Paste not working Live Scripts

13 vues (au cours des 30 derniers jours)
Abhishek Varghese
Abhishek Varghese le 11 Avr 2018
Modifié(e) : KENAN SAVAS le 14 Jan 2023
Hello, I receive this error message every time I press 'Ctrl+C' in a live script.
Apr 11, 2018 6:18:12 PM com.mathworks.connector.message_service.impl.MessageServiceJSONImpl handlePublishRequest
WARNING: Error in subscription handler
java.lang.IllegalArgumentException: C:\Users\Abhishek\AppData\Local\Temp\ConnectorClipboard2848936797537281347 does not exist
at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1637)
at com.mathworks.services.clipboardservice.ConnectorClipboardService$4.handle(ConnectorClipboardService.java:319)
at com.mathworks.connector.message_service.impl.MessageServiceJSONImpl.handlePublishRequest(MessageServiceJSONImpl.java:29)
at com.mathworks.connector.message_service.impl.AbstractMessageService.handlePublishRequest(AbstractMessageService.java:58)
at com.mathworks.connector.message_service.impl.JniMessageServiceAdaptorImpl.doHandlePublish(JniMessageServiceAdaptorImpl.java:59)
at com.mathworks.connector.message_service.api.JniMessageServiceAdaptor.fromNative(JniMessageServiceAdaptor.java:21)
What do I do? How do I fix this?
  3 commentaires
Franklin
Franklin le 23 Avr 2019
Thank you. It was so anoying having to restart Matlab just so I can copy paste.
Abhijith Sathya
Abhijith Sathya le 30 Oct 2020
Thank you Flores... youre just amazing

Connectez-vous pour commenter.

Réponse acceptée

Adri van Nieuwkerk
Adri van Nieuwkerk le 13 Avr 2018
Modifié(e) : Walter Roberson le 7 Mai 2018
Hi there Abhi,
I've had the exact same problem. The Official MathWorks Answer: The potential cause for this issue is related to the Windows SilentCleanup Task. This issue is explained in detail at the following Microsoft Support page:
It may be temporarily resolved by restarting MATLAB. If not try out the following steps to test a possible workaround for this issue:
  • Start a command prompt as an administrator.
  • Please disable the SilentCleanup by executing the following command in the command prompt window:
schtasks.exe /change /TN \Microsoft\Windows\DiskCleanup\SilentCleanup/Disable
  • You can always enable it again later with:
schtasks.exe /change /TN \Microsoft\Windows\DiskCleanup\SilentCleanup/Enable
The Windows Build 1709 introduced some new functionality, which removes all empty folders in the TEMP directory. This could be the cause of the copy and paste error.
  2 commentaires
Oleg Boiko
Oleg Boiko le 19 Avr 2018
Modifié(e) : Oleg Boiko le 19 Avr 2018
Is there a solution when there is no admin rights? Admin rights might be a problem for corporate Matlab users...
Hai Dinh
Hai Dinh le 13 Nov 2018
Thank you very much. I have the same issue and it's fixed now.

Connectez-vous pour commenter.

Plus de réponses (4)

Ralph Gnauck
Ralph Gnauck le 7 Mai 2018
A possible workaround is using drag and drop, this still seems to work in the live editor.
Example:
Highlight the text in he live editor. Hold the Ctrl Key and Click and drag the highlighted text to where you want to paste it. Can be in same window or another window on the screen.
  1 commentaire
Kouichi C. Nakamura
Kouichi C. Nakamura le 11 Mai 2018
Cool. You can always drag and drop the text to Command Window and then you can copy it.

Connectez-vous pour commenter.


Elias Hasle
Elias Hasle le 5 Oct 2018
Modifié(e) : Elias Hasle le 5 Oct 2018
I tried the double drag and drop solution for a while, but it becomes very cumbersome when editing formulas etc. I did not want to disable Windows functionality because of a silly Matlab bug. So I found another solution:
Try to copy something, then in the error message read which folder is missing. Make a new folder in Temp with that name, and put a dummy file in it, so that it does not get deleted. Now copying works for the current Matlab session. It even worked after a restart of Matlab with the same script, at least for the time being.
Files in Temp tend to be temporary, so this procedure probably has to be repeated now and then, maybe after reboot or after changing active working directory or something. But it is better than not having copy/paste. And frankly better than spending hours upgrading Matlab too (if there is even a fix in the newest version)...
  1 commentaire
Vignesh Kalidas
Vignesh Kalidas le 2 Avr 2019
This solution seems to work for me! Thanks!

Connectez-vous pour commenter.


Davide Cerra
Davide Cerra le 26 Juin 2019
Simply drag with your mouse

Kouichi C. Nakamura
Kouichi C. Nakamura le 11 Mai 2018
I'm also experiencing the same issue with exactly the same error message.
And it's related to a folder in Temp, so SilentCleanup Task's involvement makes sense!
>schtasks.exe /change /TN "\Microsoft\Windows\DiskCleanup\SilentCleanup" /Disable
ended up with an error:
'schtasks.exe' is not recognized as an internal or external command,
operable program or batch file.
  1 commentaire
KENAN SAVAS
KENAN SAVAS le 14 Jan 2023
Modifié(e) : KENAN SAVAS le 14 Jan 2023
you can try this command in power shell, first of all open windows power shell ise, then copy-paste the command text to the editor, the use the run button...
and also to work this command, or disable the task of DiskCleanup\SilentCleanup another way could be followed. in windows, please open task scheduler tool, then at the left side, use the tree list, go to the item of library/microsoft/windows/DiskCleanup/SilentCleanup. the at the task of SilentCleanup, at the right side, you can use disable the task link...
i have done succesfully to diable the task, but i don't know it could be worked for my cronic copy-paste matlab editor problem... because after windows restarting, i'll check the problem...
my matlab version is 2021b, and the copy-paste action in editor works, but in the MATLAB command window, the copy-paste action doesn't work. many solutions in the forums should recommend drag the copied text to the area, ok this works and the best solution is this, but with powerfull tool MATLAB, not working with copy-paste action has been occurred many times, when i have investigated the issue, from past to now, many times with many MATLAB versions, this problem occurs, when you see the sorum pages, this problem has been occured in MATLAB version of 2009, 2018, 2021, 2022...
honorable important stuff at mathworks, please solve this issue, or add a wizard to solve the prolem how can we could try and apply steps in the main MATLAB window, please do this, not using copy-paste action is very disgusting situation...
thanks to be interested in the issue, and the support us MATLAB users from past to now... from 2009 to 2022, please solve this situation now...

Connectez-vous pour commenter.

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by