diff --git a/src/im_mad/vmware/OneImVmware.java b/src/im_mad/vmware/OneImVmware.java index 49f253302d..a5afbcfd05 100644 --- a/src/im_mad/vmware/OneImVmware.java +++ b/src/im_mad/vmware/OneImVmware.java @@ -144,7 +144,6 @@ class OneImVmware extends Thread argsWithHost[arguments.length] = "--url"; argsWithHost[arguments.length + 1 ] = "https://" + hostToMonitor + ":443/sdk"; -// argsWithHost[arguments.length + 1 ] = "https://localhost:8008/sdk"; gP = new GetProperty(argsWithHost, "HostSystem", hostToMonitor); // Now it's time to build the response gathering the properties needed @@ -215,7 +214,7 @@ class OneImVmware extends Thread } System.err.println("MONITOR FAILURE " + hid_str + " Failed monitoring host " + - hostToMonitor + ". Please check the VM log."); + hostToMonitor + "."); } // catch } // if (action.equals("MONITOR")) } // else if (str_split.length != 4) diff --git a/src/vmm_mad/vmware/DeployVM.java b/src/vmm_mad/vmware/DeployVM.java index 468b4ad0ff..2cf5081e27 100644 --- a/src/vmm_mad/vmware/DeployVM.java +++ b/src/vmm_mad/vmware/DeployVM.java @@ -316,9 +316,6 @@ public class DeployVM argsWithHost[args.length] = "--url"; argsWithHost[args.length + 1 ] = "https://" + hostName + ":443/sdk"; - //argsWithHost[args.length + 1 ] = "https://localhost:8008/sdk"; - - cb = AppUtil.initialize("DeployVM", null, argsWithHost); cb.connect(); @@ -351,8 +348,6 @@ public class DeployVM argsWithHost[args.length] = "--url"; argsWithHost[args.length + 1 ] = "https://" + hostName + ":443/sdk"; - //argsWithHost[args.length + 1 ] = "https://localhost:8008/sdk"; - cb = AppUtil.initialize("DeployVM", null, argsWithHost); cb.connect(); diff --git a/src/vmm_mad/vmware/OneVmmVmware.java b/src/vmm_mad/vmware/OneVmmVmware.java index ba3ec79f0e..ec1e690f3b 100644 --- a/src/vmm_mad/vmware/OneVmmVmware.java +++ b/src/vmm_mad/vmware/OneVmmVmware.java @@ -537,10 +537,8 @@ class OneVmmVmware extends Thread } argsWithHost[arguments.length] = "--url"; - //argsWithHost[arguments.length + 1 ] = "https://" + hostName + ":443/sdk"; + argsWithHost[arguments.length + 1 ] = "https://" + hostName + ":443/sdk"; - argsWithHost[arguments.length + 1 ] = "https://localhost:8008/sdk"; - GetProperty gPHost = new GetProperty(argsWithHost, "HostSystem", hostName); GetProperty gpVM = new GetProperty(argsWithHost, "VirtualMachine", vmName); diff --git a/src/vmm_mad/vmware/OperationsOverVM.java b/src/vmm_mad/vmware/OperationsOverVM.java index 6ec5a9f5bc..f68b389f52 100644 --- a/src/vmm_mad/vmware/OperationsOverVM.java +++ b/src/vmm_mad/vmware/OperationsOverVM.java @@ -289,8 +289,6 @@ public class OperationsOverVM argsWithHost[args.length] = "--url"; argsWithHost[args.length + 1 ] = "https://" + hostName + ":443/sdk"; -// argsWithHost[args.length + 1 ] = "https://localhost:8008/sdk"; - cb = AppUtil.initialize("DeployVM", null, argsWithHost); cb.connect();