Hi Harsha, so I ran the command by hand and no exceptions were thrown this time. There was a unable to delete file exception before, but I don't think that is preventing the worker to start.
On Mon, Sep 1, 2014 at 1:41 PM, Telles Nobrega <[email protected]> wrote: > One possible problem, just thinking. When I installed zeromq and jzmq I > deleted the folders afterwards, is that a problem? Do they need to be there > or just to compile and install? > > > On Mon, Sep 1, 2014 at 1:22 PM, Telles Nobrega <[email protected]> > wrote: > >> Hi Harsha, >> >> /usr/local/storm belongs to storm user. I've ran into the problem before >> installing 0.8.2 but I can't remember how to solve it. I will try to start >> the supervisor manually and see what happens. >> >> >> On Mon, Sep 1, 2014 at 1:06 PM, Harsha <[email protected]> wrote: >> >>> >>> Hi Telles, >>> Can you check if the storm user has permissions for >>> /usr/local/storm. Assuming that you installed storm under /usr/local/storm >>> and trying to run the supervisor daemon as user storm. Storm creates a dir >>> "storm-local" and "logs" under STORM_HOME for storing metadata and logs. >>> Before using supervisord to start storm daemons it would helpful for you >>> test out running them manually. >>> -Harsha >>> >>> On Mon, Sep 1, 2014, at 08:01 AM, Telles Nobrega wrote: >>> >>> Hi, I installed a storm cluster in local vms that run ubuntu, following >>> the tutorial >>> http://www.michael-noll.com/tutorials/running-multi-node-storm-cluster/#configure-storm >>> but i install storm-9.1 >>> >>> The supervisors were not starting and I ran the command manually and got >>> this error. >>> >>> 2014-09-01 14:56:16 b.s.d.worker [ERROR] Error on initialization of >>> server mk-worker >>> java.io.IOException: No such file or directory >>> at java.io.UnixFileSystem.createFileExclusively(Native Method) >>> ~[na:1.7.0_51] >>> at java.io.File.createNewFile(File.java:1006) ~[na:1.7.0_51] >>> at backtype.storm.util$touch.invoke(util.clj:493) >>> ~[storm-core-0.9.1-incubating.jar:0.9.1-incubating] >>> at >>> backtype.storm.daemon.worker$eval4413$exec_fn__1102__auto____4414.invoke(worker.clj:352) >>> ~[na:0.9.1-incubating] >>> at clojure.lang.AFn.applyToHelper(AFn.java:185) >>> [clojure-1.4.0.jar:na] >>> at clojure.lang.AFn.applyTo(AFn.java:151) [clojure-1.4.0.jar:na] >>> at clojure.core$apply.invoke(core.clj:601) >>> ~[clojure-1.4.0.jar:na] >>> at >>> backtype.storm.daemon.worker$eval4413$mk_worker__4469.doInvoke(worker.clj:344) >>> [na:0.9.1-incubating] >>> at clojure.lang.RestFn.invoke(RestFn.java:512) >>> [clojure-1.4.0.jar:na] >>> at backtype.storm.daemon.worker$_main.invoke(worker.clj:454) >>> [na:0.9.1-incubating] >>> at clojure.lang.AFn.applyToHelper(AFn.java:172) >>> [clojure-1.4.0.jar:na] >>> at clojure.lang.AFn.applyTo(AFn.java:151) [clojure-1.4.0.jar:na] >>> at backtype.storm.daemon.worker.main(Unknown Source) >>> [storm-core-0.9.1-incubating.jar:0.9.1-incubating] >>> 2014-09-01 14:56:16 b.s.util [INFO] Halting process: ("Error on >>> initialization") >>> >>> >>> Have anyone seen this? >>> >>> Thanks >>> >>> -- >>> ------------------------------------------ >>> Telles Mota Vidal Nobrega >>> M.sc. Candidate at UFCG >>> B.sc. in Computer Science at UFCG >>> Software Engineer at OpenStack Project - HP/LSD-UFCG >>> >>> >>> >> >> >> >> -- >> ------------------------------------------ >> Telles Mota Vidal Nobrega >> M.sc. Candidate at UFCG >> B.sc. in Computer Science at UFCG >> Software Engineer at OpenStack Project - HP/LSD-UFCG >> > > > > -- > ------------------------------------------ > Telles Mota Vidal Nobrega > M.sc. Candidate at UFCG > B.sc. in Computer Science at UFCG > Software Engineer at OpenStack Project - HP/LSD-UFCG > -- ------------------------------------------ Telles Mota Vidal Nobrega M.sc. Candidate at UFCG B.sc. in Computer Science at UFCG Software Engineer at OpenStack Project - HP/LSD-UFCG
