El 28/03/13 02:03, Jack Johnson escribió: > SelectChannelConnector@127.0.0.1:9898: java.net.BindException: > Cannot assign requested address Probably you have other instance of wave running or other service using this port. Try to find with process is using the port:
sudo lsof -i :9898 BR,