aces / cbrain

CBRAIN is a flexible Ruby on Rails framework for accessing and processing of large data on high-performance computing infrastructures.
GNU General Public License v3.0
71 stars 43 forks source link

Cannot copy a file in a subfolder from a S3MultiLevelDataProvider to a UserkeyFlatDirSshDataProvider #1374

Closed natacha-beck closed 7 months ago

natacha-beck commented 7 months ago

When trying to copy a file that was register from a S3MultiLevelDataProvider in a subfolder:

sub123/abc.txt

to a UserkeyFlatDirSshDataProvider I have a strange error message:

[2024-02-13 18:21:10 UTC] For 1 file, Did not get a proper numeric ID? Got: 'nil'.:
abc.txt

and the copy is not performed.

prioux commented 7 months ago

Can you try this in the console and provdie the stack trace? Right now if you go through the interface, the exception is trapped and we only get the exception message "Did not get a proper numeric ID". But in the console you'll get the full stack trace.