Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

utilities/mkdir on existing folder returns incorrect header: X-Invalid-Path #202

Open
khsrali opened this issue Jul 2, 2024 · 1 comment

Comments

@khsrali
Copy link

khsrali commented Jul 2, 2024

This issue is similar to #172 , but this time the header is X-Invalid-Path instead of X-Exists

Environment to reproduce

on CSCS machine dom, this is returning X-Invalid-Path instead of X-Exists .

last request: 400 {'description': 'Error on mkdir operation', 'error': "Could not chdir to home directory /users/akhosrav: No such file or directorymkdir: cannot create directory '/scratch/snx3000tds/akhosrav/delete_me/fff': File exists"}: sourcePath and/or targetPath are invalid paths

{'Content-Type': 'application/json', 'Content-Length': '218', 'Connection': 'keep-alive', 'RateLimit-Remaining': '9', 'RateLimit-Reset': '1', 'RateLimit-Limit': '10', 'X-RateLimit-Limit-Second': '10', 'X-RateLimit-Remaining-Second': '9', 'X-RateLimit-Remaining-Minute': '119', 'X-RateLimit-Limit-Minute': '120', 'Server': 'gunicorn', 'Date': 'Wed, 12 Jun 2024 12:11:28 GMT', 'X-Invalid-Path': 'sourcePath and/or targetPath are invalid paths', 'X-Kong-Upstream-Latency': '613', 'X-Kong-Proxy-Latency': '3', 'Via': 'kong/3.2.1'}

P.S. I first commented on #172 there a while ago, then I thought maybe it would be better to open a new issue, since I couldn't reopen that.

P.S. 2 How do I get the FirecREST version that is deployed on the server? would be useful for debugging.

@khsrali
Copy link
Author

khsrali commented Sep 10, 2024

Hi @jpdorsch , A quick question:
is this issue solved on Todi cluster?
Rico is reporting some issues, which I believe is related to this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant