I am trying to run a local cluster with a simple spout and 2 bolts within
Tomcat 7. When I receive an event in the spout and attempt to process it I
receive the following error:
tomcat7x/webapps/cms/WEB-INF/lib/netcdf-4.2-min.jar!/resources'
with the following stack trace:

[INFO] [talledLocalContainer] at
org.apache.commons.io.FileUtils.copyDirectory(FileUtils.java:866)

[INFO] [talledLocalContainer] at
org.apache.commons.io.FileUtils.copyDirectory(FileUtils.java:770)

[INFO] [talledLocalContainer] at
org.apache.commons.io.FileUtils.copyDirectory(FileUtils.java:745)

[INFO] [talledLocalContainer] at
backtype.storm.daemon.supervisor$fn__6338.invoke(supervisor.clj:455)

[INFO] [talledLocalContainer] at
clojure.lang.MultiFn.invoke(MultiFn.java:172)

[INFO] [talledLocalContainer] at
backtype.storm.daemon.supervisor$mk_synchronize_supervisor$this__6251.invoke(supervisor.clj:290)

[INFO] [talledLocalContainer] at
backtype.storm.event$event_manager$fn__3072.invoke(event.clj:24)

[INFO] [talledLocalContainer] at clojure.lang.AFn.run(AFn.java:24)

[INFO] [talledLocalContainer] at java.lang.Thread.run(Thread.java:722)

The jar file exists and it seems to contain the correct files. I am at a
loss as to why this error is being thrown. If anyone has seen this error or
might have an idea on how to resolve it I would appreciate it.

Thanks,
Peter

Reply via email to