I was trying to submit a read data with the same user and password I used to be doing it in the past but I got an error java.lang.OutOfMemoryError pointing that I should review the files at validate folder.
Checking the folder, I can see a single file but it is empty, I'm sharing the trace execution of the command here:
INFO : Your application version is 3.1.0
INFO : For SARS-CoV-2 data submissions, users should contact us in advance of submission at virus-dataflow@ebi.ac.uk for specific advice on options and to access the highest levels of support.
INFO : Creating report file: C:\Users\user\webin\Lecturas\.\webin-cli.report
INFO : Field "INSTRUMENT" value "Illumina miSeq" was corrected to "Illumina MiSeq". [manifest file: C:\Users\user\webin\Lecturas\manifest.txt, line number: 4, field: INSTRUMENT, value: Illumina miSeq]
INFO : Submission has not been validated previously.
ERROR: Submission validation failed because of a system error: java.lang.OutOfMemoryError: Java heap space. Please check validation reports for further information: C:\Users\user\webin\Lecturas\reads\RawReads_EAR8\validate
I also tried increasing the allocated memory to my local JVM to 2 GB but during the execution of the command I can't see any pressure increase on it so I guess this error in on the submission server side.
I was trying to submit a read data with the same user and password I used to be doing it in the past but I got an error
java.lang.OutOfMemoryError
pointing that I should review the files atvalidate
folder.Checking the folder, I can see a single file but it is empty, I'm sharing the trace execution of the command here:
I also tried increasing the allocated memory to my local JVM to 2 GB but during the execution of the command I can't see any pressure increase on it so I guess this error in on the submission server side.
Could I please get some help?