git-svn-id: https://svn.d4science-ii.research-infrastructures.eu/gcube/branches/common/common-smartgears/2.1@149132 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
4ba7f3225f
commit
b06b505453
|
@ -55,7 +55,7 @@ public class ProfileBuilder {
|
||||||
|
|
||||||
addSiteTo(node);
|
addSiteTo(node);
|
||||||
|
|
||||||
String ip = null;
|
String ip = "not resolved";
|
||||||
try {
|
try {
|
||||||
ip = InetAddress.getLocalHost().getHostAddress();
|
ip = InetAddress.getLocalHost().getHostAddress();
|
||||||
} catch (UnknownHostException e) {
|
} catch (UnknownHostException e) {
|
||||||
|
|
Loading…
Reference in New Issue