[GitHub] sijie commented on issue #2576: Pulsar client consume command fails with java.lang.IllegalArgumentException: port out of range:-1

2018-09-19 Thread GitBox
sijie commented on issue #2576: Pulsar client consume command fails with 
java.lang.IllegalArgumentException: port out of range:-1
URL: 
https://github.com/apache/incubator-pulsar/issues/2576#issuecomment-422968544
 
 
   @dsambandam I think the exception is quite similar ast the issue reported 
here: #1022 can you inspect your tls related service urls and make sure they 
don't have any special characters at the end of the hostname?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] sijie commented on issue #2576: Pulsar client consume command fails with java.lang.IllegalArgumentException: port out of range:-1

2018-09-14 Thread GitBox
sijie commented on issue #2576: Pulsar client consume command fails with 
java.lang.IllegalArgumentException: port out of range:-1
URL: 
https://github.com/apache/incubator-pulsar/issues/2576#issuecomment-421408473
 
 
   @dsambandam : what are the command you are using for initializing cluster 
metadata?
   
   especially what did you provide for `--web-service-url-tls` and 
`--broker-service-url-tls`?
   
   ```
   $ bin/pulsar initialize-cluster-metadata \
 --cluster pulsar-cluster-1 \
 --zookeeper zk1.us-west.example.com:2181 \
 --configuration-store zk1.us-west.example.com:2181 \
 --web-service-url http://pulsar.us-west.example.com:8080 \
 --web-service-url-tls https://pulsar.us-west.example.com:8443 \
 --broker-service-url pulsar://pulsar.us-west.example.com:6650 \
 --broker-service-url-tls pulsar+ssl://pulsar.us-west.example.com:6651
   ```


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] sijie commented on issue #2576: Pulsar client consume command fails with java.lang.IllegalArgumentException: port out of range:-1

2018-09-13 Thread GitBox
sijie commented on issue #2576: Pulsar client consume command fails with 
java.lang.IllegalArgumentException: port out of range:-1
URL: 
https://github.com/apache/incubator-pulsar/issues/2576#issuecomment-421193236
 
 
   @dsambandam what is your broker url? is it `broker1`? or `broker1` was 
replacing the real domain name when you posting it?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services