Questions tagged [filesystemexception]

20 questions
0
votes
0 answers
0
votes
1 answer

VFS FileObject not able to delete file

I have org.apache.commons.vfs.FileObject in my code and after the task is complete I need to delete the file. for which FileObject has delete () method. But it throws FileSystemException. I did check if there there is file exist, and further…
devlover
  • 41
  • 3
  • 6
0
votes
1 answer

Problem retrieving filenames in a directory

I have the following method to retrieve the names of a logfiles produced by logback in a log directory. The first 9 lines determine the logging directory: private List getLogFileNames() { List logFileNames = new…
Mark Smith
  • 487
  • 1
  • 3
  • 16
0
votes
1 answer

SSL - SecurityContext - Unhandled Exception: FileSystemException: Cannot open file - Error: No such file or directory, errno = 2

When I try to set certificate, I get an error: E/flutter ( 7195): [ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: FileSystemException: Cannot open file, path = 'assets/ssl/STAR_octopusspace_com.crt' (OS Error: No such file or…
jelenap
  • 501
  • 6
  • 18
-3
votes
1 answer

java.nio.file.FileSystemException: C:\p12\dummy.p12: The process cannot access the file because it is being used by another process

I have a p12 file upload function with the following code: - Then I want to create a function to delete the p12 file with the following code: - And when I run the result there is an error: java.nio.file.FileSystemException: C:\p12\dummy.p12: The…
Haru Jess
  • 1
  • 1
  • 6
1
2