LOG.error("Could not run test with " + key + " because slave was not bound");
}catch (RemoteException e) {
LOG.error("Could not run test with " + key + " because slave is not running");
}
}
lt = new LoadThread();
st = new StatusThread(lt, rmiClients);
st.start();
try {
st.join();