Comcast / sirius

A distributed system library for managing application reference data
http://comcast.github.io/sirius/
Apache License 2.0
298 stars 49 forks source link

nodetool requires akka.tcp protocol that SiriusShortNameParser doesn't support #125

Open jsnikeris opened 8 years ago

jsnikeris commented 8 years ago

When using nodetool, if I pass in an "akka://..." nodeId, I get the following error message:

akka.remote.RemoteTransportException: No transport is loaded for protocol: [akka], available protocols: [akka.tcp]

However, SiriusShortNameParser expects nodeIds to start with "akka://":

java.lang.IllegalArgumentException: akka.tcp://.../user/sirius does not appear to be a vaild Akka address or Sirius node short name