Created
June 21, 2013 17:08
-
-
Save philk/5832719 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2013-06-21_17:08:16.40001 ERROR - Error when processing event | |
2013-06-21_17:08:16.40005 java.io.IOException: Cannot run program "unzip" (in directory "."): java.io.IOException: error=2, No such file or directory | |
2013-06-21_17:08:16.40006 at java.lang.ProcessBuilder.start(ProcessBuilder.java:470) | |
2013-06-21_17:08:16.40007 at java.lang.Runtime.exec(Runtime.java:593) | |
2013-06-21_17:08:16.40008 at org.apache.commons.exec.launcher.Java13CommandLauncher.exec(Java13CommandLauncher.java:58) | |
2013-06-21_17:08:16.40009 at org.apache.commons.exec.DefaultExecutor.launch(DefaultExecutor.java:254) | |
2013-06-21_17:08:16.40009 at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:319) | |
2013-06-21_17:08:16.40010 at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:160) | |
2013-06-21_17:08:16.40011 at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:147) | |
2013-06-21_17:08:16.40012 at backtype.storm.util$exec_command_BANG_.invoke(util.clj:324) | |
2013-06-21_17:08:16.40013 at backtype.storm.util$extract_dir_from_jar.invoke(util.clj:329) | |
2013-06-21_17:08:16.40013 at backtype.storm.daemon.supervisor$fn__4791.invoke(supervisor.clj:404) | |
2013-06-21_17:08:16.40014 at clojure.lang.MultiFn.invoke(MultiFn.java:172) | |
2013-06-21_17:08:16.40015 at backtype.storm.daemon.supervisor$mk_synchronize_supervisor$this__4716.invoke(supervisor.clj:295) | |
2013-06-21_17:08:16.40017 at backtype.storm.event$event_manager$fn__2507.invoke(event.clj:24) | |
2013-06-21_17:08:16.40018 at clojure.lang.AFn.run(AFn.java:24) | |
2013-06-21_17:08:16.40019 at java.lang.Thread.run(Thread.java:662) | |
2013-06-21_17:08:16.40020 Caused by: java.io.IOException: java.io.IOException: error=2, No such file or directory | |
2013-06-21_17:08:16.40021 at java.lang.UNIXProcess.<init>(UNIXProcess.java:148) | |
2013-06-21_17:08:16.40021 at java.lang.ProcessImpl.start(ProcessImpl.java:65) | |
2013-06-21_17:08:16.40022 at java.lang.ProcessBuilder.start(ProcessBuilder.java:452) | |
2013-06-21_17:08:16.40023 ... 14 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment