} catch(java.util.zip.ZipException z) {
logger.warning(stringManager.getString("upgrade.deployment.zipExceptionMsg")+z.getMessage());
} catch (IOException ioe) {
logger.severe(stringManager.getString("upgrade.deployment.ioExceptionMsg")+ioe.getMessage());
}
targetJar.closeEntry();
}
targetJar.close();
//start - Added for 6396486
// Build the parameters to be passed to the deploy command
String jarPath = new File(targetJar.getArchiveUri()).getAbsolutePath();