[ https://issues.apache.org/jira/browse/STORM-1421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15088552#comment-15088552 ]
beginner commented on STORM-1421: --------------------------------- can you help ? > Couldn't extract resources in the supervisor > --------------------------------------------- > > Key: STORM-1421 > URL: https://issues.apache.org/jira/browse/STORM-1421 > Project: Apache Storm > Issue Type: Bug > Reporter: beginner > Assignee: beginner > Priority: Critical > > i found in the supervisor log file that couldn't extract resources from > /supervisor/tmp/7c3f723c-6b7f-4919-a01c-5a87b872dda7/stormjar.jar > then got still hasn't start > please tell me which document or information i can share it to help in fixing > i searched more to fix it but couldn't and some people told me that it's a > bug in storm > i hope i can help here to fix it fastly beacuse i'm on this error months and > my project stopped until i fix this error > i'm using storm-0.8.2 > i ran this topology in local mode sucessfully but when i tried to submit it i > got above error > i'm trying now to submit it in real cluster > so i have 2 laptops one of them 1 "server" and other 2 i installed storm and > zookeeper in both laptop and installed ssh in server laptop > i started to connect 2 from server and start zookeeper then ran nimbus in > server 1 but supervisor as i read i ran it in both but still error and i > tried to ran supervisor in 2 only got same error > this is my configuration of zookeeper in both lap > tickTime=2000 > dataDir=/var/zookeeper > clientPort=2181 > initLimit=5 > syncLimit=2 > and this is for storm.yaml > storm.zookeeper.servers: > - "ip address if laptop 2 " > nimbus.host: "ip address of laptop 1" > storm.zookeeper.port: 2181 > storm.local.dir: "/var/storms" > java.library.path: "/usr/lib/jvm/java-6-openjdk-amd64:/usr/local/lib" > nimbus.thrift.port: 6627 > supervisor.childopts: "-Djava.net.preferIPv4Stack=true" > nimbus.childopts: "-Xmx1024m -Djava.net.preferIPv4Stack=true" > worker.childopts: "-Xmx768m -Djava.net.preferIPv4Stack=true" > ui.childopts: "-Xmx768m -Djava.net.preferIPv4Stack=true" > supervisor.slots.ports: > > - 6700 > - 6701 > - 6702 > - 6703 > /etc/hosts > # 127.0.0.1 localhost > my ip address user-Lenovo > #127.0.1.1 localhost2 -- This message was sent by Atlassian JIRA (v6.3.4#6332)