From d055a23b492fad8fc56bfbf54c914dc7bd3a9259 Mon Sep 17 00:00:00 2001 From: SP00501638 Date: Thu, 15 Mar 2018 14:12:18 +0530 Subject: Sonar Critical Either log or rethrow this exception E2EServiceInstances.java:513 Sonar Link: https://sonar.onap.org/issues?myIssues=true&open=AWIA0508RGy6eclHC5SJ&resolved=false Location: mso-api-handler-infra/src/main/java/org/openecomp/mso/apihandlerinfra/E2EServiceInstances.java Change-Id: Ie38f89f41ea58ab5911c5213e7c39da68ded9209 Issue-ID: SO-483 Signed-off-by: SP00501638 --- .../main/java/org/openecomp/mso/apihandlerinfra/E2EServiceInstances.java | 1 + 1 file changed, 1 insertion(+) (limited to 'mso-api-handlers/mso-api-handler-infra/src/main/java/org/openecomp') diff --git a/mso-api-handlers/mso-api-handler-infra/src/main/java/org/openecomp/mso/apihandlerinfra/E2EServiceInstances.java b/mso-api-handlers/mso-api-handler-infra/src/main/java/org/openecomp/mso/apihandlerinfra/E2EServiceInstances.java index 9f028c19f5..e1ba94cdb7 100644 --- a/mso-api-handlers/mso-api-handler-infra/src/main/java/org/openecomp/mso/apihandlerinfra/E2EServiceInstances.java +++ b/mso-api-handlers/mso-api-handler-infra/src/main/java/org/openecomp/mso/apihandlerinfra/E2EServiceInstances.java @@ -511,6 +511,7 @@ public class E2EServiceInstances { "Successfully received response from BPMN engine", "BPMN", recipeLookupResult.getOrchestrationURI(), null); } catch (Exception e) { + msoLogger.debug("Exception while communicate with BPMN engine", e); msoLogger.recordMetricEvent(subStartTime, MsoLogger.StatusCode.ERROR, MsoLogger.ResponseCode.CommunicationError, "Exception while communicate with BPMN engine", "BPMN", recipeLookupResult.getOrchestrationURI(), null); -- cgit 1.2.3-korg