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
I am trying to submit raw reads (in fastq.gz format) using the script below: java -jar $APP/webin-cli-8.2.0/webin-cli-8.2.0.jar -userName=??? -password=??? -context=reads -manifest=$mDIR/Manifest_ML001_EKDN220041642-1A_1.fastq.txt -submit -test
However, it failed and I received these errors:
INFO : Your application version is 8.2.0
INFO : Connecting to FTP server : webin2.ebi.ac.uk
INFO : Creating report file: /mnt/shared/scratch/mlu/ENA/all_raw/concat/submission_run3/manifests/./webin-cli.report
ERROR: Last received FTP Reply. ReplyCode : 530, ReplyStrings : [530 Login incorrect.]
ERROR: FTP service authentication error. Invalid submission account user name or password. Please try enclosing your password in single quotes. Failed to upload files to server because of a user error.
INFO : This was a TEST submission(s).
ERROR: Some or all submissions failed. Please see application logs.
I tried many ways (using single quotes or without single quotes around my password) but none of my tries worked.
Any idea how to debug this? Many thanks in advance!!