i attached the files
On Fri, Dec 11, 2015 at 1:06 AM, sam mohel <[email protected]> wrote:
> yes it's the problem now i can send the files here in the next message
>
> On Fri, Dec 11, 2015 at 1:05 AM, sam mohel <[email protected]> wrote:
>
>>
>> On Thu, Dec 10, 2015 at 5:55 PM, Hugo Da Cruz Louro <
>> [email protected]> wrote:
>>
>>> So this is the problem you are currently facing, right?
>>>
>>> org.zeromq.ZMQException: Address already in use(0x62)
>>> at org.zeromq.ZMQ$Socket.bind(Native Method)
>>>
>>> Can you please share your log files and configurations in Dropbox or
>>> some online file sharing service.
>>>
>>> Thanks,
>>> Hugo
>>>
>>> On Dec 10, 2015, at 4:28 AM, askr askor <[email protected]> wrote:
>>>
>>> i ran topology in the local cluster successfully but the problem with
>>> production mode , error still
>>>
>>> On Thu, Dec 10, 2015 at 8:54 AM, Hugo Da Cruz Louro <
>>> [email protected]> wrote:
>>>
>>>> The output of the ps statement you show is fine. Are you running your
>>>> topology in local cluster? If not, you could try running in local cluster
>>>> first to see if the problem persists.
>>>>
>>>> What is the error that you are getting now?
>>>>
>>>>
>>>> On Dec 9, 2015, at 3:28 PM, askr askor <[email protected]> wrote:
>>>>
>>>> i'll try but do you see the long message , just i want to know pid of
>>>> the process that i should kill it and to kill it
>>>> i should use kill "pid" or wrong
>>>>
>>>> just i imported project using storm-0.8.2 so i need to run with the
>>>> version like him first
>>>>
>>>> i tried another version of storm -0.9.5 but got that it cannot bind
>>>> port 6703 and i tried to change port but same problem
>>>> i tried to change port range of ipv4 of local ports but problem still
>>>>
>>>> now i feel you can help me but please read my last message and look to
>>>> the result if there is anything wrong tell me ,Thanks
>>>>
>>>> On Thu, Dec 10, 2015 at 1:23 AM, Hugo Da Cruz Louro <
>>>> [email protected]> wrote:
>>>>
>>>>> Yes, just try rebooting and restarting Storm and see what happens.
>>>>>
>>>>> Do you have any reason why you cannot upgrade to the latest version of
>>>>> Storm? It would be beneficial if you could upgrade, as we are constantly
>>>>> improving the product.
>>>>>
>>>>> On Dec 9, 2015, at 3:02 PM, askr askor <[email protected]> wrote:
>>>>>
>>>>> thanks i'm sorry you mean that after execute the command and got pid
>>>>> of the process i should reboot then start storm again right ?
>>>>>
>>>>>
>>>>> last question in this point and many thanks for your patience
>>>>> pid of the process here
>>>>>
>>>>> user 5357 5276 0 00:43 pts/0 00:00:00 grep --color=auto -iE
>>>>> ‘zeromq’
>>>>>
>>>>> is 5357 because i got the result without details which this numbers
>>>>> denote
>>>>>
>>>>> Thanks again for your time
>>>>>
>>>>> On Thu, Dec 10, 2015 at 12:58 AM, Hugo Da Cruz Louro <
>>>>> [email protected]> wrote:
>>>>>
>>>>>> Can you restart the machine? If there is any lingering process
>>>>>> rebooting will take care of it.
>>>>>>
>>>>>> you got command not found because the single quotation mark got
>>>>>> replaced by a similar but different character by the text editor. if you
>>>>>> use that same command replacing the single quotation marks with your
>>>>>> keyboard (instead of pasting) the command will work.
>>>>>>
>>>>>> To make sure you can also try
>>>>>>
>>>>>> ps -ef | grep -i zmq
>>>>>>
>>>>>> But reboot will help you be sure
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Dec 9, 2015, at 2:44 PM, askr askor <[email protected]> wrote:
>>>>>>
>>>>>> thanks i tried the command and got ps -ef | grep -iE ‘zeromq|zmq’
>>>>>> zmq’: command not found
>>>>>>
>>>>>> but tried this and got
>>>>>> user@user:~$ ps -ef | grep -iE ‘zeromq’
>>>>>> user 5357 5276 0 00:43 pts/0 00:00:00 grep --color=auto -iE
>>>>>> ‘zeromq’
>>>>>>
>>>>>> please what should i do ?
>>>>>>
>>>>>>
>>>>>> On Wed, Dec 9, 2015 at 9:44 PM, Hugo Da Cruz Louro <
>>>>>> [email protected]> wrote:
>>>>>>
>>>>>>> Ideally you should use the most recent stable release of Storm,
>>>>>>> which is 0.10. You can downloaded from here:
>>>>>>> http://storm.apache.org/downloads.html
>>>>>>>
>>>>>>> The Address already in use is most likely caused by a background
>>>>>>> process that is using that port. You can try finding and kill the
>>>>>>> process
>>>>>>>
>>>>>>> ps -ef | grep -iE ‘zeromq|zmq’ may help you find the PID.
>>>>>>>
>>>>>>> Thanks,
>>>>>>> Hugo
>>>>>>>
>>>>>>> On Dec 9, 2015, at 8:48 AM, askr askor <[email protected]> wrote:
>>>>>>>
>>>>>>> version storm -0.8.2
>>>>>>> sorry what do you mean by version of topologies and nodes ?
>>>>>>>
>>>>>>> i restarted storm again , but this error disappeared and got another
>>>>>>> org.zeromq.ZMQException: Address already in use(0x62)
>>>>>>> at org.zeromq.ZMQ$Socket.bind(Native Method)
>>>>>>>
>>>>>>> i'm on ubuntu 14.04
>>>>>>> what is your version of ubuntu do you have ?
>>>>>>>
>>>>>>> On Wed, Dec 9, 2015 at 6:38 PM, 임정택 <[email protected]> wrote:
>>>>>>>
>>>>>>>> Could you share your Storm version?
>>>>>>>> And could you check that all cluster nodes & topologies are using
>>>>>>>> same version?
>>>>>>>>
>>>>>>>> Best,
>>>>>>>> Jungtaek Lim (HeartSaVioR)
>>>>>>>>
>>>>>>>> 2015-12-09 23:57 GMT+09:00 askr askor <[email protected]>:
>>>>>>>>
>>>>>>>>> can anybody help ?
>>>>>>>>>
>>>>>>>>> On Wed, Dec 9, 2015 at 5:04 AM, askr askor <[email protected]>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> i'm new to storm , i faced problem in worker log file
>>>>>>>>>> NIOServerCnxn [ERROR] Thread Thread[main,5,main] died
>>>>>>>>>> clojure.lang.ArityException: Wrong number of args (3) passed to:
>>>>>>>>>> worker$-main at clojure.lang.AFn.throwArity(AFn.java:437) at
>>>>>>>>>> clojure.lang.AFn.invoke(AFn.java:47) at
>>>>>>>>>> clojure.lang.AFn.applyToHelper(AFn.java:167) at
>>>>>>>>>> clojure.lang.AFn.applyTo(AFn.java:151) at
>>>>>>>>>> backtype.storm.daemon.worker.main(Unknown Source) how can i fix it ?
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Name : 임 정택
>>>>>>>> Blog : http://www.heartsavior.net / http://dev.heartsavior.net
>>>>>>>> Twitter : http://twitter.com/heartsavior
>>>>>>>> LinkedIn : http://www.linkedin.com/in/heartsavior
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>
2015-12-11 02:13:26 log [INFO] Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
2015-12-11 02:13:26 log [INFO] jetty-6.1.26
2015-12-11 02:13:26 log [INFO] Started [email protected]:8080
2015-12-11 02:13:34 ZooKeeper [INFO] Client environment:zookeeper.version=3.3.3-1073969, built on 02/23/2011 22:27 GMT
2015-12-11 02:13:34 ZooKeeper [INFO] Client environment:host.name=user-Lenovo-G50-70
2015-12-11 02:13:34 ZooKeeper [INFO] Client environment:java.version=1.6.0_37
2015-12-11 02:13:34 ZooKeeper [INFO] Client environment:java.vendor=Sun Microsystems Inc.
2015-12-11 02:13:34 ZooKeeper [INFO] Client environment:java.home=/usr/lib/jvm/java-6-openjdk-amd64/jre
2015-12-11 02:13:34 ZooKeeper [INFO] Client environment:java.class.path=/home/user/storm-0.8.2/storm-0.8.2.jar:/home/user/storm-0.8.2/lib/commons-exec-1.1.jar:/home/user/storm-0.8.2/lib/carbonite-1.5.0.jar:/home/user/storm-0.8.2/lib/ring-jetty-adapter-0.3.11.jar:/home/user/storm-0.8.2/lib/minlog-1.2.jar:/home/user/storm-0.8.2/lib/hiccup-0.3.6.jar:/home/user/storm-0.8.2/lib/commons-lang-2.5.jar:/home/user/storm-0.8.2/lib/math.numeric-tower-0.0.1.jar:/home/user/storm-0.8.2/lib/servlet-api-2.5-20081211.jar:/home/user/storm-0.8.2/lib/slf4j-log4j12-1.5.8.jar:/home/user/storm-0.8.2/lib/commons-logging-1.1.1.jar:/home/user/storm-0.8.2/lib/tools.logging-0.2.3.jar:/home/user/storm-0.8.2/lib/log4j-1.2.16.jar:/home/user/storm-0.8.2/lib/clout-1.0.1.jar:/home/user/storm-0.8.2/lib/httpcore-4.1.jar:/home/user/storm-0.8.2/lib/servlet-api-2.5.jar:/home/user/storm-0.8.2/lib/objenesis-1.2.jar:/home/user/storm-0.8.2/lib/clojure-1.4.0.jar:/home/user/storm-0.8.2/lib/json-simple-1.1.jar:/home/user/storm-0.8.2/lib/First-Story-Detection-1.0-SNAPSHOT.jar:/home/user/storm-0.8.2/lib/httpclient-4.1.1.jar:/home/user/storm-0.8.2/lib/jzmq-2.1.0.jar:/home/user/storm-0.8.2/lib/core.incubator-0.1.0.jar:/home/user/storm-0.8.2/lib/junit-3.8.1.jar:/home/user/storm-0.8.2/lib/guava-13.0.jar:/home/user/storm-0.8.2/lib/jgrapht-0.8.3.jar:/home/user/storm-0.8.2/lib/commons-io-1.4.jar:/home/user/storm-0.8.2/lib/curator-framework-1.0.1.jar:/home/user/storm-0.8.2/lib/ring-servlet-0.3.11.jar:/home/user/storm-0.8.2/lib/tools.macro-0.1.0.jar:/home/user/storm-0.8.2/lib/asm-4.0.jar:/home/user/storm-0.8.2/lib/jetty-6.1.26.jar:/home/user/storm-0.8.2/lib/reflectasm-1.07-shaded.jar:/home/user/storm-0.8.2/lib/joda-time-2.0.jar:/home/user/storm-0.8.2/lib/jline-0.9.94.jar:/home/user/storm-0.8.2/lib/libthrift7-0.7.0.jar:/home/user/storm-0.8.2/lib/tools.cli-0.2.2.jar:/home/user/storm-0.8.2/lib/commons-fileupload-1.2.1.jar:/home/user/storm-0.8.2/lib/zookeeper-3.3.3.jar:/home/user/storm-0.8.2/lib/First-Story-Detection-1.0-SNAPSHOT-jar-with-dependencies.jar:/home/user/storm-0.8.2/lib/slf4j-api-1.5.8.jar:/home/user/storm-0.8.2/lib/kryo-2.17.jar:/home/user/storm-0.8.2/lib/compojure-1.1.3.jar:/home/user/storm-0.8.2/lib/curator-client-1.0.1.jar:/home/user/storm-0.8.2/lib/jetty-util-6.1.26.jar:/home/user/storm-0.8.2/lib/ring-core-1.1.5.jar:/home/user/storm-0.8.2/lib/snakeyaml-1.9.jar:/home/user/storm-0.8.2/lib/disruptor-2.10.1.jar:/home/user/storm-0.8.2/lib/commons-codec-1.4.jar:/home/user/storm-0.8.2/lib/clj-time-0.4.1.jar:/home/user/storm-0.8.2/log4j:/home/user/storm-0.8.2/conf:/home/user/storms/storm/supervisor/stormdist/fsd-1-1449792812/stormjar.jar
2015-12-11 02:13:34 ZooKeeper [INFO] Client environment:java.library.path=/usr/local/lib:/opt/local/lib:/usr/lib
2015-12-11 02:13:34 ZooKeeper [INFO] Client environment:java.io.tmpdir=/tmp
2015-12-11 02:13:34 ZooKeeper [INFO] Client environment:java.compiler=<NA>
2015-12-11 02:13:34 ZooKeeper [INFO] Client environment:os.name=Linux
2015-12-11 02:13:34 ZooKeeper [INFO] Client environment:os.arch=amd64
2015-12-11 02:13:34 ZooKeeper [INFO] Client environment:os.version=3.19.0-25-generic
2015-12-11 02:13:34 ZooKeeper [INFO] Client environment:user.name=user
2015-12-11 02:13:34 ZooKeeper [INFO] Client environment:user.home=/home/user
2015-12-11 02:13:34 ZooKeeper [INFO] Client environment:user.dir=/home/user/storm-0.8.2
2015-12-11 02:13:34 ZooKeeperServer [INFO] Server environment:zookeeper.version=3.3.3-1073969, built on 02/23/2011 22:27 GMT
2015-12-11 02:13:34 ZooKeeperServer [INFO] Server environment:host.name=user-Lenovo-G50-70
2015-12-11 02:13:34 ZooKeeperServer [INFO] Server environment:java.version=1.6.0_37
2015-12-11 02:13:34 ZooKeeperServer [INFO] Server environment:java.vendor=Sun Microsystems Inc.
2015-12-11 02:13:34 ZooKeeperServer [INFO] Server environment:java.home=/usr/lib/jvm/java-6-openjdk-amd64/jre
2015-12-11 02:13:34 ZooKeeperServer [INFO] Server environment:java.class.path=/home/user/storm-0.8.2/storm-0.8.2.jar:/home/user/storm-0.8.2/lib/commons-exec-1.1.jar:/home/user/storm-0.8.2/lib/carbonite-1.5.0.jar:/home/user/storm-0.8.2/lib/ring-jetty-adapter-0.3.11.jar:/home/user/storm-0.8.2/lib/minlog-1.2.jar:/home/user/storm-0.8.2/lib/hiccup-0.3.6.jar:/home/user/storm-0.8.2/lib/commons-lang-2.5.jar:/home/user/storm-0.8.2/lib/math.numeric-tower-0.0.1.jar:/home/user/storm-0.8.2/lib/servlet-api-2.5-20081211.jar:/home/user/storm-0.8.2/lib/slf4j-log4j12-1.5.8.jar:/home/user/storm-0.8.2/lib/commons-logging-1.1.1.jar:/home/user/storm-0.8.2/lib/tools.logging-0.2.3.jar:/home/user/storm-0.8.2/lib/log4j-1.2.16.jar:/home/user/storm-0.8.2/lib/clout-1.0.1.jar:/home/user/storm-0.8.2/lib/httpcore-4.1.jar:/home/user/storm-0.8.2/lib/servlet-api-2.5.jar:/home/user/storm-0.8.2/lib/objenesis-1.2.jar:/home/user/storm-0.8.2/lib/clojure-1.4.0.jar:/home/user/storm-0.8.2/lib/json-simple-1.1.jar:/home/user/storm-0.8.2/lib/First-Story-Detection-1.0-SNAPSHOT.jar:/home/user/storm-0.8.2/lib/httpclient-4.1.1.jar:/home/user/storm-0.8.2/lib/jzmq-2.1.0.jar:/home/user/storm-0.8.2/lib/core.incubator-0.1.0.jar:/home/user/storm-0.8.2/lib/junit-3.8.1.jar:/home/user/storm-0.8.2/lib/guava-13.0.jar:/home/user/storm-0.8.2/lib/jgrapht-0.8.3.jar:/home/user/storm-0.8.2/lib/commons-io-1.4.jar:/home/user/storm-0.8.2/lib/curator-framework-1.0.1.jar:/home/user/storm-0.8.2/lib/ring-servlet-0.3.11.jar:/home/user/storm-0.8.2/lib/tools.macro-0.1.0.jar:/home/user/storm-0.8.2/lib/asm-4.0.jar:/home/user/storm-0.8.2/lib/jetty-6.1.26.jar:/home/user/storm-0.8.2/lib/reflectasm-1.07-shaded.jar:/home/user/storm-0.8.2/lib/joda-time-2.0.jar:/home/user/storm-0.8.2/lib/jline-0.9.94.jar:/home/user/storm-0.8.2/lib/libthrift7-0.7.0.jar:/home/user/storm-0.8.2/lib/tools.cli-0.2.2.jar:/home/user/storm-0.8.2/lib/commons-fileupload-1.2.1.jar:/home/user/storm-0.8.2/lib/zookeeper-3.3.3.jar:/home/user/storm-0.8.2/lib/First-Story-Detection-1.0-SNAPSHOT-jar-with-dependencies.jar:/home/user/storm-0.8.2/lib/slf4j-api-1.5.8.jar:/home/user/storm-0.8.2/lib/kryo-2.17.jar:/home/user/storm-0.8.2/lib/compojure-1.1.3.jar:/home/user/storm-0.8.2/lib/curator-client-1.0.1.jar:/home/user/storm-0.8.2/lib/jetty-util-6.1.26.jar:/home/user/storm-0.8.2/lib/ring-core-1.1.5.jar:/home/user/storm-0.8.2/lib/snakeyaml-1.9.jar:/home/user/storm-0.8.2/lib/disruptor-2.10.1.jar:/home/user/storm-0.8.2/lib/commons-codec-1.4.jar:/home/user/storm-0.8.2/lib/clj-time-0.4.1.jar:/home/user/storm-0.8.2/log4j:/home/user/storm-0.8.2/conf:/home/user/storms/storm/supervisor/stormdist/fsd-1-1449792812/stormjar.jar
2015-12-11 02:13:34 ZooKeeperServer [INFO] Server environment:java.library.path=/usr/local/lib:/opt/local/lib:/usr/lib
2015-12-11 02:13:34 ZooKeeperServer [INFO] Server environment:java.io.tmpdir=/tmp
2015-12-11 02:13:34 ZooKeeperServer [INFO] Server environment:java.compiler=<NA>
2015-12-11 02:13:34 ZooKeeperServer [INFO] Server environment:os.name=Linux
2015-12-11 02:13:34 ZooKeeperServer [INFO] Server environment:os.arch=amd64
2015-12-11 02:13:34 ZooKeeperServer [INFO] Server environment:os.version=3.19.0-25-generic
2015-12-11 02:13:34 ZooKeeperServer [INFO] Server environment:user.name=user
2015-12-11 02:13:34 ZooKeeperServer [INFO] Server environment:user.home=/home/user
2015-12-11 02:13:34 ZooKeeperServer [INFO] Server environment:user.dir=/home/user/storm-0.8.2
2015-12-11 02:13:34 worker [INFO] Launching worker for fsd-1-1449792812 on 8deaea26-25b6-42a0-8faa-4fbc39946220:6703 with id 57cbea55-702f-40fa-866a-d7b52889552c and conf {"dev.zookeeper.path" "/tmp/dev-storm-zookeeper", "topology.tick.tuple.freq.secs" nil, "topology.fall.back.on.java.serialization" true, "topology.max.error.report.per.interval" 5, "zmq.linger.millis" 5000, "topology.skip.missing.kryo.registrations" false, "ui.childopts" "-Xmx768m", "storm.zookeeper.session.timeout" 20000, "nimbus.reassign" true, "topology.trident.batch.emit.interval.millis" 500, "nimbus.monitor.freq.secs" 10, "java.library.path" "/usr/local/lib:/opt/local/lib:/usr/lib", "topology.executor.send.buffer.size" 1024, "storm.local.dir" "/home/user/storms/storm", "supervisor.worker.start.timeout.secs" 120, "topology.enable.message.timeouts" true, "nimbus.cleanup.inbox.freq.secs" 600, "nimbus.inbox.jar.expiration.secs" 3600, "drpc.worker.threads" 64, "topology.worker.shared.thread.pool.size" 4, "nimbus.host" "127.0.0.1", "storm.zookeeper.port" 2181, "transactional.zookeeper.port" nil, "topology.executor.receive.buffer.size" 1024, "transactional.zookeeper.servers" nil, "storm.zookeeper.root" "/storm", "supervisor.enable" true, "storm.zookeeper.servers" ["127.0.0.1"], "transactional.zookeeper.root" "/transactional", "topology.acker.executors" 1, "topology.transfer.buffer.size" 1024, "topology.worker.childopts" nil, "drpc.queue.size" 128, "worker.childopts" "-Djava.net.preferIPv4Stack=true", "supervisor.heartbeat.frequency.secs" 5, "topology.error.throttle.interval.secs" 10, "zmq.hwm" 0, "drpc.port" 3772, "supervisor.monitor.frequency.secs" 3, "topology.receiver.buffer.size" 8, "task.heartbeat.frequency.secs" 3, "topology.tasks" nil, "topology.spout.wait.strategy" "backtype.storm.spout.SleepSpoutWaitStrategy", "topology.max.spout.pending" nil, "storm.zookeeper.retry.interval" 1000, "topology.sleep.spout.wait.strategy.time.ms" 1, "nimbus.topology.validator" "backtype.storm.nimbus.DefaultTopologyValidator", "supervisor.slots.ports" [6700 6701 6702 6703], "topology.debug" false, "nimbus.task.launch.secs" 120, "nimbus.supervisor.timeout.secs" 60, "topology.message.timeout.secs" 30, "task.refresh.poll.secs" 10, "topology.workers" 1, "supervisor.childopts" "-Djava.net.preferIPv4Stack=true", "nimbus.thrift.port" 6627, "topology.stats.sample.rate" 0.05, "worker.heartbeat.frequency.secs" 1, "topology.acker.tasks" nil, "topology.disruptor.wait.strategy" "com.lmax.disruptor.BlockingWaitStrategy", "nimbus.task.timeout.secs" 30, "storm.zookeeper.connection.timeout" 15000, "topology.kryo.factory" "backtype.storm.serialization.DefaultKryoFactory", "drpc.invocations.port" 3773, "zmq.threads" 1, "storm.zookeeper.retry.times" 5, "topology.state.synchronization.timeout.secs" 60, "supervisor.worker.timeout.secs" 30, "nimbus.file.copy.expiration.secs" 600, "drpc.request.timeout.secs" 600, "storm.local.mode.zmq" false, "ui.port" 8080, "nimbus.childopts" "-Djava.net.preferIPv4Stack=true", "storm.cluster.mode" "distributed", "topology.optimize" true, "topology.max.task.parallelism" nil}
2015-12-11 02:13:34 CuratorFrameworkImpl [INFO] Starting
2015-12-11 02:13:34 ZooKeeper [INFO] Initiating client connection, connectString=127.0.0.1:2181 sessionTimeout=20000 watcher=com.netflix.curator.ConnectionState@20c9b767
2015-12-11 02:13:34 ClientCnxn [INFO] Opening socket connection to server /127.0.0.1:2181
2015-12-11 02:13:34 ClientCnxn [INFO] Socket connection established to localhost/127.0.0.1:2181, initiating session
2015-12-11 02:13:34 ClientCnxn [INFO] Session establishment complete on server localhost/127.0.0.1:2181, sessionid = 0x1518e6179da0005, negotiated timeout = 20000
2015-12-11 02:13:35 zookeeper [INFO] Zookeeper state update: :connected:none
2015-12-11 02:13:35 ZooKeeper [INFO] Session: 0x1518e6179da0005 closed
2015-12-11 02:13:35 ClientCnxn [INFO] EventThread shut down
2015-12-11 02:13:35 CuratorFrameworkImpl [INFO] Starting
2015-12-11 02:13:35 ZooKeeper [INFO] Initiating client connection, connectString=127.0.0.1:2181/storm sessionTimeout=20000 watcher=com.netflix.curator.ConnectionState@1e6f75a4
2015-12-11 02:13:35 ClientCnxn [INFO] Opening socket connection to server /127.0.0.1:2181
2015-12-11 02:13:35 ClientCnxn [INFO] Socket connection established to localhost/127.0.0.1:2181, initiating session
2015-12-11 02:13:35 ClientCnxn [INFO] Session establishment complete on server localhost/127.0.0.1:2181, sessionid = 0x1518e6179da0006, negotiated timeout = 20000
2015-12-11 02:13:35 executor [INFO] Loading executor b-0:[2 2]
2015-12-11 02:13:35 executor [INFO] Loaded executor tasks b-0:[2 2]
2015-12-11 02:13:35 executor [INFO] Preparing bolt b-0:(2)
2015-12-11 02:13:35 executor [INFO] Finished loading executor b-0:[2 2]
2015-12-11 02:13:35 executor [INFO] Prepared bolt b-0:(2)
2015-12-11 02:13:35 executor [INFO] Loading executor b-1:[3 3]
2015-12-11 02:13:35 executor [INFO] Loaded executor tasks b-1:[3 3]
2015-12-11 02:13:35 executor [INFO] Preparing bolt b-1:(3)
2015-12-11 02:13:35 executor [INFO] Finished loading executor b-1:[3 3]
2015-12-11 02:13:35 executor [INFO] Prepared bolt b-1:(3)
2015-12-11 02:13:35 executor [INFO] Loading executor b-2:[4 4]
2015-12-11 02:13:35 executor [INFO] Loaded executor tasks b-2:[4 4]
2015-12-11 02:13:35 executor [INFO] Finished loading executor b-2:[4 4]
2015-12-11 02:13:35 executor [INFO] Preparing bolt b-2:(4)
2015-12-11 02:13:35 executor [INFO] Prepared bolt b-2:(4)
2015-12-11 02:13:35 executor [INFO] Loading executor b-3:[5 5]
2015-12-11 02:13:35 executor [INFO] Loaded executor tasks b-3:[5 5]
2015-12-11 02:13:35 executor [INFO] Finished loading executor b-3:[5 5]
2015-12-11 02:13:35 executor [INFO] Preparing bolt b-3:(5)
2015-12-11 02:13:35 executor [INFO] Prepared bolt b-3:(5)
2015-12-11 02:13:35 executor [INFO] Loading executor b-4:[6 6]
2015-12-11 02:13:35 executor [INFO] Loaded executor tasks b-4:[6 6]
2015-12-11 02:13:35 executor [INFO] Finished loading executor b-4:[6 6]
2015-12-11 02:13:35 executor [INFO] Preparing bolt b-4:(6)
2015-12-11 02:13:35 executor [INFO] Prepared bolt b-4:(6)
2015-12-11 02:13:35 executor [INFO] Loading executor b-5:[7 7]
2015-12-11 02:13:35 executor [INFO] Loaded executor tasks b-5:[7 7]
2015-12-11 02:13:35 executor [INFO] Preparing bolt b-5:(7)
2015-12-11 02:13:35 executor [INFO] Finished loading executor b-5:[7 7]
2015-12-11 02:13:35 STDIO [INFO] java.io.FileNotFoundException: oov.txt (No such file or directory)
2015-12-11 02:13:35 STDIO [INFO] java.io.FileNotFoundException: oov.txt (No such file or directory)
2015-12-11 02:13:35 executor [INFO] Prepared bolt b-5:(7)
2015-12-11 02:13:35 executor [INFO] Loading executor b-6:[8 8]
2015-12-11 02:13:35 executor [INFO] Loaded executor tasks b-6:[8 8]
2015-12-11 02:13:35 executor [INFO] Finished loading executor b-6:[8 8]
2015-12-11 02:13:35 executor [INFO] Preparing bolt b-6:(8)
2015-12-11 02:13:35 executor [INFO] Prepared bolt b-6:(8)
2015-12-11 02:13:35 executor [INFO] Loading executor b-7:[9 9]
2015-12-11 02:13:35 executor [INFO] Loaded executor tasks b-7:[9 9]
2015-12-11 02:13:35 executor [INFO] Finished loading executor b-7:[9 9]
2015-12-11 02:13:35 executor [INFO] Preparing bolt b-7:(9)
2015-12-11 02:13:35 executor [INFO] Prepared bolt b-7:(9)
2015-12-11 02:13:35 executor [INFO] Loading executor b-8:[10 10]
2015-12-11 02:13:35 executor [INFO] Loaded executor tasks b-8:[10 10]
2015-12-11 02:13:35 executor [INFO] Finished loading executor b-8:[10 10]
2015-12-11 02:13:35 executor [INFO] Preparing bolt b-8:(10)
2015-12-11 02:13:35 executor [INFO] Prepared bolt b-8:(10)
2015-12-11 02:13:35 executor [INFO] Loading executor b-9:[11 11]
2015-12-11 02:13:35 executor [INFO] Loaded executor tasks b-9:[11 11]
2015-12-11 02:13:35 executor [INFO] Finished loading executor b-9:[11 11]
2015-12-11 02:13:35 executor [INFO] Preparing bolt b-9:(11)
2015-12-11 02:13:35 executor [INFO] Prepared bolt b-9:(11)
2015-12-11 02:13:35 executor [INFO] Loading executor spout0:[12 12]
2015-12-11 02:13:35 executor [INFO] Loaded executor tasks spout0:[12 12]
2015-12-11 02:13:35 executor [INFO] Opening spout spout0:(12)
2015-12-11 02:13:35 executor [INFO] Finished loading executor spout0:[12 12]
2015-12-11 02:13:35 executor [INFO] Opened spout spout0:(12)
2015-12-11 02:13:35 executor [INFO] Loading executor __acker:[1 1]
2015-12-11 02:13:35 executor [INFO] Loaded executor tasks __acker:[1 1]
2015-12-11 02:13:35 executor [INFO] Activating spout spout0:(12)
2015-12-11 02:13:35 executor [INFO] Finished loading executor __acker:[1 1]
2015-12-11 02:13:35 worker [INFO] Launching receive-thread for 8deaea26-25b6-42a0-8faa-4fbc39946220:6703
2015-12-11 02:13:35 executor [INFO] Preparing bolt __acker:(1)
2015-12-11 02:13:35 executor [INFO] Prepared bolt __acker:(1)
2015-12-11 02:13:35 worker [INFO] Worker has topology config {"storm.id" "fsd-1-1449792812", "dev.zookeeper.path" "/tmp/dev-storm-zookeeper", "topology.tick.tuple.freq.secs" nil, "topology.fall.back.on.java.serialization" true, "topology.max.error.report.per.interval" 5, "zmq.linger.millis" 5000, "topology.skip.missing.kryo.registrations" false, "ui.childopts" "-Xmx768m", "storm.zookeeper.session.timeout" 20000, "nimbus.reassign" true, "topology.trident.batch.emit.interval.millis" 500, "drpc.servers" ["localhost"], "nimbus.monitor.freq.secs" 10, "java.library.path" "/usr/local/lib:/opt/local/lib:/usr/lib", "topology.executor.send.buffer.size" 1024, "storm.local.dir" "/home/user/storms/storm", "supervisor.worker.start.timeout.secs" 120, "topology.enable.message.timeouts" true, "nimbus.cleanup.inbox.freq.secs" 600, "nimbus.inbox.jar.expiration.secs" 3600, "drpc.worker.threads" 64, "topology.worker.shared.thread.pool.size" 4, "nimbus.host" "127.0.0.1", "storm.zookeeper.port" 2181, "transactional.zookeeper.port" nil, "topology.executor.receive.buffer.size" 1024, "transactional.zookeeper.servers" nil, "storm.zookeeper.root" "/storm", "supervisor.enable" true, "storm.zookeeper.servers" ["127.0.0.1"], "transactional.zookeeper.root" "/transactional", "topology.acker.executors" 1, "topology.kryo.decorators" (), "topology.name" "fsd", "THRESHOLD" "0.4", "k" "13", "topology.transfer.buffer.size" 1024, "topology.worker.childopts" nil, "RECENT_TWEETS_TO_COMPARE_WITH" "500", "drpc.queue.size" 128, "L" "36", "worker.childopts" "-Djava.net.preferIPv4Stack=true", "supervisor.heartbeat.frequency.secs" 5, "topology.error.throttle.interval.secs" 10, "zmq.hwm" 0, "drpc.port" 3772, "supervisor.monitor.frequency.secs" 3, "topology.receiver.buffer.size" 8, "PATH_TO_OOV_FILE" "oov.txt", "QUEUE_SIZE" "20", "task.heartbeat.frequency.secs" 3, "topology.tasks" nil, "countAggKeepFields" ["tweet_obj" "coltweet_obj"], "topology.spout.wait.strategy" "backtype.storm.spout.SleepSpoutWaitStrategy", "topology.max.spout.pending" 50000000, "storm.zookeeper.retry.interval" 1000, "topology.sleep.spout.wait.strategy.time.ms" 1, "nimbus.topology.validator" "backtype.storm.nimbus.DefaultTopologyValidator", "supervisor.slots.ports" [6700 6701 6702 6703], "BucketsParallelism" "18", "topology.debug" false, "nimbus.task.launch.secs" 120, "nimbus.supervisor.timeout.secs" 60, "topology.kryo.register" {"storm.trident.spout.RichSpoutBatchId" "storm.trident.spout.RichSpoutBatchIdSerializer"}, "topology.message.timeout.secs" 30, "task.refresh.poll.secs" 10, "topology.workers" 1, "supervisor.childopts" "-Djava.net.preferIPv4Stack=true", "nimbus.thrift.port" 6627, "topology.stats.sample.rate" 0.05, "worker.heartbeat.frequency.secs" 1, "topology.acker.tasks" nil, "topology.disruptor.wait.strategy" "com.lmax.disruptor.BlockingWaitStrategy", "nimbus.task.timeout.secs" 30, "storm.zookeeper.connection.timeout" 15000, "topology.kryo.factory" "backtype.storm.serialization.DefaultKryoFactory", "drpc.invocations.port" 3773, "zmq.threads" 1, "storm.zookeeper.retry.times" 5, "topology.state.synchronization.timeout.secs" 60, "supervisor.worker.timeout.secs" 30, "nimbus.file.copy.expiration.secs" 600, "drpc.request.timeout.secs" 600, "storm.local.mode.zmq" false, "ui.port" 8080, "nimbus.childopts" "-Djava.net.preferIPv4Stack=true", "UNIQUE_WORDS_EXPECTED" "500000", "storm.cluster.mode" "distributed", "topology.optimize" true, "topology.max.task.parallelism" nil}
2015-12-11 02:13:35 worker [INFO] Worker 57cbea55-702f-40fa-866a-d7b52889552c for storm fsd-1-1449792812 on 8deaea26-25b6-42a0-8faa-4fbc39946220:6703 has finished loading
2015-12-11 02:14:47 ZooKeeper [INFO] Client environment:zookeeper.version=3.3.3-1073969, built on 02/23/2011 22:27 GMT
2015-12-11 02:14:47 ZooKeeper [INFO] Client environment:host.name=user-Lenovo-G50-70
2015-12-11 02:14:47 ZooKeeper [INFO] Client environment:java.version=1.6.0_37
2015-12-11 02:14:47 ZooKeeper [INFO] Client environment:java.vendor=Sun Microsystems Inc.
2015-12-11 02:14:47 ZooKeeper [INFO] Client environment:java.home=/usr/lib/jvm/java-6-openjdk-amd64/jre
2015-12-11 02:14:47 ZooKeeper [INFO] Client environment:java.class.path=/home/user/storm-0.8.2/storm-0.8.2.jar:/home/user/storm-0.8.2/lib/commons-exec-1.1.jar:/home/user/storm-0.8.2/lib/carbonite-1.5.0.jar:/home/user/storm-0.8.2/lib/ring-jetty-adapter-0.3.11.jar:/home/user/storm-0.8.2/lib/minlog-1.2.jar:/home/user/storm-0.8.2/lib/hiccup-0.3.6.jar:/home/user/storm-0.8.2/lib/commons-lang-2.5.jar:/home/user/storm-0.8.2/lib/math.numeric-tower-0.0.1.jar:/home/user/storm-0.8.2/lib/servlet-api-2.5-20081211.jar:/home/user/storm-0.8.2/lib/slf4j-log4j12-1.5.8.jar:/home/user/storm-0.8.2/lib/commons-logging-1.1.1.jar:/home/user/storm-0.8.2/lib/tools.logging-0.2.3.jar:/home/user/storm-0.8.2/lib/log4j-1.2.16.jar:/home/user/storm-0.8.2/lib/clout-1.0.1.jar:/home/user/storm-0.8.2/lib/httpcore-4.1.jar:/home/user/storm-0.8.2/lib/servlet-api-2.5.jar:/home/user/storm-0.8.2/lib/objenesis-1.2.jar:/home/user/storm-0.8.2/lib/clojure-1.4.0.jar:/home/user/storm-0.8.2/lib/json-simple-1.1.jar:/home/user/storm-0.8.2/lib/First-Story-Detection-1.0-SNAPSHOT.jar:/home/user/storm-0.8.2/lib/httpclient-4.1.1.jar:/home/user/storm-0.8.2/lib/jzmq-2.1.0.jar:/home/user/storm-0.8.2/lib/core.incubator-0.1.0.jar:/home/user/storm-0.8.2/lib/junit-3.8.1.jar:/home/user/storm-0.8.2/lib/guava-13.0.jar:/home/user/storm-0.8.2/lib/jgrapht-0.8.3.jar:/home/user/storm-0.8.2/lib/commons-io-1.4.jar:/home/user/storm-0.8.2/lib/curator-framework-1.0.1.jar:/home/user/storm-0.8.2/lib/ring-servlet-0.3.11.jar:/home/user/storm-0.8.2/lib/tools.macro-0.1.0.jar:/home/user/storm-0.8.2/lib/asm-4.0.jar:/home/user/storm-0.8.2/lib/jetty-6.1.26.jar:/home/user/storm-0.8.2/lib/reflectasm-1.07-shaded.jar:/home/user/storm-0.8.2/lib/joda-time-2.0.jar:/home/user/storm-0.8.2/lib/jline-0.9.94.jar:/home/user/storm-0.8.2/lib/libthrift7-0.7.0.jar:/home/user/storm-0.8.2/lib/tools.cli-0.2.2.jar:/home/user/storm-0.8.2/lib/commons-fileupload-1.2.1.jar:/home/user/storm-0.8.2/lib/zookeeper-3.3.3.jar:/home/user/storm-0.8.2/lib/First-Story-Detection-1.0-SNAPSHOT-jar-with-dependencies.jar:/home/user/storm-0.8.2/lib/slf4j-api-1.5.8.jar:/home/user/storm-0.8.2/lib/kryo-2.17.jar:/home/user/storm-0.8.2/lib/compojure-1.1.3.jar:/home/user/storm-0.8.2/lib/curator-client-1.0.1.jar:/home/user/storm-0.8.2/lib/jetty-util-6.1.26.jar:/home/user/storm-0.8.2/lib/ring-core-1.1.5.jar:/home/user/storm-0.8.2/lib/snakeyaml-1.9.jar:/home/user/storm-0.8.2/lib/disruptor-2.10.1.jar:/home/user/storm-0.8.2/lib/commons-codec-1.4.jar:/home/user/storm-0.8.2/lib/clj-time-0.4.1.jar:/home/user/storm-0.8.2/log4j:/home/user/storm-0.8.2/conf:/home/user/storms/storm/supervisor/stormdist/fsd-1-1449792812/stormjar.jar
2015-12-11 02:14:47 ZooKeeper [INFO] Client environment:java.library.path=/usr/local/lib:/opt/local/lib:/usr/lib
2015-12-11 02:14:47 ZooKeeper [INFO] Client environment:java.io.tmpdir=/tmp
2015-12-11 02:14:47 ZooKeeper [INFO] Client environment:java.compiler=<NA>
2015-12-11 02:14:47 ZooKeeper [INFO] Client environment:os.name=Linux
2015-12-11 02:14:47 ZooKeeper [INFO] Client environment:os.arch=amd64
2015-12-11 02:14:47 ZooKeeper [INFO] Client environment:os.version=3.19.0-25-generic
2015-12-11 02:14:47 ZooKeeper [INFO] Client environment:user.name=user
2015-12-11 02:14:47 ZooKeeper [INFO] Client environment:user.home=/home/user
2015-12-11 02:14:47 ZooKeeper [INFO] Client environment:user.dir=/home/user
2015-12-11 02:14:47 ZooKeeperServer [INFO] Server environment:zookeeper.version=3.3.3-1073969, built on 02/23/2011 22:27 GMT
2015-12-11 02:14:47 ZooKeeperServer [INFO] Server environment:host.name=user-Lenovo-G50-70
2015-12-11 02:14:47 ZooKeeperServer [INFO] Server environment:java.version=1.6.0_37
2015-12-11 02:14:47 ZooKeeperServer [INFO] Server environment:java.vendor=Sun Microsystems Inc.
2015-12-11 02:14:47 ZooKeeperServer [INFO] Server environment:java.home=/usr/lib/jvm/java-6-openjdk-amd64/jre
2015-12-11 02:14:47 ZooKeeperServer [INFO] Server environment:java.class.path=/home/user/storm-0.8.2/storm-0.8.2.jar:/home/user/storm-0.8.2/lib/commons-exec-1.1.jar:/home/user/storm-0.8.2/lib/carbonite-1.5.0.jar:/home/user/storm-0.8.2/lib/ring-jetty-adapter-0.3.11.jar:/home/user/storm-0.8.2/lib/minlog-1.2.jar:/home/user/storm-0.8.2/lib/hiccup-0.3.6.jar:/home/user/storm-0.8.2/lib/commons-lang-2.5.jar:/home/user/storm-0.8.2/lib/math.numeric-tower-0.0.1.jar:/home/user/storm-0.8.2/lib/servlet-api-2.5-20081211.jar:/home/user/storm-0.8.2/lib/slf4j-log4j12-1.5.8.jar:/home/user/storm-0.8.2/lib/commons-logging-1.1.1.jar:/home/user/storm-0.8.2/lib/tools.logging-0.2.3.jar:/home/user/storm-0.8.2/lib/log4j-1.2.16.jar:/home/user/storm-0.8.2/lib/clout-1.0.1.jar:/home/user/storm-0.8.2/lib/httpcore-4.1.jar:/home/user/storm-0.8.2/lib/servlet-api-2.5.jar:/home/user/storm-0.8.2/lib/objenesis-1.2.jar:/home/user/storm-0.8.2/lib/clojure-1.4.0.jar:/home/user/storm-0.8.2/lib/json-simple-1.1.jar:/home/user/storm-0.8.2/lib/First-Story-Detection-1.0-SNAPSHOT.jar:/home/user/storm-0.8.2/lib/httpclient-4.1.1.jar:/home/user/storm-0.8.2/lib/jzmq-2.1.0.jar:/home/user/storm-0.8.2/lib/core.incubator-0.1.0.jar:/home/user/storm-0.8.2/lib/junit-3.8.1.jar:/home/user/storm-0.8.2/lib/guava-13.0.jar:/home/user/storm-0.8.2/lib/jgrapht-0.8.3.jar:/home/user/storm-0.8.2/lib/commons-io-1.4.jar:/home/user/storm-0.8.2/lib/curator-framework-1.0.1.jar:/home/user/storm-0.8.2/lib/ring-servlet-0.3.11.jar:/home/user/storm-0.8.2/lib/tools.macro-0.1.0.jar:/home/user/storm-0.8.2/lib/asm-4.0.jar:/home/user/storm-0.8.2/lib/jetty-6.1.26.jar:/home/user/storm-0.8.2/lib/reflectasm-1.07-shaded.jar:/home/user/storm-0.8.2/lib/joda-time-2.0.jar:/home/user/storm-0.8.2/lib/jline-0.9.94.jar:/home/user/storm-0.8.2/lib/libthrift7-0.7.0.jar:/home/user/storm-0.8.2/lib/tools.cli-0.2.2.jar:/home/user/storm-0.8.2/lib/commons-fileupload-1.2.1.jar:/home/user/storm-0.8.2/lib/zookeeper-3.3.3.jar:/home/user/storm-0.8.2/lib/First-Story-Detection-1.0-SNAPSHOT-jar-with-dependencies.jar:/home/user/storm-0.8.2/lib/slf4j-api-1.5.8.jar:/home/user/storm-0.8.2/lib/kryo-2.17.jar:/home/user/storm-0.8.2/lib/compojure-1.1.3.jar:/home/user/storm-0.8.2/lib/curator-client-1.0.1.jar:/home/user/storm-0.8.2/lib/jetty-util-6.1.26.jar:/home/user/storm-0.8.2/lib/ring-core-1.1.5.jar:/home/user/storm-0.8.2/lib/snakeyaml-1.9.jar:/home/user/storm-0.8.2/lib/disruptor-2.10.1.jar:/home/user/storm-0.8.2/lib/commons-codec-1.4.jar:/home/user/storm-0.8.2/lib/clj-time-0.4.1.jar:/home/user/storm-0.8.2/log4j:/home/user/storm-0.8.2/conf:/home/user/storms/storm/supervisor/stormdist/fsd-1-1449792812/stormjar.jar
2015-12-11 02:14:47 ZooKeeperServer [INFO] Server environment:java.library.path=/usr/local/lib:/opt/local/lib:/usr/lib
2015-12-11 02:14:47 ZooKeeperServer [INFO] Server environment:java.io.tmpdir=/tmp
2015-12-11 02:14:47 ZooKeeperServer [INFO] Server environment:java.compiler=<NA>
2015-12-11 02:14:47 ZooKeeperServer [INFO] Server environment:os.name=Linux
2015-12-11 02:14:47 ZooKeeperServer [INFO] Server environment:os.arch=amd64
2015-12-11 02:14:47 ZooKeeperServer [INFO] Server environment:os.version=3.19.0-25-generic
2015-12-11 02:14:47 ZooKeeperServer [INFO] Server environment:user.name=user
2015-12-11 02:14:47 ZooKeeperServer [INFO] Server environment:user.home=/home/user
2015-12-11 02:14:47 ZooKeeperServer [INFO] Server environment:user.dir=/home/user
2015-12-11 02:14:47 worker [INFO] Launching worker for fsd-1-1449792812 on 8deaea26-25b6-42a0-8faa-4fbc39946220:6703 with id 57cbea55-702f-40fa-866a-d7b52889552c and conf {"dev.zookeeper.path" "/tmp/dev-storm-zookeeper", "topology.tick.tuple.freq.secs" nil, "topology.fall.back.on.java.serialization" true, "topology.max.error.report.per.interval" 5, "zmq.linger.millis" 5000, "topology.skip.missing.kryo.registrations" false, "ui.childopts" "-Xmx768m", "storm.zookeeper.session.timeout" 20000, "nimbus.reassign" true, "topology.trident.batch.emit.interval.millis" 500, "nimbus.monitor.freq.secs" 10, "java.library.path" "/usr/local/lib:/opt/local/lib:/usr/lib", "topology.executor.send.buffer.size" 1024, "storm.local.dir" "/home/user/storms/storm", "supervisor.worker.start.timeout.secs" 120, "topology.enable.message.timeouts" true, "nimbus.cleanup.inbox.freq.secs" 600, "nimbus.inbox.jar.expiration.secs" 3600, "drpc.worker.threads" 64, "topology.worker.shared.thread.pool.size" 4, "nimbus.host" "127.0.0.1", "storm.zookeeper.port" 2181, "transactional.zookeeper.port" nil, "topology.executor.receive.buffer.size" 1024, "transactional.zookeeper.servers" nil, "storm.zookeeper.root" "/storm", "supervisor.enable" true, "storm.zookeeper.servers" ["127.0.0.1"], "transactional.zookeeper.root" "/transactional", "topology.acker.executors" 1, "topology.transfer.buffer.size" 1024, "topology.worker.childopts" nil, "drpc.queue.size" 128, "worker.childopts" "-Djava.net.preferIPv4Stack=true", "supervisor.heartbeat.frequency.secs" 5, "topology.error.throttle.interval.secs" 10, "zmq.hwm" 0, "drpc.port" 3772, "supervisor.monitor.frequency.secs" 3, "topology.receiver.buffer.size" 8, "task.heartbeat.frequency.secs" 3, "topology.tasks" nil, "topology.spout.wait.strategy" "backtype.storm.spout.SleepSpoutWaitStrategy", "topology.max.spout.pending" nil, "storm.zookeeper.retry.interval" 1000, "topology.sleep.spout.wait.strategy.time.ms" 1, "nimbus.topology.validator" "backtype.storm.nimbus.DefaultTopologyValidator", "supervisor.slots.ports" [6700 6701 6702 6703], "topology.debug" false, "nimbus.task.launch.secs" 120, "nimbus.supervisor.timeout.secs" 60, "topology.message.timeout.secs" 30, "task.refresh.poll.secs" 10, "topology.workers" 1, "supervisor.childopts" "-Djava.net.preferIPv4Stack=true", "nimbus.thrift.port" 6627, "topology.stats.sample.rate" 0.05, "worker.heartbeat.frequency.secs" 1, "topology.acker.tasks" nil, "topology.disruptor.wait.strategy" "com.lmax.disruptor.BlockingWaitStrategy", "nimbus.task.timeout.secs" 30, "storm.zookeeper.connection.timeout" 15000, "topology.kryo.factory" "backtype.storm.serialization.DefaultKryoFactory", "drpc.invocations.port" 3773, "zmq.threads" 1, "storm.zookeeper.retry.times" 5, "topology.state.synchronization.timeout.secs" 60, "supervisor.worker.timeout.secs" 30, "nimbus.file.copy.expiration.secs" 600, "drpc.request.timeout.secs" 600, "storm.local.mode.zmq" false, "ui.port" 8080, "nimbus.childopts" "-Djava.net.preferIPv4Stack=true", "storm.cluster.mode" "distributed", "topology.optimize" true, "topology.max.task.parallelism" nil}
2015-12-11 02:14:47 CuratorFrameworkImpl [INFO] Starting
2015-12-11 02:14:47 ZooKeeper [INFO] Initiating client connection, connectString=127.0.0.1:2181 sessionTimeout=20000 watcher=com.netflix.curator.ConnectionState@12879b15
2015-12-11 02:14:47 ClientCnxn [INFO] Opening socket connection to server /127.0.0.1:2181
2015-12-11 02:14:47 ClientCnxn [INFO] Socket connection established to localhost/127.0.0.1:2181, initiating session
2015-12-11 02:14:47 ClientCnxn [INFO] Session establishment complete on server localhost/127.0.0.1:2181, sessionid = 0x1518e6179da0007, negotiated timeout = 20000
2015-12-11 02:14:47 zookeeper [INFO] Zookeeper state update: :connected:none
2015-12-11 02:14:47 ClientCnxn [INFO] EventThread shut down
2015-12-11 02:14:47 ZooKeeper [INFO] Session: 0x1518e6179da0007 closed
2015-12-11 02:14:47 CuratorFrameworkImpl [INFO] Starting
2015-12-11 02:14:47 ZooKeeper [INFO] Initiating client connection, connectString=127.0.0.1:2181/storm sessionTimeout=20000 watcher=com.netflix.curator.ConnectionState@18ab6cbb
2015-12-11 02:14:47 ClientCnxn [INFO] Opening socket connection to server /127.0.0.1:2181
2015-12-11 02:14:47 ClientCnxn [INFO] Socket connection established to localhost/127.0.0.1:2181, initiating session
2015-12-11 02:14:47 ClientCnxn [INFO] Session establishment complete on server localhost/127.0.0.1:2181, sessionid = 0x1518e6179da0008, negotiated timeout = 20000
2015-12-11 02:14:48 executor [INFO] Loading executor b-0:[2 2]
2015-12-11 02:14:48 executor [INFO] Loaded executor tasks b-0:[2 2]
2015-12-11 02:14:48 executor [INFO] Finished loading executor b-0:[2 2]
2015-12-11 02:14:48 executor [INFO] Preparing bolt b-0:(2)
2015-12-11 02:14:48 executor [INFO] Loading executor b-1:[3 3]
2015-12-11 02:14:48 executor [INFO] Prepared bolt b-0:(2)
2015-12-11 02:14:48 executor [INFO] Loaded executor tasks b-1:[3 3]
2015-12-11 02:14:48 executor [INFO] Finished loading executor b-1:[3 3]
2015-12-11 02:14:48 executor [INFO] Preparing bolt b-1:(3)
2015-12-11 02:14:48 executor [INFO] Prepared bolt b-1:(3)
2015-12-11 02:14:48 executor [INFO] Loading executor b-2:[4 4]
2015-12-11 02:14:48 executor [INFO] Loaded executor tasks b-2:[4 4]
2015-12-11 02:14:48 executor [INFO] Finished loading executor b-2:[4 4]
2015-12-11 02:14:48 executor [INFO] Preparing bolt b-2:(4)
2015-12-11 02:14:48 executor [INFO] Prepared bolt b-2:(4)
2015-12-11 02:14:48 executor [INFO] Loading executor b-3:[5 5]
2015-12-11 02:14:48 executor [INFO] Loaded executor tasks b-3:[5 5]
2015-12-11 02:14:48 executor [INFO] Preparing bolt b-3:(5)
2015-12-11 02:14:48 executor [INFO] Finished loading executor b-3:[5 5]
2015-12-11 02:14:48 executor [INFO] Prepared bolt b-3:(5)
2015-12-11 02:14:48 executor [INFO] Loading executor b-4:[6 6]
2015-12-11 02:14:48 executor [INFO] Loaded executor tasks b-4:[6 6]
2015-12-11 02:14:48 executor [INFO] Finished loading executor b-4:[6 6]
2015-12-11 02:14:48 executor [INFO] Preparing bolt b-4:(6)
2015-12-11 02:14:48 executor [INFO] Prepared bolt b-4:(6)
2015-12-11 02:14:48 executor [INFO] Loading executor b-5:[7 7]
2015-12-11 02:14:48 executor [INFO] Loaded executor tasks b-5:[7 7]
2015-12-11 02:14:48 executor [INFO] Preparing bolt b-5:(7)
2015-12-11 02:14:48 executor [INFO] Finished loading executor b-5:[7 7]
2015-12-11 02:14:48 STDIO [INFO] java.io.FileNotFoundException: oov.txt (No such file or directory)
2015-12-11 02:14:48 STDIO [INFO] java.io.FileNotFoundException: oov.txt (No such file or directory)
2015-12-11 02:14:48 executor [INFO] Prepared bolt b-5:(7)
2015-12-11 02:14:48 executor [INFO] Loading executor b-6:[8 8]
2015-12-11 02:14:48 executor [INFO] Loaded executor tasks b-6:[8 8]
2015-12-11 02:14:48 executor [INFO] Finished loading executor b-6:[8 8]
2015-12-11 02:14:48 executor [INFO] Preparing bolt b-6:(8)
2015-12-11 02:14:48 executor [INFO] Prepared bolt b-6:(8)
2015-12-11 02:14:48 executor [INFO] Loading executor b-7:[9 9]
2015-12-11 02:14:48 executor [INFO] Loaded executor tasks b-7:[9 9]
2015-12-11 02:14:48 executor [INFO] Preparing bolt b-7:(9)
2015-12-11 02:14:48 executor [INFO] Finished loading executor b-7:[9 9]
2015-12-11 02:14:48 executor [INFO] Prepared bolt b-7:(9)
2015-12-11 02:14:48 executor [INFO] Loading executor b-8:[10 10]
2015-12-11 02:14:48 executor [INFO] Loaded executor tasks b-8:[10 10]
2015-12-11 02:14:48 executor [INFO] Finished loading executor b-8:[10 10]
2015-12-11 02:14:48 executor [INFO] Preparing bolt b-8:(10)
2015-12-11 02:14:48 executor [INFO] Prepared bolt b-8:(10)
2015-12-11 02:14:48 executor [INFO] Loading executor b-9:[11 11]
2015-12-11 02:14:48 executor [INFO] Loaded executor tasks b-9:[11 11]
2015-12-11 02:14:48 executor [INFO] Preparing bolt b-9:(11)
2015-12-11 02:14:48 executor [INFO] Finished loading executor b-9:[11 11]
2015-12-11 02:14:48 executor [INFO] Prepared bolt b-9:(11)
2015-12-11 02:14:48 executor [INFO] Loading executor spout0:[12 12]
2015-12-11 02:14:48 executor [INFO] Loaded executor tasks spout0:[12 12]
2015-12-11 02:14:48 executor [INFO] Finished loading executor spout0:[12 12]
2015-12-11 02:14:48 executor [INFO] Opening spout spout0:(12)
2015-12-11 02:14:48 executor [INFO] Loading executor __acker:[1 1]
2015-12-11 02:14:48 executor [INFO] Opened spout spout0:(12)
2015-12-11 02:14:48 executor [INFO] Loaded executor tasks __acker:[1 1]
2015-12-11 02:14:48 executor [INFO] Finished loading executor __acker:[1 1]
2015-12-11 02:14:48 executor [INFO] Preparing bolt __acker:(1)
2015-12-11 02:14:48 worker [INFO] Launching receive-thread for 8deaea26-25b6-42a0-8faa-4fbc39946220:6703
2015-12-11 02:14:48 executor [INFO] Prepared bolt __acker:(1)
2015-12-11 02:14:48 executor [INFO] Activating spout spout0:(12)
2015-12-11 02:14:48 util [ERROR] Async loop died!
org.zeromq.ZMQException: Address already in use(0x62)
at org.zeromq.ZMQ$Socket.bind(Native Method)
at zilch.mq$bind.invoke(mq.clj:69)
at backtype.storm.messaging.zmq.ZMQContext.bind(zmq.clj:57)
at backtype.storm.messaging.loader$launch_receive_thread_BANG_$fn__1629.invoke(loader.clj:26)
at backtype.storm.util$async_loop$fn__465.invoke(util.clj:375)
at clojure.lang.AFn.run(AFn.java:24)
at java.lang.Thread.run(Thread.java:701)
2015-12-11 02:14:48 util [INFO] Halting process:
2015-12-11 02:12:50 ZooKeeper [INFO] Client environment:zookeeper.version=3.3.3-1073969, built on 02/23/2011 22:27 GMT
2015-12-11 02:12:50 ZooKeeper [INFO] Client environment:host.name=user-Lenovo-G50-70
2015-12-11 02:12:50 ZooKeeper [INFO] Client environment:java.version=1.6.0_37
2015-12-11 02:12:50 ZooKeeper [INFO] Client environment:java.vendor=Sun Microsystems Inc.
2015-12-11 02:12:50 ZooKeeper [INFO] Client environment:java.home=/usr/lib/jvm/java-6-openjdk-amd64/jre
2015-12-11 02:12:50 ZooKeeper [INFO] Client environment:java.class.path=/home/user/storm-0.8.2/storm-0.8.2.jar:/home/user/storm-0.8.2/lib/commons-exec-1.1.jar:/home/user/storm-0.8.2/lib/carbonite-1.5.0.jar:/home/user/storm-0.8.2/lib/ring-jetty-adapter-0.3.11.jar:/home/user/storm-0.8.2/lib/minlog-1.2.jar:/home/user/storm-0.8.2/lib/hiccup-0.3.6.jar:/home/user/storm-0.8.2/lib/commons-lang-2.5.jar:/home/user/storm-0.8.2/lib/math.numeric-tower-0.0.1.jar:/home/user/storm-0.8.2/lib/servlet-api-2.5-20081211.jar:/home/user/storm-0.8.2/lib/slf4j-log4j12-1.5.8.jar:/home/user/storm-0.8.2/lib/commons-logging-1.1.1.jar:/home/user/storm-0.8.2/lib/tools.logging-0.2.3.jar:/home/user/storm-0.8.2/lib/log4j-1.2.16.jar:/home/user/storm-0.8.2/lib/clout-1.0.1.jar:/home/user/storm-0.8.2/lib/httpcore-4.1.jar:/home/user/storm-0.8.2/lib/servlet-api-2.5.jar:/home/user/storm-0.8.2/lib/objenesis-1.2.jar:/home/user/storm-0.8.2/lib/clojure-1.4.0.jar:/home/user/storm-0.8.2/lib/json-simple-1.1.jar:/home/user/storm-0.8.2/lib/First-Story-Detection-1.0-SNAPSHOT.jar:/home/user/storm-0.8.2/lib/httpclient-4.1.1.jar:/home/user/storm-0.8.2/lib/jzmq-2.1.0.jar:/home/user/storm-0.8.2/lib/core.incubator-0.1.0.jar:/home/user/storm-0.8.2/lib/junit-3.8.1.jar:/home/user/storm-0.8.2/lib/guava-13.0.jar:/home/user/storm-0.8.2/lib/jgrapht-0.8.3.jar:/home/user/storm-0.8.2/lib/commons-io-1.4.jar:/home/user/storm-0.8.2/lib/curator-framework-1.0.1.jar:/home/user/storm-0.8.2/lib/ring-servlet-0.3.11.jar:/home/user/storm-0.8.2/lib/tools.macro-0.1.0.jar:/home/user/storm-0.8.2/lib/asm-4.0.jar:/home/user/storm-0.8.2/lib/jetty-6.1.26.jar:/home/user/storm-0.8.2/lib/reflectasm-1.07-shaded.jar:/home/user/storm-0.8.2/lib/joda-time-2.0.jar:/home/user/storm-0.8.2/lib/jline-0.9.94.jar:/home/user/storm-0.8.2/lib/libthrift7-0.7.0.jar:/home/user/storm-0.8.2/lib/tools.cli-0.2.2.jar:/home/user/storm-0.8.2/lib/commons-fileupload-1.2.1.jar:/home/user/storm-0.8.2/lib/zookeeper-3.3.3.jar:/home/user/storm-0.8.2/lib/First-Story-Detection-1.0-SNAPSHOT-jar-with-dependencies.jar:/home/user/storm-0.8.2/lib/slf4j-api-1.5.8.jar:/home/user/storm-0.8.2/lib/kryo-2.17.jar:/home/user/storm-0.8.2/lib/compojure-1.1.3.jar:/home/user/storm-0.8.2/lib/curator-client-1.0.1.jar:/home/user/storm-0.8.2/lib/jetty-util-6.1.26.jar:/home/user/storm-0.8.2/lib/ring-core-1.1.5.jar:/home/user/storm-0.8.2/lib/snakeyaml-1.9.jar:/home/user/storm-0.8.2/lib/disruptor-2.10.1.jar:/home/user/storm-0.8.2/lib/commons-codec-1.4.jar:/home/user/storm-0.8.2/lib/clj-time-0.4.1.jar:/home/user/storm-0.8.2/log4j:/home/user/storm-0.8.2/conf
2015-12-11 02:12:50 ZooKeeper [INFO] Client environment:java.library.path=/usr/local/lib:/opt/local/lib:/usr/lib
2015-12-11 02:12:50 ZooKeeper [INFO] Client environment:java.io.tmpdir=/tmp
2015-12-11 02:12:50 ZooKeeper [INFO] Client environment:java.compiler=<NA>
2015-12-11 02:12:50 ZooKeeper [INFO] Client environment:os.name=Linux
2015-12-11 02:12:50 ZooKeeper [INFO] Client environment:os.arch=amd64
2015-12-11 02:12:50 ZooKeeper [INFO] Client environment:os.version=3.19.0-25-generic
2015-12-11 02:12:50 ZooKeeper [INFO] Client environment:user.name=user
2015-12-11 02:12:50 ZooKeeper [INFO] Client environment:user.home=/home/user
2015-12-11 02:12:50 ZooKeeper [INFO] Client environment:user.dir=/home/user/storm-0.8.2
2015-12-11 02:12:50 ZooKeeperServer [INFO] Server environment:zookeeper.version=3.3.3-1073969, built on 02/23/2011 22:27 GMT
2015-12-11 02:12:50 ZooKeeperServer [INFO] Server environment:host.name=user-Lenovo-G50-70
2015-12-11 02:12:50 ZooKeeperServer [INFO] Server environment:java.version=1.6.0_37
2015-12-11 02:12:50 ZooKeeperServer [INFO] Server environment:java.vendor=Sun Microsystems Inc.
2015-12-11 02:12:50 ZooKeeperServer [INFO] Server environment:java.home=/usr/lib/jvm/java-6-openjdk-amd64/jre
2015-12-11 02:12:50 ZooKeeperServer [INFO] Server environment:java.class.path=/home/user/storm-0.8.2/storm-0.8.2.jar:/home/user/storm-0.8.2/lib/commons-exec-1.1.jar:/home/user/storm-0.8.2/lib/carbonite-1.5.0.jar:/home/user/storm-0.8.2/lib/ring-jetty-adapter-0.3.11.jar:/home/user/storm-0.8.2/lib/minlog-1.2.jar:/home/user/storm-0.8.2/lib/hiccup-0.3.6.jar:/home/user/storm-0.8.2/lib/commons-lang-2.5.jar:/home/user/storm-0.8.2/lib/math.numeric-tower-0.0.1.jar:/home/user/storm-0.8.2/lib/servlet-api-2.5-20081211.jar:/home/user/storm-0.8.2/lib/slf4j-log4j12-1.5.8.jar:/home/user/storm-0.8.2/lib/commons-logging-1.1.1.jar:/home/user/storm-0.8.2/lib/tools.logging-0.2.3.jar:/home/user/storm-0.8.2/lib/log4j-1.2.16.jar:/home/user/storm-0.8.2/lib/clout-1.0.1.jar:/home/user/storm-0.8.2/lib/httpcore-4.1.jar:/home/user/storm-0.8.2/lib/servlet-api-2.5.jar:/home/user/storm-0.8.2/lib/objenesis-1.2.jar:/home/user/storm-0.8.2/lib/clojure-1.4.0.jar:/home/user/storm-0.8.2/lib/json-simple-1.1.jar:/home/user/storm-0.8.2/lib/First-Story-Detection-1.0-SNAPSHOT.jar:/home/user/storm-0.8.2/lib/httpclient-4.1.1.jar:/home/user/storm-0.8.2/lib/jzmq-2.1.0.jar:/home/user/storm-0.8.2/lib/core.incubator-0.1.0.jar:/home/user/storm-0.8.2/lib/junit-3.8.1.jar:/home/user/storm-0.8.2/lib/guava-13.0.jar:/home/user/storm-0.8.2/lib/jgrapht-0.8.3.jar:/home/user/storm-0.8.2/lib/commons-io-1.4.jar:/home/user/storm-0.8.2/lib/curator-framework-1.0.1.jar:/home/user/storm-0.8.2/lib/ring-servlet-0.3.11.jar:/home/user/storm-0.8.2/lib/tools.macro-0.1.0.jar:/home/user/storm-0.8.2/lib/asm-4.0.jar:/home/user/storm-0.8.2/lib/jetty-6.1.26.jar:/home/user/storm-0.8.2/lib/reflectasm-1.07-shaded.jar:/home/user/storm-0.8.2/lib/joda-time-2.0.jar:/home/user/storm-0.8.2/lib/jline-0.9.94.jar:/home/user/storm-0.8.2/lib/libthrift7-0.7.0.jar:/home/user/storm-0.8.2/lib/tools.cli-0.2.2.jar:/home/user/storm-0.8.2/lib/commons-fileupload-1.2.1.jar:/home/user/storm-0.8.2/lib/zookeeper-3.3.3.jar:/home/user/storm-0.8.2/lib/First-Story-Detection-1.0-SNAPSHOT-jar-with-dependencies.jar:/home/user/storm-0.8.2/lib/slf4j-api-1.5.8.jar:/home/user/storm-0.8.2/lib/kryo-2.17.jar:/home/user/storm-0.8.2/lib/compojure-1.1.3.jar:/home/user/storm-0.8.2/lib/curator-client-1.0.1.jar:/home/user/storm-0.8.2/lib/jetty-util-6.1.26.jar:/home/user/storm-0.8.2/lib/ring-core-1.1.5.jar:/home/user/storm-0.8.2/lib/snakeyaml-1.9.jar:/home/user/storm-0.8.2/lib/disruptor-2.10.1.jar:/home/user/storm-0.8.2/lib/commons-codec-1.4.jar:/home/user/storm-0.8.2/lib/clj-time-0.4.1.jar:/home/user/storm-0.8.2/log4j:/home/user/storm-0.8.2/conf
2015-12-11 02:12:50 ZooKeeperServer [INFO] Server environment:java.library.path=/usr/local/lib:/opt/local/lib:/usr/lib
2015-12-11 02:12:50 ZooKeeperServer [INFO] Server environment:java.io.tmpdir=/tmp
2015-12-11 02:12:50 ZooKeeperServer [INFO] Server environment:java.compiler=<NA>
2015-12-11 02:12:50 ZooKeeperServer [INFO] Server environment:os.name=Linux
2015-12-11 02:12:50 ZooKeeperServer [INFO] Server environment:os.arch=amd64
2015-12-11 02:12:50 ZooKeeperServer [INFO] Server environment:os.version=3.19.0-25-generic
2015-12-11 02:12:50 ZooKeeperServer [INFO] Server environment:user.name=user
2015-12-11 02:12:50 ZooKeeperServer [INFO] Server environment:user.home=/home/user
2015-12-11 02:12:50 ZooKeeperServer [INFO] Server environment:user.dir=/home/user/storm-0.8.2
2015-12-11 02:12:50 nimbus [INFO] Starting Nimbus with conf {"dev.zookeeper.path" "/tmp/dev-storm-zookeeper", "topology.tick.tuple.freq.secs" nil, "topology.fall.back.on.java.serialization" true, "topology.max.error.report.per.interval" 5, "zmq.linger.millis" 5000, "topology.skip.missing.kryo.registrations" false, "ui.childopts" "-Xmx768m", "storm.zookeeper.session.timeout" 20000, "nimbus.reassign" true, "topology.trident.batch.emit.interval.millis" 500, "nimbus.monitor.freq.secs" 10, "java.library.path" "/usr/local/lib:/opt/local/lib:/usr/lib", "topology.executor.send.buffer.size" 1024, "storm.local.dir" "/home/user/storms/storm", "supervisor.worker.start.timeout.secs" 120, "topology.enable.message.timeouts" true, "nimbus.cleanup.inbox.freq.secs" 600, "nimbus.inbox.jar.expiration.secs" 3600, "drpc.worker.threads" 64, "topology.worker.shared.thread.pool.size" 4, "nimbus.host" "127.0.0.1", "storm.zookeeper.port" 2181, "transactional.zookeeper.port" nil, "topology.executor.receive.buffer.size" 1024, "transactional.zookeeper.servers" nil, "storm.zookeeper.root" "/storm", "supervisor.enable" true, "storm.zookeeper.servers" ["127.0.0.1"], "transactional.zookeeper.root" "/transactional", "topology.acker.executors" 1, "topology.transfer.buffer.size" 1024, "topology.worker.childopts" nil, "drpc.queue.size" 128, "worker.childopts" "-Djava.net.preferIPv4Stack=true", "supervisor.heartbeat.frequency.secs" 5, "topology.error.throttle.interval.secs" 10, "zmq.hwm" 0, "drpc.port" 3772, "supervisor.monitor.frequency.secs" 3, "topology.receiver.buffer.size" 8, "task.heartbeat.frequency.secs" 3, "topology.tasks" nil, "topology.spout.wait.strategy" "backtype.storm.spout.SleepSpoutWaitStrategy", "topology.max.spout.pending" nil, "storm.zookeeper.retry.interval" 1000, "topology.sleep.spout.wait.strategy.time.ms" 1, "nimbus.topology.validator" "backtype.storm.nimbus.DefaultTopologyValidator", "supervisor.slots.ports" [6700 6701 6702 6703], "topology.debug" false, "nimbus.task.launch.secs" 120, "nimbus.supervisor.timeout.secs" 60, "topology.message.timeout.secs" 30, "task.refresh.poll.secs" 10, "topology.workers" 1, "supervisor.childopts" "-Djava.net.preferIPv4Stack=true", "nimbus.thrift.port" 6627, "topology.stats.sample.rate" 0.05, "worker.heartbeat.frequency.secs" 1, "topology.acker.tasks" nil, "topology.disruptor.wait.strategy" "com.lmax.disruptor.BlockingWaitStrategy", "nimbus.task.timeout.secs" 30, "storm.zookeeper.connection.timeout" 15000, "topology.kryo.factory" "backtype.storm.serialization.DefaultKryoFactory", "drpc.invocations.port" 3773, "zmq.threads" 1, "storm.zookeeper.retry.times" 5, "topology.state.synchronization.timeout.secs" 60, "supervisor.worker.timeout.secs" 30, "nimbus.file.copy.expiration.secs" 600, "drpc.request.timeout.secs" 600, "storm.local.mode.zmq" false, "ui.port" 8080, "nimbus.childopts" "-Djava.net.preferIPv4Stack=true", "storm.cluster.mode" "distributed", "topology.optimize" true, "topology.max.task.parallelism" nil}
2015-12-11 02:12:50 nimbus [INFO] Using default scheduler
2015-12-11 02:12:50 CuratorFrameworkImpl [INFO] Starting
2015-12-11 02:12:50 ZooKeeper [INFO] Initiating client connection, connectString=127.0.0.1:2181 sessionTimeout=20000 watcher=com.netflix.curator.ConnectionState@479df6cb
2015-12-11 02:12:50 ClientCnxn [INFO] Opening socket connection to server /127.0.0.1:2181
2015-12-11 02:12:50 ClientCnxn [INFO] Socket connection established to localhost/127.0.0.1:2181, initiating session
2015-12-11 02:12:50 ClientCnxn [INFO] Session establishment complete on server localhost/127.0.0.1:2181, sessionid = 0x1518e6179da0001, negotiated timeout = 20000
2015-12-11 02:12:50 zookeeper [INFO] Zookeeper state update: :connected:none
2015-12-11 02:12:51 ClientCnxn [INFO] EventThread shut down
2015-12-11 02:12:51 ZooKeeper [INFO] Session: 0x1518e6179da0001 closed
2015-12-11 02:12:51 CuratorFrameworkImpl [INFO] Starting
2015-12-11 02:12:51 ZooKeeper [INFO] Initiating client connection, connectString=127.0.0.1:2181/storm sessionTimeout=20000 watcher=com.netflix.curator.ConnectionState@26aa607e
2015-12-11 02:12:51 ClientCnxn [INFO] Opening socket connection to server /127.0.0.1:2181
2015-12-11 02:12:51 ClientCnxn [INFO] Socket connection established to localhost/127.0.0.1:2181, initiating session
2015-12-11 02:12:51 ClientCnxn [INFO] Session establishment complete on server localhost/127.0.0.1:2181, sessionid = 0x1518e6179da0002, negotiated timeout = 20000
2015-12-11 02:12:51 nimbus [INFO] Starting Nimbus server...
2015-12-11 02:13:32 nimbus [INFO] Uploading file from client to /home/user/storms/storm/nimbus/inbox/stormjar-83207ddd-adf1-4a73-980d-2b3ee04c553e.jar
2015-12-11 02:13:32 nimbus [INFO] Finished uploading file from client: /home/user/storms/storm/nimbus/inbox/stormjar-83207ddd-adf1-4a73-980d-2b3ee04c553e.jar
2015-12-11 02:13:32 nimbus [INFO] Received topology submission for fsd with conf {"storm.id" "fsd-1-1449792812", "drpc.servers" ["localhost"], "topology.acker.executors" 1, "topology.kryo.decorators" (), "topology.name" "fsd", "THRESHOLD" "0.4", "k" "13", "RECENT_TWEETS_TO_COMPARE_WITH" "500", "L" "36", "drpc.port" 3772, "PATH_TO_OOV_FILE" "oov.txt", "QUEUE_SIZE" "20", "countAggKeepFields" ["tweet_obj" "coltweet_obj"], "topology.max.spout.pending" 50000000, "BucketsParallelism" "18", "topology.debug" false, "topology.kryo.register" {"storm.trident.spout.RichSpoutBatchId" "storm.trident.spout.RichSpoutBatchIdSerializer"}, "topology.workers" 1, "UNIQUE_WORDS_EXPECTED" "500000", "storm.cluster.mode" "distributed", "topology.max.task.parallelism" nil}
2015-12-11 02:13:32 nimbus [INFO] Activating fsd: fsd-1-1449792812
2015-12-11 02:13:32 EvenScheduler [INFO] Available slots: (["8deaea26-25b6-42a0-8faa-4fbc39946220" 6703] ["8deaea26-25b6-42a0-8faa-4fbc39946220" 6702] ["8deaea26-25b6-42a0-8faa-4fbc39946220" 6701] ["8deaea26-25b6-42a0-8faa-4fbc39946220" 6700])
2015-12-11 02:13:32 nimbus [INFO] Setting new assignment for topology id fsd-1-1449792812: #backtype.storm.daemon.common.Assignment{:master-code-dir "/home/user/storms/storm/nimbus/stormdist/fsd-1-1449792812", :node->host {"8deaea26-25b6-42a0-8faa-4fbc39946220" "user-Lenovo-G50-70"}, :executor->node+port {[2 2] ["8deaea26-25b6-42a0-8faa-4fbc39946220" 6703], [3 3] ["8deaea26-25b6-42a0-8faa-4fbc39946220" 6703], [4 4] ["8deaea26-25b6-42a0-8faa-4fbc39946220" 6703], [5 5] ["8deaea26-25b6-42a0-8faa-4fbc39946220" 6703], [6 6] ["8deaea26-25b6-42a0-8faa-4fbc39946220" 6703], [7 7] ["8deaea26-25b6-42a0-8faa-4fbc39946220" 6703], [8 8] ["8deaea26-25b6-42a0-8faa-4fbc39946220" 6703], [9 9] ["8deaea26-25b6-42a0-8faa-4fbc39946220" 6703], [10 10] ["8deaea26-25b6-42a0-8faa-4fbc39946220" 6703], [11 11] ["8deaea26-25b6-42a0-8faa-4fbc39946220" 6703], [12 12] ["8deaea26-25b6-42a0-8faa-4fbc39946220" 6703], [1 1] ["8deaea26-25b6-42a0-8faa-4fbc39946220" 6703]}, :executor->start-time-secs {[2 2] 1449792812, [3 3] 1449792812, [4 4] 1449792812, [5 5] 1449792812, [6 6] 1449792812, [7 7] 1449792812, [8 8] 1449792812, [9 9] 1449792812, [10 10] 1449792812, [11 11] 1449792812, [12 12] 1449792812, [1 1] 1449792812}}
2015-12-11 02:13:06 ZooKeeper [INFO] Client environment:zookeeper.version=3.3.3-1073969, built on 02/23/2011 22:27 GMT
2015-12-11 02:13:06 ZooKeeper [INFO] Client environment:host.name=user-Lenovo-G50-70
2015-12-11 02:13:06 ZooKeeper [INFO] Client environment:java.version=1.6.0_37
2015-12-11 02:13:06 ZooKeeper [INFO] Client environment:java.vendor=Sun Microsystems Inc.
2015-12-11 02:13:06 ZooKeeper [INFO] Client environment:java.home=/usr/lib/jvm/java-6-openjdk-amd64/jre
2015-12-11 02:13:06 ZooKeeper [INFO] Client environment:java.class.path=/home/user/storm-0.8.2/storm-0.8.2.jar:/home/user/storm-0.8.2/lib/commons-exec-1.1.jar:/home/user/storm-0.8.2/lib/carbonite-1.5.0.jar:/home/user/storm-0.8.2/lib/ring-jetty-adapter-0.3.11.jar:/home/user/storm-0.8.2/lib/minlog-1.2.jar:/home/user/storm-0.8.2/lib/hiccup-0.3.6.jar:/home/user/storm-0.8.2/lib/commons-lang-2.5.jar:/home/user/storm-0.8.2/lib/math.numeric-tower-0.0.1.jar:/home/user/storm-0.8.2/lib/servlet-api-2.5-20081211.jar:/home/user/storm-0.8.2/lib/slf4j-log4j12-1.5.8.jar:/home/user/storm-0.8.2/lib/commons-logging-1.1.1.jar:/home/user/storm-0.8.2/lib/tools.logging-0.2.3.jar:/home/user/storm-0.8.2/lib/log4j-1.2.16.jar:/home/user/storm-0.8.2/lib/clout-1.0.1.jar:/home/user/storm-0.8.2/lib/httpcore-4.1.jar:/home/user/storm-0.8.2/lib/servlet-api-2.5.jar:/home/user/storm-0.8.2/lib/objenesis-1.2.jar:/home/user/storm-0.8.2/lib/clojure-1.4.0.jar:/home/user/storm-0.8.2/lib/json-simple-1.1.jar:/home/user/storm-0.8.2/lib/First-Story-Detection-1.0-SNAPSHOT.jar:/home/user/storm-0.8.2/lib/httpclient-4.1.1.jar:/home/user/storm-0.8.2/lib/jzmq-2.1.0.jar:/home/user/storm-0.8.2/lib/core.incubator-0.1.0.jar:/home/user/storm-0.8.2/lib/junit-3.8.1.jar:/home/user/storm-0.8.2/lib/guava-13.0.jar:/home/user/storm-0.8.2/lib/jgrapht-0.8.3.jar:/home/user/storm-0.8.2/lib/commons-io-1.4.jar:/home/user/storm-0.8.2/lib/curator-framework-1.0.1.jar:/home/user/storm-0.8.2/lib/ring-servlet-0.3.11.jar:/home/user/storm-0.8.2/lib/tools.macro-0.1.0.jar:/home/user/storm-0.8.2/lib/asm-4.0.jar:/home/user/storm-0.8.2/lib/jetty-6.1.26.jar:/home/user/storm-0.8.2/lib/reflectasm-1.07-shaded.jar:/home/user/storm-0.8.2/lib/joda-time-2.0.jar:/home/user/storm-0.8.2/lib/jline-0.9.94.jar:/home/user/storm-0.8.2/lib/libthrift7-0.7.0.jar:/home/user/storm-0.8.2/lib/tools.cli-0.2.2.jar:/home/user/storm-0.8.2/lib/commons-fileupload-1.2.1.jar:/home/user/storm-0.8.2/lib/zookeeper-3.3.3.jar:/home/user/storm-0.8.2/lib/First-Story-Detection-1.0-SNAPSHOT-jar-with-dependencies.jar:/home/user/storm-0.8.2/lib/slf4j-api-1.5.8.jar:/home/user/storm-0.8.2/lib/kryo-2.17.jar:/home/user/storm-0.8.2/lib/compojure-1.1.3.jar:/home/user/storm-0.8.2/lib/curator-client-1.0.1.jar:/home/user/storm-0.8.2/lib/jetty-util-6.1.26.jar:/home/user/storm-0.8.2/lib/ring-core-1.1.5.jar:/home/user/storm-0.8.2/lib/snakeyaml-1.9.jar:/home/user/storm-0.8.2/lib/disruptor-2.10.1.jar:/home/user/storm-0.8.2/lib/commons-codec-1.4.jar:/home/user/storm-0.8.2/lib/clj-time-0.4.1.jar:/home/user/storm-0.8.2/log4j:/home/user/storm-0.8.2/conf
2015-12-11 02:13:06 ZooKeeper [INFO] Client environment:java.library.path=/usr/local/lib:/opt/local/lib:/usr/lib
2015-12-11 02:13:06 ZooKeeper [INFO] Client environment:java.io.tmpdir=/tmp
2015-12-11 02:13:06 ZooKeeper [INFO] Client environment:java.compiler=<NA>
2015-12-11 02:13:06 ZooKeeper [INFO] Client environment:os.name=Linux
2015-12-11 02:13:06 ZooKeeper [INFO] Client environment:os.arch=amd64
2015-12-11 02:13:06 ZooKeeper [INFO] Client environment:os.version=3.19.0-25-generic
2015-12-11 02:13:06 ZooKeeper [INFO] Client environment:user.name=user
2015-12-11 02:13:06 ZooKeeper [INFO] Client environment:user.home=/home/user
2015-12-11 02:13:06 ZooKeeper [INFO] Client environment:user.dir=/home/user/storm-0.8.2
2015-12-11 02:13:06 ZooKeeperServer [INFO] Server environment:zookeeper.version=3.3.3-1073969, built on 02/23/2011 22:27 GMT
2015-12-11 02:13:06 ZooKeeperServer [INFO] Server environment:host.name=user-Lenovo-G50-70
2015-12-11 02:13:06 ZooKeeperServer [INFO] Server environment:java.version=1.6.0_37
2015-12-11 02:13:06 ZooKeeperServer [INFO] Server environment:java.vendor=Sun Microsystems Inc.
2015-12-11 02:13:06 ZooKeeperServer [INFO] Server environment:java.home=/usr/lib/jvm/java-6-openjdk-amd64/jre
2015-12-11 02:13:06 ZooKeeperServer [INFO] Server environment:java.class.path=/home/user/storm-0.8.2/storm-0.8.2.jar:/home/user/storm-0.8.2/lib/commons-exec-1.1.jar:/home/user/storm-0.8.2/lib/carbonite-1.5.0.jar:/home/user/storm-0.8.2/lib/ring-jetty-adapter-0.3.11.jar:/home/user/storm-0.8.2/lib/minlog-1.2.jar:/home/user/storm-0.8.2/lib/hiccup-0.3.6.jar:/home/user/storm-0.8.2/lib/commons-lang-2.5.jar:/home/user/storm-0.8.2/lib/math.numeric-tower-0.0.1.jar:/home/user/storm-0.8.2/lib/servlet-api-2.5-20081211.jar:/home/user/storm-0.8.2/lib/slf4j-log4j12-1.5.8.jar:/home/user/storm-0.8.2/lib/commons-logging-1.1.1.jar:/home/user/storm-0.8.2/lib/tools.logging-0.2.3.jar:/home/user/storm-0.8.2/lib/log4j-1.2.16.jar:/home/user/storm-0.8.2/lib/clout-1.0.1.jar:/home/user/storm-0.8.2/lib/httpcore-4.1.jar:/home/user/storm-0.8.2/lib/servlet-api-2.5.jar:/home/user/storm-0.8.2/lib/objenesis-1.2.jar:/home/user/storm-0.8.2/lib/clojure-1.4.0.jar:/home/user/storm-0.8.2/lib/json-simple-1.1.jar:/home/user/storm-0.8.2/lib/First-Story-Detection-1.0-SNAPSHOT.jar:/home/user/storm-0.8.2/lib/httpclient-4.1.1.jar:/home/user/storm-0.8.2/lib/jzmq-2.1.0.jar:/home/user/storm-0.8.2/lib/core.incubator-0.1.0.jar:/home/user/storm-0.8.2/lib/junit-3.8.1.jar:/home/user/storm-0.8.2/lib/guava-13.0.jar:/home/user/storm-0.8.2/lib/jgrapht-0.8.3.jar:/home/user/storm-0.8.2/lib/commons-io-1.4.jar:/home/user/storm-0.8.2/lib/curator-framework-1.0.1.jar:/home/user/storm-0.8.2/lib/ring-servlet-0.3.11.jar:/home/user/storm-0.8.2/lib/tools.macro-0.1.0.jar:/home/user/storm-0.8.2/lib/asm-4.0.jar:/home/user/storm-0.8.2/lib/jetty-6.1.26.jar:/home/user/storm-0.8.2/lib/reflectasm-1.07-shaded.jar:/home/user/storm-0.8.2/lib/joda-time-2.0.jar:/home/user/storm-0.8.2/lib/jline-0.9.94.jar:/home/user/storm-0.8.2/lib/libthrift7-0.7.0.jar:/home/user/storm-0.8.2/lib/tools.cli-0.2.2.jar:/home/user/storm-0.8.2/lib/commons-fileupload-1.2.1.jar:/home/user/storm-0.8.2/lib/zookeeper-3.3.3.jar:/home/user/storm-0.8.2/lib/First-Story-Detection-1.0-SNAPSHOT-jar-with-dependencies.jar:/home/user/storm-0.8.2/lib/slf4j-api-1.5.8.jar:/home/user/storm-0.8.2/lib/kryo-2.17.jar:/home/user/storm-0.8.2/lib/compojure-1.1.3.jar:/home/user/storm-0.8.2/lib/curator-client-1.0.1.jar:/home/user/storm-0.8.2/lib/jetty-util-6.1.26.jar:/home/user/storm-0.8.2/lib/ring-core-1.1.5.jar:/home/user/storm-0.8.2/lib/snakeyaml-1.9.jar:/home/user/storm-0.8.2/lib/disruptor-2.10.1.jar:/home/user/storm-0.8.2/lib/commons-codec-1.4.jar:/home/user/storm-0.8.2/lib/clj-time-0.4.1.jar:/home/user/storm-0.8.2/log4j:/home/user/storm-0.8.2/conf
2015-12-11 02:13:06 ZooKeeperServer [INFO] Server environment:java.library.path=/usr/local/lib:/opt/local/lib:/usr/lib
2015-12-11 02:13:06 ZooKeeperServer [INFO] Server environment:java.io.tmpdir=/tmp
2015-12-11 02:13:06 ZooKeeperServer [INFO] Server environment:java.compiler=<NA>
2015-12-11 02:13:06 ZooKeeperServer [INFO] Server environment:os.name=Linux
2015-12-11 02:13:06 ZooKeeperServer [INFO] Server environment:os.arch=amd64
2015-12-11 02:13:06 ZooKeeperServer [INFO] Server environment:os.version=3.19.0-25-generic
2015-12-11 02:13:06 ZooKeeperServer [INFO] Server environment:user.name=user
2015-12-11 02:13:06 ZooKeeperServer [INFO] Server environment:user.home=/home/user
2015-12-11 02:13:06 ZooKeeperServer [INFO] Server environment:user.dir=/home/user/storm-0.8.2
2015-12-11 02:13:06 supervisor [INFO] Starting Supervisor with conf {"dev.zookeeper.path" "/tmp/dev-storm-zookeeper", "topology.tick.tuple.freq.secs" nil, "topology.fall.back.on.java.serialization" true, "topology.max.error.report.per.interval" 5, "zmq.linger.millis" 5000, "topology.skip.missing.kryo.registrations" false, "ui.childopts" "-Xmx768m", "storm.zookeeper.session.timeout" 20000, "nimbus.reassign" true, "topology.trident.batch.emit.interval.millis" 500, "nimbus.monitor.freq.secs" 10, "java.library.path" "/usr/local/lib:/opt/local/lib:/usr/lib", "topology.executor.send.buffer.size" 1024, "storm.local.dir" "/home/user/storms/storm", "supervisor.worker.start.timeout.secs" 120, "topology.enable.message.timeouts" true, "nimbus.cleanup.inbox.freq.secs" 600, "nimbus.inbox.jar.expiration.secs" 3600, "drpc.worker.threads" 64, "topology.worker.shared.thread.pool.size" 4, "nimbus.host" "127.0.0.1", "storm.zookeeper.port" 2181, "transactional.zookeeper.port" nil, "topology.executor.receive.buffer.size" 1024, "transactional.zookeeper.servers" nil, "storm.zookeeper.root" "/storm", "supervisor.enable" true, "storm.zookeeper.servers" ["127.0.0.1"], "transactional.zookeeper.root" "/transactional", "topology.acker.executors" 1, "topology.transfer.buffer.size" 1024, "topology.worker.childopts" nil, "drpc.queue.size" 128, "worker.childopts" "-Djava.net.preferIPv4Stack=true", "supervisor.heartbeat.frequency.secs" 5, "topology.error.throttle.interval.secs" 10, "zmq.hwm" 0, "drpc.port" 3772, "supervisor.monitor.frequency.secs" 3, "topology.receiver.buffer.size" 8, "task.heartbeat.frequency.secs" 3, "topology.tasks" nil, "topology.spout.wait.strategy" "backtype.storm.spout.SleepSpoutWaitStrategy", "topology.max.spout.pending" nil, "storm.zookeeper.retry.interval" 1000, "topology.sleep.spout.wait.strategy.time.ms" 1, "nimbus.topology.validator" "backtype.storm.nimbus.DefaultTopologyValidator", "supervisor.slots.ports" [6700 6701 6702 6703], "topology.debug" false, "nimbus.task.launch.secs" 120, "nimbus.supervisor.timeout.secs" 60, "topology.message.timeout.secs" 30, "task.refresh.poll.secs" 10, "topology.workers" 1, "supervisor.childopts" "-Djava.net.preferIPv4Stack=true", "nimbus.thrift.port" 6627, "topology.stats.sample.rate" 0.05, "worker.heartbeat.frequency.secs" 1, "topology.acker.tasks" nil, "topology.disruptor.wait.strategy" "com.lmax.disruptor.BlockingWaitStrategy", "nimbus.task.timeout.secs" 30, "storm.zookeeper.connection.timeout" 15000, "topology.kryo.factory" "backtype.storm.serialization.DefaultKryoFactory", "drpc.invocations.port" 3773, "zmq.threads" 1, "storm.zookeeper.retry.times" 5, "topology.state.synchronization.timeout.secs" 60, "supervisor.worker.timeout.secs" 30, "nimbus.file.copy.expiration.secs" 600, "drpc.request.timeout.secs" 600, "storm.local.mode.zmq" false, "ui.port" 8080, "nimbus.childopts" "-Djava.net.preferIPv4Stack=true", "storm.cluster.mode" "distributed", "topology.optimize" true, "topology.max.task.parallelism" nil}
2015-12-11 02:13:06 CuratorFrameworkImpl [INFO] Starting
2015-12-11 02:13:06 ZooKeeper [INFO] Initiating client connection, connectString=127.0.0.1:2181 sessionTimeout=20000 watcher=com.netflix.curator.ConnectionState@25443877
2015-12-11 02:13:06 ClientCnxn [INFO] Opening socket connection to server /127.0.0.1:2181
2015-12-11 02:13:06 ClientCnxn [INFO] Socket connection established to localhost/127.0.0.1:2181, initiating session
2015-12-11 02:13:06 ClientCnxn [INFO] Session establishment complete on server localhost/127.0.0.1:2181, sessionid = 0x1518e6179da0003, negotiated timeout = 20000
2015-12-11 02:13:06 zookeeper [INFO] Zookeeper state update: :connected:none
2015-12-11 02:13:06 ClientCnxn [INFO] EventThread shut down
2015-12-11 02:13:06 ZooKeeper [INFO] Session: 0x1518e6179da0003 closed
2015-12-11 02:13:06 CuratorFrameworkImpl [INFO] Starting
2015-12-11 02:13:06 ZooKeeper [INFO] Initiating client connection, connectString=127.0.0.1:2181/storm sessionTimeout=20000 watcher=com.netflix.curator.ConnectionState@7c7828f3
2015-12-11 02:13:06 ClientCnxn [INFO] Opening socket connection to server /127.0.0.1:2181
2015-12-11 02:13:06 ClientCnxn [INFO] Socket connection established to localhost/127.0.0.1:2181, initiating session
2015-12-11 02:13:06 ClientCnxn [INFO] Session establishment complete on server localhost/127.0.0.1:2181, sessionid = 0x1518e6179da0004, negotiated timeout = 20000
2015-12-11 02:13:06 supervisor [INFO] Starting supervisor with id 8deaea26-25b6-42a0-8faa-4fbc39946220 at host user-Lenovo-G50-70
2015-12-11 02:13:32 supervisor [INFO] Downloading code for storm id fsd-1-1449792812 from /home/user/storms/storm/nimbus/stormdist/fsd-1-1449792812
2015-12-11 02:13:32 util [INFO] Could not extract resources from /home/user/storms/storm/supervisor/tmp/3a4ab438-1221-4c64-8f2d-0c64f5d2dc95/stormjar.jar
2015-12-11 02:13:32 supervisor [INFO] Finished downloading code for storm id fsd-1-1449792812 from /home/user/storms/storm/nimbus/stormdist/fsd-1-1449792812
2015-12-11 02:13:32 supervisor [INFO] Launching worker with assignment #backtype.storm.daemon.supervisor.LocalAssignment{:storm-id "fsd-1-1449792812", :executors ([2 2] [3 3] [4 4] [5 5] [6 6] [7 7] [8 8] [9 9] [10 10] [11 11] [12 12] [1 1])} for this supervisor 8deaea26-25b6-42a0-8faa-4fbc39946220 on port 6703 with id 57cbea55-702f-40fa-866a-d7b52889552c
2015-12-11 02:13:32 supervisor [INFO] Launching worker with command: java -server -Djava.net.preferIPv4Stack=true -Djava.library.path=/usr/local/lib:/opt/local/lib:/usr/lib -Dlogfile.name=worker-6703.log -Dstorm.home=/home/user/storm-0.8.2 -Dlog4j.configuration=storm.log.properties -cp /home/user/storm-0.8.2/storm-0.8.2.jar:/home/user/storm-0.8.2/lib/commons-exec-1.1.jar:/home/user/storm-0.8.2/lib/carbonite-1.5.0.jar:/home/user/storm-0.8.2/lib/ring-jetty-adapter-0.3.11.jar:/home/user/storm-0.8.2/lib/minlog-1.2.jar:/home/user/storm-0.8.2/lib/hiccup-0.3.6.jar:/home/user/storm-0.8.2/lib/commons-lang-2.5.jar:/home/user/storm-0.8.2/lib/math.numeric-tower-0.0.1.jar:/home/user/storm-0.8.2/lib/servlet-api-2.5-20081211.jar:/home/user/storm-0.8.2/lib/slf4j-log4j12-1.5.8.jar:/home/user/storm-0.8.2/lib/commons-logging-1.1.1.jar:/home/user/storm-0.8.2/lib/tools.logging-0.2.3.jar:/home/user/storm-0.8.2/lib/log4j-1.2.16.jar:/home/user/storm-0.8.2/lib/clout-1.0.1.jar:/home/user/storm-0.8.2/lib/httpcore-4.1.jar:/home/user/storm-0.8.2/lib/servlet-api-2.5.jar:/home/user/storm-0.8.2/lib/objenesis-1.2.jar:/home/user/storm-0.8.2/lib/clojure-1.4.0.jar:/home/user/storm-0.8.2/lib/json-simple-1.1.jar:/home/user/storm-0.8.2/lib/First-Story-Detection-1.0-SNAPSHOT.jar:/home/user/storm-0.8.2/lib/httpclient-4.1.1.jar:/home/user/storm-0.8.2/lib/jzmq-2.1.0.jar:/home/user/storm-0.8.2/lib/core.incubator-0.1.0.jar:/home/user/storm-0.8.2/lib/junit-3.8.1.jar:/home/user/storm-0.8.2/lib/guava-13.0.jar:/home/user/storm-0.8.2/lib/jgrapht-0.8.3.jar:/home/user/storm-0.8.2/lib/commons-io-1.4.jar:/home/user/storm-0.8.2/lib/curator-framework-1.0.1.jar:/home/user/storm-0.8.2/lib/ring-servlet-0.3.11.jar:/home/user/storm-0.8.2/lib/tools.macro-0.1.0.jar:/home/user/storm-0.8.2/lib/asm-4.0.jar:/home/user/storm-0.8.2/lib/jetty-6.1.26.jar:/home/user/storm-0.8.2/lib/reflectasm-1.07-shaded.jar:/home/user/storm-0.8.2/lib/joda-time-2.0.jar:/home/user/storm-0.8.2/lib/jline-0.9.94.jar:/home/user/storm-0.8.2/lib/libthrift7-0.7.0.jar:/home/user/storm-0.8.2/lib/tools.cli-0.2.2.jar:/home/user/storm-0.8.2/lib/commons-fileupload-1.2.1.jar:/home/user/storm-0.8.2/lib/zookeeper-3.3.3.jar:/home/user/storm-0.8.2/lib/First-Story-Detection-1.0-SNAPSHOT-jar-with-dependencies.jar:/home/user/storm-0.8.2/lib/slf4j-api-1.5.8.jar:/home/user/storm-0.8.2/lib/kryo-2.17.jar:/home/user/storm-0.8.2/lib/compojure-1.1.3.jar:/home/user/storm-0.8.2/lib/curator-client-1.0.1.jar:/home/user/storm-0.8.2/lib/jetty-util-6.1.26.jar:/home/user/storm-0.8.2/lib/ring-core-1.1.5.jar:/home/user/storm-0.8.2/lib/snakeyaml-1.9.jar:/home/user/storm-0.8.2/lib/disruptor-2.10.1.jar:/home/user/storm-0.8.2/lib/commons-codec-1.4.jar:/home/user/storm-0.8.2/lib/clj-time-0.4.1.jar:/home/user/storm-0.8.2/log4j:/home/user/storm-0.8.2/conf:/home/user/storms/storm/supervisor/stormdist/fsd-1-1449792812/stormjar.jar backtype.storm.daemon.worker fsd-1-1449792812 8deaea26-25b6-42a0-8faa-4fbc39946220 6703 57cbea55-702f-40fa-866a-d7b52889552c
2015-12-11 02:13:32 supervisor [INFO] 57cbea55-702f-40fa-866a-d7b52889552c still hasn't started
2015-12-11 02:13:33 supervisor [INFO] 57cbea55-702f-40fa-866a-d7b52889552c still hasn't started
2015-12-11 02:13:33 supervisor [INFO] 57cbea55-702f-40fa-866a-d7b52889552c still hasn't started
2015-12-11 02:13:34 supervisor [INFO] 57cbea55-702f-40fa-866a-d7b52889552c still hasn't started
2015-12-11 02:13:34 supervisor [INFO] 57cbea55-702f-40fa-866a-d7b52889552c still hasn't started
2015-12-11 02:13:14 ZooKeeper [INFO] Client environment:zookeeper.version=3.3.3-1073969, built on 02/23/2011 22:27 GMT
2015-12-11 02:13:14 ZooKeeper [INFO] Client environment:host.name=user-Lenovo-G50-70
2015-12-11 02:13:14 ZooKeeper [INFO] Client environment:java.version=1.6.0_37
2015-12-11 02:13:14 ZooKeeper [INFO] Client environment:java.vendor=Sun Microsystems Inc.
2015-12-11 02:13:14 ZooKeeper [INFO] Client environment:java.home=/usr/lib/jvm/java-6-openjdk-amd64/jre
2015-12-11 02:13:14 ZooKeeper [INFO] Client environment:java.class.path=/home/user/storm-0.8.2/storm-0.8.2.jar:/home/user/storm-0.8.2/lib/commons-exec-1.1.jar:/home/user/storm-0.8.2/lib/carbonite-1.5.0.jar:/home/user/storm-0.8.2/lib/ring-jetty-adapter-0.3.11.jar:/home/user/storm-0.8.2/lib/minlog-1.2.jar:/home/user/storm-0.8.2/lib/hiccup-0.3.6.jar:/home/user/storm-0.8.2/lib/commons-lang-2.5.jar:/home/user/storm-0.8.2/lib/math.numeric-tower-0.0.1.jar:/home/user/storm-0.8.2/lib/servlet-api-2.5-20081211.jar:/home/user/storm-0.8.2/lib/slf4j-log4j12-1.5.8.jar:/home/user/storm-0.8.2/lib/commons-logging-1.1.1.jar:/home/user/storm-0.8.2/lib/tools.logging-0.2.3.jar:/home/user/storm-0.8.2/lib/log4j-1.2.16.jar:/home/user/storm-0.8.2/lib/clout-1.0.1.jar:/home/user/storm-0.8.2/lib/httpcore-4.1.jar:/home/user/storm-0.8.2/lib/servlet-api-2.5.jar:/home/user/storm-0.8.2/lib/objenesis-1.2.jar:/home/user/storm-0.8.2/lib/clojure-1.4.0.jar:/home/user/storm-0.8.2/lib/json-simple-1.1.jar:/home/user/storm-0.8.2/lib/First-Story-Detection-1.0-SNAPSHOT.jar:/home/user/storm-0.8.2/lib/httpclient-4.1.1.jar:/home/user/storm-0.8.2/lib/jzmq-2.1.0.jar:/home/user/storm-0.8.2/lib/core.incubator-0.1.0.jar:/home/user/storm-0.8.2/lib/junit-3.8.1.jar:/home/user/storm-0.8.2/lib/guava-13.0.jar:/home/user/storm-0.8.2/lib/jgrapht-0.8.3.jar:/home/user/storm-0.8.2/lib/commons-io-1.4.jar:/home/user/storm-0.8.2/lib/curator-framework-1.0.1.jar:/home/user/storm-0.8.2/lib/ring-servlet-0.3.11.jar:/home/user/storm-0.8.2/lib/tools.macro-0.1.0.jar:/home/user/storm-0.8.2/lib/asm-4.0.jar:/home/user/storm-0.8.2/lib/jetty-6.1.26.jar:/home/user/storm-0.8.2/lib/reflectasm-1.07-shaded.jar:/home/user/storm-0.8.2/lib/joda-time-2.0.jar:/home/user/storm-0.8.2/lib/jline-0.9.94.jar:/home/user/storm-0.8.2/lib/libthrift7-0.7.0.jar:/home/user/storm-0.8.2/lib/tools.cli-0.2.2.jar:/home/user/storm-0.8.2/lib/commons-fileupload-1.2.1.jar:/home/user/storm-0.8.2/lib/zookeeper-3.3.3.jar:/home/user/storm-0.8.2/lib/First-Story-Detection-1.0-SNAPSHOT-jar-with-dependencies.jar:/home/user/storm-0.8.2/lib/slf4j-api-1.5.8.jar:/home/user/storm-0.8.2/lib/kryo-2.17.jar:/home/user/storm-0.8.2/lib/compojure-1.1.3.jar:/home/user/storm-0.8.2/lib/curator-client-1.0.1.jar:/home/user/storm-0.8.2/lib/jetty-util-6.1.26.jar:/home/user/storm-0.8.2/lib/ring-core-1.1.5.jar:/home/user/storm-0.8.2/lib/snakeyaml-1.9.jar:/home/user/storm-0.8.2/lib/disruptor-2.10.1.jar:/home/user/storm-0.8.2/lib/commons-codec-1.4.jar:/home/user/storm-0.8.2/lib/clj-time-0.4.1.jar:/home/user/storm-0.8.2/log4j:/home/user/storm-0.8.2/conf
2015-12-11 02:13:14 ZooKeeper [INFO] Client environment:java.library.path=/usr/local/lib:/opt/local/lib:/usr/lib
2015-12-11 02:13:14 ZooKeeper [INFO] Client environment:java.io.tmpdir=/tmp
2015-12-11 02:13:14 ZooKeeper [INFO] Client environment:java.compiler=<NA>
2015-12-11 02:13:14 ZooKeeper [INFO] Client environment:os.name=Linux
2015-12-11 02:13:14 ZooKeeper [INFO] Client environment:os.arch=amd64
2015-12-11 02:13:14 ZooKeeper [INFO] Client environment:os.version=3.19.0-25-generic
2015-12-11 02:13:14 ZooKeeper [INFO] Client environment:user.name=user
2015-12-11 02:13:14 ZooKeeper [INFO] Client environment:user.home=/home/user
2015-12-11 02:13:14 ZooKeeper [INFO] Client environment:user.dir=/home/user/storm-0.8.2
2015-12-11 02:13:14 ZooKeeperServer [INFO] Server environment:zookeeper.version=3.3.3-1073969, built on 02/23/2011 22:27 GMT
2015-12-11 02:13:14 ZooKeeperServer [INFO] Server environment:host.name=user-Lenovo-G50-70
2015-12-11 02:13:14 ZooKeeperServer [INFO] Server environment:java.version=1.6.0_37
2015-12-11 02:13:14 ZooKeeperServer [INFO] Server environment:java.vendor=Sun Microsystems Inc.
2015-12-11 02:13:14 ZooKeeperServer [INFO] Server environment:java.home=/usr/lib/jvm/java-6-openjdk-amd64/jre
2015-12-11 02:13:14 ZooKeeperServer [INFO] Server environment:java.class.path=/home/user/storm-0.8.2/storm-0.8.2.jar:/home/user/storm-0.8.2/lib/commons-exec-1.1.jar:/home/user/storm-0.8.2/lib/carbonite-1.5.0.jar:/home/user/storm-0.8.2/lib/ring-jetty-adapter-0.3.11.jar:/home/user/storm-0.8.2/lib/minlog-1.2.jar:/home/user/storm-0.8.2/lib/hiccup-0.3.6.jar:/home/user/storm-0.8.2/lib/commons-lang-2.5.jar:/home/user/storm-0.8.2/lib/math.numeric-tower-0.0.1.jar:/home/user/storm-0.8.2/lib/servlet-api-2.5-20081211.jar:/home/user/storm-0.8.2/lib/slf4j-log4j12-1.5.8.jar:/home/user/storm-0.8.2/lib/commons-logging-1.1.1.jar:/home/user/storm-0.8.2/lib/tools.logging-0.2.3.jar:/home/user/storm-0.8.2/lib/log4j-1.2.16.jar:/home/user/storm-0.8.2/lib/clout-1.0.1.jar:/home/user/storm-0.8.2/lib/httpcore-4.1.jar:/home/user/storm-0.8.2/lib/servlet-api-2.5.jar:/home/user/storm-0.8.2/lib/objenesis-1.2.jar:/home/user/storm-0.8.2/lib/clojure-1.4.0.jar:/home/user/storm-0.8.2/lib/json-simple-1.1.jar:/home/user/storm-0.8.2/lib/First-Story-Detection-1.0-SNAPSHOT.jar:/home/user/storm-0.8.2/lib/httpclient-4.1.1.jar:/home/user/storm-0.8.2/lib/jzmq-2.1.0.jar:/home/user/storm-0.8.2/lib/core.incubator-0.1.0.jar:/home/user/storm-0.8.2/lib/junit-3.8.1.jar:/home/user/storm-0.8.2/lib/guava-13.0.jar:/home/user/storm-0.8.2/lib/jgrapht-0.8.3.jar:/home/user/storm-0.8.2/lib/commons-io-1.4.jar:/home/user/storm-0.8.2/lib/curator-framework-1.0.1.jar:/home/user/storm-0.8.2/lib/ring-servlet-0.3.11.jar:/home/user/storm-0.8.2/lib/tools.macro-0.1.0.jar:/home/user/storm-0.8.2/lib/asm-4.0.jar:/home/user/storm-0.8.2/lib/jetty-6.1.26.jar:/home/user/storm-0.8.2/lib/reflectasm-1.07-shaded.jar:/home/user/storm-0.8.2/lib/joda-time-2.0.jar:/home/user/storm-0.8.2/lib/jline-0.9.94.jar:/home/user/storm-0.8.2/lib/libthrift7-0.7.0.jar:/home/user/storm-0.8.2/lib/tools.cli-0.2.2.jar:/home/user/storm-0.8.2/lib/commons-fileupload-1.2.1.jar:/home/user/storm-0.8.2/lib/zookeeper-3.3.3.jar:/home/user/storm-0.8.2/lib/First-Story-Detection-1.0-SNAPSHOT-jar-with-dependencies.jar:/home/user/storm-0.8.2/lib/slf4j-api-1.5.8.jar:/home/user/storm-0.8.2/lib/kryo-2.17.jar:/home/user/storm-0.8.2/lib/compojure-1.1.3.jar:/home/user/storm-0.8.2/lib/curator-client-1.0.1.jar:/home/user/storm-0.8.2/lib/jetty-util-6.1.26.jar:/home/user/storm-0.8.2/lib/ring-core-1.1.5.jar:/home/user/storm-0.8.2/lib/snakeyaml-1.9.jar:/home/user/storm-0.8.2/lib/disruptor-2.10.1.jar:/home/user/storm-0.8.2/lib/commons-codec-1.4.jar:/home/user/storm-0.8.2/lib/clj-time-0.4.1.jar:/home/user/storm-0.8.2/log4j:/home/user/storm-0.8.2/conf
2015-12-11 02:13:14 ZooKeeperServer [INFO] Server environment:java.library.path=/usr/local/lib:/opt/local/lib:/usr/lib
2015-12-11 02:13:14 ZooKeeperServer [INFO] Server environment:java.io.tmpdir=/tmp
2015-12-11 02:13:14 ZooKeeperServer [INFO] Server environment:java.compiler=<NA>
2015-12-11 02:13:14 ZooKeeperServer [INFO] Server environment:os.name=Linux
2015-12-11 02:13:14 ZooKeeperServer [INFO] Server environment:os.arch=amd64
2015-12-11 02:13:14 ZooKeeperServer [INFO] Server environment:os.version=3.19.0-25-generic
2015-12-11 02:13:14 ZooKeeperServer [INFO] Server environment:user.name=user
2015-12-11 02:13:14 ZooKeeperServer [INFO] Server environment:user.home=/home/user
2015-12-11 02:13:14 ZooKeeperServer [INFO] Server environment:user.dir=/home/user/storm-0.8.2
2015-12-11 02:13:15 drpc [INFO] Starting Distributed RPC servers...