Hi,I am migrate from ubuntu 16.04 (server), mysql 5.7 and tomcat 8 to ubuntu
18.04(server), mysql 8 and tomcat 9.
My application works on old system. Now when my application tries to write a
file on
a directory (permission allowed), there is an
error:java.nio.file.FileSystemException: /photoLogos/PERSON/-_~x: Read-only
file system
Exception: java.nio.file.FileSystemException: /photoLogos/PERSON/-_~x:
Read-only file system
java.nio.file.FileSystemException: /photoLogos/PERSON/-_~x: Read-only file
system
at
java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:100)
at
java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
at
java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116)
at java.base/sun.nio.fs.UnixCopyFile.copyFile(UnixCopyFile.java:248)
at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:493)
at
java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:263)
at java.base/java.nio.file.Files.move(Files.java:1421)I can ssh to the server,
manually write/read files on that directory. The directory
is set (for debug) as every one can write/read. So I belief that the error is
due to settings
of tomcat 9.I need help. Any information would be appreciated. Thanks in
advance.
Wayne