java.io.IOException: Exception during creation of the process: java.io.IOException: '/bin/ls -l' not found
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
You might be using the wrong way to add commands to the command line. Try using commandDownloader.add("command");
Solutions on the web
via Oracle Community by 807467, 1 year ago
via hivmr.com by Unknown author, 2 years ago
via Oracle Community by 704192, 1 year ago
java.io.IOException: Exception during creation of the process: java.io.IOException: '/bin/ls -l' not found
at java.lang.OracleProcess.start(OracleProcess.java:259)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:483)
at java.lang.Runtime.exec(Runtime.java:591)
at java.lang.Runtime.exec(Runtime.java:464)
at Host.executeCommand(Host:24)