(ISimulationServer) serviceRegistry.getServicesForPurpose(
simulationRunId).get(0);
if (host == null) {
report("Simulation with ID " + simulationRunId
+ " not found on this server!!!");
throw new UnknownComputationTaskException("Simulation with ID "
+ simulationRunId + " not found on this server!!!");
}
return host;
}