java.io.FileNotFoundException: /usr/hdp/2.4.0.0-169/phoenix/lib/hbase-testing-util.jar (No such file or 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
Check whether the java application is running using the
sudo
command as the root user. If it is not, change the access permissions of the file in the provided directory to the category orothers
. Ideally the permission level of 777 will fix this issue.
Solutions on the web
via hortonworks.com by Unknown author, 1 year ago
via GitHub by debraj-manna
, 3 weeks agovia GitHub by RomuloPBenedetti
, 1 year agovia eclipse.org by Unknown author, 1 year ago
via GitHub by shilad
, 2 years agovia Stack Overflow by Areg Hovhannisyan
, 2 years agojava.io.FileNotFoundException: /usr/hdp/2.4.0.0-169/phoenix/lib/hbase-testing-util.jar (No such file or directory)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.
(ZipFile.java:220) at java.util.zip.ZipFile.
(ZipFile.java:150) at java.util.zip.ZipFile.
(ZipFile.java:121) at sun.tools.jar.Main.list(Main.java:1060)
at sun.tools.jar.Main.run(Main.java:291)
at sun.tools.jar.Main.main(Main.java:1233)