`sudo netstat -nape | fgrep LISTEN | fgrep 42424`

You have something already bound to that pot.

phil wrote:
thank you for you answer. So i tried:

nohup /usr/bin/accumulo proxy -p
/opt/aderahadoop/accumulo/proxy/proxy.properties&
[2] 1455
# nohup: ignoring input and appending output to ânohup.outâ

[2]+  Exit 1                  nohup /usr/bin/accumulo proxy -p
/opt/aderahadoop/accumulo/proxy/proxy.properties

# cat nohup.out
Thread "proxy" died Could not create ServerSocket on address
0.0.0.0/0.0.0.0:42424.
org.apache.thrift.transport.TTransportException: Could not create
ServerSocket on address 0.0.0.0/0.0.0.0:42424.
         at
org.apache.thrift.transport.TNonblockingServerSocket.<init>(TNonblockingServerSocket.java:89)
         at
org.apache.thrift.transport.TNonblockingServerSocket.<init>(TNonblockingServerSocket.java:68)
         at
org.apache.thrift.transport.TNonblockingServerSocket.<init>(TNonblockingServerSocket.java:61)
         at org.apache.accumulo.proxy.Proxy.createProxyServer(Proxy.java:125)
         at org.apache.accumulo.proxy.Proxy.main(Proxy.java:119)
         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:606)
         at org.apache.accumulo.start.Main$1.run(Main.java:141)
         at java.lang.Thread.run(Thread.java:745)






--
View this message in context: 
http://apache-accumulo.1065345.n5.nabble.com/Issue-launching-accumulo-proxy-tp14037p15110.html
Sent from the Users mailing list archive at Nabble.com.

Reply via email to