throws StandardException, IOException, InstantiationException, IllegalAccessException
{
StorageFactory storageFactory = privGetStorageFactoryInstance( true, name, null, null);
try
{
StorageFile serviceDirectory = storageFactory.newStorageFile( null);
if (serviceDirectory.exists())
{
if (deleteExisting)
{