java.io.FileNotFoundException: /tmp/baseX/data (Is a directory)
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
Make sure the file resides in the project folder if you're referencing it via a relative path. If not, use the absolute path to the file with the file extension.
Make sure the glassfish server is running and hosts the file and is accessible to the public. If that's not the case, change the permissions of the file in the server's file system.
Solutions on the web
via GitHub by physikerwelt
, 1 year agovia Stack Overflow by dhyanandra singh
, 6 months agovia Stack Overflow by David Dennis
, 10 months agovia Stack Overflow by suraj jogdand
, 2 months agovia Stack Overflow by saaav
, 3 months agovia Stack Overflow by Pritam Tiwari
, 2 years agojava.io.FileNotFoundException: /tmp/baseX/data (Is a directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.
(FileInputStream.java:138)