-
Notifications
You must be signed in to change notification settings - Fork 22
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
Stream out of synk #623
Comments
there is no real reason. 90% of the time it works and sometimes it doesn't. pipeline command is always the same |
Hey @LordBongio. Sorry if this is a silly recommendation, but how do you feel about updating your script to simply retry uploading your first attempt at uploading fails? Or better yet, setup your code with a retry-limit. Unfortunately, we have our hands tied with other important tasks and are not able to investigate the underline reason as to why the upload fails. I do have one question for you though. Is there any special reason as to why you're referencing your release using the release-id? If you know the name of the application and the name of the release, you can simply do something like |
hi, |
Hi @LordBongio, we've seen similar issues with OSS imports before. As a temporary work-around, can you please try uploading the file in one chunk, i.e., by setting the |
hi, i see no -chunk-size option in fod oss import |
Hi @LordBongio, which fcli version are you using? I think the |
i'm now using the new version with the chunk file and it seems to work. |
Hi @LordBongio, I haven't seen this issue before. It may be worth waiting for the FoD 24.4 release to see whether this issue is still present; if so, please consider opening an FoD support ticket stating that SBOMs uploaded through the |
Hi @LordBongio, just a quick side note; your first screenshot above shows a relatively complex command to set an |
This is repeatable. If the SBOM is larger than the default chunk size (1048576 bytes) it fails. This is why I added |
Current Behavior
when trying to upload a cyclondx file to the tenant, sometimes it "bugs out" and gives error "stream out of synk".
Expected Behavior
No response
Steps To Reproduce
No response
Environment
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: