SamMohel created STORM-1100:
-------------------------------
Summary: TNonblockingServer [ERROR] Unexpected exception while
invoking!
Key: STORM-1100
URL: https://issues.apache.org/jira/browse/STORM-1100
Project: Apache Storm
Issue Type: Bug
Components: examples
Environment: ubuntu 12.04 LTS
zookeeper-3.4.5
zeroMQ2.1.7
storm 0.8.2
Reporter: SamMohel
I'm new to storm and first time to write issue here so Sorry if i made any
mistake
when i tried to submit topology spout didn't emit anything (ZERO)
then found in Supervisor log file that hasn't still start
and in Worker log file found this
Error on initialization of server mk-worker java.io.IOException: No such file
or directory at java.io.UnixFileSystem.createFileExclusively(Native Method) at
java.io.File.createNewFile(Unknown Source) at
backtype.storm.util$touch.invoke(util.clj:432) at
backtype.storm.daemon.worker$fn__4348$exec_fn__1228__auto____4349.invoke(worker.clj:331)
at clojure.lang.AFn.applyToHelper(AFn.java:185) at
clojure.lang.AFn.applyTo(AFn.java:151) at
clojure.core$apply.invoke(core.clj:601) at
backtype.storm.daemon.worker$fn__4348$mk_worker__4404.doInvoke(worker.clj:323)
at clojure.lang.RestFn.invoke(RestFn.java:512) at
backtype.storm.daemon.worker$_main.invoke(worker.clj:433) at
clojure.lang.AFn.applyToHelper(AFn.java:172) at
clojure.lang.AFn.applyTo(AFn.java:151) at
backtype.storm.daemon.worker.main(Unknown Source) 2015-10-09 02:58:47 util
[INFO] Halting process: ("Error on initialization")
and after few minutes in Nimbus log file
TNonblockingServer [ERROR] Unexpected exception while invoking!
java.io.FileNotFoundException: File
'storm-local/nimbus/stormdist/fsd-1-1444356616/stormcode.ser' does not exist at
org.apache.commons.io.FileUtils.openInputStream(FileUtils.java:137) at
org.apache.commons.io.FileUtils.readFileToByteArray(FileUtils.java:1135) at
backtype.storm.daemon.nimbus$read_storm_topology.invoke(nimbus.clj:305) at
backtype.storm.daemon.nimbus$fn__3592$exec_fn__1228__auto__$reify__3605.getTopologyInfo(nimbus.clj:1066)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)