Github user sagitta20 commented on the issue:

    https://github.com/apache/storm/pull/2602
  
    There is an exception when start nimbus in windows system. So I think there 
need a ','
    2018-03-19 17:30:47.995 o.a.s.s.o.a.z.ZooKeeper main [INFO] Initiating 
client connection, 
**connectString=zktest1.service.djdns.cn:2181,zktest2.service.djdns.cn:2181,zktest3.service.djdns.cn:2181aaa**
 sessionTimeout=20000 
watcher=org.apache.storm.shade.org.apache.curator.ConnectionState@18d003cd
    2018-03-19 17:30:47.995 o.a.s.s.o.a.c.f.i.CuratorFrameworkImpl main [ERROR] 
Background exception was not retry-able or retry gave up
    java.lang.NumberFormatException: For input string: "**2181aaa**"
        at 
java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) 
~[?:1.8.0_102]
        at java.lang.Integer.parseInt(Integer.java:580) ~[?:1.8.0_102]
        at java.lang.Integer.parseInt(Integer.java:615) ~[?:1.8.0_102]
        at 
org.apache.storm.shade.org.apache.zookeeper.client.ConnectStringParser.<init>(ConnectStringParser.java:72)
 ~[storm-core-1.2.1.jar:1.2.1]
        at 
org.apache.storm.shade.org.apache.zookeeper.ZooKeeper.<init>(ZooKeeper.java:443)
 ~[storm-core-1.2.1.jar:1.2.1]
        at 
org.apache.storm.shade.org.apache.curator.utils.DefaultZookeeperFactory.newZooKeeper(DefaultZookeeperFactory.java:29)
 ~[storm-core-1.2.1.jar:1.2.1]
        at 
org.apache.storm.shade.org.apache.curator.framework.imps.CuratorFrameworkImpl$2.newZooKeeper(CuratorFrameworkImpl.java:191)
 ~[storm-core-1.2.1.jar:1.2.1]


---

Reply via email to