aptana / studio3

This repository contains the code for core components of Aptana Studio 3.

Home Page:http://aptana.com/products/studio3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish Upload doesn't working

chukhanhvan opened this issue · comments

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)