[Bug]: ProviderNotFoundException
Kurumi78 opened this issue · 0 comments
Describe the bug
java.nio.file.ProviderNotFoundException: Provider not found at java.base/java.nio.file.FileSystems.newFileSystem(FileSystems.java:545) at java.base/java.nio.file.FileSystems.newFileSystem(FileSystems.java:440) at optic_fusion1.antimalware.utils.Utils.fileSystemForZip(Utils.java:190) at optic_fusion1.antimalware.scanner.file.FileScanner.scanFile(FileScanner.java:107) at optic_fusion1.antimalware.scanner.Scanner.run(Scanner.java:90) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840)
How to reproduce
Appeared when using Pterodactyl's java 17 container image.
Screenshots / Videos
No response