private void recreateClients(JSSnapshot snapshot, Map settings, Logger log) throws SerializerException
{
String _line;
log.debug("recreateClients - processing");
JSClients clients = snapshot.getClients();
if ((clients != null) && (clients.size() > 0))
{
Iterator _it = clients.iterator();
while (_it.hasNext())
{
JSClient _c = (JSClient) _it.next();
// create a new Media
try