// Only create a new space, if it doesnt match the existing space
if (selectedSpace != null
&& !CloudServerSpacesDelegate.matchesExisting(selectedSpace, cloudServer.getCloudFoundrySpace())) {
String serverName = cloudSpacePage.getServerName();
final ServerDescriptor descriptor = ServerDescriptor.getServerDescriptor(cloudServer, serverName);
if (descriptor == null) {
CloudFoundryPlugin.logError(NLS.bind(Messages.ERROR_NO_CLOUD_SERVER_DESCRIPTOR,
cloudServer.getServerId()));
return false;