Results

By type

          JVM Arguments:  -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml  -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml  

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.3.7.RELEASE)

2021-08-18T01:48:55.431Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-65b67f9bc-jlm2r with PID 14 (/app/app.jar started by so in /app)
2021-08-18T01:48:55.437Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-08-18T01:48:55.437Z||main|||||INFO|500||The following profiles are active: basic
2021-08-18T01:49:01.691Z||main|||||INFO|500||Starting service [Tomcat]
2021-08-18T01:49:01.691Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-08-18T01:49:01.756Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-08-18T01:49:02.964Z||main|||||INFO|500||catdb-pool - Starting...
2021-08-18T01:49:03.093Z||main|||||INFO|500||catdb-pool - Start completed.
2021-08-18T01:49:03.358Z||main|||||INFO|500||reqdb-pool - Starting...
2021-08-18T01:49:03.364Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-08-18T01:49:03.464Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-08-18T01:49:03.590Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-08-18T01:49:03.928Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-08-18T01:49:04.644Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-18T01:49:06.147Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-18T01:49:06.176Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-08-18T01:49:06.526Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-18T01:49:06.647Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-08-18T01:49:07.579Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-18T01:49:08.343Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-08-18T01:49:08.361Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$d32fc91.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-08-18T01:49:08.362Z||main|||||WARN|500||The sdc end point is not alive
2021-08-18T01:49:10.139Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-08-18T01:49:11.977Z||main|||||WARN|500||---
2021-08-18T01:49:11.977Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-08-18T01:49:11.977Z||main|||||WARN|500||---
2021-08-18T01:49:12.210Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-08-18T01:49:14.576Z||main|||||INFO|500||Started Application in 20.898 seconds (JVM running for 21.841)
2021-08-18T01:49:14.581Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-18T01:49:14.607Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-18T01:49:14.616Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-18T01:49:14.640Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-18T01:49:14.712Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cb69b5a5-8e10-4f26-adfb-eaaa85977130 url= /sdc/v1/artifactTypes
2021-08-18T01:49:14.712Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-18T01:49:15.798Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.52.126] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-08-18T01:49:15.804Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1fb9fa57
2021-08-18T01:49:15.805Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-18T01:49:15.815Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-18T01:49:15.816Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-18T01:49:15.818Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-18T01:50:04.572Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-18T01:50:04.573Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-18T01:50:04.573Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-18T01:50:04.579Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-18T01:50:04.585Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 270cd846-2733-48fe-b459-d2a6d57aa2b6 url= /sdc/v1/artifactTypes
2021-08-18T01:50:04.586Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-18T01:50:05.621Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.52.126] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-08-18T01:50:05.622Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@54f176fd
2021-08-18T01:50:05.623Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-18T01:50:05.623Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-18T01:50:05.623Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-18T01:50:05.624Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-18T01:50:54.571Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-18T01:50:54.572Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-18T01:50:54.572Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-18T01:50:54.574Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-18T01:50:54.579Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d83454d3-7f82-47fa-998b-3b82484787ec url= /sdc/v1/artifactTypes
2021-08-18T01:50:54.580Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-18T01:50:55.606Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.52.126] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-08-18T01:50:55.607Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@43a96450
2021-08-18T01:50:55.607Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-18T01:50:55.607Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-18T01:50:55.608Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-18T01:50:55.608Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-18T01:51:44.574Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-18T01:51:44.574Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-18T01:51:44.575Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-18T01:51:44.577Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-18T01:51:44.580Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2ad2a617-d926-4a8e-904c-48af1c841e22 url= /sdc/v1/artifactTypes
2021-08-18T01:51:44.580Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-18T01:51:45.618Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.52.126] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-08-18T01:51:45.619Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7a5f6ce9
2021-08-18T01:51:45.619Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-18T01:51:45.619Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-18T01:51:45.619Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-18T01:51:45.620Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-18T01:52:34.575Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-18T01:52:34.577Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-18T01:52:34.578Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-18T01:52:34.581Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-18T01:52:34.588Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2974f5ef-8f95-446f-a68c-d4a9a8c65e53 url= /sdc/v1/artifactTypes
2021-08-18T01:52:34.588Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-18T01:52:35.605Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.52.126] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-08-18T01:52:35.606Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2957bcf2
2021-08-18T01:52:35.606Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-18T01:52:35.607Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-18T01:52:35.607Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-18T01:52:35.607Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-18T01:53:24.572Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-18T01:53:24.573Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-18T01:53:24.573Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-18T01:53:24.579Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-18T01:53:24.585Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7a30ac64-0ac4-40e1-9463-3bb955146746 url= /sdc/v1/artifactTypes
2021-08-18T01:53:24.585Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-18T01:53:25.621Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.52.126] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-08-18T01:53:25.622Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@23c7e009
2021-08-18T01:53:25.623Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-18T01:53:25.623Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-18T01:53:25.623Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-18T01:53:25.624Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-18T01:54:14.572Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-18T01:54:14.573Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-18T01:54:14.573Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-18T01:54:14.579Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-18T01:54:14.586Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b5382f8a-355c-45cb-aee8-6ab13a52e3b0 url= /sdc/v1/artifactTypes
2021-08-18T01:54:14.587Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-18T01:54:15.606Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.52.126] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-08-18T01:54:15.606Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@37ca4c05
2021-08-18T01:54:15.607Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-18T01:54:15.607Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-18T01:54:15.607Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-18T01:54:15.607Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-18T01:55:04.571Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-18T01:55:04.572Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-18T01:55:04.572Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-18T01:55:04.574Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-18T01:55:04.579Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dd04f3b4-e0f5-4f70-8565-051c9babad80 url= /sdc/v1/artifactTypes
2021-08-18T01:55:04.579Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-18T01:55:05.621Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.52.126] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-08-18T01:55:05.623Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@23edc99c
2021-08-18T01:55:05.623Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-18T01:55:05.624Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-18T01:55:05.624Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-18T01:55:05.625Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-18T01:55:54.572Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-18T01:55:54.572Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-18T01:55:54.573Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-18T01:55:54.578Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-18T01:55:54.585Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c52dd123-7d55-4f29-8448-ab24c503c9fa url= /sdc/v1/artifactTypes
2021-08-18T01:55:54.585Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-18T01:55:55.605Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.52.126] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-08-18T01:55:55.606Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5af07585
2021-08-18T01:55:55.606Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-18T01:55:55.606Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-18T01:55:55.606Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-18T01:55:55.607Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-18T01:56:44.572Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-18T01:56:44.572Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-18T01:56:44.572Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-18T01:56:44.575Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-18T01:56:44.581Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5f04d129-390a-4368-994d-45acedae7f0b url= /sdc/v1/artifactTypes
2021-08-18T01:56:44.581Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-18T01:56:45.620Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.52.126] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-08-18T01:56:45.621Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@29c81e00
2021-08-18T01:56:45.621Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-18T01:56:45.621Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-18T01:56:45.621Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-18T01:56:45.621Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-18T01:57:34.572Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-18T01:57:34.572Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-18T01:57:34.573Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-18T01:57:34.577Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-18T01:57:34.584Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b188ef4b-894e-4005-afc4-eb0bfa280b7b url= /sdc/v1/artifactTypes
2021-08-18T01:57:34.584Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-18T01:57:34.772Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-18T01:57:34.779Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-08-18T01:57:34.801Z||scheduling-1|||||DEBUG|500||create keys
2021-08-18T01:57:34.807Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-18T01:57:34.830Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T01:57:34.844Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7d0e4176-bd0f-49ee-94a2-469c34c163c9 url= /sdc/v1/registerForDistribution
2021-08-18T01:57:34.954Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 7d0e4176-bd0f-49ee-94a2-469c34c163c9 url= /sdc/v1/registerForDistribution
2021-08-18T01:57:34.955Z||scheduling-1|||||INFO|500||start DistributionClient
2021-08-18T01:57:34.961Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T01:57:34.961Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T01:57:34.965Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T01:57:34.965Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T01:57:34.965Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T01:57:34.965Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T01:57:34.965Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-08-18T01:57:45.197Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T01:57:45.197Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T01:58:34.960Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T01:58:34.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T01:58:34.961Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T01:58:34.961Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T01:58:34.962Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T01:58:34.963Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T01:58:44.512Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T01:58:44.514Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T01:58:54.528Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-08-18T01:59:34.960Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T01:59:34.961Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T01:59:34.961Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T01:59:34.962Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T01:59:34.962Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T01:59:34.962Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T01:59:44.516Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T01:59:44.518Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:00:34.960Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:00:34.961Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:00:34.961Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:00:34.961Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:00:34.962Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:00:34.962Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:00:44.519Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:00:44.519Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:01:34.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:01:34.961Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:01:34.961Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:01:34.962Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:01:34.962Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:01:34.962Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:01:44.513Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:01:44.515Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:02:34.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:02:34.961Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:02:34.961Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:02:34.961Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:02:34.962Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:02:34.962Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:02:44.511Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:02:44.517Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:03:34.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:03:34.961Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:03:34.961Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:03:34.961Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:03:34.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:03:34.962Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:03:44.511Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:03:44.511Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:04:34.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:04:34.961Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:04:34.961Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:04:34.961Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:04:34.962Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:04:34.963Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:04:44.514Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:04:44.515Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:05:34.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:05:34.961Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:05:34.962Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:05:34.962Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:05:34.962Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:05:34.962Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:05:44.512Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:05:44.516Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:06:34.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:06:34.960Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:06:34.961Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:06:34.961Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:06:34.961Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:06:34.962Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:06:44.507Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:06:44.510Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:07:34.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:07:34.960Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:07:34.961Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:07:34.961Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:07:34.961Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:07:34.962Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:07:44.507Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:07:44.515Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:08:34.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:08:34.961Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:08:34.962Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:08:34.962Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:08:34.962Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:08:34.962Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:08:44.507Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:08:44.508Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:09:34.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:09:34.961Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:09:34.963Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:09:34.963Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:09:34.967Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:09:34.968Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:09:44.511Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:09:44.511Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:10:34.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:10:34.961Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:10:34.962Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:10:34.962Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:10:34.962Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:10:34.962Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:10:44.509Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:10:44.512Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:11:34.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:11:34.960Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:11:34.961Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:11:34.961Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:11:34.962Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:11:34.962Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:11:44.504Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:11:44.505Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:12:34.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:12:34.960Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:12:34.960Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:12:34.961Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:12:34.962Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:12:34.962Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:12:44.500Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:12:44.503Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:13:34.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:13:34.961Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:13:34.961Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:13:34.961Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:13:34.962Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:13:34.962Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:13:44.504Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:13:44.509Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:14:34.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:14:34.960Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:14:34.961Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:14:34.961Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:14:34.961Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:14:34.962Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:14:44.512Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:14:44.514Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:15:34.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:15:34.961Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:15:34.961Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:15:34.961Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:15:34.961Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:15:34.962Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:15:44.510Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:15:44.515Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:16:34.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:16:34.961Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:16:34.961Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:16:34.961Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:16:34.962Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:16:34.962Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:16:44.507Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:16:44.508Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:17:34.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:17:34.960Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:17:34.961Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:17:34.961Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:17:34.962Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:17:34.962Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:17:44.500Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:17:44.506Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:18:34.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:18:34.961Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:18:34.961Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:18:34.961Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:18:34.962Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:18:34.962Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:18:44.502Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:18:44.519Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:19:34.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:19:34.961Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:19:34.961Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:19:34.961Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:19:34.962Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:19:34.962Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:19:44.505Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:19:44.507Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:20:34.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:20:34.961Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:20:34.961Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:20:34.961Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:20:34.962Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:20:34.962Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:20:44.505Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:20:44.508Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:21:34.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:21:34.960Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:21:34.961Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:21:34.961Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:21:34.961Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:21:34.962Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:21:44.506Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:21:44.506Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:22:34.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:22:34.961Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:22:34.961Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:22:34.961Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:22:34.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:22:34.962Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:22:44.509Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:22:44.511Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:23:34.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:23:34.960Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:23:34.961Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:23:34.961Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:23:34.961Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:23:34.962Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:23:44.518Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:23:44.518Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:24:34.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:24:34.961Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:24:34.961Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:24:34.961Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:24:34.962Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:24:34.962Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:24:44.506Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:24:44.506Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:25:34.960Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:25:34.960Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:25:34.960Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:25:34.962Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:25:34.963Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:25:34.963Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:25:44.507Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:25:44.508Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:26:34.960Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:26:34.960Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:26:34.960Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:26:34.961Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:26:34.961Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:26:34.961Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:26:44.503Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:26:44.507Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:27:34.960Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:27:34.960Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:27:34.960Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:27:34.961Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:27:34.962Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:27:34.962Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:27:44.501Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:27:44.502Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:28:34.960Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:28:34.960Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:28:34.960Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:28:34.961Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:28:34.961Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:28:34.962Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:28:44.506Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:28:44.508Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:29:34.960Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:29:34.960Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:29:34.960Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:29:34.961Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:29:34.962Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:29:34.962Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:29:44.502Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:29:44.504Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:30:34.960Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:30:34.961Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:30:34.961Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:30:34.961Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:30:34.962Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:30:34.962Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:30:44.502Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:30:44.506Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:31:34.960Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:31:34.960Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:31:34.960Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:31:34.961Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:31:34.962Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:31:34.962Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:31:44.499Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:31:44.505Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:32:34.960Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:32:34.961Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:32:34.961Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:32:34.961Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:32:34.962Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:32:34.962Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:32:44.510Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:32:44.512Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:33:34.960Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:33:34.960Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:33:34.961Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:33:34.961Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:33:34.962Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:33:34.962Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:33:35.099Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:33:35.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "cds",
  "timestamp": 1629253988203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.122Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629253991577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "dcae-sch",
  "timestamp": 1629253994658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "cds",
  "timestamp": 1629253988203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vfwfa1c002a0d0a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629253991577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vfwfa1c002a0d0a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "dcae-sch",
  "timestamp": 1629253994658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vfwfa1c002a0d0a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629253995880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "cds",
  "timestamp": 1629253988203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629253991577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "dcae-sch",
  "timestamp": 1629253994658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629253995880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vfwfa1c002a0d0a0_modules.json",
  "status": "NOTIFIED"
}
2021-08-18T02:33:35.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "cds",
  "timestamp": 1629253988203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629253991577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "policy-id",
  "timestamp": 1629253997218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "dcae-sch",
  "timestamp": 1629253994658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629253995880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-18T02:33:35.126Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "cds",
  "timestamp": 1629253988203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.126Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629253991577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.126Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "policy-id",
  "timestamp": 1629253997218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vfwfa1c002a0d0a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.127Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "dcae-sch",
  "timestamp": 1629253994658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.127Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629253995880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.127Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "cds",
  "timestamp": 1629253988203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.127Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629253991577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.127Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "policy-id",
  "timestamp": 1629253997218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-18T02:33:35.128Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "dcae-sch",
  "timestamp": 1629253994658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.128Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629253995880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-08-18T02:33:35.128Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "cds",
  "timestamp": 1629253988203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-csar.csar",
  "status": "NOTIFIED"
}
2021-08-18T02:33:35.128Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629253991577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "policy-id",
  "timestamp": 1629253997218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "dcae-sch",
  "timestamp": 1629253994658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629253995880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "policy-id",
  "timestamp": 1629253997218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629253995880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-csar.csar",
  "status": "NOTIFIED"
}
2021-08-18T02:33:35.130Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "policy-id",
  "timestamp": 1629253997218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.130Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "cds",
  "timestamp": 1629254003770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-18T02:33:35.130Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-18T02:33:35.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "policy-id",
  "timestamp": 1629253997218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-csar.csar",
  "status": "NOTIFIED"
}
2021-08-18T02:33:35.130Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629254004444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vfwfa1c002a0d0a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-18T02:33:35.130Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-18T02:33:35.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "cds",
  "timestamp": 1629254004785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-18T02:33:35.295Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3683fc43-c124-415c-80c3-d2fb5368cba5
2021-08-18T02:33:35.313Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3683fc43-c124-415c-80c3-d2fb5368cba5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-18T02:33:35.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "policy-id",
  "timestamp": 1629254006289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-18T02:33:35.336Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-18T02:33:35.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629254006956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-18T02:33:35.337Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-18T02:33:35.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "policy-id",
  "timestamp": 1629254007297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-18T02:33:35.337Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-18T02:33:35.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "policy-id",
  "timestamp": 1629254008300,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-18T02:33:35.351Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3683fc43-c124-415c-80c3-d2fb5368cba5
2021-08-18T02:33:35.352Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3683fc43-c124-415c-80c3-d2fb5368cba5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-18T02:33:35.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "aai-ml",
  "timestamp": 1629254008173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629254008973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-08-18T02:33:35.363Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-18T02:33:35.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "aai-ml",
  "timestamp": 1629254008173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vfwfa1c002a0d0a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629254010384,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-18T02:33:35.370Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3683fc43-c124-415c-80c3-d2fb5368cba5
2021-08-18T02:33:35.370Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3683fc43-c124-415c-80c3-d2fb5368cba5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-08-18T02:33:35.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629254009788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.380Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "aai-ml",
  "timestamp": 1629254008173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629254011387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vfwfa1c002a0d0a0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-18T02:33:35.381Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-18T02:33:35.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629254009788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vfwfa1c002a0d0a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "aai-ml",
  "timestamp": 1629254008173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629254009788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "aai-ml",
  "timestamp": 1629254008173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "clamp",
  "timestamp": 1629254012323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.382Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629254009788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.382Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "aai-ml",
  "timestamp": 1629254008173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.382Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "clamp",
  "timestamp": 1629254012323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vfwfa1c002a0d0a0_modules.json",
  "status": "NOTIFIED"
}
2021-08-18T02:33:35.382Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629254009788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.382Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "aai-ml",
  "timestamp": 1629254008173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-csar.csar",
  "status": "NOTIFIED"
}
2021-08-18T02:33:35.382Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:33:35.585Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:33:35.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-18T02:33:35.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"3683fc43-c124-415c-80c3-d2fb5368cba5","serviceName":"vFW 2021-08-18 02-30-14","serviceVersion":"1.0","serviceUUID":"0e57d3e7-7d14-4ba6-b570-f1a306c4de93","serviceDescription":"catalog service description","serviceInvariantUUID":"7e1d6b80-0ead-43c5-a819-5fd529536ad4","resources":[{"resourceInstanceName":"vFW fa1c002a-0d0a 0","resourceName":"vFW fa1c002a-0d0a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"204fd02f-484b-477c-b1e3-965464aec879","resourceInvariantUUID":"90f6de05-6a6b-4ccf-ac60-4bae6245b2e0","resourceCustomizationUUID":"eed9a91e-1016-4b9e-8f60-792982c87c25","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vf-license-model.xml","artifactChecksum":"ZDQ0OGVjNmNkMjVkNzgwZWI0ZjBmOGI5YmRiMTVmNmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"83e92aed-805d-4712-81f8-6a0935a83244","artifactVersion":"1"},{"artifactName":"vfwfa1c002a0d0a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vfwfa1c002a0d0a0_modules.json","artifactChecksum":"NmFlZDU0NmEzZWE2MGEyNTA4NGRmNWJlNGZmMzZhNmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e208d85a-8d9b-4e48-93f0-8574b46478c0","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"68a007ed-cb10-4be8-995e-01b6e6a89c23","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vendor-license-model.xml","artifactChecksum":"YWNkN2RiNTliMzg5MDE5MGM0MDlhMTJmNzEzMjk0NWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1aa2e363-df24-4e0d-9672-1f68e989252c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c21bfb1d-ff21-42b8-9ec9-6e26f855166a","artifactVersion":"2","generatedFromUUID":"68a007ed-cb10-4be8-995e-01b6e6a89c23"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210818023014-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-template.yml","artifactChecksum":"NWJiNGE1NmE5MDU2ZTE2ZDc3YzU1NDBiNmVlZDFhNGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2cfd97ca-edff-4c55-a6db-fda22c3193b6","artifactVersion":"1"},{"artifactName":"service-Vfw20210818023014-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-csar.csar","artifactChecksum":"Y2U4MzlmYjkzNTVhOTFmMjNmYTNlZDczNGFlMTJjMjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"56b8cc46-f401-4fe4-b9e9-d923f926d79e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-18T02:33:35.596Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-18T02:33:35.601Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-18T02:33:35.612Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-18T02:33:35.612Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254014960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:35.713Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-08-18T02:33:35.717Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-18T02:33:35.717Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:33:35.726Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:33:35.726Z||pool-3-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-18T02:33:36.618Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-18T02:33:36.619Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-18T02:33:36.620Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-18T02:33:36.621Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254014960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vfwfa1c002a0d0a0_modules.json",
  "status": "NOTIFIED"
}
2021-08-18T02:33:36.721Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-18T02:33:36.763Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-18T02:33:36.763Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:33:36.772Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:33:36.772Z||pool-4-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2021-08-18T02:33:37.621Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-18T02:33:37.622Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-18T02:33:37.624Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-18T02:33:37.624Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254014960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-18T02:33:37.724Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-18T02:33:37.727Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-18T02:33:37.727Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:33:37.734Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:33:37.734Z||pool-5-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-18T02:33:38.625Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-18T02:33:38.626Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-18T02:33:38.629Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-18T02:33:38.629Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254014960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:38.729Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-18T02:33:38.730Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-18T02:33:38.731Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:33:38.739Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:33:38.740Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-18T02:33:39.630Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-18T02:33:39.631Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-18T02:33:39.634Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-18T02:33:39.634Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254014960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-08-18T02:33:39.734Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-18T02:33:39.735Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-18T02:33:39.735Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:33:39.744Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:33:39.745Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-18T02:33:40.635Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-18T02:33:40.636Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-18T02:33:40.639Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-18T02:33:40.639Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254014960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:33:40.739Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-18T02:33:40.740Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-18T02:33:40.741Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:33:40.749Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:33:40.749Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-18T02:33:41.640Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-18T02:33:41.640Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-18T02:33:41.642Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-18T02:33:41.642Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254014960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-csar.csar",
  "status": "NOTIFIED"
}
2021-08-18T02:33:41.742Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-18T02:33:41.743Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-18T02:33:41.743Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:33:41.755Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:33:41.755Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-18T02:33:42.645Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "serviceName": "vFW 2021-08-18 02-30-14",
  "serviceVersion": "1.0",
  "serviceUUID": "0e57d3e7-7d14-4ba6-b570-f1a306c4de93",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7e1d6b80-0ead-43c5-a819-5fd529536ad4",
  "resources": [
    {
      "resourceInstanceName": "vFW fa1c002a-0d0a 0",
      "resourceCustomizationUUID": "eed9a91e-1016-4b9e-8f60-792982c87c25",
      "resourceName": "vFW fa1c002a-0d0a",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "204fd02f-484b-477c-b1e3-965464aec879",
      "resourceInvariantUUID": "90f6de05-6a6b-4ccf-ac60-4bae6245b2e0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwfa1c002a0d0a0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vfwfa1c002a0d0a0_modules.json",
          "artifactChecksum": "NmFlZDU0NmEzZWE2MGEyNTA4NGRmNWJlNGZmMzZhNmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e208d85a-8d9b-4e48-93f0-8574b46478c0",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "68a007ed-cb10-4be8-995e-01b6e6a89c23",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c21bfb1d-ff21-42b8-9ec9-6e26f855166a",
            "generatedFromUUID": "68a007ed-cb10-4be8-995e-01b6e6a89c23"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c21bfb1d-ff21-42b8-9ec9-6e26f855166a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210818023014-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-csar.csar",
      "artifactChecksum": "Y2U4MzlmYjkzNTVhOTFmMjNmYTNlZDczNGFlMTJjMjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "56b8cc46-f401-4fe4-b9e9-d923f926d79e"
    }
  ],
  "workloadContext": "Production"
}
2021-08-18T02:33:42.650Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-18T02:33:42.651Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0e57d3e7-7d14-4ba6-b570-f1a306c4de93 ASDC
2021-08-18T02:33:42.714Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:3683fc43-c124-415c-80c3-d2fb5368cba5
ServiceName:vFW 2021-08-18 02-30-14
ServiceVersion:1.0
ServiceUUID:0e57d3e7-7d14-4ba6-b570-f1a306c4de93
ServiceInvariantUUID:7e1d6b80-0ead-43c5-a819-5fd529536ad4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210818023014-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-csar.csar
ArtifactUUID:56b8cc46-f401-4fe4-b9e9-d923f926d79e
ArtifactChecksum:Y2U4MzlmYjkzNTVhOTFmMjNmYTNlZDczNGFlMTJjMjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW fa1c002a-0d0a 0
ResourceCustomizationUUID:eed9a91e-1016-4b9e-8f60-792982c87c25
ResourceInvariantUUID:90f6de05-6a6b-4ccf-ac60-4bae6245b2e0
ResourceName:vFW fa1c002a-0d0a
ResourceType:VF
ResourceUUID:204fd02f-484b-477c-b1e3-965464aec879
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwfa1c002a0d0a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vfwfa1c002a0d0a0_modules.json
ArtifactUUID:e208d85a-8d9b-4e48-93f0-8574b46478c0
ArtifactChecksum:NmFlZDU0NmEzZWE2MGEyNTA4NGRmNWJlNGZmMzZhNmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.yaml
ArtifactUUID:68a007ed-cb10-4be8-995e-01b6e6a89c23
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.env
ArtifactUUID:c21bfb1d-ff21-42b8-9ec9-6e26f855166a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.env
ArtifactUUID:c21bfb1d-ff21-42b8-9ec9-6e26f855166a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-18T02:33:42.714Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0e57d3e7-7d14-4ba6-b570-f1a306c4de93 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-18T02:33:42.769Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-18T02:33:42.774Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-18T02:33:42.775Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-18T02:33:42.775Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 56b8cc46-f401-4fe4-b9e9-d923f926d79e from URL: /sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-csar.csar
2021-08-18T02:33:42.775Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-18T02:33:42.776Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-csar.csar
2021-08-18T02:33:44.043Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-18T02:33:44.066Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-csar.csar 56b8cc46-f401-4fe4-b9e9-d923f926d79e 98685
2021-08-18T02:33:44.071Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-csar.csar ASDC sendASDCNotification
2021-08-18T02:33:44.071Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-csar.csar
2021-08-18T02:33:44.072Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-18T02:33:44.073Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-18T02:33:44.074Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-18T02:33:44.074Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254024066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-18T02:33:44.175Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-18T02:33:44.176Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-18T02:33:44.176Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:33:44.186Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:33:44.187Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-18T02:33:45.075Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-18T02:33:45.076Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-18T02:33:45.076Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 56b8cc46-f401-4fe4-b9e9-d923f926d79e, URL: /sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-csar.csar to file: /app/ASDC/1/service-Vfw20210818023014-csar.csar
2021-08-18T02:33:45.077Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210818023014-csar.csar
2021-08-18T02:33:45.181Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210818023014-csar.csar
2021-08-18T02:33:45.181Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210818023014-csar.csar
2021-08-18T02:33:45.468Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5684585119454340607/Definitions/service-Vfw20210818023014-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-08-18T02:33:47.672Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-18T02:33:47.677Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-08-18T02:33:47.677Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210818023014-csar.csar
2021-08-18T02:33:47.677Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-08-18T02:33:47.677Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210818023014-csar.csar
2021-08-18T02:33:47.677Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210818023014-csar.csar
2021-08-18T02:33:47.677Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fa1c002a-0d0a 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20210818023014-csar.csar
2021-08-18T02:33:47.677Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210818023014-csar.csar
2021-08-18T02:33:47.677Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210818023014-csar.csar
2021-08-18T02:33:47.677Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210818023014-csar.csar
2021-08-18T02:33:47.677Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210818023014-csar.csar
2021-08-18T02:33:47.677Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210818023014-csar.csar
2021-08-18T02:33:47.677Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210818023014-csar.csar
2021-08-18T02:33:47.677Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210818023014-csar.csar
2021-08-18T02:33:47.678Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210818023014-csar.csar
2021-08-18T02:33:47.678Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210818023014-csar.csar
2021-08-18T02:33:47.678Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210818023014-csar.csar
2021-08-18T02:33:47.678Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-08-18T02:33:47.682Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:33:47.683Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-18 02-30-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-18T02:33:47.686Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vFW fa1c002a-0d0a 0 is matching search criteria
2021-08-18T02:33:47.686Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-08-18T02:33:47.687Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW fa1c002a-0d0a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-18T02:33:47.688Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:33:47.688Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-18 02-30-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-18T02:33:47.688Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vFW fa1c002a-0d0a 0 is matching search criteria
2021-08-18T02:33:47.688Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-08-18T02:33:47.688Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW fa1c002a-0d0a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-18T02:33:47.688Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:33:47.688Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-18 02-30-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-18T02:33:47.691Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:33:47.691Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vFW fa1c002a-0d0a 0 is not matching search criteria
2021-08-18T02:33:47.691Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-18T02:33:47.691Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-18T02:33:47.691Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-18T02:33:47.691Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-18T02:33:47.691Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-18T02:33:47.691Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-18T02:33:47.692Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-18T02:33:47.692Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-18T02:33:47.692Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-18T02:33:47.692Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-18T02:33:47.692Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-18T02:33:47.692Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-18T02:33:47.692Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-18T02:33:47.692Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-18T02:33:47.692Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-18T02:33:47.692Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-18T02:33:47.692Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:33:47.692Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-18 02-30-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-18T02:33:47.693Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:33:47.693Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vFW fa1c002a-0d0a 0 is matching search criteria
2021-08-18T02:33:47.693Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW fa1c002a-0d0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-18T02:33:47.694Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:33:47.694Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vFW fa1c002a-0d0a 0 is matching search criteria
2021-08-18T02:33:47.694Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW fa1c002a-0d0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-18T02:33:47.694Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:33:47.694Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vFW fa1c002a-0d0a 0 is matching search criteria
2021-08-18T02:33:47.694Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW fa1c002a-0d0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-18T02:33:47.694Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:33:47.694Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vFW fa1c002a-0d0a 0 is not matching search criteria
2021-08-18T02:33:47.694Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-18T02:33:47.694Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-18T02:33:47.707Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-18T02:33:47.707Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-18T02:33:47.707Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-18T02:33:47.707Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-18T02:33:47.707Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-18T02:33:47.708Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-18T02:33:47.708Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-18T02:33:47.708Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-18T02:33:47.708Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-18T02:33:47.708Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6823b129-840f-4c0c-90a1-9b2662b1b73b
2021-08-18T02:33:47.709Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:33:47.709Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vFW fa1c002a-0d0a 0 is not matching search criteria
2021-08-18T02:33:47.709Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-18T02:33:47.709Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-18T02:33:47.709Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-18T02:33:47.709Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-18T02:33:47.709Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-18T02:33:47.710Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-18T02:33:47.710Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-18T02:33:47.710Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-18T02:33:47.710Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-18T02:33:47.710Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-18T02:33:47.710Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-18T02:33:47.710Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-18T02:33:47.710Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=364842b3-f782-4db4-8aae-0e935bfc48a7
2021-08-18T02:33:47.711Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:33:47.711Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vFW fa1c002a-0d0a 0 is not matching search criteria
2021-08-18T02:33:47.711Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-18T02:33:47.711Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-18T02:33:47.711Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-18T02:33:47.711Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-18T02:33:47.712Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-18T02:33:47.712Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-18T02:33:47.712Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-18T02:33:47.712Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-18T02:33:47.712Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-18T02:33:47.712Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-18T02:33:47.712Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-18T02:33:47.713Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-18T02:33:47.713Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=524cc2e4-7ff8-4fbb-bb6b-5731fbd3be7f
2021-08-18T02:33:47.713Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:33:47.713Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-18 02-30-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-18T02:33:47.713Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:33:47.713Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-18 02-30-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-18T02:33:47.714Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:33:47.714Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-18 02-30-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-18T02:33:47.714Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:33:47.714Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-18 02-30-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-18T02:33:47.714Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-08-18 02-30-14
Description:catalog service description
Model UUID:0e57d3e7-7d14-4ba6-b570-f1a306c4de93
Model Version:NULL
Model InvariantUuid:7e1d6b80-0ead-43c5-a819-5fd529536ad4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW fa1c002a-0d0a
Model UUID:6d1e93ea-834d-4480-ae8b-314f5c3ce8db
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:90f6de05-6a6b-4ccf-ac60-4bae6245b2e0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:eed9a91e-1016-4b9e-8f60-792982c87c25
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bc88a2a9-7e6e-4480-a752-ee0ba38fed57
ModelName:VfwFa1c002a0d0a..base_vfw..module-0
ModelUuid:140c351c-0c7f-4048-a17a-5b56ce226b36
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6823b129-840f-4c0c-90a1-9b2662b1b73b
ModelInvariantUuid:d6bb5f6d-04fb-4f34-880f-4e5bd5d277f6
ModelName:vFW fa1c002a-0d0a-nodes.vfwCvfc
ModelUuid:400db8f1-1ba2-468f-92e1-796a6521bc7c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:0ab904f4-f207-4ab7-9728-4246897cd975
ModelInvariantUuid:1cd2dd0d-e2a8-4b84-9300-494acdcd5f69
ModelName:VfwFa1c002a0d0a.compute.nodes.heat.vfw
ModelUuid:a3e1e001-fba1-413a-a265-77a3a6f21f96
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:364842b3-f782-4db4-8aae-0e935bfc48a7
ModelInvariantUuid:aab8f160-b08f-4b01-86a5-79925c981d84
ModelName:vFW fa1c002a-0d0a-nodes.vsnCvfc
ModelUuid:62df4562-fc80-42ef-b422-ef2160915113
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:de26b77b-05d1-4f41-ad7f-597c3ef19ad1
ModelInvariantUuid:e2e8eceb-ca18-4eaa-bcbf-4060811c84f6
ModelName:VfwFa1c002a0d0a.compute.nodes.heat.vsn
ModelUuid:ba1fac86-4d1c-491d-a81c-db8549754a5d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:524cc2e4-7ff8-4fbb-bb6b-5731fbd3be7f
ModelInvariantUuid:49b1f3f0-798d-4185-af3b-f7caa1bb4beb
ModelName:vFW fa1c002a-0d0a-nodes.vpgCvfc
ModelUuid:4029e535-ffe6-4177-87ce-3084de4b0a73
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:52b9f5b9-fc96-42f5-a0e4-46e80dd39747
ModelInvariantUuid:7a118367-b749-4d51-9b09-0f3cce5858a1
ModelName:VfwFa1c002a0d0a.compute.nodes.heat.vpg
ModelUuid:f3202d33-5131-4da9-95e5-92d686e06928
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-18T02:33:47.722Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 204fd02f-484b-477c-b1e3-965464aec879
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-18T02:33:47.799Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||vFW fa1c002a-0d0a 0
2021-08-18T02:33:47.811Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 204fd02f-484b-477c-b1e3-965464aec879
2021-08-18T02:33:47.811Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e208d85a-8d9b-4e48-93f0-8574b46478c0 from URL: /sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vfwfa1c002a0d0a0_modules.json
2021-08-18T02:33:47.811Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-18T02:33:47.811Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vfwfa1c002a0d0a0_modules.json
2021-08-18T02:33:50.069Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-18T02:33:50.069Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vfwfa1c002a0d0a0_modules.json e208d85a-8d9b-4e48-93f0-8574b46478c0 785
2021-08-18T02:33:50.070Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vfwfa1c002a0d0a0_modules.json ASDC sendASDCNotification
2021-08-18T02:33:50.070Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vfwfa1c002a0d0a0_modules.json
2021-08-18T02:33:50.070Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-18T02:33:50.070Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-18T02:33:50.072Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-18T02:33:50.072Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254030070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vfwfa1c002a0d0a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-18T02:33:50.172Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-18T02:33:50.174Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-18T02:33:50.174Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:33:50.184Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:33:50.184Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-18T02:33:51.077Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwFa1c002a0d0a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "bc88a2a9-7e6e-4480-a752-ee0ba38fed57",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "140c351c-0c7f-4048-a17a-5b56ce226b36",
    "vfModuleModelCustomizationUUID": "370709c3-8b12-40ed-bc86-0b9fcc825a0c",
    "isBase": true,
    "artifacts": [
      "68a007ed-cb10-4be8-995e-01b6e6a89c23",
      "c21bfb1d-ff21-42b8-9ec9-6e26f855166a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-08-18T02:33:51.098Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFa1c002a0d0a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:140c351c-0c7f-4048-a17a-5b56ce226b36
VfModuleModelInvariantUUID:bc88a2a9-7e6e-4480-a752-ee0ba38fed57
VfModuleModelDescription:NULL
Artifacts UUID List:{
68a007ed-cb10-4be8-995e-01b6e6a89c23
,
c21bfb1d-ff21-42b8-9ec9-6e26f855166a

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-08-18T02:33:51.100Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwFa1c002a0d0a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "bc88a2a9-7e6e-4480-a752-ee0ba38fed57",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "140c351c-0c7f-4048-a17a-5b56ce226b36",
    "vfModuleModelCustomizationUUID": "370709c3-8b12-40ed-bc86-0b9fcc825a0c",
    "isBase": true,
    "artifacts": [
      "68a007ed-cb10-4be8-995e-01b6e6a89c23",
      "c21bfb1d-ff21-42b8-9ec9-6e26f855166a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-08-18T02:33:51.100Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFa1c002a0d0a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:140c351c-0c7f-4048-a17a-5b56ce226b36
VfModuleModelInvariantUUID:bc88a2a9-7e6e-4480-a752-ee0ba38fed57
VfModuleModelDescription:NULL
Artifacts UUID List:{
68a007ed-cb10-4be8-995e-01b6e6a89c23
,
c21bfb1d-ff21-42b8-9ec9-6e26f855166a

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-08-18T02:33:51.100Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 68a007ed-cb10-4be8-995e-01b6e6a89c23 from URL: /sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.yaml
2021-08-18T02:33:51.100Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-18T02:33:51.100Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.yaml
2021-08-18T02:33:51.984Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-18T02:33:51.985Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.yaml 68a007ed-cb10-4be8-995e-01b6e6a89c23 20368
2021-08-18T02:33:51.986Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-18T02:33:51.986Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.yaml
2021-08-18T02:33:51.986Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-18T02:33:51.986Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-18T02:33:51.988Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-18T02:33:51.989Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254031986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-18T02:33:52.089Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-18T02:33:52.090Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-18T02:33:52.090Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:33:52.099Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:33:52.099Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-18T02:33:52.989Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c21bfb1d-ff21-42b8-9ec9-6e26f855166a from URL: /sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.env
2021-08-18T02:33:52.989Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-18T02:33:52.990Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.env
2021-08-18T02:33:53.661Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-18T02:33:53.661Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.env c21bfb1d-ff21-42b8-9ec9-6e26f855166a 2098
2021-08-18T02:33:53.662Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-18T02:33:53.662Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.env
2021-08-18T02:33:53.662Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-18T02:33:53.663Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-18T02:33:53.666Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-18T02:33:53.666Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254033662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-08-18T02:33:53.766Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-18T02:33:53.767Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-18T02:33:53.767Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:33:53.775Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:33:53.776Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-18T02:33:54.667Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0e57d3e7-7d14-4ba6-b570-f1a306c4de93
2021-08-18T02:33:54.668Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW fa1c002a-0d0a 0 204fd02f-484b-477c-b1e3-965464aec879 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-18T02:33:54.706Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:33:54.706Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-18 02-30-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-18T02:33:54.706Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-08-18T02:33:54.706Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= eed9a91e-1016-4b9e-8f60-792982c87c25
2021-08-18T02:33:54.706Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: eed9a91e-1016-4b9e-8f60-792982c87c25 matches Tosca VF Customization UUID: eed9a91e-1016-4b9e-8f60-792982c87c25
2021-08-18T02:33:54.706Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: eed9a91e-1016-4b9e-8f60-792982c87c25  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-18T02:33:54.711Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:33:54.712Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-18 02-30-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-18T02:33:54.713Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id eed9a91e-1016-4b9e-8f60-792982c87c25: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-08-18T02:33:54.713Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@26690ccf
2021-08-18T02:33:54.713Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:33:54.713Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-18 02-30-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-18T02:33:54.713Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 370709c3-8b12-40ed-bc86-0b9fcc825a0c
2021-08-18T02:33:54.714Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 370709c3-8b12-40ed-bc86-0b9fcc825a0c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-18T02:33:54.719Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:33:54.719Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vFW fa1c002a-0d0a 0 is matching search criteria
2021-08-18T02:33:54.719Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW fa1c002a-0d0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-18T02:33:54.720Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:33:54.720Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vFW fa1c002a-0d0a 0 is matching search criteria
2021-08-18T02:33:54.720Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW fa1c002a-0d0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-18T02:33:54.720Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:33:54.720Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vFW fa1c002a-0d0a 0 is not matching search criteria
2021-08-18T02:33:54.720Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-18T02:33:54.720Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-18T02:33:54.720Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-18T02:33:54.721Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-18T02:33:54.721Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-18T02:33:54.721Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-18T02:33:54.721Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-18T02:33:54.721Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-18T02:33:54.721Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-18T02:33:54.721Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-18T02:33:54.721Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-18T02:33:54.721Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6823b129-840f-4c0c-90a1-9b2662b1b73b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-18T02:33:54.727Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:33:54.727Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vFW fa1c002a-0d0a 0 is matching search criteria
2021-08-18T02:33:54.727Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW fa1c002a-0d0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-18T02:33:54.728Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:33:54.728Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vFW fa1c002a-0d0a 0 is not matching search criteria
2021-08-18T02:33:54.728Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-18T02:33:54.728Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-18T02:33:54.728Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-18T02:33:54.728Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-18T02:33:54.728Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-18T02:33:54.728Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-18T02:33:54.728Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-18T02:33:54.728Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-18T02:33:54.728Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-18T02:33:54.729Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-18T02:33:54.729Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-18T02:33:54.729Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-18T02:33:54.729Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=364842b3-f782-4db4-8aae-0e935bfc48a7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-18T02:33:54.731Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:33:54.731Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vFW fa1c002a-0d0a 0 is matching search criteria
2021-08-18T02:33:54.731Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW fa1c002a-0d0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-18T02:33:54.733Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:33:54.733Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vFW fa1c002a-0d0a 0 is not matching search criteria
2021-08-18T02:33:54.733Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-18T02:33:54.733Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-18T02:33:54.733Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-18T02:33:54.733Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-18T02:33:54.733Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-18T02:33:54.733Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-18T02:33:54.734Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-18T02:33:54.734Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-18T02:33:54.734Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-18T02:33:54.734Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-18T02:33:54.734Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-18T02:33:54.734Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-18T02:33:54.734Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=524cc2e4-7ff8-4fbb-bb6b-5731fbd3be7f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-18T02:33:54.736Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:33:54.736Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vFW fa1c002a-0d0a 0 is matching search criteria
2021-08-18T02:33:54.736Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW fa1c002a-0d0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-18T02:33:54.736Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:33:54.736Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Node template vFW fa1c002a-0d0a 0 is matching search criteria
2021-08-18T02:33:54.736Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW fa1c002a-0d0a 0] matching following query criteria: sdcType=VF, customizationUUID=eed9a91e-1016-4b9e-8f60-792982c87c25
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-18T02:33:54.738Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:33:54.739Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-18 02-30-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-18T02:33:54.739Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0e57d3e7-7d14-4ba6-b570-f1a306c4de93: vFW fa1c002a-0d0a
2021-08-18T02:33:54.739Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:33:54.739Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-18 02-30-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-18T02:33:54.739Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:33:54.739Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-18 02-30-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-18T02:33:54.739Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:33:54.739Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-18 02-30-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-18T02:33:54.740Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:33:54.740Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-18 02-30-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-18T02:33:54.740Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:33:54.740Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-18 02-30-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-18T02:33:54.740Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-08-18 02-30-14 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-18T02:33:55.022Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW fa1c002a-0d0a 204fd02f-484b-477c-b1e3-965464aec879 1 ASDC deployResourceStructure
2021-08-18T02:33:55.022Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vfwfa1c002a0d0a0_modules.json ASDC sendASDCNotification
2021-08-18T02:33:55.022Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vfwfa1c002a0d0a0_modules.json
2021-08-18T02:33:55.023Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-18T02:33:55.023Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-18T02:33:55.025Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-18T02:33:55.025Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254035022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vfwfa1c002a0d0a0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-18T02:33:55.125Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-18T02:33:55.126Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-18T02:33:55.126Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:33:55.135Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:33:55.135Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-18T02:33:56.026Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-18T02:33:56.027Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.yaml
2021-08-18T02:33:56.027Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-18T02:33:56.027Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-18T02:33:56.029Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-18T02:33:56.030Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254036026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-08-18T02:33:56.130Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-18T02:33:56.131Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-18T02:33:56.131Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:33:56.140Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:33:56.141Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-18T02:33:57.031Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-18T02:33:57.031Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.env
2021-08-18T02:33:57.031Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-18T02:33:57.032Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-18T02:33:57.034Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-18T02:33:57.034Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254037031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-08-18T02:33:57.134Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-18T02:33:57.135Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-18T02:33:57.135Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:33:57.143Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:33:57.144Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-18T02:33:58.035Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-csar.csar ASDC sendASDCNotification
2021-08-18T02:33:58.036Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-csar.csar
2021-08-18T02:33:58.036Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-18T02:33:58.036Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-18T02:33:58.039Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-18T02:33:58.039Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254038035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-18T02:33:58.139Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-18T02:33:58.141Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-18T02:33:58.141Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:33:58.151Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:33:58.152Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-18T02:33:59.040Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3683fc43-c124-415c-80c3-d2fb5368cba5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-18T02:33:59.059Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3683fc43-c124-415c-80c3-d2fb5368cba5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-18T02:33:59.062Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-18T02:33:59.063Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-18T02:33:59.063Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-18T02:34:29.063Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3683fc43-c124-415c-80c3-d2fb5368cba5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-18T02:34:29.076Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3683fc43-c124-415c-80c3-d2fb5368cba5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-18T02:34:29.079Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-18T02:34:29.080Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-18T02:34:29.080Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-18T02:34:34.961Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:34:34.962Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:34:34.962Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:34:34.990Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:34:34.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-18T02:34:34.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "clamp",
  "timestamp": 1629254012323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:34:34.993Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:34:59.080Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3683fc43-c124-415c-80c3-d2fb5368cba5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-18T02:34:59.093Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3683fc43-c124-415c-80c3-d2fb5368cba5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-18T02:34:59.096Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-18T02:34:59.096Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-18T02:34:59.096Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-18T02:35:29.096Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3683fc43-c124-415c-80c3-d2fb5368cba5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-18T02:35:29.111Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3683fc43-c124-415c-80c3-d2fb5368cba5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-18T02:35:29.114Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-18T02:35:29.114Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-18T02:35:29.115Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-18T02:35:34.961Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:35:34.962Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:35:34.962Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:35:34.978Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:35:34.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-18T02:35:34.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629254009788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:35:34.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:35:59.115Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3683fc43-c124-415c-80c3-d2fb5368cba5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-18T02:35:59.122Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3683fc43-c124-415c-80c3-d2fb5368cba5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-18T02:35:59.125Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-18T02:35:59.125Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-18T02:35:59.125Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-18T02:36:29.125Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3683fc43-c124-415c-80c3-d2fb5368cba5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-18T02:36:29.134Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3683fc43-c124-415c-80c3-d2fb5368cba5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-18T02:36:29.136Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-18T02:36:29.136Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-18T02:36:29.136Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-18T02:36:34.961Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:36:34.962Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:36:34.962Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:36:35.479Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:36:35.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-18T02:36:35.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254014960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:36:35.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:36:35.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-18T02:36:35.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "clamp",
  "timestamp": 1629254012323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:36:35.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:36:35.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-18T02:36:35.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629254009788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-csar.csar",
  "status": "NOTIFIED"
}
2021-08-18T02:36:35.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:36:35.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-18T02:36:35.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "aai-ml",
  "timestamp": 1629254016516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-18T02:36:35.483Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-18T02:36:35.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-18T02:36:35.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254014960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vfwfa1c002a0d0a0_modules.json",
  "status": "NOTIFIED"
}
2021-08-18T02:36:35.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:36:35.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-18T02:36:35.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "clamp",
  "timestamp": 1629254012323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:36:35.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:36:35.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-18T02:36:35.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254014960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-18T02:36:35.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:36:35.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-18T02:36:35.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629254017864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-18T02:36:35.484Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-18T02:36:35.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-18T02:36:35.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "clamp",
  "timestamp": 1629254012323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:36:35.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:36:35.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-18T02:36:35.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254014960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:36:35.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:36:35.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-18T02:36:35.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "clamp",
  "timestamp": 1629254012323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-csar.csar",
  "status": "NOTIFIED"
}
2021-08-18T02:36:35.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:36:35.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-18T02:36:35.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254014960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-08-18T02:36:35.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:36:35.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-18T02:36:35.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254014960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:36:35.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:36:35.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-18T02:36:35.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254014960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-csar.csar",
  "status": "NOTIFIED"
}
2021-08-18T02:36:35.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:36:35.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-18T02:36:35.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629254021994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-18T02:36:35.486Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-18T02:36:35.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-18T02:36:35.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629254022998,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-18T02:36:35.493Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3683fc43-c124-415c-80c3-d2fb5368cba5
2021-08-18T02:36:35.493Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3683fc43-c124-415c-80c3-d2fb5368cba5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-18T02:36:35.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-18T02:36:35.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254024066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-18T02:36:35.503Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-18T02:36:35.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-18T02:36:35.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254030070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vfwfa1c002a0d0a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-18T02:36:35.504Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-18T02:36:35.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-18T02:36:35.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "aai-ml",
  "timestamp": 1629254031276,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-18T02:36:35.504Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-18T02:36:35.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-18T02:36:35.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254031986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-18T02:36:35.504Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-18T02:36:35.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-18T02:36:35.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "aai-ml",
  "timestamp": 1629254032281,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-18T02:36:35.510Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3683fc43-c124-415c-80c3-d2fb5368cba5
2021-08-18T02:36:35.510Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3683fc43-c124-415c-80c3-d2fb5368cba5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-18T02:36:35.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-18T02:36:35.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254033662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-08-18T02:36:35.520Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-18T02:36:35.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-18T02:36:35.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254035022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/vfwfa1c002a0d0a0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-18T02:36:35.520Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-18T02:36:35.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-18T02:36:35.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254036026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-08-18T02:36:35.520Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-18T02:36:35.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-18T02:36:35.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254037031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/resourceInstances/vfwfa1c002a0d0a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-08-18T02:36:35.521Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-18T02:36:35.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-18T02:36:35.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "clamp",
  "timestamp": 1629254037167,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-18T02:36:35.521Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-18T02:36:35.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-18T02:36:35.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254038035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-18T02:36:35.521Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-18T02:36:35.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-18T02:36:35.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "clamp",
  "timestamp": 1629254039173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210818023014/1.0/artifacts/service-Vfw20210818023014-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-18T02:36:35.521Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-18T02:36:35.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-18T02:36:35.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "clamp",
  "timestamp": 1629254040176,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-18T02:36:35.526Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3683fc43-c124-415c-80c3-d2fb5368cba5
2021-08-18T02:36:35.526Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3683fc43-c124-415c-80c3-d2fb5368cba5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-18T02:36:59.136Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3683fc43-c124-415c-80c3-d2fb5368cba5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-18T02:36:59.146Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3683fc43-c124-415c-80c3-d2fb5368cba5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-18T02:36:59.149Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-18T02:36:59.149Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-18T02:36:59.149Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-18T02:36:59.149Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-18T02:36:59.150Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-18T02:36:59.150Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-18T02:36:59.150Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-18T02:36:59.150Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-18T02:36:59.150Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-18T02:36:59.150Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-18T02:36:59.150Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-18T02:36:59.154Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-18T02:37:29.154Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3683fc43-c124-415c-80c3-d2fb5368cba5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-08-18T02:37:29.168Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3683fc43-c124-415c-80c3-d2fb5368cba5 and serviceModelVersionId: 0e57d3e7-7d14-4ba6-b570-f1a306c4de93
2021-08-18T02:37:29.168Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7e1d6b80-0ead-43c5-a819-5fd529536ad4
2021-08-18T02:37:34.961Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:37:34.962Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:37:34.962Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:37:38.788Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7e1d6b80-0ead-43c5-a819-5fd529536ad4/model-vers/model-ver/0e57d3e7-7d14-4ba6-b570-f1a306c4de93?depth=0
2021-08-18T02:37:38.878Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-08-18T02:37:39.294Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7e1d6b80-0ead-43c5-a819-5fd529536ad4/model-vers/model-ver/0e57d3e7-7d14-4ba6-b570-f1a306c4de93?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-08-18T02:37:39.298Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7e1d6b80-0ead-43c5-a819-5fd529536ad4/model-vers/model-ver/0e57d3e7-7d14-4ba6-b570-f1a306c4de93?depth=0|INFO|500||Invoke
2021-08-18T02:37:39.421Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7e1d6b80-0ead-43c5-a819-5fd529536ad4/model-vers/model-ver/0e57d3e7-7d14-4ba6-b570-f1a306c4de93?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-18T02:37:39.598Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7e1d6b80-0ead-43c5-a819-5fd529536ad4/model-vers/model-ver/0e57d3e7-7d14-4ba6-b570-f1a306c4de93?depth=0|INFO|500||InvokeReturn
2021-08-18T02:37:39.598Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7e1d6b80-0ead-43c5-a819-5fd529536ad4/model-vers/model-ver/0e57d3e7-7d14-4ba6-b570-f1a306c4de93?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210818-02:37:39:430-31327], vertex-id=[196616], Content-Length=[0], Date=[Wed, 18 Aug 2021 02:37:39 GMT], Content-Type=[application/json]}
2021-08-18T02:37:39.598Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-08-18T02:37:39.601Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-18T02:37:39.601Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-18T02:37:39.605Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-18T02:37:39.606Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3683fc43-c124-415c-80c3-d2fb5368cba5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-18T02:37:39.606Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-18T02:37:39.607Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-18T02:37:39.608Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-18T02:37:39.608Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254259606,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-18T02:37:39.708Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-18T02:37:39.709Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-18T02:37:39.709Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:37:39.718Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:37:39.718Z||pool-18-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-18T02:37:40.397Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:37:40.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-18T02:37:40.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3683fc43-c124-415c-80c3-d2fb5368cba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254259606,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-18T02:37:40.399Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-18T02:37:40.622Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:37:40.622Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:37:40.623Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:37:50.824Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:37:50.825Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:37:50.825Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:37:50.826Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:38:00.372Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:38:00.373Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:38:00.374Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:38:00.375Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:38:09.918Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:38:09.919Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:38:09.920Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:38:09.920Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:38:19.462Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:38:34.960Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:38:34.961Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:38:34.961Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:38:34.961Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:38:34.962Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:38:34.962Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:38:44.501Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:38:44.506Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:39:34.960Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:39:34.961Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:39:34.962Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:39:34.962Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:39:34.962Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:39:34.962Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:39:44.512Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:39:44.512Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:40:34.960Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:40:34.960Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:40:34.961Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:40:34.961Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:40:34.962Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:40:34.962Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:40:44.503Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:40:44.507Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:41:34.960Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:41:34.960Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:41:34.960Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:41:34.961Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:41:34.962Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:41:34.962Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:41:44.501Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:41:44.501Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:42:34.960Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:42:34.960Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:42:34.960Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:42:34.961Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:42:34.962Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:42:34.962Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:42:44.500Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:42:44.500Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:43:34.960Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:43:34.960Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:43:34.960Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:43:34.961Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:43:34.962Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:43:34.962Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:43:44.499Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:43:44.499Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:44:34.960Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:44:34.961Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:44:34.961Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:44:34.961Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:44:34.962Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:44:34.962Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:44:35.584Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:44:35.585Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.586Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"202fe175-6461-4d7a-87ed-6dbb1daee95c","serviceName":"Demo_pNF_KC8zKIv1nBh03gStBcRt","serviceVersion":"1.0","serviceUUID":"1785efa8-61f9-484e-a25a-b3ef36462020","serviceDescription":"catalog service description","serviceInvariantUUID":"b7e56869-8fd9-45cb-a15d-a702caf9511d","resources":[{"resourceInstanceName":"pNF 5ce46b58-0409 0","resourceName":"pNF 5ce46b58-0409","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f7d0f6a1-97a3-47b6-8622-aa69abc03cb4","resourceInvariantUUID":"f9ccaf68-1a2a-4377-989c-54fe0bb2ab9c","resourceCustomizationUUID":"caff2534-3108-45d3-9f9f-ace56d5bf18a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/vf-license-model.xml","artifactChecksum":"MmZhMDdjMWRjNzA5NDQzZDc2ZjcxY2VjOGMwODNlMDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e250040b-9b92-40b9-b459-6d20f41736f7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/pNF.csar","artifactChecksum":"YjUwNjFmNTM4OGVkNzc1OGNlYTZlYzI2NmNhYjlhMzk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4d4d0e07-d768-4813-b3d9-b9dc796ef9f1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"71d9a2c4-29c7-4f4d-8581-6da01098ab3a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/vendor-license-model.xml","artifactChecksum":"NjgzMzUxZDIxZDI2ZGUxZTVjNGZlNjc1MDMyZjdkNzg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a46077e3-4903-4dc4-a1c5-85f7f74f0efa","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bbadc484-9bcb-425b-b279-19d7b294b267","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9c6f0c17-f8c6-4297-93e7-85e2c04bee8f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKc8zkiv1nbh03gstbcrt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-template.yml","artifactChecksum":"YzJhODg2ZWUzNTFkOTFlOTMyM2ZhMjZjMDFhZjA1Zjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1e40e63d-01d2-41a7-953a-902012bfbdce","artifactVersion":"1"},{"artifactName":"service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar","artifactChecksum":"MGIxYmVmMWRmOGVkNjE1MjBlZmE1NWVkYzA0OGIzODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"598b25ac-52b7-4050-9f13-003fe0bac663","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-18T02:44:35.588Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:44:35.590Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-18T02:44:35.590Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-18T02:44:35.593Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-18T02:44:35.594Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254674960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629254631576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "cds",
  "timestamp": 1629254633203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "dcae-sch",
  "timestamp": 1629254634658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629254631576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "cds",
  "timestamp": 1629254633203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "dcae-sch",
  "timestamp": 1629254634658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629254635880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629254631576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "cds",
  "timestamp": 1629254633203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "dcae-sch",
  "timestamp": 1629254634658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629254635880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "policy-id",
  "timestamp": 1629254637218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629254631576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "cds",
  "timestamp": 1629254633203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "dcae-sch",
  "timestamp": 1629254634658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629254635880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "aai-ml",
  "timestamp": 1629254638173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "policy-id",
  "timestamp": 1629254637218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629254631576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "cds",
  "timestamp": 1629254633203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "dcae-sch",
  "timestamp": 1629254634658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629254635880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "aai-ml",
  "timestamp": 1629254638173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "policy-id",
  "timestamp": 1629254637218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629254631576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-08-18T02:44:35.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "cds",
  "timestamp": 1629254633203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "dcae-sch",
  "timestamp": 1629254634658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629254639788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629254635880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "aai-ml",
  "timestamp": 1629254638173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "policy-id",
  "timestamp": 1629254637218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629254631576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "cds",
  "timestamp": 1629254633203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "dcae-sch",
  "timestamp": 1629254634658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629254639788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629254635880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "aai-ml",
  "timestamp": 1629254638173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "policy-id",
  "timestamp": 1629254637218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629254631576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "cds",
  "timestamp": 1629254633203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar",
  "status": "NOTIFIED"
}
2021-08-18T02:44:35.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "dcae-sch",
  "timestamp": 1629254634658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629254639788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629254635880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "aai-ml",
  "timestamp": 1629254638173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "policy-id",
  "timestamp": 1629254637218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "clamp",
  "timestamp": 1629254642323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629254639788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629254635880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar",
  "status": "NOTIFIED"
}
2021-08-18T02:44:35.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "aai-ml",
  "timestamp": 1629254638173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.605Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "policy-id",
  "timestamp": 1629254637218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.605Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "clamp",
  "timestamp": 1629254642323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.605Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "cds",
  "timestamp": 1629254644060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-18T02:44:35.605Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-18T02:44:35.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629254644171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-18T02:44:35.605Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-18T02:44:35.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629254639788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.606Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.606Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "aai-ml",
  "timestamp": 1629254638173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.606Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.606Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "policy-id",
  "timestamp": 1629254637218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar",
  "status": "NOTIFIED"
}
2021-08-18T02:44:35.606Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.606Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "clamp",
  "timestamp": 1629254642323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.606Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.606Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "cds",
  "timestamp": 1629254645064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-18T02:44:35.622Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 202fe175-6461-4d7a-87ed-6dbb1daee95c
2021-08-18T02:44:35.622Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 202fe175-6461-4d7a-87ed-6dbb1daee95c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-18T02:44:35.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629254639788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629254645453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-08-18T02:44:35.629Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-18T02:44:35.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "aai-ml",
  "timestamp": 1629254638173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar",
  "status": "NOTIFIED"
}
2021-08-18T02:44:35.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "clamp",
  "timestamp": 1629254642323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629254639788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629254646460,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-18T02:44:35.635Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 202fe175-6461-4d7a-87ed-6dbb1daee95c
2021-08-18T02:44:35.635Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 202fe175-6461-4d7a-87ed-6dbb1daee95c and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-18T02:44:35.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "policy-id",
  "timestamp": 1629254646472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-18T02:44:35.645Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-18T02:44:35.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "clamp",
  "timestamp": 1629254642323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629254639788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar",
  "status": "NOTIFIED"
}
2021-08-18T02:44:35.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "policy-id",
  "timestamp": 1629254647477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-18T02:44:35.646Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-18T02:44:35.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "clamp",
  "timestamp": 1629254642323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "aai-ml",
  "timestamp": 1629254648390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-18T02:44:35.647Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-18T02:44:35.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "policy-id",
  "timestamp": 1629254648480,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-18T02:44:35.651Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 202fe175-6461-4d7a-87ed-6dbb1daee95c
2021-08-18T02:44:35.651Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 202fe175-6461-4d7a-87ed-6dbb1daee95c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-18T02:44:35.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "clamp",
  "timestamp": 1629254642323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:35.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629254649686,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-18T02:44:35.661Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-18T02:44:35.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "clamp",
  "timestamp": 1629254642323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar",
  "status": "NOTIFIED"
}
2021-08-18T02:44:35.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:44:35.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629254651432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-18T02:44:35.661Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-18T02:44:35.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629254652436,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-18T02:44:35.666Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 202fe175-6461-4d7a-87ed-6dbb1daee95c
2021-08-18T02:44:35.666Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 202fe175-6461-4d7a-87ed-6dbb1daee95c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-18T02:44:35.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "aai-ml",
  "timestamp": 1629254652684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-18T02:44:35.672Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-18T02:44:35.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "aai-ml",
  "timestamp": 1629254653688,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-18T02:44:35.675Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 202fe175-6461-4d7a-87ed-6dbb1daee95c
2021-08-18T02:44:35.675Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 202fe175-6461-4d7a-87ed-6dbb1daee95c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-18T02:44:35.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "clamp",
  "timestamp": 1629254657255,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-18T02:44:35.681Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-18T02:44:35.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "clamp",
  "timestamp": 1629254659262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-18T02:44:35.681Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-18T02:44:35.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-18T02:44:35.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "clamp",
  "timestamp": 1629254660265,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-18T02:44:35.684Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 202fe175-6461-4d7a-87ed-6dbb1daee95c
2021-08-18T02:44:35.684Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 202fe175-6461-4d7a-87ed-6dbb1daee95c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-18T02:44:35.693Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-18T02:44:35.694Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-18T02:44:35.694Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:44:35.700Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:44:35.701Z||pool-19-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-18T02:44:36.594Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-18T02:44:36.596Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-18T02:44:36.599Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-18T02:44:36.599Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254674960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:36.699Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-18T02:44:36.701Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-18T02:44:36.701Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:44:36.708Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:44:36.709Z||pool-20-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-18T02:44:37.600Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-18T02:44:37.601Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-18T02:44:37.604Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-18T02:44:37.604Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254674960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:37.704Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-18T02:44:37.705Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-18T02:44:37.705Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:44:37.714Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:44:37.715Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-18T02:44:38.604Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-18T02:44:38.606Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-18T02:44:38.607Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-18T02:44:38.607Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254674960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:38.708Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-18T02:44:38.708Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-18T02:44:38.709Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:44:38.718Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:44:38.719Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-18T02:44:39.608Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-18T02:44:39.608Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-18T02:44:39.610Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-18T02:44:39.610Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254674960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:39.710Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-18T02:44:39.711Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-18T02:44:39.711Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:44:39.719Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:44:39.719Z||pool-23-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-18T02:44:40.610Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-18T02:44:40.611Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-18T02:44:40.614Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-18T02:44:40.614Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254674960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:40.714Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-18T02:44:40.715Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-18T02:44:40.715Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:44:40.723Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:44:40.724Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-18T02:44:41.614Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-18T02:44:41.615Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-18T02:44:41.617Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-18T02:44:41.617Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254674960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:44:41.717Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-18T02:44:41.718Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-18T02:44:41.718Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:44:41.727Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:44:41.727Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-18T02:44:42.617Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-18T02:44:42.618Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-18T02:44:42.619Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-18T02:44:42.620Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254674960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar",
  "status": "NOTIFIED"
}
2021-08-18T02:44:42.720Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-18T02:44:42.721Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-18T02:44:42.721Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:44:42.731Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:44:42.732Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-18T02:44:43.621Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "serviceName": "Demo_pNF_KC8zKIv1nBh03gStBcRt",
  "serviceVersion": "1.0",
  "serviceUUID": "1785efa8-61f9-484e-a25a-b3ef36462020",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b7e56869-8fd9-45cb-a15d-a702caf9511d",
  "resources": [
    {
      "resourceInstanceName": "pNF 5ce46b58-0409 0",
      "resourceCustomizationUUID": "caff2534-3108-45d3-9f9f-ace56d5bf18a",
      "resourceName": "pNF 5ce46b58-0409",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f7d0f6a1-97a3-47b6-8622-aa69abc03cb4",
      "resourceInvariantUUID": "f9ccaf68-1a2a-4377-989c-54fe0bb2ab9c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar",
      "artifactChecksum": "MGIxYmVmMWRmOGVkNjE1MjBlZmE1NWVkYzA0OGIzODM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "598b25ac-52b7-4050-9f13-003fe0bac663"
    }
  ],
  "workloadContext": "Production"
}
2021-08-18T02:44:43.621Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-18T02:44:43.621Z|3683fc43-c124-415c-80c3-d2fb5368cba5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1785efa8-61f9-484e-a25a-b3ef36462020 ASDC
2021-08-18T02:44:43.622Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:202fe175-6461-4d7a-87ed-6dbb1daee95c
ServiceName:Demo_pNF_KC8zKIv1nBh03gStBcRt
ServiceVersion:1.0
ServiceUUID:1785efa8-61f9-484e-a25a-b3ef36462020
ServiceInvariantUUID:b7e56869-8fd9-45cb-a15d-a702caf9511d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar
ArtifactUUID:598b25ac-52b7-4050-9f13-003fe0bac663
ArtifactChecksum:MGIxYmVmMWRmOGVkNjE1MjBlZmE1NWVkYzA0OGIzODM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5ce46b58-0409 0
ResourceCustomizationUUID:caff2534-3108-45d3-9f9f-ace56d5bf18a
ResourceInvariantUUID:f9ccaf68-1a2a-4377-989c-54fe0bb2ab9c
ResourceName:pNF 5ce46b58-0409
ResourceType:PNF
ResourceUUID:f7d0f6a1-97a3-47b6-8622-aa69abc03cb4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-08-18T02:44:43.622Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1785efa8-61f9-484e-a25a-b3ef36462020 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-18T02:44:43.646Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-18T02:44:43.646Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-18T02:44:43.646Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-18T02:44:43.646Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 598b25ac-52b7-4050-9f13-003fe0bac663 from URL: /sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar
2021-08-18T02:44:43.646Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-18T02:44:43.646Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar
2021-08-18T02:44:44.858Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-18T02:44:44.864Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar 598b25ac-52b7-4050-9f13-003fe0bac663 82543
2021-08-18T02:44:44.864Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar ASDC sendASDCNotification
2021-08-18T02:44:44.864Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar
2021-08-18T02:44:44.864Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-18T02:44:44.864Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-18T02:44:44.866Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-18T02:44:44.866Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254684864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-18T02:44:44.966Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-18T02:44:44.967Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-18T02:44:44.968Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:44:44.976Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:44:44.977Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-18T02:44:45.867Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-18T02:44:45.868Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-18T02:44:45.869Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 598b25ac-52b7-4050-9f13-003fe0bac663, URL: /sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar to file: /app/ASDC/1/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar
2021-08-18T02:44:45.869Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar
2021-08-18T02:44:45.870Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar
2021-08-18T02:44:45.870Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar
2021-08-18T02:44:45.962Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2490220846429193479/Definitions/service-DemoPnfKc8zkiv1nbh03gstbcrt-template.yml
2021-08-18T02:44:46.615Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-18T02:44:46.615Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-08-18T02:44:46.615Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar
2021-08-18T02:44:46.615Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-08-18T02:44:46.615Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar
2021-08-18T02:44:46.615Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar
2021-08-18T02:44:46.615Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar
2021-08-18T02:44:46.615Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar
2021-08-18T02:44:46.615Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar
2021-08-18T02:44:46.615Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5ce46b58-0409 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar
2021-08-18T02:44:46.615Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar
2021-08-18T02:44:46.615Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-08-18T02:44:46.616Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:44:46.616Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_KC8zKIv1nBh03gStBcRt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-18T02:44:46.616Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Node template pNF 5ce46b58-0409 0 is matching search criteria
2021-08-18T02:44:46.616Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-08-18T02:44:46.616Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 5ce46b58-0409 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-18T02:44:46.616Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:44:46.616Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_KC8zKIv1nBh03gStBcRt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-18T02:44:46.616Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Node template pNF 5ce46b58-0409 0 is matching search criteria
2021-08-18T02:44:46.616Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-08-18T02:44:46.616Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 5ce46b58-0409 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-18T02:44:46.616Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:44:46.616Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_KC8zKIv1nBh03gStBcRt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-18T02:44:46.617Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:44:46.617Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_KC8zKIv1nBh03gStBcRt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-18T02:44:46.617Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:44:46.617Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_KC8zKIv1nBh03gStBcRt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-18T02:44:46.617Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:44:46.617Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_KC8zKIv1nBh03gStBcRt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-18T02:44:46.617Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:44:46.617Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_KC8zKIv1nBh03gStBcRt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-18T02:44:46.617Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_KC8zKIv1nBh03gStBcRt
Description:catalog service description
Model UUID:1785efa8-61f9-484e-a25a-b3ef36462020
Model Version:NULL
Model InvariantUuid:b7e56869-8fd9-45cb-a15d-a702caf9511d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-18T02:44:46.622Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: f7d0f6a1-97a3-47b6-8622-aa69abc03cb4
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-18T02:44:46.624Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||pNF 5ce46b58-0409 0
2021-08-18T02:44:46.624Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f7d0f6a1-97a3-47b6-8622-aa69abc03cb4
2021-08-18T02:44:46.625Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 1785efa8-61f9-484e-a25a-b3ef36462020
2021-08-18T02:44:46.625Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 1785efa8-61f9-484e-a25a-b3ef36462020
2021-08-18T02:44:46.625Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 5ce46b58-0409 0 f7d0f6a1-97a3-47b6-8622-aa69abc03cb4 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-18T02:44:46.628Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:44:46.628Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_KC8zKIv1nBh03gStBcRt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-18T02:44:46.628Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 1785efa8-61f9-484e-a25a-b3ef36462020: pNF 5ce46b58-0409
2021-08-18T02:44:46.628Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||Processing PNF resource: f7d0f6a1-97a3-47b6-8622-aa69abc03cb4
2021-08-18T02:44:46.628Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-18T02:44:46.629Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_KC8zKIv1nBh03gStBcRt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-18T02:44:46.629Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||Resource customization UUID: caff2534-3108-45d3-9f9f-ace56d5bf18a is the same as notified resource customizationUUID: caff2534-3108-45d3-9f9f-ace56d5bf18a
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-08-18T02:44:46.677Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 5ce46b58-0409 f7d0f6a1-97a3-47b6-8622-aa69abc03cb4 0 ASDC deployResourceStructure
2021-08-18T02:44:46.677Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar ASDC sendASDCNotification
2021-08-18T02:44:46.677Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar
2021-08-18T02:44:46.677Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-18T02:44:46.677Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-18T02:44:46.679Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-18T02:44:46.679Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254686677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-18T02:44:46.779Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-18T02:44:46.780Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-18T02:44:46.780Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:44:46.788Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:44:46.788Z||pool-28-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-18T02:44:47.682Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 202fe175-6461-4d7a-87ed-6dbb1daee95c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-18T02:44:47.695Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 202fe175-6461-4d7a-87ed-6dbb1daee95c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-18T02:44:47.701Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-18T02:44:47.701Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-18T02:44:47.701Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-18T02:44:47.701Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-18T02:44:47.701Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-18T02:44:47.701Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-18T02:44:47.701Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-18T02:44:47.701Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-18T02:44:47.702Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-18T02:44:47.702Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-18T02:44:47.702Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-18T02:44:47.702Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-18T02:44:47.705Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-18T02:45:17.706Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 202fe175-6461-4d7a-87ed-6dbb1daee95c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-08-18T02:45:17.714Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 202fe175-6461-4d7a-87ed-6dbb1daee95c and serviceModelVersionId: 1785efa8-61f9-484e-a25a-b3ef36462020
2021-08-18T02:45:17.715Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7e56869-8fd9-45cb-a15d-a702caf9511d
2021-08-18T02:45:17.716Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7e56869-8fd9-45cb-a15d-a702caf9511d/model-vers/model-ver/1785efa8-61f9-484e-a25a-b3ef36462020?depth=0
2021-08-18T02:45:17.722Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-08-18T02:45:17.758Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b7e56869-8fd9-45cb-a15d-a702caf9511d/model-vers/model-ver/1785efa8-61f9-484e-a25a-b3ef36462020?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-08-18T02:45:17.759Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b7e56869-8fd9-45cb-a15d-a702caf9511d/model-vers/model-ver/1785efa8-61f9-484e-a25a-b3ef36462020?depth=0|INFO|500||Invoke
2021-08-18T02:45:17.787Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b7e56869-8fd9-45cb-a15d-a702caf9511d/model-vers/model-ver/1785efa8-61f9-484e-a25a-b3ef36462020?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-18T02:45:17.933Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b7e56869-8fd9-45cb-a15d-a702caf9511d/model-vers/model-ver/1785efa8-61f9-484e-a25a-b3ef36462020?depth=0|INFO|500||InvokeReturn
2021-08-18T02:45:17.934Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b7e56869-8fd9-45cb-a15d-a702caf9511d/model-vers/model-ver/1785efa8-61f9-484e-a25a-b3ef36462020?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210818-02:45:17:813-9084], vertex-id=[172280], Content-Length=[0], Date=[Wed, 18 Aug 2021 02:45:17 GMT], Content-Type=[application/json]}
2021-08-18T02:45:17.934Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-08-18T02:45:17.934Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-18T02:45:17.935Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-18T02:45:17.938Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-18T02:45:17.939Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 202fe175-6461-4d7a-87ed-6dbb1daee95c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-18T02:45:17.939Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-18T02:45:17.939Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-18T02:45:17.941Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-18T02:45:17.941Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254717939,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-18T02:45:18.042Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-18T02:45:18.043Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-18T02:45:18.043Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:45:18.054Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:45:18.054Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-18T02:45:34.960Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:45:34.961Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:45:34.961Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:45:34.961Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:45:34.962Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:45:34.962Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:45:35.077Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:45:35.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-18T02:45:35.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254674960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:45:35.078Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:45:44.496Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:46:34.961Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:46:34.962Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:46:34.962Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:46:34.964Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:46:34.965Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:46:34.965Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:46:35.491Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:46:35.492Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-18T02:46:35.493Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254674960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:46:35.494Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:46:35.494Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-18T02:46:35.494Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254674960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:46:35.495Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:46:35.495Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-18T02:46:35.495Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254674960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:46:35.495Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:46:35.495Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-18T02:46:35.495Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254674960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:46:35.495Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:46:35.495Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-18T02:46:35.496Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254674960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/resourceInstances/pnf5ce46b5804090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:46:35.496Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:46:35.496Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-18T02:46:35.496Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254674960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-18T02:46:35.496Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:46:35.496Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-18T02:46:35.496Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254674960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar",
  "status": "NOTIFIED"
}
2021-08-18T02:46:35.496Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-18T02:46:35.496Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-18T02:46:35.496Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254684864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-18T02:46:35.497Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-18T02:46:35.497Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-18T02:46:35.497Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254686677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKc8zkiv1nbh03gstbcrt/1.0/artifacts/service-DemoPnfKc8zkiv1nbh03gstbcrt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-18T02:46:35.497Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-18T02:46:35.497Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-18T02:46:35.497Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "202fe175-6461-4d7a-87ed-6dbb1daee95c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629254717939,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-18T02:46:35.497Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-18T02:46:44.521Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:47:34.960Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:47:34.960Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:47:34.960Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:47:34.961Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:47:34.962Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:47:34.964Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:47:44.504Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:47:44.504Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:48:34.960Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:48:34.960Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:48:34.961Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:48:34.961Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:48:34.961Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:48:34.962Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:48:44.498Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:48:44.498Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:49:34.960Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:49:34.961Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:49:34.961Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:49:34.961Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:49:34.962Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:49:34.962Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:49:44.502Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:49:44.509Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:50:34.960Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:50:34.960Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:50:34.961Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:50:34.961Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:50:34.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:50:34.962Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:50:44.509Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:50:44.509Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:51:34.960Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:51:34.961Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:51:34.961Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:51:34.961Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:51:34.962Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:51:34.962Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:51:44.508Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:51:44.510Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:52:34.960Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:52:34.961Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:52:34.962Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:52:34.962Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:52:34.961Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:52:34.964Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:52:44.505Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:52:44.505Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:53:34.960Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:53:34.961Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:53:34.961Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:53:34.961Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:53:34.962Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:53:34.963Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:53:44.512Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:53:44.513Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:54:34.960Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:54:34.960Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:54:34.960Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:54:34.961Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:54:34.962Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:54:34.962Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:54:44.502Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:54:44.503Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:55:34.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:55:34.961Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:55:34.961Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:55:34.961Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:55:34.961Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:55:34.962Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:55:44.505Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:55:44.506Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:56:34.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:56:34.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:56:34.961Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:56:34.961Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:56:34.962Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:56:34.962Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:56:44.506Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:56:44.512Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:57:34.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:57:34.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:57:34.960Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:57:34.962Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:57:34.962Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:57:34.962Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:57:44.507Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:57:44.509Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:58:34.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:58:34.961Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:58:34.961Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:58:34.962Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:58:34.963Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:58:34.963Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:58:44.502Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:58:44.506Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:59:34.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:59:34.961Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:59:34.961Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:59:34.961Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T02:59:34.962Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T02:59:34.962Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T02:59:44.508Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T02:59:44.510Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T03:00:34.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T03:00:34.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T03:00:34.960Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T03:00:34.961Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T03:00:34.962Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T03:00:34.962Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T03:00:44.505Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T03:00:44.507Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T03:01:34.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T03:01:34.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T03:01:34.960Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T03:01:34.961Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T03:01:34.962Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T03:01:34.962Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T03:01:44.503Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T03:01:44.506Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T03:02:34.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T03:02:34.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T03:02:34.961Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T03:02:34.961Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T03:02:34.962Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T03:02:34.962Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T03:02:44.505Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T03:02:44.510Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T03:03:34.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T03:03:34.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T03:03:34.960Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T03:03:34.961Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T03:03:34.961Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T03:03:34.961Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T03:03:44.528Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T03:03:44.528Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T03:04:34.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T03:04:34.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T03:04:34.961Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T03:04:34.961Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T03:04:34.962Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T03:04:34.962Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T03:04:44.502Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T03:04:44.502Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T03:05:34.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T03:05:34.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T03:05:34.960Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T03:05:34.961Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T03:05:34.962Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T03:05:34.962Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T03:05:44.506Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T03:05:44.507Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T03:06:34.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T03:06:34.961Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T03:06:34.961Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T03:06:34.961Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T03:06:34.962Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T03:06:34.962Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T03:06:44.499Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T03:06:44.504Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T03:07:34.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T03:07:34.961Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T03:07:34.961Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T03:07:34.961Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T03:07:34.962Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T03:07:34.962Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T03:07:44.509Z|202fe175-6461-4d7a-87ed-6dbb1daee95c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T03:07:44.509Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T03:08:34.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T03:08:34.961Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T03:08:34.961Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T03:08:34.961Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-18T03:08:34.961Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-18T03:08:34.962Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Edm7AKJatD4AOFaq) ...
2021-08-18T03:08:44.501Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-18T03:08:44.503Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK