Fix_Old_Vulnerabilities_in_NodeConfigManager 75/66675/1
authoresobmar <mariusz.sobucki@ericsson.com>
Fri, 14 Sep 2018 14:33:37 +0000 (15:33 +0100)
committeresobmar <mariusz.sobucki@ericsson.com>
Fri, 14 Sep 2018 14:36:41 +0000 (15:36 +0100)
Change-Id: Ie8d73ef8056d2648cab06ebe17d5eebc399c8716
Signed-off-by: Mariusz Sobucki <mariusz.sobucki@ericsson.com>
Issue-ID: DMAAP-775

datarouter-node/src/main/java/org/onap/dmaap/datarouter/node/NodeConfigManager.java

index 4af4bd0..7ecbaaf 100644 (file)
@@ -257,7 +257,6 @@ public class NodeConfigManager implements DeliveryQueueHelper {
                 }
             }
         } catch (Exception e) {
-            e.printStackTrace();
             NodeUtils.setIpAndFqdnForEelf("fetchconfigs");
             eelflogger.error(EelfMsgs.MESSAGE_CONF_FAILED, e.toString());
             logger.error("NODE0306 Configuration failed " + e.toString() + " - try again later", e);