I tried to connect via telnet and this is what i got
MacBook-Pro:~ Al$ telnet 130.211.53.188 6627
Trying 130.211.53.188...
telnet: connect to address 130.211.53.188: Connection refused
telnet: Unable to connect to remote host
> 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] <mailto:[email protected]>>
> Reply-To: "[email protected] <mailto:[email protected]>"
> <[email protected] <mailto:[email protected]>>
> Date: Saturday, 19 November 2016 at 0:10
> To: "[email protected] <mailto:[email protected]>"
> <[email protected] <mailto:[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]
>> <mailto:[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]
>> <mailto:[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(TBackoffConnect.java:64)
>> at
>> org.apache.storm.security.auth.TBackoffConnect.doConnectWithRetry(TBackoffConnect.java:56)
>> at
>> org.apache.storm.security.auth.ThriftClient.reconnect(ThriftClient.java:99)
>> at org.apache.storm.security.auth.ThriftClient.<init>(ThriftClient.java:69)
>> at org.apache.storm.utils.NimbusClient.<init>(NimbusClient.java:106)
>> at
>> org.apache.storm.utils.NimbusClient.getConfiguredClientAs(NimbusClient.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(TFramedTransport.java:81)
>> at
>> org.apache.storm.security.auth.SimpleTransportPlugin.connect(SimpleTransportPlugin.java:103)
>> at
>> org.apache.storm.security.auth.TBackoffConnect.doConnectWithRetry(TBackoffConnect.java:53)
>> ... 8 more
>> Caused by: java.net.UnknownHostException: nimbus-dev.c.epic-dev.internal
>> at java.net
>> <http://java.net/>.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.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
>>
>>
>