aptana / studio3

This repository contains the code for core components of Aptana Studio 3.
http://aptana.com/products/studio3
Other
1.07k stars 484 forks source link

Publish Upload doesn't working #529

Open chukhanhvan opened 3 years ago

chukhanhvan commented 3 years ago

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)