John Vines created ACCUMULO-1980:
------------------------------------
Summary: stop-here not accepting localhost
Key: ACCUMULO-1980
URL: https://issues.apache.org/jira/browse/ACCUMULO-1980
Project: Accumulo
Issue Type: Bug
Components: scripts
Reporter: John Vines
Fix For: 1.6.0
{code} bin/stop-here.sh
2013-12-06 19:26:13,798 [util.Admin] ERROR: java.lang.IllegalArgumentException:
Address was expected to contain port. address=localhost
java.lang.IllegalArgumentException: Address was expected to contain port.
address=localhost
at
org.apache.accumulo.core.util.AddressUtil.parseAddress(AddressUtil.java:28)
at
org.apache.accumulo.server.util.Admin.stopTabletServer(Admin.java:302)
at org.apache.accumulo.server.util.Admin.main(Admin.java:185)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:622)
at org.apache.accumulo.start.Main$1.run(Main.java:137)
at java.lang.Thread.run(Thread.java:701)
{code}
This is running on a single node install where all processes are defined in
their respective files as 'localhost'
--
This message was sent by Atlassian JIRA
(v6.1#6144)