java.io.IOException: Cannot run program "/bin/chmod": error=24, Too many open files
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
- Expert tip
This is a bug in some versions of the Arduino IDE. Try updating to the version 1.6.12 or further.
Provide a working directory instead of pointing it to a file or an empty directory in process builder.
Solutions on the web
via JIRA by Haoyuan Li [Administrator], 1 year ago
via JIRA by Haoyuan Li [Administrator], 2 years ago
via GitHub by 3xp0n3nt
, 1 year agovia GitHub by webmailcontatos
, 11 months agovia Oracle Community by 843798, 1 year ago
via Stack Overflow by Masnad Nihit
, 8 months agojava.io.IOException: Cannot run program "/bin/chmod": error=24, Too many open files
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.
(UNIXProcess.java:186) at java.lang.ProcessImpl.start(ProcessImpl.java:130)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1022)
at tachyon.util.CommonUtils.changeLocalFilePermission(CommonUtils.java:52)
at tachyon.UnderFileSystemSingleLocal.setPermission(UnderFileSystemSingleLocal.java:173)
at tachyon.UnderFileSystemSingleLocal.mkdirs(UnderFileSystemSingleLocal.java:151)
at tachyon.master.LocalTachyonCluster.mkdir(LocalTachyonCluster.java:124)
at tachyon.master.LocalTachyonCluster.start(LocalTachyonCluster.java:135)
at tachyon.master.MasterClientTest.before(MasterClientTest.java:35)