Please use IRC for this. Mailing list is not for Instant Messaging. On Nov 18, 2016 2:21 PM, "Mostafa Gomaa" <[email protected]> wrote:
Also is nimbus by any chance hosted on AWS or Azure? On Nov 19, 2016 12:18 AM, "Ohad Edelstein" <[email protected]> wrote: > Try add the zookeeper part to the client storm.yaml > > I think that the request is searching for the zookeeper to pass the > message and fails > > From: Al Hennessey <[email protected]> > Reply-To: "[email protected]" <[email protected]> > Date: Saturday, 19 November 2016 at 0:13 > To: "[email protected]" <[email protected]> > Subject: Re: Cant connect to remote cluster > > Yh i ran the same command from the nimbus machine and it worked fine > > On 18 Nov 2016, at 22:12, Ohad Edelstein <[email protected]> wrote: > > Did you try running the command, from the same machine? > > From: Al Hennessey <[email protected]> > Reply-To: "[email protected]" <[email protected]> > Date: Saturday, 19 November 2016 at 0:10 > To: "[email protected]" <[email protected]> > Subject: Re: Cant connect to remote cluster > > Hi, i thanks for the reply, i added the ip to my hosts file with a domain > name, but it still did not work and threw the same error > Just to let you know that i am on a mac > > Thanks for the help > > On 18 Nov 2016, at 22:01, sam mohel <[email protected]> wrote: > > m new to storm but let's try that and I hope it will work > Check the file which has definitions of IP > It exists in this path > /ets/hosts it should contains like 127.0.x.x mydomain > 1- Check that 130.211.53.188 has domain name or it already exists or > 2-If you found it try to use the domain name instead of IP address > On Friday, November 18, 2016, Al Hennessey <[email protected]> > wrote: > >> Hi, i am having an issue connecting to my remote clustered storm server, >> when i try running “storm list” i get this error >> >> Exception in thread "main" java.lang.RuntimeException: >> org.apache.storm.thrift.transport.TTransportException: >> java.net.UnknownHostException: nimbus-dev.c.epic-dev.internal >> at org.apache.storm.security.auth.TBackoffConnect.retryNext(TBa >> ckoffConnect.java:64) >> at org.apache.storm.security.auth.TBackoffConnect.doConnectWith >> Retry(TBackoffConnect.java:56) >> at org.apache.storm.security.auth.ThriftClient.reconnect(Thrift >> Client.java:99) >> at org.apache.storm.security.auth.ThriftClient.<init>(ThriftCli >> ent.java:69) >> at org.apache.storm.utils.NimbusClient.<init>(NimbusClient.java:106) >> at org.apache.storm.utils.NimbusClient.getConfiguredClientAs(Ni >> mbusClient.java:78) >> at org.apache.storm.command.list$_main.invoke(list.clj:22) >> at clojure.lang.AFn.applyToHelper(AFn.java:152) >> at clojure.lang.AFn.applyTo(AFn.java:144) >> at org.apache.storm.command.list.main(Unknown Source) >> Caused by: org.apache.storm.thrift.transport.TTransportException: >> java.net.UnknownHostException: nimbus-dev.c.epic-dev.internal >> at org.apache.storm.thrift.transport.TSocket.open(TSocket.java:226) >> at org.apache.storm.thrift.transport.TFramedTransport.open(TFra >> medTransport.java:81) >> at org.apache.storm.security.auth.SimpleTransportPlugin.connect >> (SimpleTransportPlugin.java:103) >> at org.apache.storm.security.auth.TBackoffConnect.doConnectWith >> Retry(TBackoffConnect.java:53) >> ... 8 more >> Caused by: java.net.UnknownHostException: nimbus-dev.c.epic-dev.internal >> at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocket >> Impl.java:184) >> at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) >> at java.net.Socket.connect(Socket.java:589) >> at org.apache.storm.thrift.transport.TSocket.open(TSocket.java:221) >> >> >> Here is my nimbus storm.yaml >> >> nimbus.seeds: >> - "130.211.53.188" >> nimbus.thrift.port: 6627 >> storm.local.dir: /var/storm-dir >> storm.zookeeper.servers: >> - "104.199.7.70" >> ui.host: 0.0.0.0 >> ui.port: 8080 >> supervisor.slots.ports: >> - 6700 >> - 6701 >> - 6702 >> - 6703 >> >> My client storm uses the same nimbus host line: >> >> nimbus.seeds: >> - “130.211.53.188” >> >> Not sure why i can’t connect, i am running on google cloud platform and >> all my ports are open so it should be able to talk to each other. >> >> Thanks for the help >> >> >> > >
