Skip to content

FilePart transferTo fails with java.nio.file.NoSuchFileException #23154

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

Closed
John-Dormevil opened this issue Jun 19, 2019 · 3 comments
Closed

FilePart transferTo fails with java.nio.file.NoSuchFileException #23154

John-Dormevil opened this issue Jun 19, 2019 · 3 comments
Assignees
Labels
status: duplicate A duplicate of another issue

Comments

@John-Dormevil
Copy link

John-Dormevil commented Jun 19, 2019

Affects: Spring boot 2.2.0.M3

Hello,
I just trying the sample here and found the same bug referenced in this closed issue #21089
My code can be found in this commit TheGhostShell/Lily@e4fbd83
I don't know if I missing something or doing wrong.
Thanks

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Jun 19, 2019
@pehkay
Copy link

pehkay commented Jun 20, 2019

I can only say the previous spring-boot SNAPSHOT uses SynchronossPartHttpMessageReader while the new one defaulted back to DefaultMultipartMessageReader. That is the reason it fails.

@poutsma poutsma self-assigned this Jun 21, 2019
@poutsma
Copy link
Contributor

poutsma commented Jun 21, 2019

I fixed a couple of related issues recently (#23130 and #23131). Could you try with a recent snapshot, and see if it still fails?

@poutsma poutsma added status: waiting-for-feedback We need additional information before we can continue and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Jun 21, 2019
@John-Dormevil
Copy link
Author

Thanks, working well now on last snapshot and M4

@poutsma poutsma added status: duplicate A duplicate of another issue and removed status: waiting-for-feedback We need additional information before we can continue labels Jun 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate A duplicate of another issue
Projects
None yet
Development

No branches or pull requests

4 participants