You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
" some of the required ports " + (OPT_ARGS.port+0) +
664
666
", " + (OPT_ARGS.port+1) +
665
667
" are not available, change -port PORT and try again.");
666
668
}
667
669
API_PORT += 2;
668
670
}
669
-
SELF = H2ONode.self(inet);
670
-
Log.info("Internal communication uses port: ",UDP_PORT,"\nListening for HTTP and REST traffic on http:/",inet,":"+_apiSocket.getLocalPort()+"/");
671
+
SELF = H2ONode.self(SELF_ADDRESS);
672
+
Log.info("Internal communication uses port: ",UDP_PORT,"\nListening for HTTP and REST traffic on http:/",SELF_ADDRESS,":"+_apiSocket.getLocalPort()+"/");
671
673
672
674
NAME = OPT_ARGS.name==null? System.getProperty("user.name") : OPT_ARGS.name;
0 commit comments