scaleph
scaleph copied to clipboard
[Bug] [java.nio.file.FileSystemException]
Already searched before asking?
- [X] I had searched in the issues and found no similar issues.
Scaleph Version or Branch
Scaleph1.0.4版本
What happened
When submitting Flink tasks, an error was reported indicating that the tmp folder process is being occupied. Has anyone encountered this problem and how should they solve it
Error Exception
java.nio.file.FileSystemException: \tmp\scaleph\workspace\552ac4457a63449ebd2a5d0b6e42caa5\apache-seatunnel-incubating-2.3.1-bin.tar\apache-seatunnel-incubating-2.3.1\lib\seatunnel-transforms-v2.jar: 另一个程序正在使用此文件,进程无法访问
Screenshots

Are you willing to submit PR?
- [X] Yes, I am willing to submit a PR!
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
I have the same problem. I commented out the line of code that was causing the error, and then it works.