Read-only file system...
Posted: 16 Dec 2019 13:30
I have some flows and occasionally I get a Read-only file system... The flow collection shares an initialize script to ensure that they all use the same folder
It's a seemingly random error
Any ideas?
It's a seemingly random error
Any ideas?
Code: Select all
java.io.IOException: Read-only file system
at java.io.UnixFileSystem.createFileExclusively0(Native Method)
at java.io.UnixFileSystem.createFileExclusively(UnixFileSystem.java:281)
at java.io.File.createNewFile(File.java:1008)
at ch.gridvision.ppam.androidautomagiclib.util.c.d.b(SourceFile:173)
at ch.gridvision.ppam.androidautomagiclib.util.c.a.a(SourceFile:513)
at ch.gridvision.ppam.androidautomagic.model.a.ht$1.a(SourceFile:112)
at ch.gridvision.ppam.androidautomagic.model.a.ht$1.c(SourceFile:100)
at ch.gridvision.ppam.androidautomagiclib.util.cj$1.run(SourceFile:40)
at java.lang.Thread.run(Thread.java:798)