throw new ICPException("BackEnd container failed to join the platform");
}
//Possibly the node name was re-assigned by the main
myID = myContainer.here().getName();
myLogger.log(Logger.CONFIG, myID+" - BackEndContainer " + myID + " successfully joined the platform.");
return new BackEndSkel(myContainer);
} catch (ProfileException pe) {
// should never happen
pe.printStackTrace();
throw new ICPException("Error creating profile");
}