2018a Copy Paste not working Live Scripts

11 visualizaciones (últimos 30 días)
Abhishek Varghese
Abhishek Varghese el 11 de Abr. de 2018
Editada: KENAN SAVAS el 14 de En. de 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 comentarios
Franklin
Franklin el 23 de Abr. de 2019
Thank you. It was so anoying having to restart Matlab just so I can copy paste.
Abhijith Sathya
Abhijith Sathya el 30 de Oct. de 2020
Thank you Flores... youre just amazing

Iniciar sesión para comentar.

Respuesta aceptada

Adri van Nieuwkerk
Adri van Nieuwkerk el 13 de Abr. de 2018
Editada: Walter Roberson el 7 de Mayo de 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 comentarios
Oleg Boiko
Oleg Boiko el 19 de Abr. de 2018
Editada: Oleg Boiko el 19 de Abr. de 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 el 13 de Nov. de 2018
Thank you very much. I have the same issue and it's fixed now.

Iniciar sesión para comentar.

Más respuestas (4)

Ralph Gnauck
Ralph Gnauck el 7 de Mayo de 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 comentario
Kouichi C. Nakamura
Kouichi C. Nakamura el 11 de Mayo de 2018
Cool. You can always drag and drop the text to Command Window and then you can copy it.

Iniciar sesión para comentar.


Elias Hasle
Elias Hasle el 5 de Oct. de 2018
Editada: Elias Hasle el 5 de Oct. de 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)...

Davide Cerra
Davide Cerra el 26 de Jun. de 2019
Simply drag with your mouse

Kouichi C. Nakamura
Kouichi C. Nakamura el 11 de Mayo de 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 comentario
KENAN SAVAS
KENAN SAVAS el 14 de En. de 2023
Editada: KENAN SAVAS el 14 de En. de 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...

Iniciar sesión para comentar.

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by