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

pacclient.py upload is not working with larger file(>1GB) #17

Open
md-shabbir opened this issue Apr 1, 2022 · 1 comment
Open

pacclient.py upload is not working with larger file(>1GB) #17

md-shabbir opened this issue Apr 1, 2022 · 1 comment

Comments

@md-shabbir
Copy link

md-shabbir commented Apr 1, 2022

I am using pacclient.py to upload data where the data size is larger than 1GB and upload is failing, I am getting http code 400 from the lsf server.

{'x-powered-by': 'Servlet/3.1', 'contextpath': '/platform', 'date': 'Fri, 01 Apr 2022 10:41:52 GMT', 'content-length': '0', 'content-language': 'en', 'set-cookie': 'JSESSIONID=*****:***>; Path=/; Secure', 'connection': 'Close', 'expires': 'Thu, 01 Dec 1994 16:00:00 GMT', 'cache-control': 'no-cache="set-cookie, set-cookie2"', 'status': '400'}
@md-shabbir md-shabbir changed the title pacclient.py is not working with larger file(>500MB) pacclient.py is not working with larger file(>1GB) Apr 1, 2022
@md-shabbir
Copy link
Author

Basically, Its failing when it is using webservice/pacclient/uplargefile/ api, a different api to upload large file in chunks. After changing chunkamount from float value to integer, http code 400 issue got away but now I am hitting different issue.

./pacclient.py upload -d /home/shabbim1/ -f t.txt.uu
Start to upload...
Uploading file: /opt/test/lsf-integrations/Spectrum LSF Application Center/pacclient/t.txt.uu to /home/shabbim1/
Failed to upload the files: bash: /home/shabbim1//home/shabbim1/t.txt.uu: No such file or directory

@md-shabbir md-shabbir changed the title pacclient.py is not working with larger file(>1GB) pacclient.py upload is not working with larger file(>1GB) Apr 7, 2022
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