mute calls to GFE text products Configurator until baseline catches up with changes in 16.2.1

Former-commit-id: 6d89fd5e28
This commit is contained in:
AWIPS User 2015-09-07 11:17:40 -06:00
parent ecf4d47b7a
commit 570c652638
3 changed files with 9 additions and 8 deletions

View file

@ -228,10 +228,10 @@ public class MapManager {
}
// configure the text products
Configurator configurator = new Configurator(_config.getSiteID()
.get(0));
statusHandler.info("Configuring text products....");
configurator.execute();
// Configurator configurator = new Configurator(_config.getSiteID()
// .get(0));
// statusHandler.info("Configuring text products....");
// configurator.execute();
if (needUpdate) {
// need the attributes from the edit area step to be able to do

View file

@ -79,9 +79,10 @@ public class ConfigureTextProductsHandler implements
public Object handleRequest(ConfigureTextProductsRequest request)
throws Exception {
String site = request.getSite();
Configurator configurator = new Configurator(site);
configurator.execute();
log.info(String.format("configureTextProducts ran for site %s", site));
// Configurator configurator = new Configurator(site);
// configurator.execute();
// log.info(String.format("configureTextProducts ran for site %s", site));
log.info(String.format("configureTextProducts skipped for site %s", site));
return null;
}

View file

@ -247,7 +247,7 @@ pghost : localhost # The machine PostGres is running on
pguser : awips # The user allowed to access PostGres
pgport : 5432 # The PostGres Server port
adb_name : adb_ob7xxx # RFC archive database name
rax_pghost : ax # The machine PostGres is running on for the adb
rax_pghost : localhost # The machine PostGres is running on for the adb
# vacuum log dir token.
vacuum_log_dir : $(whfs_log_dir)/vacuum