You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Publish is the most useful feature of Aptana, please bring it up!
If I use: right click on Project: Publish > Transfer files... then drap and drop the files from local to remote server, the files can be uploaded sucessfully, but right click on files and select Upload, or add new files will show the error message:
An internal error occurred during: "Uploading...".
'void org.eclipse.core.internal.filesystem.Policy.checkCanceled(org.eclipse.core.runtime.IProgressMonitor)'
Exception log:
!ENTRY org.eclipse.core.jobs 4 2 2020-10-12 10:56:53.398
!MESSAGE An internal error occurred during: "Uploading...".
!STACK 0
java.lang.NoSuchMethodError: 'void org.eclipse.core.internal.filesystem.Policy.checkCanceled(org.eclipse.core.runtime.IProgressMonitor)'
at com.aptana.core.io.efs.EFSUtils.getFiles(EFSUtils.java:268)
at com.aptana.core.io.efs.EFSUtils.getFiles(EFSUtils.java:206)
at com.aptana.core.io.efs.EFSUtils.getFiles(EFSUtils.java:223)
at com.aptana.core.io.efs.EFSUtils.getAllFiles(EFSUtils.java:240)
at com.aptana.ide.syncing.ui.actions.UploadAction$1.run(UploadAction.java:88)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
The text was updated successfully, but these errors were encountered:
Eclipse:
Version: 2020-09 (4.17.0)
Build id: 20200910-1200
Publish is the most useful feature of Aptana, please bring it up!
If I use: right click on Project: Publish > Transfer files... then drap and drop the files from local to remote server, the files can be uploaded sucessfully, but right click on files and select Upload, or add new files will show the error message:
An internal error occurred during: "Uploading...".
'void org.eclipse.core.internal.filesystem.Policy.checkCanceled(org.eclipse.core.runtime.IProgressMonitor)'
Exception log:
!ENTRY org.eclipse.core.jobs 4 2 2020-10-12 10:56:53.398
!MESSAGE An internal error occurred during: "Uploading...".
!STACK 0
java.lang.NoSuchMethodError: 'void org.eclipse.core.internal.filesystem.Policy.checkCanceled(org.eclipse.core.runtime.IProgressMonitor)'
at com.aptana.core.io.efs.EFSUtils.getFiles(EFSUtils.java:268)
at com.aptana.core.io.efs.EFSUtils.getFiles(EFSUtils.java:206)
at com.aptana.core.io.efs.EFSUtils.getFiles(EFSUtils.java:223)
at com.aptana.core.io.efs.EFSUtils.getAllFiles(EFSUtils.java:240)
at com.aptana.ide.syncing.ui.actions.UploadAction$1.run(UploadAction.java:88)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
The text was updated successfully, but these errors were encountered: